Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get support for gtk+2.0 back | Marco Trevisan (Treviño) | 2011-07-09 | 1 | -0/+6 |
| | | | | | | indicator-session can still be compiled with gtk, using the --with-gtk=2 configure flag (I've changed it to match the other indicators). | ||||
* | Adding in accounts-service-user.xml as well to dist. Not sure why this ↵ | Ted Gould | 2011-07-07 | 1 | -1/+2 |
| | | | | isn't caught by distcheck. | ||||
* | LightDM integration | Ted Gould | 2011-07-07 | 10 | -597/+1072 |
|\ | |||||
| * | Integrate with LightDM | Robert Ancell | 2011-07-05 | 10 | -597/+1072 |
| | | |||||
* | | Removing unused result variable | Ted Gould | 2011-07-07 | 1 | -2/+1 |
|/ | |||||
* | port to gtk3; allow building with gtk2 | Michael Terry | 2011-05-26 | 3 | -3/+8 |
| | |||||
* | It sucks that the icon wouldn't change, but eh, not worth aborting over. | Ted Gould | 2011-04-13 | 1 | -1/+1 |
| | |||||
* | Removing a g_error so we don't bring the whole kit-and-kaboodle down. | Ted Gould | 2011-04-04 | 1 | -1/+1 |
| | |||||
* | Add the --no-lock option to activate the session. | Ted Gould | 2011-03-10 | 1 | -1/+1 |
| | |||||
* | Embed the function so it's not one separator ever, but once per run | Ted Gould | 2011-03-10 | 1 | -14/+8 |
| | |||||
* | Add some cleanup and some comments | Ted Gould | 2011-03-10 | 1 | -0/+9 |
| | |||||
* | Sort the launchers | Ted Gould | 2011-03-10 | 1 | -0/+24 |
| | |||||
* | Reducing the scope of some of our variables | Ted Gould | 2011-03-10 | 1 | -2/+3 |
| | |||||
* | Closing the directory after we're done with it | Ted Gould | 2011-03-10 | 1 | -0/+1 |
| | |||||
* | Putting the appinfo's into a list so that we can sort them | Ted Gould | 2011-03-10 | 1 | -0/+11 |
| | |||||
* | Drop support for indicator-session-extra.desktop | Martin Pitt | 2011-03-10 | 1 | -14/+0 |
| | |||||
* | Add support for extra launcher dir | Martin Pitt | 2011-03-10 | 1 | -3/+39 |
| | | | | | | | | | | | | Hardcoding a single extra launcher path is impractical for distributions, as multiple packages would collide on the name and wouldn't give any extra customization possibility for OEMs. Obsolete /usr/share/applications/indicator-session-extra.desktop and instead read /usr/share/indicators/session/applications/*.desktop https://launchpad.net/bugs/727823 | ||||
* | Make the word session translatable | Luke Yelavich | 2011-02-14 | 1 | -1/+1 |
| | |||||
* | Add accessible_desc support | Luke Yelavich | 2011-02-14 | 1 | -0/+8 |
| | |||||
* | Fix for lp:597317 | Matthew Rasmus | 2011-02-06 | 1 | -0/+15 |
| | |||||
* | Fixing prototypes to match dbusmenu | Ted Gould | 2011-01-28 | 1 | -6/+6 |
| | |||||
* | Adding in log domains for messages | Ted Gould | 2011-01-17 | 1 | -3/+13 |
| | |||||
* | dbus interface rename, com.canonical | Ken VanDine | 2011-01-13 | 2 | -12/+12 |
| | |||||
* | and cancel the cancel object | Michael Terry | 2011-01-11 | 1 | -5/+6 |
| | |||||
* | also dispose of canel object | Michael Terry | 2011-01-11 | 1 | -0/+5 |
| | |||||
* | port to gdbus and dbusmenu 0.4 | Michael Terry | 2011-01-11 | 3 | -85/+256 |
| | |||||
* | Removing the error messages as it's not always initialized properly. | Ted Gould | 2010-09-01 | 1 | -1/+1 |
| | |||||
* | Fixing the lock screen functionality to match the new design. | Ted Gould | 2010-08-12 | 4 | -85/+49 |
|\ | |||||
| * | Add and accel group to the indicator for the shortcut | Ted Gould | 2010-08-06 | 1 | -0/+3 |
| | | |||||
| * | Putting the shortcut on the menuitem | Ted Gould | 2010-08-06 | 1 | -1/+15 |
| | | |||||
| * | Set up the listener for the keybinding | Ted Gould | 2010-08-06 | 1 | -0/+24 |
| | | |||||
| * | Getting keybinding defines | Ted Gould | 2010-08-06 | 1 | -0/+3 |
| | | |||||
| * | Making it so that lock_screen always locks the screen | Ted Gould | 2010-08-06 | 1 | -29/+6 |
| | | |||||
| * | Removing the ability to have the menu item say anything other than 'Lock Screen' | Ted Gould | 2010-08-06 | 3 | -58/+1 |
| | | |||||
* | | Fixing captialization of the completion string. | Ted Gould | 2010-08-12 | 1 | -2/+2 |
| | | |||||
* | | Ellipsize | Cody Russell | 2010-08-02 | 1 | -5/+5 |
| | | |||||
* | | Changing 'Restart Required' to 'Restart To Complete Update' | vish | 2010-07-31 | 1 | -2/+2 |
|/ | |||||
* | Check to see if the shutdown and restart items should be shown on first run. | Ted Gould | 2010-04-06 | 1 | -0/+2 |
| | |||||
* | Changing prototype to not have the same info twice. | Ted Gould | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | Filling out everything to check and update the shutdown/restart items | Ted Gould | 2010-04-06 | 1 | -2/+58 |
| | |||||
* | Adding the restart and shutdown keys and functions to check them. | Ted Gould | 2010-04-06 | 1 | -1/+5 |
| | |||||
* | Not printing a message that is sometimes invalid. | Ted Gould | 2010-04-06 | 1 | -1/+1 |
|\ | |||||
| * | Seems that the message isn't always valid | Ted Gould | 2010-04-01 | 1 | -1/+1 |
| | | |||||
* | | Adding some protection. We should always use protection. | Ted Gould | 2010-04-06 | 1 | -0/+15 |
| | | |||||
* | | Actually pass the service in the callback | Ted Gould | 2010-04-06 | 1 | -1/+1 |
|/ | |||||
* | Switching 'Sleep' to 'Suspend' | Ted Gould | 2010-03-31 | 1 | -1/+1 |
|\ | |||||
| * | Changing the menu item to 'Suspend' | Ted Gould | 2010-03-25 | 1 | -1/+1 |
| | | |||||
* | | Use contexts properly | Gabor Kelemen | 2010-03-29 | 1 | -3/+3 |
|/ | |||||
* | Adding a switch for translations that don't have a useful 'Switch From' | Ted Gould | 2010-03-25 | 1 | -1/+10 |
|\ | |||||
| * | Adding in a check to see if the translator would like to fallback to not ↵ | Ted Gould | 2010-03-24 | 1 | -1/+10 |
| | | | | | | | | using the username. |