aboutsummaryrefslogtreecommitdiff
path: root/src/device-menu-mgr.c
Commit message (Collapse)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
| | | | 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 Kerr2012-06-051-12/+10
| | | | don't have a proxy
* 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
| | | | pointer values won't persist between test sessions. Woot, last global\!
* make suspend_call and hibernate_call instance variables rather than global ↵Charles Kerr2012-06-051-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 Kerr2012-06-051-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_menuitemCharles Kerr2012-06-051-16/+12
|
* make up_main_proxy and up_prop_proxy instance variables rather than global ↵Charles Kerr2012-06-051-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 Kerr2012-06-051-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 Kerr2012-06-051-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 Kerr2012-06-051-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 Kerr2012-06-051-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 Kerr2012-06-051-1/+1
| | | | wrong GSettings.
* In device-menu-mgr.c, lockdown_changed() only exists as a pass-thru for ↵Charles Kerr2012-06-051-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 keybindingsCharles Kerr2012-06-051-25/+17
|
* In device-menu-mgr, remove unused context from ↵Charles Kerr2012-06-051-15/+9
| | | | show_system_settings_with_context()
* 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
| | | | | | | | 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 cleanupTed Gould2012-02-071-25/+1
|\
| * Remove dead GSS throttling code. Let gnome-settings-daemonMarc Deslauriers2012-01-301-25/+1
| | | | | | | | | | handle locking the screen when UPower requests it.
* | 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 ↵Conor Curran2011-08-231-2/+0
| | | | set on the panel
* removed bluetooth item and labels on webcams and scanners are now ↵Conor Curran2011-08-231-20/+8
| | | | manufacturer specific
* 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
| | | | | | | | out links
* | printer support correctedConor Curran2011-08-101-1/+14
|\ \