aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set x-canonical-type for user and guest menu itemsLars Uebernickel2013-05-232-3/+12
* 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
|\
| * Make use of XORG_GTEST_LDFLAGS that xorg-gtest can export to know whether the...Mathieu Trudel-Lapierre2013-03-051-0/+1
|/
* Releasing 12.10.5daily13.01.25-0ubuntu1 to ubuntu.Automatic PS uploader2013-01-251-2/+14
|\
| * Releasing 12.10.5daily13.01.25-0ubuntu1, based on r382Automatic PS uploader2013-01-251-2/+14
|/
* Misc fixes for build on raring:Mathieu Trudel-Lapierre2013-01-226-7/+6
|\
| * Add libxorg-gtest-dev to Build-Depends.Mathieu Trudel-Lapierre2013-01-222-0/+2
| * Revise path to gtest source files; the files moved in libxorg-gtest-devMathieu Trudel-Lapierre2013-01-221-2/+2
| * Remove the uses of deprecated g_type_init().Mathieu Trudel-Lapierre2013-01-224-5/+2
|/
* Fix test -- disable TestCanStartService for the build; instead make it availa...Mathieu Trudel-Lapierre2013-01-165-2/+44
|\
| * Add comment in debian/tests/control for the reason why tests are disabled.Mathieu Trudel-Lapierre2013-01-161-1/+3
| * debian/control: temporarily comment out the XS-Testsuite entry to disableMathieu Trudel-Lapierre2013-01-152-1/+3
| * Add polkit to autopkgtest dependsMathieu Trudel-Lapierre2013-01-152-1/+2
| * Rename localcheck to integrationcheck; update autopkgtest test.Mathieu Trudel-Lapierre2013-01-143-10/+16
| * - Add XS-Testsuite: autopkgtest.Mathieu Trudel-Lapierre2013-01-106-2/+33
|/|
| * - Add XS-Testsuite: autopkgtest.Mathieu Trudel-Lapierre2012-12-064-0/+12
| * Move TestCanStartService into a separate make target "localcheck"; so thatMathieu Trudel-Lapierre2012-12-053-2/+12
* | Add a hack for having tests running.Didier Roche2012-12-052-0/+8
|\ \ | |/ |/|
| * typoDidier Roche2012-12-051-1/+1
| * run tests not under fakeroot for dbus tests (which don't seem to be able toDidier Roche2012-12-052-0/+8
|/
* i-session doesn't use polkit or packagekit anymore, so don't refer to them in...Charles Kerr2012-11-303-12/+11
|\
| * add the launchpad bug number to the polkit+packagekit entry in debian/changelogCharles Kerr2012-11-301-1/+1
| * fix tyopCharles Kerr2012-11-301-1/+1
| * remove unused polkit dependencyCharles Kerr2012-11-303-9/+9
| * remove unused packagekit dependencyCharles Kerr2012-11-303-4/+3
|/
* Clean deprecated Build-Depends on gconf and dbusglib.Sebastien Bacher2012-11-302-3/+6
|\
| * clean deprecated Build-Depends on gconf and dbusglibSebastien Bacher2012-11-302-3/+6
* | Use GDbus. Fixes: https://bugs.launchpad.net/bugs/1084756.Robert Ancell2012-11-302-61/+74
|\|