| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 |
|/ |
|
* | test for uproxy!=NULL before using it | Charles Kerr | 2012-10-10 | 1 | -13/+17 |
* | add translator comments to explain the menu's a11y strings | Charles Kerr | 2012-10-05 | 1 | -0/+3 |
* | Remove the custom menu type for the restart entry. Fixes: https://bugs.launch... | Ted Gould | 2012-10-01 | 3 | -75/+2 |
|\ |
|
| * | Drop the defines | Ted Gould | 2012-09-28 | 1 | -4/+0 |
| * | Make the restart item a normal one | Ted Gould | 2012-09-28 | 1 | -5/+2 |
| * | Removing handling for the restart item type | Ted Gould | 2012-09-28 | 1 | -66/+0 |
* | | Move the upower init to after the items are created | Ted Gould | 2012-09-28 | 1 | -1/+5 |
|/ |
|
* | don't unconditionally show the user menuitems ... let dbusmenu's code process... | Charles Kerr | 2012-09-18 | 1 | -2/+0 |
* | add AM_V_GEN to the gdbus-codegen invocation for prettier silent-rules invoca... | Charles Kerr | 2012-09-18 | 1 | -7/+7 |
* | Still using 'switch off' instead of 'shut down' in the default text in sessio... | Charles Kerr | 2012-09-18 | 1 | -3/+3 |
* | If the system menu's icon is missing in the current theme, fall back to gtk-m... | Lars Uebernickel | 2012-09-13 | 1 | -0/+18 |
|\ |
|
| * | Change fallback icon to "gtk-missing-image" | Lars Uebernickel | 2012-09-13 | 1 | -1/+1 |
| * | Add fallback to "system-shutdown" icon | Xiao-Long Chen | 2012-09-13 | 1 | -0/+18 |
* | | make Suspend translatable | Didier Roche | 2012-09-13 | 1 | -1/+1 |
|/ |
|
* | Revert en_GB localization to 'Switch Off'; this needs to be done in the | Steve Langasek | 2012-09-12 | 1 | -3/+3 |
* | add a11y case for attention needed, but username display disabled | Charles Kerr | 2012-08-31 | 1 | -0/+2 |
* | revise indicator_session_update_a11y_from_disposition() to be easier to inter... | Charles Kerr | 2012-08-31 | 1 | -14/+14 |
* | have the a11y text follow the SystemMenu spec | Charles Kerr | 2012-08-31 | 1 | -20/+42 |
* | add a disposition handler to indicator-session | Charles Kerr | 2012-08-30 | 2 | -17/+137 |
* | Add the "Online Accounts" item to the session menu. | Alberto Mardegan | 2012-08-30 | 4 | -1/+257 |
|\ |
|
| * | Show Online Accounts only when needed | Alberto Mardegan | 2012-08-23 | 1 | -12/+31 |
| * | Fix build | Alberto Mardegan | 2012-08-21 | 2 | -2/+2 |
| * | Class rename | Alberto Mardegan | 2012-08-21 | 5 | -81/+81 |