Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | online accounts item added@ | Conor Curran | 2011-07-11 | 1 | -0/+37 |
| | |||||
* | user account items shown, items rearranged | Conor Curran | 2011-07-11 | 1 | -147/+69 |
| | |||||
* | tidied user menu | Conor Curran | 2011-07-11 | 1 | -35/+0 |
| | |||||
* | merged trunk to keep up with changes | Conor Curran | 2011-07-11 | 10 | -600/+1076 |
|\ | |||||
| * | 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 |
| |/ | |||||
* | | icon updates for the user menu panel | Conor Curran | 2011-07-07 | 3 | -63/+63 |
| | | |||||
* | | user label is now updated dynamically | Conor Curran | 2011-07-07 | 1 | -3/+11 |
| | | |||||
* | | added the username to the panel | Conor Curran | 2011-07-07 | 1 | -6/+41 |
| | | |||||
* | | icon now being shown on the panel for devices | Conor Curran | 2011-07-07 | 1 | -4/+6 |
| | | |||||
* | | Making sure that users has the same dbus name as session as there is one ↵ | Ted Gould | 2011-07-06 | 1 | -6/+1 |
| | | | | | | | | process. | ||||
* | | Remvoing unused result | Ted Gould | 2011-07-06 | 1 | -2/+1 |
| | | |||||
* | | tidy up | Conor Curran | 2011-07-06 | 2 | -100/+151 |
| | | |||||
* | | code tidied, menu splittage in progress | Conor Curran | 2011-07-05 | 2 | -118/+95 |
| | | |||||
* | | split out the menus | Conor Curran | 2011-07-05 | 2 | -202/+181 |
| | | |||||
* | | menus split somewhat | Conor Curran | 2011-07-04 | 1 | -38/+145 |
| | | |||||
* | | compiling at least | Conor Curran | 2011-07-02 | 1 | -60/+23 |
| | | |||||
* | | initial menu reshuffle in progress | Conor Curran | 2011-07-01 | 2 | -57/+63 |
|/ | |||||
* | 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 |
| | |