Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make gudev dep optional | Evgeni Golov | 2012-02-23 | 2 | -2/+15 |
| | | | | | | | | 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. | ||||
* | Don't lock the session when switching to another one - something else ↵ | Robert Ancell | 2012-02-10 | 1 | -26/+2 |
| | | | | | | | (ConsoleKit?) already does this and locks it regardless of if the setting has been configured. By explicitly doing the lock it means we can't override it inside GNOME screensaver to switch to the greeter instead, so this patch removes the code. | ||||
* | merge request comments acted upon | Conor Curran | 2012-02-08 | 2 | -12/+4 |
| | |||||
* | properly fix conflict and make sure to not check for updates 1 minute after ↵ | Conor Curran | 2012-02-08 | 6 | -151/+5 |
|\ | | | | | | | starting the service or Pitti will kill me :) | ||||
| * | Screensaver code cleanup | Ted Gould | 2012-02-07 | 3 | -114/+1 |
| |\ | |||||
| | * | Remove dead GSS throttling code. Let gnome-settings-daemon | Marc Deslauriers | 2012-01-30 | 3 | -114/+1 |
| | | | | | | | | | | | | | | | handle locking the screen when UPower requests it. | ||||
| * | | Fix ordering of items on request | Ted Gould | 2012-02-07 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | Swap return values of indicator_session_get_location | Dmitry Shachnev | 2011-10-26 | 1 | -2/+2 |
| | | | | |||||
| * | | | Removing GOA support | Ted Gould | 2012-02-07 | 1 | -34/+1 |
| |\ \ \ | |||||
| | * | | | Remove "Online accounts" from user menu | Alberto Mardegan | 2012-02-02 | 1 | -34/+1 |
| | | |/ | | |/| | | | | | | | | | | | | | The "Online accounts" feature is going to be removed from the control panel in Precise. | ||||
| * | | | If we have GTK3 use the new gtk_box_new() function not the deprecated one | Ted Gould | 2012-02-07 | 1 | -0/+4 |
| | | | | |||||
* | | | | correct conflict | Conor Curran | 2012-02-08 | 1 | -0/+6 |
| | | | | |||||
* | | | | get rid of the transaction as we don't need to worry about updates ↵ | Conor Curran | 2012-02-08 | 4 | -320/+5 |
| | | | | | | | | | | | | | | | | installing state | ||||
* | | | | pk kit compat layer seems to be sane | Conor Curran | 2012-02-08 | 1 | -9/+28 |
| | | | | |||||
* | | | | no need to hold on to a reference to a pkclient instance | Conor Curran | 2012-02-07 | 1 | -15/+22 |
| | | | | |||||
* | | | | apt watcher updates | Conor Curran | 2012-02-07 | 1 | -3/+7 |
| | | | | |||||
* | | | | fetching available packages | Conor Curran | 2012-02-07 | 1 | -4/+27 |
| | | | | |||||
* | | | | query for updates half complete | Conor Curran | 2012-02-06 | 1 | -8/+15 |
| | | | | |||||
* | | | | we need to talk to dbus to listen for signals from package kit, the lib ↵ | Conor Curran | 2012-02-06 | 1 | -14/+126 |
| | | | | | | | | | | | | | | | | doesnt wrap the signals ... | ||||
* | | | | pkclient in place | Conor Curran | 2012-02-06 | 2 | -393/+15 |
| | | | | |||||
* | | | | handle gtk3 box constructor changes | Conor Curran | 2012-02-06 | 1 | -1/+1 |
|/ / / | |||||
* / / | Modifying includes to not include libdbusmenu-gtk3 stuff | Ted Gould | 2012-01-31 | 7 | -22/+1 |
|/ / | |||||
* | | Making the gtk logout helper and apt optional build time choices | Ted Gould | 2011-11-29 | 2 | -5/+43 |
|\ \ | |||||
| * | | Make APT support optional | György Balló | 2011-11-23 | 2 | -4/+27 |
| | | | |||||
| * | | Make GTK Logout Helper optional | György Balló | 2011-11-23 | 2 | -1/+16 |
| | | | |||||
* | | | Export the indicators name hints | Marco Trevisan (Treviño) | 2011-11-08 | 1 | -2/+5 |
|/ / | | | | | | | Using the PACKAGE config.h variable both for the users and devices entries. | ||||
* | | tidy up | Conor Curran | 2011-10-25 | 1 | -1/+0 |
| | | |||||
* | | removed the redundant max users limit on the user menu | Conor Curran | 2011-10-25 | 3 | -10/+4 |
|/ | |||||
* | Fix variant handling | Ted Gould | 2011-10-12 | 2 | -2/+2 |
|\ | |||||
| * | Don't unref the parameters as we don't make a ref to it | Ted Gould | 2011-10-09 | 1 | -1/+0 |
| | | |||||
| * | Make sure to reference the variant, and unref the value we get | Ted Gould | 2011-10-09 | 1 | -1/+2 |
| | | |||||
* | | Okay, get all of them I guess | Ted Gould | 2011-10-12 | 1 | -1/+2 |
| | | |||||
* | | Use a temporary variable to defeat G_DISABLE_CHECKS | Ted Gould | 2011-10-10 | 1 | -5/+10 |
| | | |||||
* | | Error gracefully if we can't get our settings. | Ted Gould | 2011-10-08 | 1 | -9/+12 |
|/ | |||||
* | Removing an error and fixing the parameters. | Ted Gould | 2011-09-27 | 1 | -1/+3 |
|\ | |||||
| * | Make the dialog not abort and add invalids for the return to make sure it ↵ | Ted Gould | 2011-09-27 | 1 | -1/+3 |
| | | | | | | | | does less often | ||||
* | | Update the icon instead of recreating it. | Ted Gould | 2011-09-27 | 1 | -2/+2 |
|\ \ | |||||
| * | | Switch changing restart to updating the image instead of recreating it. | Ted Gould | 2011-09-26 | 1 | -2/+2 |
| |/ | |||||
* / | Don't use depcrecated org.freedesktop.DisplayManager.GetSeatForCookie, use ↵ | Robert Ancell | 2011-09-21 | 1 | -34/+2 |
|/ | | | | XDG_SEAT_PATH instead | ||||
* | Only grab reboot after a second delay | Ted Gould | 2011-09-19 | 1 | -3/+10 |
|\ | |||||
| * | removed startup rebootrequired query, it must have been returning true | Conor Curran | 2011-09-16 | 1 | -3/+10 |
| | | |||||
* | | Use Title Case for "Restart to Complete Updates" | Jeremy Bicha | 2011-09-16 | 1 | -2/+2 |
|/ | |||||
* | apt property changed reboot required listened for and now the whole apt ↵ | Conor Curran | 2011-09-14 | 1 | -86/+110 |
| | | | | interaction does not happen until after 60 secs | ||||
* | various switches for the strings on the panel and on the switch item0.3.5.0 | Conor Curran | 2011-09-08 | 2 | -14/+28 |
|\ | |||||
| * | show/hide the name from the panel | Conor Curran | 2011-09-08 | 2 | -15/+28 |
| |\ | |||||
| | * | user correct string on switch item unless user actually wants to show username | Conor Curran | 2011-09-08 | 2 | -10/+16 |
| | | | |||||
| * | | add the new gsettings entry for toggling the visibility of the real name on ↵ | Conor Curran | 2011-09-08 | 1 | -0/+1 |
| |/ | | | | | | | the panel | ||||
* | | debugs for mystery bug | Conor Curran | 2011-09-08 | 1 | -0/+23 |
|\ \ | |/ |/| | |||||
| * | Lots of debug messages for the logout helper | Ted Gould | 2011-09-07 | 1 | -0/+23 |
| | | |||||
* | | merge the display manager's has-guest-account work | Conor Curran | 2011-09-08 | 3 | -20/+74 |
|\ \ |