gnome-shell/js/gdm
Jasper St. Pierre 723a1c843a Refactor show()/hide() sequences
We seem to have a lot of code that does something along the lines of:

    if (condition)
        actor.show();
    else
        actor.hide();

ClutterActor already has such a thing for exactly this purpose: the 'visible'
property. Use it instead of the mess above.

https://bugzilla.gnome.org/show_bug.cgi?id=672272
2012-05-02 12:43:58 -04:00
..
batch.js Port all classes with inheritance to class framework 2011-11-24 09:50:04 +01:00
consoleKit.js Port GDM and Caribou to GDBus 2011-11-24 09:50:04 +01:00
fingerprint.js gdm: don't fail if fprintd unavailable 2012-05-02 11:44:29 -04:00
loginDialog.js gdm: Skip locked users 2012-04-09 19:01:20 +02:00
powerMenu.js Refactor show()/hide() sequences 2012-05-02 12:43:58 -04:00
systemd.js gdm: port gnome-shell --gdm-mode to systemd 2012-02-13 23:17:09 +01:00