aboutsummaryrefslogtreecommitdiff
path: root/src/service.c
Commit message (Expand)AuthorAgeFilesLines
* when user switching isn't available, don't ellipsize the 'Lock' menuitemCharles Kerr2013-07-011-2/+1
* in service.c's add_user(), test for NULL before adding the user struct to our...Charles Kerr2013-06-281-7/+9
* use the unicode '…' directly intead of \342\200\246Charles Kerr2013-06-281-8/+8
* in create_guest_switcher_state() and create_user_switcher_state(), don't leak...Charles Kerr2013-06-271-14/+14
* fix regression that displayed the 'restart' button even when prompting was en...Charles Kerr2013-06-261-1/+3
* sync text with trunk: make the shutdown menuitem read 'Shut Down' instead of ...Charles Kerr2013-06-251-1/+1
* in IndicatorSessionUsers, use the uid as the user's key. Users.ActivateUser i...Charles Kerr2013-06-251-20/+20
* use login1's terminology 'power off', 'reboot'Charles Kerr2013-06-241-12/+12
* add icon support to user menuitemsCharles Kerr2013-06-231-0/+10
* 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-201-38/+3
* | use the production dbus nameCharles Kerr2013-06-191-2/+1
* | 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
* g_object_unref doesn't need a G_OBJECT() castCharles Kerr2013-04-181-6/+6
* 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-181-1/+22
* 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 G_GNUC_UNUSEDCharles Kerr2013-03-261-1/+1
* port indicator-session to GMenu/cmake. Code coverage increased from 0% to 95.4%.Charles Kerr2013-03-221-0/+1192