aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * in main.c's on_name_lost(), silence minor 'unused parameter' compiler warningCharles Kerr2013-07-011-1/+1
| | * in cmake, remove the 'full_warnings' option because we always run with full w...Charles Kerr2013-07-011-1/+0
| | * in our cmake files, rename PROJECT_LIBEXECDIR as CMAKE_INSTALL_LIBEXECDIR and...Charles Kerr2013-07-013-4/+5
| | * in cmake/Translations.cmake, use the GNUInstallDirs variablesCharles Kerr2013-07-011-1/+1
| | * in the cmake files, prefer the _FULL versions of the GNU variablesCharles Kerr2013-07-013-5/+5
| | * in data/CMakeLists.txt, install icons into the standard hicolor directory, ra...Charles Kerr2013-07-011-2/+1
| | * in data/CMakeLists.txt, install icons/' subdirectories, not the icons/ direct...Charles Kerr2013-07-011-0/+5
| | * sync with trunk to fix merge conflictCharles Kerr2013-07-011-0/+6
| | |\ | | |/ | |/|
| * | Backport the changelog entry, from the recent manual upload, back to trunk.Sebastien Bacher2013-07-011-0/+6
| |\ \
| | * \ Backport the changelog entry, from the recent manual upload, back to trunkSebastien Bacher2013-07-012-0/+7
| | |\ \
| * | \ \ session-menu-mgr.c: don't leak user menu items. Fixes: https://bugs.launchpad...Lars Uebernickel2013-07-011-0/+1
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * / session-menu-mgr.c: don't leak user menu itemsLars Uebernickel2013-06-301-0/+1
| |/ /
| | * in src/backend-dbus/users.c, use a helper struct for disconnecting the signal...Charles Kerr2013-07-011-49/+45
| | * in src/backend-dbus/users.c's object_unref_and_disconnect(), fix an unbalance...Charles Kerr2013-07-011-1/+2
| | * in src/backend-dbus/users.c's track_user(), simplify the ref/unref semantics ...Charles Kerr2013-07-011-5/+6
| | * in src/backend-dbus/users.c, use G_DEFINE_QUARK() instead of rolling our own ...Charles Kerr2013-07-011-13/+4
| | * in src/backend-dbus/users.c's set_logins(), fix ref/unref semantics of the ha...Charles Kerr2013-07-011-1/+2
| | * in src/backend-dbus/guest.c's on_login1_manager_session_list_ready(), remove ...Charles Kerr2013-07-011-3/+2
| | * in backend-dbus/actions.c, create a separate cancellable for dm_seat s.t. new...Charles Kerr2013-07-011-6/+16
| | * in backend-dbus/actions.c, create a separate cancellable for login1_manager s...Charles Kerr2013-07-011-7/+31
| | * in backend-dbus/actions.c's set_dm_seat(), since we don't listen to displayma...Charles Kerr2013-07-011-9/+2
| | * in backend-dbus/actions.c's set_login1_seat(), disconnect from the previous s...Charles Kerr2013-07-011-2/+7
| | * bump the glib prerequisite in CMakeLists.txt and debian/control to the first ...Charles Kerr2013-07-012-3/+3
| | * when user switching isn't available, don't ellipsize the 'Lock' menuitemCharles Kerr2013-07-011-2/+1
| | * in debian/control, remove unneeded Build-Depends dh-autoreconf (this package ...Charles Kerr2013-06-291-2/+0
| | * in test-users, possible fix to async dbus action timing issue in SetUpCharles Kerr2013-06-281-1/+1
| | * in test-users, fix timing issue in the fixture's SetUpCharles Kerr2013-06-281-1/+4
| | * fix test breakage introduced with the recent commit that hides the reboot men...Charles Kerr2013-06-283-37/+64
| | * add dbus to the dependency list, we need a dbus-daemon for GTestDBus to spawnCharles Kerr2013-06-281-0/+1
| | * in service.c's add_user(), test for NULL before adding the user struct to our...Charles Kerr2013-06-281-7/+9
| | * remove localinstall modeCharles Kerr2013-06-284-38/+8
| | * no no need to pass libexecdir manually into dh_uato_configureCharles Kerr2013-06-281-7/+1
| | * cleanup: put an '.xml' file suffix at the end of the DisplayManager.Seat xml ...Charles Kerr2013-06-282-1/+1
| | * add cmake to the debian control list; alphabetize the entriesCharles Kerr2013-06-281-5/+4
| | * sync with trunk to resolve conflictsCharles Kerr2013-06-283-5/+53
| | |\ | | |/ | |/|
| * | Releasing 12.10.5daily13.06.19-0ubuntu1 to ubuntu.Automatic PS uploader2013-06-191-0/+13
| |\ \
| | * | Releasing 12.10.5daily13.06.19-0ubuntu1, based on r393Automatic PS uploader2013-06-191-0/+13
| |/ /
| * | Fix linking with pthreads for gtest.Mathieu Trudel-Lapierre2013-06-171-2/+2
| |\ \
| | * | Fix linking with gtest, which expects pthreads.Mathieu Trudel-Lapierre2013-06-171-2/+2
| |/ /
| * | recommend gnome-screensaver for the Lock Screen feature.Jeremy Bicha2013-06-151-1/+2
| |\ \
| | * | recommend gnome-screensaverJeremy Bicha2013-06-141-1/+2
| |/ /
| | * update comments & documentation to reflect that we've replaced consolekit and...Charles Kerr2013-06-288-17/+10
| | * finish up backend-dbus/users.c: fix an unref bug when creating user proxies. ...Charles Kerr2013-06-282-83/+54
| | * 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
| | * in actions.c's my_can_prompt(), don't leak the string returned by g_dbus_prox...Charles Kerr2013-06-271-3/+10
| | * in users.c, fix bugs that leaked system accounts into the list of users to sh...Charles Kerr2013-06-272-52/+90
| | * only show the restart or hibernate menuitems if login1 says these features ar...Charles Kerr2013-06-271-4/+2
| | * fix regression that displayed the 'restart' button even when prompting was en...Charles Kerr2013-06-262-2/+4
| | * bump TODOCharles Kerr2013-06-261-2/+6