Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use gdbus-codegen for the UPower dbus interaction | Charles Kerr | 2012-06-09 | 1 | -129/+87 |
| | |||||
* | start grouping Admin, Account-Switching, and Session items as per the 12.10 spec | Charles Kerr | 2012-06-05 | 1 | -28/+35 |
| | |||||
* | Add the 'About This Computer' and 'Ubuntu Help' menuitems as per the 12.10 spec | Charles Kerr | 2012-06-05 | 1 | -45/+62 |
| | |||||
* | remove the attached devices menuitem; it's no longer in the spec | Charles Kerr | 2012-06-05 | 1 | -15/+0 |
| | |||||
* | fix tab damage in device-menu-mgr.c | Charles Kerr | 2012-06-05 | 1 | -224/+166 |
| | |||||
* | remove unnecessary prototypes | Charles Kerr | 2012-06-05 | 1 | -30/+17 |
| | |||||
* | extract methods to reduce duplicate code in handling dbus notifications that ↵ | Charles Kerr | 2012-06-05 | 1 | -82/+59 |
| | | | | can_suspend, allow_suspend, can_hibernate, or allow_hibernate flags have changed | ||||
* | bugfix: in machine_sleep_with_context(), don't call the proxy method if we ↵ | Charles Kerr | 2012-06-05 | 1 | -12/+10 |
| | | | | don't have a proxy | ||||
* | constify the machine_sleep_with_context() API | Charles Kerr | 2012-06-05 | 1 | -12/+10 |
| | |||||
* | make lock_menuitem an instance variable rather than a global one so that its ↵ | Charles Kerr | 2012-06-05 | 1 | -10/+9 |
| | | | | pointer values won't persist between test sessions. Woot, last global\! | ||||
* | make suspend_call and hibernate_call instance variables rather than global ↵ | Charles Kerr | 2012-06-05 | 1 | -9/+11 |
| | | | | ones so that their pointer values won't persist between test sessions | ||||
* | make can_hibernate, allow_hibernate, can_suspend, and allow_suspend instance ↵ | Charles Kerr | 2012-06-05 | 1 | -47/+50 |
| | | | | variables rather than global ones so that their pointer values won't persist between test sessions | ||||
* | reduce the scope of another formerly global variable: system_settings_menuitem | Charles Kerr | 2012-06-05 | 1 | -16/+12 |
| | |||||
* | make up_main_proxy and up_prop_proxy instance variables rather than global ↵ | Charles Kerr | 2012-06-05 | 1 | -18/+23 |
| | | | | ones so that their pointer values won't persist between test sessions | ||||
* | make logout_mi and shutdown_mi local variables rather than global ones so ↵ | Charles Kerr | 2012-06-05 | 1 | -3/+3 |
| | | | | that their pointer values won't persist between test sessions | ||||
* | make hibernate_mi and suspend_mi instance variables rather than global ones ↵ | Charles Kerr | 2012-06-05 | 1 | -14/+16 |
| | | | | so that their pointer values won't persist between test sessions | ||||
* | make keybindings_settings an instance variasble rather than a global one, so ↵ | Charles Kerr | 2012-06-05 | 1 | -16/+7 |
| | | | | that it will get disposed properly and not persist between test sessions | ||||
* | make lockdown_settings an instance variable rather than a global one, so ↵ | Charles Kerr | 2012-06-05 | 1 | -13/+26 |
| | | | | that it will get disposed properly and not persist between test sessions | ||||
* | bugfix: we were listening to screensaver shortcut settings changes from the ↵ | Charles Kerr | 2012-06-05 | 1 | -1/+1 |
| | | | | wrong GSettings. | ||||
* | In device-menu-mgr.c, lockdown_changed() only exists as a pass-thru for ↵ | Charles Kerr | 2012-06-05 | 1 | -22/+2 |
| | | | | having LOCKDOWN_KEY_USER and LOCKDOWN_KEY_SCREENSAVER changes force a menu rebuild, so eliminate the middleman and connect those property changes directly to the menu rebuild | ||||
* | remove duplicate code when updating the lock menuitem's keybindings | Charles Kerr | 2012-06-05 | 1 | -25/+17 |
| | |||||
* | In device-menu-mgr, remove unused context from ↵ | Charles Kerr | 2012-06-05 | 1 | -15/+9 |
| | | | | show_system_settings_with_context() | ||||
* | remove our udev dependency now that we no longer use it to look at devices | Charles Kerr | 2012-06-04 | 1 | -11/+0 |
| | |||||
* | remove the software updates menuitem; it's no longer in the spec | Charles Kerr | 2012-06-04 | 1 | -31/+7 |
| | |||||
* | remove the startup applications menuitem; it's no longer in the spec | Charles Kerr | 2012-06-04 | 1 | -27/+2 |
| | |||||
* | remove the display menuitem; it's no longer in the spec | Charles Kerr | 2012-06-04 | 1 | -14/+3 |
| | |||||
* | remove the webcam menuitem; it's no longer in the spec | Charles Kerr | 2012-06-04 | 1 | -41/+1 |
| | |||||
* | remove the scanner menuitem; it's no longer in the spec | Charles Kerr | 2012-06-04 | 1 | -42/+2 |
| | |||||
* | remove the printer settings menuitem; it's no longer in the spec | Charles Kerr | 2012-06-04 | 1 | -28/+3 |
| | |||||
* | plug two leaked strings in keybinding_changed() | Charles Kerr | 2012-03-16 | 1 | -3/+4 |
| | |||||
* | Don't include the header or the variable if we're not using GUDev | Ted Gould | 2012-02-23 | 1 | -0/+4 |
| | |||||
* | make gudev dep optional | Evgeni Golov | 2012-02-23 | 1 | -0/+2 |
| | | | | | | | | Debian has arches w/o udev (hurd-*, kfreebsd-*). These cannot build indicator-session currently because libgudev-1.0-dev is missing there. Make the gudev dep optional and thus make indicator-session buildable on non-Linux arches again. | ||||
* | Screensaver code cleanup | Ted Gould | 2012-02-07 | 1 | -25/+1 |
|\ | |||||
| * | Remove dead GSS throttling code. Let gnome-settings-daemon | Marc Deslauriers | 2012-01-30 | 1 | -25/+1 |
| | | | | | | | | | | handle locking the screen when UPower requests it. | ||||
* | | Modifying includes to not include libdbusmenu-gtk3 stuff | Ted Gould | 2012-01-31 | 1 | -1/+0 |
|/ | |||||
* | Make APT support optional | György Balló | 2011-11-23 | 1 | -0/+18 |
| | |||||
* | Make GTK Logout Helper optional | György Balló | 2011-11-23 | 1 | -0/+9 |
| | |||||
* | make sure to bring up logout dialog from apt menuitem when restart is required | Conor Curran | 2011-08-31 | 1 | -59/+0 |
| | |||||
* | user menu now shown if guest session is possible also guest name has been ↵ | Conor Curran | 2011-08-23 | 1 | -2/+0 |
| | | | | set on the panel | ||||
* | removed bluetooth item and labels on webcams and scanners are now ↵ | Conor Curran | 2011-08-23 | 1 | -20/+8 |
| | | | | manufacturer specific | ||||
* | Changing to using the GSettings signals for change | Ted Gould | 2011-08-19 | 1 | -37/+14 |
| | |||||
* | Changing name of ensure function | Ted Gould | 2011-08-19 | 1 | -4/+4 |
| | |||||
* | Change name to settings helper | Ted Gould | 2011-08-19 | 1 | -1/+1 |
| | |||||
* | Porting the keys for the device and user manager over to use gsettings | Ted Gould | 2011-08-19 | 1 | -8/+16 |
| | |||||
* | merged the ellipsis strings fixes | Conor Curran | 2011-08-18 | 1 | -5/+4 |
| | |||||
* | add the new greeter mode | Conor Curran | 2011-08-10 | 1 | -53/+73 |
|\ | |||||
| * | when used in a greeter, don't show settings links, the user switcher, or log ↵ | Michael Terry | 2011-08-03 | 1 | -53/+73 |
| | | | | | | | | out links | ||||
* | | printer support corrected | Conor Curran | 2011-08-10 | 1 | -1/+14 |
|\ \ | |||||
| * | | use correct printers command | Michael Terry | 2011-08-02 | 1 | -1/+14 |
| |/ | |||||
* | | correct callbacks in place for scanners and webcams | Conor Curran | 2011-08-04 | 1 | -11/+39 |
| | |