Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import upstream version 0.3.92 | Ted Gould | 2012-02-23 | 5 | -67/+81 |
|\ | |||||
| * | Make GUDev optional for arch's that can't support it | Ted Gould | 2012-02-23 | 2 | -5/+27 |
| |\ | |||||
| | * | Don't include the header or the variable if we're not using GUDev | Ted Gould | 2012-02-23 | 1 | -0/+4 |
| | | | |||||
| | * | Move the variables into the list straight up as they'll be NULL if undefined | Ted Gould | 2012-02-23 | 1 | -8/+3 |
| | | | |||||
| | * | Making sure to distribute the files even if we don't use them to build. | Ted Gould | 2012-02-23 | 1 | -1/+11 |
| | | | |||||
| | * | 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. | ||||
| * | | If we change the icon to show reboot we need to tell that to the a11y string ↵ | Ted Gould | 2012-02-22 | 1 | -0/+2 |
| | | | | | | | | | | | | as well | ||||
| * | | Add default accessible descriptions to the entries | Ted Gould | 2012-02-22 | 1 | -0/+2 |
| |/ | |||||
| * | 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 :) | ||||
| * | | 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 |
| | | | |||||
* | | | Import upstream version 0.3.91 | Ken VanDine | 2012-02-10 | 7 | -814/+255 |
| | | | |||||
* | | | Import upstream version 0.3.90 | Ted Gould | 2012-02-07 | 13 | -249/+129 |
|\ \ \ | | |/ | |/| | |||||
| * | | 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 |
| | |_|/ | |/| | | |||||
| * | | | 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. | ||||
* | | | Import upstream version 0.3.7.1 | Ted Gould | 2012-02-07 | 3 | -11/+4 |
|\| | | |||||
| * | | 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 |
| |/ | |||||
* | | Import upstream version 0.3.7 | Ted Gould | 2011-10-13 | 3 | -11/+20 |
|\| | |||||
| * | 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 |
| |/ | |||||
* | | Import upstream version 0.3.6 | Ted Gould | 2011-09-27 | 4 | -42/+19 |
|\| | |||||
| * | 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 |
| | |/ |