aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* get all the tests in test-actions passing again.Charles Kerr2013-06-2418-1007/+726
* in the tests, use login1's terminology 'power off', 'reboot'Charles Kerr2013-06-242-20/+20
* migrate from consolekit to login1Charles Kerr2013-06-242-101/+91
* we don't need a login1 session proxy, so don't generate code for one.Charles Kerr2013-06-242-53/+0
* use login1's terminology 'power off', 'reboot'Charles Kerr2013-06-243-22/+22
* copyediting: the COMMENT in this custom target was being misformatted in the ...Charles Kerr2013-06-241-1/+1
* in IndicatorSessionUsers, update to login1Charles Kerr2013-06-242-451/+370
* in IndicatorSessionGuest, update to login1Charles Kerr2013-06-242-316/+164
* update which proxies the dbus utils helper createsCharles Kerr2013-06-243-338/+96
* add replace consolekit xml files with login1; update build filesCharles Kerr2013-06-249-1273/+337
* add icon support to user menuitemsCharles Kerr2013-06-231-0/+10
* copyediting: fix typoCharles Kerr2013-06-231-1/+1
* add a post-install hook to update the icon cache after installation. Taken fr...Charles Kerr2013-06-201-0/+3
* cmake: fix variables in data/CMakeLists.txt, make status messages more consis...Charles Kerr2013-06-202-21/+38
* cmake: cleanup, move DBUSSERVICEDIR's scope from global to the data/ dirCharles Kerr2013-06-201-12/+4
* add cmake rules to install the icon filesCharles Kerr2013-06-2019-127/+16
* install .schema.xml and indicator-session-service in the right places.Charles Kerr2013-06-206-136/+93
* cmake work: properly generate and install the .service file for dbus activationCharles Kerr2013-06-205-11/+27
* install the .indicator file into the unity/indicators/ dirCharles Kerr2013-06-201-2/+3
* merge lp:~larsu/indicator-session/ng-with-types to add x-canonical-type suppo...Lars Uebernickel2013-06-203-3/+14
|\
| * Set x-canonical-type for user and guest menu itemsLars Uebernickel2013-05-232-3/+12
* | remove the --replace command-line argument and property as we're using upstar...Charles Kerr2013-06-204-82/+10
* | add short-term TODOCharles Kerr2013-06-191-0/+8
* | use the production dbus nameCharles Kerr2013-06-194-9/+14
* | silence unused variable warningCharles Kerr2013-06-191-1/+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
|/
* add session.indicator to data/Charles Kerr2013-04-181-0/+4
* 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 unnecessary dependencies from debian/controlCharles Kerr2013-04-181-7/+1
* 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
* In INSTALL, document the DBus runtime dependenciesCharles Kerr2013-03-251-32/+46
* remove unused session-dbus.xml; this is a leftover from the GTK+ indicatorCharles Kerr2013-03-251-20/+0
* Add Translations.cmake for i18n filesCharles Kerr2013-03-237-292/+46
* use pete woods' hud cmake code for the build.sh script to check for Ninja and...Charles Kerr2013-03-234-110/+125
* add data/CMakeLists.txt to the repoCharles Kerr2013-03-221-0/+23
* add top-level cmake files to the repoCharles Kerr2013-03-225-0/+431
* copyediting: grammarCharles Kerr2013-03-221-6/+6
* port indicator-session to GMenu/cmake. Code coverage increased from 0% to 95.4%.Charles Kerr2013-03-22107-5424/+11550
* Do the linking with -lpthread correctly. Fixes: https://bugs.launchpad.net/bu...Mathieu Trudel-Lapierre2013-03-051-0/+1
|\