aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* install .schema.xml and indicator-session-service in the right places.Charles Kerr2013-06-201-3/+4
* merge lp:~larsu/indicator-session/ng-with-types to add x-canonical-type suppo...Lars Uebernickel2013-06-201-1/+10
|\
| * Set x-canonical-type for user and guest menu itemsLars Uebernickel2013-05-231-1/+10
* | remove the --replace command-line argument and property as we're using upstar...Charles Kerr2013-06-203-76/+9
* | use the production dbus nameCharles Kerr2013-06-191-2/+1
* | in our async callbacks, don't call g_warning() if the task was cancelled by t...Charles Kerr2013-06-194-41/+58
* | in service.c, remove unnecesssary locale #includeCharles Kerr2013-06-191-2/+0
|/
* refer to profiles as profiles instead of forms.Charles Kerr2013-04-181-19/+19
* better documentation for indicator_session_users_get_keys() and indicator_ses...Charles Kerr2013-04-181-3/+13
* g_object_unref doesn't need a G_OBJECT() castCharles Kerr2013-04-181-6/+6
* remove #if 0 codeCharles Kerr2013-04-182-60/+0
* in the service's dispose() function, unown the busname before unexporting the...Charles Kerr2013-04-181-6/+6
* in indicator_session_service_init(), don't leak a GCancellableCharles Kerr2013-04-181-3/+11
* indicator-session-service should exit when it loses ownership of its name on ...Charles Kerr2013-04-183-1/+38
* in rebuild_soon(), add a comment explaining the 500 msec intervalCharles Kerr2013-04-181-0/+4
* add a small comment explaining replace_section()Charles Kerr2013-04-181-6/+11
* where appropriate, use g_menu_append() to save a few lines.Charles Kerr2013-04-181-49/+13
* remove unnecessary signal (SIGPIPE, SIG_IGN)Charles Kerr2013-04-181-2/+0
* remove unnecessary G_GNUC_UNUSEDCharles Kerr2013-03-261-1/+1
* remove unused session-dbus.xml; this is a leftover from the GTK+ indicatorCharles Kerr2013-03-251-20/+0
* use pete woods' hud cmake code for the build.sh script to check for Ninja and...Charles Kerr2013-03-231-71/+44
* port indicator-session to GMenu/cmake. Code coverage increased from 0% to 95.4%.Charles Kerr2013-03-2251-4751/+6158
* Remove the uses of deprecated g_type_init().Mathieu Trudel-Lapierre2013-01-221-2/+0
* Use GDbusRobert Ancell2012-11-301-60/+74
* if the user's real name can't be determined, fall back to the user's account ...Charles Kerr2012-11-151-3/+4
* in user-service-dbus.c, don't crash if getting a display proxy fails.Charles Kerr2012-11-121-15/+37
* Don't lock the session when clicking on the current userLars Uebernickel2012-11-061-2/+8
* Hide 'start screen saver' action, if it's locked down. Approved by Charles Kerr.Dmitrijs Ledkovs (xnox)2012-10-241-5/+9
|\
| * Hide "Start Screen Saver" action, if it is locked down.Dmitrijs Ledkovs2012-10-171-5/+9
* | use the same icons in the greeter as we do in a user sessionMichael Terry2012-10-222-22/+5
|/
* test for uproxy!=NULL before using itCharles Kerr2012-10-101-13/+17
* add translator comments to explain the menu's a11y stringsCharles Kerr2012-10-051-0/+3
* Remove the custom menu type for the restart entry. Fixes: https://bugs.launch...Ted Gould2012-10-013-75/+2
|\
| * Drop the definesTed Gould2012-09-281-4/+0
| * Make the restart item a normal oneTed Gould2012-09-281-5/+2
| * Removing handling for the restart item typeTed Gould2012-09-281-66/+0
* | Move the upower init to after the items are createdTed Gould2012-09-281-1/+5
|/
* don't unconditionally show the user menuitems ... let dbusmenu's code process...Charles Kerr2012-09-181-2/+0
* add AM_V_GEN to the gdbus-codegen invocation for prettier silent-rules invoca...Charles Kerr2012-09-181-7/+7
* Still using 'switch off' instead of 'shut down' in the default text in sessio...Charles Kerr2012-09-181-3/+3
* If the system menu's icon is missing in the current theme, fall back to gtk-m...Lars Uebernickel2012-09-131-0/+18
|\
| * Change fallback icon to "gtk-missing-image"Lars Uebernickel2012-09-131-1/+1
| * Add fallback to "system-shutdown" iconXiao-Long Chen2012-09-131-0/+18
* | make Suspend translatableDidier Roche2012-09-131-1/+1
|/
* Revert en_GB localization to 'Switch Off'; this needs to be done in theSteve Langasek2012-09-121-3/+3
* add a11y case for attention needed, but username display disabledCharles Kerr2012-08-311-0/+2
* revise indicator_session_update_a11y_from_disposition() to be easier to inter...Charles Kerr2012-08-311-14/+14
* have the a11y text follow the SystemMenu specCharles Kerr2012-08-311-20/+42
* add a disposition handler to indicator-sessionCharles Kerr2012-08-302-17/+137
* Add the "Online Accounts" item to the session menu.Alberto Mardegan2012-08-304-1/+257
|\