Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | trace around this seg fault | Conor Curran | 2011-08-04 | 1 | -5/+20 |
| | | |||||
* | | refactor of the udev mgr - working nicely | Conor Curran | 2011-08-03 | 1 | -3/+3 |
| | | |||||
* | | refactor with a more generic utility function | Conor Curran | 2011-07-27 | 1 | -2/+1 |
| | | |||||
* | | the beginnings of the udev work | Conor Curran | 2011-07-25 | 1 | -3/+5 |
|/ | |||||
* | apt progress now reflected dynamically in the menu | Conor Curran | 2011-07-22 | 1 | -2/+12 |
| | |||||
* | suspend plugged back in plus both it and hibernate menuitems should now be ↵ | Conor Curran | 2011-07-22 | 1 | -14/+26 |
| | | | | sensitive to changes coming from upower | ||||
* | apt item now sensitive to updates available | Conor Curran | 2011-07-21 | 1 | -106/+16 |
| | |||||
* | apt watcher now controlling menuitem with signals and methods in place | Conor Curran | 2011-07-20 | 1 | -16/+7 |
| | |||||
* | apt watcher coming along nicely | Conor Curran | 2011-07-19 | 1 | -0/+4 |
| | |||||
* | all items in place, now for the gudev backend | Conor Curran | 2011-07-19 | 1 | -9/+60 |
| | |||||
* | settings dialog in place | Conor Curran | 2011-07-19 | 1 | -2/+61 |
| | |||||
* | system added to device menu, more tidying as we go | Conor Curran | 2011-07-19 | 1 | -30/+155 |
| | |||||
* | device menu has been isolated | Conor Curran | 2011-07-18 | 1 | -5/+572 |
| | |||||
* | session menu mgr in progress | Conor Curran | 2011-07-18 | 1 | -0/+69 |