| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | in create_guest_switcher_state() and create_user_switcher_state(), don't leak... | Charles Kerr | 2013-06-27 | 1 | -14/+14 |
* | in actions.c's my_can_prompt(), don't leak the string returned by g_dbus_prox... | Charles Kerr | 2013-06-27 | 1 | -3/+10 |
* | in users.c, fix bugs that leaked system accounts into the list of users to sh... | Charles Kerr | 2013-06-27 | 1 | -51/+86 |
* | only show the restart or hibernate menuitems if login1 says these features ar... | Charles Kerr | 2013-06-27 | 1 | -4/+2 |
* | fix regression that displayed the 'restart' button even when prompting was en... | Charles Kerr | 2013-06-26 | 1 | -1/+3 |
* | sync text with trunk: make the shutdown menuitem read 'Shut Down' instead of ... | Charles Kerr | 2013-06-25 | 1 | -1/+1 |
* | everything in test-guest now passes | Charles Kerr | 2013-06-25 | 1 | -1/+0 |
* | test-guest's HelloWorld and Allowed tests now pass | Charles Kerr | 2013-06-25 | 1 | -17/+25 |
* | all the tests in test-users pass | Charles Kerr | 2013-06-25 | 1 | -8/+6 |
* | in IndicatorSessionUsers, use the uid as the user's key. Users.ActivateUser i... | Charles Kerr | 2013-06-25 | 4 | -102/+79 |
* | in backend-dbus/users.c, fix a user proxy leak | Charles Kerr | 2013-06-24 | 1 | -0/+1 |
* | get all the tests in test-actions passing again. | Charles Kerr | 2013-06-24 | 1 | -0/+0 |
* | migrate from consolekit to login1 | Charles Kerr | 2013-06-24 | 2 | -101/+91 |
* | we don't need a login1 session proxy, so don't generate code for one. | Charles Kerr | 2013-06-24 | 2 | -53/+0 |
* | use login1's terminology 'power off', 'reboot' | Charles Kerr | 2013-06-24 | 3 | -22/+22 |
* | in IndicatorSessionUsers, update to login1 | Charles Kerr | 2013-06-24 | 2 | -451/+370 |
* | in IndicatorSessionGuest, update to login1 | Charles Kerr | 2013-06-24 | 2 | -316/+164 |
* | update which proxies the dbus utils helper creates | Charles Kerr | 2013-06-24 | 3 | -338/+96 |
* | add replace consolekit xml files with login1; update build files | Charles Kerr | 2013-06-24 | 9 | -1273/+337 |
* | add icon support to user menuitems | Charles Kerr | 2013-06-23 | 1 | -0/+10 |
* | install .schema.xml and indicator-session-service in the right places. | Charles Kerr | 2013-06-20 | 1 | -3/+4 |
* | merge lp:~larsu/indicator-session/ng-with-types to add x-canonical-type suppo... | Lars Uebernickel | 2013-06-20 | 1 | -1/+10 |
|\ |
|
| * | Set x-canonical-type for user and guest menu items | Lars Uebernickel | 2013-05-23 | 1 | -1/+10 |
* | | remove the --replace command-line argument and property as we're using upstar... | Charles Kerr | 2013-06-20 | 3 | -76/+9 |
* | | use the production dbus name | Charles Kerr | 2013-06-19 | 1 | -2/+1 |
* | | in our async callbacks, don't call g_warning() if the task was cancelled by t... | Charles Kerr | 2013-06-19 | 4 | -41/+58 |
* | | in service.c, remove unnecesssary locale #include | Charles Kerr | 2013-06-19 | 1 | -2/+0 |
|/ |
|
* | refer to profiles as profiles instead of forms. | Charles Kerr | 2013-04-18 | 1 | -19/+19 |
* | better documentation for indicator_session_users_get_keys() and indicator_ses... | Charles Kerr | 2013-04-18 | 1 | -3/+13 |
* | g_object_unref doesn't need a G_OBJECT() cast | Charles Kerr | 2013-04-18 | 1 | -6/+6 |
* | remove #if 0 code | Charles Kerr | 2013-04-18 | 2 | -60/+0 |
* | in the service's dispose() function, unown the busname before unexporting the... | Charles Kerr | 2013-04-18 | 1 | -6/+6 |
* | in indicator_session_service_init(), don't leak a GCancellable | Charles Kerr | 2013-04-18 | 1 | -3/+11 |
* | indicator-session-service should exit when it loses ownership of its name on ... | Charles Kerr | 2013-04-18 | 3 | -1/+38 |
* | in rebuild_soon(), add a comment explaining the 500 msec interval | Charles Kerr | 2013-04-18 | 1 | -0/+4 |
* | add a small comment explaining replace_section() | Charles Kerr | 2013-04-18 | 1 | -6/+11 |
* | where appropriate, use g_menu_append() to save a few lines. | Charles Kerr | 2013-04-18 | 1 | -49/+13 |
* | remove unnecessary signal (SIGPIPE, SIG_IGN) | Charles Kerr | 2013-04-18 | 1 | -2/+0 |
* | remove unnecessary G_GNUC_UNUSED | Charles Kerr | 2013-03-26 | 1 | -1/+1 |
* | remove unused session-dbus.xml; this is a leftover from the GTK+ indicator | Charles Kerr | 2013-03-25 | 1 | -20/+0 |
* | use pete woods' hud cmake code for the build.sh script to check for Ninja and... | Charles Kerr | 2013-03-23 | 1 | -71/+44 |
* | port indicator-session to GMenu/cmake. Code coverage increased from 0% to 95.4%. | Charles Kerr | 2013-03-22 | 51 | -4751/+6158 |
* | Remove the uses of deprecated g_type_init(). | Mathieu Trudel-Lapierre | 2013-01-22 | 1 | -2/+0 |
* | Use GDbus | Robert Ancell | 2012-11-30 | 1 | -60/+74 |
* | if the user's real name can't be determined, fall back to the user's account ... | Charles Kerr | 2012-11-15 | 1 | -3/+4 |
* | in user-service-dbus.c, don't crash if getting a display proxy fails. | Charles Kerr | 2012-11-12 | 1 | -15/+37 |
* | Don't lock the session when clicking on the current user | Lars Uebernickel | 2012-11-06 | 1 | -2/+8 |
* | Hide 'start screen saver' action, if it's locked down. Approved by Charles Kerr. | Dmitrijs Ledkovs (xnox) | 2012-10-24 | 1 | -5/+9 |
|\ |
|
| * | Hide "Start Screen Saver" action, if it is locked down. | Dmitrijs Ledkovs | 2012-10-17 | 1 | -5/+9 |
* | | use the same icons in the greeter as we do in a user session | Michael Terry | 2012-10-22 | 2 | -22/+5 |
|/ |
|