| Commit message (Expand) | Author | Age | Files | Lines |
* | Use username as label if the real name is empty or whitespace | Robert Ancell | 2013-12-19 | 1 | -3/+16 |
* | extract-method: serialize_icon_file() | Charles Kerr | 2013-11-08 | 1 | -15/+24 |
* | cache the header action's serialized icons | Charles Kerr | 2013-11-08 | 1 | -11/+23 |
* | don't leak the output from g_icon_serialize | Charles Kerr | 2013-11-08 | 1 | -4/+20 |
* | src/service.c: also switch to screensaver if there is more than one user | Marc Deslauriers | 2013-09-25 | 1 | -8/+7 |
* | src/service.c: don't switch to greeter when locking screen, as that | Marc Deslauriers | 2013-09-20 | 1 | -1/+1 |
* | sync with trunk | Charles Kerr | 2013-08-23 | 1 | -14/+30 |
|\ |
|
| * | remove debugging stub | Charles Kerr | 2013-08-08 | 1 | -1/+0 |
| * | as discussed with dednick and ted, have a header action state type of a{sv} r... | Charles Kerr | 2013-08-08 | 1 | -14/+30 |
* | | don't use deprecated API calls to GSimpleActionGroup | Charles Kerr | 2013-08-22 | 1 | -3/+3 |
|/ |
|
* | add the online-accounts action and unit tests for it | Charles Kerr | 2013-07-12 | 1 | -10/+19 |
* | Add a 'can-reboot' property to the Actions class. | Charles Kerr | 2013-07-12 | 1 | -9/+2 |
* | in the desktop greeter, skip the logout menuitem | Charles Kerr | 2013-07-09 | 1 | -7/+8 |
* | make the desktop greeter menu's name consistent across indicators: 'desktop_g... | Charles Kerr | 2013-07-05 | 1 | -0/+1 |
* | when user switching isn't available, don't ellipsize the 'Lock' menuitem | Charles Kerr | 2013-07-01 | 1 | -2/+1 |
* | in service.c's add_user(), test for NULL before adding the user struct to our... | Charles Kerr | 2013-06-28 | 1 | -7/+9 |
* | use the unicode '…' directly intead of \342\200\246 | Charles Kerr | 2013-06-28 | 1 | -8/+8 |
* | in create_guest_switcher_state() and create_user_switcher_state(), don't leak... | Charles Kerr | 2013-06-27 | 1 | -14/+14 |
* | 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 |
* | in IndicatorSessionUsers, use the uid as the user's key. Users.ActivateUser i... | Charles Kerr | 2013-06-25 | 1 | -20/+20 |
* | use login1's terminology 'power off', 'reboot' | Charles Kerr | 2013-06-24 | 1 | -12/+12 |
* | add icon support to user menuitems | Charles Kerr | 2013-06-23 | 1 | -0/+10 |
* | 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 | 1 | -38/+3 |
* | | use the production dbus name | Charles Kerr | 2013-06-19 | 1 | -2/+1 |
* | | 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 |
* | g_object_unref doesn't need a G_OBJECT() cast | Charles Kerr | 2013-04-18 | 1 | -6/+6 |
* | 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 | 1 | -1/+22 |
* | 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 G_GNUC_UNUSED | Charles Kerr | 2013-03-26 | 1 | -1/+1 |
* | port indicator-session to GMenu/cmake. Code coverage increased from 0% to 95.4%. | Charles Kerr | 2013-03-22 | 1 | -0/+1192 |