aboutsummaryrefslogtreecommitdiff
path: root/src/device-menu-mgr.c
Commit message (Expand)AuthorAgeFilesLines
* a step in merging the two menus: initial merge of the two menusCharles Kerr2012-06-141-21/+18
* remove the use-username-in-switch-item property; it's no longer spec'edCharles Kerr2012-06-141-1/+0
* use gdbus-codegen for the UPower dbus interactionCharles Kerr2012-06-091-129/+87
* start grouping Admin, Account-Switching, and Session items as per the 12.10 specCharles Kerr2012-06-051-28/+35
* Add the 'About This Computer' and 'Ubuntu Help' menuitems as per the 12.10 specCharles Kerr2012-06-051-45/+62
* remove the attached devices menuitem; it's no longer in the specCharles Kerr2012-06-051-15/+0
* fix tab damage in device-menu-mgr.cCharles Kerr2012-06-051-224/+166
* remove unnecessary prototypesCharles Kerr2012-06-051-30/+17
* extract methods to reduce duplicate code in handling dbus notifications that ...Charles Kerr2012-06-051-82/+59
* bugfix: in machine_sleep_with_context(), don't call the proxy method if we do...Charles Kerr2012-06-051-12/+10
* constify the machine_sleep_with_context() APICharles Kerr2012-06-051-12/+10
* make lock_menuitem an instance variable rather than a global one so that its ...Charles Kerr2012-06-051-10/+9
* make suspend_call and hibernate_call instance variables rather than global on...Charles Kerr2012-06-051-9/+11
* make can_hibernate, allow_hibernate, can_suspend, and allow_suspend instance ...Charles Kerr2012-06-051-47/+50
* reduce the scope of another formerly global variable: system_settings_menuitemCharles Kerr2012-06-051-16/+12
* make up_main_proxy and up_prop_proxy instance variables rather than global on...Charles Kerr2012-06-051-18/+23
* make logout_mi and shutdown_mi local variables rather than global ones so tha...Charles Kerr2012-06-051-3/+3
* make hibernate_mi and suspend_mi instance variables rather than global ones s...Charles Kerr2012-06-051-14/+16
* make keybindings_settings an instance variasble rather than a global one, so ...Charles Kerr2012-06-051-16/+7
* make lockdown_settings an instance variable rather than a global one, so that...Charles Kerr2012-06-051-13/+26
* bugfix: we were listening to screensaver shortcut settings changes from the w...Charles Kerr2012-06-051-1/+1
* In device-menu-mgr.c, lockdown_changed() only exists as a pass-thru for havin...Charles Kerr2012-06-051-22/+2
* remove duplicate code when updating the lock menuitem's keybindingsCharles Kerr2012-06-051-25/+17
* In device-menu-mgr, remove unused context from show_system_settings_with_cont...Charles Kerr2012-06-051-15/+9
* remove our udev dependency now that we no longer use it to look at devicesCharles Kerr2012-06-041-11/+0
* remove the software updates menuitem; it's no longer in the specCharles Kerr2012-06-041-31/+7
* remove the startup applications menuitem; it's no longer in the specCharles Kerr2012-06-041-27/+2
* remove the display menuitem; it's no longer in the specCharles Kerr2012-06-041-14/+3
* remove the webcam menuitem; it's no longer in the specCharles Kerr2012-06-041-41/+1
* remove the scanner menuitem; it's no longer in the specCharles Kerr2012-06-041-42/+2
* remove the printer settings menuitem; it's no longer in the specCharles Kerr2012-06-041-28/+3
* plug two leaked strings in keybinding_changed()Charles Kerr2012-03-161-3/+4
* Don't include the header or the variable if we're not using GUDevTed Gould2012-02-231-0/+4
* make gudev dep optionalEvgeni Golov2012-02-231-0/+2
* Screensaver code cleanupTed Gould2012-02-071-25/+1
|\
| * Remove dead GSS throttling code. Let gnome-settings-daemonMarc Deslauriers2012-01-301-25/+1
* | Modifying includes to not include libdbusmenu-gtk3 stuffTed Gould2012-01-311-1/+0
|/
* Make APT support optionalGyörgy Balló2011-11-231-0/+18
* Make GTK Logout Helper optionalGyörgy Balló2011-11-231-0/+9
* make sure to bring up logout dialog from apt menuitem when restart is requiredConor Curran2011-08-311-59/+0
* user menu now shown if guest session is possible also guest name has been set...Conor Curran2011-08-231-2/+0
* removed bluetooth item and labels on webcams and scanners are now manufacture...Conor Curran2011-08-231-20/+8
* Changing to using the GSettings signals for changeTed Gould2011-08-191-37/+14
* Changing name of ensure functionTed Gould2011-08-191-4/+4
* Change name to settings helperTed Gould2011-08-191-1/+1
* Porting the keys for the device and user manager over to use gsettingsTed Gould2011-08-191-8/+16
* merged the ellipsis strings fixesConor Curran2011-08-181-5/+4
* add the new greeter modeConor Curran2011-08-101-53/+73
|\
| * when used in a greeter, don't show settings links, the user switcher, or log ...Michael Terry2011-08-031-53/+73
* | printer support correctedConor Curran2011-08-101-1/+14
|\ \