| Commit message (Expand) | Author | Age | Files | Lines |
* | In tests/, enable debuginfo and warnings for C++ file. Fix a couple of minor ... | Charles Kerr | 2013-06-24 | 2 | -7/+7 |
* | 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 | 18 | -1007/+726 |
* | in the tests, use login1's terminology 'power off', 'reboot' | Charles Kerr | 2013-06-24 | 2 | -20/+20 |
* | 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 |
* | copyediting: the COMMENT in this custom target was being misformatted in the ... | Charles Kerr | 2013-06-24 | 1 | -1/+1 |
* | 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 |
* | copyediting: fix typo | Charles Kerr | 2013-06-23 | 1 | -1/+1 |
* | add a post-install hook to update the icon cache after installation. Taken fr... | Charles Kerr | 2013-06-20 | 1 | -0/+3 |
* | cmake: fix variables in data/CMakeLists.txt, make status messages more consis... | Charles Kerr | 2013-06-20 | 2 | -21/+38 |
* | cmake: cleanup, move DBUSSERVICEDIR's scope from global to the data/ dir | Charles Kerr | 2013-06-20 | 1 | -12/+4 |
* | add cmake rules to install the icon files | Charles Kerr | 2013-06-20 | 19 | -127/+16 |
* | install .schema.xml and indicator-session-service in the right places. | Charles Kerr | 2013-06-20 | 6 | -136/+93 |
* | cmake work: properly generate and install the .service file for dbus activation | Charles Kerr | 2013-06-20 | 5 | -11/+27 |
* | install the .indicator file into the unity/indicators/ dir | Charles Kerr | 2013-06-20 | 1 | -2/+3 |
* | merge lp:~larsu/indicator-session/ng-with-types to add x-canonical-type suppo... | Lars Uebernickel | 2013-06-20 | 3 | -3/+14 |
|\ |
|
| * | Set x-canonical-type for user and guest menu items | Lars Uebernickel | 2013-05-23 | 2 | -3/+12 |
* | | remove the --replace command-line argument and property as we're using upstar... | Charles Kerr | 2013-06-20 | 4 | -82/+10 |
* | | add short-term TODO | Charles Kerr | 2013-06-19 | 1 | -0/+8 |
* | | use the production dbus name | Charles Kerr | 2013-06-19 | 4 | -9/+14 |
* | | silence unused variable warning | Charles Kerr | 2013-06-19 | 1 | -1/+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 |
|/ |
|
* | add session.indicator to data/ | Charles Kerr | 2013-04-18 | 1 | -0/+4 |
* | 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 unnecessary dependencies from debian/control | Charles Kerr | 2013-04-18 | 1 | -7/+1 |
* | 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 |
* | In INSTALL, document the DBus runtime dependencies | Charles Kerr | 2013-03-25 | 1 | -32/+46 |
* | remove unused session-dbus.xml; this is a leftover from the GTK+ indicator | Charles Kerr | 2013-03-25 | 1 | -20/+0 |
* | Add Translations.cmake for i18n files | Charles Kerr | 2013-03-23 | 7 | -292/+46 |
* | use pete woods' hud cmake code for the build.sh script to check for Ninja and... | Charles Kerr | 2013-03-23 | 4 | -110/+125 |
* | add data/CMakeLists.txt to the repo | Charles Kerr | 2013-03-22 | 1 | -0/+23 |
* | add top-level cmake files to the repo | Charles Kerr | 2013-03-22 | 5 | -0/+431 |
* | copyediting: grammar | Charles Kerr | 2013-03-22 | 1 | -6/+6 |