gnome-shell/js
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
..
extensionPrefs Revert "Fixed typo in string" 2012-02-22 18:52:08 -05:00
gdm Refactor show()/hide() sequences 2012-05-02 12:43:58 -04:00
misc format: move shell_format_int_alternative_output() to ShellJS 2012-04-10 12:52:33 -04:00
perf *.js: Make emacs modelines consistent 2011-10-11 08:05:12 -04:00
ui Refactor show()/hide() sequences 2012-05-02 12:43:58 -04:00
Makefile.am Add gnome-keyring prompter 2012-02-29 20:16:14 +01:00