From ca62fbf84e66aed2af8321217dab71915fe919a5 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 30 May 2017 16:10:13 +0200 Subject: release 0.4.0 --- CMakeLists.txt | 2 +- ChangeLog | 9659 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 9660 insertions(+), 1 deletion(-) create mode 100644 ChangeLog diff --git a/CMakeLists.txt b/CMakeLists.txt index fb96e29..4151b14 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 2.8.9) list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) -set (PROJECT_VERSION "0.5.0") +set (PROJECT_VERSION "0.4.0") set (PACKAGE ${CMAKE_PROJECT_NAME}) set (GETTEXT_PACKAGE ayatana-indicator-session) diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..a619f70 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,9659 @@ +2017-05-30 16:10:13 +0200 Mike Gabriel (a94df51) + + * release 0.4.0 (HEAD -> release-builds, master) + +2017-05-30 15:20:45 +0200 Mike Gabriel (9c5a959) + + * backend-dbus/actions.c: Mention MATE session proxy in error msg. + (origin/master) + +2017-05-30 15:20:24 +0200 Mike Gabriel (50d2da3) + + * backend-dbus/actions.c: Improve comment. + +2017-05-30 15:13:17 +0200 Mike Gabriel (8fa55e5) + + * INSTALL: Update to our new namespace. + +2017-05-30 14:55:00 +0200 Mike Gabriel (1b77faa) + + * Move NEWS to NEWS.Canonical. + +2017-05-30 14:53:04 +0200 Mike Gabriel (8984919) + + * Add update-pot.sh. + +2017-05-30 14:22:38 +0200 Mike Gabriel (1abdb5f) + + * XDG-autostart this indicator in MATE, too. + +2017-05-30 11:56:07 +0200 Mike Gabriel (4e49717) + + * src/utils.[ch]: Make desktop env checks available globally, load + MSD media keys settings, if in MATE environment. + +2017-05-30 10:59:21 +0200 Mike Gabriel (2eb2c1e) + + * desktop env awareness: Make session indicator aware of the MATE + desktop environment. Report to the user, if a desktop env + is unknown (e.g. when the user wants to open the system + settings dialog, etc.). + +2017-05-30 10:27:51 +0200 Mike Gabriel (4331d37) + + * Don't use PROMPT_WITH_AYATANA for detecting the session type, ask + XDG_CURRENT_DESKTOP instead. + +2017-05-30 09:33:18 +0200 Mike Gabriel (c08b3c6) + + * Rename PROMPT_WITH_UNITY to PROMPT_WITH_AYATANA, meaning the + org.ayatana.Desktop DBus session bus. + +2017-05-30 09:19:52 +0200 Mike Gabriel (7ce8811) + + * Things are not that simple... Complete previous commit, now switch + to org.ayatana.Desktop Dbus session bus name complete. + +2017-05-23 12:07:46 +0200 Mike Gabriel (16008bb) + + * De-Canonical'ize: Rename DBus bus com.canonical.Unity to + org.ayatana.Desktop. + +2017-05-17 10:15:49 +0200 Ted Gould (3db7888) + + * Adding a systemd user session unit + +2017-05-17 10:08:49 +0200 Mike Gabriel (23d89e9) + + * debian/control: Adapt SYNOPSIS and LONG_DESCRIPTION. + +2017-05-17 10:08:23 +0200 Mike Gabriel (93854ef) + + * src/CMakeLists.txt: Comply with cmake policy CMP0053. + +2017-05-17 10:02:00 +0200 Mike Gabriel (58652a1) + + * debian/rules: Adapt to new bin:package name in override_dh_install + rule. + +2017-05-17 09:57:25 +0200 Martin Wimpress (349a4cd) + + * MATE proxies the name spaces required for session management. Add + mate-control-center to Recommends. + +2017-05-17 09:50:23 +0200 Mike Gabriel (9ab3198) + + * switch back to x-canonical-type + +2015-11-16 16:07:58 +0100 Mike Gabriel (c1950d0) + + * Use x-ayatanaindicator-* instead of x-canonical-*/x-ayatana-*. + +2015-11-16 13:34:34 +0000 Mike Gabriel (610f27f) + + * debian/control: Fix bin:package name. Also alternatively recommend + MATE indicator applet / screensaver. + +2015-11-16 07:41:32 +0100 Mike Gabriel (3c49ad9) + + * debian/control: Fix dependencies so that the package is installable + on Debian _and_ Ubuntu. + +2015-11-14 22:07:18 +0100 Mike Gabriel (405a696) + + * Fork from Ubuntu's indicator-session project. + +2015-09-15 07:47:28 +0000 CI Train Bot (c5211a8) + + * Releasing 12.10.5+15.10.20150915-0ubuntu1 (tag: + 12.10.5+15.10.20150915-0ubuntu1, + refs/bzr/origin/tags/12.10.5+15.10.20150915-0ubuntu1, + refs/bzr/origin/heads/master) + +2015-09-15 07:47:26 +0000 Sebastien Bacher (a1fd0d8) + + * under unity8 start system-settings instead unity-control-center + Fixes: #1489480 Approved by: PS Jenkins bot, Charles Kerr + +2015-09-15 07:47:21 +0000 Andrea Azzarone andrea.azzarone@canonical.com (cad6ce9) + + * Disable shutdown/reboot in the lockscreen. Fixes: #1460626 Approved + by: PS Jenkins bot, Marco Trevisan (Treviño) + +2015-08-27 16:07:19 +0100 Sebastien Bacher (bc9f9f5) + + * under unity8 start system-settings instead unity-control-center + +2015-06-04 16:30:21 +0200 Andrea Azzarone andrea.azzarone@canonical.com (47e8574) + + * Disable shutdown/reboot in the lockscreen. + +2015-03-27 15:00:16 +0000 CI Train Bot (ffe4d92) + + * Releasing 12.10.5+15.04.20150327-0ubuntu1 (tag: + 12.10.5+15.04.20150327-0ubuntu1, + refs/bzr/origin/tags/12.10.5+15.04.20150327-0ubuntu1) + +2015-03-27 15:00:13 +0000 Charles Kerr (16b6769) + + * Fix a crash in get_user_label() by testing a string pointer for + NULL before dereferencing it. Fixes: #1290876 Approved by: + Ted Gould, PS Jenkins bot + +2015-03-25 17:30:30 -0500 Charles Kerr (c83ee3f) + + * if someone has control codes in their real name, who are we do + disagree? + +2015-03-25 17:25:41 -0500 Charles Kerr (572cdb8) + + * use unichar rather than ascii + +2015-03-25 10:18:22 -0500 Charles Kerr (1ef3f46) + + * in get_user_label(), don't dereference a NULL real_name pointer + +2015-02-28 18:10:57 +0000 CI Train Bot (4776cce) + + * Releasing 12.10.5+15.04.20150228-0ubuntu1 (tag: + 12.10.5+15.04.20150228-0ubuntu1, + refs/bzr/origin/tags/12.10.5+15.04.20150228-0ubuntu1) + +2015-02-28 18:10:53 +0000 Dmitry Shachnev (e3c5a5b) + + * Support multiple desktop names in XDG_CURRENT_DESKTOP. Approved by: + Charles Kerr, Alberts Muktupāvels + +2014-11-30 19:58:56 +0300 Dmitry Shachnev (54c66e1) + + * Support multiple names in XDG_CURRENT_DESKTOP. + +2014-11-03 20:57:55 +0000 CI bot (5f72c7a) + + * Releasing 12.10.5+15.04.20141103-0ubuntu1 (tag: + 12.10.5+15.04.20141103-0ubuntu1, + refs/bzr/origin/tags/12.10.5+15.04.20141103-0ubuntu1) + +2014-11-03 20:57:47 +0000 Sebastien Bacher (7c03425) + + * update the translations template during the build Fixes: 1385260 + Approved by: Ted Gould + +2014-10-24 09:49:26 -0400 Sebastien Bacher (df046b7) + + * update the translations template during the build + +2014-10-09 13:27:50 +0000 CI bot (f084494) + + * Releasing 12.10.5+14.10.20141009-0ubuntu1 (tag: + 12.10.5+14.10.20141009-0ubuntu1, + refs/bzr/origin/tags/12.10.5+14.10.20141009-0ubuntu1) + +2014-10-09 13:27:36 +0000 Martin Pitt (ebd9cae) + + * Fix autopkg tests Approved by: Charles Kerr, PS Jenkins bot + +2014-09-23 11:58:38 +0200 Martin Pitt (89cfe52) + + * Run tests-service as autopkgtest + +2014-09-23 11:20:13 +0200 Martin Pitt (7aa2045) + + * debian/control: Drop commented out XS-Testsuite: field, dpkg now + adds this automatically + +2014-09-23 11:17:09 +0200 Martin Pitt (d91c8f8) + + * debian/control: Update Vcs-* links to current branch + +2014-09-19 13:48:47 +0000 CI bot (65ce193) + + * Releasing 12.10.5+14.10.20140919-0ubuntu1 (tag: + 12.10.5+14.10.20140919-0ubuntu1, + refs/bzr/origin/tags/12.10.5+14.10.20140919-0ubuntu1) + +2014-09-19 13:48:34 +0000 Dmitry Shachnev (aee40ea) + + * Make Cancel button in Zenity backend work again Fixes: 1363630 + Approved by: Charles Kerr + +2014-08-31 14:39:30 +0400 Dmitry Shachnev (56c6dfa) + + * Make Cancel button in Zenity backend work again + +2014-08-14 14:53:29 +0000 CI bot (c9570c9) + + * Releasing 12.10.5+14.10.20140814-0ubuntu1 (tag: + 12.10.5+14.10.20140814-0ubuntu1, + refs/bzr/origin/tags/12.10.5+14.10.20140814-0ubuntu1) + +2014-08-14 14:53:19 +0000 Charles Kerr (cea1977) + + * Re-use the same Translations.cmake file across indicators Fixes: + 1354058 Approved by: Ted Gould, PS Jenkins bot + +2014-08-09 18:30:53 -0500 Charles Kerr (355123e) + + * sync the shared Translations.cmake file to pick up recent bugfixes. + +2014-07-18 21:36:22 +0000 CI bot (7205a28) + + * Releasing 12.10.5+14.10.20140718-0ubuntu1 (tag: + 12.10.5+14.10.20140718-0ubuntu1, + refs/bzr/origin/tags/12.10.5+14.10.20140718-0ubuntu1) + +2014-07-18 21:36:13 +0000 Robert Ancell (97a8297) + + * Hide relevant items from session indicator when + org.gnome.desktop.lockdown disable-lock-screen or + disable-user-switching are set to match 12.04 LTS + behaviour Fixes: 1325353 Approved by: Charles Kerr, PS + Jenkins bot + +2014-07-17 08:33:50 +0000 CI bot (373e7a8) + + * Releasing 12.10.5+14.10.20140717-0ubuntu1 (tag: + 12.10.5+14.10.20140717-0ubuntu1, + refs/bzr/origin/tags/12.10.5+14.10.20140717-0ubuntu1) + +2014-07-17 08:33:36 +0000 Charles Kerr (5a43af8) + + * Add support for getting the distro name from /etc/os-release. + Fixes: 1331873 Approved by: Ted Gould, PS Jenkins bot + +2014-07-16 11:32:07 -0500 Charles Kerr (bf07982) + + * use g_shell_unquote() to unmunge the values in /etc/os-release + +2014-07-16 09:00:50 -0500 Charles Kerr (a66b388) + + * tweak unescape comment for readability + +2014-07-16 01:42:54 -0500 Charles Kerr (53bf4a3) + + * make the os-release parser slightly more readable. + +2014-07-16 01:26:56 -0500 Charles Kerr (b2fe95c) + + * make the os-release parser slightly less unreadable. + +2014-07-16 01:18:35 -0500 Charles Kerr (a034869) + + * better i18n markup of the help string + +2014-07-16 01:16:42 -0500 Charles Kerr (cbe3fbe) + + * don't mark 'Ubuntu' for translation. + +2014-07-15 16:35:11 -0500 Charles Kerr (1a1e7e5) + + * add a passable parser for /etc/os-release + +2014-07-11 13:18:20 +1200 Robert Ancell (ee96595) + + * Hide relevant items from session indicator when + org.gnome.desktop.lockdown disable-lock-screen or + disable-user-switching are set to match 12.04 LTS + behaviour + +2014-06-20 15:27:43 +0000 CI bot (63f2cd2) + + * Releasing 12.10.5+14.10.20140620-0ubuntu1 (tag: + 12.10.5+14.10.20140620-0ubuntu1, + refs/bzr/origin/tags/12.10.5+14.10.20140620-0ubuntu1) + +2014-06-20 15:27:33 +0000 Charles Kerr (44bcea9) + + * When logging out, prefer com.canonical.Unity.RequestLogout over + org.gnome.SessionManager.Logout. Fixes: 1296814 + +2014-06-18 15:34:50 -0500 Charles Kerr (52d94a5) + + * If we try to prompt for confirmation using unity but the + EndSessionDialog errors out, treat that as confirmation. + Otherwise how will a user ever log out? + +2014-06-18 15:33:39 -0500 Charles Kerr (96bc6e5) + + * If we try to prompt for confirmation with zenity but zenity fails + to run, treat that as confirmation. Otherwise how will a + user ever log out? + +2014-04-11 13:53:20 -0500 Charles Kerr (a1ea3fe) + + * try to log out with com.canonical.Unity.Session's RequestLogout. If + that fails, fall back to org.gnome.SessionManager's + Logout. + +2014-04-11 13:48:49 -0500 Charles Kerr (12758f5) + + * in MockUnitySession, add support for handling RequestLogout + +2014-04-10 17:39:19 +0000 CI bot (c2e6f8b) + + * Releasing 12.10.5+14.04.20140410-0ubuntu1 (tag: + 12.10.5+14.04.20140410-0ubuntu1, + refs/bzr/origin/tags/12.10.5+14.04.20140410-0ubuntu1) + +2014-04-10 17:39:10 +0000 Marco Trevisan (Treviño) (36fe650) + + * DBusActions: use unity session APIs when unity is running + +2014-04-10 17:11:06 +0200 Marco Trevisan (Treviño) (e4b9f04) + + * MockUnitySession: add new mock for unity session, and use it in + tests + +2014-04-10 14:39:14 +0200 Marco Trevisan (Treviño) (700dbea) + + * DBusActions: use if/else instead of returning in + lock_current_session + +2014-04-10 14:16:40 +0200 Marco Trevisan (Treviño) (99418d9) + + * ScreenSaver API: add SimulateUserActivity back + +2014-04-10 07:31:32 +0200 Marco Trevisan (Treviño) (9fd91d7) + + * actions: cleanup spacing + +2014-04-10 06:58:04 +0200 Marco Trevisan (Treviño) (7811228) + + * actions: add have_unity_session to check if unity is currently + running and exporting his session bus + +2014-04-10 03:55:12 +0200 Marco Trevisan (Treviño) (4ad55d6) + + * Actions: lock current session also when switching to greeter and + another user + +2014-04-10 03:52:50 +0200 Marco Trevisan (Treviño) (a302870) + + * Actions: add Unity session proxy, and use to lock the screen if + available + +2014-04-03 17:13:30 +0000 CI bot (74352b3) + + * Releasing 12.10.5+14.04.20140403-0ubuntu1 (tag: + 12.10.5+14.04.20140403-0ubuntu1, + refs/bzr/origin/tags/12.10.5+14.04.20140403-0ubuntu1) + +2014-04-03 17:13:23 +0000 Charles Kerr (5c547e6) + + * Fix the phantom "J Random User" menuitem that shows up under some + conditions. Fixes: 1256590 + +2014-04-02 10:02:59 -0500 Charles Kerr (8416dc9) + + * if we encounter a user for whom we can't find a name, report it to + apport as a recoverable error. + +2014-04-02 10:02:26 -0500 Charles Kerr (f84deab) + + * copy recoverable-problem.[ch] from url-dispatcher + 0.1+14.04.20140331.1-0ubuntu1 + +2014-03-28 22:21:35 -0500 Charles Kerr (8401862) + + * silence compiler warning + +2014-03-28 22:17:05 -0500 Charles Kerr (7e19d43) + + * don't create menuitems for phantom users. + +2014-03-24 10:19:12 +0000 CI bot (d4ba429) + + * Releasing 12.10.5+14.04.20140324-0ubuntu1 (tag: + 12.10.5+14.04.20140324-0ubuntu1, + refs/bzr/origin/tags/12.10.5+14.04.20140324-0ubuntu1) + +2014-03-24 10:19:00 +0000 Charles Kerr (0638860) + + * Don't show a red icon in indicator-session when there's an online + user account error. Fixes: 1206550 + +2014-03-24 10:18:47 +0000 Iain Lane (1db25fd) + + * Re-add the feature to hide the user list if + com.canonical.indicator.session user-show-menu is false + Fixes: 1211772 + +2014-03-20 19:18:01 +0000 CI bot (e99aa91) + + * Releasing 12.10.5+14.04.20140320-0ubuntu1 (tag: + 12.10.5+14.04.20140320-0ubuntu1, + refs/bzr/origin/tags/12.10.5+14.04.20140320-0ubuntu1) + +2014-03-20 19:17:46 +0000 Ted Gould (a93745a) + + * Synchronize process management across indicators + +2014-03-20 19:17:29 +0000 Charles Kerr (24a6aab) + + * indicator-session relies on the org.gnome.desktop.lockdown schema + provided by gsettings-desktop-schemas. Fixes: 1212664 + +2014-03-20 19:17:10 +0000 Charles Kerr (02ebe3f) + + * Don't show the lockscreen accelerator in switch-user mode. Fixes: + 1241906 + +2014-03-19 15:40:42 -0500 Charles Kerr (983f944) + + * don't show the lockscreen accelerator in switch-user mode. + +2014-03-19 17:40:24 +0000 Iain Lane (3453ded) + + * Update some strings + +2014-03-19 17:35:47 +0000 Iain Lane (d5b6485) + + * Re-add the feature to hide the user list if + com.canonical.indicator.session user-show-menu is false + +2014-03-19 10:48:12 -0500 Charles Kerr (e5f3035) + + * sync tests to the red-icon-removal change in r436 + +2014-03-19 10:46:44 -0500 Charles Kerr (9af3568) + + * copy newer GLibTestFixture wait_for_signal() and wait_msec() + methods from indicator-datetime's tests to fix noisy + g_warnings + +2014-03-19 10:34:00 -0500 Charles Kerr (94fd55e) + + * don't show a red icon when online accounts are in an error state. + +2014-03-11 19:21:29 +0000 CI bot (574547d) + + * Releasing 12.10.5+14.04.20140311.1-0ubuntu1 (tag: + 12.10.5+14.04.20140311.1-0ubuntu1, + refs/bzr/origin/tags/12.10.5+14.04.20140311.1-0ubuntu1) + +2014-03-11 19:21:20 +0000 Marco Trevisan (Treviño) (efa3cd6) + + * IndicatorSessionService: add desktop_lockscreen mode, show users + and switch to account items + +2014-03-11 15:02:31 +0100 Marco Trevisan (Treviño) (f8373fd) + + * IndicatorSessionService: add desktop_lockscreen mode, show users + and switch to account items + +2014-03-05 14:12:45 -0600 Charles Kerr (35c0efa) + + * make explicit the dependency on gsettings-desktop-schemas + +2014-02-26 10:40:36 -0600 Ted Gould (699d20f) + + * Update for gnome-fallback + +2014-02-20 10:19:05 -0600 Ted Gould (38ac397) + + * Adding in an Upstart override + +2014-02-20 10:17:12 -0600 Ted Gould (f8e72e1) + + * Update with a respawn limit + +2014-02-20 10:16:48 -0600 Ted Gould (100c098) + + * Converting to an OnlyShowIn + +2014-02-14 15:53:35 +0000 CI bot (75840bf) + + * Releasing 12.10.5+14.04.20140214-0ubuntu1 (tag: + 12.10.5+14.04.20140214-0ubuntu1, + refs/bzr/origin/tags/12.10.5+14.04.20140214-0ubuntu1) + +2014-02-14 15:53:27 +0000 Robert Ancell (66ad7b4) + + * Only depend on gnome-settings-daemon-schemas so can work with + unity-settings-daemon only Fixes: 1277487 + +2014-02-07 16:44:33 +0000 Robert Ancell (bf6f7bc) + + * Only depend on gnome-settings-daemon-schemas so can work with + unity-settings-daemon only + +2014-02-07 16:37:27 +0000 CI bot (ee60781) + + * Releasing 12.10.5+14.04.20140207-0ubuntu1 (tag: + 12.10.5+14.04.20140207-0ubuntu1, + refs/bzr/origin/tags/12.10.5+14.04.20140207-0ubuntu1) + +2014-02-07 16:37:16 +0000 CI bot (083b132) + + * Adding acceptance tests and merge review policies + +2014-02-05 18:27:30 +0000 Robert Ancell (ff2a798) + + * Move logout into its own section to match design update in + https://wiki.ubuntu.com/SystemMenu. + +2014-02-05 11:39:05 +0000 Robert Ancell (99f78e8) + + * Move logout into its own section to match design update in + https://wiki.ubuntu.com/SystemMenu + +2014-01-31 21:07:54 +0000 Ted Gould (8aaf969) + + * Adding acceptance tests and merge review policies. + +2014-01-31 14:24:10 -0600 Ted Gould (d6d828a) + + * Adding merge review policy + +2014-01-31 14:24:10 -0600 Ted Gould (31b4459) + + * Adding basic acceptance tests + +2014-01-24 14:38:35 +0000 Automatic PS uploader (cde2a24) + + * Releasing 12.10.5+14.04.20140124-0ubuntu1 (revision 426 from + lp:indicator-session). + +2014-01-24 11:02:01 +0000 Automatic PS uploader (dfe0683) + + * Releasing 12.10.5+14.04.20140124-0ubuntu1, based on r426 + +2014-01-22 17:47:22 +0000 Robert Ancell (590627a) + + * Use unity-control-center if it is available. Fixes: + https://bugs.launchpad.net/bugs/1257505. + +2014-01-22 15:14:22 +0000 Robert Ancell (cf046c6) + + * Use username as label if the real name is empty or whitespace. + Fixes: https://bugs.launchpad.net/bugs/872908. + +2014-01-22 10:31:50 +1300 Robert Ancell (610119b) + + * Only run unity-control-center under unity + +2014-01-14 17:41:16 +1300 Robert Ancell (c4e730f) + + * Recommend unity-control-center before gnome-control-center + +2014-01-10 15:14:57 +1300 Robert Ancell (b673e2d) + + * Use unity-control-center if it is available + +2013-12-19 16:02:17 +1300 Robert Ancell (8362fed) + + * Use username as label if the real name is empty or whitespace + +2013-12-05 13:17:17 +0000 Sebastien Bacher (e8a7320) + + * drop unused cmake file, it refears to geary and doesn't seem useful + there. + +2013-12-05 09:24:39 +0000 Robert Ancell (60a6771) + + * Recommend yelp, gnome-control-center and + gnome-control-center-signon since we try and launch these + applications. + +2013-12-05 09:06:25 +0000 Sebastien Bacher (1b759a6) + + * clean out the extra-sessions directory, it's a leftover. + +2013-12-04 17:08:59 +0100 Sebastien Bacher (0302dbe) + + * clean out the extra-sessions directory, it's a leftover + +2013-12-04 16:57:03 +0100 Sebastien Bacher (d3788f7) + + * drop unused cmake file, it refears to geary and doesn't seem useful + there + +2013-12-02 13:03:40 +1300 Robert Ancell (f7006ad) + + * Recommend yelp, gnome-control-center and + gnome-control-center-signon since we try and launch these + applications + +2013-11-25 15:52:36 +0000 Automatic PS uploader (78f4465) + + * Releasing 12.10.5+14.04.20131125-0ubuntu1 (revision 420 from + lp:indicator-session). + +2013-11-25 03:57:00 +0000 Automatic PS uploader (ab36445) + + * Releasing 12.10.5+14.04.20131125-0ubuntu1, based on r420 + +2013-11-08 20:44:47 +0000 Charles Kerr (102ef5c) + + * fix a minor memory leak that was caused by treating the variant + returned by g_icon_serialize() as floating. + +2013-11-08 13:06:20 -0600 Charles Kerr (57ff63f) + + * look for fallback icons in test-services + +2013-11-08 11:41:36 -0600 Charles Kerr (49de5d5) + + * extract-method: serialize_icon_file() + +2013-11-08 11:10:08 -0600 Charles Kerr (906a31e) + + * cache the header action's serialized icons + +2013-11-08 11:01:58 -0600 Charles Kerr (b72aaf8) + + * don't leak the output from g_icon_serialize + +2013-11-05 16:16:06 +0000 Lars Uebernickel (4af45b9) + + * Work around glib's type initialization deadlock. + +2013-11-05 14:57:04 +0100 Lars Uebernickel (a308b07) + + * Work around glib's type initialization deadlock + +2013-10-31 18:03:20 +0000 Ted Gould (eb291a0) + + * Upstart job for indicator-session. Fixes: + https://bugs.launchpad.net/bugs/1185565. + +2013-10-29 12:07:19 +0000 Automatic PS uploader (f725b01) + + * Releasing 12.10.5+14.04.20131029.1-0ubuntu1 (revision 416 from + lp:indicator-session). + +2013-10-29 10:34:01 +0000 Automatic PS uploader (6c2ffd9) + + * Releasing 12.10.5+14.04.20131029.1-0ubuntu1, based on r416 + +2013-10-28 17:31:50 -0700 Ted Gould (67c319b) + + * XDG Autostart file + +2013-10-28 17:26:40 -0700 Ted Gould (f33e023) + + * Merge trunk + +2013-10-18 15:20:07 +0000 Dmitrijs Ledkovs (b77606c) + + * Define "ubiquity" indicator profile, reusing the greeter object. + (LP: #1241539). Fixes: + https://bugs.launchpad.net/bugs/1241539. + +2013-10-18 13:18:57 +0100 Dmitrijs Ledkovs (4b23f19) + + * Define "ubiquity" indicator profile, reusing the greeter object. + (LP: #1241539) + +2013-10-17 08:36:09 -0400 Lars Uebernickel (9711dd4) + + * Work around glib's type initialization deadlock + +2013-10-04 10:21:02 +0000 Automatic PS uploader (c25594a) + + * Releasing 12.10.5+13.10.20131004-0ubuntu1 (revision 414 from + lp:indicator-session). + +2013-10-04 02:30:51 +0000 Automatic PS uploader (978601b) + + * Releasing 12.10.5+13.10.20131004-0ubuntu1, based on r414 + +2013-10-02 14:25:15 +0000 Charles Kerr (a31236c) + + * One-liner to set GETTEXT_PACKAGE explicitly because dh_translations + can't handle ${CMAKE_PROJECT_NAME}. Fixes: + https://bugs.launchpad.net/bugs/1233679. + +2013-10-01 14:58:12 -0500 Charles Kerr (6e0b30e) + + * Work around dh_translations not understanding CMake variable + substitution + +2013-09-30 12:26:30 +0000 Automatic PS uploader (539b4ce) + + * Releasing 12.10.5+13.10.20130930-0ubuntu1 (revision 412 from + lp:indicator-session). + +2013-09-30 06:33:40 +0000 Automatic PS uploader (f4e2c37) + + * Releasing 12.10.5+13.10.20130930-0ubuntu1, based on r412 + +2013-09-25 18:23:58 +0000 Marc Deslauriers (1a2e1d7) + + * * src/service.c: don't switch to greeter when locking screen, as + that switches away from the user's audio, power + preferences, etc. (LP: #1220201) . Fixes: + https://bugs.launchpad.net/bugs/1220201. + +2013-09-25 13:55:45 -0400 Marc Deslauriers (7b020f0) + + * tests/test-service.cc: adjust test suite for screen lock changes + +2013-09-25 11:08:31 -0400 Marc Deslauriers (d06fba5) + + * src/service.c: also switch to screensaver if there is more than one + user + +2013-09-20 14:30:14 -0400 Marc Deslauriers (b2bbe57) + + * src/service.c: don't switch to greeter when locking screen, as that + switches away from the user's audio, power preferences, + etc. (LP: #1220201) + +2013-08-27 15:09:48 -0500 Ted Gould (77ec76b) + + * Dropping debugging for system-wide support + +2013-08-27 14:42:38 -0500 Ted Gould (0c56911) + + * Drop session specification + +2013-08-27 12:55:22 -0500 Ted Gould (c440b9d) + + * Merging trunk + +2013-08-23 22:51:17 +0000 Automatic PS uploader (b7a8f35) + + * Releasing 12.10.5+13.10.20130823-0ubuntu1 (revision 410 from + lp:indicator-session). + +2013-08-23 22:07:25 +0000 Automatic PS uploader (a8f9de4) + + * Releasing 12.10.5+13.10.20130823-0ubuntu1, based on r410 + +2013-08-23 21:05:33 +0000 Charles Kerr (ea42556) + + * use an a{sv}, rather than the obsoleted (sssb), for the root + action's state. + +2013-08-23 12:37:31 -0500 Charles Kerr (d8e1189) + + * sync with trunk + +2013-08-22 21:36:35 +0000 Automatic PS uploader (201e9d1) + + * Releasing 12.10.5+13.10.20130822-0ubuntu1 (revision 408 from + lp:indicator-session). + +2013-08-22 20:30:20 +0000 Automatic PS uploader (55ef0d6) + + * Releasing 12.10.5+13.10.20130822-0ubuntu1, based on r408 + +2013-08-22 17:04:31 +0000 Charles Kerr (64d335e) + + * remove deprecated GSimpleActionGroup API use. + +2013-08-22 10:04:10 -0500 Charles Kerr (3b35ef1) + + * don't use deprecated API calls to GSimpleActionGroup + +2013-08-21 08:36:35 +0000 Automatic PS uploader (7faba39) + + * Releasing 12.10.5+13.10.20130821-0ubuntu1 (revision 406 from + lp:indicator-session). + +2013-08-21 06:07:34 +0000 Automatic PS uploader (b501966) + + * Releasing 12.10.5+13.10.20130821-0ubuntu1, based on r406 + +2013-08-20 20:49:17 +0000 Charles Kerr (fd60f87) + + * Lock the current session before switching to the guest session. + +2013-08-20 09:20:18 -0500 Charles Kerr (ea03828) + + * merge lp:~khadgaray/indicator-session/lp1205273 + +2013-08-20 08:52:54 -0500 Charles Kerr (1496453) + + * copyediting: remove unnecessary comment that snuck into r406 + +2013-08-20 08:43:47 -0500 Charles Kerr (e48d658) + + * fix minor GCancellable memory leak noticed while fixing 1205273 + +2013-08-20 08:42:24 -0500 Charles Kerr (4759a38) + + * when switching to the guest session, explicitly lock the current + users's session + +2013-08-12 21:06:20 +0000 Automatic PS uploader (b1a261f) + + * Releasing 12.10.5+13.10.20130812-0ubuntu1 (revision 404 from + lp:indicator-session). + +2013-08-12 18:39:36 +0000 Automatic PS uploader (981f807) + + * Releasing 12.10.5+13.10.20130812-0ubuntu1, based on r404 + +2013-08-12 12:45:35 -0500 Charles Kerr (d31e14e) + + * sync tests to look for a header action state of type a{sv} instead + of (sssb) + +2013-08-12 17:36:42 +0000 Charles Kerr (f884f83) + + * Ensure that GCov CFLAGS & LIBS are set before cmake traverses into + the src/ directory. + +2013-08-12 12:01:00 -0500 Charles Kerr (752149b) + + * in CMakeLists.txt, include the GCov rules before adding the src + subdirectory. This unbreaks coverage report generation. + +2013-08-08 16:02:22 -0500 Charles Kerr (a699afa) + + * remove debugging stub + +2013-08-08 16:00:42 -0500 Charles Kerr (843fa1f) + + * as discussed with dednick and ted, have a header action state type + of a{sv} rather than the obsoleted (sssb) + +2013-08-06 14:33:21 +0530 Ritesh Khadgaray (d8d4a6f) + + * lp# 1205273 - Session is not locked when switching to guest session + +2013-08-06 14:32:18 +0530 Ritesh Khadgaray (5cc9ae3) + + * lp# 1205273 - Session is not locked when switching to guest + session + +2013-07-17 03:50:28 +0000 Automatic PS uploader (af1b85a) + + * Releasing 12.10.5+13.10.20130717-0ubuntu1 (revision 402 from + lp:indicator-session). + +2013-07-17 02:01:46 +0000 Automatic PS uploader (94ef5c4) + + * Releasing 12.10.5+13.10.20130717-0ubuntu1, based on r402 + +2013-07-16 20:02:03 +0000 Charles Kerr (72916a9) + + * Fix a test failure on PPC architectures. + +2013-07-16 14:29:35 -0500 Charles Kerr (0196545) + + * fix failing tests on ppc & add more verbose warnings in the menu + sync tests + +2013-07-16 14:19:34 +0000 Automatic PS uploader (cea239c) + + * Releasing 12.10.5+13.10.20130716-0ubuntu1 (revision 400 from + lp:indicator-session). + +2013-07-16 02:02:05 +0000 Automatic PS uploader (809e213) + + * Releasing 12.10.5+13.10.20130716-0ubuntu1, based on r400 + +2013-07-15 09:03:35 +0000 Łukasz 'sil2100' Zemczak (da16896) + + * Add the python build-dep, as gdbus-codegen needs it to work + properly. + +2013-07-15 10:42:17 +0200 Łukasz 'sil2100' Zemczak (ec917ce) + + * Add the python build-dep, as gdbus-codegen needs it to work + properly + +2013-07-12 14:58:31 +0000 Charles Kerr (550b78d) + + * This is the GMenu, login1 version of indicator-session. + +2013-07-12 07:42:07 -0500 Charles Kerr (a19955f) + + * add the online-accounts action and unit tests for it + +2013-07-12 02:05:35 -0500 Charles Kerr (c9352cd) + + * If the Unity dialogs aren't available (such as in the greeter) but + zenity is, use it to for confirmation dialogs: + +2013-07-12 02:03:13 -0500 Charles Kerr (98d1379) + + * Add a 'can-reboot' property to the Actions class. + +2013-07-10 00:30:45 -0500 Charles Kerr (f71bc96) + + * just to be safe, check to see that g_getenv('XDG_SEAT') passes too + +2013-07-10 00:08:03 -0500 Charles Kerr (4168038) + + * If g_getenv(XDG_SEAT_PATH) fails, don't try to get the + DisplayManager seat. Fixes the greeter issue reported by + seb128 + +2013-07-09 23:25:12 -0500 Charles Kerr (6c4e441) + + * in the desktop greeter, skip the logout menuitem + +2013-07-05 07:39:33 -0500 Charles Kerr (c93aa9f) + + * sync with trunk again. + +2013-07-05 07:24:39 -0500 Charles Kerr (d7248cf) + + * make the desktop greeter menu's name consistent across indicators: + 'desktop_greeter' + +2013-07-05 07:18:55 -0500 Charles Kerr (4a0ba34) + + * make the desktop name consistent everywhere: 'desktop_greeter' + +2013-07-03 17:34:21 +0000 Automatic PS uploader (abf1360) + + * Releasing 12.10.5+13.10.20130703.1-0ubuntu1 to ubuntu. + +2013-07-03 14:17:07 +0000 Automatic PS uploader (b8846bc) + + * Releasing 12.10.5+13.10.20130703.1-0ubuntu1, based on r397 + +2013-07-02 20:41:37 +0000 Lars Uebernickel (03f0360) + + * I know the new session indicator is coming soon, but I think having + this for the next week or so is worthwhile anyway. Not + having the session indicator on the trailing edge of the + panel is unnerving :). + +2013-07-02 15:07:49 -0400 Lars Uebernickel (9df7720) + + * Set the desired position in the panel + +2013-07-02 09:35:15 -0500 Charles Kerr (d95cce5) + + * in the .indicator file, add a Position entry + +2013-07-01 21:00:17 -0500 Charles Kerr (e875abf) + + * in cmake files, limit scopes by moving single-target properties out + of the global variables to single-target ones and moving + single-use includes into the directories where they're + used + +2013-07-01 20:55:54 -0500 Charles Kerr (cba2431) + + * in main.c's on_name_lost(), silence minor 'unused parameter' + compiler warning + +2013-07-01 19:42:20 -0500 Charles Kerr (13139b0) + + * in cmake, remove the 'full_warnings' option because we always run + with full warnings. + +2013-07-01 19:27:04 -0500 Charles Kerr (47bd4ae) + + * in our cmake files, rename PROJECT_LIBEXECDIR as + CMAKE_INSTALL_LIBEXECDIR and CMAKE_INSTALL_FULL_LIBEXECDIR + for consistency with the other GNUInstallDirs + +2013-07-01 19:26:11 -0500 Charles Kerr (ca86fd5) + + * in cmake/Translations.cmake, use the GNUInstallDirs variables + +2013-07-01 19:02:47 -0500 Charles Kerr (477dc6f) + + * in the cmake files, prefer the _FULL versions of the GNU variables + +2013-07-01 18:39:09 -0500 Charles Kerr (6ee61b9) + + * in data/CMakeLists.txt, install icons into the standard hicolor + directory, rather than a custom libindicator hicolor + directory, as discussed with ted and lars in #systems + +2013-07-01 18:38:37 -0500 Charles Kerr (695aba2) + + * in data/CMakeLists.txt, install icons/' subdirectories, not the + icons/ directory itself. + +2013-07-01 15:36:42 -0500 Charles Kerr (699cfd9) + + * sync with trunk to fix merge conflict + +2013-07-01 13:28:05 -0500 Charles Kerr (c96e42d) + + * in src/backend-dbus/users.c, use a helper struct for disconnecting + the signals to the user proxies in our uid-to-user + hashtable + +2013-07-01 13:13:07 -0500 Charles Kerr (bb2129f) + + * in src/backend-dbus/users.c's object_unref_and_disconnect(), fix an + unbalanced ref/unref + +2013-07-01 13:12:08 -0500 Charles Kerr (eb7e99b) + + * in src/backend-dbus/users.c's track_user(), simplify the ref/unref + semantics of the user argument + +2013-07-01 13:07:33 -0500 Charles Kerr (d5421fe) + + * in src/backend-dbus/users.c, use G_DEFINE_QUARK() instead of + rolling our own quark func + +2013-07-01 13:06:17 -0500 Charles Kerr (604640e) + + * in src/backend-dbus/users.c's set_logins(), fix ref/unref semantics + of the hashtable argument + +2013-07-01 12:54:52 -0500 Charles Kerr (73a9ac4) + + * in src/backend-dbus/guest.c's + on_login1_manager_session_list_ready(), remove unused + variable 'path' + +2013-07-01 12:46:00 -0500 Charles Kerr (0b5f283) + + * in backend-dbus/actions.c, create a separate cancellable for + dm_seat s.t. new calls to set_dm_seat() will cancel any + previous async calls pending on the old DisplayManager + seat object. + +2013-07-01 12:41:41 -0500 Charles Kerr (90c7f19) + + * in backend-dbus/actions.c, create a separate cancellable for + login1_manager s.t. new calls to set_login1_manager() will + cancel any previous async calls pending on the old login1 + manager object. + +2013-07-01 12:35:17 -0500 Charles Kerr (37694a9) + + * in backend-dbus/actions.c's set_dm_seat(), since we don't listen to + displaymanager's signals anymore, remove unnecessary + g_signal_handlers_disconnect() call. + +2013-07-01 12:33:08 -0500 Charles Kerr (b252745) + + * in backend-dbus/actions.c's set_login1_seat(), disconnect from the + previous seat's signals before unreff'ing it + +2013-07-01 12:29:33 -0500 Charles Kerr (974a5ec) + + * bump the glib prerequisite in CMakeLists.txt and debian/control to + the first stable version number containing the features we + need (2.36). It had been a beta (2.35.x) for historical + reasons. + +2013-07-01 15:09:56 +0000 Sebastien Bacher (c58fa92) + + * Backport the changelog entry, from the recent manual upload, back + to trunk. + +2013-07-01 14:57:43 +0000 Lars Uebernickel (4285a04) + + * session-menu-mgr.c: don't leak user menu items. Fixes: + https://bugs.launchpad.net/bugs/1195595. + +2013-07-01 09:53:32 -0500 Charles Kerr (3975013) + + * when user switching isn't available, don't ellipsize the 'Lock' + menuitem + +2013-07-01 13:16:28 +0200 Sebastien Bacher (5ee483b) + + * Backport the changelog entry, from the recent manual upload, back + to trunk + +2013-06-30 22:21:34 -0400 Lars Uebernickel (64b4f13) + + * session-menu-mgr.c: don't leak user menu items + +2013-06-29 00:31:09 -0500 Charles Kerr (b70902d) + + * in debian/control, remove unneeded Build-Depends dh-autoreconf + (this package uses cmake now) and gnome-doc-utils (we + don't generate gtkdoc for i-session) + +2013-06-28 23:17:22 -0500 Charles Kerr (34b4d99) + + * in test-users, possible fix to async dbus action timing issue in + SetUp + +2013-06-28 23:00:27 -0500 Charles Kerr (0c8526d) + + * in test-users, fix timing issue in the fixture's SetUp + +2013-06-28 21:15:15 -0500 Charles Kerr (3222a77) + + * fix test breakage introduced with the recent commit that hides the + reboot menuitem when running in unity shell + +2013-06-28 20:15:52 -0500 Charles Kerr (f85ba52) + + * add dbus to the dependency list, we need a dbus-daemon for + GTestDBus to spawn + +2013-06-28 18:38:51 -0500 Charles Kerr (9a3e46e) + + * in service.c's add_user(), test for NULL before adding the user + struct to our collection + +2013-06-28 17:06:26 -0500 Charles Kerr (0180339) + + * remove localinstall mode + +2013-06-28 17:00:36 -0500 Charles Kerr (f79e660) + + * no no need to pass libexecdir manually into dh_uato_configure + +2013-06-28 14:58:11 -0500 Charles Kerr (d176666) + + * cleanup: put an '.xml' file suffix at the end of the + DisplayManager.Seat xml file + +2013-06-28 14:52:08 -0500 Charles Kerr (b95037a) + + * add cmake to the debian control list; alphabetize the entries + +2013-06-28 14:38:39 -0500 Charles Kerr (c62d5ad) + + * sync with trunk to resolve conflicts + +2013-06-28 10:31:51 -0500 Charles Kerr (4850b1b) + + * update comments & documentation to reflect that we've replaced + consolekit and login1 + +2013-06-28 09:48:54 -0500 Charles Kerr (69bf353) + + * finish up backend-dbus/users.c: fix an unref bug when creating user + proxies. fix an async race condition where we emitted + change events for users before their proxy objects had + finished being asynchronously constructed. + +2013-06-28 09:47:32 -0500 Charles Kerr (3bd279a) + + * use the unicode '…' directly intead of \342\200\246 + +2013-06-27 21:44:03 -0500 Charles Kerr (b6467f3) + + * in create_guest_switcher_state() and create_user_switcher_state(), + don't leak GVariantBuilders + +2013-06-27 21:43:13 -0500 Charles Kerr (cc57405) + + * in actions.c's my_can_prompt(), don't leak the string returned by + g_dbus_proxy_get_name_owner + +2013-06-27 13:53:44 -0500 Charles Kerr (4c5a5e7) + + * in users.c, fix bugs that leaked system accounts into the list of + users to show in the indicator + +2013-06-27 13:07:52 -0500 Charles Kerr (e986476) + + * only show the restart or hibernate menuitems if login1 says these + features are available + +2013-06-26 11:40:14 -0500 Charles Kerr (951592e) + + * fix regression that displayed the 'restart' button even when + prompting was enabled and the user was running Unity + +2013-06-26 11:11:41 -0500 Charles Kerr (2d089b9) + + * bump TODO + +2013-06-25 14:12:19 -0500 Charles Kerr (c234541) + + * sync text with trunk: make the shutdown menuitem read 'Shut Down' + instead of 'Shutdown' + +2013-06-25 13:53:25 -0500 Charles Kerr (660d7bc) + + * copyediting: remove g_messages() added while fixing the tests, + remove dead code + +2013-06-25 13:36:02 -0500 Charles Kerr (3cabab0) + + * everything in test-guest now passes + +2013-06-25 12:59:32 -0500 Charles Kerr (95e99ab) + + * TestGuest::Login now passes + +2013-06-25 12:32:16 -0500 Charles Kerr (9ed837f) + + * test-guest's HelloWorld and Allowed tests now pass + +2013-06-25 12:31:53 -0500 Charles Kerr (7a995d0) + + * don't pass -std=c++0x to the compiler when building .c files + +2013-06-25 11:39:46 -0500 Charles Kerr (d16aaae) + + * all the tests in test-users pass + +2013-06-25 11:16:34 -0500 Charles Kerr (b3938a1) + + * in IndicatorSessionUsers, use the uid as the user's key. + Users.ActivateUser is now green. + +2013-06-25 01:07:36 -0500 Charles Kerr (c572f99) + + * in tests-users, fix 3 more tests: RealnameChanged, LogInLogOut, + ActivateSession + +2013-06-24 23:14:57 -0500 Charles Kerr (0f8caa3) + + * fix the first four tests in test-users: HelloWorld, InitialUsers, + UserAdded, and UserRemoved. + +2013-06-24 23:13:37 -0500 Charles Kerr (084f6cd) + + * remove unused method MockAccounts::find_by_path() + +2013-06-24 23:12:03 -0500 Charles Kerr (3882e60) + + * In tests/, enable debuginfo and warnings for C++ file. Fix a couple + of minor compile warnings. + +2013-06-24 23:08:12 -0500 Charles Kerr (0ca4b9a) + + * in backend-dbus/users.c, fix a user proxy leak + +2013-06-24 17:13:07 -0500 Charles Kerr (9cfc9e9) + + * get all the tests in test-actions passing again. + +2013-06-24 17:08:53 -0500 Charles Kerr (889f876) + + * in the tests, use login1's terminology 'power off', 'reboot' + +2013-06-24 17:07:12 -0500 Charles Kerr (1b73a52) + + * migrate from consolekit to login1 + +2013-06-24 17:06:36 -0500 Charles Kerr (94f830a) + + * we don't need a login1 session proxy, so don't generate code for + one. + +2013-06-24 17:05:27 -0500 Charles Kerr (eb6abe9) + + * use login1's terminology 'power off', 'reboot' + +2013-06-24 17:04:08 -0500 Charles Kerr (ae41c0d) + + * copyediting: the COMMENT in this custom target was being + misformatted in the make output + +2013-06-24 10:20:23 -0500 Charles Kerr (df6db45) + + * in IndicatorSessionUsers, update to login1 + +2013-06-24 10:20:08 -0500 Charles Kerr (d3fe504) + + * in IndicatorSessionGuest, update to login1 + +2013-06-24 10:16:43 -0500 Charles Kerr (463ed78) + + * update which proxies the dbus utils helper creates + +2013-06-24 10:14:32 -0500 Charles Kerr (d7bb212) + + * add replace consolekit xml files with login1; update build files + +2013-06-23 18:26:25 -0500 Charles Kerr (f6ab864) + + * add icon support to user menuitems + +2013-06-23 18:25:10 -0500 Charles Kerr (4fc1900) + + * copyediting: fix typo + +2013-06-20 19:02:55 -0500 Charles Kerr (094ca7d) + + * add a post-install hook to update the icon cache after + installation. Taken from geary/icons/CMakeLists.txt. + (Thanks, Eric!) + +2013-06-20 18:44:26 -0500 Charles Kerr (3d4daff) + + * cmake: fix variables in data/CMakeLists.txt, make status messages + more consistent + +2013-06-20 18:43:38 -0500 Charles Kerr (59caa78) + + * cmake: cleanup, move DBUSSERVICEDIR's scope from global to the + data/ dir + +2013-06-20 18:06:06 -0500 Charles Kerr (452ac8d) + + * add cmake rules to install the icon files + +2013-06-20 17:31:07 -0500 Charles Kerr (6def7fc) + + * install .schema.xml and indicator-session-service in the right + places. + +2013-06-20 14:43:23 -0500 Charles Kerr (a5fb857) + + * cmake work: properly generate and install the .service file for + dbus activation + +2013-06-20 14:13:28 -0500 Charles Kerr (22e72bb) + + * install the .indicator file into the unity/indicators/ dir + +2013-06-20 13:59:04 -0500 Lars Uebernickel (add74f2) + + * merge lp:~larsu/indicator-session/ng-with-types to add + x-canonical-type support for the user and guest menuitems + +2013-06-20 13:54:41 -0500 Charles Kerr (fab2853) + + * remove the --replace command-line argument and property as we're + using upstart for that + +2013-06-19 18:31:27 -0500 Charles Kerr (bb64511) + + * add short-term TODO + +2013-06-19 18:27:08 -0500 Charles Kerr (4df0ace) + + * use the production dbus name + +2013-06-19 18:22:32 -0500 Charles Kerr (0c5a240) + + * silence unused variable warning + +2013-06-19 18:16:56 -0500 Charles Kerr (093aed6) + + * in our async callbacks, don't call g_warning() if the task was + cancelled by the client + +2013-06-19 18:16:25 -0500 Charles Kerr (a4c5363) + + * in service.c, remove unnecesssary locale #include + +2013-06-19 13:03:17 +0000 Automatic PS uploader (bb9304e) + + * Releasing 12.10.5daily13.06.19-0ubuntu1 to ubuntu. + +2013-06-19 02:01:26 +0000 Automatic PS uploader (9635894) + + * Releasing 12.10.5daily13.06.19-0ubuntu1, based on r393 + +2013-06-17 14:12:15 +0000 Mathieu Trudel-Lapierre (0cd1fc5) + + * Fix linking with pthreads for gtest. + +2013-06-17 09:42:46 -0400 Mathieu Trudel-Lapierre (1f747c8) + + * Fix linking with gtest, which expects pthreads. + +2013-06-15 13:36:37 +0000 Jeremy Bicha (30ea3e9) + + * recommend gnome-screensaver for the Lock Screen feature. + +2013-06-14 22:03:59 -0400 Jeremy Bicha (c84cb6d) + + * recommend gnome-screensaver + +2013-05-29 14:48:12 -0500 Ted Gould (4661ef2) + + * Attaching bug + +2013-05-29 14:42:50 -0500 Ted Gould (777014b) + + * Dropping the DBus service file + +2013-05-29 14:37:22 -0500 Ted Gould (74b3c09) + + * Adding an upstart job config + +2013-05-23 18:48:56 -0400 Lars Uebernickel (2babf3e) + + * Set x-canonical-type for user and guest menu items + +2013-05-06 20:18:21 +0000 Automatic PS uploader (fb36d66) + + * Releasing 12.10.5daily13.05.06.1-0ubuntu1 to ubuntu. + +2013-05-06 19:23:25 +0000 Automatic PS uploader (3d31d3d) + + * Releasing 12.10.5daily13.05.06.1-0ubuntu1, based on r390 + +2013-05-06 15:50:40 +0000 Iain Lane (e6042bf) + + * upower isn't depended on any more; logind is. Update debian/control + for this. + +2013-05-03 18:01:05 +0100 Iain Lane (42bfaba) + + * Merge trunk, fix up changelog + +2013-05-03 16:33:31 +0000 Automatic PS uploader (67d0e23) + + * Releasing 12.10.5daily13.05.02-0ubuntu1 to ubuntu. + +2013-05-02 22:59:05 +0000 Automatic PS uploader (7562fb4) + + * Releasing 12.10.5daily13.05.02-0ubuntu1, based on r388 + +2013-05-02 18:09:51 +0100 Iain Lane (529f008) + + * Remove upower dependency and depend on systemd-services. + +2013-04-23 16:55:27 +0000 Iain Lane (704bd7f) + + * Stop using ConsoleKit and UPower for session tracking and + shutdown/reboot/suspend/hibernate; migrate to logind. + +2013-04-19 11:08:46 +0100 Iain Lane (38399af) + + * Pass 'FALSE' for the PK interactivity argument, to match not + checking for 'allowed' any more + +2013-04-19 10:44:36 +0100 Iain Lane (dfca730) + + * Call can_hibernate instead of can_suspend when checking whether we + can hibernate + +2013-04-19 10:38:43 +0100 Iain Lane (58c80d4) + + * Only show menu items if we can perform the action without + authorisation + +2013-04-18 12:41:55 -0500 Charles Kerr (08be3e1) + + * add session.indicator to data/ + +2013-04-18 12:30:14 -0500 Charles Kerr (6729218) + + * refer to profiles as profiles instead of forms. + +2013-04-18 12:24:58 -0500 Charles Kerr (460b015) + + * better documentation for indicator_session_users_get_keys() and + indicator_session_users_get_user() + +2013-04-18 11:41:22 -0500 Charles Kerr (29befc5) + + * g_object_unref doesn't need a G_OBJECT() cast + +2013-04-18 11:38:24 -0500 Charles Kerr (22a2030) + + * remove unnecessary dependencies from debian/control + +2013-04-18 11:33:20 -0500 Charles Kerr (6ff4e52) + + * remove #if 0 code + +2013-04-18 11:25:13 -0500 Charles Kerr (75d7980) + + * in the service's dispose() function, unown the busname before + unexporting the actions and menus. + +2013-04-18 11:19:05 -0500 Charles Kerr (348a5c5) + + * in indicator_session_service_init(), don't leak a GCancellable + +2013-04-18 11:13:03 -0500 Charles Kerr (67218e5) + + * indicator-session-service should exit when it loses ownership of + its name on the bus. + +2013-04-18 10:29:50 -0500 Charles Kerr (d79745b) + + * in rebuild_soon(), add a comment explaining the 500 msec interval + +2013-04-18 10:26:20 -0500 Charles Kerr (033cc13) + + * add a small comment explaining replace_section() + +2013-04-18 10:10:17 -0500 Charles Kerr (d87fb5d) + + * where appropriate, use g_menu_append() to save a few lines. + +2013-04-18 09:49:09 -0500 Charles Kerr (066872f) + + * remove unnecessary signal (SIGPIPE, SIG_IGN) + +2013-04-12 12:35:31 +0100 Iain Lane (40c9915) + + * Allow PolicyKit to interactively ask the user for credentials in + gtk-logout-helper + +2013-04-12 12:12:34 +0100 Iain Lane (2e643e7) + + * Remove upower usage - these interfaces are being deprecated. + +2013-04-11 16:33:54 +0100 Iain Lane (7cde153) + + * Initial port from ConsoleKit to Logind for session tracking. + +2013-03-26 15:52:55 -0500 Charles Kerr (4bc9306) + + * remove unnecessary G_GNUC_UNUSED + +2013-03-25 15:07:21 -0500 Charles Kerr (5f9911a) + + * In INSTALL, document the DBus runtime dependencies + +2013-03-25 15:06:43 -0500 Charles Kerr (4a8c256) + + * remove unused session-dbus.xml; this is a leftover from the GTK+ + indicator + +2013-03-23 16:25:21 -0500 Charles Kerr (78e8c39) + + * Add Translations.cmake for i18n files + +2013-03-23 10:04:13 -0500 Charles Kerr (ca4b40a) + + * use pete woods' hud cmake code for the build.sh script to check for + Ninja and to move the gdbus-codegen macros into a resuable + file in the cmake/ directory. + +2013-03-22 16:59:19 -0500 Charles Kerr (d782f78) + + * add data/CMakeLists.txt to the repo + +2013-03-22 16:57:58 -0500 Charles Kerr (c8ce514) + + * add top-level cmake files to the repo + +2013-03-22 16:53:58 -0500 Charles Kerr (2d7bf14) + + * copyediting: grammar + +2013-03-22 16:34:34 -0500 Charles Kerr (ae39f70) + + * port indicator-session to GMenu/cmake. Code coverage increased from + 0% to 95.4%. + +2013-03-08 10:40:08 +0000 Automatic PS uploader (d2edc73) + + * Releasing 12.10.5daily13.03.08-0ubuntu1 to ubuntu. + +2013-03-08 02:02:15 +0000 Automatic PS uploader (df5b205) + + * Releasing 12.10.5daily13.03.08-0ubuntu1, based on r386 + +2013-03-07 19:58:51 +0000 Marco Trevisan (Treviño) (13f04b2) + + * SessionMenuMgr: use unity shutdown dialogs if they're available, + hiding Reboot action. Fixes: + https://bugs.launchpad.net/bugs/882041. + +2013-03-06 16:29:26 +0100 Marco Trevisan (Treviño) (88fbd6e) + + * SessionMenuMgr: show the reboot menu item in shell-mode with no + confirmation + +2013-03-06 15:37:01 +0100 Marco Trevisan (Treviño) (146019d) + + * SessionMenuMgr: use the fallback dialog if the dbus SessionManager + calls fail + +2013-03-06 13:48:42 +0100 Marco Trevisan (Treviño) (d93ba67) + + * SessionMenuMgr: call also Reboot method in shell mode + +2013-03-06 13:42:02 +0100 Marco Trevisan (Treviño) (a169fe5) + + * SessionMenuMgr: call Shutdown method if we're suppressing the + dialogs + +2013-03-06 03:22:25 +0000 Automatic PS uploader (9eb4ef1) + + * Releasing 12.10.5daily13.03.06-0ubuntu1 to ubuntu. + +2013-03-06 02:02:01 +0000 Automatic PS uploader (cb7208f) + + * Releasing 12.10.5daily13.03.06-0ubuntu1, based on r384 + +2013-03-05 16:10:21 +0000 Mathieu Trudel-Lapierre (e4e327f) + + * Do the linking with -lpthread correctly. Fixes: + https://bugs.launchpad.net/bugs/1126362. + +2013-03-05 10:35:07 -0500 Mathieu Trudel-Lapierre (2102d70) + + * Make use of XORG_GTEST_LDFLAGS that xorg-gtest can export to know + whether there are extra libraries we should link against. + +2013-03-05 03:15:25 +0100 Marco Trevisan (Treviño) (7f059f4) + + * SessionMenuMgr: unref the parameters if we got an error earlier + +2013-03-05 03:10:49 +0100 Marco Trevisan (Treviño) (f0cdd99) + + * SessionMenuMgr: call SessionManager Logout method in shell mode + +2013-03-05 03:00:20 +0100 Marco Trevisan (Treviño) (7f88c35) + + * SessionMenuMgr: call gnome SessionManager method to shutdown on + shell-mode + +2013-03-05 02:43:35 +0100 Marco Trevisan (Treviño) (6aeffd9) + + * SessionManager: add shell name watcher and hide reboot on shell + mode + +2013-01-25 12:20:23 +0000 Automatic PS uploader (1659927) + + * Releasing 12.10.5daily13.01.25-0ubuntu1 to ubuntu. + +2013-01-25 02:01:18 +0000 Automatic PS uploader (80d98f7) + + * Releasing 12.10.5daily13.01.25-0ubuntu1, based on r382 + +2013-01-22 18:52:19 +0000 Mathieu Trudel-Lapierre (57f37cc) + + * Misc fixes for build on raring: + +2013-01-22 10:49:30 -0500 Mathieu Trudel-Lapierre (584694b) + + * Add libxorg-gtest-dev to Build-Depends. + +2013-01-22 09:53:59 -0500 Mathieu Trudel-Lapierre (9021cd1) + + * Revise path to gtest source files; the files moved in + libxorg-gtest-dev + +2013-01-22 09:33:58 -0500 Mathieu Trudel-Lapierre (ac4566b) + + * Remove the uses of deprecated g_type_init(). + +2013-01-16 19:58:48 +0000 Mathieu Trudel-Lapierre (a840d1a) + + * Fix test -- disable TestCanStartService for the build; instead make + it available via "make localcheck"; and move it to be run + in an autopkgtest. + +2013-01-16 14:03:59 -0500 Mathieu Trudel-Lapierre (5dc4e9d) + + * Add comment in debian/tests/control for the reason why tests are + disabled. + +2013-01-15 17:52:32 -0500 Mathieu Trudel-Lapierre (31a952e) + + * debian/control: temporarily comment out the XS-Testsuite entry to + disable autopkgtest until the tests really work properly. + +2013-01-15 11:33:47 -0500 Mathieu Trudel-Lapierre (d6c6804) + + * Add polkit to autopkgtest depends + +2013-01-14 14:36:28 -0500 Mathieu Trudel-Lapierre (5e03740) + + * Rename localcheck to integrationcheck; update autopkgtest test. + +2013-01-10 15:44:25 -0500 Mathieu Trudel-Lapierre (39ec64f) + + * - Add XS-Testsuite: autopkgtest. * debian/tests: - Add + start-service test; verify that the indicator can be + started from DBUS. - Add debian/tests/control. * + Move TestCanStartService into a separate make target + "localcheck"; so that the other tests can successfully + run, and this one be used as an integration check. + +2012-12-06 10:05:18 -0500 Mathieu Trudel-Lapierre (32c7a3f) + + * - Add XS-Testsuite: autopkgtest. * debian/tests: - Add + start-service test; verify that the indicator can be + started from DBUS. - Add debian/tests/control. + +2012-12-05 12:59:49 -0500 Mathieu Trudel-Lapierre (2333cc9) + + * Move TestCanStartService into a separate make target "localcheck"; + so that the other tests can successfully run, and this one + be used as an integration check. + +2012-12-05 09:19:18 +0000 Didier Roche (cb972ad) + + * Add a hack for having tests running. + +2012-12-05 07:58:53 +0100 Didier Roche (c72ef61) + + * typo + +2012-12-05 07:55:21 +0100 Didier Roche (fdfe732) + + * run tests not under fakeroot for dbus tests (which don't seem to be + able to run easily under dbus-test-runner) + +2012-11-30 17:29:09 +0000 Charles Kerr (7b3703e) + + * i-session doesn't use polkit or packagekit anymore, so don't refer + to them in configure.ac or debian/*. Fixes: + https://bugs.launchpad.net/bugs/1085100. + +2012-11-30 10:30:14 -0600 Charles Kerr (434e536) + + * add the launchpad bug number to the polkit+packagekit entry in + debian/changelog + +2012-11-30 10:28:48 -0600 Charles Kerr (7aad562) + + * fix tyop + +2012-11-30 10:24:17 -0600 Charles Kerr (674a8ad) + + * remove unused polkit dependency + +2012-11-30 09:57:29 -0600 Charles Kerr (f3603f8) + + * remove unused packagekit dependency + +2012-11-30 11:25:51 +0000 Sebastien Bacher (355e261) + + * Clean deprecated Build-Depends on gconf and dbusglib. + +2012-11-30 11:07:01 +0000 Robert Ancell (821fc4d) + + * Use GDbus. Fixes: https://bugs.launchpad.net/bugs/1084756. + +2012-11-30 12:03:09 +0100 Sebastien Bacher (319e659) + + * clean deprecated Build-Depends on gconf and dbusglib + +2012-11-30 11:09:57 +1300 Robert Ancell (ba4f4df) + + * Use GDbus + +2012-11-16 20:00:08 +0000 Charles Kerr (dabf87d) + + * Reimplement test-service s.t. we actually test activating the + service via dbus. Drop unneeded Xorg baggage. Fixes: + https://bugs.launchpad.net/bugs/1074065. + +2012-11-16 12:55:58 -0600 Charles Kerr (0ad2ca4) + + * re-enable the tests/ directory + +2012-11-16 12:13:45 -0600 Charles Kerr (e327e99) + + * sync with trunk + +2012-11-16 09:30:53 +0000 Charles Kerr (1f43c3a) + + * Show the login name if an account has no real name set. Fixes: + https://bugs.launchpad.net/bugs/1076271. + +2012-11-16 08:02:55 +0000 Mathieu Trudel-Lapierre (2f0d22c) + + * Bootstrap daily builds. + +2012-11-15 22:42:55 -0500 Mathieu Trudel-Lapierre (f08039b) + + * bootstrap daily upload changelog message. + +2012-11-15 19:26:49 +0000 Ted Gould (9f82305) + + * Merging in debian/. + +2012-11-15 11:39:31 -0600 Charles Kerr (01aa2f9) + + * if the user's real name can't be determined, fall back to the + user's account name. + +2012-11-15 12:13:28 -0500 Mathieu Trudel-Lapierre (6f1b915) + + * Explicitly list libgtest-dev in Build-Depends, even though it does + get pulled in via libxorg-gtest-dev. + +2012-11-15 12:08:26 -0500 Mathieu Trudel-Lapierre (37060f4) + + * Temporarily disable running tests due to an issue with getting the + gsettings schema for testing. + +2012-11-15 10:54:03 -0500 Mathieu Trudel-Lapierre (7bc7e23) + + * Add libdbustest1-dev, dbus-test-runner to Build-Depends. + +2012-11-15 10:41:20 -0500 Mathieu Trudel-Lapierre (dd0837d) + + * Add libdbustest1-dev to Build-Depends. + +2012-11-14 16:41:15 -0500 Mathieu Trudel-Lapierre (2890985) + + * Remove extra # typo in uploaders comment in debian/control. + +2012-11-14 15:46:25 -0500 Mathieu Trudel-Lapierre (1abf920) + + * Add gnome-common to Build-Depends. + +2012-11-14 15:30:14 -0500 Mathieu Trudel-Lapierre (7432f4d) + + * Specify that the package should be built by bzr-builddeb in split + mode. + +2012-11-14 15:29:56 -0500 Mathieu Trudel-Lapierre (2bd5583) + + * Update Vcs-Bzr and Vcs-Browser fields and add notice for uploaders. + +2012-11-14 15:28:03 -0500 Mathieu Trudel-Lapierre (e4bc348) + + * Reorganize Build-Depends, put build-system items (intltool, + libxorg-gtest-dev) nearer to the top. + +2012-11-14 15:26:06 -0500 Mathieu Trudel-Lapierre (63dc2bb) + + * * debian/control: - Add dh-autoreconf to Build-Depends. - + Adjust style to be consistent and use trailing commas in + lists. + +2012-11-14 15:24:16 -0500 Mathieu Trudel-Lapierre (c8694cf) + + * * debian/rules: - Add DPKG_GENSYMBOLS_CHECK_LEVEL=4. - Use the + dh sequencer with autoreconf. - Override dh_autoreconf + to run autogen.sh. + +2012-11-14 15:20:13 -0500 Mathieu Trudel-Lapierre (ed9bc73) + + * Import debian/ from lp:~ubuntu-desktop/indicator-session/ubuntu. + +2012-11-13 15:05:50 -0600 Charles Kerr (f2847c7) + + * sync with lp:indicator-session + +2012-11-13 14:08:13 -0600 Charles Kerr (9f1a3f8) + + * revert the g_message() tracers added in r372 + +2012-11-13 16:06:24 +0000 Charles Kerr (a7b8ed9) + + * In users-service-dbus.c, check to make sure that + create_display_proxy() succeeded before using the proxy + pointer that gets returned. Fixes: + https://bugs.launchpad.net/bugs/1078119. + +2012-11-12 17:30:15 -0600 Charles Kerr (8709a6c) + + * in user-service-dbus.c, don't crash if getting a display proxy + fails. + +2012-11-08 21:10:09 -0600 Charles Kerr (1e5206e) + + * ensure that the service unit test can find all the GSettings + schemas that it needs. + +2012-11-08 10:04:49 -0600 Charles Kerr (5191f0e) + + * add 'check-news' to AM_INIT_AUTOMAKE + +2012-11-07 20:20:25 -0600 Charles Kerr (696c57e) + + * wrap the g_dbus_connection_call_sync() calls in g_message to see + whether or not this is where the jenkins failures are + coming from + +2012-11-06 20:20:44 -0600 Charles Kerr (f7aa585) + + * remove unused function CallIndicatorServiceMethod() + +2012-11-06 20:14:53 -0600 Charles Kerr (0b63ef0) + + * Reimplement test-service s.t. we actually test activating the + service via dbus. Drop unneeded Xorg baggage. + +2012-11-06 23:07:35 +0000 Lars Uebernickel (eb5f04b) + + * Don't lock the session when clicking on the current user. Fixes: + https://bugs.launchpad.net/bugs/1024392. + +2012-11-06 16:08:31 +0100 Lars Uebernickel (ff2a773) + + * Don't lock the session when clicking on the current user + +2012-10-24 16:11:44 +0200 Dmitrijs Ledkovs (xnox) (ccc363f) + + * Hide 'start screen saver' action, if it's locked down. Approved by + Charles Kerr. + +2012-10-24 09:45:50 +0000 Michael Terry (2351886) + + * The Design team wants the same icons in the greeter as in the user + session (bug 1049244). This branch does that, and now that + those greeter icons are not used anywhere, deletes them + completely.. Fixes: + https://bugs.launchpad.net/bugs/1049244. Approved by + Charles Kerr. + +2012-10-22 15:07:14 -0400 Michael Terry (1d99dbe) + + * use the same icons in the greeter as we do in a user session + +2012-10-17 23:46:05 +0100 Dmitrijs Ledkovs (82491e9) + + * Hide "Start Screen Saver" action, if it is locked down. + +2012-10-10 18:15:06 +0000 Charles Kerr (57b62d5) + + * Test upower_proxy for NULL before using it.. Fixes: + https://bugs.launchpad.net/bugs/1061844. Approved by Ted + Gould, jenkins. + +2012-10-10 12:24:51 -0500 Charles Kerr (62aff37) + + * test for uproxy!=NULL before using it + +2012-10-05 16:01:57 -0500 Charles Kerr (bda9a64) + + * add translator comments to explain the menu's a11y strings + +2012-10-03 21:36:17 +0200 Sebastien Bacher (5865612) + + * releasing version 12.10.4-0ubuntu1 + +2012-10-03 21:35:57 +0200 Sebastien Bacher (d6165a5) + + * New upstream release. + +2012-10-03 21:29:33 +0200 Sebastien Bacher (046a85c) + + * Import upstream version 12.10.4 + +2012-10-03 11:44:05 -0500 Charles Kerr (2b173ee) + + * 12.10.4 (tag: 12.10.4, refs/bzr/origin/tags/12.10.4) + +2012-10-01 17:39:38 +0000 Ted Gould (8aec4a8) + + * Remove the custom menu type for the restart entry. Fixes: + https://bugs.launchpad.net/bugs/1058148. Approved by + Charles Kerr, Lars Uebernickel. + +2012-10-01 17:26:44 +0000 Ted Gould (f5a2bb4) + + * Move UPower settings init until after the items are created. + Approved by Charles Kerr, Lars Uebernickel. + +2012-10-01 17:14:31 +0000 Ted Gould (0b09e47) + + * Add more files to be ignored. Approved by Charles Kerr, Lars + Uebernickel. + +2012-09-28 16:28:27 -0500 Ted Gould (74ddb5d) + + * Tarballs now have multiple numbers in the revision + +2012-09-28 16:26:38 -0500 Ted Gould (eab53c8) + + * Ignoring the test service + +2012-09-28 16:26:26 -0500 Ted Gould (9444254) + + * Ignoring the generated dbus source files + +2012-09-28 16:22:25 -0500 Ted Gould (de629aa) + + * Move the upower init to after the items are created + +2012-09-28 15:37:44 -0500 Ted Gould (79a2f85) + + * Drop the defines + +2012-09-28 15:37:20 -0500 Ted Gould (1c274a4) + + * Make the restart item a normal one + +2012-09-28 15:34:05 -0500 Ted Gould (6db75f9) + + * Removing handling for the restart item type + +2012-09-28 15:31:25 -0500 Ted Gould (d63a573) + + * Attaching bug + +2012-09-19 16:00:00 -0400 Ken VanDine (d6a177b) + + * releasing version 12.10.3-0ubuntu1 + +2012-09-19 15:24:42 -0400 Ken VanDine (0d351a0) + + * Import upstream version 12.10.3 + +2012-09-19 11:34:58 -0500 Charles Kerr (9c40cb7) + + * 12.10.3 (tag: 12.10.3, refs/bzr/origin/tags/12.10.3) + +2012-09-19 05:57:50 +0000 Charles Kerr (bf63480) + + * Don't unconditionally show the user menuitems -- let dbusmenu's + code process the menuitem's VISIBLE property. Fixes: + https://bugs.launchpad.net/bugs/1049902. Approved by Lars + Uebernickel, jenkins. + +2012-09-18 19:10:35 -0500 Charles Kerr (83b681b) + + * don't unconditionally show the user menuitems ... let dbusmenu's + code process the menuitem's VISIBLE property + +2012-09-18 19:29:10 +0000 Charles Kerr (33297fb) + + * Use `shut down' instead of `switch off' as the default shutdown + text (fixes bug #1029036). Fixes: + https://bugs.launchpad.net/bugs/1029036. Approved by Ted + Gould, jenkins. + +2012-09-18 11:10:10 -0500 Charles Kerr (e2f76a7) + + * add AM_V_GEN to the gdbus-codegen invocation for prettier + silent-rules invocation + +2012-09-18 11:09:15 -0500 Charles Kerr (cf87a39) + + * Still using 'switch off' instead of 'shut down' in the default text + in session-menu-mgr.c + +2012-09-13 15:29:42 +0000 Lars Uebernickel (2496d67) + + * If the system menu's icon is missing in the current theme, fall + back to gtk-missing-icon instead of showing no icon at + all.. Fixes: https://bugs.launchpad.net/bugs/1048348. + Approved by Charles Kerr, jenkins. + +2012-09-13 15:27:35 +0200 Lars Uebernickel (c6d4850) + + * Change fallback icon to "gtk-missing-image" + +2012-09-13 14:19:24 +0200 Lars Uebernickel (c4d0926) + + * Make suspend translatable + +2012-09-13 12:50:11 +0200 Didier Roche (96a16f8) + + * releasing version 12.10.2-0ubuntu3 + +2012-09-13 12:48:34 +0200 Didier Roche (4ac81ae) + + * releasing version 12.10.2-0ubuntu3 + +2012-09-13 12:48:31 +0200 Didier Roche (3cffe25) + + * * Cherry-pick upstream: - Make "Suspend" translatable + +2012-09-13 12:45:34 +0200 Didier Roche (52597f6) + + * make Suspend translatable + +2012-09-13 09:27:06 +0200 Xiao-Long Chen (c739898) + + * Add fallback to "system-shutdown" icon + +2012-09-12 20:43:33 +0000 Steve Langasek (d4df19f) + + * Fix strings to ensure en_US are used in proper locations. Fixes: + https://bugs.launchpad.net/bugs/1029036. Approved by Ted + Gould. + +2012-09-12 11:50:06 -0700 Steve Langasek (4a3bccd) + + * releasing version 12.10.2-0ubuntu2 + +2012-09-12 11:50:01 -0700 Steve Langasek (e1bb23a) + + * Change the menu to say 'Shut Down' instead of 'Switch Off' by + default, since the latter is completely non-idiomatic in + American English; and update the translations for + commonwealth English in the package to preserve the + preferred wording for en_GB. LP: #1029036. + +2012-09-12 18:44:19 +0000 Steve Langasek (c61e31c) + + * Fix up the commonwealth translations for 'Shut Down' to reflect the + consensus. + +2012-09-12 10:49:45 -0700 Steve Langasek (21ec8b7) + + * Revert en_GB localization to 'Switch Off'; this needs to be done in + the translation, with the UI kept in en_US. + +2012-08-31 19:39:29 +0200 Sebastien Bacher (51a475b) + + * releasing version 12.10.2-0ubuntu1 + +2012-08-31 19:37:39 +0200 Sebastien Bacher (08007af) + + * * New upstream release: - Add an 'Online Accounts' menuitem (lp: + #1044464) - Add disposition highlighting to the + indicator icon (lp: #1044015) - Remove the Restart + button from the shutdown dialog (lp: #1027952) + +2012-08-31 19:29:22 +0200 Sebastien Bacher (0b1b65a) + + * Import upstream version 12.10.2 + +2012-08-31 11:59:27 -0500 Charles Kerr (a97388a) + + * add gtest-dbus-helper.h to test_service_SOURCES s.t. it gets + bundled in the tarball (tag: 12.10.2, + refs/bzr/origin/tags/12.10.2) + +2012-08-31 11:53:36 -0500 Charles Kerr (83e5043) + + * 12.10.2 + +2012-08-31 11:38:48 -0500 Charles Kerr (0230e85) + + * merge lp:~charlesk/indicator-session/lp-1044015 to add disposition + highlighting to the session indicator's icon + +2012-08-31 11:36:06 -0500 Charles Kerr (8c91202) + + * add a11y case for attention needed, but username display disabled + +2012-08-31 11:28:21 -0500 Charles Kerr (ed7d1fd) + + * revise indicator_session_update_a11y_from_disposition() to be + easier to internationalize + +2012-08-31 07:16:03 -0500 Charles Kerr (64cf805) + + * have the a11y text follow the SystemMenu spec + +2012-08-30 20:33:11 -0500 Charles Kerr (3bcd1a9) + + * add a disposition handler to indicator-session + +2012-08-30 19:00:10 +0000 Alberto Mardegan (697c5fa) + + * Add the "Online Accounts" item to the session menu. + +2012-08-27 15:15:54 +0200 Sebastien Bacher (747d6e9) + + * releasing version 12.10.1-0ubuntu3 + +2012-08-27 15:15:03 +0200 Sebastien Bacher (d93c8a8) + + * * debian/rules: - set libexecdir to a non multiarch location, + other components look to the standard path for the + logout dialog helper, that's a workaround until the + binary is moved to bin (lp: #1041410) + +2012-08-24 15:31:46 +0200 Sebastien Bacher (2ce1422) + + * releasing version 12.10.1-0ubuntu2 + +2012-08-24 15:31:30 +0200 Sebastien Bacher (b698ad5) + + * * Backported upstream fix for the testsuit * debian/control: - + build-depends on libxorg-gtest-dev * debian/rules: + re-enable the tests + +2012-08-23 14:46:51 -0500 Charles Kerr (a1ad579) + + * merge lp:~charlesk/indicator-session/add-dbus-test-harness to get + the unit tests building correctly. + +2012-08-23 13:16:40 -0500 Charles Kerr (6710fce) + + * merge lp:~charlesk/indicator-session/lp-1027952 to remove the + Restart button from the shutdown dialog + +2012-08-23 13:00:30 -0500 Charles Kerr (eff94b1) + + * add a local implementation of indicator-service-test.h + +2012-08-23 16:30:18 +0200 Sebastien Bacher (dc9315f) + + * releasing version 12.10.1-0ubuntu1 + +2012-08-23 16:29:59 +0200 Sebastien Bacher (c436f63) + + * * New upstream release: - Menu items for users are too tall (lp: + #1024395) - should update glib requirement (lp: + #1023533) * Updating package to use current standards + (dh9) + +2012-08-23 16:05:11 +0200 Sebastien Bacher (da6785e) + + * Import upstream version 12.10.1 + +2012-08-23 15:05:00 +0300 Alberto Mardegan (0a7f9ed) + + * Show Online Accounts only when needed + +2012-08-22 12:42:11 -0500 Charles Kerr (51a9de1) + + * in gtk-logout-helper's 'switch off' dialog, don't show a 'restart' + button anymore + +2012-08-22 01:31:53 -0500 Charles Kerr (84e5c6a) + + * 12.10.1 (tag: 12.10.1, refs/bzr/origin/tags/12.10.1) + +2012-08-22 01:28:40 -0500 Charles Kerr (6468eba) + + * merge lp:~charlesk/indicator-session/lp-1024395 to fix user menu + icon sizes. + +2012-08-21 19:36:21 -0500 Charles Kerr (58a88cd) + + * in the session menu, make the user menuitems the same height as the + other menuitems. + +2012-08-21 19:12:32 -0500 Charles Kerr (3ea027c) + + * use gtk_image_*_from_icon_name() instead of + indicator_image_helper*() + +2012-08-21 11:21:08 +0300 Alberto Mardegan (ff3294e) + + * Fix build + +2012-08-21 10:38:09 +0300 Alberto Mardegan (8ebef39) + + * Class rename + +2012-08-21 10:31:27 +0300 Alberto Mardegan (0f662c6) + + * Add Online Accounts item to session menu. + +2012-08-21 09:56:28 +0300 Alberto Mardegan (6bdbcc0) + + * Apply old webcredentials patch to trunk + +2012-07-24 18:20:29 -0500 Charles Kerr (c69973f) + + * merge lp:~charlesk/indicator-session/lp-1023533 to raise + configure.ac's glib requirement to match the API level + needed in the source code + +2012-07-23 21:59:23 +0000 Charles Kerr (38ab0ef) + + * Separate testing-strings utility into its own Makefile for re-use.. + Approved by Allan LeSage. + +2012-07-13 11:18:08 -0500 Charles Kerr (242a339) + + * bump glib requirement to 2.33 + +2012-07-11 19:53:59 +0200 Sebastien Bacher (7a6621d) + + * releasing version 12.10.0-0ubuntu1 + +2012-07-11 19:25:42 +0200 Sebastien Bacher (e1ec25c) + + * Import upstream version 12.10.0 + +2012-07-11 09:59:14 -0500 Charles Kerr (5b3945b) + + * bumping version to 12.10.0 (tag: 12.10.0, + refs/bzr/origin/tags/12.10.0) + +2012-07-11 09:51:42 -0500 Charles Kerr (be26226) + + * fix #include in test-service + +2012-07-06 16:55:41 -0500 Charles Kerr (61f6df4) + + * only fire change events when a user property that we care about + changes. + +2012-07-06 15:11:40 -0500 Charles Kerr (28eebe0) + + * if tests aren't explicitly requested, don't fail the build if + dbus-test-runner isn't installed + +2012-07-06 15:10:06 -0500 Charles Kerr (1f437a2) + + * update POTFILE list + +2012-07-06 13:30:54 -0500 Charles Kerr (101cb83) + + * Don't trigger unnecessary change events in the user proxy. + +2012-07-05 10:46:44 -0500 Charles Kerr (a578e5d) + + * copyediting + +2012-07-05 10:45:10 -0500 Charles Kerr (554f2f4) + + * copyediting + +2012-07-05 10:40:24 -0500 Charles Kerr (d13ab80) + + * Remove the etched border effect for user icons. + +2012-07-05 09:45:27 -0500 Charles Kerr (d1de164) + + * reduce the user icon size from 32 to 24 pixels as per mpt's + request. + +2012-07-04 01:17:01 -0500 Charles Kerr (faf28a8) + + * don't cache the DisplayManager seat proxy. + +2012-07-04 00:25:57 -0500 Charles Kerr (a1b4f7a) + + * in gtk-logout-helper, rename 'Shut Down' to 'Switch Off' to match + the session indicator's text + +2012-07-04 00:17:57 -0500 Charles Kerr (d2f4e9b) + + * add a g_debug message to say which command is being invoked by + g_spawn_command_line_async() + +2012-06-28 14:50:59 -0500 Charles Kerr (3875558) + + * Restore the ellipsis to the 'System Settings' label as per mpt's + suggestion. + +2012-06-20 14:33:06 -0500 Charles Kerr (9c70164) + + * copyediting + +2012-06-19 12:34:24 -0500 Charles Kerr (37e19a1) + + * copyediting + +2012-06-19 12:30:41 -0500 Charles Kerr (8b2fa41) + + * the default value for show-real-name-on-panel should be 'false' + +2012-06-19 12:27:29 -0500 Charles Kerr (24dafdf) + + * Use "g_str_has_prefix(str,foo)" instead of "strlen(str)>N && + !memcmp(str,foo,N)" + +2012-06-19 12:23:58 -0500 Charles Kerr (e19572f) + + * action_func_spawn_async() doesn't need a varargs argument anymore. + +2012-06-19 12:22:43 -0500 Charles Kerr (7c5b638) + + * in build_user_menuitems(), don't leak the users GList even if user + switching isn't allowed + +2012-06-19 12:18:37 -0500 Charles Kerr (8dd2f61) + + * SessionMenuMgr shouldn't leak its user_menuitems GSList + +2012-06-19 12:17:00 -0500 Charles Kerr (fa521fa) + + * take a ref on the session_dbus passed into SessionMenuMgr's + constructor. + +2012-06-19 12:15:16 -0500 Charles Kerr (1f028ea) + + * SessionMenuMgr should own its toplevel menuitem. + +2012-06-18 12:35:05 -0500 Charles Kerr (c9e0ebf) + + * clearing house: the remainder of bugfixes & readability changes + +2012-06-18 12:18:25 -0500 Charles Kerr (a8bf2f6) + + * copyediting: remove a lot of trailing spaces + +2012-06-18 12:17:56 -0500 Charles Kerr (3380b96) + + * copyediting: remove trailing spaces; fix tab damage + +2012-06-18 12:17:25 -0500 Charles Kerr (448f0a6) + + * handle fringe case where GetRealUserName is called before the + username's been set -- send an empty string rather than + NULL s.t. the client doens't get an '[Invalid UTF-8]' + string + +2012-06-17 14:03:25 -0500 Charles Kerr (63b800e) + + * a step in merging the two menus: consolidate & clean up the code in + session-menu-mgr + +2012-06-15 08:20:45 -0500 Charles Kerr (8cb934f) + + * a step in merging the two menus: merge the DeviceMenuMgr and + UserMenuMgr classes into a single SessionMenuMgr class + +2012-06-14 20:17:43 -0500 Charles Kerr (0e41b34) + + * right-align the 'currently logged in' checkmark as per mpt's 12.10 + spec + +2012-06-14 19:51:03 -0500 Charles Kerr (537a40e) + + * a step in merging the two menus: initial merge of the two menus + +2012-06-14 14:20:38 -0500 Charles Kerr (50a6e91) + + * bind the IndicatorObjectEntry's label's visibility to the the + setting in show-real-name-on-panel + +2012-06-14 14:06:34 -0500 Charles Kerr (41c4ab3) + + * remove the use-username-in-switch-item property; it's no longer + spec'ed + +2012-06-14 12:48:03 -0500 Charles Kerr (c629aec) + + * a step in merging the two menus: in indicator-session, use one + IndicatorObjectEntry instead of two + +2012-06-14 12:27:04 -0500 Charles Kerr (4998ebc) + + * a step in merging the two menus: remove the 'should show user menu' + flag + +2012-06-14 11:51:46 -0500 Charles Kerr (23882f4) + + * in copy_proxy_properties(), ensure that the 'changed-properties' + variant that we emit isn't NULL + +2012-06-14 11:50:54 -0500 Charles Kerr (51c302d) + + * use g_clear_object() + +2012-06-14 11:49:12 -0500 Charles Kerr (9e64d9a) + + * in user_widget_property_update(), remove a g_message() that + shouldn't've been committed + +2012-06-13 18:28:33 -0500 Charles Kerr (9ecf166) + + * in user_widget_init(), remove unused variable 'padding' + +2012-06-13 18:27:51 -0500 Charles Kerr (ba66f20) + + * in user-widget.c, remove unused function + user_widget_button_release_event() + +2012-06-13 16:13:30 -0700 Steve Langasek (58b7250) + + * releasing version 0.3.96-0ubuntu2 + +2012-06-13 16:13:27 -0700 Steve Langasek (c05ee05) + + * Recommend packagekit-system-interface instead of + python-aptdaemon.pkcompat: we care about the dbus + interface, now provided by the python3 package, not the + python module. + +2012-06-13 14:41:31 -0500 Charles Kerr (146081c) + + * Don't use all the new users that we get told about. + +2012-06-13 14:34:46 -0500 Charles Kerr (b8c1cd5) + + * fix a spurious call to g_error_free() in indicator_session_init() + +2012-06-13 14:33:36 -0500 Charles Kerr (38dbee4) + + * Have the menuitem respond to changes in the AccountsUser's ICON + property + +2012-06-13 14:32:17 -0500 Charles Kerr (961c326) + + * Have the user widget respond to changes in the LOGGED_IN and ICON + properties + +2012-06-12 00:39:31 -0500 Charles Kerr (192be12) + + * use GDBus in users-service-dbus.c... major rewrite here. + +2012-06-12 00:07:34 -0500 Charles Kerr (f7f945b) + + * properly respond to changes in the menuitem's + USER_ITEM_PROP_LOGGED_IN property + +2012-06-09 10:45:38 -0500 Charles Kerr (d95d729) + + * use gdbus-codegen for the UPower dbus interaction + +2012-06-05 16:52:08 -0500 Charles Kerr (a782ddb) + + * start grouping Admin, Account-Switching, and Session items as per + the 12.10 spec + +2012-06-05 16:40:15 -0500 Charles Kerr (f807a41) + + * Add the 'About This Computer' and 'Ubuntu Help' menuitems as per + the 12.10 spec + +2012-06-05 15:59:29 -0500 Charles Kerr (52eec36) + + * remove the attached devices menuitem; it's no longer in the spec + +2012-06-05 15:58:03 -0500 Charles Kerr (f6a082b) + + * fix tab damage in device-menu-mgr.c + +2012-06-05 15:15:22 -0500 Charles Kerr (a535ab4) + + * remove unnecessary prototypes + +2012-06-05 15:13:04 -0500 Charles Kerr (3cab394) + + * extract methods to reduce duplicate code in handling dbus + notifications that can_suspend, allow_suspend, + can_hibernate, or allow_hibernate flags have changed + +2012-06-05 14:55:11 -0500 Charles Kerr (0941a2b) + + * bugfix: in machine_sleep_with_context(), don't call the proxy + method if we don't have a proxy + +2012-06-05 14:53:36 -0500 Charles Kerr (bcc1d39) + + * constify the machine_sleep_with_context() API + +2012-06-05 14:51:32 -0500 Charles Kerr (19dd597) + + * make lock_menuitem an instance variable rather than a global one so + that its pointer values won't persist between test + sessions. Woot, last global\! + +2012-06-05 14:47:02 -0500 Charles Kerr (4e1238c) + + * make suspend_call and hibernate_call instance variables rather than + global ones so that their pointer values won't persist + between test sessions + +2012-06-05 14:44:45 -0500 Charles Kerr (ee9720f) + + * make can_hibernate, allow_hibernate, can_suspend, and allow_suspend + instance variables rather than global ones so that their + pointer values won't persist between test sessions + +2012-06-05 14:37:22 -0500 Charles Kerr (86f0c07) + + * reduce the scope of another formerly global variable: + system_settings_menuitem + +2012-06-05 14:34:31 -0500 Charles Kerr (6d59764) + + * make up_main_proxy and up_prop_proxy instance variables rather than + global ones so that their pointer values won't persist + between test sessions + +2012-06-05 14:28:12 -0500 Charles Kerr (c60d4ff) + + * make logout_mi and shutdown_mi local variables rather than global + ones so that their pointer values won't persist between + test sessions + +2012-06-05 14:27:03 -0500 Charles Kerr (91f89a3) + + * make hibernate_mi and suspend_mi instance variables rather than + global ones so that their pointer values won't persist + between test sessions + +2012-06-05 14:21:28 -0500 Charles Kerr (732867f) + + * make keybindings_settings an instance variasble rather than a + global one, so that it will get disposed properly and not + persist between test sessions + +2012-06-05 14:18:35 -0500 Charles Kerr (d767fd1) + + * make lockdown_settings an instance variable rather than a global + one, so that it will get disposed properly and not persist + between test sessions + +2012-06-05 14:14:54 -0500 Charles Kerr (470d4c0) + + * bugfix: we were listening to screensaver shortcut settings changes + from the wrong GSettings. + +2012-06-05 14:03:37 -0500 Charles Kerr (47c518a) + + * In device-menu-mgr.c, lockdown_changed() only exists as a pass-thru + for having LOCKDOWN_KEY_USER and LOCKDOWN_KEY_SCREENSAVER + changes force a menu rebuild, so eliminate the middleman + and connect those property changes directly to the menu + rebuild + +2012-06-05 14:00:18 -0500 Charles Kerr (913dcda) + + * remove duplicate code when updating the lock menuitem's keybindings + +2012-06-05 13:46:29 -0500 Charles Kerr (f498358) + + * In device-menu-mgr, remove unused context from + show_system_settings_with_context() + +2012-06-04 19:22:36 -0500 Charles Kerr (d2b0446) + + * remove now-unused file accounts-service-user.xml + +2012-06-04 19:11:25 -0500 Charles Kerr (fb89365) + + * remove our udev dependency now that we no longer use it to look at + devices + +2012-06-04 17:19:23 -0500 Charles Kerr (09ed92a) + + * remove the software updates menuitem; it's no longer in the spec + +2012-06-04 17:09:10 -0500 Charles Kerr (7a2f7f7) + + * remove the startup applications menuitem; it's no longer in the + spec + +2012-06-04 17:06:24 -0500 Charles Kerr (b63c0ea) + + * remove the display menuitem; it's no longer in the spec + +2012-06-04 17:04:51 -0500 Charles Kerr (8e724cd) + + * remove the webcam menuitem; it's no longer in the spec + +2012-06-04 17:03:53 -0500 Charles Kerr (d224ef8) + + * remove the scanner menuitem; it's no longer in the spec + +2012-06-04 17:02:42 -0500 Charles Kerr (d01d3a7) + + * remove the printer settings menuitem; it's no longer in the spec + +2012-06-04 16:34:36 -0500 Charles Kerr (4877d7f) + + * In user_menu_mgr_rebuild_items(), simplify the logic behind the + visiblity rules + +2012-06-03 16:07:34 -0500 Charles Kerr (dcc3778) + + * bugfix: even if a UserMenuMgr was in greeter mode, it would rebuild + itself in "full" mode after users on the system were added + or removed. + +2012-06-03 16:00:36 -0500 Charles Kerr (e558988) + + * user_count is a one-time use variable, so reduce its scope from + being a UserMenuMgr field to a temporary var in + user_menu_mgr_rebuild_items() + +2012-06-03 15:55:30 -0500 Charles Kerr (8366706) + + * fix signature for compare_users_by_username() + +2012-06-03 15:53:46 -0500 Charles Kerr (45af879) + + * simplify is_this_guest_session() + +2012-06-03 15:39:44 -0500 Charles Kerr (266693a) + + * extract method: create_user_menuitem() + +2012-06-03 15:30:28 -0500 Charles Kerr (3d68091) + + * Remove the seemingly-pointless MINIMUM_USERS constant + +2012-06-03 15:16:26 -0500 Charles Kerr (4823f27) + + * In user-menu-mgr.c, make the static variable 'settings' a field of + UserMenuMgr so that it doesn't persist between test + sessions + +2012-06-03 15:01:27 -0500 Charles Kerr (9ffe5cb) + + * In user-menu-mgr.c, make the static variable 'switch_menuitem' a + local s.t. it's not preserved between test sessions + +2012-06-03 14:20:57 -0500 Charles Kerr (dfda990) + + * Remove unused function check_new_session() from user-menu-mgr.c + +2012-06-02 19:37:10 -0500 Charles Kerr (ca4dc43) + + * In user_menu_mgr_rebuild_items(), reduce the scope of some + temporary variables + +2012-06-02 18:10:50 -0500 Charles Kerr (d625fd8) + + * In user-widget.c, remove the GTK2-specific code. + +2012-06-02 17:40:07 -0500 Charles Kerr (f181ac9) + + * Add gcda/gcno to CLEANFILES s.t. 'make clean' will cover them + +2012-05-08 16:10:36 -0700 Charles Kerr (51acc83) + + * merge lp:~charlesk/indicator-session/nogtk2 to raise the minimum + gtk version to 3 + +2012-05-07 16:30:01 -0700 Charles Kerr (3dff82b) + + * remove gtk2 support + +2012-05-02 17:25:16 -0700 Charles Kerr (894f448) + + * extract the strings test into their own Makefile so that we can + share it among other indicators + +2012-05-02 11:10:52 -0700 Charles Kerr (b7a6eed) + + * merge lp:~charlesk/indicator-session/gtest to add Google Test + + libdbustest + +2012-04-27 15:17:47 -0500 Charles Kerr (ea22a60) + + * use ted's suggestions for using xorg-gtest and to remove the + service-test-runner.sh script + +2012-04-27 09:47:59 -0500 Ted Gould (f229824) + + * Switch to using the xorg-gtest main so that we're running under a + dummy Xserver + +2012-04-27 09:43:45 -0500 Ted Gould (123a7fe) + + * Change the service path to be a define instead of passed on the + command line + +2012-04-26 16:37:10 -0500 Charles Kerr (1bab86e) + + * sync with the other indicatorsGTest automake rules + +2012-04-26 15:07:28 -0500 Charles Kerr (149989e) + + * fix tyop + +2012-04-26 15:01:53 -0500 Charles Kerr (6187dfb) + + * only require GTest and libdbustest if we're building the unit tests + +2012-04-26 14:34:38 -0500 Charles Kerr (705eb1b) + + * add scaffolding for indicator-session-service Google Testing with + libdbustest + +2012-04-05 15:07:16 -0400 Ken VanDine (016b902) + + * * New upstream release. * Remove desktop files so they don't + appear in the dash. (LP: #973181) * Add gcov to the + build for coverage statistics + +2012-04-05 12:50:14 -0500 Charles Kerr (7897fdf) + + * releasing version 0.3.96-0ubuntu1 + +2012-04-05 12:48:31 -0500 Charles Kerr (4f163e4) + + * * New upstream release. * Remove desktop files so they don't + appear in the dash. (LP: #973181) * Add gcov to the + build for coverage statistics + +2012-04-05 12:48:04 -0500 Charles Kerr (6127a94) + + * Import upstream version 0.3.96 + +2012-04-05 12:47:26 -0500 Charles Kerr (d9e9add) + + * Sync from Ubuntu Desktop + +2012-04-05 12:41:43 -0500 Charles Kerr (1ddba0e) + + * 0.3.96 (tag: 0.3.96, refs/bzr/origin/tags/0.3.96) + +2012-04-04 13:57:08 -0500 Charles Kerr (0c35e8d) + + * merge lp:~ted/indicator-session/no-system-desktop-files to remove + the desktop files so they don't appear in the dash. + +2012-04-04 12:41:45 -0500 Ted Gould (b3e779a) + + * Attaching bug + +2012-04-04 12:38:27 -0500 Ted Gould (456ec1c) + + * Dropping the desktop files from translations + +2012-04-04 12:38:01 -0500 Ted Gould (261b1b9) + + * Dropping the desktop files from the build + +2012-03-29 10:39:14 -0700 Charles Kerr (689b16a) + + * merge lp:~allanlesage/indicator-session/TDD to add gcov to the + build for coverage statitistics + +2012-03-29 12:08:03 -0500 Allan LeSage (ac5d7a5) + + * Advised changes to fix implicit declarations. + +2012-03-28 17:29:05 -0500 Allan LeSage (affff00) + + * Merged from trunk. + +2012-03-27 17:29:55 -0500 Allan LeSage (d9416f4) + + * Added gcov coverage tooling. + +2012-03-21 15:34:07 -0400 Ken VanDine (96e1a9f) + + * releasing version 0.3.95-0ubuntu1 + +2012-03-21 15:25:52 -0400 Ken VanDine (788dfb3) + + * * New upstream release. * Fix small memory leaks (lp: #957342) + +2012-03-21 12:28:49 -0500 Charles Kerr (f5a5f0e) + + * releasing version 0.3.95-0ubuntu1~ppa1 + +2012-03-21 12:26:42 -0500 Charles Kerr (92d6bb1) + + * * New upstream release. * Fix small memory leaks (lp: #957342) + +2012-03-21 12:24:44 -0500 Charles Kerr (4b9b0d0) + + * Import upstream version 0.3.95 + +2012-03-21 12:05:17 -0500 Charles Kerr (831d262) + + * Sync from Ubuntu Desktop + +2012-03-21 11:58:29 -0500 Charles Kerr (80f2937) + + * 0.3.95 (tag: 0.3.95, refs/bzr/origin/tags/0.3.95) + +2012-03-19 14:46:55 -0500 Charles Kerr (909ef6f) + + * Merge lp:~charlesk/indicator-session/lp-957342 to fix a pair of + indicator-session memory leaks. + +2012-03-16 19:24:04 -0500 Charles Kerr (ddd2680) + + * fix memory leak updating the username label -- gtk_label_set_text() + takes a const char*, we don't need to g_strdup() the + string before passing it in + +2012-03-16 18:12:56 -0500 Charles Kerr (537804e) + + * plug two more memory leaks. g_variant_get("s") makes a + newly-allocated duplicated string, g_variant_get("&s") + returns the internal const string. + +2012-03-16 18:09:23 -0500 Charles Kerr (d2c9e39) + + * to pull a const string from g_variant_get(), use a format string + "&s", not "s" + +2012-03-16 14:12:16 -0500 Charles Kerr (f6a6e8c) + + * plug two leaked strings in keybinding_changed() + +2012-03-14 19:38:30 +0100 Sebastien Bacher (21a5846) + + * releasing version 0.3.94-0ubuntu1 + +2012-03-14 19:38:20 +0100 Sebastien Bacher (87ce6af) + + * New upstream release. + +2012-03-14 19:34:16 +0100 Sebastien Bacher (edd9186) + + * Import upstream version 0.3.94 + +2012-03-14 10:33:28 -0500 Charles Kerr (bc34f04) + + * 0.3.94 (tag: 0.3.94, refs/bzr/origin/tags/0.3.94) + +2012-03-12 14:23:54 +0000 Conor Curran (480cb8c) + + * mvo's fix for the apt menuitem + +2012-03-12 10:12:05 -0400 Ken VanDine (1a40681) + + * releasing version 0.3.93-0ubuntu1 + +2012-03-12 09:02:25 -0400 Ken VanDine (19582c4) + + * * New upstream release. * Reverting locking change from earlier + releases * Working with PackageKit restart signals + better + +2012-03-09 15:31:38 -0600 Ted Gould (38b05f8) + + * releasing version 0.3.93-0ubuntu1~ppa1 + +2012-03-09 15:30:06 -0600 Ted Gould (fbc4b2c) + + * * New upstream release. * Reverting locking change from earlier + releases * Working with PackageKit restart signals + better + +2012-03-09 15:28:05 -0600 Ted Gould (59aeee2) + + * Import upstream version 0.3.93 + +2012-03-09 15:26:56 -0600 Ted Gould (4930d8b) + + * Sync with U. Desktop + +2012-03-09 15:22:31 -0600 Ted Gould (0034324) + + * 0.3.93 (tag: 0.3.93, refs/bzr/origin/tags/0.3.93) + +2012-03-09 13:39:48 +0100 Sebastien Bacher (ed3bab3) + + * releasing version 0.3.92-0ubuntu3 + +2012-03-09 13:39:35 +0100 Sebastien Bacher (cf87392) + + * Backport mvo's restart required fix, with the new aptdaemon that + should fix the issue for good (lp: #942104) + +2012-03-08 14:28:01 +0100 Michael Vogt (9e862f1) + + * src/apt-watcher.c: remove no longer needed code, this + RestartRequired is a bit misleading as it about that the + PK daemon got restarted not about system or session + +2012-03-08 14:26:42 +0100 Michael Vogt (6f22233) + + * src/apt-watcher.c: check the pk_results_get_require_restart_worst() + in get_updates() too + +2012-03-07 11:36:37 +0200 Alberto Mardegan (db65e23) + + * Add Web Accounts menu item + +2012-03-07 10:09:35 +0200 Alberto Mardegan (cc8293d) + + * Fix a build error: include locale.h + +2012-03-06 16:07:02 +0100 Sebastien Bacher (0b3dbda) + + * releasing version 0.3.92-0ubuntu2 + +2012-03-06 15:43:36 +0100 Sebastien Bacher (d7fbb0c) + + * * Backport r243 and r244, should fix the restart required status + update once aptdaemon is fixed to correctly emit signals + (lp: #942104) * debian/patches/restore_session_lock.patch, + debian/rules: - replace by a backport of the official + commit + +2012-03-06 13:54:04 +0100 Sebastien Bacher (3c5b15a) + + * enforce locking that's still needed and will not be solved this + cycle + +2012-03-06 12:21:29 +0000 Conor Curran (0f7af17) + + * merge the icon change fix + +2012-03-06 12:10:53 +0000 Conor Curran (98f37a0) + + * make sure to change the icon on the panel when we get a restart + signal from package kit + +2012-03-06 10:07:45 +0000 Conor Curran (53992f3) + + * make sure to listen to the correct signal + +2012-03-06 09:43:37 +0000 Conor Curran (0810650) + + * listen for the right signal + +2012-02-27 18:38:21 +0100 Sebastien Bacher (aabe876) + + * Revert r239, there are still issues, to sort next cycle + +2012-02-23 19:42:10 +0100 Sebastien Bacher (8656132) + + * releasing version 0.3.92-0ubuntu1 + +2012-02-23 19:41:54 +0100 Sebastien Bacher (c0b7a86) + + * * debian/patches/restore_session_lock.patch, debian/rules: - get + the indicator to enforce locking again since we still have + cases where locking is not done otherwise (lp: + #939518) + +2012-02-23 19:18:13 +0100 Sebastien Bacher (94bfe45) + + * * New upstream release. * Make GUDev dependency optional for + non-Linux kernels * Add accessibility strings on the + icons (LP: #891861) + +2012-02-23 09:18:37 -0600 Ted Gould (9bdc803) + + * releasing version 0.3.92-0ubuntu1~ppa1 + +2012-02-23 09:17:10 -0600 Ted Gould (cb9ef79) + + * * New upstream release. * Make GUDev dependency optional for + non-Linux kernels * Add accessibility strings on the + icons (LP: #891861) + +2012-02-23 08:55:02 -0600 Ted Gould (a2a0779) + + * Import upstream version 0.3.92 + +2012-02-23 08:53:58 -0600 Ted Gould (d37d11a) + + * Updating to U. Desktop + +2012-02-23 08:49:04 -0600 Ted Gould (2afbdf3) + + * 0.3.92 (tag: 0.3.92, refs/bzr/origin/tags/0.3.92) + +2012-02-23 08:42:27 -0600 Ted Gould (8125b67) + + * Make GUDev optional for arch's that can't support it + +2012-02-23 08:40:17 -0600 Ted Gould (68cf3cf) + + * Don't include the header or the variable if we're not using GUDev + +2012-02-23 08:39:11 -0600 Ted Gould (76e3d09) + + * Move the variables into the list straight up as they'll be NULL if + undefined + +2012-02-23 08:38:00 -0600 Ted Gould (cc124ba) + + * Making sure to distribute the files even if we don't use them to + build. + +2012-02-23 08:31:09 -0600 Ted Gould (7609f06) + + * Set the accessible descriptions with the icons + +2012-02-22 23:22:14 -0600 Ted Gould (d88e2f6) + + * If we change the icon to show reboot we need to tell that to the + a11y string as well + +2012-02-22 23:21:55 -0600 Ted Gould (9b6ac73) + + * Add default accessible descriptions to the entries + +2012-02-22 23:11:12 -0600 Ted Gould (a79b97e) + + * Attaching bug + +2012-02-23 00:20:15 +0100 Evgeni Golov (05f7c35) + + * make gudev dep optional + +2012-02-15 07:27:12 +0100 Martin Pitt (1d8f0ba) + + * debian/control: Add alternative packagekit dependency, since this + ought to work with either the aptdaemon pkcompat or + packagekit itself. + +2012-02-14 18:49:06 +0100 Sebastien Bacher (242c0e9) + + * releasing version 0.3.91-0ubuntu1 + +2012-02-14 18:48:35 +0100 Sebastien Bacher (b468e06) + + * * Backport "Don't lock the session when switching to another one" + work from Robert Ancell, the screen locking is already + done by consolekit and enforcing it there is problematic + to i.e use the lightdm greeter as a lock screen (lp: + #878836) * debian/source/format: - use v1, v3 doesn't + play nicely with vcs backports + +2012-02-14 17:40:55 +0000 Conor Curran (13d6c2b) + + * merge roberts lock fix (tag: 0.3.91, refs/bzr/origin/tags/0.3.91) + +2012-02-14 18:38:10 +0100 Sebastien Bacher (28da49f) + + * * debian/control: - recommends python-aptdaemon.pkcompat so + packagekit doesn't get installed + +2012-02-14 09:00:50 -0500 Ken VanDine (06ae72f) + + * * debian/control - added new build depends on + libpackagekit-glib2-dev + +2012-02-10 14:53:42 -0500 Ken VanDine (ad29b5d) + + * New upstream release. + +2012-02-10 14:50:35 -0500 Ken VanDine (10923a8) + + * Import upstream version 0.3.91 + +2012-02-10 18:33:14 +1100 Robert Ancell (9dec8f6) + + * Don't lock the session when switching to another one - something + else (ConsoleKit?) already does this and locks it + regardless of if the setting has been configured. By + explicitly doing the lock it means we can't override it + inside GNOME screensaver to switch to the greeter instead, + so this patch removes the code. + +2012-02-08 16:15:16 -0500 Ken VanDine (dd2a5be) + + * releasing version 0.3.90-0ubuntu1 + +2012-02-08 15:12:47 -0500 Ken VanDine (4eacd25) + + * * New upstream release. * Screensaver code cleanup * Fix + ordering of items on request * Removing GOA support * + Fix GTK3 Box Deprecation * Updating to dbusmenu 0.5.90 + * Making the gtk logout helper and apt optional build time + choices * Add name hints to the indicators * bump + version for release * Drop + debian/patches/01-remove-dead-gss-handling.patch: Upstream + * debian/control: Updating dbusmenu dep to 0.5.90 + +2012-02-08 18:36:33 +0000 Conor Curran (512b6ab) + + * prep for release 0.3.91 + +2012-02-08 18:31:06 +0000 Conor Curran (a22f5d5) + + * merge in the pk api port branch and remove the apt transaction + stuff + +2012-02-08 18:25:18 +0000 Conor Curran (2890929) + + * merge request comments acted upon + +2012-02-08 17:30:50 +0000 Conor Curran (3b8d13f) + + * properly fix conflict and make sure to not check for updates 1 + minute after starting the service or Pitti will kill me :) + +2012-02-08 17:23:19 +0000 Conor Curran (4145c29) + + * correct conflict + +2012-02-08 16:37:31 +0000 Conor Curran (d4162d2) + + * get rid of the transaction as we don't need to worry about updates + installing state + +2012-02-08 12:29:49 +0000 Conor Curran (3c560dd) + + * pk kit compat layer seems to be sane + +2012-02-07 21:19:32 -0600 Ted Gould (fb82208) + + * releasing version 0.3.90-0ubuntu1~ppa1 + +2012-02-07 21:16:40 -0600 Ted Gould (f438769) + + * debian/control: Updating dbusmenu dep to 0.5.90 + +2012-02-07 21:15:16 -0600 Ted Gould (42602a6) + + * Drop debian/patches/01-remove-dead-gss-handling.patch: Upstream + +2012-02-07 21:14:45 -0600 Ted Gould (c49024a) + + * * New upstream release. * Screensaver code cleanup * Fix + ordering of items on request * Removing GOA support * + Fix GTK3 Box Deprecation * Updating to dbusmenu 0.5.90 + * Making the gtk logout helper and apt optional build time + choices * Add name hints to the indicators * bump + version for release + +2012-02-07 21:11:18 -0600 Ted Gould (455f5df) + + * Import upstream version 0.3.90 + +2012-02-07 21:09:18 -0600 Ted Gould (669d032) + + * Merge U. Desktop + +2012-02-07 21:03:44 -0600 Marc Deslauriers (6c05bbb) + + * debian/patches/01-remove-dead-gss-handling.patch: Remove dead GSS + throttling code. Let gnome-settings-daemon handle + locking the screen when UPower requests it. + +2012-02-07 21:01:28 -0600 Ken VanDine (733c754) + + * releasing version 0.3.7.1-1ubuntu1 + +2012-02-07 21:00:00 -0600 Ken VanDine (d2c2e90) + + * * rebuild for libindicator7 * debian/rules - build with + no-error=deprecated-declarations + +2012-02-07 20:58:42 -0600 Ken VanDine (a4cd5f6) + + * * debian/control - set ubuntu-desktop VCS and maintainer + +2012-02-07 20:57:21 -0600 Ken VanDine (606ebd0) + + * releasing version 0.3.7.1-1 + +2012-02-07 20:49:57 -0600 Ken VanDine (baafff0) + + * releasing version 0.3.7.1 + +2012-02-07 20:41:26 -0600 Ted Gould (dadd943) + + * Import upstream version 0.3.7.1 + +2012-02-07 16:46:27 -0600 Ted Gould (6975e8a) + + * 0.3.90 (tag: 0.3.90, refs/bzr/origin/tags/0.3.90) + +2012-02-07 16:45:50 -0600 Ted Gould (361c2e6) + + * Screensaver code cleanup + +2012-02-07 16:26:55 -0600 Ted Gould (4f3cb40) + + * Fix ordering of items on request + +2012-02-07 16:25:56 -0600 Ted Gould (659e203) + + * Removing GOA support + +2012-02-07 16:24:23 -0600 Ted Gould (2f7ca00) + + * Fix GTK3 Box Deprecation + +2012-02-07 11:11:52 -0600 Ted Gould (0d10a8e) + + * If we have GTK3 use the new gtk_box_new() function not the + deprecated one + +2012-02-07 11:11:34 -0600 Ted Gould (e9987ce) + + * Adding flags into the build to make sure we know if we're GTK3 or + not + +2012-02-07 15:49:20 +0000 Conor Curran (e856eb9) + + * no need to hold on to a reference to a pkclient instance + +2012-02-07 14:35:29 +0000 Conor Curran (6e585e5) + + * apt watcher updates + +2012-02-07 11:37:06 +0000 Conor Curran (bf53f6b) + + * fetching available packages + +2012-02-06 21:07:57 +0000 Conor Curran (e0c43e0) + + * query for updates half complete + +2012-02-06 20:28:34 +0000 Conor Curran (9954c4e) + + * we need to talk to dbus to listen for signals from package kit, the + lib doesnt wrap the signals ... + +2012-02-06 19:31:44 +0000 Conor Curran (64d649e) + + * pkclient in place + +2012-02-06 12:11:38 +0000 Conor Curran (42fc827) + + * handle gtk3 box constructor changes + +2012-02-03 12:17:23 -0600 Ted Gould (5ae829c) + + * Updating to dbusmenu 0.5.90 + +2012-02-02 15:38:35 +0200 Alberto Mardegan (2612c24) + + * Remove "Online accounts" from user menu + +2012-01-31 21:21:26 -0600 Ted Gould (ab073d8) + + * Modifying includes to not include libdbusmenu-gtk3 stuff + +2012-01-31 21:18:20 -0600 Ted Gould (c2ade26) + + * Updating required dbusmenu 0.5.90 + +2012-01-30 09:39:29 -0500 Marc Deslauriers (38923e5) + + * Remove dead GSS throttling code. Let gnome-settings-daemon handle + locking the screen when UPower requests it. + +2011-11-29 16:19:34 -0600 Ted Gould (77699eb) + + * Making the gtk logout helper and apt optional build time choices + +2011-11-29 16:13:20 -0600 Ted Gould (dba878e) + + * Add name hints to the indicators + +2011-11-23 22:59:19 +0100 György Balló (b3d54d8) + + * Make APT support optional + +2011-11-23 22:58:41 +0100 György Balló (5a3df0d) + + * Make GTK Logout Helper optional + +2011-11-08 23:48:18 +0100 Marco Trevisan (Treviño) (7e6cd98) + + * Export the indicators name hints + +2011-10-28 11:27:45 -0400 Conor Curran (f2b3d48) + + * bump version for release (tag: 0.3.7.1, + refs/bzr/origin/tags/0.3.7.1) + +2011-10-28 11:21:31 -0400 Conor Curran (fc50b0c) + + * fix the invalid utf8 bug and update ignore file + +2011-10-26 11:03:43 +0400 Dmitry Shachnev (9613741) + + * Swap return values of indicator_session_get_location + +2011-10-25 17:49:38 -0400 Conor Curran (a6e3247) + + * update the ignore file with the new translations + +2011-10-25 17:44:28 -0400 Conor Curran (1376736) + + * tidy up + +2011-10-25 17:25:02 -0400 Conor Curran (3e2c369) + + * removed the redundant max users limit on the user menu + +2011-10-13 16:04:14 -0400 Ken VanDine (9f7a84a) + + * releasing version 0.3.7-0ubuntu1 + +2011-10-13 15:50:54 -0400 Ken VanDine (6444bc4) + + * * New upstream release. * Fix some variant ref issues causing + crashes (LP: #863930) * Handle cases of returned dbus + messages from ConsoleKit (LP: #864085) * Fixed + improperly mapped gconf to gsettings keys (LP: #858798) + +2011-10-13 13:19:16 -0500 Ted Gould (374c13e) + + * releasing version 0.3.7-0ubuntu1~ppa1 + +2011-10-13 13:16:02 -0500 Ted Gould (eb1fea0) + + * * New upstream release. * Fix some variant ref issues causing + crashes (LP: #863930) * Handle cases of returned dbus + messages from ConsoleKit (LP: #864085) * Fixed + improperly mapped gconf to gsettings keys (LP: #858798) + +2011-10-13 13:07:47 -0500 Ted Gould (301718c) + + * Import upstream version 0.3.7 + +2011-10-13 13:07:24 -0500 Ted Gould (5cd2a88) + + * Merge from U. Desktop + +2011-10-13 12:49:46 -0500 Ted Gould (9ddd604) + + * 0.3.7 (tag: 0.3.7, refs/bzr/origin/tags/0.3.7) + +2011-10-12 15:32:41 -0500 Ted Gould (38140e8) + + * Fix variant handling + +2011-10-12 15:31:18 -0500 Ted Gould (abfab87) + + * Check to ensure we have settings, else default values. + +2011-10-12 15:30:18 -0500 Ted Gould (2e2cf84) + + * Okay, get all of them I guess + +2011-10-12 14:58:39 -0500 Ted Gould (d4ffde8) + + * Okay, fixing again. Now right. + +2011-10-10 16:45:48 -0400 Ted Gould (c20ca2c) + + * Use a temporary variable to defeat G_DISABLE_CHECKS + +2011-10-09 10:39:34 -0400 Ted Gould (2d4557d) + + * Attach bug + +2011-10-09 10:39:05 -0400 Ted Gould (e3e555a) + + * Don't unref the parameters as we don't make a ref to it + +2011-10-09 10:37:46 -0400 Ted Gould (e53d3bd) + + * Make sure to reference the variant, and unref the value we get + +2011-10-08 15:49:58 -0400 Ted Gould (3212519) + + * Error gracefully if we can't get our settings. + +2011-10-03 10:29:47 -0400 Ken VanDine (e386410) + + * releasing version 0.3.6-0ubuntu2 + +2011-10-03 10:25:23 -0400 Ken VanDine (c350671) + + * Fixed improperly mapped gconf to gsettings keys, fixes crasher (LP: + #858798) + +2011-09-28 10:00:36 -0400 Ken VanDine (06e1fe1) + + * releasing version 0.3.6-0ubuntu1 + +2011-09-28 09:19:25 -0400 Ken VanDine (d44c110) + + * * New upstream release. * Fix convert file key naming (LP: + #847807) * Use environment variable to get seat path + (LP: #856455) * Fix abort when using ConsoleKit fallback + (LP: #740382) * Update session icon instead of creating + a new one (LP: #854292) * Update to latest Launchpad + translations + +2011-09-27 17:06:49 -0500 Ted Gould (a3fd1aa) + + * releasing version 0.3.6-0ubuntu1~ppa1 + +2011-09-27 17:05:28 -0500 Ted Gould (d29ab0e) + + * * New upstream release. * Fix convert file key naming (LP: + #847807) * Use environment variable to get seat path + (LP: #856455) * Fix abort when using ConsoleKit fallback + (LP: #740382) * Update session icon instead of creating + a new one (LP: #854292) * Update to latest Launchpad + translations + +2011-09-27 16:56:12 -0500 Ted Gould (af08676) + + * Import upstream version 0.3.6 + +2011-09-27 16:55:41 -0500 Ted Gould (1e3f1b7) + + * Update to ubuntu-desktop version + +2011-09-27 16:43:26 -0500 Ted Gould (749c8c0) + + * 0.3.6 (tag: 0.3.6, refs/bzr/origin/tags/0.3.6) + +2011-09-27 16:33:45 -0500 Ted Gould (58faea4) + + * Merging in translations from LP + +2011-09-27 16:31:21 -0500 Ted Gould (2b4db46) + + * Fixing capitalization of input strings as well + +2011-09-27 14:51:51 -0500 Ted Gould (22c09b7) + + * Updating to trunk + +2011-09-27 14:51:33 -0500 Ted Gould (28b8bdd) + + * Updating to current translations on Launchpad + +2011-09-27 10:44:26 -0500 Ted Gould (99d0f95) + + * Removing an error and fixing the parameters. + +2011-09-27 10:43:42 -0500 Ted Gould (854ceab) + + * Update the icon instead of recreating it. + +2011-09-27 10:42:21 -0500 Ted Gould (de44ede) + + * Switch to using the XDG_SEAT_PATH env. variable instead of using + DBus + +2011-09-27 09:52:56 -0500 Ted Gould (44811c1) + + * Make the dialog not abort and add invalids for the return to make + sure it does less often + +2011-09-26 23:30:46 -0500 Ted Gould (48e560f) + + * Switch changing restart to updating the image instead of recreating + it. + +2011-09-26 10:07:33 -0500 Ted Gould (b1892b9) + + * Adding categories to the desktop files + +2011-09-21 15:23:26 -0500 Ted Gould (362d7ed) + + * Fixing key names + +2011-09-21 15:47:17 +1000 Robert Ancell (c28ee7f) + + * Don't use depcrecated + org.freedesktop.DisplayManager.GetSeatForCookie, use + XDG_SEAT_PATH instead + +2011-09-19 15:47:59 -0500 Ted Gould (acb55ae) + + * Only grab reboot after a second delay + +2011-09-16 16:44:56 -0500 Ted Gould (1e18b39) + + * Fix title case + +2011-09-16 10:42:36 -0400 Jeremy Bicha (fec34a4) + + * Use Title Case for "Restart to Complete Updates" + +2011-09-16 10:07:30 +0100 Conor Curran (d416641) + + * removed startup rebootrequired query, it must have been returning + true + +2011-09-15 10:33:57 +0200 Didier Roche (18f3158) + + * releasing version 0.3.5.1-0ubuntu1 + +2011-09-15 10:33:53 +0200 Didier Roche (bdd5983) + + * - don't start apt on logging - [UIFe] should say "Restart to + Complete Updates…" (LP: #850013) + +2011-09-15 09:25:15 +0200 Didier Roche (46861f0) + + * New upstream release. + +2011-09-15 09:25:09 +0200 Didier Roche (8ff4f28) + + * Import upstream version 0.3.5.1 + +2011-09-14 17:50:23 +0100 Conor Curran (1ea8cf9) + + * fixes for apt handling (tag: 0.3.5.1, refs/bzr/origin/tags/0.3.5.1) + +2011-09-14 17:48:48 +0100 Conor Curran (656e954) + + * merge further apt handling fixes + +2011-09-14 17:17:55 +0100 Conor Curran (1fc5955) + + * apt property changed reboot required listened for and now the whole + apt interaction does not happen until after 60 secs + +2011-09-09 11:18:44 +0200 Sebastien Bacher (f1bd59d) + + * releasing version 0.3.5.0-0ubuntu1 + +2011-09-09 11:15:41 +0200 Sebastien Bacher (fd2ef97) + + * * New upstream release: - fix the updates menu items randomly + working (lp: #842946) - "Guest Session should not show + if guest session was disabled in the display manager" + (lp: #835084) - segfault fix (lp: #840660) - don't + display temporary guest user generated username (lp: + #844272) - respect "show-real-name-on-panel" to hide the + username (lp: #812728) + +2011-09-08 21:40:03 +0200 Sebastien Bacher (938c710) + + * Import upstream version 0.3.5.0 + +2011-09-08 19:14:10 +0100 Conor Curran (e8cce2f) + + * bump for release + +2011-09-08 19:09:38 +0100 Conor Curran (52799b8) + + * various switches for the strings on the panel and on the switch + item (tag: 0.3.5.0, refs/bzr/origin/tags/0.3.5.0) + +2011-09-08 18:40:07 +0100 Conor Curran (9aa0ffa) + + * show/hide the name from the panel + +2011-09-08 18:30:52 +0100 Conor Curran (d446a9d) + + * add the new gsettings entry for toggling the visibility of the real + name on the panel + +2011-09-08 16:40:36 +0100 Conor Curran (7787bd6) + + * debugs for mystery bug + +2011-09-08 14:01:36 +0100 Conor Curran (6174b1b) + + * user correct string on switch item unless user actually wants to + show username + +2011-09-08 10:23:55 +0100 Conor Curran (daa6295) + + * merge the display manager's has-guest-account work + +2011-09-08 10:22:06 +0100 Conor Curran (e889dd7) + + * merge the apt handling fixes + +2011-09-07 22:09:01 -0500 Ted Gould (693bdc8) + + * Lots of debug messages for the logout helper + +2011-09-07 21:30:12 +0100 Conor Curran (ba69c33) + + * merge null protection branch + +2011-09-07 21:20:42 +0100 Conor Curran (b85f29b) + + * tidy up + +2011-09-07 21:05:44 +0100 Conor Curran (9c24a23) + + * tidy up + +2011-09-07 21:02:44 +0100 Conor Curran (0bef371) + + * display manager HasGuestAccount now supported + +2011-09-07 16:03:22 +0100 Conor Curran (058f9cb) + + * more hoop jumping for apt + +2011-09-07 15:34:50 +0100 Conor Curran (bc14f0a) + + * more hoop jumping for apt + +2011-09-07 12:04:16 +0100 Conor Curran (d0d4fd5) + + * more revelations with regards the behaviour of the apt dbus 'api' + +2011-09-06 22:09:44 +0200 Sebastien Bacher (f0fea9a) + + * releasing version 0.3.4.3-0ubuntu1 + +2011-09-06 22:09:32 +0200 Sebastien Bacher (4c5b007) + + * * New upstream release. - new gsettings key + "com.canonical.indicator.session user-show-menu" - + "[UIFe]Greeter power menu has cog icon but no settings" + (lp: #838546) + +2011-09-06 22:09:19 +0200 Sebastien Bacher (f3e7aa1) + + * Import upstream version 0.3.4.3 + +2011-09-06 18:24:09 +0100 Conor Curran (433512c) + + * bump version for release (tag: 0.3.4.3, + refs/bzr/origin/tags/0.3.4.3) + +2011-09-06 18:19:12 +0100 Conor Curran (8eb3b24) + + * added new gsettings entry to control visibility of the user menu + +2011-09-06 18:07:55 +0100 Conor Curran (c6857c3) + + * updated the schema entry with the correct key + +2011-09-06 18:07:05 +0100 Conor Curran (f05ddfc) + + * updated the schema entry with the correct key + +2011-09-06 17:59:18 +0100 Conor Curran (46db106) + + * refactor the apt state callback because the use case of real and + simulation were proving far too disparate + +2011-09-06 17:36:25 +0100 Conor Curran (b23c523) + + * change the actual key on the entry + +2011-09-06 16:52:08 +0100 Conor Curran (cf5f363) + + * live cd user should now be turned off via new gsettings entry by + casper + +2011-09-06 16:01:58 +0100 Conor Curran (12f76de) + + * added new field to gsettings to allow to hide the user menu + +2011-09-06 10:57:44 +0100 Conor Curran (0061841) + + * another bug found within the apt-menuitem + +2011-09-05 12:51:47 +0100 Conor Curran (f177b1e) + + * old icon now used when in greeter mode + +2011-09-05 12:25:24 +0100 Conor Curran (9da9edc) + + * protect against a null pointer in the user-dbus-manager + +2011-09-02 12:33:34 -0400 Ken VanDine (6d01875) + + * releasing version 0.3.4.2-0ubuntu1 + +2011-09-02 12:22:01 -0400 Ken VanDine (4faa2c9) + + * Import upstream version 0.3.4.2 + +2011-09-02 16:16:09 +0100 Conor Curran (3f39e98) + + * remove the greeter icon stuff + +2011-09-02 16:06:17 +0100 Conor Curran (40e2c4c) + + * bumped version in prep for release + +2011-09-02 16:03:09 +0100 Conor Curran (ed66b08) + + * apt menuitem should now finally be working properly (tag: 0.3.4.2, + refs/bzr/origin/tags/0.3.4.2) + +2011-09-02 12:11:13 +0100 Conor Curran (a335b8e) + + * make sure to flag restart state in greeter mode also with the right + icon + +2011-09-02 10:10:47 +0100 Conor Curran (374a403) + + * final apt menuitem bugs fixes + +2011-09-01 15:03:40 -0400 Ken VanDine (3b39d2b) + + * releasing version 0.3.4.1-0ubuntu1 + +2011-09-01 15:02:32 -0400 Ken VanDine (a205a6f) + + * - "Reboot Required" menu opens Update Manager, doesn't reboot + (LP: #837658) - indicator-session-service crashed with + SIGSEGV in g_str_hash() (LP: #824243) - + indicator-session-service crashed with SIGSEGV in + g_variant_unref() (LP: #833965) * + +debian/patches/revert_icon_change.patch - revert the + icon change in greeter mode until a UIF exception is + approved * +debian/source/format + +2011-09-01 13:56:33 -0400 Ken VanDine (a550558) + + * merged + +2011-09-01 13:53:47 -0400 Ken VanDine (abcb5c2) + + * Import upstream version 0.3.4.1 + +2011-09-01 13:53:24 -0400 Ken VanDine (8c0fce0) + + * cleaned up changelog + +2011-09-01 13:50:31 -0400 Ken VanDine (52f9a68) + + * * debian/control: Adding a depend on gnome-settings-daemon to + ensure that the required schemas are available. (LP: + #833965) * Upstream Merge * So much stuff... * Desktop + files for system functions * Upstream Merge * GSettings + Fixes * Upstream Merge * GSettings transition * + debian/rules: Adding autoreconf + +2011-09-01 18:30:56 +0100 Conor Curran (ea01f77) + + * ready for 0.3.4.1 (tag: 0.3.4.1, refs/bzr/origin/tags/0.3.4.1) + +2011-09-01 18:23:35 +0100 Conor Curran (383e284) + + * much easier of handling the greeter icon + +2011-08-31 13:45:25 -0500 Ted Gould (a316c5a) + + * releasing version 0.3.3.2-0ubuntu2~ppa1 + +2011-08-31 13:42:50 -0500 Ted Gould (d63ca3b) + + * debian/control: Adding a depend on gnome-settings-daemon to ensure + that the required schemas are available. (LP: #833965) + +2011-08-31 13:38:17 -0500 Ted Gould (3a3145d) + + * Update to Ubuntu Desktop + +2011-08-31 18:32:40 +0100 Conor Curran (07a72b9) + + * various apt handling fixes + +2011-08-31 18:20:08 +0100 Conor Curran (b8b2974) + + * set the menuitem's disposition back to normal just in case + +2011-08-31 18:02:57 +0100 Conor Curran (5f9ec57) + + * tidy up + +2011-08-31 15:51:16 +0100 Conor Curran (c7a50ee) + + * make sure to bring up logout dialog from apt menuitem when restart + is required + +2011-08-31 14:32:07 +0100 Conor Curran (55a1616) + + * tidy up + +2011-08-31 13:19:38 +0100 Conor Curran (254ca42) + + * restart signal actually being sent now properly + +2011-08-31 13:09:57 +0100 Conor Curran (e1a9337) + + * apt race condition handled + +2011-08-30 15:31:52 -0400 Ken VanDine (c1c0603) + + * - in a Guest session user menu is not visible (LP: #834948) - + User name shown as [Invalid UTF-8] in live session (LP: + #837246) + +2011-08-30 15:30:14 -0400 Ken VanDine (9d418cb) + + * New upstream release. + +2011-08-30 15:29:34 -0400 Ken VanDine (c0553de) + + * Import upstream version 0.3.4 + +2011-08-30 17:38:02 +0100 Conor Curran (6ee7c05) + + * bump for release + +2011-08-30 17:33:07 +0100 Conor Curran (039c5e4) + + * merge the guest fixes (tag: 0.3.4, refs/bzr/origin/tags/0.3.4) + +2011-08-30 17:17:19 +0100 Conor Curran (a26d2f0) + + * remove guest checking in generic user list, the guest user is never + included in the user list returned therefore the check is + pointless + +2011-08-30 16:46:28 +0100 Conor Curran (267bef3) + + * remove broken logic concerned with displaying the user menu + +2011-08-30 16:32:43 +0100 Conor Curran (6ce3738) + + * fixed the guest session panel string + +2011-08-30 09:52:28 +0100 Conor Curran (4bc40ec) + + * bump for release (tag: 0.3.3.3, refs/bzr/origin/tags/0.3.3.3) + +2011-08-30 09:49:19 +0100 Conor Curran (1987bc1) + + * protect against incorrect webcam detection + +2011-08-26 10:44:10 -0400 Ken VanDine (9e69882) + + * releasing version 0.3.3.2-0ubuntu1 + +2011-08-26 09:49:36 -0400 Ken VanDine (455e7e4) + + * Import upstream version 0.3.3.2 + +2011-08-26 12:35:27 +0100 Conor Curran (e8375c1) + + * merge in translation fix + +2011-08-26 11:17:26 +0100 Conor Curran (f659aae) + + * fixed the translation bug + +2011-08-25 15:32:58 -0400 Ken VanDine (0625c78) + + * releasing version 0.3.3.1-0ubuntu1 + +2011-08-25 15:25:38 -0400 Ken VanDine (52d107c) + + * Import upstream version 0.3.3.1 + +2011-08-25 19:57:35 +0100 Conor Curran (db495e7) + + * ted's str allocation fixes + +2011-08-25 13:42:14 -0500 Ted Gould (24faed7) + + * Change the function to assume nothing about the parameters and + always allocate a string + +2011-08-25 19:00:01 +0100 Conor Curran (a32abfe) + + * bump for next release + +2011-08-25 18:58:59 +0100 Conor Curran (ae28c6c) + + * fixes for the min users and label on panel for guest (tag: 0.3.3.1, + refs/bzr/origin/tags/0.3.3.1) + +2011-08-25 18:52:42 +0100 Conor Curran (9631736) + + * fix the min users bug plus guest label utf8 issue + +2011-08-25 12:57:19 -0400 Ken VanDine (fe87877) + + * releasing version 0.3.3-0ubuntu2 + +2011-08-25 17:05:41 +0100 Conor Curran (5441c68) + + * protection against dodgy vendor ids provided by udev + +2011-08-25 09:54:54 -0400 Ken VanDine (2f54405) + + * releasing version 0.3.3-0ubuntu1 + +2011-08-25 14:46:09 +0100 Conor Curran (a8fbf33) + + * bumped the dbusmenu version depends + +2011-08-25 09:03:29 -0400 Ken VanDine (6bacf14) + + * * New upstream release. - User menu should still show even if + there is only 1 user (LP: #831758) - Bluetooth item in + menu not needed (LP: #825111) - Newly created users are + not added to the menu until next login (LP: #552048) + - Users list in shutdown menu is not updated on user + deletion (LP: #557608) - should use gsettings rather + than gconf (LP: #656323) + +2011-08-25 08:58:54 -0400 Ken VanDine (ce36ed0) + + * Import upstream version 0.3.3 + +2011-08-25 11:11:50 +0100 Conor Curran (29d61ee) + + * updated po files and bumped for beta release (tag: 0.3.3, + refs/bzr/origin/tags/0.3.3) + +2011-08-25 11:04:58 +0100 Conor Curran (f0031eb) + + * branded attached devices menuitem labels + +2011-08-25 10:57:03 +0100 Conor Curran (cbae3e0) + + * fixed the translations + +2011-08-24 22:03:53 +0100 Conor Curran (e708841) + + * merged teds string fixes and tests + +2011-08-24 21:56:29 +0100 Conor Curran (4bb1329) + + * merge the fixes for gtk2 + +2011-08-24 14:38:05 +0100 Conor Curran (f0b1056) + + * merged the desktop session files branch + +2011-08-24 12:45:58 +0100 Conor Curran (5654480) + + * fix the dot alignment in the gtk2s user widget + +2011-08-24 10:36:58 +0100 Conor Curran (a7004c6) + + * fix that broken trunk + +2011-08-24 10:22:02 +0100 Conor Curran (a11951d) + + * gtk2 user widget drawing fixed + +2011-08-23 16:30:52 -0500 Ted Gould (a73f986) + + * Ignoring the test scripts + +2011-08-23 16:30:32 -0500 Ted Gould (11ee8ff) + + * Fixing those ASCII quotes + +2011-08-23 16:30:22 -0500 Ted Gould (abc80c0) + + * Adding a test to look for various ASCII quotes + +2011-08-23 16:13:25 -0500 Ted Gould (78a38ad) + + * Fix the message + +2011-08-23 16:09:45 -0500 Ted Gould (f4e09af) + + * Add a test to test the space before an ellipsis at the end of a + string + +2011-08-23 15:28:24 -0500 Ted Gould (39806a7) + + * Adding the bin directory as well + +2011-08-23 15:16:40 -0500 Ted Gould (6e6ca9a) + + * Making the desktop files actually install + +2011-08-23 15:07:33 -0500 Ted Gould (4151eaa) + + * Adding a lock screen desktop file as well + +2011-08-23 14:29:06 -0500 Ted Gould (41f7c6c) + + * Fixing the TryExecs and the versions + +2011-08-23 18:17:54 +0100 Conor Curran (430f5bc) + + * set the alert state on the apt item when reboot is required + +2011-08-23 11:24:46 -0500 Ted Gould (b0eef11) + + * * Upstream Merge * So much stuff... * Desktop files for system + functions + +2011-08-23 11:20:56 -0500 Ted Gould (e649284) + + * Adding logout and restart desktop files as well + +2011-08-23 17:14:35 +0100 Conor Curran (c8335da) + + * user menu now shown if guest session is possible also guest name + has been set on the panel + +2011-08-23 11:10:02 -0500 Ted Gould (efe088c) + + * Adding a desktop file for shutting down + +2011-08-23 16:54:52 +0100 Conor Curran (62d5071) + + * removed bluetooth item and labels on webcams and scanners are now + manufacturer specific + +2011-08-23 10:25:11 -0500 Ted Gould (c4d38ac) + + * Activate prototype + +2011-08-23 12:51:51 +0100 Conor Curran (90a91a2) + + * merged user, gsettings and other stuff + +2011-08-22 22:29:53 -0500 Ted Gould (0bae48e) + + * Add a user accounts item on the user menu + +2011-08-22 20:24:56 +0100 Conor Curran (ca8ee2a) + + * uncomment signal subscription that doesn't work + +2011-08-22 20:21:29 +0100 Conor Curran (faa1e43) + + * changed around the sync users so as it can be used to refresh the + user list on any given event + +2011-08-22 19:33:19 +0100 Conor Curran (d6b4964) + + * merged the dynamic users work + +2011-08-22 18:53:35 +0100 Conor Curran (c8b7d9a) + + * don't draw border on default icon + +2011-08-22 18:46:54 +0100 Conor Curran (282f112) + + * tidy up + +2011-08-22 18:45:19 +0100 Conor Curran (2ab97a7) + + * user icon border now being drawn and gtk2 dot also taken care of + +2011-08-22 15:53:07 +0100 Conor Curran (881e921) + + * user images now being loaded into the user menu + +2011-08-22 14:05:48 +0100 Conor Curran (84a7575) + + * used the set aside defines for icon names + +2011-08-22 13:32:00 +0100 Conor Curran (397ce19) + + * ellipsis fixes + +2011-08-22 13:30:24 +0100 Conor Curran (3dd1acc) + + * gsettings port + +2011-08-22 13:24:05 +0100 Conor Curran (5e4789f) + + * bumped for release (tag: 0.3.2, refs/bzr/origin/tags/0.3.2) + +2011-08-21 16:43:49 -0400 Jeremy Bicha (5012f28) + + * Add User Accounts link to bottom of user menu + +2011-08-19 21:39:15 -0500 Ted Gould (6dc0245) + + * Ignoring the test-ellipsis script + +2011-08-19 21:23:57 -0500 Ted Gould (229e92a) + + * Fix all the ellipsis + +2011-08-19 21:23:14 -0500 Ted Gould (af74265) + + * Ensuring a pass is a pass + +2011-08-19 21:01:01 -0500 Ted Gould (a4baeab) + + * Making a bit more generic by using GETTEXT_PACKAGE + +2011-08-19 20:59:21 -0500 Ted Gould (4638f4f) + + * Making a check to see if there is ellipsis in the user visible + strings + +2011-08-19 15:10:56 -0500 Ted Gould (4a40fcc) + + * releasing version 0.3.2-0ubuntu2~ppa2 + +2011-08-19 15:09:41 -0500 Ted Gould (5f9aa66) + + * * Upstream Merge * GSettings Fixes + +2011-08-19 15:09:11 -0500 Ted Gould (09514f4) + + * Using the right schema + +2011-08-19 15:09:03 -0500 Ted Gould (4ee9a57) + + * Fixing key names + +2011-08-19 14:59:22 -0500 Ted Gould (cc42b03) + + * releasing version 0.3.2-0ubuntu2~ppa1 + +2011-08-19 14:57:39 -0500 Ted Gould (e999646) + + * debian/rules: Adding autoreconf + +2011-08-19 14:55:28 -0500 Ted Gould (f7306e0) + + * * Upstream Merge * GSettings transition + +2011-08-19 14:53:29 -0500 Ted Gould (8c4cd90) + + * Merge U. Desktop + +2011-08-19 14:35:39 -0500 Ted Gould (3609853) + + * Don't have that yet + +2011-08-19 14:33:00 -0500 Ted Gould (129061f) + + * Ignoring GSettings generated files and the pot file + +2011-08-19 14:32:38 -0500 Ted Gould (3bd6d50) + + * Adding GSettings Rule + +2011-08-19 14:32:20 -0500 Ted Gould (20b7a5e) + + * Setting up convert script and completing the GSettings transition + including translations + +2011-08-19 14:31:09 -0500 Ted Gould (2838905) + + * Adding GSettings schema and updating C files + +2011-08-19 13:58:37 -0500 Ted Gould (d44d40c) + + * Changing to using the GSettings signals for change + +2011-08-19 13:51:37 -0500 Ted Gould (375ef3a) + + * Changing name of ensure function + +2011-08-19 13:34:48 -0500 Ted Gould (549bf38) + + * Removing the 'gconf' string + +2011-08-19 13:34:13 -0500 Ted Gould (a802b45) + + * Fixing the comment + +2011-08-19 13:33:46 -0500 Ted Gould (2611fa7) + + * Setting the notifications to use the g_settings changed signals + +2011-08-19 13:13:57 -0500 Ted Gould (7f2161b) + + * Change name to settings helper + +2011-08-19 18:14:59 +0100 Conor Curran (2d97d08) + + * remove the debugs + +2011-08-19 18:10:09 +0100 Conor Curran (733c32b) + + * users now dynamically responsive to addition and deletion of users + +2011-08-19 12:03:47 -0500 Ted Gould (44b13c9) + + * ignore generated file + +2011-08-19 12:03:29 -0500 Ted Gould (df3f3b8) + + * Porting the keys for the device and user manager over to use + gsettings + +2011-08-19 11:21:26 -0500 Ted Gould (cb15da3) + + * Comment out notifications so that we can get this compiling again. + +2011-08-19 11:08:30 -0500 Ted Gould (2fe4c36) + + * Dropping gconf from build + +2011-08-19 11:06:40 -0500 Ted Gould (1290c10) + + * Fix getting of all the keys to be settings functions + +2011-08-19 12:50:36 +0100 Conor Curran (0fe1ffd) + + * the beginnings of using gsettings in the gconf helper + +2011-08-19 12:20:08 +0100 Conor Curran (54d0bd4) + + * converted the old gconf schema to gsettings + +2011-08-18 14:51:48 -0400 Ken VanDine (92cb2ff) + + * releasing version 0.3.2-0ubuntu1 + +2011-08-18 14:30:05 -0400 Ken VanDine (7cb7902) + + * Import upstream version 0.3.2 + +2011-08-18 16:25:33 +0100 Conor Curran (dea3599) + + * Ellipses fixes + +2011-08-18 16:21:02 +0100 Conor Curran (26289e5) + + * merged the ellipsis strings fixes + +2011-08-18 15:24:01 +0100 Conor Curran (92765fe) + + * merge in the big fix branch + +2011-08-18 15:19:07 +0100 Conor Curran (d8d6677) + + * updates item fix and restart awareness plus correct icons + +2011-08-18 12:45:50 +0100 Conor Curran (dce6ee5) + + * greeter mode uses to flag whether we are showing the user menu or + not + +2011-08-18 12:27:36 +0100 Conor Curran (fbc3c10) + + * merged mterry's move over to gsettings + +2011-08-18 12:20:19 +0100 Conor Curran (1909ed8) + + * ted's merge in for correctly checking active sessions plus UI now + correct with regards active sessions and guest session is + also in + +2011-08-17 16:12:01 -0500 Ted Gould (c2266fe) + + * Debugging info and a protection + +2011-08-17 15:59:40 -0500 Ted Gould (381110b) + + * After setting up the signals get the initial list of sessions + +2011-08-17 15:53:51 -0500 Ted Gould (f964233) + + * Updated to DBus interface files currently in ConsoleKit and added + the seat files as well + +2011-08-17 16:21:53 -0400 Michael Terry (4e71b29) + + * don't start/lock the screensaver from the login screen + +2011-08-17 18:41:49 +0100 Conor Curran (ce792a6) + + * added some trace to the add sessions for user method + +2011-08-17 13:48:51 +0100 Conor Curran (25abede) + + * put guest item in place and fixed ticked icon on user menu + +2011-08-12 13:23:35 +0100 Conor Curran (95b5c63) + + * fixed the misguided software available flag + +2011-08-11 17:09:16 +0200 Sebastien Bacher (7d476f1) + + * releasing version 0.3.1-0ubuntu2 + +2011-08-11 17:09:03 +0200 Sebastien Bacher (f321046) + + * debian/rules: run intltool-update to update the translations + template (lp: #820705) + +2011-08-10 16:41:57 -0400 Ken VanDine (7ef5e38) + + * releasing version 0.3.1-0ubuntu1 + +2011-08-10 16:34:26 -0400 Ken VanDine (ae81953) + + * * New upstream release. - restart is missing from SessionMenu + (LP: #815077) - Don't allow starting programs via the + greeter indicators (LP: #811853) - Printer menu item + should launch system-config-printer (LP: #818602) - + gudev integration - apt restart required awareness * + debian/control - Added build depends on libgudev-1.0-dev + +2011-08-10 16:23:32 -0400 Ken VanDine (b5eb255) + + * Import upstream version 0.3.1 + +2011-08-10 19:15:18 +0100 Conor Curran (fb32494) + + * bumped for new release + +2011-08-10 19:13:42 +0100 Conor Curran (8289dd6) + + * restart fix + +2011-08-10 19:10:55 +0100 Conor Curran (e0e129c) + + * add the restart to the shutdown dialog + +2011-08-10 18:11:27 +0100 Conor Curran (66ea570) + + * updated the ignores + +2011-08-10 18:08:46 +0100 Conor Curran (830677b) + + * add the new greeter mode + +2011-08-10 18:05:48 +0100 Conor Curran (4e3a03e) + + * printer support corrected + +2011-08-10 18:04:18 +0100 Conor Curran (5663f01) + + * merge the gudev work + +2011-08-10 18:01:29 +0100 Conor Curran (357374a) + + * merged the lightdb dbus changes and the apt restartrequired + awareness + +2011-08-09 12:35:18 +0100 Conor Curran (ddd4474) + + * segfault found and fixed + +2011-08-09 11:32:05 +0100 Conor Curran (014e2b2) + + * fixed memory leaks + +2011-08-09 09:59:20 +0100 Conor Curran (853ad49) + + * and the actual code + +2011-08-05 16:09:59 +0100 Conor Curran (3edbdc1) + + * watch for the restart flag and change the menuitem's title + +2011-08-05 10:20:17 +0100 Conor Curran (7ccf396) + + * cater for scsi type 3 and 6 devices + +2011-08-04 17:53:28 +0100 Conor Curran (8cf9d6a) + + * correct callbacks in place for scanners and webcams + +2011-08-04 17:25:19 +0100 Conor Curran (c1ee13d) + + * trace around this seg fault + +2011-08-04 13:33:06 +0100 Conor Curran (5ba9266) + + * destroying hash tables in finalize + +2011-08-04 13:05:39 +0100 Conor Curran (9cf6aa2) + + * stop leaking tonnes of glists + +2011-08-04 12:32:50 +0100 Conor Curran (c6d97d1) + + * duplicate key input error + +2011-08-04 11:59:50 +0100 Conor Curran (6ec15c2) + + * add scsi scanner detection support + +2011-08-03 18:01:32 +0100 Conor Curran (85e9bcf) + + * refactor of the udev mgr - working nicely + +2011-08-03 17:26:12 +0100 Conor Curran (88d74cf) + + * webcams working nicely + +2011-08-03 11:31:25 -0400 Michael Terry (c09a09f) + + * when used in a greeter, don't show settings links, the user + switcher, or log out links + +2011-08-02 18:14:54 +0100 Conor Curran (933bbfd) + + * certain usb webcams sorted + +2011-08-02 12:19:10 -0400 Michael Terry (f3e3f61) + + * use correct printers command + +2011-08-02 12:18:19 -0400 Michael Terry (b587cf6) + + * update to use LightDM's new interface + +2011-08-01 15:53:28 +0100 Conor Curran (3469e37) + + * usb scanners in place + +2011-08-01 12:05:19 +0100 Conor Curran (8abccb8) + + * usb scanner rules almost there + +2011-07-29 19:54:51 +0100 Conor Curran (435c58b) + + * half way through those usb scanner udev rules + +2011-07-28 12:41:59 -0400 Michael Terry (ab746cb) + + * update interface with LightDM + +2011-07-27 17:23:28 +0100 Conor Curran (764a81d) + + * convenience method added to handle the insertion and startup + detection of scanners + +2011-07-27 16:15:36 +0100 Conor Curran (b4fd0a5) + + * refactor with a more generic utility function + +2011-07-27 12:50:24 +0100 Conor Curran (b806cc0) + + * udev scanner detection working at startup + +2011-07-26 18:23:59 +0100 Conor Curran (8e8a2b8) + + * pattern established as to how to handle these sane rules + +2011-07-26 16:38:53 +0100 Conor Curran (e3b3647) + + * research trace for devices in udev + +2011-07-26 12:48:56 +0100 Conor Curran (bdfda68) + + * fixed gudev segfault + +2011-07-25 18:42:24 +0100 Conor Curran (6dce398) + + * the beginnings of the udev work + +2011-07-22 14:35:37 -0400 Ken VanDine (f0c187f) + + * releasing version 0.3.0-0ubuntu1 + +2011-07-22 14:26:36 -0400 Ken VanDine (9ba850c) + + * - fixed bug where the user menu wouldn't open in unity (LP: + #812728) - Include apt, settings and device menus * + debian/rules - Updated gtk configure args + +2011-07-22 13:42:16 -0400 Ken VanDine (757682f) + + * New upstream release. + +2011-07-22 13:41:06 -0400 Ken VanDine (108cec8) + + * Import upstream version 0.3.0 + +2011-07-22 18:22:37 +0100 Conor Curran (a1a7357) + + * uncomment the disconnect method + +2011-07-22 18:15:55 +0100 Conor Curran (df0f292) + + * moving to 0.3.0 (tag: 0.3.0, refs/bzr/origin/tags/0.3.0) + +2011-07-22 18:12:20 +0100 Conor Curran (2139279) + + * added new files to the po index + +2011-07-22 18:07:00 +0100 Conor Curran (92208b4) + + * bumped version in configure ac in prep for release (tag: 0.2.94, + refs/bzr/origin/tags/0.2.94) + +2011-07-22 18:00:09 +0100 Conor Curran (7ad1a28) + + * apt item partially working + +2011-07-22 17:44:04 +0100 Conor Curran (15469fe) + + * Device menu torn apart and put back together, apt communication up + and going + +2011-07-22 17:40:20 +0100 Conor Curran (ae4e707) + + * fixed issues + +2011-07-22 16:20:27 +0100 Conor Curran (cf52e87) + + * merged Neil's pointer fix + +2011-07-22 15:36:59 +0100 Conor Curran (13452b5) + + * apt progress now reflected dynamically in the menu + +2011-07-22 13:37:16 +0100 Conor Curran (bc829db) + + * transaction object now properly disposed of + +2011-07-22 11:59:15 +0100 Conor Curran (3bfa1c3) + + * suspend plugged back in plus both it and hibernate menuitems should + now be sensitive to changes coming from upower + +2011-07-21 20:48:52 +0100 Conor Curran (f94d6c4) + + * apt transactions working nicely + +2011-07-21 20:23:22 +0100 Conor Curran (7e6cf4c) + + * apt item now sensitive to updates available + +2011-07-21 17:00:41 +0100 Conor Curran (c3a8c16) + + * properties changed signal is being triggered + +2011-07-21 16:38:44 +0100 Conor Curran (d89b98f) + + * transaction object in place + +2011-07-21 14:03:09 +0100 Conor Curran (dfa3b11) + + * trying to figure out if upgrades are needed in progress + +2011-07-21 13:18:47 +0100 Neil Jagdish Patel (c6687bb) + + * Always send the actual pointers to the entry not pointers to copies + +2011-07-20 20:04:10 +0100 Conor Curran (1ac92fe) + + * signals and methods from apt are working somewhat + +2011-07-20 18:17:49 +0100 Conor Curran (ec29419) + + * apt watcher now controlling menuitem with signals and methods in + place + +2011-07-19 19:53:15 +0100 Conor Curran (34a5a72) + + * apt watcher coming along nicely + +2011-07-19 16:58:33 +0100 Conor Curran (123c977) + + * all items in place, now for the gudev backend + +2011-07-19 16:08:27 +0100 Conor Curran (04b9f0b) + + * settings dialog in place + +2011-07-19 13:18:54 +0100 Conor Curran (66af466) + + * system added to device menu, more tidying as we go + +2011-07-19 11:21:02 +0100 Conor Curran (76d7de1) + + * add the udev mgr files + +2011-07-19 11:15:38 +0100 Conor Curran (59c85f0) + + * merged in the device menu split out + +2011-07-19 11:10:24 +0100 Conor Curran (8f5facf) + + * merged dialog behaviour fix + +2011-07-18 20:08:34 +0100 Conor Curran (e226343) + + * user menu abstracted + +2011-07-18 20:04:11 +0100 Conor Curran (b92df90) + + * merged Trevino's gtk2 compilation fix + +2011-07-18 18:17:37 +0100 Conor Curran (5762761) + + * device menu has been isolated + +2011-07-18 12:19:38 +0100 Conor Curran (21edabb) + + * session menu mgr in progress + +2011-07-15 12:58:26 -0400 Ken VanDine (eefb008) + + * releasing version 0.2.93-0ubuntu1 + +2011-07-15 16:26:37 +0100 Conor Curran (797cf05) + + * user menu nicely separated for now, next the session menu + +2011-07-15 12:54:17 +0100 Conor Curran (019030d) + + * first step - it compiles + +2011-07-15 12:07:46 +0100 Conor Curran (a25c68c) + + * please tidy up that user manager + +2011-07-15 12:06:53 +0100 Conor Curran (f32ca61) + + * please tidy up that user manager + +2011-07-14 16:57:09 -0400 Ken VanDine (5a94783) + + * * debian/control - Added Replaces indicator-me + +2011-07-14 14:36:51 -0400 Ken VanDine (417f6e9) + + * New upstream release. + +2011-07-14 14:29:14 -0400 Ken VanDine (bd7fb28) + + * Import upstream version 0.2.93 + +2011-07-14 17:40:43 +0100 Conor Curran (84fb2fd) + + * bumped release version (tag: 0.2.93, refs/bzr/origin/tags/0.2.93) + +2011-07-14 17:38:15 +0100 Conor Curran (358b898) + + * merge in the big menu reorg + +2011-07-14 17:20:38 +0100 Conor Curran (fed6348) + + * changed default return value of get location to 0 + +2011-07-14 17:19:11 +0100 Conor Curran (f4cab4f) + + * ref sink instead of ref on the images and menus + +2011-07-14 16:35:57 +0100 Conor Curran (f2d458b) + + * get location overridden and debugs tidied up + +2011-07-14 13:06:38 +0100 Conor Curran (d8eae0b) + + * dynamic user menu hiding on the way# + +2011-07-13 17:34:03 +0100 Conor Curran (ee23d61) + + * user label fixed for now + +2011-07-13 13:12:00 +0100 Conor Curran (1967b9c) + + * tidied up signals and methods for the session service so as the + users real name should be available and not the icon, icon + should not change on the panel + +2011-07-12 20:17:57 +0100 Conor Curran (8cabcd7) + + * correct icon on the user panel + +2011-07-12 19:48:30 +0100 Conor Curran (6fe9d17) + + * radio button for is-current-user handled + +2011-07-12 16:03:02 +0100 Conor Curran (4998457) + + * the beginnings of the custom user item + +2011-07-11 17:14:57 +0100 Conor Curran (0e39b32) + + * online accounts item added@ + +2011-07-11 15:00:23 +0100 Conor Curran (2d5bc28) + + * user account items shown, items rearranged + +2011-07-11 12:13:50 +0100 Conor Curran (befcd5e) + + * tidied user menu + +2011-07-11 11:58:39 +0100 Conor Curran (1b43dcb) + + * merged trunk to keep up with changes + +2011-07-09 05:57:42 +0200 Marco Trevisan (Treviño) (ff7cd22) + + * configure.ac: include the indicator dir in output + +2011-07-09 05:42:45 +0200 Marco Trevisan (Treviño) (8ab26b1) + + * Get support for gtk+2.0 back + +2011-07-08 11:53:21 +0200 Sebastien Bacher (4d959cd) + + * releasing version 0.2.92-0ubuntu2 + +2011-07-08 15:01:04 +0800 Daniel van Vugt (c596a94) + + * Keep Log Out / Restart / Shut Down dialogs on top (LP: #807357) + +2011-07-07 15:31:59 -0400 Ken VanDine (8560474) + + * releasing version 0.2.92-0ubuntu1 + +2011-07-07 14:52:05 -0400 Ken VanDine (1f2a833) + + * setting to UNRELEASED + +2011-07-07 14:47:12 -0400 Ken VanDine (b81fe69) + + * * New upstream release. (0.2.91) * Integrates with LightDM now + * Moved to libindicator 0.4 * New upstream release. + (0.2.92) * Fixed dist'ing the XML files * + debian/control: Move suggests from gdm to lightdm + +2011-07-07 17:46:00 +0100 Conor Curran (4f53576) + + * icon updates for the user menu panel + +2011-07-07 11:29:50 -0500 Ted Gould (9c47ca9) + + * releasing version 0.2.92-0ubuntu1~ppa1 + +2011-07-07 11:28:46 -0500 Ted Gould (74e0bce) + + * * New upstream release. (0.2.91) * New upstream release. (0.2.92) + * Fixed dist'ing the XML files + +2011-07-07 11:27:52 -0500 Ted Gould (0882ce4) + + * Import upstream version 0.2.92 + +2011-07-07 11:23:40 -0500 Ted Gould (331ab6a) + + * 0.2.92 (tag: 0.2.92, refs/bzr/origin/tags/0.2.92) + +2011-07-07 11:23:24 -0500 Ted Gould (d5e865a) + + * Adding in accounts-service-user.xml as well to dist. Not sure why + this isn't caught by distcheck. + +2011-07-07 11:18:06 -0500 Ted Gould (a823f56) + + * debian/control: Move suggests from gdm to lightdm + +2011-07-07 11:17:08 -0500 Ted Gould (4a1f15a) + + * * New upstream release. * Integrates with LightDM now * Moved + to libindicator 0.4 + +2011-07-07 11:15:42 -0500 Ted Gould (b72bf40) + + * Import upstream version 0.2.91 + +2011-07-07 11:15:18 -0500 Ted Gould (1bfebb7) + + * Sync to U. Desktop + +2011-07-07 11:10:28 -0500 Ted Gould (0de4e5e) + + * 0.2.91 (tag: 0.2.91, refs/bzr/origin/tags/0.2.91) + +2011-07-07 10:53:49 -0500 Ted Gould (c2f17c8) + + * LightDM integration + +2011-07-07 10:48:37 -0500 Ted Gould (67a17a4) + + * Migrating to libindicator 0.4 + +2011-07-07 10:48:22 -0500 Ted Gould (45a5771) + + * Removing unused result variable + +2011-07-07 14:31:39 +0100 Conor Curran (6721214) + + * user label is now updated dynamically + +2011-07-07 14:07:59 +0100 Conor Curran (b59889f) + + * added the username to the panel + +2011-07-07 11:42:24 +0100 Conor Curran (c79e416) + + * icon now being shown on the panel for devices + +2011-07-07 10:29:47 +0100 Conor Curran (d0532a0) + + * merged ted's fixes + +2011-07-06 13:12:35 -0500 Ted Gould (097f3b1) + + * Making sure that users has the same dbus name as session as there + is one process. + +2011-07-06 12:18:59 -0500 Ted Gould (052462b) + + * Remvoing unused result + +2011-07-06 17:55:08 +0100 Conor Curran (b2a247c) + + * tidy up + +2011-07-05 18:28:22 +0100 Conor Curran (9ee6a25) + + * code tidied, menu splittage in progress + +2011-07-05 16:57:20 +0100 Conor Curran (147a832) + + * split out the menus + +2011-07-05 16:10:58 +1000 Robert Ancell (5efc993) + + * Integrate with LightDM + +2011-07-04 17:14:32 +0100 Conor Curran (170728d) + + * menus split somewhat + +2011-07-02 16:31:36 +0100 Conor Curran (c972f09) + + * compiling at least + +2011-07-01 16:18:56 +0100 Conor Curran (61e02bb) + + * initial menu reshuffle in progress + +2011-06-28 10:45:23 -0400 Ken VanDine (31c18f6) + + * releasing version 0.2.90-0ubuntu3 + +2011-06-23 10:06:24 -0400 Ken VanDine (492e744) + + * releasing version 0.2.90-0ubuntu2 + +2011-06-22 12:36:58 -0400 Ken VanDine (aa4219b) + + * releasing version 0.2.90-0ubuntu1 + +2011-06-22 12:12:51 -0400 Ken VanDine (5d83732) + + * * New upstream release. * GTK3 support + +2011-06-21 10:42:34 -0500 Ted Gould (81976a2) + + * releasing version 0.2.90-0ubuntu1~ppa1 + +2011-06-21 10:40:16 -0500 Ted Gould (950a4a3) + + * * New upstream release. * GTK3 support + +2011-06-21 10:39:54 -0500 Ted Gould (026af1c) + + * Import upstream version 0.2.90 + +2011-06-21 10:39:37 -0500 Ted Gould (e96275d) + + * Sync to U. Desktop + +2011-06-21 10:26:40 -0500 Ted Gould (e94209b) + + * 0.2.90 (tag: 0.2.90, refs/bzr/origin/tags/0.2.90) + +2011-06-12 14:42:53 +0200 Gabor Kelemen (5f2c8d9) + + * Use ellipsis character instead of full stops. Fixes LP: 621339 + +2011-06-10 14:28:37 -0500 Ted Gould (29fe1a9) + + * GTK3 Support + +2011-05-31 16:59:14 -0500 Ted Gould (9b9d8e1) + + * Adding in support for switching to the classic session + +2011-05-26 11:54:30 -0400 Michael Terry (6eb44e9) + + * port to gtk3; allow building with gtk2 + +2011-05-12 11:30:04 +0200 Ted Gould (9258cd8) + + * Eh, forgot the .in.in files + +2011-05-12 11:28:06 +0200 Ted Gould (b3c1ec1) + + * Making the desktop translatable + +2011-05-12 11:18:08 +0200 Ted Gould (eb2890f) + + * Disting the shell files + +2011-05-12 11:16:26 +0200 Ted Gould (1674442) + + * Building and installing the files + +2011-05-12 00:22:21 +0200 Ted Gould (6a43af0) + + * Connecting in the build system + +2011-05-12 00:20:05 +0200 Ted Gould (4fba533) + + * Getting the base files in. + +2011-04-14 17:37:34 -0400 Ken VanDine (5b8ee3c) + + * releasing version 0.2.17-0ubuntu1 + +2011-04-14 16:06:06 -0500 Ted Gould (0703b4a) + + * releasing version 0.2.17-0ubuntu1~ppa1 + +2011-04-14 16:04:45 -0500 Ted Gould (fe3ef8f) + + * * New upstream release. * Don't die if we can't send an image + update (LP: #747818) + +2011-04-14 16:03:51 -0500 Ted Gould (4520257) + + * Import upstream version 0.2.17 + +2011-04-14 16:03:43 -0500 Ted Gould (6653e29) + + * Sync with U. Desktop + +2011-04-14 15:57:46 -0500 Ted Gould (f133202) + + * 0.2.17 (tag: 0.2.17, refs/bzr/origin/tags/0.2.17) + +2011-04-14 11:17:53 -0500 Ted Gould (e3dd4ae) + + * Don't crash, especially for something so small + +2011-04-13 09:17:26 -0500 Ted Gould (783f4a8) + + * Attaching bug + +2011-04-13 09:17:11 -0500 Ted Gould (0f13ffc) + + * It sucks that the icon wouldn't change, but eh, not worth aborting + over. + +2011-04-07 15:24:04 -0400 Ken VanDine (326b407) + + * releasing version 0.2.16-0ubuntu1 + +2011-04-07 12:46:04 -0500 Ted Gould (b569657) + + * releasing version 0.2.16-0ubuntu1~ppa1 + +2011-04-07 12:44:55 -0500 Ted Gould (44fd7dd) + + * New upstream release. + +2011-04-07 12:44:29 -0500 Ted Gould (15acda1) + + * Import upstream version 0.2.16 + +2011-04-07 12:40:44 -0500 Ted Gould (bb5c9ee) + + * 0.2.16 (tag: 0.2.16, refs/bzr/origin/tags/0.2.16) + +2011-04-05 16:41:29 -0500 Ted Gould (52be839) + + * releasing version 0.2.15-0ubuntu2~ppa1 + +2011-04-05 16:38:21 -0500 Ted Gould (f3ab86a) + + * * Upstream Merge * Don't error and crash Unity (LP: #745323) + +2011-04-05 16:37:29 -0500 Ted Gould (5d18816) + + * Sync to U. Desktop + +2011-04-05 16:36:00 -0500 Ted Gould (13c471d) + + * Only warn when not getting the proxy, so we don't bring Unity down + +2011-04-04 22:59:32 -0500 Ted Gould (5c17122) + + * Removing a g_error so we don't bring the whole kit-and-kaboodle + down. + +2011-03-10 18:22:27 -0500 Ken VanDine (fa469a6) + + * releasing version 0.2.15-0ubuntu1 + +2011-03-10 16:10:22 -0600 Ted Gould (6e0ddb7) + + * releasing version 0.2.15-0ubuntu1~ppa1 + +2011-03-10 16:09:08 -0600 Ted Gould (eb8f43e) + + * New upstream release. ∘ Support adding arbitrary items to the end + of the session menu. (LP: #727823) ∘ Call guest session + with --no-lock to ensure there is no double locking (LP: + #636693) + +2011-03-10 16:07:12 -0600 Ted Gould (4097a4c) + + * Import upstream version 0.2.15 + +2011-03-10 16:06:39 -0600 Ted Gould (073fb07) + + * Sync to U. Desktop + +2011-03-10 16:02:01 -0600 Ted Gould (7db402b) + + * 0.2.15 (tag: 0.2.15, refs/bzr/origin/tags/0.2.15) + +2011-03-10 16:01:05 -0600 Ted Gould (746fdd2) + + * Use the --no-lock parameter + +2011-03-10 15:49:10 -0600 Ted Gould (ed671c8) + + * Add the --no-lock option to activate the session. + +2011-03-10 15:24:10 -0600 Ted Gould (d7b132d) + + * Looking in a directory for extra launchers + +2011-03-10 15:22:57 -0600 Ted Gould (5cf6274) + + * Embed the function so it's not one separator ever, but once per run + +2011-03-10 15:09:45 -0600 Ted Gould (81022fc) + + * Add some cleanup and some comments + +2011-03-10 15:04:33 -0600 Ted Gould (cb771e5) + + * Sort the launchers + +2011-03-10 14:56:45 -0600 Ted Gould (80719b6) + + * Reducing the scope of some of our variables + +2011-03-10 14:55:37 -0600 Ted Gould (454b911) + + * Closing the directory after we're done with it + +2011-03-10 14:54:59 -0600 Ted Gould (2426a21) + + * Putting the appinfo's into a list so that we can sort them + +2011-03-10 16:11:02 +0100 Martin Pitt (5f49c2d) + + * Drop support for indicator-session-extra.desktop + +2011-03-10 11:11:44 +0100 Martin Pitt (f96caa9) + + * Add support for extra launcher dir + +2011-02-17 15:36:31 -0500 Ken VanDine (2c72a12) + + * releasing version 0.2.14-0ubuntu1 + +2011-02-17 13:31:42 -0600 Ted Gould (220d1bb) + + * releasing version 0.2.14-0ubuntu1~ppa1 + +2011-02-17 13:30:24 -0600 Ted Gould (0f8285c) + + * debian/control: Bumping libindicator dep to 0.3.19 + +2011-02-17 13:30:01 -0600 Ted Gould (c8b0c8d) + + * * New upstream release. * Adding in accessible description + +2011-02-17 13:29:07 -0600 Ted Gould (54dde17) + + * Import upstream version 0.2.14 + +2011-02-17 13:28:47 -0600 Ted Gould (4209721) + + * Sync with U. Desktop + +2011-02-17 13:21:35 -0600 Ted Gould (f4cdae1) + + * 0.2.14 (tag: 0.2.14, refs/bzr/origin/tags/0.2.14) + +2011-02-17 13:21:19 -0600 Ted Gould (110a126) + + * Adding an accessible description + +2011-02-17 13:19:30 -0600 Ted Gould (fc71071) + + * Increasing the libindicator version + +2011-02-14 16:02:01 +1100 Luke Yelavich (8970d61) + + * Make the word session translatable + +2011-02-14 15:17:40 +1100 Luke Yelavich (6545bca) + + * Add accessible_desc support + +2011-02-11 12:31:58 -0500 Ken VanDine (51e2f14) + + * releasing version 0.2.13-0ubuntu1 + +2011-02-11 11:14:10 -0600 Ted Gould (9f17c47) + + * releasing version 0.2.13-0ubuntu1~ppa1 + +2011-02-11 11:12:42 -0600 Ted Gould (55fc53b) + + * * New upstream release. * Making text in logout dialog + unselectable + +2011-02-11 11:11:37 -0600 Ted Gould (633567c) + + * Import upstream version 0.2.13 + +2011-02-11 11:11:16 -0600 Ted Gould (0def75a) + + * Merge U. Desktop + +2011-02-11 10:35:42 -0600 Ted Gould (a5e8b16) + + * 0.2.13 (tag: 0.2.13, refs/bzr/origin/tags/0.2.13) + +2011-02-08 21:03:21 -0600 Ted Gould (9498ffa) + + * Make message dialog internals un-selectable + +2011-02-06 18:22:03 -0800 Matthew Rasmus (35dcf67) + + * Fix for lp:597317 + +2011-01-28 12:57:54 -0500 Ken VanDine (78f1b8f) + + * releasing version 0.2.12-0ubuntu1 + +2011-01-28 11:20:02 -0600 Ted Gould (89ddc9a) + + * releasing version 0.2.12-0ubuntu1~ppa1 + +2011-01-28 11:18:46 -0600 Ted Gould (89abeb7) + + * * New upstream release. * Fix service file names * Add log + domain * Fix dbusmenu prototypes + +2011-01-28 11:18:04 -0600 Ted Gould (259beb1) + + * Import upstream version 0.2.12 + +2011-01-28 11:17:07 -0600 Ted Gould (7084edf) + + * Sync to U. Desktop + +2011-01-28 11:14:53 -0600 Ted Gould (5c4584e) + + * 0.2.12 (tag: 0.2.12, refs/bzr/origin/tags/0.2.12) + +2011-01-28 11:14:45 -0600 Ted Gould (25bde6b) + + * Fixing prototypes to match dbusmenu + +2011-01-18 12:15:18 -0600 Ted Gould (15b71cd) + + * Fixing log domain and dist + +2011-01-17 11:12:35 -0600 Ted Gould (ca79c8f) + + * Adding in log domains for messages + +2011-01-17 11:07:12 -0600 Ted Gould (522ff81) + + * Oops, up to trunk we go. + +2011-01-17 11:05:13 -0600 Ted Gould (e6737ea) + + * Removing the indicator-users service file as we don't build this + anymore. + +2011-01-17 11:03:45 -0600 Ted Gould (0639bc1) + + * Changing service files + +2011-01-14 13:25:33 -0600 Ken VanDine (0aa7d57) + + * releasing version 0.2.11-0ubuntu1 + +2011-01-14 13:20:15 -0600 Ken VanDine (b5fa507) + + * Import upstream version 0.2.11 + +2011-01-14 13:18:34 -0600 Ken VanDine (b611f77) + + * version bump, 0.2.11 (tag: 0.2.11, refs/bzr/origin/tags/0.2.11) + +2011-01-13 21:07:18 -0600 Ken VanDine (60da979) + + * dbus interface rename, com.canonical + +2011-01-13 21:01:50 -0600 Ken VanDine (de3f204) + + * Merged gdbus/dbusmenu 0.4 port from Michael Terry + +2011-01-11 12:59:35 -0600 Michael Terry (c36a4eb) + + * and cancel the cancel object + +2011-01-11 12:07:58 -0600 Michael Terry (3f91473) + + * also dispose of canel object + +2011-01-11 10:48:07 -0600 Michael Terry (367a690) + + * port to gdbus and dbusmenu 0.4 + +2010-12-09 13:08:56 -0500 Ken VanDine (ce36877) + + * releasing version 0.2.10-0ubuntu4 + +2010-09-29 15:20:25 +0200 Sebastien Bacher (5947d61) + + * releasing version 0.2.10-0ubuntu3 + +2010-09-28 16:59:35 -0500 Ted Gould (e2f2f72) + + * Sync to Ubuntu Desktop + +2010-09-22 18:43:53 +0200 Didier Roche (81c9b38) + + * releasing version 0.2.10-0ubuntu2 + +2010-09-22 18:41:22 +0200 Didier Roche (74ef215) + + * releasing version 0.2.10-0ubuntu2 + +2010-09-22 11:09:16 +0200 Didier Roche (33a4046) + + * * Rebuild for libindicator ABI change (LP: #637692) * + debian/control: depends on latest libindicator-dev + +2010-09-21 16:14:43 -0500 Ted Gould (c3557c8) + + * Generating Changelog and AUTHORS by make dist + +2010-09-03 13:56:03 -0500 Ted Gould (5c35a96) + + * releasing version 0.2.10-0ubuntu1~ppa2 + +2010-09-03 13:55:24 -0500 Ted Gould (8da28b3) + + * * Upstream Merge * Ignoring an invalid error message (LP: + #611257) + +2010-09-03 13:54:05 -0500 Ted Gould (911d220) + + * Don't look at an invalid message. + +2010-09-01 15:22:20 -0500 Ted Gould (b043a8c) + + * Removing the error messages as it's not always initialized + properly. + +2010-08-12 15:20:44 -0400 Ken VanDine (3ae38c2) + + * releasing version 0.2.10-0ubuntu1 + +2010-08-12 11:43:01 -0500 Ted Gould (e843516) + + * releasing version 0.2.10-0ubuntu1~ppa1 + +2010-08-12 11:40:24 -0500 Ted Gould (7c5140a) + + * * New upstream release. * Fix to lock screen so that the menu + item is always to lock the screen. * Fix + capitalization of complete update message. + +2010-08-12 11:37:15 -0500 Ted Gould (5988e5b) + + * Import upstream version 0.2.10 + +2010-08-12 11:36:52 -0500 Ted Gould (3b35909) + + * Merge in Ubuntu Desktop + +2010-08-12 11:32:35 -0500 Ted Gould (3b5cc00) + + * 0.2.10 (tag: 0.2.10, refs/bzr/origin/tags/0.2.10) + +2010-08-12 09:17:03 -0500 Ted Gould (1199419) + + * Fixing the lock screen functionality to match the new design. + +2010-08-12 09:16:33 -0500 Ted Gould (2189e18) + + * Fixing captialization of the completion string. + +2010-08-06 15:58:55 -0500 Ted Gould (4155034) + + * Linking to bug 599848 + +2010-08-06 13:45:10 -0500 Ted Gould (c5f528c) + + * Add and accel group to the indicator for the shortcut + +2010-08-06 13:40:30 -0500 Ted Gould (fcf32db) + + * Putting the shortcut on the menuitem + +2010-08-06 12:01:20 -0500 Ted Gould (fbed796) + + * Set up the listener for the keybinding + +2010-08-06 11:58:25 -0500 Ted Gould (b423aba) + + * Getting keybinding defines + +2010-08-06 10:57:11 -0500 Ted Gould (306e8f6) + + * Making it so that lock_screen always locks the screen + +2010-08-06 10:43:18 -0500 Ted Gould (e86e25a) + + * Removing the ability to have the menu item say anything other than + 'Lock Screen' + +2010-08-05 12:47:16 +0200 Sebastien Bacher (0990eec) + + * releasing version 0.2.9-0ubuntu1 + +2010-08-05 12:45:17 +0200 Sebastien Bacher (f421d12) + + * * New upstream release: - Change "Restart Required..." to + "Restart To Complete Update..." (lp: #586928) - + Ellipsized strings. + +2010-08-05 12:41:11 +0200 Sebastien Bacher (906f792) + + * Import upstream version 0.2.9 + +2010-08-02 09:04:57 -0500 Cody Russell (453b8f9) + + * Bump version. + +2010-08-02 08:50:07 -0500 Cody Russell (ae2af4b) + + * Ellipsize + +2010-07-31 18:27:50 +0530 vish (7978263) + + * Changing 'Restart Required' to 'Restart To Complete Update' + +2010-04-09 21:02:15 +0200 Sebastien Bacher (a54ccde) + + * releasing version 0.2.8-0ubuntu2 + +2010-04-09 20:59:20 +0200 Sebastien Bacher (ef92fb6) + + * releasing version 0.2.8-0ubuntu1~ppa1 + +2010-04-09 11:14:30 -0500 Ted Gould (dda06df) + + * releasing version 0.2.8-0ubuntu1~ppa1 + +2010-04-09 11:07:01 -0500 Ted Gould (b26a556) + + * New upstream release. + +2010-04-09 11:05:57 -0500 Ted Gould (469cf99) + + * Import upstream version 0.2.8 + +2010-04-09 11:02:38 -0500 Ted Gould (dae6d7d) + + * Turning off merge support for bd + +2010-04-09 10:58:45 -0500 Ted Gould (1ed276d) + + * 0.2.8 (tag: 0.2.8, refs/bzr/origin/tags/0.2.8) + +2010-04-07 13:48:03 -0500 Ted Gould (8adaef5) + + * releasing version 0.2.7-0ubuntu1~ppa3 + +2010-04-07 13:45:47 -0500 Ted Gould (d268b36) + + * * Upstream Merge * Making restart and shutdown items configurable + (LP: #548810) + +2010-04-07 13:45:00 -0500 Ted Gould (9c92ecc) + + * Sync to trunk + +2010-04-07 13:44:46 -0500 Ted Gould (a40be08) + + * Make restart and shutdown configurable with GConf + +2010-04-06 22:36:20 -0500 Ted Gould (e3391af) + + * releasing version 0.2.7-0ubuntu1~ppa3~conf1 + +2010-04-06 22:34:18 -0500 Ted Gould (dfc07e2) + + * * Upstream Merge * Making restart and shutdown items configurable + (LP: #548810) + +2010-04-06 22:33:17 -0500 Ted Gould (cf5ace2) + + * releasing version 0.2.7-0ubuntu1~ppa2 + +2010-04-06 22:26:24 -0500 Ted Gould (9449b85) + + * * Upstream Merge * Changing 'Sleep' to 'Suspend' (LP: #547102) + * Fixing translations helper text (LP: #547131) * + Passing correct object to callback (LP: #543393) * + Ignoring malformed message (LP: #548620) + +2010-04-06 17:26:41 -0500 Ted Gould (58cb1d4) + + * Check to see if the shutdown and restart items should be shown on + first run. + +2010-04-06 17:25:22 -0500 Ted Gould (54f8f8b) + + * Changing prototype to not have the same info twice. + +2010-04-06 17:25:05 -0500 Ted Gould (234ca9c) + + * Filling out everything to check and update the shutdown/restart + items + +2010-04-06 17:24:42 -0500 Ted Gould (07dcd3f) + + * Adding the restart and shutdown keys and functions to check them. + +2010-04-06 16:56:04 -0500 Ted Gould (fd1e692) + + * Formatting + +2010-04-06 16:54:46 -0500 Ted Gould (79c9706) + + * Adding configuration options for the restart menuitem and the + shutdown one. + +2010-04-06 15:52:05 -0500 Ted Gould (e822834) + + * Not printing a message that is sometimes invalid. + +2010-04-06 15:51:42 -0500 Ted Gould (d2416a6) + + * Passing the right object in the guest activate callback. + +2010-04-06 11:58:39 -0500 Ted Gould (a3d3df3) + + * Attaching bug + +2010-04-06 11:58:16 -0500 Ted Gould (7a7161a) + + * Adding some protection. We should always use protection. + +2010-04-06 11:49:10 -0500 Ted Gould (a8a5221) + + * Actually pass the service in the callback + +2010-04-01 21:27:28 -0500 Ted Gould (953b64b) + + * Seems that the message isn't always valid + +2010-03-31 15:09:51 -0500 Ted Gould (5e7e4f6) + + * Switching 'Sleep' to 'Suspend' + +2010-03-29 14:08:51 -0500 Ted Gould (879330a) + + * Use contexts correctly. + +2010-03-29 14:08:16 -0500 Gabor Kelemen (cbbb96c) + + * Use contexts properly + +2010-03-25 13:09:23 -0500 Ted Gould (e100d55) + + * Changing the menu item to 'Suspend' + +2010-03-25 09:40:38 -0500 Ted Gould (56a250c) + + * releasing version 0.2.7-0ubuntu1~ppa1 + +2010-03-25 09:37:57 -0500 Ted Gould (4797449) + + * * Upstream release 0.2.7 * Remove + debian/patches/restore_lock_screen.patch added by + downstream. + +2010-03-25 09:34:34 -0500 Ted Gould (791f0b4) + + * 0.2.7 (tag: upstream-0.2.7, tag: 0.2.7, + refs/bzr/origin/tags/upstream-0.2.7, + refs/bzr/origin/tags/0.2.7) + +2010-03-25 09:28:26 -0500 Ted Gould (e0253f4) + + * releasing version 0.2.6-0ubuntu3~ppa3 + +2010-03-25 09:26:32 -0500 Ted Gould (c310593) + + * * Upstream Merge * Adding a switch for translators if the "Switch + From" translation doesn't make sense (LP: #545893) + +2010-03-25 09:22:11 -0500 Ted Gould (14f57ce) + + * Adding a switch for translations that don't have a useful 'Switch + From' + +2010-03-24 17:00:36 -0500 Ted Gould (9abd35d) + + * releasing version 0.2.6-0ubuntu3~ppa2 + +2010-03-24 16:58:14 -0500 Ted Gould (3c81ea2) + + * * Upstream Merge * Scale avatar icons to menu size (LP: #542505) + +2010-03-24 16:43:32 -0500 Ted Gould (eff99e5) + + * Properly scale avatars if they are too large. + +2010-03-24 16:39:57 -0500 Ted Gould (57f27aa) + + * Adding in a check to see if the translator would like to fallback + to not using the username. + +2010-03-24 16:24:26 -0500 Ted Gould (b0d252a) + + * Flipping things around a little bit so that if we get an error, + we'll still build the default icon. + +2010-03-24 15:35:00 -0500 Ted Gould (bb6754e) + + * Scale the avatars to be ICON_SIZE_MENU + +2010-03-24 10:28:32 -0500 Ted Gould (983ebf8) + + * releasing version 0.2.6-0ubuntu3~ppa1 + +2010-03-24 10:25:25 -0500 Ted Gould (1e6cf58) + + * Remove debian/patches/restore_lock_screen.patch + +2010-03-24 10:25:03 -0500 Ted Gould (3ce500e) + + * * Upstream Merge * Fix strings to have all be "Shut Down" (LP: + #545578) + +2010-03-24 10:23:44 -0500 Ted Gould (74bbdf0) + + * Updating to Ubuntu desktop + +2010-03-24 10:09:04 -0500 Ted Gould (69caf1c) + + * String fix for some not backed out. + +2010-03-23 20:12:19 -0500 Ted Gould (b59479b) + + * Fixes bug 545578 + +2010-03-23 20:11:52 -0500 Ted Gould (50efa94) + + * Missed the 'Switch Off' texts in the dialog. + +2010-03-23 18:59:37 +0100 Sebastien Bacher (81db148) + + * releasing version 0.2.6-0ubuntu2 + +2010-03-18 15:51:49 -0400 Ken VanDine (585f118) + + * releasing version 0.2.6-0ubuntu1 + +2010-03-18 14:22:44 -0500 Ted Gould (66c6817) + + * releasing version 0.2.6-0ubuntu1~ppa1 + +2010-03-18 14:20:40 -0500 Ted Gould (2ab6232) + + * debian/control: Require libindicator 0.3.5 + +2010-03-18 14:19:39 -0500 Ted Gould (2b2e31f) + + * Upstream release 0.2.6 ∘ Updating sessions to make guest account + marked when being used (LP: #436030) ∘ String "Switch + From" is miscapitalized (LP: #540265) ∘ Follow user + switching lockdown key (LP: #504360) ∘ Use user avatar + images in session menu (LP: #436028) ∘ Don't show + suspend/hibernate if disabled in Policy Kit (LP: #432598) + ∘ Lock screen when switching users (LP: #536801) ∘ Fix + callback prototype (LP: #536990) ∘ Revert back to "Shut + Down" instead of "Switch Off" (LP: #540056) ∘ Fix leaked + GConf notifications ∘ Add GConf key for showing the "Log + Out" item ∘ Adding the ability to specify a desktop file + to have at the end of the menu. ∘ Setting up restart + required notification by changing panel icon and icon in + menus. ∘ Use the libindicator image helpers ∘ Set proper + translation domain for loadable indicator ∘ Translation + update + +2010-03-18 14:17:29 -0500 Ted Gould (631d34a) + + * Updating to Ubuntu Desktop + +2010-03-18 14:16:19 -0500 Ted Gould (f1095e5) + + * 0.2.6 (tag: 0.2.6, refs/bzr/origin/tags/0.2.6) + +2010-03-18 14:01:25 -0500 Ted Gould (1c7fe73) + + * Reverting from 'Switch Off' to 'Shut Down' + +2010-03-18 13:50:42 -0500 Ted Gould (efedfa6) + + * Handle updating of sessions and mark the guest account when it has + an open session. + +2010-03-18 13:50:05 -0500 Ted Gould (c4a714f) + + * Only lock screensaver if the screensaver is set to lock. + +2010-03-18 13:48:42 -0500 Ted Gould (e6bf7bb) + + * Using an icon for users or a stock item if they don't have an icon. + +2010-03-17 22:30:45 -0500 Ted Gould (5704cdb) + + * Linking to 436030 + +2010-03-17 22:29:37 -0500 Ted Gould (a4d38cd) + + * Linking to 436028 + +2010-03-17 20:00:18 -0500 Ted Gould (e89ea26) + + * Changing the case of 'Switch From' + +2010-03-17 19:59:24 -0500 Ted Gould (64058bd) + + * Updating the PO files and removing the fuzzy on the case change. + +2010-03-17 19:49:56 -0500 Ted Gould (025f0e0) + + * Updating to Ubuntu translations + +2010-03-17 19:48:52 -0500 Ted Gould (0d2ee23) + + * Merging in the Ubuntu translations gotten as a tarball from + Launchpad + +2010-03-17 19:46:22 -0500 Ted Gould (1ef2ab7) + + * Adding in new languages. + +2010-03-17 19:45:18 -0500 Ted Gould (bbc9ff5) + + * Adding in the Ubuntu Translator's translations + +2010-03-17 16:55:44 -0500 Ted Gould (c3d3a6b) + + * Getting the horizontal padding for a nice spacing between widgets. + +2010-03-17 16:50:28 -0500 Ted Gould (e879ad7) + + * Handling the file URIs + +2010-03-17 16:50:13 -0500 Ted Gould (d2e52c5) + + * Moving debug message + +2010-03-17 16:38:31 -0500 Ted Gould (e94cf5b) + + * Check to ensure the file exists. + +2010-03-17 16:36:53 -0500 Ted Gould (4e4246d) + + * Nice debugging message. + +2010-03-17 16:33:05 -0500 Ted Gould (2f000c8) + + * Using proper icon. + +2010-03-17 16:26:16 -0500 Ted Gould (3564afb) + + * Setting the user icon + +2010-03-17 16:24:00 -0500 Ted Gould (23b8dc2) + + * Building an icon based on teh icon props + +2010-03-17 16:23:49 -0500 Ted Gould (7ddf670) + + * Some properties for putting icons on the user items. + +2010-03-17 15:28:46 -0500 Ted Gould (6a37283) + + * Watch for the logged in property changing and hide or show the + logged in widget depending on it. + +2010-03-17 15:20:21 -0500 Ted Gould (1d79b92) + + * Some debugging an checking to ensure the menu item is not NULL + +2010-03-17 15:05:46 -0500 Ted Gould (8ab1eb8) + + * Uhg, false sucks. + +2010-03-17 14:00:06 -0500 Ted Gould (89fe9da) + + * Using defines to make sure the strings are right. + +2010-03-17 10:56:28 -0500 Ted Gould (05b52fc) + + * Switching to getting locked proxies. Just to have more error + handling. + +2010-03-17 10:47:09 -0500 Ted Gould (6233fb6) + + * Fix capitalization of 'Switch From' + +2010-03-17 08:15:09 -0500 Ted Gould (494bb4f) + + * Switching to the generated dbus interface + +2010-03-17 08:09:07 -0500 Ted Gould (8b77c4f) + + * Grabbing the session interface from consolekit + +2010-03-16 22:58:30 -0500 Ted Gould (da26ce1) + + * Switching to using sesson proxies for the session we want to look + at instead of our session + +2010-03-16 22:23:37 -0500 Ted Gould (6193ab2) + + * Setting the logged in parameter on the guest item and tracking the + session ID of the guest session. + +2010-03-16 21:58:59 -0500 Ted Gould (2e0cbb1) + + * Setting the guest item once it gets built. + +2010-03-16 21:56:38 -0500 Ted Gould (7e38445) + + * Adding a guest_item for the guest menu item and a function to set + it. + +2010-03-16 21:52:29 -0500 Ted Gould (8dddf3f) + + * When a session is added or removed we need to change the state of + that user item. + +2010-03-16 21:47:45 -0500 Ted Gould (6b1354f) + + * Setting the menuitem for the user. + +2010-03-16 21:46:42 -0500 Ted Gould (41fb450) + + * Adding a menuitem property to the user data structure. + +2010-03-16 20:51:22 -0500 Ted Gould (5a06c70) + + * Switching both of these function to using the generated header + file. + +2010-03-16 20:42:58 -0500 Ted Gould (1a451a7) + + * Building a proxy to the local display factory + +2010-03-16 20:32:20 -0500 Ted Gould (9d36c20) + + * Adding in the GDM local display DBus interface spec. + +2010-03-16 19:58:54 -0500 Ted Gould (94cd451) + + * Adding a way to activate the guest session through GDM + +2010-03-16 17:03:40 -0500 Ted Gould (c503280) + + * Track whether we've setup GConf notification and unregister on + update. + +2010-03-16 16:52:17 -0500 Ted Gould (6eea265) + + * Make sure to call to activate teh screensaver if we can't lock it. + Oh, and that takes a reply. + +2010-03-16 16:36:28 -0500 Ted Gould (c0b109e) + + * Splitting out the params here. + +2010-03-16 16:35:01 -0500 Ted Gould (02de3c1) + + * Forgot to make this static. + +2010-03-16 16:27:07 -0500 Ted Gould (62e8f11) + + * Adding lock-helper.c in as it has translatable strings now. + +2010-03-16 16:26:29 -0500 Ted Gould (c8438f9) + + * Adding in the mechanism to actually do the callback and change the + label. + +2010-03-16 16:16:50 -0500 Ted Gould (c5050f0) + + * Connecting in the update item. + +2010-03-16 16:16:00 -0500 Ted Gould (0b15517) + + * Adding a function for updating the logout menuitem. + +2010-03-16 16:02:04 -0500 Ted Gould (9bf67d5) + + * Instead of making the item disabled, change the text when we won't + lock the screen. + +2010-03-16 15:44:41 -0500 Ted Gould (5bb98fd) + + * Tracking the notifications, so that we can unregister them with new + menus. + +2010-03-16 14:47:59 -0500 Ted Gould (1e43b72) + + * Sync up to trunk. + +2010-03-16 14:47:41 -0500 Ted Gould (0cfa0d1) + + * Bad boolean + +2010-03-16 14:44:39 -0500 Ted Gould (29e2c7e) + + * Add in the key for locking the screen and making that part of + will_lock + +2010-03-16 10:06:31 -0500 Ted Gould (87d0374) + + * When switching users try to lock the screen + +2010-03-16 10:05:14 -0500 Ted Gould (e1afff1) + + * If policy kit disables the suspend and hibernate don't show them. + +2010-03-16 10:03:09 -0500 Ted Gould (4103fca) + + * Adding a GConf key for showing the logout item. + +2010-03-16 10:02:52 -0500 Ted Gould (9b55c3d) + + * Watching for the screensaver lockdown GConf key. + +2010-03-15 21:51:14 -0500 Ted Gould (ae2c94b) + + * Add in checking whether the logout button is shown, and get it + changing with the others. + +2010-03-15 21:50:48 -0500 Ted Gould (868fd5e) + + * Update to handle the new key for showing the logout menu item. + +2010-03-15 21:25:33 -0500 Ted Gould (4c19fcf) + + * Adding in a new gconf key for showing the logout button. + +2010-03-15 20:47:28 -0500 Ted Gould (9efeb48) + + * Switching the debug message to be more correct. + +2010-03-15 20:46:01 -0500 Ted Gould (40e7ac0) + + * Making a small little wrapper to check the lockdown key. + +2010-03-15 20:30:42 -0500 Ted Gould (48ee59d) + + * Grabbing the screensaver gconf key branch + +2010-03-15 20:19:27 -0500 Ted Gould (c90b0b4) + + * Lock the screen in the various activate functions. + +2010-03-15 17:17:39 -0500 Ted Gould (2d17c45) + + * Checking the error to make sure we're getting back reasonable data + or reporting the error. + +2010-03-15 17:15:16 -0500 Ted Gould (28ef20a) + + * Use the upower allowed interface to check to see if PK is blocking + suspend and hibernate + +2010-03-15 17:02:31 -0500 Ted Gould (05cd0a2) + + * Grabbing the upower definition file so that we can build a client + for it. + +2010-03-15 16:55:39 -0500 Ted Gould (03a2de4) + + * Adding properties for allowing the suspend and hibernate + +2010-03-15 16:40:19 -0500 Ted Gould (e2ec91e) + + * Grab the branch doing screensaver stuff. + +2010-03-15 16:16:53 -0500 Ted Gould (cef6711) + + * Switching the suspend/hibernate handling to a cached value. And + that way we can regen the menus without looking up the + values. + +2010-03-15 16:02:06 -0500 Ted Gould (eb8756b) + + * Only setup signals if we're building the proxy for the first time. + +2010-03-15 16:00:43 -0500 Ted Gould (acc3a96) + + * Adding some comments to describe a long function. + +2010-03-15 15:52:17 -0500 Ted Gould (bdba7e5) + + * Handling the locking of the screen in the rebuild function. + +2010-03-15 15:36:48 -0500 Ted Gould (c334ecc) + + * Removing the lock separator as we don't need it anymore. + +2010-03-15 15:33:36 -0500 Ted Gould (29bd57b) + + * Changing the lockdown key to do all the switching instead of just + the switch user item. + +2010-03-15 15:21:26 -0500 Ted Gould (523c024) + + * Switching from hiding entries to just rebuilding the menus. + +2010-03-15 14:45:48 -0500 Ted Gould (065984d) + + * Switching around the GConf notification setup to do an entire + directory. + +2010-03-15 14:11:55 -0500 Ted Gould (da365cb) + + * Tracking the separator next to the lock item as well. + +2010-03-15 13:29:01 -0500 Ted Gould (aa52289) + + * Embarassing 4 letter word to forget. Guess the compiler would add + it back anyway though. + +2010-03-15 13:28:19 -0500 Ted Gould (df71f47) + + * Reacting to changes in the screensaver lockdown key. + +2010-03-15 13:10:43 -0500 Ted Gould (8ea0fde) + + * Changing the define name to have room for more locdown keys + +2010-03-15 10:03:56 -0500 Ted Gould (39e00eb) + + * Switching the names of the restart icons. + +2010-03-15 09:49:42 -0500 Ted Gould (bbcf5b0) + + * Updating to latest trunk + +2010-03-15 09:48:36 -0500 Ted Gould (32e57df) + + * Allowing for a desktop file to be tacted on the end of the session + menu. + +2010-03-15 12:03:59 +0100 Sebastien Bacher (91a59d5) + + * releasing version 0.2.5-0ubuntu3 + +2010-03-12 22:19:22 -0600 Ted Gould (dc69931) + + * Use the libindicator image helper to get fallbacks and nicer icons. + +2010-03-12 22:18:55 -0600 Ted Gould (2681e64) + + * Make it so the panel icon can switch between two values based on + whether the user needs to restart + +2010-03-12 21:54:12 -0600 Ted Gould (501c8a7) + + * Looking for a desktop file, and if it exists, putting it as a final + menu item. + +2010-03-12 21:52:22 -0600 Ted Gould (7810d87) + + * Adding in gio-unix for desktop file reading + +2010-03-12 21:23:35 -0600 Ted Gould (70a0dc7) + + * Making sure that if we can't get the icon, we leave it alone. + +2010-03-12 21:08:15 -0600 Ted Gould (4045ff0) + + * Switching to building with GIcon so that we don't have to add an + icon, we can use fallbacks. + +2010-03-12 17:38:33 -0600 Ted Gould (3f28a83) + + * Restart icon name. + +2010-03-12 17:36:22 -0600 Ted Gould (6bdd9dd) + + * Merging in the panel restart icon branch + +2010-03-12 17:33:49 -0600 Ted Gould (62a7974) + + * Merging to trunk to remove merge conflicts. + +2010-03-12 17:23:04 -0600 Ted Gould (7f48986) + + * Changing the emblem to system-restart-panel + +2010-03-12 16:43:18 -0600 Ted Gould (eaf244d) + + * Use the library i18n libs to use the right translation domain. + +2010-03-12 16:42:44 -0600 Ted Gould (bb4c984) + + * Putting the restart icon in the gutter by using a GtkImageMenuItem + +2010-03-12 16:33:33 -0600 Ted Gould (b419d04) + + * Using the libindicator helpers so we get things like fallbacks! + \o/ + +2010-03-12 16:26:12 -0600 Ted Gould (ed42cea) + + * Upping libindicator dep to 0.3.5 + +2010-03-12 16:23:58 -0600 Ted Gould (9c6bec9) + + * The icon changed enough, we need to have the restart icon stuff. + +2010-03-12 16:19:05 -0600 Ted Gould (44d2e32) + + * Keeping the names the same for now, until we have artwork. + +2010-03-12 16:10:57 -0600 Ted Gould (8d65fd6) + + * Copyright headers + +2010-03-12 16:08:28 -0600 Ted Gould (91d75de) + + * Making our service come up a little earlier + +2010-03-12 16:07:33 -0600 Ted Gould (78211dc) + + * Protecting from a NULL object + +2010-03-12 15:52:13 -0600 Ted Gould (5d78422) + + * Setting the icon when the restart is touched. + +2010-03-12 15:49:52 -0600 Ted Gould (2dd05e2) + + * Moving the icon names into the shared header files + +2010-03-12 15:47:33 -0600 Ted Gould (7466367) + + * Getting the icon, but only when we're connected. + +2010-03-12 15:35:07 -0600 Ted Gould (802d644) + + * Setting the icon to something sensable + +2010-03-12 15:26:50 -0600 Ted Gould (10ab858) + + * Icon name changing signal for updating the image. + +2010-03-12 15:08:25 -0600 Ted Gould (fced2aa) + + * Building us a proxy! Now we are dangerous. + +2010-03-12 14:59:01 -0600 Ted Gould (05dbbb9) + + * Add shared names for the dbus interfaces. + +2010-03-12 14:37:58 -0600 Ted Gould (e504d1d) + + * Creating our little dbus-object. + +2010-03-12 14:33:30 -0600 Ted Gould (0d2c077) + + * Build us a signal + +2010-03-12 14:26:46 -0600 Ted Gould (a92cec4) + + * providing a set_name function + +2010-03-12 14:22:40 -0600 Ted Gould (d9427c6) + + * Setting up the object and giving it a name. + +2010-03-12 14:14:12 -0600 Ted Gould (2922e64) + + * Connecting and registering the dbus object. + +2010-03-12 14:00:20 -0600 Ted Gould (64c3420) + + * Setting up session dbus interface client server stuff. + +2010-03-12 13:58:39 -0600 Ted Gould (931ee90) + + * Adding in base objects + +2010-03-12 13:43:37 -0600 Ted Gould (eed04df) + + * Simple starter object for making the dbus interface. + +2010-03-12 13:04:22 -0600 Ted Gould (535a2e6) + + * Setting up the indicator to use library translations so they'll be + grabbed from the right domain. + +2010-03-12 12:39:47 -0600 Ted Gould (9bfcbd2) + + * Changing the service to use the new menu item + +2010-03-12 12:25:58 -0600 Ted Gould (fb8754f) + + * Adding in a handler and renderer for the restart required item + +2010-03-11 20:56:35 -0600 Ted Gould (a4eb496) + + * A bunch of properties to make our new menu item type. + +2010-03-12 00:30:59 +0100 Sebastien Bacher (8557edd) + + * releasing version 0.2.5-0ubuntu2 + +2010-03-10 23:18:19 -0600 Ted Gould (4172abb) + + * Translation updates from OEM + +2010-03-10 21:49:34 -0600 Ted Gould (705c6b6) + + * Match the prototyp of the signal correctly. + +2010-03-10 17:33:32 -0600 Cody Russell (dc5302f) + + * Use gint64, not UserData*, for the callback to user-added signal. + +2010-03-10 17:40:23 -0500 Kyle Nitzsche (afd8f16) + + * add LINGUAS with 31 languages and corresponding 31 po files, which + adds 14 strings (10 fuzzy, 8 untransalted) + +2010-03-10 16:23:37 +0100 Sebastien Bacher (f45b7eb) + + * clean lgpl copying file since there is no lgpl code there + +2010-03-10 16:21:27 +0100 Sebastien Bacher (ba895a1) + + * releasing version 0.2.5-0ubuntu1 + +2010-03-04 12:33:12 -0600 Ted Gould (45f8803) + + * releasing version 0.2.5-0ubuntu1~ppa1 + +2010-03-04 12:19:47 -0600 Ted Gould (36cd4b9) + + * * Upstream Release 0.2.5 * Restart required menu item when it's + required for updates * New logout dialogs. + +2010-03-04 12:16:23 -0600 Ted Gould (2b85f39) + + * 0.2.5 (tag: 0.2.5, refs/bzr/origin/tags/0.2.5) + +2010-03-04 08:52:35 -0600 Ted Gould (2eba4c7) + + * Setting the icon and changing the text on the restart menu if one + is required by update. + +2010-03-04 08:50:50 -0600 Ted Gould (6f21e3c) + + * Updating to new logout dialogs. + +2010-03-03 21:51:57 -0600 Ted Gould (d018794) + + * Some function comments. + +2010-03-03 21:50:37 -0600 Ted Gould (be3f65e) + + * Adds a file watcher to see if we should change the menuitem to warn + that a restart is recommended. + +2010-03-03 21:08:15 -0600 Ted Gould (752b880) + + * releasing version 0.2.4-0ubuntu3~ppa1 + +2010-03-03 21:06:00 -0600 Ted Gould (d9bc98c) + + * * Upstream Merge * Fix naming to "Switch off" and "Sleep" * + Blocking the current user from the user list * Change + sorting to be based on real names and handle conflicts * + Removing some ConsoleKit errors * Memory leak on + PangoLayout allocation * Don't set GTK decorations * + ConsoleKit fallback if gnome-session not available + +2010-03-03 21:02:53 -0600 Ted Gould (4533e76) + + * Merge in ubuntu-desktop + +2010-03-03 20:58:51 -0600 Ted Gould (1af7a04) + + * Changing strings to match distro wide sleep and switch off. + +2010-03-03 20:58:22 -0600 Ted Gould (da2cc84) + + * Removing the current user from the list. + +2010-03-03 20:54:37 -0600 Ted Gould (3be37d1) + + * Sorting based on real names and conflict naming. + +2010-03-03 20:47:35 -0600 Ted Gould (2aeb4a3) + + * LGPL not needed with dropping the logout-dialog.c file. + +2010-03-03 20:39:38 -0600 Ted Gould (8db0d6c) + + * Sync to trunk + +2010-03-03 20:37:47 -0600 Ted Gould (25e5df5) + + * Copyright headers + +2010-03-03 20:36:18 -0600 Ted Gould (edeb525) + + * Slightly longer string for better wrapping. + +2010-03-03 17:00:45 -0600 Ted Gould (10e1e69) + + * Setting the default button. + +2010-03-03 16:57:37 -0600 Ted Gould (8d96a4f) + + * String fixes and a comment. + +2010-03-03 16:55:50 -0600 Ted Gould (3928d09) + + * Checking to see if we need updates and allowing that on logout + dialogs. + +2010-03-03 16:38:44 -0600 Ted Gould (a76563f) + + * Adding in different button strings if we need authentication. + +2010-03-03 16:18:00 -0600 Ted Gould (2ae450d) + + * Filling in the code to check and see if we can restart or stop. + +2010-03-03 15:49:41 -0600 Ted Gould (68d1360) + + * Flattening the build tree. + +2010-03-03 15:42:31 -0600 Ted Gould (d9dd91a) + + * Updating merge to new enums. + +2010-03-03 15:39:16 -0600 Ted Gould (d694e0a) + + * Merging in the consolekit branch to get the interface file. + +2010-03-03 15:27:51 -0600 Ted Gould (b51d58d) + + * Skeleton for checking the different states. + +2010-03-03 14:52:09 -0600 Ted Gould (f998b8b) + + * Removing the old ck-pk helpers. + +2010-03-03 14:51:57 -0600 Ted Gould (3f35021) + + * Flipping button order + +2010-03-03 14:16:56 -0600 Ted Gould (84c4324) + + * Putting the image in and cleaning up the props + +2010-03-03 14:13:11 -0600 Ted Gould (25a24b5) + + * Provide the basis for the window + +2010-03-03 13:41:16 -0600 Ted Gould (087e895) + + * Switching translatable file. + +2010-03-03 13:39:51 -0600 Ted Gould (bdd9261) + + * Adding in all the strings. + +2010-03-03 12:07:30 -0600 Ted Gould (41b9351) + + * Suspends to sleep + +2010-03-03 12:05:28 -0600 Ted Gould (fe25b2a) + + * Changing shutdowns to switch offs + +2010-03-02 16:43:21 -0600 Ted Gould (a6d04fe) + + * Removing errors on getting sessions from CK and some other + cleanups. + +2010-03-02 16:17:12 -0600 Ted Gould (03c045f) + + * If we ARE a conflicted name then we need to fallback into + displaying the user name. + +2010-03-02 16:13:22 -0600 Ted Gould (d723e8d) + + * Creating a field for the user that has the real name in it, and a + place for that to conflict. + +2010-03-02 16:08:23 -0600 Ted Gould (ad9dd9e) + + * Sort by real name + +2010-03-02 14:49:04 -0600 Ted Gould (4dca332) + + * Unreffing an allocated layout. + +2010-03-02 12:05:06 -0600 Ted Gould (e9d4b41) + + * Switching things around a little bit. Making sure we always go + through the list to search for the guest account to see if + it's logged in. But, still not making menu entries. + +2010-03-02 11:51:27 -0600 Ted Gould (e5dd34b) + + * Restructuring callbacks to not need the count variable. + +2010-03-02 11:48:18 -0600 Ted Gould (40ef68c) + + * Making it so that count is not a global and just calculated from + the list. + +2010-03-02 11:46:27 -0600 Ted Gould (206f100) + + * Making it so that users is not a global and just grabbed everytime + and used. + +2010-03-02 11:33:51 -0600 Ted Gould (86a394a) + + * Check the UID to see if it's me + +2010-03-02 16:03:59 +0100 Sebastien Bacher (b713998) + + * releasing version 0.2.4-0ubuntu2 + +2010-03-01 21:34:08 -0600 Ted Gould (bb12842) + + * Switching to using the dbus client code. + +2010-03-01 21:29:52 -0600 Ted Gould (1513ca7) + + * Stealing the consolekit manager interface out of consolekit + +2010-03-01 20:45:16 -0600 Ted Gould (7e8f0d6) + + * Unreffing the layout that we allocated + +2010-02-25 17:05:59 -0600 Ted Gould (b8dfba9) + + * Stop forcing the decorations on. + +2010-02-25 16:55:00 -0600 Ted Gould (37c3bea) + + * Fixing ConsoleKit fallback to wait on responses. + +2010-02-25 16:42:30 -0600 Ted Gould (d605a10) + + * can't really use async as we dont' have a mainloop here + +2010-02-25 16:38:38 -0600 Ted Gould (8689698) + + * Switching to getting a reply + +2010-02-25 16:04:43 -0500 Ken VanDine (b10f319) + + * releasing version 0.2.4-0ubuntu1 + +2010-02-25 11:57:44 -0600 Ted Gould (7309355) + + * releasing version 0.2.4-0ubuntu1~ppa1 + +2010-02-25 11:56:16 -0600 Ted Gould (6efdf35) + + * * Upstream release 0.2.4 * When we can't shutdown with + gnome-session fallback to using ConsoleKit. * Detect + when GPM isn't available and don't error out. * Change + suspend and hibernate detection property names for + adjustment to upower. + +2010-02-25 11:54:38 -0600 Ted Gould (ab02e29) + + * 0.2.4 (tag: 0.2.4, refs/bzr/origin/tags/0.2.4) + +2010-02-25 11:51:19 -0600 Ted Gould (5be29b7) + + * Falling back to ConsoleKit when we can't talk to Gnome Session + +2010-02-25 11:47:46 -0600 Ted Gould (09427de) + + * Name changes for upower + +2010-02-25 10:26:23 -0600 Cody Russell (148dffa) + + * Don't set the gdk decorations. + +2010-02-24 17:16:14 -0600 Ted Gould (64602f8) + + * Changing to new enums and function prototypes. + +2010-02-24 17:12:55 -0600 Ted Gould (40e989f) + + * Adding some types of dialog and a new function. + +2010-02-24 11:39:50 -0600 Ted Gould (8985b00) + + * Adding in shutdown and restart + +2010-02-24 11:26:24 -0600 Ted Gould (02ab93a) + + * Adding a fallback for now gnome-session detected. + +2010-02-23 16:55:45 -0600 Ted Gould (7636e19) + + * Changed names to patch current upower + +2010-02-23 11:33:18 -0600 Ted Gould (c96dfa4) + + * Place holder new object + +2010-02-23 11:10:21 -0600 Ted Gould (0c8dbfc) + + * Removing the old logout dialog. It's been through too much, better + to start over. + +2010-02-19 11:31:23 -0600 Ted Gould (d0eee8b) + + * Fixing when we can't connect to GDM + +2010-02-19 10:45:06 -0500 Ken VanDine (c0e6bba) + + * releasing version 0.2.3-0ubuntu2 + +2010-02-19 13:28:45 +0100 David Barth (bb88b76) + + * prevent crash in g_error when gdm is not running + +2010-02-18 14:08:44 -0600 Ted Gould (c9231bf) + + * Update to Ubuntu Desktop + +2010-02-18 14:41:10 -0500 Ken VanDine (4bf2c9e) + + * releasing version 0.2.3-0ubuntu1 + +2010-02-18 09:49:25 -0600 Ted Gould (eb53592) + + * releasing version 0.2.3-0ubuntu1~ppa1 + +2010-02-18 09:47:36 -0600 Ted Gould (074759d) + + * Removed debian/patches/01_port_to_upower.patch as it is now merged + upstream. + +2010-02-18 09:46:44 -0600 Ted Gould (18e23b3) + + * * Upstream release 0.2.3 * Switch menu ordering to match design + spec * Change switch menu item to "Switch from..." * + Move from Devkit-Power to upower * Adding in user logged + in icon and menu item + +2010-02-18 09:42:40 -0600 Ted Gould (414afb9) + + * Sync with ubuntu-desktop + +2010-02-18 09:39:50 -0600 Ted Gould (e07cdb8) + + * 0.2.3 (tag: 0.2.3, refs/bzr/origin/tags/0.2.3) + +2010-02-18 09:39:20 -0600 Ted Gould (db48c78) + + * adding prototype for new user item + +2010-02-18 09:36:34 -0600 Ted Gould (fc732a5) + + * Adding in user items + +2010-02-18 09:33:29 -0600 Ted Gould (9dab152) + + * Switching label to be 'switch from' + +2010-02-17 23:42:54 -0600 Ted Gould (4a297fe) + + * Switching users over to user items + +2010-02-17 23:39:11 -0600 Ted Gould (6868e64) + + * Switching the guest over to a user item. + +2010-02-17 23:36:13 -0600 Ted Gould (7723397) + + * Fleshing out the building of the user item + +2010-02-17 23:24:09 -0600 Ted Gould (765a3b8) + + * Registering a handler for our new type + +2010-02-17 23:20:23 -0600 Ted Gould (59c5e70) + + * Adding in some defines for our new menu type. + +2010-02-17 23:16:26 -0600 Ted Gould (de76d33) + + * Building the make files + +2010-02-17 23:14:50 -0600 Ted Gould (fe30d5b) + + * Adding a status directory and icons for accounts that are logged in + +2010-02-17 22:43:36 -0600 Ted Gould (3c3e267) + + * Switching from DevKit Power to upower + +2010-02-17 22:42:18 -0600 Ted Gould (c89696c) + + * Fix the order of items to the new design spec + +2010-02-17 11:30:06 +0100 Martin Pitt (660778d) + + * releasing version 0.2.2-0ubuntu2 + +2010-02-17 11:13:04 +0100 Martin Pitt (757ff3f) + + * Add debian/patches/01_port_to_upower.patch: Straightforward port to + upower's D-Bus API. A more elaborate port to + libupower-glib has been proposed upstream as well, but + it's not yet clear whether to use the client library or + the D-Bus API. + +2010-02-17 11:03:06 +0100 Martin Pitt (b800d54) + + * Port from DeviceKit-power to upower + +2010-02-16 19:40:23 +0100 David Barth (07f36b8) + + * add forgotten separator and re-order the user switch entry + according to the spec + +2010-02-16 12:23:39 +0100 Martin Pitt (68c0523) + + * debian/control: Update devicekit-power dependency to upower. + +2010-02-11 22:48:43 -0600 Ted Gould (c6661b0) + + * Removing comment. + +2010-02-11 22:48:04 -0600 Ted Gould (a2cf14b) + + * Adding in the ability to monitor style changes and re-evaluate. + +2010-02-11 20:45:09 -0600 Ted Gould (93c4617) + + * Fixing a value + +2010-02-11 20:44:35 -0600 Ted Gould (78fa672) + + * Calculating font size with PANGO_SCALE getting involved + +2010-02-11 20:37:28 -0600 Ted Gould (5540e6c) + + * Switching to using Pango to get the width + +2010-02-11 16:22:51 -0600 Ted Gould (d2bc464) + + * Make sure to realize the offscreen window + +2010-02-11 16:17:54 -0600 Ted Gould (54cd89f) + + * Get returns in better shape + +2010-02-11 16:12:01 -0600 Ted Gould (ccaa76f) + + * Switching the menu item that we're creating. + +2010-02-11 16:08:36 -0600 Ted Gould (2398976) + + * Fleshing out the menu_switch function with a function that looks at + the length of the label and sees if we need to ellipsize + it or not. + +2010-02-11 14:53:20 -0600 Ted Gould (a362726) + + * Setting up the type handler + +2010-02-11 15:07:21 -0500 Ken VanDine (7c2a831) + + * releasing version 0.2.2-0ubuntu1 + +2010-02-11 14:43:29 -0500 Ken VanDine (3ccc99e) + + * included autogen.sh in EXTRA_DIST to make packagers happy + +2010-02-11 13:26:17 -0600 Ted Gould (51ac202) + + * Building shared names for dbusmenu objects. + +2010-02-11 13:18:17 -0600 Ted Gould (70d2969) + + * Woot, a dbusmenu, much better. + +2010-02-11 13:16:32 -0600 Ted Gould (b1d66f9) + + * Refactoring so the menu is created in init. + +2010-02-11 10:53:08 -0600 Ted Gould (0220665) + + * releasing version 0.2.2-0ubuntu1~ppa1 + +2010-02-11 10:52:09 -0600 Ted Gould (6f65a11) + + * * Upstream release 0.2.2 * Fixing and reenabling user switching + +2010-02-11 10:49:08 -0600 Ted Gould (eb60468) + + * Sync with ubuntu-desktop + +2010-02-11 10:47:17 -0600 Ted Gould (4a6f782) + + * 0.2.2 (tag: 0.2.2, refs/bzr/origin/tags/0.2.2) + +2010-02-09 21:34:07 -0600 Ted Gould (afd66c8) + + * Enabling and fixing user switching. + +2010-02-09 17:24:23 -0600 Cody Russell (db69cb8) + + * The reincarnation of user switching + +2010-02-08 17:04:25 -0600 Ted Gould (4ec1509) + + * First pass, get the string. + +2010-02-08 16:49:23 -0600 Ted Gould (51cfdce) + + * releasing version 0.2.1-0ubuntu1~ppa2 + +2010-02-08 16:48:09 -0600 Ted Gould (10e5297) + + * Removing unneeded GPM proxy + +2010-02-08 16:46:35 -0600 Ted Gould (8e583e9) + + * Removing GPM proxy as we're not using the setting. + +2010-02-08 16:45:37 -0600 Ted Gould (c8558a3) + + * Linking in screensaver branch + +2010-02-08 16:44:37 -0600 Ted Gould (d0febf8) + + * * Upstream Merge * Check the user_switching lockdown key to + disable user_switching * Only create the screensaver + proxy when needed. + +2010-02-08 16:43:34 -0600 Ted Gould (40be2d6) + + * Only get the screensaver proxy when needed. + +2010-02-08 16:42:43 -0600 Ted Gould (3ac2659) + + * Checking the lockdown key for user switching. + +2010-02-08 11:24:13 -0600 Cody Russell (19ebc41) + + * Remove unnecessary cast + +2010-02-08 11:08:09 -0600 Cody Russell (6335f48) + + * Fixes + +2010-02-08 11:01:55 -0600 Ted Gould (3b8cf77) + + * Removing the callback into the lock helper for GDM autologin + settings change. + +2010-02-08 11:01:13 -0600 Cody Russell (eedadcc) + + * Check switch_menuitem for NULL first + +2010-02-08 10:59:44 -0600 Ted Gould (834d779) + + * Removing the gdm proxy creation and usage. + +2010-02-08 10:55:24 -0600 Ted Gould (b981b3a) + + * Kill screensaver autobuild proxy + +2010-02-08 10:51:20 -0600 Ted Gould (d4ca079) + + * releasing version 0.2.1-0ubuntu1~ppa2 + +2010-02-08 10:50:28 -0600 Ted Gould (c0ed8e8) + + * * Upstream Merge * Building the GSS proxy when it's needed, not + at startup. + +2010-02-08 10:49:34 -0600 Ted Gould (751fbe8) + + * Only building the proxy when we try to do something with the proxy. + +2010-02-08 10:19:49 -0600 Cody Russell (a16c8f4) + + * Fix a typo + +2010-02-08 10:13:02 -0600 Cody Russell (de04f7c) + + * Lockdown + +2010-02-04 17:57:07 -0800 Sebastien Bacher (1204ae9) + + * releasing version 0.2.1-0ubuntu1 + +2010-02-04 17:34:13 -0800 Ted Gould (e9698bb) + + * releasing version 0.2.1-0ubuntu1~ppa1 + +2010-02-04 17:32:18 -0800 Ted Gould (6da5335) + + * debian/control: Upping dbusmenu dependency to 0.2.2 + +2010-02-04 17:31:43 -0800 Ted Gould (16508c1) + + * * Upstream release 0.2.1 * Dbusmenu 0.2.2 support * GNOME + Screensaver fix (LP: #484603) + +2010-02-04 17:16:00 -0800 Ted Gould (4b6ca8a) + + * 0.2.1 (tag: 0.2.1, refs/bzr/origin/tags/0.2.1) + +2010-02-04 16:59:30 -0800 Ted Gould (0d157eb) + + * Making the proxy track GNOME Screensaver + +2010-02-04 16:58:28 -0800 Ted Gould (190efd1) + + * Updating to new dbusmenu interfaces. + +2010-02-04 09:52:52 -0800 Marc Deslauriers (9d061e9) + + * - src/lock-helper.c: use dbus_g_proxy_new_for_name so when + gnome-screensaver gets respawned by D-Bus, + indicator-session will still be able to communicate with + it. (LP: #484603) + +2010-02-02 16:27:39 -0800 Ted Gould (bf210e1) + + * Changing more prototypes to match the new activate signal. + +2010-02-02 16:21:47 -0800 Ted Gould (46250bf) + + * Changing the lock_screen function to match the new activate + prototype. + +2010-01-11 09:08:32 -0600 Ted Gould (6b1eb40) + + * Updates from desktop team + +2010-01-08 13:13:28 -0500 Ken VanDine (1e460db) + + * * Upstream release 0.2.0 * Removing status support * Merging + the users service and the session service * + debian/control: Updating to depend on dbusmenu 0.2.0 or + higher. * debian/control: Dropping build depends for + libtelepathy-glib-dev + +2010-01-08 09:33:17 -0600 Ted Gould (e012a31) + + * releasing version 0.2.0-0ubuntu1~ppa1 + +2010-01-08 09:32:09 -0600 Ted Gould (13cab0f) + + * Upstream release 0.2.0 + +2010-01-08 09:31:06 -0600 Ted Gould (4b4b9d7) + + * 0.2.0 (tag: 0.2.0, refs/bzr/origin/tags/0.2.0) + +2010-01-05 23:39:08 -0600 Ted Gould (2259a6b) + + * releasing version 0.2.0~dev-0ubuntu1~ppa5 + +2010-01-05 23:37:18 -0600 Ted Gould (71a2a11) + + * * Upstream merge * Distcheck fixes + +2010-01-05 23:36:48 -0600 Ted Gould (6380dbb) + + * Clean up POTFILES.in + +2010-01-05 23:35:11 -0600 Ted Gould (8c34995) + + * Forgot to include user-service-dbus.h in the dist + +2010-01-05 22:44:57 -0600 Ted Gould (a39d1ba) + + * releasing version 0.2.0~dev-0ubuntu1~ppa4 + +2010-01-05 22:42:37 -0600 Ted Gould (e9d1a73) + + * * Upstream merge * Removing status support * Merging the users + service and the session service + +2010-01-05 22:39:57 -0600 Ted Gould (933a07d) + + * Updating to trunk + +2010-01-05 22:39:03 -0600 Ted Gould (095055a) + + * Removing the status bits and pieces (they're now in indicator-me) + and merging users and session so that we only have one + service and one menu. Nice and simple. + +2010-01-04 15:21:48 -0600 Ted Gould (a2d2135) + + * Adding in a separator + +2010-01-04 15:14:32 -0600 Ted Gould (45eb2bc) + + * Cleaning out user-service.c + +2010-01-04 15:13:50 -0600 Ted Gould (b3d93fb) + + * First pass at merging user-service in. + +2010-01-04 12:09:06 -0600 Ted Gould (719e6a0) + + * Switching the session service to using a IndicatorService object. + +2010-01-04 10:10:38 -0600 Ted Gould (cde9919) + + * Trying to clean these two up for getting ready to merge. + +2010-01-04 09:15:24 -0600 Ted Gould (a95848f) + + * Killing the user service + +2010-01-02 23:51:04 -0600 Ted Gould (d614479) + + * releasing version 0.2.0~dev-0ubuntu1~ppa4~nostatus1 + +2009-12-24 14:36:35 -0600 Ted Gould (fbdb4d5) + + * Simplifying the indicator so that it just gets a menu. That's it! + +2009-12-24 13:35:04 -0600 Ted Gould (a8cebc5) + + * Removing more of the icons. + +2009-12-24 13:31:30 -0600 Ted Gould (6693370) + + * Removing status icons. + +2009-12-24 13:24:54 -0600 Ted Gould (78f9a6a) + + * Dropping the status service file. + +2009-12-24 13:23:55 -0600 Ted Gould (daf83b0) + + * Brutal status rip out. + +2009-12-22 14:44:37 -0600 Ted Gould (a718efc) + + * releasing version 0.2.0~dev-0ubuntu1~ppa3 + +2009-12-22 14:42:33 -0600 Ted Gould (fae3397) + + * * Updating to use dbusmenu 0.2.0 * debian/control: Updating to + depend on dbusmenu 0.2.0~dev or higher. + +2009-12-22 14:41:33 -0600 Ted Gould (ca48c64) + + * Sync to trunk + +2009-12-22 14:35:29 -0600 Ted Gould (580cf67) + + * Merging in changes needed for the new libdbusmenu. + +2009-12-18 21:16:05 -0600 Ted Gould (6df4f6c) + + * releasing version 0.2.0~dev-0ubuntu1~ppa3~dm1 + +2009-12-18 21:15:10 -0600 Ted Gould (4a41367) + + * debian/control: Updating to depend on dbusmenu 0.2.0~dev or higher. + +2009-12-18 21:14:15 -0600 Ted Gould (afa8b38) + + * Updating to use dbusmenu 0.2.0 + +2009-12-18 21:12:20 -0600 Ted Gould (9e9c366) + + * Merging in the ubuntu-desktop branch. + +2009-12-18 16:50:18 -0600 Ted Gould (59b9b82) + + * Settin' some bools + +2009-12-18 16:49:00 -0600 Ted Gould (79bb77a) + + * Setting booleans and values oh my! + +2009-12-18 16:45:45 -0600 Ted Gould (29b3d90) + + * Setting the values with booleans and remove setting the type + +2009-12-18 16:06:35 -0600 Ted Gould (ddfead4) + + * Need a newer dbusmenu + +2009-12-10 12:54:48 -0500 Ken VanDine (d96e16a) + + * New snapshot for libindicator 0.3.0 + +2009-12-10 12:26:31 -0500 Ken VanDine (b378a0c) + + * fixed the extended description for indicator-session + +2009-12-10 11:56:09 -0500 Ken VanDine (b9ff8b3) + + * set release to lucid + +2009-12-10 11:54:19 -0500 Ken VanDine (821318d) + + * build depend on libindicator-dev >= 0.3.0 + +2009-12-10 11:37:47 -0500 Ken VanDine (8b01ab5) + + * revert change to .bzr-builddeb/default.conf + +2009-12-10 10:50:35 -0500 Ken VanDine (ad1ff98) + + * removed 03_tp_glib.patch and 99_autoreconf.patch, applied upstream + +2009-12-10 10:47:52 -0500 Ken VanDine (7f41750) + + * Ted Gould 2009-12-08 [merge] Update to use libtelepathy instead + of libempathy Ken VanDine 2009-12-08 Added missing + files to EXTRA_DIST Ken VanDine 2009-12-08 Ported from + libempathy to telepathy-glib + +2009-12-10 10:46:34 -0500 Ken VanDine (f70e0d8) + + * * debian/control - build depend on libtelepathy-glib-dev instead + of libempathy-dev * debian/patches/03_tp_glib.patch - + Updated patch to properly work with TpAccountManager * + debian/patches/02_mc5-fixes.patch - Renamed the patch + for ordering * debian/patches/03_tp_glib.patch - Port + from libempathy to telepathy-glib (LP: #461367) * + debian/patches/99_autoreconf.patch - autoreconf for + telepathy change * debian/control - build depend on + libtelepathy-glib-dev instead of libempathy-dev + +2009-12-08 11:24:44 -0600 Ted Gould (11bc39c) + + * Update to use libtelepathy instead of libempathy + +2009-12-08 11:17:31 -0500 Ken VanDine (150964c) + + * Added missing files to EXTRA_DIST + +2009-12-08 11:13:30 -0500 Ken VanDine (cdec18e) + + * Ported from libempathy to telepathy-glib + +2009-12-08 11:04:51 -0500 Ken VanDine (32e8874) + + * * debian/patches/03_tp_glib.patch - Updated patch to properly + work with TpAccountManager + +2009-12-08 09:06:37 -0500 Ken VanDine (0ff1e5f) + + * updated 03_tp_glib.patch + +2009-12-08 09:01:42 -0500 Ken VanDine (c32038e) + + * libtelepathy-glib-dev not telepathy-glib-dev + +2009-12-08 09:00:56 -0500 Ken VanDine (4f006c8) + + * * debian/control - build depend on telepathy-glib-dev instead of + libempathy-dev + +2009-12-08 08:59:50 -0500 Ken VanDine (91d1327) + + * * debian/patches/02_mc5-fixes.patch - Renamed the patch for + ordering * debian/patches/03_tp_glib.patch - Port from + libempathy to telepathy-glib (LP: #461367) * + debian/patches/99_autoreconf.patch - autoreconf for + telepathy change + +2009-11-06 10:25:15 -0500 Ken VanDine (b9e5bb1) + + * * debian/rules - removed the extra disable-scrollkeeper arg to + configure (LP: #418772) * debian/control - removed the + build dep for scrollkeeper + +2009-11-05 09:27:21 -0600 Ted Gould (5be8ede) + + * releasing version 0.2.0~dev-0ubuntu1~ppa1 + +2009-11-05 09:20:03 -0600 Ted Gould (be6560c) + + * * Updating to the libindicate 0.3.0 API * debian/control: Upping + the libindicator-dev version to >= 0.3.0~dev * + debian/patches/01_locking_on_autologin.patch as it doesn't + apply. + +2009-11-05 09:19:09 -0600 Ted Gould (7974773) + + * Sync to trunk + +2009-11-05 09:18:33 -0600 Ted Gould (9c8e765) + + * Updating to libindicator 0.3.0 API. + +2009-11-04 16:39:56 -0600 Ted Gould (e392b21) + + * releasing version 0.2.0~dev-0ubuntu1~ppa1~update1 + +2009-11-04 16:37:46 -0600 Ted Gould (66d2d8f) + + * debian/control: Upping the libindicator-dev version to >= 0.3.0~dev + +2009-11-04 16:36:46 -0600 Ted Gould (275ed77) + + * Updating to the libindicate 0.3.0 API + +2009-11-04 16:34:26 -0600 Ted Gould (42b285c) + + * Porting over to the 0.3.0 API + +2009-11-04 16:14:49 -0600 Ted Gould (130101f) + + * Upping to libindicator 0.3.0 + +2009-11-04 15:46:57 -0600 Ted Gould (b696b49) + + * Merging from desktop + +2009-10-14 19:19:01 +0200 Sebastien Bacher (035a507) + + * releasing version 0.1.7-0ubuntu3 + +2009-10-10 08:44:18 -0400 Ted Gould (e33e7e6) + + * releasing version 0.1.7-0ubuntu1~ppa2 + +2009-10-10 08:42:48 -0400 Ted Gould (d97eb97) + + * Listen on DBus for MissionControl coming on and off the bus as + EmpathyAccountManager used to do that for us before. + +2009-10-10 08:41:41 -0400 Ted Gould (214ce7e) + + * Linking up trunk + +2009-10-10 08:41:23 -0400 Ted Gould (f7619a6) + + * Listening for MC5 coming on and off the bus as + EmpathyAccountManager was doing that for us before. + +2009-10-09 08:20:52 +0200 Martin Pitt (08a565e) + + * releasing version 0.1.7-0ubuntu2 + +2009-10-08 21:12:36 -0400 Ken VanDine (36a4da2) + + * Merged + +2009-10-08 21:11:20 -0400 Ken VanDine (cb3c3f5) + + * * debian/patches/mc5-fixes.patch (LP: #427643) - Fix presence in + mc5 + +2009-10-08 23:29:30 +0200 Sebastien Bacher (0f9388e) + + * releasing version 0.1.7-0ubuntu1 + +2009-10-08 16:31:41 -0400 Ken VanDine (94a4797) + + * * debian/patches/mc5-fixes.patch - Fix presence in mc5 + +2009-10-08 16:14:21 -0400 Ted Gould (69e4536) + + * releasing version 0.1.7-0ubuntu1~ppa2~mc5fix6 + +2009-10-08 16:13:26 -0400 Ted Gould (77a8a1b) + + * Checking to see if MC5 is up at the start. + +2009-10-08 16:12:42 -0400 Ted Gould (ba6b4a7) + + * Checking to see if there is an MC5 there when we start. + +2009-10-08 15:50:16 -0400 Ted Gould (beea0c1) + + * releasing version 0.1.7-0ubuntu1~ppa2~mc5fix5 + +2009-10-08 15:47:45 -0400 Ted Gould (cf441b9) + + * Signaling when we destory the item + +2009-10-08 15:47:04 -0400 Ted Gould (15705be) + + * Signaling a state change when disconnecting. + +2009-10-08 15:38:27 -0400 Ted Gould (b96ce22) + + * releasing version 0.1.7-0ubuntu1~ppa2~mc5fix4 + +2009-10-08 15:37:02 -0400 Ted Gould (9d152f3) + + * Dealing with DBus's stupid views of NULL. If I wanted it like that + I'd use Python. I have values, or not. Simple as that. + +2009-10-08 15:31:09 -0400 Ted Gould (9952b43) + + * releasing version 0.1.7-0ubuntu1~ppa2~mc5fix3 + +2009-10-08 15:29:26 -0400 Ted Gould (3108cf0) + + * Debug message + +2009-10-08 15:21:34 -0400 Ted Gould (2f40a27) + + * releasing version 0.1.7-0ubuntu1~ppa2~mc5fix2 + +2009-10-08 15:20:32 -0400 Ted Gould (efc1fc3) + + * Name fix + +2009-10-08 15:20:04 -0400 Ted Gould (c152f3a) + + * Checking the name we're getting and the name we're loosing. + +2009-10-08 15:02:57 -0400 Ted Gould (bd03c8f) + + * releasing version 0.1.7-0ubuntu1~ppa2~mc5fix1 + +2009-10-08 15:01:45 -0400 Ted Gould (4799c29) + + * MC5 Fix testing. + +2009-10-08 15:00:27 -0400 Ted Gould (7c7df5b) + + * Adding a dbus proxy and setting up a signal handler for the + namechange event which will start or stop the empathy + account manager. + +2009-10-08 14:05:02 -0400 Ted Gould (aa76fd1) + + * Moving the building of the EmpathyAccountManager to it's own + function. + +2009-10-08 13:26:22 -0400 Ken VanDine (17e8277) + + * * Upstream release 0.1.7 * Changing the icon so that if you are + disconnected it is 'system-shutdown-panel' and making + sure that we see it sometimes by not allocating the + EmpathyAccountManager isn't allocated until status is + set. (LP: #432635) * Also fixes by happenstance: (LP: + #444170 and LP: #437065) * Handling the locking of the + screensaver so that we ensure the screensaver is + active before suspending. Also, we throttle it to + ensure it doesn't start until after suspend. (LP: + #444391) * Asynchronized the menu handling so that it's + in the right order with async startup. (LP: #440484) + * String change, "New Session" to "Switch User" (LP: + #444494) * Removed + debian/patches/switch_user_lp-444494.patch + +2009-10-08 11:12:17 -0400 Ted Gould (5ff6b51) + + * releasing version 0.1.7-0ubuntu1~ppa1 + +2009-10-08 11:05:24 -0400 Ted Gould (9b1a914) + + * * Upstream release 0.1.7 * Also fixes by happenstance: (LP: + #444170 and LP: #437065) order with async startup. + (LP: #440484) + +2009-10-08 11:00:34 -0400 Ted Gould (76e76e5) + + * releasing version 0.1.6-0ubuntu3~ppa3 + +2009-10-08 10:58:20 -0400 Ted Gould (8bee878) + + * 0.1.7 (tag: 0.1.7, refs/bzr/origin/tags/0.1.7) + +2009-10-08 10:54:56 -0400 Ted Gould (69960ed) + + * Changing the icon so that if you are disconnected it is + 'system-shutdown-panel' and making sure that we see it + sometimes by not allocating the EmpathyAccountManager + isn't allocated until status is set. (LP: #432635) + +2009-10-08 10:52:24 -0400 Ted Gould (69c44b6) + + * Updating for trunkish + +2009-10-08 10:51:20 -0400 Ted Gould (e0043ae) + + * Changing the icon so that if you are disconnected it is + 'system-shutdown-panel' and making sure that we see it + sometimes by not allocating the EmpathyAccountManager + isn't allocated until status is set. + +2009-10-08 10:45:29 -0400 Ted Gould (8ec71fe) + + * Better ignore + +2009-10-07 18:25:02 -0400 Ted Gould (9ace1e3) + + * releasing version 0.1.6-0ubuntu3~ppa2 + +2009-10-07 18:24:02 -0400 Ted Gould (378b3b0) + + * Handling the locking of the screensaver so that we ensure the + screensaver is active before suspending. Also, we + throttle it to ensure it doesn't start until after + suspend. (LP: #444391) + +2009-10-07 18:21:14 -0400 Ted Gould (f904704) + + * Merging in trunk to line things up all nice like. + +2009-10-07 18:19:32 -0400 Ted Gould (6795774) + + * Make it so that when locking the screen on suspend we ensure that + the screen actually locks. Also stop the screen saver + starting on suspend and hibernate. + +2009-10-07 13:17:21 -0400 Ted Gould (b0b1466) + + * Attaching Bug + +2009-10-07 13:14:13 -0400 Ted Gould (e0da62c) + + * releasing version 0.1.6-0ubuntu3~ppa2~betterlock3 + +2009-10-07 13:11:23 -0400 Ted Gould (c01f261) + + * Right API + +2009-10-07 13:10:38 -0400 Ted Gould (0547aa3) + + * Oops, forgot to say who we were. + +2009-10-07 12:59:45 -0400 Ted Gould (4804116) + + * releasing version 0.1.6-0ubuntu3~ppa2~betterlock2 + +2009-10-07 12:56:05 -0400 Ted Gould (1b12089) + + * Switching the sleep action to have a response so we can make sure + to unthrottle the screensaver. + +2009-10-07 11:57:52 -0400 Ted Gould (22a02f8) + + * Adding throttle and unthrottle functions + +2009-10-07 10:42:06 -0400 Ted Gould (18d5a15) + + * Copyright headers + +2009-10-07 10:37:35 -0400 Ted Gould (158293e) + + * releasing version 0.1.6-0ubuntu3~ppa2~betterlock1 + +2009-10-07 10:35:31 -0400 Ted Gould (f191e53) + + * Merging in better locking + +2009-10-07 10:31:26 -0400 Ted Gould (b90777f) + + * Building a GSS proxy and setting up a signal to it. Then when we + lock, we drop to a mainloop and wait for the screensaver + to activate. + +2009-10-06 20:33:00 -0400 Ted Gould (148ef87) + + * Linking into the lock screen helper. + +2009-10-06 20:28:06 -0400 Ted Gould (d6c6861) + + * Setting up the callback + +2009-10-06 20:23:17 -0400 Ted Gould (f6fc44d) + + * Moving arround the lock screen code so that it's in a helper. + +2009-10-06 19:49:57 -0400 Ted Gould (e9bce07) + + * Creating the lock helper files. + +2009-10-06 19:08:39 -0400 Ted Gould (ec8734f) + + * Fixing the window icon for the logout and shutdown dialogs. + +2009-10-06 18:54:13 -0400 Ted Gould (04c5f5f) + + * releasing version 0.1.6-0ubuntu1~ppa6 + +2009-10-06 18:52:51 -0400 Ted Gould (29b9d14) + + * New icon name. + +2009-10-06 18:51:09 -0400 Ted Gould (7bb2c92) + + * Changing icon name again. This is probably better WRT the icon + naming spec. + +2009-10-06 18:29:10 -0400 Ted Gould (bbcd346) + + * Linking in the async branch. + +2009-10-06 18:14:21 -0400 Ted Gould (b46bedd) + + * releasing version 0.1.6-0ubuntu3~ppa1 + +2009-10-06 18:11:51 -0400 Ted Gould (c5e178a) + + * * Asynchronized the menu handling so that it's in the right order + with async startup. * String change, "New Session" to + "Switch User" (LP: #444494) * Removed + debian/patches/switch_user_lp-444494.patch + +2009-10-06 18:07:33 -0400 Ted Gould (f0472c4) + + * Update from ubuntu-desktop + +2009-10-06 18:06:20 -0400 Ted Gould (ba6f421) + + * Fix for async menu creation which caused it to be scrambled. + +2009-10-06 17:35:46 -0400 Ted Gould (06e6a3c) + + * releasing version 0.1.6-0ubuntu1~ppa5 + +2009-10-06 17:34:45 -0400 Ted Gould (fedf02a) + + * Adding in a new icon name as apparently adding the icon wasn't good + enough. + +2009-10-06 17:34:05 -0400 Ted Gould (7ffa070) + + * Changing the icon name in the code. + +2009-10-06 17:32:12 -0400 Ted Gould (df23d93) + + * Adding a new icon 'indicator-system-shutdown' + +2009-10-06 15:22:09 -0400 Ted Gould (fba2cd7) + + * releasing version 0.1.6-0ubuntu1~ppa4 + +2009-10-06 15:21:12 -0400 Ted Gould (80ba9c6) + + * Making it so that the Empathy account manager doesn't start unless + you set the status. + +2009-10-06 15:01:54 -0400 Ted Gould (74996e1) + + * Making it so that the manager only gets created if the status is + set. + +2009-10-06 14:40:06 -0400 Ted Gould (fa6bb41) + + * releasing version 0.1.6-0ubuntu1~ppa3 + +2009-10-06 14:38:51 -0400 Ted Gould (5763f8c) + + * Setting the default icon as well. + +2009-10-06 14:35:36 -0400 Ted Gould (fb0944b) + + * releasing version 0.1.6-0ubuntu1~ppa2 + +2009-10-06 14:34:25 -0400 Ted Gould (2ead36e) + + * Stupid, stupid, icon stuff + +2009-10-06 14:31:05 -0400 Ted Gould (51ecaad) + + * Use the shutdown icon in the disconnected state. + +2009-10-06 10:47:56 -0400 Ken VanDine (a792c0d) + + * * debian/patches/switch_user_lp-444494.patch - String change, + "New Session" to "Switch User" (LP: #444494) + +2009-10-05 17:11:25 -0400 Ted Gould (faad982) + + * Also setting the icon on property changed. + +2009-10-05 16:41:44 -0400 Ted Gould (165af6b) + + * Changing string from 'New Session' to 'Switch User' + +2009-10-05 16:38:14 -0400 Ted Gould (f654c69) + + * Switching the string from 'New Session' to 'Switch User' + +2009-10-04 16:55:41 -0500 Ted Gould (672d8f6) + + * releasing version 0.1.6-0ubuntu1~ppa2~async1 + +2009-10-04 16:54:05 -0500 Ted Gould (601fb76) + + * Resorting the menu all the time. + +2009-10-04 16:52:41 -0500 Ted Gould (7198caa) + + * Switching from positioning items to having a major resort function + to reposition everything. This should be a little + overkill, but should work nicely with the new async + startup. + +2009-10-01 23:33:39 +0200 Martin Pitt (70b76df) + + * releasing version 0.1.6-0ubuntu1 + +2009-10-01 16:50:13 -0400 Ken VanDine (c2e8225) + + * * Upstream release 0.1.6 (LP: #440216) * Making startup of + services asynchronous (LP: #436181) * Disabling "Lock + Screen" item when action is blocked by GDM autologin + (LP: #436724) * Disabling "Lock Screen" in guest session + (LP: #439068) + +2009-10-01 15:26:23 -0500 Ted Gould (6a03cb8) + + * releasing version 0.1.6-0ubuntu1~ppa1 + +2009-10-01 15:23:17 -0500 Ted Gould (e1a6856) + + * * Upstream release 0.1.6 * Making startup of services + asynchronous (LP: #436181) * Disabling "Lock Screen" + item when action is blocked by GDM autologin (LP: + #436724) * Disabling "Lock Screen" in guest session (LP: + #439068) + +2009-10-01 15:17:43 -0500 Ted Gould (75bf969) + + * 0.1.6 (tag: 0.1.6, refs/bzr/origin/tags/0.1.6) + +2009-09-30 13:00:10 -0500 Cody Russell (8df2690) + + * Setting the user list to always overflow as additional API is + required in GDM to make it work well. + +2009-09-30 11:55:38 -0500 Ted Gould (16650e8) + + * Making the lock screen item insensitive for guest accounts. + +2009-09-29 21:29:14 -0500 Ted Gould (59b1a70) + + * Merging in a branch to make the lock item insensitive if autologin + is configured in GDM. + +2009-09-29 21:03:36 -0500 Ted Gould (13cb4df) + + * Checking to see if we're the guest user. No locking the guest. + +2009-09-29 20:58:38 -0500 Ted Gould (2ff3e61) + + * Grabbing the lock insensitivity branch. + +2009-09-29 16:52:32 -0500 Cody Russell (36c4001) + + * Set MAXIMUM_USERS from 7 or 1 + +2009-09-29 16:25:35 -0500 Ted Gould (9efc816) + + * Making the locking menu item a global and make it sensitive based + on whether there is autologin. + +2009-09-28 21:01:42 -0500 Ted Gould (bf66ad5) + + * Merging in the branch for async startup. + +2009-09-28 20:58:59 -0500 Ted Gould (88e0faf) + + * Updating to desktop branch + +2009-09-29 01:28:28 +0200 Sebastien Bacher (24501b8) + + * releasing version 0.1.5-0ubuntu2 + +2009-09-28 17:54:49 -0500 Ted Gould (362aaab) + + * Changing the start up of the services to be asynchronous. + +2009-09-28 17:43:06 -0500 Ted Gould (1d503f2) + + * Commenting the changes. + +2009-09-28 15:57:29 -0500 Ted Gould (10294ce) + + * releasing version 0.1.5-0ubuntu1~ppa2~launch3 + +2009-09-28 15:56:52 -0500 Ted Gould (a35a7df) + + * Starting *all* the services + +2009-09-28 15:56:11 -0500 Ted Gould (1f32472) + + * Oops, forgot to choose a service. + +2009-09-28 15:51:28 -0500 Ted Gould (7988f91) + + * releasing version 0.1.5-0ubuntu1~ppa2~launch2 + +2009-09-28 15:50:53 -0500 Ted Gould (e9dcb14) + + * Getting a little crazy in here. + +2009-09-28 15:49:59 -0500 Ted Gould (b8e0182) + + * Whew, okay now all startup is two phased, asyncronous and pulled + into a set of common functions. + +2009-09-28 14:58:12 -0500 Ted Gould (1cb13d3) + + * releasing version 0.1.5-0ubuntu1~ppa2~launch1 + +2009-09-28 14:57:10 -0500 Ted Gould (1a40318) + + * Merging in the launch protections. + +2009-09-28 14:53:02 -0500 Ted Gould (f5c0bb7) + + * Criticalizing the other services as well. + +2009-09-28 14:48:05 -0500 Ted Gould (c2a35de) + + * Adding a check for null on the client in reorder and making it so + that the inability to start a service is no longer an + error. Just a critical. + +2009-09-25 08:51:05 -0500 David Barth (8a31e1b) + + * Merging in a branch to remove the close button on the logout + confirmation dialogs. + +2009-09-25 10:44:11 +0200 David Barth (dca1f97) + + * remove superfluous window buttons + +2009-09-25 00:42:34 +0200 Sebastien Bacher (f490ab8) + + * releasing version 0.1.5-0ubuntu1 + +2009-09-24 18:11:10 -0400 Ken VanDine (8bbcf87) + + * * Upstream release 0.1.5 (LP: #436223) * PolicyKit-1 support (LP: + #418643) * GDM User list support (LP: #422052) * + MissionControl5 support (LP: #427643) * Better locking + of the screensaver (LP: #428115) * debian/control: Adding + in a libempathy-dev build dependency as it's now + required by upstream. * Removing patches 01_polkit-1.patch + and 99_autoreconf.patch as they were merged upstream. + +2009-09-24 17:07:54 -0500 Ted Gould (2bddafc) + + * releasing version 0.1.5-0ubuntu1~ppa1 + +2009-09-24 17:06:40 -0500 Ted Gould (daf213d) + + * * Upstream release 0.1.5 * PolicyKit-1 support (LP: #418643) * + GDM User list support (LP: #422052) * MissionControl5 + support (LP: #427643) * Better locking of the + screensaver (LP: #428115) + +2009-09-24 17:02:32 -0500 Ted Gould (50004fc) + + * Increasing to 0.1.5 (tag: 0.1.5, refs/bzr/origin/tags/0.1.5) + +2009-09-24 17:02:11 -0500 Ted Gould (337c0de) + + * Adding a cast for one of the 64-bit pointers. We shouldn't need + that many users, and it would require lots of memory hacks + to fit that in here. + +2009-09-24 16:54:11 -0500 Cody Russell (716ae45) + + * Merging in Cody's branch for fixing some user issues. + +2009-09-24 16:47:52 -0500 Cody Russell (e34203e) + + * Clear the menu + +2009-09-24 13:19:00 -0500 Ted Gould (bb052d9) + + * Not checking with PK to see if we should show the dialog. CK is + broken. + +2009-09-24 13:18:34 -0500 Ted Gould (1222a45) + + * Checking GDM to see whether we should lock on user switch. + +2009-09-24 12:24:09 -0500 Ted Gould (1dcb350) + + * Disabing PK Check to whether the dialog shows + +2009-09-24 12:13:26 -0500 Ted Gould (e4398b9) + + * Updating to trunk + +2009-09-24 12:11:49 -0500 Ted Gould (56e6098) + + * Merging in the lock on sleep branch. + +2009-09-24 12:11:10 -0500 Ted Gould (6a12a49) + + * releasing version 0.1.4-0ubuntu3~ppa2 + +2009-09-24 12:09:25 -0500 Ted Gould (027b52c) + + * * Merging in MC5 Support branch * debian/control: Adding in a + libempathy-dev build dependency as it's now required by + upstream. + +2009-09-24 12:09:22 -0500 Cody Russell (a77cdfd) + + * Merge lp:~bratsche/indicator-session/users-service for bug #422052 + +2009-09-24 11:38:18 -0500 Ted Gould (e0cc3ca) + + * Merging in the MissionControl 5 branch to work with modern Empathy. + +2009-09-24 11:35:50 -0500 Ted Gould (bfecae8) + + * Checking the gdm autologin setting to see if we should lock the + screen on user switch or not. + +2009-09-24 11:28:19 -0500 Ted Gould (b787531) + + * Merging lock on sleep branch + +2009-09-24 11:25:58 -0500 Cody Russell (73f4d4e) + + * Don't check range twice here + +2009-09-24 11:25:48 -0500 Ted Gould (238bd8d) + + * Merging in all the user-service changes + +2009-09-24 11:12:56 -0500 Ted Gould (a151d86) + + * Ah, truth, you got me again! Never will I trust you. + +2009-09-24 10:40:33 -0500 Ted Gould (e947677) + + * Wrong string! Oops. + +2009-09-24 10:36:43 -0500 Ted Gould (94de126) + + * Setting up the signal handler to get changes to the value. + +2009-09-24 10:31:55 -0500 Cody Russell (62f44cf) + + * only add menuitems if the current seat can activate new sessions + +2009-09-24 10:18:23 -0500 Cody Russell (3e9432a) + + * Remove user_changed and users_icons_changed from the class + +2009-09-24 10:03:26 -0500 Ted Gould (edd1b16) + + * Getting the basic grabbing of the proxy and getting the autologin + value. + +2009-09-24 09:15:58 -0500 Ted Gould (1adc426) + + * Putting in the infrastructure to have GDM settings proxy + +2009-09-24 01:27:22 -0500 Cody Russell (997dd27) + + * sort users + +2009-09-24 01:23:13 -0500 Cody Russell (4b357f8) + + * cleanup + +2009-09-24 01:21:50 -0500 Cody Russell (7f7ed7f) + + * don't load all the users unless needed + +2009-09-23 23:30:48 -0500 Cody Russell (3427b4a) + + * expose users_service_dbus_can_activate_session() + +2009-09-23 23:21:21 -0500 Cody Russell (2bb6120) + + * use g_strcmp0 + +2009-09-23 23:18:51 -0500 Cody Russell (f8e0ff0) + + * remove system proxy + +2009-09-23 23:15:56 -0500 Cody Russell (c608393) + + * remove the server code + +2009-09-23 23:10:31 -0500 Cody Russell (7fa88e1) + + * remove session proxy fu + +2009-09-23 23:08:05 -0500 Cody Russell (d9caa21) + + * remove unnecessary stuff + +2009-09-23 23:05:38 -0500 Cody Russell (fec2a35) + + * don't need to dbus_g_object_type_install_info() + +2009-09-23 23:01:20 -0500 Cody Russell (afc8430) + + * modify count in user_added()/user_removed() + +2009-09-23 19:14:01 -0500 Cody Russell (b712e3b) + + * add names + +2009-09-23 19:12:14 -0500 Cody Russell (61d7383) + + * cleanup + +2009-09-23 18:05:39 -0500 Cody Russell (cbcbcc6) + + * add todo comment + +2009-09-23 18:00:35 -0500 Cody Russell (8888a1a) + + * move stuff around + +2009-09-23 17:48:38 -0500 Cody Russell (9a6f594) + + * merge up from trunk + +2009-09-23 17:09:07 -0500 Cody Russell (3de7117) + + * cleanups and more session fu + +2009-09-23 16:58:54 -0500 Ted Gould (159f413) + + * Stealing the lock screen function from the user-service and making + it so that we lock on sleep. + +2009-09-23 14:04:06 -0500 Ted Gould (a3fffae) + + * Don't set the status so that we notice when it comes back to us. + +2009-09-23 13:49:17 -0500 Cody Russell (9a12a13) + + * session adding + +2009-09-23 12:40:16 -0500 Cody Russell (a3ca139) + + * user activation wip + +2009-09-23 10:01:58 -0500 Cody Russell (541259b) + + * ck fu + +2009-09-23 08:11:10 -0500 Ted Gould (aac5605) + + * releasing version 0.1.4-0ubuntu3~ppa2~mc4 + +2009-09-23 08:08:05 -0500 Ted Gould (65a2236) + + * Bad string, should have been hidden. + +2009-09-22 21:47:44 -0500 Ted Gould (108efd1) + + * releasing version 0.1.4-0ubuntu3~ppa2~mc3 + +2009-09-22 21:46:59 -0500 Ted Gould (8b8f533) + + * Comments. But getting everything up to date. + +2009-09-22 21:43:02 -0500 Ted Gould (f63efd2) + + * releasing version 0.1.4-0ubuntu3~ppa2~mc2 + +2009-09-22 21:38:21 -0500 Ted Gould (400c870) + + * Merging in and making clean with trunk + +2009-09-22 21:37:34 -0500 Ted Gould (4398f67) + + * Merging in from trunk packaging branch. + +2009-09-22 21:35:14 -0500 Ted Gould (f9c4e88) + + * releasing version 0.1.4-0ubuntu3~ppa1 + +2009-09-22 21:32:55 -0500 Ted Gould (abe648d) + + * Removing patches 01_polkit-1.patch and 99_autoreconf.patch as they + were merged upstream. + +2009-09-22 21:31:31 -0500 Ted Gould (f701a6a) + + * Merging in trunk (PK Changes) + +2009-09-22 21:28:07 -0500 Ted Gould (fd3f4ea) + + * Grabbing changes from the ubuntu-desktop branch + +2009-09-22 20:43:19 -0500 Ted Gould (62c31bd) + + * Comments are good. + +2009-09-22 20:08:01 -0500 Ted Gould (59b1902) + + * releasing version 0.1.4-0ubuntu1~ppa2~mc1 + +2009-09-22 20:07:07 -0500 Ted Gould (fa89e5d) + + * debian/control: Adding in a libempathy-dev build dependency as it's + now required by upstream. + +2009-09-22 20:05:05 -0500 Ted Gould (598d587) + + * Merging in the MC5 branch + +2009-09-22 17:31:31 -0500 Cody Russell (de28377) + + * some refactoring + +2009-09-22 17:28:19 -0500 Ted Gould (62fbd1f) + + * If the global status changes then we need to signal everyone else + about it. + +2009-09-22 17:26:36 -0500 Ted Gould (4b30518) + + * Putting in the TP Connection enum map + +2009-09-22 17:22:04 -0500 Ted Gould (4ec8c42) + + * Connecting to change signal + +2009-09-22 17:06:01 -0500 Ted Gould (79e497d) + + * Turning over to Empathy Account Manager. + +2009-09-22 16:58:03 -0500 Cody Russell (0e5b24c) + + * cleanup + +2009-09-22 16:57:01 -0500 Cody Russell (c4ff339) + + * fix dbus fu + +2009-09-22 15:42:19 -0500 Cody Russell (15e2e51) + + * register marshallers + +2009-09-22 14:52:45 -0500 Cody Russell (91c2993) + + * dbus fu updates + +2009-09-22 08:14:04 -0500 Martin Pitt (9703540) + + * Patch from Martin to upgrade to the New PolicyKit API + +2009-09-22 14:45:17 +0200 Martin Pitt (a561b45) + + * Port to polkit-1 + +2009-09-22 09:17:52 +0200 Martin Pitt (86c162b) + + * releasing version 0.1.4-0ubuntu2 + +2009-09-22 09:17:19 +0200 Martin Pitt (60d0a50) + + * * Add 01_polkit-1.patch: Port to polkit-1. (LP: #412601) * Add + 99_autoreconf.patch: Autoconf changes for above patch. * + debian/control: libpolkit-gnome-dev → + libpolkit-gobject-1-dev + +2009-09-21 17:17:25 -0500 Ted Gould (649bb74) + + * Oh, got the header and it works too! Nice. + +2009-09-21 17:16:10 -0500 Ted Gould (4c0e277) + + * Adding in a libempathy dependency. + +2009-09-17 23:08:52 +0200 seb128 (a3a97b0) + + * releasing version 0.1.4-0ubuntu1 + +2009-09-17 16:52:38 -0400 Ken VanDine (f4ff0a5) + + * * Upstream release (LP: #432120) * Fixes to issues brought up by + the design team. + +2009-09-17 14:07:29 -0500 Ted Gould (52f5e42) + + * Ignoring GConf schemas + +2009-09-17 11:08:11 -0500 Ted Gould (382806b) + + * releasing version 0.1.4-0ubuntu1~ppa1 + +2009-09-17 11:05:10 -0500 Ted Gould (5c5f9bc) + + * Upstream release 0.1.4 + +2009-09-17 11:00:41 -0500 Ted Gould (f1adf67) + + * Making a 0.1.4 (tag: 0.1.4, refs/bzr/origin/tags/0.1.4) + +2009-09-17 10:52:23 -0500 Ted Gould (04e548e) + + * Merging in the icon renaming fix branch + +2009-09-16 17:09:30 -0500 Ted Gould (d099f10) + + * Linking in the MC5 provider + +2009-09-16 17:08:31 -0500 Ted Gould (8a1dae9) + + * Creating a status provider object for Mission Control 5 based on + the Telepathy one. + +2009-09-16 16:14:38 -0500 Ted Gould (87b0c1a) + + * releasing version 0.1.3-0ubuntu2~ppa1 + +2009-09-16 16:07:01 -0500 Ted Gould (a24e5b4) + + * Fixes to issues brought up by the design team. + +2009-09-16 16:00:17 -0500 Ted Gould (d2be80a) + + * Using the right icon name. + +2009-09-16 15:59:37 -0500 Ted Gould (7f1e833) + + * Changing the icon names from online to available + +2009-09-16 11:34:26 -0500 Ted Gould (cd4b5a1) + + * Merging in design team requested fixes for labels and menu item + placement. + +2009-09-16 10:14:15 -0500 Ted Gould (a19fb7b) + + * releasing version 0.1.3-0ubuntu2~ppa1~design2 + +2009-09-16 10:07:29 -0500 Ted Gould (45b7b26) + + * Fixing more labels + +2009-09-16 09:25:09 -0500 Ted Gould (2454361) + + * Branch to init i18n in the various services + +2009-09-15 15:46:44 -0500 Ted Gould (29b907b) + + * Adding bug in + +2009-09-15 15:45:56 -0500 Ted Gould (2344166) + + * Adding locale stuff in here too! Fun. + +2009-09-15 15:34:14 -0500 Ted Gould (0bdc32e) + + * Adding in gettext init stuff. + +2009-09-15 09:16:09 -0500 Ted Gould (35cc497) + + * Changing the menu item to be 'Set Status' instead of the current + status. + +2009-09-14 21:35:21 -0500 Ted Gould (1773a7e) + + * releasing version 0.1.3-0ubuntu2~ppa1~design1 + +2009-09-14 21:19:26 -0500 Ted Gould (7315df6) + + * Fixes for the design team. + +2009-09-14 21:03:19 -0500 Ted Gould (0bae63f) + + * Attaching bug + +2009-09-14 21:02:36 -0500 Ted Gould (41fd33b) + + * Moving lock screen from status to users service. + +2009-09-14 20:58:39 -0500 Ted Gould (c4c2089) + + * Changing label per design + +2009-09-14 20:13:17 -0500 Ted Gould (da34a79) + + * Fixing shutdown text + +2009-09-11 09:02:36 -0500 Ted Gould (3195293) + + * Merging in desktop branch + +2009-09-11 11:44:02 +0200 seb128 (2673f30) + + * releasing version 0.1.3-0ubuntu1 + +2009-09-10 20:39:48 -0500 Ted Gould (0ae6089) + + * releasing version 0.1.3-0ubuntu1~ppa1 + +2009-09-10 20:38:05 -0500 Ted Gould (436a77d) + + * Merge ubuntu-desktop work. + +2009-09-10 20:36:16 -0500 Ted Gould (a3611ea) + + * * Upstream release 0.1.3 * GConf Key change listening * Pidgin + and Empathy (2.26) startup detection * Label fixes * + Icon fixes for logout windows (LP: #426355) + +2009-09-10 19:49:40 -0500 Cody Russell (51bdf6d) + + * fixes for adding/removing users + +2009-09-10 17:10:37 -0500 Ted Gould (82395ac) + + * Making a 0.1.3 (tag: 0.1.3, refs/bzr/origin/tags/0.1.3) + +2009-09-10 17:05:42 -0500 Ted Gould (1da23a1) + + * Merging in branch to remove some spaces in the menu labels. + +2009-09-10 17:02:32 -0500 Ted Gould (6dc7228) + + * Merging in the branch with icon fixes in it. + +2009-09-10 16:56:54 -0500 Ted Gould (87cd8b1) + + * Merging in a branch to detect IM clients coming on and off the bus. + +2009-09-10 16:33:12 -0500 Cody Russell (a29d112) + + * fix link problem + +2009-09-10 16:29:33 -0500 Ted Gould (30deabd) + + * Merging branch by c-korn which adds a watcher for the GConf + changes. + +2009-09-10 16:26:01 -0500 Cody Russell (efd2460) + + * work in progress + +2009-09-10 16:13:32 -0500 Ted Gould (00d92f0) + + * Trying to unblock LP + +2009-09-10 16:03:59 -0500 Ted Gould (0cb4e60) + + * Setting the window icon now that we have the right path + +2009-09-10 15:59:38 -0500 Ted Gould (edba4f9) + + * Grabbing the icons from the indicator dir where we install them. + +2009-09-10 15:53:15 -0500 Ted Gould (c2ed34a) + + * Removing the space on the elipsis + +2009-09-10 14:09:43 -0500 Ted Gould (a275332) + + * Adding in a debug message for Telepathy proxy. + +2009-09-10 14:04:51 -0500 Ted Gould (b93e75a) + + * Watching for Mission Control comming on the bus. + +2009-09-10 13:58:24 -0500 Ted Gould (ff14ae6) + + * Checking to see if we have the proxy already. + +2009-09-10 13:52:12 -0500 Ted Gould (d97e28d) + + * Function to build the telepathy proxy. + +2009-09-10 13:40:49 -0500 Ted Gould (acdeaff) + + * Checking the global status on whether the menu items should be + sensitive or not. + +2009-09-10 13:28:43 -0500 Ted Gould (0952465) + + * Watch dbus namechanges and see if Pidgin comes on the bus. + +2009-09-10 13:08:56 -0500 Ted Gould (ec17d0a) + + * Splitting out the building of the Pidgin proxy into it's own + function. + +2009-09-10 12:24:16 -0500 Ted Gould (2ad97fd) + + * Adding disconnected to the telepathy handler. + +2009-09-10 12:24:05 -0500 Ted Gould (6fa2a0c) + + * Adding disconnected to the pidgin handler. + +2009-09-10 12:10:07 -0500 Ted Gould (935d113) + + * Adding in a disconnected status value and making it so that when it + is the global status we should make the menu items to set + status insensitive. + +2009-09-08 21:26:38 +0200 Christoph Korn (7c1f28e) + + * The menu now immediately is updated when the gconf-key about the + logout/shutdown/restart confirmations is changed. + +2009-09-08 18:16:10 +0200 seb128 (ee56ebc) + + * releasing version 0.1.2-0ubuntu1 + +2009-09-08 11:12:17 -0500 Ted Gould (5360fce) + + * releasing version 0.1.2-0ubuntu1~ppa2 + +2009-09-08 11:11:38 -0500 Ted Gould (a937e1f) + + * * Upstream version 0.1.2 * Adds translation setup. (fixes LP: + #425598) * Packaging fix to use upstream tarball. + (fixes LP: #418769) * Shows elipsis when dialogs are + enabled (fixes LP: #421693) * Adds GConf key for + configure whether dialogs on shutdown and logout are + shown. (fixes LP: #422025) + +2009-09-08 10:52:06 -0500 Ted Gould (5553f55) + + * releasing version 0.1.2-0ubuntu1~ppa1 + +2009-09-08 10:51:54 -0500 Ted Gould (af63ff8) + + * Upstream version 0.1.2 fixes LP: #425598, LP: #418769, LP: #421693 + and LP: #422025. + +2009-09-08 10:45:57 -0500 Ted Gould (3211a5e) + + * Turning into 0.1.2 (tag: 0.1.2, refs/bzr/origin/tags/0.1.2) + +2009-09-08 10:19:00 -0500 Ted Gould (300caf9) + + * releasing version 0.1.1-0ubuntu2~ppa2 + +2009-09-08 10:14:27 -0500 Ted Gould (74caa09) + + * Merging in c_korn's branch. + +2009-09-08 10:09:45 -0500 Christoph Korn (85799ab) + + * Adding a GConf key to suppress confirmation dialogs + +2009-09-04 13:44:50 -0500 Ted Gould (44ecddc) + + * releasing version 0.1.1-0ubuntu2~ppa1 + +2009-09-04 13:28:57 -0500 Ted Gould (9a97431) + + * Removing printing DBus error message as it sometimes isn't valid. + (LP: #420238) + +2009-09-04 13:27:18 -0500 Ted Gould (7f656a9) + + * Updating with ubuntu-desktop + +2009-09-04 13:24:44 -0500 Ted Gould (a5b8008) + + * Removing the printing of the error messages as sometimes it doesn't + exist. + +2009-09-04 11:47:49 +0200 seb128 (866bdf8) + + * releasing version 0.1.1-0ubuntu1 + +2009-09-03 16:37:04 -0400 Ken VanDine (21551ca) + + * * Upstream update 0.1.1 for dbusmenu 0.1.2 (LP: #423975) * + debian/control: Increasing dbusmenu dep to 0.1.2 + +2009-09-03 15:18:38 -0500 Ted Gould (638dce7) + + * releasing version 0.1.1-0ubuntu1~ppa1 + +2009-09-03 15:17:57 -0500 Ted Gould (a2b2daf) + + * Merging in ~ubuntu-desktop branch. + +2009-09-03 15:14:56 -0500 Ted Gould (c084c72) + + * * Upstream update 0.1.1 for dbusmenu 0.1.1 * debian/control: + Increasing dbusmenu dep to 0.1.1 + +2009-09-03 15:07:49 -0500 Ted Gould (94fcffe) + + * Bumping up number to 0.1.1 and fixing a couple depends. (tag: + 0.1.1, refs/bzr/origin/tags/0.1.1) + +2009-09-03 15:06:41 -0500 Ted Gould (05c10a1) + + * Merging in fixes related to the dbusmenu 0.1.1 release + +2009-09-03 14:54:43 -0500 Ted Gould (a301de9) + + * releasing version 0.1-0ubuntu1~ppa2~dbusmenu011r2 + +2009-09-03 14:54:37 -0500 Ted Gould (615b300) + + * Update to set menuitem type. + +2009-09-03 14:54:06 -0500 Ted Gould (df2b47f) + + * releasing version 0.1-0ubuntu1~ppa2~dbusmenu011r1 + +2009-09-03 14:52:47 -0500 Ted Gould (cdfa53b) + + * Set the type of the menuitem to be a image menuitem. + +2009-09-03 14:44:58 -0500 Ted Gould (847d695) + + * debian/control: Increasing dbusmenu dep to 0.1.1 + +2009-09-03 14:35:25 -0500 Ted Gould (ac5142a) + + * Upstream update for dbusmenu 0.1.1 + +2009-09-03 13:46:44 -0500 Ted Gould (4edd517) + + * Switching to using the defines for all of the properties. + +2009-09-03 13:07:01 -0500 Ted Gould (974d473) + + * Switching to using the defines for the properties in the menus. + +2009-09-03 13:03:32 -0500 Ted Gould (cb0e7ca) + + * Have a quick check to see if we have something to put there. If + not, no menu item. + +2009-09-03 12:46:46 -0500 Ted Gould (fcf8a6c) + + * Needing dbusmenu 0.1.1 + +2009-09-02 17:10:20 +0200 Christoph Korn (1f47c9e) + + * Added files which were missing in the previous commit. + +2009-09-02 16:17:44 +0200 Christoph Korn (1f08742) + + * These patches introduce a gconf key whether the + logout/restart/shutdown confirmations should be shown or + not. Also the menu items should be suffixed by '...' + accordingly. However this only works after a restart. + +2009-09-01 10:28:19 -0500 Ted Gould (8a2d7e7) + + * Apparently the DBus interface will put a bad string in messages in + some cases. We don't really need it, so let's not risk + it. + +2009-08-27 21:31:14 +0200 Martin Pitt (bd4a6eb) + + * releasing version 0.1-0ubuntu1 + +2009-08-27 21:29:22 +0200 Martin Pitt (461c6ab) + + * Re-add dropped debian/compat. + +2009-08-27 21:28:40 +0200 Martin Pitt (17379af) + + * Re-add fixes which got lost in branch renaming: * debian/rules: + debian/rules: Update *.a/*.la cleanup for -sus → -session + renaming. + +2009-08-27 21:24:34 +0200 Martin Pitt (d63d27e) + + * debian/control: Fix Vcs-* links. + +2009-08-27 15:00:30 -0400 Ken VanDine (6b92bf7) + + * fixed url in Vcs + +2009-08-27 14:58:01 -0400 Ken VanDine (deb95e0) + + * * debian/watch: - fixed url + +2009-08-27 14:55:59 -0400 Ken VanDine (ed9775a) + + * Upstream version 0.1 (LP: #420108) + +2009-08-27 14:52:00 -0400 Ken VanDine (f6d0564) + + * * Upstream version 0.1 * debian/control: Looking for libdbusmenu* + >= 0.1.0 * debian/control: Shortening the short + description and lengthening the long one. Fixes a bug + (LP: #412024) + +2009-08-27 13:46:32 -0500 Ted Gould (94f3cd1) + + * releasing version 0.1-0ubuntu1~ppa1 + +2009-08-27 13:43:23 -0500 Ted Gould (ad5c3ed) + + * * Upstream version 0.1 * debian/control: Looking for libdbusmenu* + >= 0.1.0 + +2009-08-27 13:39:28 -0500 Ted Gould (41f1b32) + + * Merging in a branch to use the new dbusmenu API and make it more + stable overall. (tag: 0.1, refs/bzr/origin/tags/0.1) + +2009-08-27 13:37:15 -0500 Ted Gould (8756b43) + + * releasing version 0.1~bzr18-0ubuntu1~ppa3~dbusmenu2 + +2009-08-27 13:35:17 -0500 Ted Gould (e8eb773) + + * debian/control: Looking for libdbusmenu* >= 0.1.0 + +2009-08-27 13:34:42 -0500 Ted Gould (f9bee4d) + + * Merge from upstream + +2009-08-27 13:34:28 -0500 Ted Gould (579294b) + + * releasing version 0.1~bzr18-0ubuntu1~ppa3~dbusmenu1 + +2009-08-27 13:33:41 -0500 Ted Gould (cc8a87d) + + * Updating to dbusmenu version 0.1.0 + +2009-08-27 12:53:53 -0500 Ted Gould (72b6ee8) + + * debian/control: Looking for libdbusmenu* >= 0.0.2 + +2009-08-27 12:53:11 -0500 Ted Gould (afc824d) + + * Merge from upstream + +2009-08-27 12:52:30 -0500 Ted Gould (1765940) + + * Instead of populating the menu on added, populate it on + realization. + +2009-08-27 10:48:06 -0500 Ted Gould (409e654) + + * Bumping Dbusmenu version to 0.0.2 + +2009-08-26 21:19:27 -0500 Ted Gould (78f4361) + + * releasing version 0.1~bzr18-0ubuntu1~ppa2 + +2009-08-26 21:17:22 -0500 Ted Gould (0595706) + + * debian/control: Shortening the short description and lengthening + the long one. Fixes a bug (LP: #412024) + +2009-08-26 21:12:59 -0500 Ted Gould (8a8294a) + + * Merging ubuntu-desktop branch + +2009-08-25 16:25:41 -0500 Ted Gould (bb8a746) + + * releasing version 0.1~bzr18-0ubuntu1~ppa1 + +2009-08-25 16:24:35 -0500 Ted Gould (9d0431e) + + * Merging in the upstream branch which has base support for status + with Pidgin and Telepathy. + +2009-08-25 16:21:44 -0500 Ted Gould (a4b4a92) + + * Merging in the more status branch that implements basic status for + Pidgin and Telepathy. + +2009-08-25 15:59:07 -0500 Ted Gould (2ca0db4) + + * Handling a missing session bus by displaying an error. + +2009-08-24 23:48:09 -0500 Ted Gould (297bd7c) + + * releasing version 0.1~bzr17-0ubuntu1~ppa2~morestatus3 + +2009-08-24 23:48:02 -0500 Ted Gould (57b2bd2) + + * Fixing status. + +2009-08-24 23:46:22 -0500 Ted Gould (f820b83) + + * Should be starting with the least available and getting more so, + instead of the other way around. + +2009-08-24 23:43:50 -0500 Ted Gould (1246414) + + * Didn't need that function. + +2009-08-24 23:39:20 -0500 Ted Gould (824c6c2) + + * releasing version 0.1~bzr17-0ubuntu1~ppa2~morestatus2 + +2009-08-24 23:39:11 -0500 Ted Gould (eeb9d11) + + * More status... + +2009-08-24 22:41:56 -0500 Ted Gould (51a1209) + + * At start up if we've got a proxy, let's start everything and get an + initial status. + +2009-08-24 21:52:26 -0500 Ted Gould (ce1f331) + + * Support for setting status stollen from FUSA status manager + (written by me) and signal handling + +2009-08-24 20:48:41 -0500 Ted Gould (95190bc) + + * Connecting the telepathy stuff into the overall status service + +2009-08-24 20:10:19 -0500 Ted Gould (fd8f49b) + + * Building up the proxy. We need one, it's important. + +2009-08-24 17:20:16 -0500 Ted Gould (c8a0f5e) + + * Adding the basic status enums and maps in. + +2009-08-24 15:11:11 -0400 Ken VanDine (3a18ed4) + + * Merged + +2009-08-24 14:07:34 -0500 Ted Gould (18ad21b) + + * Merging in from the ubuntu-desktop branch + +2009-08-24 15:01:34 -0400 Ken VanDine (947f6cf) + + * change branch owner to ubuntu-desktop + +2009-08-24 15:00:51 -0400 Ken VanDine (231af85) + + * * New snapshot (LP: #417035) * Package rename from 'indicator-sus' + to 'indicator-session' * debian/control: - Switching to + indicator-session and conflicting - Changed Vcs-Bzr to + point to ~ubuntu-desktop - Changed the project homepage + and replacing indicator-sus * debian/watch: Switching to + indicator-session* + +2009-08-24 10:40:20 -0500 Ted Gould (9f3f886) + + * Merging from Ken's branch. Ensuring everything is all aligned now. + +2009-08-24 10:59:39 -0400 Ken VanDine (58da09e) + + * Changed Vcs-Bzr to point to ~ubuntu-desktop + +2009-08-22 13:12:15 -0500 Ted Gould (7a02e6d) + + * releasing version 0.1~bzr17-0ubuntu1~ppa2~morestatus1 + +2009-08-22 13:12:09 -0500 Ted Gould (9877b38) + + * Merging in the status work branch + +2009-08-21 12:33:51 -0400 Ken VanDine (db4583e) + + * set to UNRELEASED + +2009-08-21 12:33:00 -0400 Ken VanDine (c7e80e4) + + * set to UNRELEASE + +2009-08-21 12:31:00 -0400 Ken VanDine (6d12313) + + * * Package rename from 'indicator-sus' to 'indicator-session' * + Merging in the branch that adds in the status icons to + the panel. + +2009-08-19 12:17:48 -0500 Ted Gould (7035dee) + + * Using AM 1.11 silent mode + +2009-08-18 17:07:40 -0500 Ted Gould (f2c9467) + + * releasing version 0.1~bzr17-0ubuntu1~ppa1 + +2009-08-18 17:03:53 -0500 Ted Gould (480e4e5) + + * * debian/control: Switching to indicator-session and conflicting + and replacing indicator-sus * debian/watch: Switching to + indicator-session* + +2009-08-18 17:00:49 -0500 Ted Gould (949c62d) + + * Merging in trunk with rename from 'sus' to 'session' + +2009-08-18 16:59:30 -0500 Ted Gould (faef724) + + * Merging in the rename from 'sus' to 'session' + +2009-08-18 09:21:51 -0500 Ted Gould (8b0983e) + + * Ignoring new build files + +2009-08-18 09:17:32 -0500 Ted Gould (439df11) + + * Changing the name from SUS to Session + +2009-08-17 17:20:45 -0500 Ted Gould (f022d79) + + * Getting more of a basis for Telepathy stuff + +2009-08-17 17:07:07 -0500 Ted Gould (a52eb4a) + + * Some marshallers for the Telepathy status stuff. + +2009-08-17 16:52:43 -0500 Ted Gould (d539c58) + + * Initially querying the status so that when we start, we get the + right value. + +2009-08-17 16:31:38 -0500 Ted Gould (7917b6f) + + * Should update for local changes as well. + +2009-08-17 16:29:54 -0500 Ted Gould (2c69e50) + + * Now we can set the value in Pidgin and have it come back over the + wire + +2009-08-17 14:22:11 -0500 Ted Gould (a2f9b2b) + + * Setting up a list of marshallers for the pidgin functionality + +2009-08-17 14:15:38 -0500 Ted Gould (b632849) + + * Pushing in Pidgin code, doesn't compile. + +2009-08-17 09:08:59 -0500 Ted Gould (6765205) + + * releasing version 0.1-0ubuntu3~ppa1 + +2009-08-17 09:08:11 -0500 Ted Gould (8d316de) + + * Merging in the branch that adds in the status icons to the panel. + +2009-08-17 09:05:04 -0500 Ted Gould (b107a29) + + * Merging in the branch getting the status icons working. + +2009-08-12 22:51:51 -0600 Ted Gould (87de995) + + * Merging in updates from trunks + +2009-08-12 22:47:41 -0600 Ted Gould (692f214) + + * Fixes from trunk + +2009-08-12 22:45:07 -0600 Ted Gould (76e386d) + + * Fixes by the distro team found in their packaging of indicator-sus + +2009-08-12 22:41:34 -0600 Ted Gould (6cb2b44) + + * Merging in fixes from the distro team to make packaging actually + good. + +2009-08-12 22:24:17 -0600 Ted Gould (691cc8e) + + * releasing version 0.1~ppa7~status7 + +2009-08-12 22:23:35 -0600 Ted Gould (353afff) + + * Failed logic + +2009-08-12 22:03:20 -0600 Ted Gould (629d336) + + * releasing version 0.1~ppa7~status6 + +2009-08-12 22:03:14 -0600 Ted Gould (9d37b17) + + * Fixing signal name and cleaning debug messages. + +2009-08-12 22:02:06 -0600 Ted Gould (6e421d0) + + * Oops, wrong signal name. Now better. + +2009-08-12 21:55:02 -0600 Ted Gould (fe0d2f8) + + * Cleaning up the debug message. + +2009-08-12 21:48:46 -0600 Ted Gould (05de808) + + * releasing version 0.1~ppa7~status5 + +2009-08-12 21:48:40 -0600 Ted Gould (362f709) + + * Trying to do some more icon fixes. + +2009-08-12 21:47:51 -0600 Ted Gould (8e56c4c) + + * Some debug messages + +2009-08-11 17:28:30 +0200 Alexander Sack (bf96c0b) + + * (merge lp:~indicator-applet-developers/indicator-applet/sus-ubuntu) + * Fixed Vcs-Bzr location, part of the indicator-applet + project * specify Vcs-Bzr-Browser + +2009-08-11 17:23:54 +0200 Alexander Sack (a55731f) + + * releasing version 0.1-0ubuntu1 (tag: 0.1-0ubuntu1, + refs/bzr/origin/tags/0.1-0ubuntu1) + +2009-08-11 11:16:37 -0400 Ken VanDine (d463551) + + * specify Vcs-Bzr-Browser + +2009-08-11 11:14:30 -0400 Ken VanDine (e31de20) + + * Fixed Vcs-Bzr location, part of the indicator-applet project + +2009-08-11 10:14:34 -0400 Ken VanDine (2146618) + + * Depend on indicator-applet >= 0.2 + +2009-08-11 10:08:40 -0400 Ken VanDine (8efe3ea) + + * Changed conflicts for gdm to <= 2.27.4-0ubuntu9 + +2009-08-11 09:54:05 -0400 Ken VanDine (784f777) + + * Added debian/watch + +2009-08-11 09:47:36 -0400 Ken VanDine (c3a1f0a) + + * Cleaning up linitian + +2009-08-11 09:35:06 -0400 Ken VanDine (2f46392) + + * * debian/control - Set Homepage and Vcs-Bzr + +2009-08-11 09:31:50 -0400 Ken VanDine (a2be93c) + + * * Include icons in the tarball * Added license files * Corrected + the FSF address + +2009-08-11 09:30:23 -0400 Ken VanDine (5a6c346) + + * Bumped standards version + +2009-08-11 09:30:04 -0400 Ken VanDine (801aed4) + + * Added copyright and license information + +2009-08-11 09:28:58 -0400 Ken VanDine (fef0849) + + * Ken VanDine 2009-08-11 Added license files Ken VanDine + 2009-08-11 Include the icons in dist Ken VanDine + 2009-08-11 Set version 0.1 Ken VanDine 2009-08-11 + Correct the FSF address + +2009-08-11 09:26:25 -0400 Ken VanDine (0cf0a85) + + * Added license files + +2009-08-11 09:26:16 -0400 Ken VanDine (2a29c3d) + + * Include the icons in dist + +2009-08-11 09:26:05 -0400 Ken VanDine (8f03bd2) + + * Set version 0.1 + +2009-08-11 09:25:43 -0400 Ken VanDine (257db4e) + + * Correct the FSF address + +2009-08-11 09:10:33 -0400 Ken VanDine (78a9b42) + + * Include the icons in the dist + +2009-08-10 12:27:57 -0400 Ken VanDine (5a428c3) + + * Include COPYING.LGPL in dist + +2009-08-10 12:11:24 -0400 Ken VanDine (bae9732) + + * Added debian/copyright + +2009-08-10 12:09:09 -0400 Ken VanDine (01889a2) + + * added license files + +2009-08-10 12:08:38 -0400 Ken VanDine (4f07ef7) + + * Corrected the FSF address + +2009-08-08 14:54:51 -0600 Ted Gould (c269d95) + + * Cleaning up icon code so that we save the current one incase + someone askes. + +2009-08-08 14:37:52 -0600 Ted Gould (de34a6f) + + * releasing version 0.1~ppa7~status4 + +2009-08-08 14:37:45 -0600 Ted Gould (ab6b46e) + + * * Clean up build a little bit * Change internal DBus names + +2009-08-08 14:37:04 -0600 Ted Gould (98aa892) + + * Shuffling around the DBus names so that everything is happier. + +2009-08-08 14:19:35 -0600 Ted Gould (e005495) + + * Fixing the build system to build the DBus interface better. + +2009-08-08 13:44:30 -0600 Ted Gould (675cfc7) + + * I suck + +2009-08-08 13:44:15 -0600 Ted Gould (a336d18) + + * I suck + +2009-08-08 13:43:29 -0600 Ted Gould (a81f1cd) + + * Naming change that got missed + +2009-08-08 13:43:10 -0600 Ted Gould (a6b6f48) + + * API naming change + +2009-08-08 13:34:27 -0600 Ted Gould (65100b2) + + * releasing version 0.1~ppa7~status3 + +2009-08-08 13:34:14 -0600 Ted Gould (eca9ad1) + + * Setting the icon from the status service. + +2009-08-08 11:08:03 -0600 Ted Gould (74ac909) + + * connecting to the signal + +2009-08-08 11:05:08 -0600 Ted Gould (e522c2c) + + * Setting the icon from the callback of asking the value + +2009-08-08 10:58:20 -0600 Ted Gould (e445c0f) + + * Oh, now signals and callbacks, oh, my + +2009-08-08 10:47:24 -0600 Ted Gould (c4a5e5c) + + * Fixing a few things with the dbus stuff and starting to listen to + the extra information on the service. + +2009-08-08 09:47:04 -0600 Ted Gould (695fba3) + + * releasing version 0.1~ppa7~status2 + +2009-08-08 09:45:01 -0600 Ted Gould (052c399) + + * Moving the icons to a better, warmer, place. + +2009-08-08 09:44:17 -0600 Ted Gould (840f181) + + * Fixing the local install of the icons + +2009-08-08 09:39:29 -0600 Ted Gould (0776820) + + * Switching icons directory to the one provided by package config + +2009-08-08 09:15:48 -0600 Ted Gould (02133f5) + + * releasing version 0.1~ppa7~status1 + +2009-08-08 09:15:30 -0600 Ted Gould (46812f4) + + * Lots of updates from a branch to make things on the status front + all happy happy joy joy. + +2009-08-08 09:13:13 -0600 Ted Gould (839f579) + + * Showing the icon. Silly. + +2009-08-08 09:08:33 -0600 Ted Gould (5b09c56) + + * Making dbus names valid, which is a little silly. + +2009-08-08 06:54:10 -0600 Ted Gould (b3c64d9) + + * Changing the signal prototype to be strings instead of pointers. + +2009-08-08 06:48:06 -0600 Ted Gould (8f305c4) + + * Changing the icons to be singular for now. + +2009-08-08 06:47:51 -0600 Ted Gould (4e06e6c) + + * Unused variable + +2009-08-08 06:47:27 -0600 Ted Gould (07f10d4) + + * Adding in -Wall and -Werror to things + +2009-08-08 06:46:28 -0600 Ted Gould (77c213e) + + * Adding unistd.h header + +2009-08-08 06:33:22 -0600 Ted Gould (255ccc8) + + * Setting up signal handlers for the signal changing. We still ask + everyone, they better cache a value :) + +2009-08-08 06:24:04 -0600 Ted Gould (0788baa) + + * Global status being used and thrown over d' bus + +2009-08-08 06:04:11 -0600 Ted Gould (e36075a) + + * Brining in the concept of global status + +2009-08-08 05:55:49 -0600 Ted Gould (d61f15d) + + * Handling the signal better. Now in the header file as well. + +2009-08-08 05:50:34 -0600 Ted Gould (dbf5b1d) + + * Better displose to free the proxy and ensuring that statuc changes + get noted. + +2009-08-08 00:19:38 +0100 Ted Gould (32ae537) + + * releasing version 0.1~ppa6 + +2009-08-08 00:18:39 +0100 Ted Gould (8b12a50) + + * debian/control: Conflicting with gdm < 2.27.4-0ubuntu9 or lower to + stop people from having problems with the PPA. + +2009-08-07 23:57:25 +0100 Ted Gould (07e46f4) + + * releasing version 0.1~ppa5 + +2009-08-07 23:57:17 +0100 Ted Gould (b69a5df) + + * Legal headers on the source files. + +2009-08-07 23:52:48 +0100 Ted Gould (0fe5f16) + + * I forgot to put legal agreements on the top of all the C/H files. + Oops. + +2009-08-07 21:55:55 +0100 Ted Gould (26aa6d7) + + * releasing version 0.1~ppa4 + +2009-08-07 21:55:49 +0100 Ted Gould (ef763a7) + + * Merging in status shuffle branch. + +2009-08-07 21:54:26 +0100 Ted Gould (a52ff08) + + * Merging the branch for better status service. + +2009-08-07 21:42:54 +0100 Ted Gould (a220283) + + * releasing version 0.1~ppa4~statusshuffle2 + +2009-08-07 21:42:37 +0100 Ted Gould (f6e4e6e) + + * Better usage of the names. + +2009-08-07 21:39:52 +0100 Ted Gould (848e09b) + + * Put the user's real name in the menu item. + +2009-08-07 21:06:04 +0100 Ted Gould (7ddcb5f) + + * releasing version 0.1~ppa4~statusshuffle1 + +2009-08-07 21:05:58 +0100 Ted Gould (c4dbc5b) + + * Merging in status shuffle branch to package it. + +2009-08-07 20:19:44 +0100 Ted Gould (d109578) + + * Getting an image built for offline + +2009-08-07 20:10:15 +0100 Ted Gould (e1c7ffd) + + * A whole bunch of icons that are from our previous FUSA patches + +2009-08-07 19:37:37 +0100 Ted Gould (348bd32) + + * Clean it up. + +2009-08-07 19:36:33 +0100 Ted Gould (be90d53) + + * Using the user name + +2009-08-06 17:49:49 +0100 Ted Gould (04cc48e) + + * Some dummy code to get a name + +2009-08-06 16:17:40 +0100 Ted Gould (5afcbe0) + + * Now we have privates. + +2009-08-06 15:49:04 +0100 Ted Gould (770f034) + + * More and better prototypes + +2009-08-06 15:28:41 +0100 Ted Gould (39ac4b9) + + * Getting a new object to remove an error. + +2009-08-06 15:22:47 +0100 Ted Gould (78afa2e) + + * Adding a couple of signals in here. + +2009-08-06 13:08:33 +0100 Ted Gould (e988b52) + + * ayatana.org + +2009-08-06 12:56:12 +0100 Ted Gould (8f96c69) + + * Doing a registration and a connection to DBus + +2009-08-06 12:39:59 +0100 Ted Gould (a253844) + + * Something global to track all the DBus stuff. + +2009-08-06 12:27:39 +0100 Ted Gould (aff047a) + + * Putting the user name in a menu label. + +2009-08-06 12:14:53 +0100 Ted Gould (82a2c8c) + + * Status submenu + +2009-07-26 23:50:54 -0500 Ted Gould (61e75b0) + + * releasing version 0.1~ppa3 + +2009-07-26 23:50:41 -0500 Ted Gould (b9b31f3) + + * Making sure merging will be easy in the future. + +2009-07-26 23:50:22 -0500 Ted Gould (c8cb2fa) + + * Fleshing out significantly. Inital rerelease. + +2009-07-26 23:47:27 -0500 Ted Gould (9b7303c) + + * Merging in the branch to port everything to libindicator and + fleshing thigns out. + +2009-07-26 23:45:41 -0500 Ted Gould (a4ab46a) + + * releasing version 0.1~ppa2~indicator9ubuntu9 + +2009-07-26 23:45:32 -0500 Ted Gould (935037f) + + * * Lock screen works * Pidgin proxy gets setup and doesn't crash + +2009-07-26 23:44:19 -0500 Ted Gould (0417e70) + + * Setting up the Pidgin proxy + +2009-07-26 21:45:37 -0500 Ted Gould (a2e7239) + + * A function to lock the saver + +2009-07-26 21:45:06 -0500 Ted Gould (2931dc6) + + * Debug message + +2009-07-26 20:53:54 -0500 Ted Gould (a438fcc) + + * Using GET_CLASS instead of CLASS. Oops + +2009-07-24 16:58:56 -0500 Ted Gould (fe8cb50) + + * releasing version 0.1~ppa2~indicator9ubuntu8 + +2009-07-24 16:58:43 -0500 Ted Gould (85a99fa) + + * Ah, forgot the service files. + +2009-07-24 16:57:58 -0500 Ted Gould (ec801df) + + * Changing the names in the service files as well. + +2009-07-24 16:51:00 -0500 Ted Gould (37edf64) + + * releasing version 0.1~ppa2~indicator9ubuntu7 + +2009-07-24 16:50:53 -0500 Ted Gould (bec2ec6) + + * debian/control: Add binary dep on DeviceKit Power + +2009-07-24 16:46:49 -0500 Ted Gould (09b09a6) + + * * Adding in devkit power support for suspend/hibernate * Changing + namespace from com.ubuntu to org.ayatana + +2009-07-24 16:45:20 -0500 Ted Gould (efaf013) + + * Adding a debug message + +2009-07-24 16:19:29 -0500 Ted Gould (091902b) + + * Changing to the ayatana.org namespace + +2009-07-24 16:16:14 -0500 Ted Gould (4f711cf) + + * Whitespace, who hoo, I'm earning karma for this + +2009-07-24 16:15:09 -0500 Ted Gould (ec987aa) + + * Setting the visiblity of the menu items based on whether DKP + reports that we have the functionality. + +2009-07-24 15:56:36 -0500 Ted Gould (030273f) + + * Checking the suspend and hibernate properties + +2009-07-24 13:52:45 -0500 Ted Gould (7892498) + + * Setting up change, and issuing a response + +2009-07-24 10:42:42 -0500 Ted Gould (73a077d) + + * TODO list + +2009-07-24 08:28:39 -0500 Ted Gould (f97c0f6) + + * Comment update + +2009-07-23 21:53:04 -0500 Ted Gould (db481c5) + + * Adding in the function to make the calls to DKP + +2009-07-23 21:43:18 -0500 Ted Gould (74622d7) + + * releasing version 0.1~ppa2~indicator9ubuntu5 + +2009-07-23 21:43:11 -0500 Ted Gould (bf692e8) + + * debian/control: Adding a dep on polkit-gnome-dev + +2009-07-23 21:11:50 -0500 Ted Gould (7419d52) + + * Building the DKP proxies + +2009-07-23 20:37:51 -0500 Ted Gould (44fe178) + + * Adding in some DKp defines. + +2009-07-23 16:15:04 -0500 Ted Gould (65fe469) + + * Some comments are always good. + +2009-07-23 16:08:08 -0500 Ted Gould (bf6aa03) + + * releasing version 0.1~ppa2~indicator9ubuntu4 + +2009-07-23 16:07:53 -0500 Ted Gould (e46e07c) + + * Basically getting this session stuff working. Well, all the stuff + that kills data. + +2009-07-23 15:56:04 -0500 Ted Gould (04c5db2) + + * Adding in the action code from our previous patches to FUSA + +2009-07-23 15:46:07 -0500 Ted Gould (624c4ac) + + * Now check for the PK dialog and otherwise run ours. If we get + restart, restart + +2009-07-23 10:19:20 -0500 Ted Gould (bf936e1) + + * Getting all the parameters working so that we can set the dialog + type + +2009-07-23 00:18:28 -0500 Ted Gould (74da035) + + * Basic command line parsing. Not working 100% yet. + +2009-07-22 17:23:00 -0500 Ted Gould (4581364) + + * releasing version 0.1~ppa2~indicator9ubuntu3 + +2009-07-22 17:22:50 -0500 Ted Gould (6cb0ee8) + + * Wrong function, building a path instead of a filename. Err. + +2009-07-22 17:22:23 -0500 Ted Gould (93015d3) + + * Damn it, wrong function + +2009-07-22 12:48:51 -0500 Ted Gould (60b5dcf) + + * releasing version 0.1~ppa2~indicator9ubuntu2 + +2009-07-22 12:48:41 -0500 Ted Gould (3852cae) + + * Adding a helper for the logout window. And setting things up to + call it. + +2009-07-22 12:31:39 -0500 Ted Gould (c9cfcc8) + + * Executing the helper, but it needs to be the one in the libexec + path. + +2009-07-22 10:24:38 -0500 Ted Gould (e43d5e4) + + * Make a dialog pop up. Not really the right one, but one. + +2009-07-22 10:24:02 -0500 Ted Gould (54b1242) + + * Switching to having a single handler and then everyone calling it + with a parameter. + +2009-07-21 16:25:00 -0500 Ted Gould (6b11030) + + * ifdef protection + +2009-07-21 16:20:31 -0500 Ted Gould (316a59d) + + * Whoo, hoo, it builds + +2009-07-21 16:06:05 -0500 Ted Gould (472065f) + + * Bringing in all the GTK includes and libraries + +2009-07-21 15:56:01 -0500 Ted Gould (96ca29c) + + * Building a little dialog. Now it's kinda linked into the build + system. + +2009-07-21 10:55:58 -0500 Ted Gould (49a4fd2) + + * releasing version 0.1~ppa2~indicator9ubuntu1 + +2009-07-21 10:55:51 -0500 Ted Gould (2ca3cfc) + + * Adding in lots of fun menu items. This way the menu looks more + complete than it really is :) + +2009-07-21 10:54:22 -0500 Ted Gould (9ac0ced) + + * Adding in lock screen. This is all the menu items now. + +2009-07-21 10:51:08 -0500 Ted Gould (2c4cdbd) + + * Adding menu items for session stuff + +2009-07-20 15:20:15 -0500 Ted Gould (a8c42b3) + + * releasing version 0.1~ppa2~indicator9 + +2009-07-20 15:20:07 -0500 Ted Gould (c698391) + + * Updating the users daemon to have usable generic functions but no + dummy users. + +2009-07-20 14:04:15 -0500 Ted Gould (fdb5cc0) + + * Expanding command line option to make it easier to read + +2009-07-20 14:02:40 -0500 Ted Gould (bde7584) + + * Turning everythign into a check and a way to start a new fancy + login session + +2009-07-20 12:44:32 -0500 Ted Gould (c1b3273) + + * Setting the menu item to activate the guest user session + +2009-07-20 11:28:50 -0500 Ted Gould (015f1c1) + + * Switching from dummy users to useful menuitems + +2009-07-17 21:58:30 -0500 Ted Gould (41fc752) + + * releasing version 0.1~ppa2~indicator8 + +2009-07-17 21:58:19 -0500 Ted Gould (dd415d6) + + * Going Karmic + +2009-07-17 21:57:55 -0500 Ted Gould (5619be2) + + * Ignoring build files + +2009-07-01 00:07:26 -0500 Ted Gould (27d05d0) + + * releasing version 0.1~ppa2~indicator7 + +2009-07-01 00:07:12 -0500 Ted Gould (b66aad6) + + * * Switching to DbusmenuGtkClient instead of DbusmenuGtkMenu * + Adding some dummy data to users. + +2009-06-30 23:58:08 -0500 Ted Gould (ae5eca7) + + * Ignoring some autogenerated files. + +2009-06-30 23:56:13 -0500 Ted Gould (ee4d58a) + + * Moving the server to after the items makes things work better, but + I'm curious why it's failing. This is more a test for + dbusmenu though which'll have better debug. + +2009-06-30 16:53:09 -0500 Ted Gould (42644e5) + + * Getting some menuitems + +2009-06-30 16:46:42 -0500 Ted Gould (17e41d8) + + * Some debugging info. + +2009-06-30 16:40:46 -0500 Ted Gould (f084e85) + + * Showing the loading item. Atleast that works now. + +2009-06-30 16:14:01 -0500 Ted Gould (6bd2d42) + + * Bah, I hate pointers some days. + +2009-06-30 15:51:10 -0500 Ted Gould (cc19423) + + * Trying to flesh out the add function some more, but this commit + doesn't build as apparently switches have to have integers + now. This takes half of the fun out of C if you can't use + crazy function pointers everywhere! Where's the sport in + readable code? + +2009-06-30 15:27:38 -0500 Ted Gould (a6afde9) + + * Switching over the status menu too. Woot! + +2009-06-30 15:20:32 -0500 Ted Gould (23bead1) + + * Adding in stuff for the users menu. Getting better at this. + +2009-06-30 11:02:04 -0500 Ted Gould (07ad2f2) + + * Working more on changing the style of how things work for clients. + This is the session based items. + +2009-06-26 16:48:06 -0500 Ted Gould (4512d99) + + * Phase one switch to the client instead of the menu + +2009-06-22 22:50:31 -0500 Ted Gould (bfdd4d7) + + * releasing version 0.1~ppa2~indicator6 + +2009-06-22 22:50:18 -0500 Ted Gould (b4f32db) + + * * Removing the .so versions * Using the new dbusmenu signals + instead of the GtkContainer ones that don't really + signal. + +2009-06-22 22:49:02 -0500 Ted Gould (23fa731) + + * Using the new dbusmenu signal for item added + +2009-06-22 13:08:35 -0500 Ted Gould (5a5c1bb) + + * Removing the .so* stuff + +2009-06-19 15:32:49 -0500 Ted Gould (2cb6204) + + * Showing the added menu and adding in a loading item. + +2009-06-19 14:43:11 -0500 Ted Gould (ec00fcc) + + * releasing version 0.1~ppa2~indicator5 + +2009-06-19 14:42:59 -0500 Ted Gould (1af8b14) + + * Changing the signal names. + +2009-06-19 14:42:15 -0500 Ted Gould (901278c) + + * Oh, the signal is 'add' not 'added'. How I love to have random + strings without checking, all the elegance of Python. + +2009-06-19 13:44:03 -0500 Ted Gould (61cbe26) + + * releasing version 0.1~ppa2~indicator4 + +2009-06-19 13:43:52 -0500 Ted Gould (10c2d30) + + * Code to start merging in menus. + +2009-06-19 13:43:01 -0500 Ted Gould (7f2cb8b) + + * Fleshing out the insertion function. Let's get some menus. + +2009-06-19 13:38:01 -0500 Ted Gould (c99e8b5) + + * Bubbling up the position information to a final function to put + things on the main menu. + +2009-06-19 10:20:06 -0500 Ted Gould (310a2c1) + + * Adding in separators + +2009-06-19 07:28:32 -0500 Ted Gould (3f7108f) + + * releasing version 0.1~ppa2~indicator3 + +2009-06-19 07:27:52 -0500 Ted Gould (a6bcca1) + + * debian/rules: Removing the .a/.la clutter in the install directory. + +2009-06-19 07:26:04 -0500 Ted Gould (8300e16) + + * Updating from branch, lazy loading the services. + +2009-06-19 07:21:36 -0500 Ted Gould (377777d) + + * Splitting out the menu loading and process starting code to make it + lazy and push it into the idle loop. No blocking DBus on + startup. + +2009-06-16 17:16:50 -0500 Ted Gould (c886775) + + * releasing version 0.1~ppa2~indicator2 + +2009-06-16 17:16:37 -0500 Ted Gould (83506b0) + + * Updating the build to make proper service files + +2009-06-16 17:15:39 -0500 Ted Gould (080aa53) + + * Building the service files more correctly. + +2009-06-15 16:33:34 -0500 Ted Gould (2ac220d) + + * releasing version 0.1~ppa2~indicator1 + +2009-06-15 16:32:14 -0500 Ted Gould (b221a7e) + + * Changing package name to indicator-sus + +2009-06-15 16:27:19 -0500 Ted Gould (08834aa) + + * debian/control: Adding build depends on libindicator-dev, + libdbusmenu-glib-dev and libdbusmenu-gtk-dev + +2009-06-15 16:21:08 -0500 Ted Gould (0e7a077) + + * Upstream from the indicator branch. + +2009-06-12 17:04:48 -0500 Ted Gould (094b80f) + + * Okay, we need functions as we want a list of icons. + +2009-06-12 16:56:08 -0500 Ted Gould (9eb7651) + + * A quickly little object to put itself on DBus. + +2009-06-12 16:34:22 -0500 Ted Gould (35477b8) + + * Brining in the client side of the API + +2009-06-12 16:31:10 -0500 Ted Gould (92632f9) + + * Actually the client is the indicator. Silly to have one binary be + both client and server, heh. + +2009-06-12 16:20:47 -0500 Ted Gould (d9116a6) + + * Adding a DBus interface for the status specific stuff + +2009-06-12 12:54:15 -0500 Ted Gould (922ee2a) + + * Some comments describing the intentions of the functions. + +2009-06-12 12:50:02 -0500 Ted Gould (f3f762e) + + * Putting in the status translation tables. + +2009-06-11 21:14:22 -0500 Ted Gould (54a3bda) + + * Adding in a proxy to start gettin' us some Pidgin + +2009-06-11 21:12:17 -0500 Ted Gould (b89d8f4) + + * Oops, what a mess up. But this sure makes things unhappy. Nasty to + debug segfault. + +2009-06-11 16:39:22 -0500 Ted Gould (a14bc91) + + * Okay, let's use these providers. We're 733t now. + +2009-06-11 16:27:03 -0500 Ted Gould (2cb1046) + + * Starting to connect things together. Let's get some Pidgin in + there. + +2009-06-11 15:54:13 -0500 Ted Gould (5ad8f59) + + * Now we're setting the status provider functions of the + StatusProvider interface. + +2009-06-11 14:47:42 -0500 Ted Gould (963f141) + + * Preliminary pidgin wrappers. + +2009-06-11 14:26:04 -0500 Ted Gould (3567cdb) + + * Adding in a good ol' signal handler and even emits this puppy. + Whew. + +2009-06-11 14:17:04 -0500 Ted Gould (f9aa333) + + * Some public funtions and now they can be subclassed + +2009-06-11 13:43:16 -0500 Ted Gould (01df160) + + * Don't need a private or dispose or finalize. This class is more of + an interface. + +2009-06-11 12:06:09 -0500 Ted Gould (bac4397) + + * Moving the enum into the provider object and changing the name + everywhere. + +2009-06-11 12:01:59 -0500 Ted Gould (9b6dcf5) + + * Providing the first hints at an API + +2009-06-11 10:20:46 -0500 Ted Gould (3fc5dff) + + * Adding in the basic (generated) framework for the status provider + object + +2009-06-10 17:17:25 -0500 Ted Gould (6a31012) + + * Oops, forgot about invisible. I guess that's kinda expected + though, as it's invisible. + +2009-06-10 17:02:43 -0500 Ted Gould (257c07f) + + * Connecting in a callback. + +2009-06-10 16:55:12 -0500 Ted Gould (bf4f011) + + * Building the menuitems + +2009-06-10 16:17:53 -0500 Ted Gould (913e99f) + + * Using the defines and strings that were in our patches to FUSA. I + wrote the code, so it is like other things © Canonical so + there is no issue there. There is other code in FUSA that + is not. + +2009-06-10 09:56:54 -0500 Ted Gould (9c50845) + + * Making sure to clean up the generated service files. Whew. Pass + distcheck. + +2009-06-10 09:52:00 -0500 Ted Gould (0909c13) + + * Adding in the DBus services directory with localinstall support + +2009-06-10 09:48:51 -0500 Ted Gould (4a38871) + + * Adding a configure flag so that indicators can be installed locally + for distcheck purposes. + +2009-06-09 17:00:07 -0500 Ted Gould (b00bec8) + + * Copying that code into the other two services. Now we're dbus-y. + +2009-06-09 16:58:52 -0500 Ted Gould (21cc4e9) + + * Bringing up a dbusmenu item. + +2009-06-09 16:53:00 -0500 Ted Gould (ee01322) + + * Adding more dependencies and cflags and stuff to make the builds of + the services more complete + +2009-06-09 15:35:25 -0500 Ted Gould (49c4646) + + * Oh, stealing the methods used in PolicyKit for building these. I + dislike calling sed directly, but the results are + fantastic. + +2009-06-09 11:35:11 -0500 Ted Gould (45361f6) + + * Adding in a bunch of service files. We're hip now. + +2009-06-09 10:59:51 -0500 Ted Gould (1e2d459) + + * Now we're building services. Snazy. + +2009-06-08 16:59:12 -0500 Ted Gould (a94e5d4) + + * Renaming the C file as well. + +2009-06-08 16:57:56 -0500 Ted Gould (770526c) + + * Changing the name to get rid of FUSA, which doesn't really make + sense anymore. + +2009-06-08 16:25:14 -0500 Ted Gould (80b3de3) + + * Making things into a set of three user-daemons. + +2009-06-08 14:45:38 -0500 Ted Gould (d68a776) + + * Switching the pkgconfig based directory. + +2009-06-08 14:37:40 -0500 Ted Gould (95ed530) + + * Changing the build stuff for ye ol' fusa indicator + +2009-06-08 14:20:47 -0500 Ted Gould (a36493a) + + * Adding in new deps and a version bump + +2009-06-08 14:07:53 -0500 Ted Gould (aaee001) + + * Merging from trunk. Splitting out packaging and getting all the + files. + +2009-06-08 14:07:15 -0500 Ted Gould (fdf84c9) + + * Removing the packaging from trunk + +2009-06-08 14:06:44 -0500 Ted Gould (f5cec7c) + + * Removing packaing from trunk + +2009-06-08 14:05:23 -0500 Ted Gould (f139786) + + * Heh, forgot to put that file in. + +2008-12-04 23:53:48 -0800 Ted Gould (cfbfb0f) + + * FUSA-fying it + +2008-12-04 23:19:23 -0800 Ted Gould (0f78812) + + * Ignore stuff + +2008-12-04 23:15:05 -0800 Ted Gould (3b89809) + + * Moving the directory + +2008-12-04 20:36:11 -0800 Ted Gould (fc14666) + + * Starting Debian Packaging + +2008-12-04 20:28:50 -0800 Ted Gould (1bf559d) + + * Showing by default. + +2008-12-04 19:38:31 -0800 Ted Gould (ebb7bab) + + * Making the directory the same as the applet. Should have done that + first, eh. + +2008-12-04 19:17:03 -0800 Ted Gould (79eefb2) + + * Ignoring + +2008-12-04 19:13:41 -0800 Ted Gould (70aaffd) + + * Actually getting this all to build reasonably. + +2008-12-04 16:34:45 -0800 Ted Gould (76713f0) + + * Checkmark checkin + -- cgit v1.2.3