From 4fd7ae86d415656470e5707b777f07957622ddbd Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 22 May 2017 13:48:53 +0200 Subject: release 0.6.0 --- ChangeLog | 8188 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 8188 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e69de29..eafed1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -0,0 +1,8188 @@ +2017-05-22 13:48:53 +0200 Mike Gabriel (392b9d0) + + * release 0.6.0 (HEAD -> master) + +2017-05-22 14:03:19 +0200 Mike Gabriel (c49b409) + + * Add empty NEWS file to prevent FTBFS. (release-builds) + +2017-05-22 13:47:34 +0200 Mike Gabriel (9029a50) + + * Update AUTHORS file. + +2017-05-22 13:46:17 +0200 Mike Gabriel (0409f01) + + * Move NEWS -> NEWS.Canonical. + +2017-05-22 13:46:00 +0200 Mike Gabriel (820f332) + + * autogen.sh: Add 'ayatana-' to the PKG_NAME value. + +2017-05-22 13:45:40 +0200 Mike Gabriel (6523f70) + + * README: Update, don't mention Unity. We are non-Ubuntu centric. + Also adapt path where indicator service files have to be + placed. + +2017-05-16 11:09:43 +0200 Mike Gabriel (8c2a254) + + * Fix up for previous commit. + +2017-05-15 16:46:44 +0200 Mike Gabriel (ac3c960) + + * One step back... Mimick Canonical's API. Use their namespace for + item attributes. + +2017-05-15 16:45:55 +0200 Mike Gabriel (9c42187) + + * tools/80indicator-debugging: Adapt comment header to our fork. + +2017-05-15 11:03:55 +0200 Ted Gould (0f68605) + + * ayatana-indicator-common: Add a package to hold shared systemd + targets for systemd user session. + +2017-05-15 10:49:03 +0200 Mike Gabriel (4ab9812) + + * drop buildcruft file + +2017-05-15 10:18:27 +0200 Mike Gabriel (c4a411d) + + * build system: Switch from gnome-common to mate-common. + +2016-02-19 10:56:53 +0100 Iain Lane (0871d14) + + * Add -lm via LDADD to resolve FTBFS in Ubuntu 16.04 and Debian + stretch/unstable. + +2015-11-16 16:05:54 +0100 Mike Gabriel (c9b08c1) + + * Use x-ayatanaindicator-* instead of x-canonical-*. + +2015-11-16 15:16:58 +0100 Mike Gabriel (1748add) + + * Makefile.am: Replace dist-hook for Bazaar based VCS repo against + dist-hook for a Git based VCS repo. + +2015-11-11 14:35:44 +0100 Mike Gabriel (35fbed9) + + * debian/libayatana-indicator*.symbols: Add .symbols files for shared + libraries. + +2015-11-11 14:35:14 +0100 Mike Gabriel (9469b6e) + + * debian/rules: Remove builddir/ and build-aux/ directories when + auto-cleaning up package. + +2015-11-11 05:52:38 +0100 Mike Gabriel (ed550aa) + + * Drop .bzrignore file. + +2015-11-10 22:52:23 +0100 Mike Gabriel (3682a7c) + + * debian/changelog: Use a Debianinc revision in the package version + (0.6.0 -> 0.6.0-0). + +2015-11-10 17:52:01 +0100 Mike Gabriel (9c0552f) + + * debian/control: Fix build-dep issue for libayatana-ido3-0.4-dev. + +2015-11-07 06:02:30 +0000 Mike Gabriel (fc142ac) + + * Various fixes for making the library name change complete. + +2015-11-06 14:46:09 +0000 Mike Gabriel (9d1b39f) + + * Fork libayatana-indicator from Ubuntu's libindicator shared + library. + +2014-09-22 13:41:36 +0000 CI bot (b1f280a) + + * Releasing 12.10.2+14.10.20140922-0ubuntu1 + (refs/bzr/origin/tags/12.10.2+14.10.20140922-0ubuntu1, + refs/bzr/origin/heads/master) + +2014-09-22 13:41:26 +0000 Marco Trevisan (Treviño) (5ae6789) + + * IndicatorNG: Reverse the scroll delta on left scroll events + +2014-07-16 15:41:25 +0200 Marco Trevisan (Treviño) (19b7298) + + * IndicatorNG: Reverse the scroll delta on left scroll events + +2014-07-16 15:40:42 +0200 Marco Trevisan (Treviño) (1a211d6) + + * IndicatorLoader: convert gtk scroll events to indicator object + events + +2014-07-16 15:00:51 +0200 Marco Trevisan (Treviño) (515f717) + + * IndicatorLoader: add scroll-entry support + +2014-04-02 14:50:54 +0000 CI bot (14a8261) + + * Releasing 12.10.2+14.04.20140402-0ubuntu1 + (refs/bzr/origin/tags/12.10.2+14.04.20140402-0ubuntu1) + +2014-04-02 14:50:38 +0000 William Hua (e662c87) + + * Don't load using the icon info structure if it's a GBytesIcon. + Fixes: 1293548 + +2014-03-29 22:12:56 +1300 William Hua (68a5ec6) + + * Don't load using the icon info structure if it's a bytes icon. + +2014-03-04 10:58:35 +0000 CI bot (1dc288c) + + * Releasing 12.10.2+14.04.20140304-0ubuntu1 + (refs/bzr/origin/tags/12.10.2+14.04.20140304-0ubuntu1) + +2014-03-04 10:58:28 +0000 Marco Trevisan (Treviño) (a0a0b28) + + * IndicatorImageHelper: always try to use a GIcon or the filename as + source of the GdkImage + +2014-03-03 11:25:29 +0100 Marco Trevisan (Treviño) (844e1b5) + + * IndicatorImageHelper: let's use the actual icon file if its height + is less than ICON_SIZE + +2014-03-03 10:44:10 +0100 Marco Trevisan (Treviño) (8a1bdd7) + + * IndicatorLoader: Make sure that we load the icon at its original + size, if not higher than IMAGE_SIZE + +2014-02-28 07:17:20 +0100 Marco Trevisan (Treviño) (acf1752) + + * ImageHelper: set image from icon name if we have the filename + +2014-02-28 06:52:57 +0100 Marco Trevisan (Treviño) (12db08f) + + * IndicatorImageHelper: always try to use a GIcon or the file-name as + source of the Gdk image + +2014-02-18 15:45:39 +0000 CI bot (517d1b4) + + * Releasing 12.10.2+14.04.20140218-0ubuntu1 + (refs/bzr/origin/tags/12.10.2+14.04.20140218-0ubuntu1) + +2014-02-18 15:45:31 +0000 Marco Trevisan (Treviño) (31d0819) + + * IndicatorObject: add parent_window parameter to IndicatorEntry + +2014-02-13 17:18:53 +0100 Marco Trevisan (Treviño) (9affd1f) + + * IndicatorObject: add parent_window parameter to IndicatorEntry + +2014-01-29 16:47:10 +0000 CI bot (a7660e5) + + * Releasing 12.10.2+14.04.20140129-0ubuntu1 + +2014-01-29 16:47:01 +0000 Lars Uebernickel (ced7687) + + * indicator-ng: support "submenu-action" on root menu items Fixes: + 793450 + +2014-01-29 14:16:59 +0100 Lars Uebernickel (239817c) + + * indicator-ng: support "submenu-action" on root menu items + +2014-01-17 18:40:36 +0100 Łukasz 'sil2100' Zemczak (759fdd8) + + * Sync trunk with what's in the archive + +2013-12-20 20:31:02 +0000 Colin Watson (b7f9938) + + * Use named icons rather than (deprecated) stock items. Fixes: + https://bugs.launchpad.net/bugs/1262626. + +2013-12-20 11:30:44 +0000 Colin Watson (a1e5383) + + * Use named icons rather than (deprecated) stock items. + +2013-12-19 15:35:18 +0000 Lars Uebernickel (f6b60f1) + + * Don't treat deprecation warnings as errors and fix indicator-ng + test for gtk 3.10. Fixes: + https://bugs.launchpad.net/bugs/1262626. + +2013-12-19 15:51:13 +0100 Lars Uebernickel (b2d4deb) + + * test-indicator-ng: adapt to new gtkmodelmenuitem widget structure + +2013-12-19 15:50:54 +0100 Lars Uebernickel (ef145fc) + + * Don't treat deprecation warnings as errors + +2013-11-25 15:38:48 +0000 Automatic PS uploader (a1318f0) + + * Releasing 12.10.2+14.04.20131125-0ubuntu1 (revision 517 from + lp:libindicator). + +2013-11-25 03:55:11 +0000 Automatic PS uploader (cef38fd) + + * Releasing 12.10.2+14.04.20131125-0ubuntu1, based on r517 + +2013-10-31 10:00:21 -0700 Timo Jyrinki (69132b0) + + * Sync changelog from what's in archive. + +2013-10-29 00:18:26 +0000 Lars Uebernickel (cf5ac5e) + + * Allow setting different positions for each profile in indicator + files + +2013-10-24 03:44:21 +0000 Charles Kerr (773d09b) + + * When we can't get a handle to the bus, exit gracefully instead of + crashing. Fixes: https://bugs.launchpad.net/bugs/1218222. + +2013-10-23 21:08:35 -0500 Charles Kerr (2d8ee13) + + * minor cleanup in the dispose() and finalize() functions + +2013-10-23 21:04:19 -0500 Charles Kerr (40b4288) + + * When we can't get a handle to the system bus, exit gracefully + instead of crashing. + +2013-10-17 20:04:16 +0000 Lars Uebernickel (de95588) + + * indicator-ng: always create entry.label and entry.image + +2013-10-17 14:57:08 -0400 Lars Uebernickel (244d618) + + * indicator-ng: always create entry.label and entry.image + +2013-10-17 02:04:17 +0000 Lars Uebernickel (ccf83ad) + + * Warn when an indicator doesn't get respawned anymore. + +2013-10-16 19:16:08 -0400 Lars Uebernickel (0a9a95f) + + * Warn when an indicator doesn't get respawned anymore + +2013-10-10 16:50:29 +0200 Lars Uebernickel (478ea09) + + * Allow setting per-profile positions in indicator files + +2013-09-13 19:42:14 +0000 Automatic PS uploader (a52033e) + + * Releasing 12.10.2+13.10.20130913-0ubuntu1 (revision 511 from + lp:libindicator). + +2013-09-13 15:15:38 +0000 Automatic PS uploader (f5e4716) + + * Releasing 12.10.2+13.10.20130913-0ubuntu1, based on r511 + +2013-09-09 14:00:06 +0000 Lars Uebernickel (5878e6b) + + * Expose scrolling and middle clicking to fix bug #1221242 and + #1204036 (make scrolling and middle clicking work on the + sound indicator). Fixes: + https://bugs.launchpad.net/bugs/1204036, + https://bugs.launchpad.net/bugs/1221242. + +2013-09-09 15:32:49 +0200 Lars Uebernickel (9e857c3) + + * Remove debug message + +2013-09-09 14:09:57 +0200 Lars Uebernickel (bb39362) + + * Support x-canonical-secondary action + +2013-09-09 13:40:49 +0200 Lars Uebernickel (f4fa566) + + * Support "x-canonical-scroll-action" + +2013-08-23 02:49:55 +0000 Automatic PS uploader (86f3d9e) + + * Releasing 12.10.2+13.10.20130823-0ubuntu1 (revision 509 from + lp:libindicator). + +2013-08-23 02:08:00 +0000 Automatic PS uploader (415565b) + + * Releasing 12.10.2+13.10.20130823-0ubuntu1, based on r509 + +2013-08-22 22:33:16 +0000 Marco Trevisan (Treviño) (b47e0f1) + + * IndicatorDesktopShortcuts: add support to Path key for shortcut + items. Fixes: https://bugs.launchpad.net/bugs/1113883. + +2013-08-22 18:57:50 +0200 Marco Trevisan (Treviño) (59a242d) + + * IndicatorDesktopShortcut: fix indentation + +2013-08-22 18:55:46 +0200 Marco Trevisan (Treviño) (427b5d5) + + * IndicatorDesktopShortcuts: restore previous working dir if we + changed it + +2013-08-09 12:54:25 +0200 Marco Trevisan (Treviño) (6d93aba) + + * IndicatorDesktopShortcuts: use g_key_file_get_string for path + +2013-08-08 12:18:47 +0200 Marco Trevisan (Treviño) (c0bb294) + + * IndicatorDesktopShortcuts: add support to Path key for shortcut + items + +2013-07-31 08:50:32 +0000 Automatic PS uploader (f695712) + + * Releasing 12.10.2+13.10.20130731-0ubuntu1 (revision 507 from + lp:libindicator). + +2013-07-31 02:02:40 +0000 Automatic PS uploader (a8df6b3) + + * Releasing 12.10.2+13.10.20130731-0ubuntu1, based on r507 + +2013-07-30 19:35:58 +0000 Charles Kerr (ae7687c) + + * in indicator-loader3, if we're looking at an ng-style indicator, + show all of its profiles instead of just one. + +2013-07-26 12:32:08 -0500 Charles Kerr (e430061) + + * explicitly set UBUNTU_MENUPROXY to 0 + +2013-07-26 01:58:55 -0500 Charles Kerr (f842a80) + + * more copyediting. why am I awake? + +2013-07-26 01:28:09 -0500 Charles Kerr (5acc284) + + * copyediting: fix linewraps + +2013-07-25 23:56:05 -0500 Charles Kerr (7f61992) + + * plug a keyfile leak + +2013-07-25 23:46:11 -0500 Charles Kerr (083af7d) + + * in indicator-loader, show =all= the profiles + +2013-07-19 02:49:52 +0000 Automatic PS uploader (ce7a42f) + + * Releasing 12.10.2+13.10.20130719-0ubuntu1 (revision 505 from + lp:libindicator). + +2013-07-19 02:03:05 +0000 Automatic PS uploader (ed00a13) + + * Releasing 12.10.2+13.10.20130719-0ubuntu1, based on r505 + +2013-07-18 07:27:06 +0000 Marco Trevisan (Treviño) (0c4921a) + + * IndicatorDesktopShortcuts: fix memory leak, free groupheader. + +2013-07-17 21:47:48 +0200 Marco Trevisan (Treviño) (598c4b7) + + * IndicatorDesktopShortcuts: free groupheader + +2013-07-02 09:35:19 +0000 Automatic PS uploader (507e694) + + * Releasing 12.10.2+13.10.20130702-0ubuntu1 to ubuntu. + +2013-07-02 02:02:40 +0000 Automatic PS uploader (4cacb64) + + * Releasing 12.10.2+13.10.20130702-0ubuntu1, based on r503 + +2013-06-28 17:50:12 -0400 Lars Uebernickel (4ec8c2f) + + * Add support for indicators to tell the panel where they'd like to + appear + +2013-06-28 16:03:16 -0400 Lars Uebernickel (e7e2b63) + + * indicator-object: g_return_if_fail -> g_return_val_if_fail + +2013-06-28 14:36:28 -0400 Lars Uebernickel (9090409) + + * README: include information about the new Position key in indicator + files + +2013-06-28 14:30:33 -0400 Lars Uebernickel (e744e38) + + * Allow indicators to tell the panel where they want to appear + +2013-06-28 15:20:50 +0000 Automatic PS uploader (3470db7) + + * Releasing 12.10.2+13.10.20130628-0ubuntu1 to ubuntu. + +2013-06-28 02:02:40 +0000 Automatic PS uploader (55e85a1) + + * Releasing 12.10.2+13.10.20130628-0ubuntu1, based on r501 + +2013-06-27 19:35:40 +0000 Charles Kerr (b4ea3e7) + + * Fixes a crasher bug in ng's parsing of the response to + org.freedesktop.DBus.StartServiceByName: The result's + variant format is "(u)", not "u". + +2013-06-27 12:30:16 -0500 Charles Kerr (104bcd6) + + * in indicator_ng_service_started(), the result's variant type should + be parsed as '(u)' rather than 'u' + +2013-06-19 13:05:51 +0000 Automatic PS uploader (7bd4548) + + * Releasing 12.10.2daily13.06.19.1-0ubuntu1 to ubuntu. + +2013-06-19 10:45:14 +0000 Automatic PS uploader (0bb928f) + + * Releasing 12.10.2daily13.06.19.1-0ubuntu1, based on r499 + +2013-06-19 12:42:52 +0200 Didier Roche (1b0f90a) + + * Add missing conflicts/replaces + +2013-06-17 21:22:07 +0000 Charles Kerr (20c7b65) + + * in indicator_ng_update_entry, unconditionally call set_label, + set_icon, set_accessible. Previously these were only + called if the respective fields weren't NULL, which made + it impossible to, for example, turn off a label or icon + once it had been set. + +2013-06-16 23:45:30 -0500 Charles Kerr (d5d01f6) + + * in indicator_ng_update_entry, unconditionally call set_label, + set_icon, set_accessible. Previously these were only + called if the respective fields weren't NULL, which made + it impossible to, for example, turn off a label or icon + once it had been set. + +2013-06-07 21:21:17 +0000 Lars Uebernickel (d5fd946) + + * indicator-ng: properly fail when keyfile doesn't exist. + +2013-06-07 20:49:24 +0000 Ted Gould (b094931) + + * Remove the GTK2 version of the tools. + +2013-06-07 14:45:27 -0500 Ted Gould (1c70a2e) + + * Gone. + +2013-06-07 14:45:17 -0500 Ted Gould (277ba85) + + * Move the debugging environment variables into the other tools + package + +2013-06-07 14:38:00 -0500 Ted Gould (3c96b99) + + * Don't build the GTK2 tools + +2013-06-07 14:43:51 -0400 Lars Uebernickel (2014454) + + * indicator-ng: properly fail when keyfile doesn't exist + +2013-06-07 11:34:25 -0400 Lars Uebernickel (1d4bcdd) + + * Merge lp:~larsu/call-ido-init + +2013-06-07 11:33:03 -0400 Lars Uebernickel (12cc75f) + + * Merge lp:~larsu/new-indicator-file-format + +2013-06-07 09:50:12 +0000 Automatic PS uploader (060711f) + + * Releasing 12.10.2daily13.06.07-0ubuntu1 to ubuntu. + +2013-06-07 02:02:38 +0000 Automatic PS uploader (2edf591) + + * Releasing 12.10.2daily13.06.07-0ubuntu1, based on r492 + +2013-06-04 13:11:17 -0400 Lars Uebernickel (4adb2af) + + * Revert r490 + +2013-05-29 14:54:35 -0400 Lars Uebernickel (0d3ebcb) + + * indicator-ng: fix crash + +2013-05-29 17:33:54 +0000 Marco Trevisan (Treviño) (8b78ada) + + * tests: fix compilation and make check. + +2013-05-29 17:16:46 +0000 Marco Trevisan (Treviño) (ab3b6ee) + + * IndicatorDesktopShortcuts: Use the proper way to create an AppInfo + from command-line + +2013-05-29 16:35:29 +0000 Ted Gould (d652787) + + * Migrating away from deprecated gtk_icon_info_free(). + +2013-05-29 10:25:00 -0500 Ted Gould (b46f29a) + + * Handling the deprecation of gtk_icon_info_free() + +2013-05-27 12:08:30 -0400 Lars Uebernickel (f9c0971) + + * debian/control: add ido dependency + +2013-05-24 18:17:45 -0400 Lars Uebernickel (9627530) + + * IndicatorNg: update indicator file format + +2013-05-24 17:10:40 -0400 Lars Uebernickel (2712010) + + * refactor indicator_ng_initable_init + +2013-05-23 09:04:13 -0400 Lars Uebernickel (a591305) + + * Depend on ido and call ido_init() in indicator-loader + +2013-05-23 09:02:44 -0400 Lars Uebernickel (f77f41e) + + * indicator-image-helper: stop using deprecated gtk_icon_info_free() + +2013-05-22 18:08:11 +0000 William Hua (ae198af) + + * Use GIcon's serialization/deserialization interface for indicator + icons so that we can load icons as PNG data transmitted + over the bus. + +2013-05-19 12:47:01 -0400 William Hua (176ea14) + + * Code clean-up. + +2013-05-03 16:21:37 +0000 Automatic PS uploader (5cac96c) + + * Releasing 12.10.2daily13.05.02-0ubuntu1 to ubuntu. + +2013-05-02 22:59:06 +0000 Automatic PS uploader (0496a1f) + + * Releasing 12.10.2daily13.05.02-0ubuntu1, based on r487 + +2013-05-02 19:33:53 +0000 Mathieu Trudel-Lapierre (3022eec) + + * Merge changelog changes from /13.04 branch for saucy. + +2013-05-02 12:12:42 -0700 Mathieu Trudel-Lapierre (4d59f6f) + + * Merge changelog changes from /13.04 branch for saucy. + +2013-04-26 10:49:12 -0400 William Hua (bab64c4) + + * Clean up error checking. + +2013-04-26 09:39:14 -0400 William Hua (83fef72) + + * Don't free label and accessible_desc. + +2013-04-26 09:38:59 -0400 William Hua (5d6adee) + + * Remove changelog entry. + +2013-04-22 11:50:51 -0400 William Hua (19ec649) + + * [ William Hua ] * debian/control: - Bump GLib to 2.37. * + configure.ac: - Bump GLib to 2.37. * + libindicator/indicator-image-helper.c: - Support display + of GBytesIcons. * libindicator/indicator-ng.c: - Change + action state icon type to GVariant. + +2013-04-19 13:49:32 +0200 Marco Trevisan (Treviño) (f88266a) + + * IndicatorDesktopShortcuts: some code cleanup + +2013-04-12 13:56:52 +0200 Marco Trevisan (Treviño) (5c5f778) + + * tests: fix compilation and make check. + +2013-04-12 13:50:05 +0200 Marco Trevisan (Treviño) (7f0c703) + + * IndicatorDesktopShortcuts: initialize flags using the default + define + +2013-04-12 13:40:18 +0200 Marco Trevisan (Treviño) (0312ffa) + + * IndicatorDesktopShortcuts: Use the proper way to create an AppInfo + from command-line + +2013-04-09 16:45:03 +0000 Marco Trevisan (Treviño) (4d64b71) + + * IndicatorDestkopShortcuts: add StartupNotify parameter in our + internal fake .desktop file + +2013-04-09 04:53:09 +0200 Marco Trevisan (Treviño) (bd9abfc) + + * IndicatorDestkopShortcuts: add StartupNotify parameter in our + internal fake .desktop file + +2013-04-05 12:02:24 +0000 Marco Trevisan (Treviño) (2d418a6) + + * IndicatorDestkopShortcuts: add + indicator_desktop_shortcuts_nick_exec_with_context + +2013-04-05 13:22:34 +0200 Marco Trevisan (Treviño) (07652a3) + + * IndicatorDestkopShortcuts: fix indentation + +2013-04-05 13:19:54 +0200 Marco Trevisan (Treviño) (c539c37) + + * IndicatorDestkopShortcuts: add missing include and deprecate old + function + +2013-04-05 13:09:02 +0200 Marco Trevisan (Treviño) (2fba148) + + * IndicatorDestkopShortcuts: add + indicator_desktop_shortcuts_nick_exec_with_context + +2013-03-25 21:49:50 -0400 Lars Uebernickel (ffbb3c1) + + * indicator-ng: allow a dictionary as the root action's state + +2013-03-25 21:42:28 -0400 Charles Kerr (b046c93) + + * indicator-loader: add command line option to specify profile + +2013-03-22 14:57:55 -0500 Charles Kerr (f25cc33) + + * init the GError pointer to NULL + +2013-03-22 11:18:53 -0500 Charles Kerr (98cae79) + + * introduce tab damage for consistency with the rest of + indicator-loader.c + +2013-03-22 11:15:11 -0500 Charles Kerr (22d673c) + + * add the option to specify the profile from the command line + +2013-03-21 14:06:22 -0400 Lars Uebernickel (8232ab0) + + * indicator-ng: allow a dictionary as the root action's state + +2013-03-18 22:49:09 +0000 Mathieu Trudel-Lapierre (61d0f80) + + * Revert "indicator-ng: allow a dictionary as the root action's + state". + +2013-03-18 17:28:01 -0400 Mathieu Trudel-Lapierre (c5f002f) + + * Revert: indicator-ng: allow a dictionary as the root action's state + +2013-03-13 22:24:42 +0000 Lars Uebernickel (daf0dc9) + + * indicator-ng: allow a dictionary as the root action's state + +2013-03-13 16:32:22 +0000 Lars Uebernickel (610b2cc) + + * indicator-ng: allow a dictionary as the root action's state + +2013-02-25 18:54:10 +0000 Automatic PS uploader (208d1ba) + + * Releasing 12.10.2daily13.02.25-0ubuntu1 to ubuntu. + +2013-02-25 02:03:14 +0000 Automatic PS uploader (5074c9d) + + * Releasing 12.10.2daily13.02.25-0ubuntu1, based on r479 + +2013-02-22 15:07:42 +0000 Iain Lane (3a73f29) + + * Install the gtk2 library into the multiarch directory. Fixes: + https://bugs.launchpad.net/bugs/1131708. + +2013-02-22 11:59:11 +0000 Iain Lane (319a606) + + * Use $(COMMON_CONFIGURE_FLAGS) instead of hardcoding + +2013-02-22 11:36:55 +0000 Iain Lane (286882c) + + * Install shared library into correct (multiarch) directory + +2013-02-22 10:34:24 +0000 Iain Lane (31368ce) + + * Disable silent rules for more useful build logs + +2013-02-19 12:20:52 +0000 Automatic PS uploader (150610d) + + * Releasing 12.10.2daily13.02.19-0ubuntu1 to ubuntu. + +2013-02-19 02:02:27 +0000 Automatic PS uploader (da40ae8) + + * Releasing 12.10.2daily13.02.19-0ubuntu1, based on r477 + +2013-02-15 17:20:14 +0000 Michael Terry (d24848f) + + * Multiarch for most of libindicator is fine. But the indicators + themselves should continue to be installed in the same + (non-multiarch) directory, for historical reasons. Fixes: + https://bugs.launchpad.net/bugs/1126360. + +2013-02-15 11:03:03 -0500 Michael Terry (6aea07d) + + * hard-code indicatordir to not use multiarch locations + +2013-02-15 11:08:57 +0000 Automatic PS uploader (85c8d1c) + + * Releasing 12.10.2daily13.02.15-0ubuntu1 to ubuntu. + +2013-02-15 07:46:53 +0000 Automatic PS uploader (cdfa9f5) + + * Releasing 12.10.2daily13.02.15-0ubuntu1, based on r475 + +2013-02-14 22:25:39 +0000 Lars Uebernickel (d05835e) + + * Add IndicatorNg. + +2013-02-14 16:16:48 -0500 Lars Uebernickel (40d7c42) + + * indicator-ng: add license header + +2013-02-06 16:03:33 -0500 Lars Uebernickel (88aa74b) + + * indicator-ng: don't hide the indicator if the service is already + running + +2013-02-06 15:37:38 -0500 Lars Uebernickel (f9f86fb) + + * indicator-ng: try to restart the service when it crashes + +2013-01-30 17:49:32 +0100 Lars Uebernickel (8ff25e5) + + * indicator-ng: simplify flow in initable_init + +2013-01-25 11:55:02 +0100 Lars Uebernickel (dce947b) + + * trim-lcov.py: add license header + +2013-01-25 11:14:13 +0100 Lars Uebernickel (c02297d) + + * indicator-ng: use strlen instead of hard coding the length + +2013-01-25 11:11:59 +0100 Lars Uebernickel (9c857a3) + + * indicator-ng: use indicator_image_helper + +2013-01-25 10:46:58 +0100 Lars Uebernickel (7048092) + + * indicator-ng: lazily allocate entry.label and entry.image + +2013-01-25 10:29:57 +0100 Lars Uebernickel (82ecfaa) + + * indicator-ng: require header item to have x-canonical-type set + +2013-01-24 11:39:12 +0100 Lars Uebernickel (f02ca5a) + + * indicator-ng: check return value of g_menu_model_get_item_attribute + +2013-01-24 11:29:24 +0100 Lars Uebernickel (db1caf2) + + * indicator-ng: document error conditions in menu_changed + +2013-01-24 11:25:11 +0100 Lars Uebernickel (088b36b) + + * indicator-ng: save unnecessary allocations by using "&" in + g_variant_get + +2013-01-24 11:22:39 +0100 Lars Uebernickel (05535f5) + + * indicator-ng: show broken image when g_icon_for_string returns NULL + +2013-01-24 10:23:35 +0100 Lars Uebernickel (f3f4e1f) + + * indicator-ng: use an IndicatorObjectEntry internally + +2013-01-23 20:05:45 +0100 Lars Uebernickel (e096111) + + * Add trim-lcov.py + +2013-01-23 19:34:43 +0100 Lars Uebernickel (af0137c) + + * indicator-ng: test indicator_ng_get_property + +2013-01-23 18:00:49 +0100 Lars Uebernickel (0996bce) + + * indicator-ng: more elaborate testing + +2013-01-23 17:55:08 +0100 Lars Uebernickel (e07deff) + + * indicator-ng: set name hint to the value of the service file's + "Name" field + +2013-01-23 17:30:05 +0100 Lars Uebernickel (739daae) + + * indicator-ng: use base->get_entries to get the invisible ones, too + +2013-01-23 17:29:05 +0100 Lars Uebernickel (ac0c809) + + * indicator-ng: auto start service if it's not running + +2013-01-22 18:36:10 +0100 Lars Uebernickel (67323d4) + + * indicator-ng: properly unset action group when the service + disappears + +2013-01-21 17:34:44 +0100 Lars Uebernickel (d84d6f7) + + * Add basic tests for indicator-ng + +2013-01-21 17:30:05 +0100 Lars Uebernickel (36e0fea) + + * Make sure indicator-ng.h is installed + +2013-01-21 17:09:55 +0100 Lars Uebernickel (1585adb) + + * indicator-ng: add getters + +2013-01-21 17:04:02 +0100 Lars Uebernickel (4b301ff) + + * indicator-ng: add indicator_ng_new_for_profile + +2013-01-21 16:39:55 +0100 Lars Uebernickel (869d977) + + * indicator-ng: fix crash (tried to free a string with + g_object_unref) + +2013-01-21 16:38:11 +0100 Lars Uebernickel (af3ac65) + + * indicator-ng: always set an accessible description to avoid + imminent warning + +2013-01-21 10:58:26 +0100 Lars Uebernickel (ca52243) + + * indicator-ng.h: use local include + +2013-01-18 22:18:27 +0100 Lars Uebernickel (3822cf9) + + * Bump gtk3 dependency for gtk_widget_insert_action_group + +2013-01-18 22:17:54 +0100 Lars Uebernickel (aaae4aa) + + * Only build and use IndicatorNg in the gtk3 build + +2013-01-18 19:48:04 +0100 Lars Uebernickel (3a33240) + + * Add IndicatorNg + +2012-11-26 11:55:58 +0000 Didier Roche (e796648) + + * Add bootstrap message. + +2012-11-26 10:33:02 +0100 Didier Roche (7b8e551) + + * add bootstrap message + +2012-11-26 07:32:16 +0000 Ted Gould (810eada) + + * Import debian/ from lp:~ubuntu-desktop/libindicator/ubuntu. + +2012-11-22 14:32:41 -0500 Mathieu Trudel-Lapierre (f77d6dd) + + * Add and export DPKG_GENSYMBOLS_CHECK_LEVEL. + +2012-11-22 12:19:57 -0500 Mathieu Trudel-Lapierre (93e0bd1) + + * Add the proper Pre-Depends: multiarch to libindicator3-7. + +2012-11-22 12:13:37 -0500 Mathieu Trudel-Lapierre (5576bf0) + + * - Use calls to dh_install per-package to use the right source + directories. * debian/*.install: drop the debian/tmp/gtk* + path elements and update for multiarch. + +2012-11-22 02:31:06 -0500 Mathieu Trudel-Lapierre (094593a) + + * debian/compat: bump compat level to 9. + +2012-11-22 02:30:41 -0500 Mathieu Trudel-Lapierre (1d6bc1d) + + * Update Vcs-Bzr, Vcs-Browser and add a notice to uploaders. + +2012-11-21 15:00:45 -0500 Mathieu Trudel-Lapierre (e16a126) + + * Add a Build-Depends on gnome-common. + +2012-11-21 14:59:47 -0500 Mathieu Trudel-Lapierre (5680639) + + * Override dh_autoreconf to run autogen.sh and not call configure. + +2012-11-21 14:59:05 -0500 Mathieu Trudel-Lapierre (d1e3acb) + + * Drop Build-Depends on cdbs. + +2012-11-21 14:58:08 -0500 Mathieu Trudel-Lapierre (3d69e24) + + * * debian/rules: - Convert to using the dh9 sequencer. + +2012-11-21 14:25:36 -0500 Mathieu Trudel-Lapierre (9ec2a25) + + * Bump debhelper Build-Depends to (>= 9). + +2012-11-21 14:25:01 -0500 Mathieu Trudel-Lapierre (30aa94e) + + * * debian/control: - Reorganize Build-Depends for clarity. - + Update style to be consistent with other indicator stack + packages. + +2012-11-21 14:21:42 -0500 Mathieu Trudel-Lapierre (7a3c457) + + * Specify to bzr-builddeb to build the package in split mode. + +2012-11-21 14:21:10 -0500 Mathieu Trudel-Lapierre (ac60524) + + * Import debian/ from lp:~ubuntu-desktop/libindicator/ubuntu + +2012-09-19 16:00:57 -0400 Ken VanDine (85dbd2d) + + * releasing version 12.10.1-0ubuntu1 + +2012-09-19 15:21:55 -0400 Ken VanDine (96f010d) + + * Import upstream version 12.10.1 + +2012-09-19 10:40:00 -0500 Charles Kerr (341548e) + + * 12.10.1 (refs/bzr/origin/tags/12.10.1) + +2012-09-17 11:13:51 +0200 Didier Roche (2f35a94) + + * releasing version 12.10.0-0ubuntu2 + +2012-09-17 11:11:33 +0200 Didier Roche (0dc2913) + + * Backport a fix so that libroffice doesn't hang on on startup (LP: + #1045372) + +2012-09-12 06:58:57 +0000 Charles Kerr (667fbaf) + + * In libindicator, remove the cloak/decloak code in IndicatorObject + to address Bug #1045372. + +2012-09-11 23:25:56 -0500 Charles Kerr (00d0556) + + * In tests/test-loader and tests/dummy-indicator-visible.c, support + hiding & re-showing IndicatorObjectEntries by caching + their parent widgetry instead of using + gtk_widget_destroy() + +2012-09-11 21:25:02 -0500 Charles Kerr (ee19af5) + + * No newline at end of file + +2012-09-11 18:56:09 -0500 Charles Kerr (bf9cf29) + + * remove the cloak/decloak widget logic + +2012-07-12 17:44:58 +0200 Sebastien Bacher (bdeeb47) + + * releasing version 12.10.0-0ubuntu1 + +2012-07-12 17:44:39 +0200 Sebastien Bacher (d739399) + + * New upstream release. + +2012-07-12 17:36:00 +0200 Sebastien Bacher (edcdb07) + + * Import upstream version 12.10.0 + +2012-07-11 13:07:44 -0500 Charles Kerr (b1beb2c) + + * bump version to 12.10.0 (refs/bzr/origin/tags/12.10.0) + +2012-06-19 10:31:49 +0200 Lars Uebernickel (d2f8fce) + + * merge lp:~charlesk/libindicator/fix-test-sources + +2012-06-18 14:33:30 -0500 Charles Kerr (20cafa4) + + * merge lp:~evgeni/libindicator/multiarch-same-devheaders so that we + don't include build-time filenames in comments of the enum + header files. + +2012-06-18 13:42:53 -0500 Charles Kerr (26dcee4) + + * fix copy-and-paste error in specifying the tests' source files + +2012-06-10 11:16:21 +0200 Evgeni Golov (5d3f97c) + + * don't include build-time filenames in comments of the enum header + files + +2012-04-23 13:15:39 -0500 Charles Kerr (1271439) + + * merge lp:~charlesk/libindicator/cxx to constify the constructors + for indicator_service_manager + +2012-04-22 14:24:13 -0500 Charles Kerr (670e6e0) + + * indiator_service_manager_new*()'s name arguments were gchar*, make + them const gchar* + +2012-04-11 14:13:19 -0400 Ken VanDine (f26bd55) + + * releasing version 0.5.0-0ubuntu1 + +2012-04-11 13:09:40 -0400 Ken VanDine (c606a9a) + + * * New upstream release. * Validate images in + image_helper_update() (LP: #946408) + +2012-04-11 10:54:57 -0500 Charles Kerr (752101a) + + * releasing version 0.5.0-0ubuntu1~ppa1 + +2012-04-11 10:53:08 -0500 Charles Kerr (499bd67) + + * * New upstream release. * Validate images in + image_helper_update() (LP: #946408) + +2012-04-11 10:51:10 -0500 Charles Kerr (21ef9a5) + + * Import upstream version 0.5.0 + +2012-04-11 10:50:29 -0500 Charles Kerr (0bd650d) + + * Sync from Ubuntu Desktop + +2012-04-11 10:25:31 -0500 Charles Kerr (1cbe933) + + * 0.5.0 (tag: 0.5.0, refs/bzr/origin/tags/0.5.0) + +2012-04-11 07:49:56 -0500 Charles Kerr (c721d3e) + + * merge lp:~charlesk/libindicator/lp-946408 to safeguard against + invalid images being passed to + indicator_image_helper_update() + +2012-04-11 01:01:51 -0500 Charles Kerr (bb571a4) + + * in indicator_image_helper_update(), test the image argument with + GTK_IS_IMAGE before using it. + +2012-04-05 12:44:30 +0200 Sebastien Bacher (d538aa4) + + * releasing version 0.4.95-0ubuntu1 + +2012-04-04 14:53:27 -0500 Ted Gould (696375c) + + * Fixing a merge artifact + +2012-04-04 14:52:14 -0500 Ted Gould (5a163f4) + + * Merging Ubuntu Desktop + +2012-04-04 14:39:18 -0500 Ted Gould (f9220e1) + + * releasing version 0.4.95-0ubuntu1~ppa1 + +2012-04-04 14:35:30 -0500 Ted Gould (d431c78) + + * * New upstream release. * Fix a free that shouldn't be (LP: + #969360) * Spelling mistake in error message (LP: + #948391) * Add coverage build targets * Fix building + AUTHORS and Changelog at dist time + +2012-04-04 14:34:11 -0500 Ted Gould (c136bda) + + * Import upstream version 0.4.95 + +2012-04-04 14:26:17 -0500 Ted Gould (f75080c) + + * 0.4.95 (tag: 0.4.95, refs/bzr/origin/tags/0.4.95) + +2012-04-03 21:39:27 -0500 Charles Kerr (fae66e8) + + * merge lp:~allanlesage/libindicator/TDD to remove a dependency on + gcovr, move gcov targets to their own makefile, and clean + up .gcno files. + +2012-04-03 07:50:22 -0500 Charles Kerr (2f67706) + + * merge lp:~charlesk/libindicator/lp-948391 to fix spelling/grammar + errors in an error message. + +2012-04-02 18:42:07 -0500 Charles Kerr (f7eab1e) + + * Fix spelling/grammar errors in an error message. + +2012-04-02 08:56:49 -0500 Charles Kerr (96c35f0) + + * When using g_variant_get("&s...", &string), the string must not be + free'd. + +2012-04-02 11:09:19 +0200 Sebastien Bacher (4a44539) + + * releasing version 0.4.94-0ubuntu2 + +2012-04-02 11:07:25 +0200 Sebastien Bacher (486523c) + + * Revert r457 it's creating invalid free errors + +2012-04-01 21:03:19 +0200 Marco Trevisan (Treviño) (a9c0407) + + * Setting again the variables as const + +2012-04-01 20:54:37 +0200 Marco Trevisan (Treviño) (c4b2952) + + * Indicator Service Manager: we don't have to free values if got with + &s from variant + +2012-03-30 09:57:26 -0400 Ken VanDine (5ce6cdf) + + * releasing version 0.4.94-0ubuntu1 + +2012-03-30 09:36:28 -0400 Ken VanDine (63d1c95) + + * * New upstream release. * Fix a leaked GError (LP: #965459) * + Fix memory leak when the proxy's name changes. + +2012-03-29 13:57:09 -0700 Charles Kerr (28d27ed) + + * releasing version 0.4.94-0ubuntu1~ppa1 + +2012-03-29 13:52:21 -0700 Charles Kerr (50933a9) + + * * New upstream release. * Fix a leaked GError (LP: #965459) * + Fix memory leak when the proxy's name changes. + +2012-03-29 13:50:56 -0700 Charles Kerr (4ecaca4) + + * Import upstream version 0.4.94 + +2012-03-29 13:49:34 -0700 Charles Kerr (452f2ab) + + * Sync from Ubuntu Desktop + +2012-03-29 13:32:32 -0700 Charles Kerr (5a839c4) + + * merge lp:~charlesk/libindicator/fix-disthook to fix auto-generation + of AUTHORS and Changelog by looking for 'missing' in the + directory where we told AC_CONFIG_AUX_DIR to put it. (tag: + 0.4.94, refs/bzr/origin/tags/0.4.94) + +2012-03-29 13:16:19 -0700 Charles Kerr (2eb70f4) + + * look for 'missing' in ac_aux_dir rather than top_srcdir. + +2012-03-28 14:17:33 -0700 Charles Kerr (922d781) + + * 0.4.94 + +2012-03-27 16:33:31 -0500 Allan LeSage (76fc7f0) + + * Removed gcovr dependency, moved coverage targets to own makefile, + cleaning up *.gcno. + +2012-03-26 09:24:33 -0700 Charles Kerr (603ad6c) + + * merge lp:~htorque/libindicator/fix-small-leak to fix a GError + memory leak reported in lp bug #965459 + +2012-03-26 15:35:57 +0200 Hernando Torque (3440ebe) + + * Free GError. + +2012-03-16 15:39:11 -0500 Charles Kerr (742fa8c) + + * fix minor memory leak when the proxy name changes + +2012-03-08 21:57:54 +0100 Sebastien Bacher (9a23466) + + * releasing version 0.4.93-0ubuntu1 + +2012-03-07 14:14:09 -0600 Ted Gould (bbbe42a) + + * releasing version 0.4.93-0ubuntu1~ppa1 + +2012-03-07 14:11:47 -0600 Ted Gould (e34b660) + + * * New upstream release. * Fix branching past initialization of + variables (LP: #939061) * Support new FD.o Desktop + Actions (LP: #942042) * Fix valgrind error on unload + (LP: #719457) + +2012-03-07 14:08:40 -0600 Ted Gould (67872e2) + + * Import upstream version 0.4.93 + +2012-03-07 14:08:16 -0600 Ted Gould (c83d72a) + + * Merging in U. Desktop + +2012-03-07 14:01:26 -0600 Ted Gould (18d670b) + + * 0.4.93 (tag: 0.4.93, refs/bzr/origin/tags/0.4.93) + +2012-03-05 13:13:33 -0600 Charles Kerr (9dcb929) + + * merge lp:~ted/libindicator/lp719457 for Bug #719457 + +2012-03-02 10:55:05 -0600 Ted Gould (039c7d8) + + * Attaching bug + +2012-03-02 10:54:50 -0600 Ted Gould (c3bd07e) + + * Copying the name before using it to remove as it seems that the + unwatch can cause the name to be free'd in some cases. + Odd, but valgrind can find it + +2012-03-02 10:01:59 -0600 Ted Gould (dbaf540) + + * Support new FD.o Desktop Actions + +2012-03-02 13:18:44 +0100 Sebastien Bacher (94c7bd6) + + * releasing version 0.4.92-0ubuntu2 + +2012-03-02 12:08:04 +0100 Sebastien Bacher (0c90dd3) + + * Backport support for the fdo desktop action spec, that's required + to get unity lists to work with the new syntax (lp: + #942042) + +2012-02-29 17:50:40 -0600 Charles Kerr (54a3d1d) + + * lp:~charlesk/libindicator/fix-939061 + +2012-02-29 14:58:03 -0600 Charles Kerr (9e2278a) + + * silence Coverity warning "PW.BRANCH_PAST_INITIALIZATION - CID + 10615" reported in Bug #939061 + +2012-02-29 14:55:23 -0600 Charles Kerr (b645480) + + * tweak: use g_clear_object() instead of if-not-null-g_object_unref() + +2012-02-27 15:08:19 -0600 Ted Gould (a69f559) + + * Get the right group in exec too! + +2012-02-27 15:05:40 -0600 Ted Gould (f6d6509) + + * Handling the different group names when getting the name as well + +2012-02-27 15:03:43 -0600 Ted Gould (8c71262) + + * Update test desktop file + +2012-02-27 14:40:08 -0600 Ted Gould (19c48bd) + + * Creating a warning for the legacy support + +2012-02-27 14:38:21 -0600 Ted Gould (7d3e660) + + * Adding a value for whether it should use the TargetEnvironment, I'm + removing the warning because we don't care to fix old + stuff anymore + +2012-02-27 14:34:52 -0600 Ted Gould (52c42ef) + + * Use the appropriate list of nicks and groups to find our data now + +2012-02-27 14:25:21 -0600 Ted Gould (4baf9b7) + + * Figure out what kind of actions we have + +2012-02-27 13:39:44 -0600 Ted Gould (f7e5502) + + * Adding a state variable to track what kind of actions we have + +2012-02-27 13:32:43 -0600 Ted Gould (a02d4de) + + * Attaching bug + +2012-02-27 13:32:25 -0600 Ted Gould (55b0614) + + * Changing our defines around to make sure to mark things the way + that we think about them. + +2012-02-23 12:28:01 +0100 Sebastien Bacher (f6f9209) + + * releasing version 0.4.92-0ubuntu1 + +2012-02-23 12:26:18 +0100 Sebastien Bacher (efe75e4) + + * Merging shared upstream rev into target branch. + +2012-02-23 12:26:17 +0100 Sebastien Bacher (cfa1adf) + + * Prepared upstream tree for merging into target branch. + +2012-02-23 12:25:39 +0100 Sebastien Bacher (164055c) + + * Merging shared upstream rev into target branch. + +2012-02-23 12:25:38 +0100 Sebastien Bacher (e305ff2) + + * Prepared upstream tree for merging into target branch. + +2012-02-23 00:27:41 -0600 Ted Gould (c28e242) + + * releasing version 0.4.92-0ubuntu1~ppa1 + +2012-02-23 00:25:48 -0600 Ted Gould (27b2576) + + * * New upstream release. * Removing unenforcable consts (LP: + #937387) * Explicitly add in gmodule as a required + library + +2012-02-23 00:23:40 -0600 Ted Gould (169093d) + + * Import upstream version 0.4.92 + +2012-02-23 00:23:06 -0600 Ted Gould (87c4364) + + * Merge with U. Desktop + +2012-02-23 00:22:12 -0600 Ted Gould (1474099) + + * Merging shared upstream rev into target branch. + +2012-02-23 00:22:12 -0600 Ted Gould (c88ba65) + + * Prepared upstream tree for merging into target branch. + +2012-02-23 00:21:27 -0600 Ted Gould (4de00dd) + + * Merging shared upstream rev into target branch. + +2012-02-23 00:21:27 -0600 Ted Gould (54b8584) + + * Prepared upstream tree for merging into target branch. + +2012-02-23 00:18:35 -0600 Ted Gould (69f15f7) + + * 0.4.92 (tag: 0.4.92, refs/bzr/origin/tags/0.4.92) + +2012-02-22 22:54:56 -0600 Ted Gould (f29a183) + + * Remove unenforcable consts + +2012-02-22 12:19:26 -0600 Ted Gould (fef88fa) + + * Attaching bug + +2012-02-22 12:18:01 -0600 Ted Gould (975ee36) + + * Removing unenforcable consts + +2012-02-15 13:13:03 +0100 Sebastien Bacher (55ae526) + + * releasing version 0.4.91-0ubuntu3 + +2012-02-15 13:09:01 +0100 Sebastien Bacher (a6436f6) + + * Restore revision dropped by error, not sure what happened with the + vcs + +2012-02-15 12:46:44 +0100 Sebastien Bacher (461dbdc) + + * releasing version 0.4.91-0ubuntu2 + +2012-02-15 12:45:46 +0100 Sebastien Bacher (2ac2e54) + + * Merging shared upstream rev into target branch. + +2012-02-15 12:45:45 +0100 Sebastien Bacher (93e5e7e) + + * Prepared upstream tree for merging into target branch. + +2012-02-14 21:11:44 -0600 Ted Gould (457b502) + + * releasing version 0.4.91-0ubuntu1~ppa3 + +2012-02-14 21:10:11 -0600 Ted Gould (4621a45) + + * Adjusting timeout so it'll build on the buildds too + +2012-02-14 20:51:23 -0600 Ted Gould (0cad2e2) + + * Increasing the test timeout to ensure that's not our issue + +2012-02-14 16:48:13 -0600 Ted Gould (e5053ae) + + * releasing version 0.4.91-0ubuntu1~ppa2 + +2012-02-14 16:45:43 -0600 Ted Gould (17133c0) + + * debian/rules: Adding messages + +2012-02-14 22:35:40 +0100 Sebastien Bacher (5a2f66b) + + * releasing version 0.4.91-0ubuntu1 + +2012-02-14 22:29:50 +0100 Sebastien Bacher (f8e24ae) + + * Import upstream version 0.4.91 + +2012-02-14 15:19:23 -0600 Ted Gould (ee6a7f0) + + * Explicitly listing gmodule as a library we're using + +2012-02-14 14:29:53 -0600 Ted Gould (05f46d7) + + * releasing version 0.4.91-0ubuntu1~ppa1 + +2012-02-14 14:27:38 -0600 Ted Gould (7f1272a) + + * * debian/control, debian/rules: * Adding in autoreconf support + * Adding a check rule and requiring new build deps + +2012-02-14 14:23:06 -0600 Ted Gould (36b39c9) + + * debian/control, debian/rules: Adding in autoreconf support + +2012-02-14 14:21:36 -0600 Ted Gould (eb803e8) + + * * Upstream Merge * Explicitly add in gmodule as a required + library + +2012-02-14 14:20:54 -0600 Ted Gould (45aebde) + + * Explicity add gmodule in the list of required libraries + +2012-02-14 11:52:00 -0600 Ted Gould (b2a5f94) + + * Dropping debian/patches + +2012-02-14 11:50:12 -0600 Ted Gould (40274af) + + * * New upstream release. * Visibility fixes for indicators using + that functionality * Ensure that parent_object is more + aggressively set * Fix memory leak on groups of items in + desktop files + +2012-02-14 11:48:37 -0600 Ted Gould (a820ba7) + + * Import upstream version 0.4.91 + (refs/bzr/origin/tags/upstream-0.4.91) + +2012-02-14 11:48:17 -0600 Ted Gould (ca8b363) + + * Merge with Ubuntu Desktop + +2012-02-14 11:35:11 -0600 Ted Gould (f099181) + + * 0.4.91 (tag: 0.4.91, refs/bzr/origin/tags/0.4.91) + +2012-02-13 20:07:33 +0100 Lars Uebernickel (2a6c388) + + * indicator_object_set_visible: only emit entry-{added,removed} when + visibility actually changed + +2012-02-13 19:38:10 +0100 Lars Uebernickel (b2ca0db) + + * indicator_object_dispose: remove unneeded list of entries + +2012-02-13 19:15:03 +0100 Lars Uebernickel (73c0659) + + * indicator_object_dispose: use _set_visible instead of + reimplementing it + +2012-02-13 19:08:27 +0100 Lars Uebernickel (e7780ac) + + * indicator_object_set_visible: no need to check for ENTRY_INIT + +2012-02-12 13:40:21 +0100 Lars Uebernickel (5f599a8) + + * indicator_object_set_visible: only emit entry-{added,removed} when + visibility actually changed + +2012-02-10 11:06:22 -0600 Ted Gould (233fdd7) + + * Free groupname after usage + +2012-02-09 11:05:55 -0200 Daniel d'Andrada (2375490) + + * Plug memory leak in parse_keyfile function. + +2012-02-03 09:48:05 -0600 Ted Gould (238865c) + + * Be more agressive in ensureing the parent_object value is available + everywhere. + +2012-02-03 15:34:07 +0100 Marco Trevisan (Treviño) (7ae413b) + + * tests, DummyIndicatorSignaler: free the allocated memory. + +2012-01-26 00:37:14 -0500 Ken VanDine (b339871) + + * releasing version 0.4.90-0ubuntu4 (tag: 0.4.90-0ubuntu4, + refs/bzr/origin/tags/0.4.90-0ubuntu4) + +2012-01-25 18:15:08 -0500 Ken VanDine (a98a0b6) + + * releasing version 0.4.90-0ubuntu3 (tag: 0.4.90-0ubuntu3, + refs/bzr/origin/tags/0.4.90-0ubuntu3) + +2012-01-25 18:11:43 +0100 Marco Trevisan (Treviño) (c87aff7) + + * Test loader: check also for parent changes + +2012-01-25 18:11:07 +0100 Marco Trevisan (Treviño) (39cf870) + + * Tests: update dummy signaler to work with real IndicatorObjectEntry + +2012-01-25 18:10:29 +0100 Marco Trevisan (Treviño) (1baaf28) + + * IndicatorObject: update object parent in any case. + +2012-01-25 08:32:22 -0600 Ted Gould (8df8585) + + * Merging with U. Desktop + +2012-01-25 12:22:12 +0100 Marco Trevisan (Treviño) (c26badd) + + * Added better parent_object tests. + +2012-01-25 12:21:51 +0100 Marco Trevisan (Treviño) (c9df18b) + + * Indicator-Object: update the parent_object value only if the entry + is valid. + +2012-01-25 11:55:37 +0100 Marco Trevisan (Treviño) (0373d6f) + + * IndicatorObject: correctly initialize the parent object. + +2012-01-24 21:50:55 -0500 Ken VanDine (118a95a) + + * releasing version 0.4.90-0ubuntu2 (tag: 0.4.90-0ubuntu2, + refs/bzr/origin/tags/0.4.90-0ubuntu2) + +2012-01-24 19:30:08 -0500 Ken VanDine (6659abf) + + * releasing version 0.4.90-0ubuntu1 (tag: 0.4.90-0ubuntu1, + refs/bzr/origin/tags/0.4.90-0ubuntu1) + +2012-01-24 12:19:38 -0500 Ken VanDine (2d9e6ff) + + * * New upstream release. * Support hiding and showing indicators + * Track the parent object in the entry * Adding activate + function to include Window ID * debian/control: Bumping + ABI version of lib + +2012-01-24 10:23:26 -0600 Ted Gould (c2596f7) + + * Silent bump + +2012-01-24 10:17:02 -0600 Ted Gould (f64689a) + + * releasing version 0.4.90-0ubuntu1~ppa1 + +2012-01-24 10:15:31 -0600 Ted Gould (f131f1f) + + * debian/control: Bumping ABI version of lib + +2012-01-24 10:10:15 -0600 Ted Gould (b00b35a) + + * * New upstream release. * Support hiding and showing indicators + * Track the parent object in the entry * Adding activate + function to include Window ID + +2012-01-24 10:07:33 -0600 Ted Gould (e81d0ec) + + * Import upstream version 0.4.90 + (refs/bzr/origin/tags/upstream-0.4.90) + +2012-01-24 09:54:13 -0600 Ted Gould (fe22121) + + * Merging from U. Desktop + +2012-01-24 09:47:32 -0600 Ted Gould (dbccdd5) + + * 0.4.90 (tag: 0.4.90, refs/bzr/origin/tags/0.4.90) + +2012-01-23 22:42:02 -0600 Ted Gould (6f3976c) + + * Bumping the ABI version + +2012-01-23 17:00:29 -0600 Ted Gould (23e9995) + + * Add visibility concept to the default indicator object + +2012-01-23 16:52:52 -0600 Ted Gould (7935501) + + * Put the parent pointer in the entry struct to make it easier for + the implementers of the panel side + +2012-01-23 08:55:12 -0600 Charles Kerr (95daf10) + + * "bzr merge lp:indicator" + conflict resolution in tests suite + +2012-01-23 05:39:50 -0600 Charles Kerr (4f4190f) + + * another iteration of the indicator-object visibility support patch, + incorporating ideas from discussion with ted + +2012-01-20 14:02:16 -0600 Charles Kerr (8cb8b9f) + + * fix bugs in IndicatorObject's visibility support. + +2012-01-19 11:55:47 -0600 Ted Gould (a1ed503) + + * Checking to ensure the parent_object pointer gets set + +2012-01-19 11:48:32 -0600 Ted Gould (e14c087) + + * Adding a warning for entries that do not set their parent_object + +2012-01-19 11:46:28 -0600 Ted Gould (f2f9c5b) + + * Set the parent_object on the default entry + +2012-01-19 11:44:37 -0600 Ted Gould (8a739e1) + + * Adding a parent object pointer to the entry + +2012-01-19 10:41:20 -0600 Ted Gould (1cf6a97) + + * Adding a window ID function to pass the window ID + +2012-01-16 03:59:29 +0100 Ted Gould (6a0f41a) + + * Moving the function into the tester to making linking simpler + +2012-01-16 03:45:00 +0100 Ted Gould (f898563) + + * Adding a test to look to make sure the fallback works + +2012-01-14 10:51:55 +0100 Ted Gould (2dfe3ff) + + * Add a function to swap out the window entry handler + +2012-01-14 10:33:29 +0100 Ted Gould (da798a2) + + * Getting the header in dist + +2012-01-14 10:30:22 +0100 Ted Gould (7586398) + + * Adding a test functioin for the entry func demmy indicator + +2012-01-14 10:07:43 +0100 Ted Gould (b7c8a63) + + * Mark the entry functions as called + +2012-01-13 17:00:47 +0100 Ted Gould (efcb3e6) + + * Setting up entry functions + +2012-01-13 16:52:42 +0100 Ted Gould (530b211) + + * Adding some public values to know if functions were called + +2012-01-13 16:48:52 +0100 Ted Gould (347ab41) + + * Moving things into a shared header + +2012-01-13 16:38:58 +0100 Ted Gould (68c1666) + + * Build a new dummy indicator + +2012-01-13 16:09:40 +0100 Ted Gould (e3ce551) + + * Adding test coverage checking + +2012-01-13 15:34:48 +0100 Ted Gould (0419bac) + + * Clearing the entry function pointers + +2012-01-13 15:25:42 +0100 Ted Gould (a88097a) + + * Handling the activate_window function and going up the stack + +2012-01-13 15:07:18 +0100 Ted Gould (a6ed65a) + + * Documenting what this stuff does + +2012-01-13 15:01:01 +0100 Ted Gould (2bb19db) + + * Adding an activate window function, that can also be virtual! + +2012-01-13 13:04:25 +0100 Ted Gould (976209f) + + * Ignoring all the stuff we build + +2012-01-13 13:00:34 +0100 Ted Gould (b58d9bf) + + * Putting the GTK3 headers in a different directory + +2012-01-13 12:56:50 +0100 Ted Gould (c3c1ebb) + + * Adding ability to disable tests + +2012-01-13 05:54:17 +0100 Charles Kerr (c52fbaa) + + * Better implementation. + +2012-01-12 14:51:30 +0100 Charles Kerr (d3392a9) + + * initial revision for GSettings/GtkMenu visibility support + +2011-12-06 15:21:45 -0600 Allan LeSage (b1aebe5) + + * Added coverage reporting via gcov config and targets. + +2011-11-22 14:39:48 -0500 Ken VanDine (30ab1ed) + + * * debian/control - set ubuntu-desktop VCS and maintainer + +2011-11-22 14:37:23 -0500 Ken VanDine (f1c0aaf) + + * releasing version 0.4.1-1 (tag: 0.4.1-1, + refs/bzr/origin/tags/0.4.1-1) + +2011-11-20 02:19:45 +0100 György Balló (d126352) + + * Use different directory for headers of gtk3 library + +2011-11-20 02:17:19 +0100 György Balló (c0ac60b) + + * Make building tests optional + +2011-09-28 12:14:30 -0400 Ken VanDine (5834d28) + + * releasing version 0.4.1-0ubuntu1 (tag: 0.4.1-0ubuntu1, + refs/bzr/origin/tags/0.4.1-0ubuntu1) + +2011-09-28 12:11:57 -0400 Ken VanDine (1a1fa5b) + + * * New upstream release. * Ensure loader doesn't use menu proxy + +2011-09-28 10:51:11 -0500 Ted Gould (80e619f) + + * releasing version 0.4.1-0ubuntu1~ppa1 + +2011-09-28 10:48:44 -0500 Ted Gould (86103c5) + + * * New upstream release. * Ensure loader doesn't use menu proxy + +2011-09-28 10:48:20 -0500 Ted Gould (e36cd22) + + * Import upstream version 0.4.1 (refs/bzr/origin/tags/upstream-0.4.1) + +2011-09-28 10:47:59 -0500 Ted Gould (e33473c) + + * Merge U. Desktop + +2011-09-28 10:45:04 -0500 Ted Gould (a5c7874) + + * 0.4.1 (tag: 0.4.1, refs/bzr/origin/tags/0.4.1) + +2011-09-20 09:37:24 -0700 Ken VanDine (4993a3c) + + * releasing version 0.4.0-0ubuntu1 (tag: 0.4.0-0ubuntu1, + refs/bzr/origin/tags/0.4.0-0ubuntu1) + +2011-09-20 08:55:00 -0700 Ken VanDine (ceba790) + + * * New upstream release. * Add libm to linking to fix FTBFS (LP: + #840514) + +2011-09-20 10:12:21 -0500 Ted Gould (6c215ec) + + * Make sure our menus don't get proxied + +2011-09-19 21:54:34 -0500 Ted Gould (2867575) + + * releasing version 0.4.0-0ubuntu1~ppa1 + +2011-09-19 21:44:03 -0500 Ted Gould (0ab41b7) + + * * New upstream release. * Add libm to linking to fix FTBFS (LP: + #840514) + +2011-09-19 21:43:09 -0500 Ted Gould (0b4f5b3) + + * Import upstream version 0.4.0 (refs/bzr/origin/tags/upstream-0.4.0) + +2011-09-19 21:42:40 -0500 Ted Gould (8ec147c) + + * Merging in U. Desktop + +2011-09-19 21:33:28 -0500 Ted Gould (f8f310d) + + * 0.4.0 (tag: 0.4.0, refs/bzr/origin/tags/0.4.0) + +2011-09-16 16:50:46 -0500 Ted Gould (fff5af0) + + * Add in libm + +2011-09-03 19:48:30 +0200 Evgeni Golov (240eaf6) + + * find and link libm + +2011-09-01 14:22:14 -0700 Steve Langasek (130ebff) + + * releasing version 0.3.93-0ubuntu2 (tag: 0.3.93-0ubuntu2, + refs/bzr/origin/tags/0.3.93-0ubuntu2) + +2011-09-01 14:22:10 -0700 Steve Langasek (604acbf) + + * Drop the Breaks: against old versions of libindicator and + libindicator3; there are no file conflicts between the + libraries, so this doesn't accurately reflect the package + relationships but does make it harder to calculate + upgrades from natty. LP: #839098. + +2011-08-11 21:27:40 +0200 Sebastien Bacher (4db9d2e) + + * releasing version 0.3.93-0ubuntu1 (tag: 0.3.93-0ubuntu1, + refs/bzr/origin/tags/0.3.93-0ubuntu1) + +2011-08-11 21:20:42 +0200 Sebastien Bacher (871b89e) + + * * New upstream release. + +2011-08-11 09:44:48 -0500 Ted Gould (5600252) + + * releasing version 0.3.93-0ubuntu1~ppa1 + +2011-08-11 09:43:07 -0500 Ted Gould (0aaf53b) + + * * New upstream release. * Rescan icon theme if icon can't be + loaded + +2011-08-11 09:42:37 -0500 Ted Gould (7b63153) + + * Import upstream version 0.3.93 + (refs/bzr/origin/tags/upstream-0.3.93) + +2011-08-11 09:17:29 -0500 Ted Gould (e2b7e82) + + * 0.3.93 (tag: 0.3.93, refs/bzr/origin/tags/0.3.93) + +2011-08-10 21:11:23 -0500 Ted Gould (0a66155) + + * Check a reload of the icon theme if needed + +2011-08-02 15:37:50 +0200 Aurelien Gateau (1790510) + + * Ask GTK to rescan the icon theme if the wanted icon cannot be + found. + +2011-07-29 09:13:48 -0500 Ted Gould (a51845f) + + * Don't make a new include directory based on GTK version + +2011-07-21 13:14:27 -0400 Ken VanDine (8ee4d7d) + + * releasing version 0.3.92-0ubuntu1 (tag: 0.3.92-0ubuntu1, + refs/bzr/origin/tags/0.3.92-0ubuntu1) + +2011-07-21 13:06:29 -0400 Ken VanDine (24063df) + + * setting to UNRELEASED + +2011-07-21 12:30:30 -0400 Ken VanDine (7c76a87) + + * * New upstream release. * Adding support for a secondary activate + signal + +2011-07-21 10:39:12 -0500 Ted Gould (23239f8) + + * releasing version 0.3.92-0ubuntu1~ppa1 + +2011-07-21 10:37:35 -0500 Ted Gould (6c59bf9) + + * Merge with U. Desktop + +2011-07-21 10:19:28 -0500 Ted Gould (056b8a5) + + * * New upstream release. * Adding support for a secondary activate + signal + +2011-07-21 10:19:02 -0500 Ted Gould (5d457c5) + + * Import upstream version 0.3.92 + (refs/bzr/origin/tags/upstream-0.3.92) + +2011-07-21 10:04:21 -0500 Ted Gould (e27e7f6) + + * Making sure the lib builds before the tests or tools + +2011-07-21 10:00:54 -0500 Ted Gould (0cee12c) + + * 0.3.92 (tag: 0.3.92, refs/bzr/origin/tags/0.3.92) + +2011-07-21 09:18:42 -0500 Ted Gould (d3de40a) + + * Adding in secondary activate support + +2011-07-21 09:17:41 -0500 Ted Gould (4234bd3) + + * Dropping the x and y paramaters from the secondary activate signal + +2011-07-15 09:43:58 -0400 Ken VanDine (69b8236) + + * releasing version 0.3.91-0ubuntu1 (tag: 0.3.91-0ubuntu1, + refs/bzr/origin/tags/0.3.91-0ubuntu1) + +2011-07-15 09:00:15 -0400 Ken VanDine (2801a02) + + * * New upstream release. * Fix signals with NULL entries in the + loader * Adding a comment for setting up debugging + options * Adding annotations for GIR files * Fixing + watchers hashtable to detect when we have none * Fix + testing so no tests are XFAIL anymore * Adding a replace + mode for testing indicator services * Watching new + services when the name switches + +2011-07-14 13:37:44 -0500 Ted Gould (8641c27) + + * releasing version 0.3.91-0ubuntu1~ppa1 + +2011-07-14 13:34:38 -0500 Ted Gould (d2d9780) + + * * New upstream release. * Watching new services when the name + switches + +2011-07-14 13:33:11 -0500 Ted Gould (6032a84) + + * Import upstream version 0.3.91 + (refs/bzr/origin/tags/upstream-0.3.91) + +2011-07-14 13:09:21 -0500 Ted Gould (c6d763c) + + * 0.3.91 (tag: 0.3.91, refs/bzr/origin/tags/0.3.91) + +2011-07-14 13:08:31 -0500 Ted Gould (a6ea476) + + * Fixing the libindicator test suite + +2011-07-12 15:23:50 -0500 Ted Gould (445e65a) + + * Adding an env variable to put a service in replace mode + +2011-07-12 14:36:45 -0500 Ted Gould (7989399) + + * releasing version 0.3.90-0ubuntu2~ppa2 + +2011-07-12 14:35:40 -0500 Ted Gould (45d7404) + + * * Upstream Merge * Watching new services when the name switches + +2011-07-12 14:34:50 -0500 Ted Gould (2e66ca5) + + * Watching when we do name switches + +2011-07-12 10:59:17 -0500 Ted Gould (aad5364) + + * releasing version 0.3.90-0ubuntu2~ppa1 + +2011-07-12 10:56:46 -0500 Ted Gould (37c5aa9) + + * Adding a replace mode for testing indicator services + +2011-07-12 10:55:10 -0500 Ted Gould (522f3c0) + + * * Fixing watchers hashtable to detect when we have none * Fix + testing so no tests are XFAIL anymore + +2011-07-12 10:54:18 -0500 Ted Gould (3d6738f) + + * * Upstream Merge * Fix signals with NULL entries in the loader + * Adding a comment for setting up debugging options * + Adding annotations for GIR files + +2011-07-12 10:50:11 -0500 Ted Gould (8b9fa18) + + * Merging in U. Desktop + +2011-07-12 10:46:35 -0500 Ted Gould (1838bfc) + + * Adding in the shutdown function + +2011-07-12 10:43:45 -0500 Ted Gould (5de36e3) + + * In replace mode we need to ask the other guy to shutdown and still + wait for the name a bit. + +2011-07-12 10:14:12 -0500 Ted Gould (b412bfe) + + * Adding in a property for being in replace mode + +2011-07-11 17:01:12 -0500 Ted Gould (64c3e2e) + + * Cleaning up removal of watchers as the string was getting free'd + before it could get used to remove the entry from the + hashtable. Now using a destroy function as that is + possible with GDBus but wasn't with dbus-glib + +2011-07-11 16:34:48 -0500 Ted Gould (269f1a1) + + * Define the bus well known type in the session.conf file + +2011-07-11 16:06:10 -0500 Ted Gould (0c3a685) + + * Add the PC file instead of replace it + +2011-07-11 16:00:12 -0500 Ted Gould (ee27186) + + * Handle NULL entries without crashing + +2011-07-09 03:39:10 +0200 Marco Trevisan (Treviño) (6f1c8e0) + + * Added support for secondary activate signal: i.e. middle-click + +2011-07-07 23:38:34 -0500 Ted Gould (ca29a76) + + * Installing the debugging env entries in shared directory instead of + the executable one. + +2011-07-07 23:36:22 -0500 Ted Gould (2016fdf) + + * Fixing doc string + +2011-07-07 23:34:49 -0500 Ted Gould (d7f14c3) + + * Anotating the get entires function properly. + +2011-07-08 03:03:00 +0200 Marco Trevisan (Treviño) (5f78a77) + + * Merging with trunk + +2011-07-08 10:39:59 +1000 Robert Ancell (801419b) + + * Annotate the return value of indicator_object_get_entries so that + the type in the list is known, also fix typo in docstring + +2011-07-07 11:12:59 -0400 Ken VanDine (b414e0f) + + * releasing version 0.3.90-0ubuntu1 (tag: 0.3.90-0ubuntu1, + refs/bzr/origin/tags/0.3.90-0ubuntu1) + +2011-07-07 10:55:25 -0400 Ken VanDine (c292980) + + * * debian/rules - Simplify the dual builds with cdbs - Fixed + package names to match soname * debian/*.install fixed + paths to work with the dual builds change * + tools/Makefile.in - Fixed path for xsessiondir * + debian/control - Fixed package names to match soname + +2011-07-07 10:38:35 -0400 Ken VanDine (d23b4e8) + + * Make xsessiondir = $(pkgdatadir) + +2011-07-07 10:11:32 -0400 Ken VanDine (95d709f) + + * * New upstream release. * Build Fixes * Adding license to test + files (LP: #684886) * Bump API/ABI versions + appropriately and make easier to edit them in the + future * Adding a name-hint to the indicator entries * + Merging scroll functions into a single good one (LP: + #804618) * debian/*install, control: Changing ABI version + number bump in package names * debian/rules: Making GTK2 + the special case as GTK3 is default now * debian/*install: + Fixing pkgconfig file names + +2011-07-07 10:09:23 -0400 Ken VanDine (dedf43d) + + * Changed to help message for --with-gtk to reflect the new default + +2011-07-07 08:30:15 -0500 Ted Gould (352c01a) + + * Making the box function conditional on GTK version + +2011-07-07 08:29:41 -0500 Ted Gould (8677620) + + * releasing version 0.3.90-0ubuntu1~ppa1 + +2011-07-07 08:25:26 -0500 Ted Gould (1e09013) + + * Fixing the box usage + +2011-07-07 08:25:11 -0500 Ted Gould (14cdff4) + + * Handling the right box for the right version of GTK + +2011-07-07 00:40:51 -0500 Ted Gould (24123eb) + + * debian/*install: Fixing pkgconfig file names + +2011-07-07 00:38:18 -0500 Ted Gould (f44a6bc) + + * * debian/*install, control: Changing ABI version number bump in + package names * debian/rules: Making GTK2 the special case + as GTK3 is default now + +2011-07-07 00:32:12 -0500 Ted Gould (709208d) + + * * New upstream release. * Build Fixes * Adding license to test + files (LP: #684886) * Bump API/ABI versions + appropriately and make easier to edit them in the + future * Adding a name-hint to the indicator entries * + Merging scroll functions into a single good one (LP: + #804618) + +2011-07-07 00:28:26 -0500 Ted Gould (c103417) + + * Import upstream version 0.3.90 + (refs/bzr/origin/tags/upstream-0.3.90) + +2011-07-06 16:35:52 -0500 Ted Gould (9cca8d7) + + * 0.3.90 (tag: 0.3.90, refs/bzr/origin/tags/0.3.90) + +2011-07-06 16:35:49 -0500 Ted Gould (cce6c17) + + * Cleaning up the built pc file + +2011-07-06 16:33:09 -0500 Ted Gould (6f2f147) + + * Switch to using gtk_box_new() + +2011-07-06 16:30:16 -0500 Ted Gould (fb0fab8) + + * Making some test XFAIL and attaching to bugs + +2011-07-06 16:14:20 -0500 Ted Gould (b0f700d) + + * Adding headers to tests + +2011-07-06 16:11:29 -0500 Ted Gould (2d3893c) + + * Adding license info to [ch] files + +2011-07-06 15:50:48 -0500 Ted Gould (9a18c1c) + + * Sync to U. Desktop + +2011-07-06 15:34:38 -0500 Ted Gould (02fb5cb) + + * Changing the API and ABI versioning slightly + +2011-07-06 15:34:19 -0500 Ted Gould (e2a324a) + + * Adding in the name hint for the indicators + +2011-07-05 22:29:32 -0500 Ted Gould (173c8a7) + + * Setting default GTK version to 3 + +2011-07-05 22:27:48 -0500 Ted Gould (f5575b5) + + * Changing the pkgconfig file version to include the API version + +2011-07-05 16:18:56 -0500 Ted Gould (f837b4b) + + * Clearing our local name_hint and ensuring we fill it if a function + is provided. + +2011-07-05 16:15:14 -0500 Ted Gould (26c580f) + + * Adding a get name hint function as well. + +2011-07-05 16:13:05 -0500 Ted Gould (7797504) + + * Adding the naming hint to the entry structure + +2011-07-05 15:05:49 -0500 Ted Gould (746cf4e) + + * Making the API and ABI versions variables + +2011-07-05 14:58:15 -0500 Ted Gould (f3dc285) + + * Adding another level of .in for the pc files. + +2011-07-05 14:29:50 -0500 Ted Gould (5a535d1) + + * Switching to single scrolling event. + +2011-07-02 04:13:05 +0200 Marco Trevisan (Treviño) (8881229) + + * Merging "scroll" and "scroll-entry" into the "entry-scrolled" + signal + +2011-06-29 11:06:26 +0100 Ken VanDine (36fb97c) + + * releasing version 0.3.22-0ubuntu2 (tag: 0.3.22-0ubuntu2, + refs/bzr/origin/tags/0.3.22-0ubuntu2) + +2011-06-16 13:38:12 -0500 Ted Gould (5fdfbbe) + + * Updating autotools + +2011-06-15 16:18:37 +0100 Javier Jardón (9adf0b1) + + * configure.ac: Generate xz tarballs with pax format by default + +2011-06-15 16:17:57 +0100 Javier Jardón (c8c7cf8) + + * Update autotools configuration + +2011-03-23 16:33:53 -0400 Ken VanDine (052a740) + + * releasing version 0.3.22-0ubuntu1 (tag: 0.3.22-0ubuntu1, + refs/bzr/origin/tags/0.3.22-0ubuntu1) + +2011-03-23 13:21:52 -0500 Ted Gould (97e2fed) + + * releasing version 0.3.22-0ubuntu1~ppa1 + +2011-03-23 13:19:36 -0500 Ted Gould (47a97e2) + + * New upstream release. object is in. (LP: #703555) + +2011-03-23 13:17:30 -0500 Ted Gould (50607d3) + + * Import upstream version 0.3.22 + (refs/bzr/origin/tags/upstream-0.3.22) + +2011-03-23 13:13:28 -0500 Ted Gould (f9f5cee) + + * 0.3.22 (tag: 0.3.22, refs/bzr/origin/tags/0.3.22) + +2011-03-23 10:44:01 -0500 Ted Gould (6f1e50b) + + * Adding API to know what the environment the indicator is in + +2011-03-22 15:03:30 -0500 Ted Gould (a774a41) + + * releasing version 0.3.21-0ubuntu2~ppa1 + +2011-03-22 14:59:41 -0500 Ted Gould (118b8f0) + + * * Upstream Merge * Adding the ability to know the environment the + indicator object is in. + +2011-03-22 14:59:00 -0500 Ted Gould (a075227) + + * Sync U. Desktop + +2011-03-22 10:57:30 -0500 Ted Gould (a995a11) + + * Adding a nice little checking function + +2011-03-22 10:51:19 -0500 Ted Gould (5712d44) + + * Adding an environments variable and make a lifecycle for it. + +2011-03-22 10:46:53 -0500 Ted Gould (8673e8f) + + * Getting some stub functions in + +2011-03-22 10:42:30 -0500 Ted Gould (baf04be) + + * Making the environments a list of strings + +2011-03-16 15:52:46 -0400 Ken VanDine (1b0f902) + + * releasing version 0.3.21-0ubuntu1 (tag: 0.3.21-0ubuntu1, + refs/bzr/origin/tags/0.3.21-0ubuntu1) + +2011-03-16 13:29:24 -0500 Ted Gould (b36a867) + + * releasing version 0.3.21-0ubuntu1~ppa1 + +2011-03-16 13:23:15 -0500 Ted Gould (c393bc6) + + * New upstream release. ∘ Don't check for TargetEnvironment on the + desktop group + +2011-03-16 13:22:24 -0500 Ted Gould (e2b7096) + + * Import upstream version 0.3.21 + (refs/bzr/origin/tags/upstream-0.3.21) + +2011-03-16 13:21:56 -0500 Ted Gould (54ae143) + + * Merge with U. Desktop + +2011-03-16 13:17:22 -0500 Ted Gould (c245779) + + * 0.3.21 (tag: 0.3.21, refs/bzr/origin/tags/0.3.21) + +2011-03-16 11:14:43 -0500 Ted Gould (bbae0db) + + * Fix checking for target environment on the desktop group + +2011-03-16 11:08:28 -0500 Ted Gould (690ffa9) + + * Make sure not to use TargetEnvironment on the desktop group + +2011-03-03 17:21:07 -0500 Ken VanDine (5b51dc5) + + * releasing version 0.3.20-0ubuntu1 (tag: 0.3.20-0ubuntu1, + refs/bzr/origin/tags/0.3.20-0ubuntu1) + +2011-03-03 14:02:16 -0600 Ted Gould (879dc15) + + * releasing version 0.3.20-0ubuntu1~ppa1 + +2011-03-03 13:59:38 -0600 Ted Gould (53895da) + + * * New upstream release. * Use the "TargetEnvironment" key in + shortcuts + +2011-03-03 13:59:07 -0600 Ted Gould (48d8752) + + * Import upstream version 0.3.20 + (refs/bzr/origin/tags/upstream-0.3.20) + +2011-03-03 13:52:38 -0600 Ted Gould (12047a5) + + * 0.3.20 (tag: 0.3.20, refs/bzr/origin/tags/0.3.20) + +2011-03-03 12:46:55 -0600 Ted Gould (dd2660b) + + * Use the TargetEnvironment key + +2011-03-03 12:43:50 -0600 Ted Gould (440c893) + + * Merging in Robert's branch + +2011-03-03 12:40:32 -0600 Ted Gould (f0e21d0) + + * Merge from U. Desktop + +2011-03-02 13:57:04 -0600 Ted Gould (61e9b95) + + * Removing warning that there are no shortcuts, that's a valid thing + to have. + +2011-03-02 13:55:16 -0600 Ted Gould (9b34e7c) + + * Adding a target environment key and checking for that over others. + +2011-02-23 12:09:25 -0500 Ken VanDine (f417427) + + * releasing version 0.3.19-0ubuntu3 (tag: 0.3.19-0ubuntu3, + refs/bzr/origin/tags/0.3.19-0ubuntu3) + +2011-02-23 08:50:33 -0500 Ken VanDine (58dbd1d) + + * releasing version 0.3.19-0ubuntu2 (tag: 0.3.19-0ubuntu2, + refs/bzr/origin/tags/0.3.19-0ubuntu2) + +2011-02-23 10:47:05 +1100 unknown (38d7280) + + * * debian/control: - Use new GTK3 package naming + +2011-02-17 15:30:58 -0500 Ken VanDine (04397e7) + + * releasing version 0.3.19-0ubuntu1 (tag: 0.3.19-0ubuntu1, + refs/bzr/origin/tags/0.3.19-0ubuntu1) + +2011-02-17 10:27:18 -0600 Ted Gould (6ca27e8) + + * releasing version 0.3.19-0ubuntu1~ppa1 + +2011-02-17 10:25:54 -0600 Ted Gould (4447040) + + * debian/control: Adding Breaks for the previous library rev so that + users don't end up with systems that use both. + +2011-02-17 10:23:46 -0600 Ted Gould (2dae441) + + * debian/*: Changing the library major version from 2 to 3 + +2011-02-17 10:21:37 -0600 Ted Gould (20ef744) + + * New upstream release. ∘ Adding in a11y description support ∘ Fixing + distcheck (LP: #587811) + +2011-02-17 10:19:45 -0600 Ted Gould (7840128) + + * Import upstream version 0.3.19 + (refs/bzr/origin/tags/upstream-0.3.19) + +2011-02-17 10:19:15 -0600 Ted Gould (6c89ab0) + + * Merging in U.Desktop + +2011-02-17 09:58:30 -0600 Ted Gould (27d0798) + + * 0.3.19 (tag: 0.3.19, refs/bzr/origin/tags/0.3.19) + +2011-02-16 15:44:07 -0600 Ted Gould (0cfa5a8) + + * Returning reserveds as we're breaking ABI anyway + +2011-02-16 15:40:14 -0600 Ted Gould (518f847) + + * Bumping the major version of the lib and the indicator directory + +2011-02-16 15:10:23 -0600 Ted Gould (01fe1bc) + + * Merging support for having an accessible description + +2011-02-16 14:46:36 -0600 Ted Gould (2b78c2f) + + * Fixing makefile to include all the necissary files in dist + +2011-02-15 14:32:46 -0600 Ted Gould (e137b60) + + * Adding the service.in files as well + +2011-02-15 09:30:34 -0600 Sebastien Bacher (27cdc75) + + * Add session.conf.in to dist + +2011-02-08 14:28:50 +1100 Luke Yelavich (a512745) + + * accessible_name -> accessible_desc in tests as well + +2011-02-08 14:25:10 +1100 Luke Yelavich (f593012) + + * * accessible_name -> accessible_desc to better reflect the use of + the content. * Add accessible-desc-update signal so that + indicators can tell indicator-applet/unity that the + accessible description has changed + +2011-02-01 17:49:23 +1100 Luke Yelavich (855d354) + + * use const gchar for variable and prototype + +2011-02-01 17:37:15 +1100 Luke Yelavich (d50d1bb) + + * Merge from trunk + +2011-01-27 16:43:49 -0500 Ken VanDine (326b5bf) + + * releasing version 0.3.18-0ubuntu1 (tag: 0.3.18-0ubuntu1, + refs/bzr/origin/tags/0.3.18-0ubuntu1) + +2011-01-27 15:31:07 -0600 Ted Gould (1246174) + + * releasing version 0.3.18-0ubuntu1~ppa1 + +2011-01-27 15:29:13 -0600 Ted Gould (4a4ca1e) + + * debian/rules: Updating shlibs + +2011-01-27 15:28:42 -0600 Ted Gould (517ff3c) + + * * New upstream release. * Adding a signal for scrolling that + includes the entry + +2011-01-27 15:27:43 -0600 Ted Gould (b22f471) + + * Import upstream version 0.3.18 + (refs/bzr/origin/tags/upstream-0.3.18) + +2011-01-27 15:14:17 -0600 Ted Gould (9ac5519) + + * 0.3.18 (tag: 0.3.18, refs/bzr/origin/tags/0.3.18) + +2011-01-27 15:13:47 -0600 Ted Gould (ded377c) + + * Adding a signal for scrolling that includes the entry + +2011-01-27 12:24:00 +0100 Marco Trevisan (Treviño) (d903523) + + * Removed typo in code. + +2011-01-27 00:12:42 +0100 Marco Trevisan (Treviño) (5873fe7) + + * Added support for "signal-entry" signal + +2011-01-18 16:50:37 +1100 Luke Yelavich (9215e19) + + * Add accessible_name variable in indicator entry structure + +2011-01-14 11:09:38 -0600 Ted Gould (7f4196b) + + * releasing version 0.3.17-0ubuntu1~ppa1 + +2011-01-14 11:06:08 -0600 Ted Gould (5400cb9) + + * Sync to Ubuntu Desktop + +2011-01-14 11:05:06 -0600 Ted Gould (b5161b9) + + * * New upstream release. * Fixing catching services dropping off + +2011-01-14 11:03:09 -0600 Ted Gould (fde4196) + + * Import upstream version 0.3.17 + (refs/bzr/origin/tags/upstream-0.3.17) + +2011-01-14 10:55:39 -0600 Ted Gould (ab0f0ab) + + * 0.3.17 (tag: 0.3.17, refs/bzr/origin/tags/0.3.17) + +2011-01-13 23:03:24 -0600 Ted Gould (afe5430) + + * Use dbus name watches instead of g-owner-change signal for watching + for restarts. + +2011-01-13 16:05:26 -0600 Michael Terry (084d3e8) + + * use actual DBus NameOwnerChanged interface rather than GDBus's + higher level signal because that one only works for + well-known names + +2011-01-13 16:04:53 -0600 Michael Terry (4098f74) + + * fix basename issue when make is given full path + +2011-01-13 15:00:23 -0600 Sebastien Bacher (3814e3d) + + * releasing version 0.3.16-0ubuntu1 (tag: 0.3.16-0ubuntu1, + refs/bzr/origin/tags/0.3.16-0ubuntu1) + +2011-01-13 12:49:29 -0600 Ted Gould (b988044) + + * releasing version 0.3.16-0ubuntu1~ppa1 + +2011-01-13 12:47:47 -0600 Ted Gould (3f20962) + + * Syncing to upstream + +2011-01-13 12:46:07 -0600 Ted Gould (917061a) + + * New upstream release. + +2011-01-13 12:43:15 -0600 Ted Gould (22a9ca4) + + * Import upstream version 0.3.16 + (refs/bzr/origin/tags/upstream-0.3.16) + +2011-01-13 12:41:49 -0600 Ted Gould (ee32949) + + * 0.3.16 (tag: 0.3.16, refs/bzr/origin/tags/0.3.16) + +2011-01-10 12:00:43 -0600 Ted Gould (cf88225) + + * releasing version 0.3.15-0ubuntu3~ppa2 + +2011-01-10 11:55:10 -0600 Ted Gould (bd88281) + + * Final GDBus port + +2011-01-10 11:54:57 -0600 Ted Gould (990356c) + + * debian/control: Dropping dbus-glib as a build-dep + +2011-01-10 11:52:43 -0600 Ted Gould (6a01298) + + * * Upstream Merge: * GDBus Port * autogen.sh * debian/control: + Migrating library versions from 1 to 2 + +2011-01-10 10:21:35 -0600 Ted Gould (38af4e8) + + * Adding a signal for the menu being closed. + +2011-01-10 10:19:52 -0600 Ted Gould (2b6655f) + + * Fixing doc strings + +2011-01-10 10:17:04 -0600 Ted Gould (48db67a) + + * Porting to GDBus + +2011-01-09 17:08:21 -0600 Ted Gould (2bf1edb) + + * Making the test suite compile again + +2011-01-09 17:06:45 -0600 Ted Gould (4a3d68b) + + * Using the GCancellable to detect if we're already creating a proxy + so that we don't do it twice. + +2011-01-09 16:58:41 -0600 Ted Gould (664e39b) + + * Using variant_unref instead of object_unref as it's a variant + +2011-01-09 15:44:19 -0600 Ted Gould (a17110e) + + * Adding a virtual function for closing the menu and a wrapper for + it. + +2011-01-09 15:03:14 -0600 Ted Gould (f8bea0d) + + * releasing version 0.3.15-0ubuntu3~ppa2~gdbus1 + +2011-01-09 15:01:36 -0600 Ted Gould (48fb94f) + + * Reverting this change made by distro + +2011-01-09 14:31:00 -0600 Ted Gould (bea872d) + + * Marshaller fixes + +2011-01-09 14:29:54 -0600 Ted Gould (13a284f) + + * Might need these + +2011-01-09 14:21:19 -0600 Ted Gould (7404425) + + * debian/control: Migrating library versions from 1 to 2 + +2011-01-09 14:18:24 -0600 Ted Gould (c6cd9bb) + + * autogen.sh + +2011-01-09 14:14:58 -0600 Ted Gould (6b2531c) + + * * Upstream Merge: * GDBus Port + +2011-01-09 13:56:02 -0600 Ted Gould (8d3f43f) + + * Making getting the proxy and watching cancellable so that we don't + get weird crashes. + +2011-01-09 13:34:51 -0600 Ted Gould (2fb32b9) + + * Adding in the ability to cancel the connection on short lived + objects. + +2011-01-07 23:40:07 -0600 Ted Gould (9911397) + + * Removing a test that is broken at a lower level + +2011-01-07 23:39:35 -0600 Ted Gould (64ef206) + + * Disabling the launch test temporarily as it seems broken in GLib + +2011-01-07 23:32:20 -0600 Ted Gould (ac7444c) + + * Getting test suite build fixes + +2011-01-07 23:32:06 -0600 Ted Gould (dc5880f) + + * Syncing up to trunk + +2011-01-07 23:27:36 -0600 Ted Gould (2bbbabc) + + * Switching to the session bus + +2011-01-07 23:26:05 -0600 Ted Gould (32515c5) + + * Out of order parameters. + +2011-01-07 23:17:19 -0600 Ted Gould (e837ae5) + + * Fixing the linking of the tests to the right libs + +2011-01-07 22:43:36 -0600 Ted Gould (20f3cbb) + + * Adding in creating the interface info from the XML files + +2011-01-07 22:42:16 -0600 Ted Gould (70bfa89) + + * Replacing the service proxy with a brand new GDBus one + +2011-01-07 20:01:37 -0600 Ted Gould (a6e9bff) + + * Ignoring the new files + +2011-01-07 16:44:03 -0600 Ted Gould (037ed98) + + * Removing the bus and dbus_proxy variables as we won't need them + anymore. + +2011-01-07 16:37:42 -0600 Ted Gould (9552d2d) + + * Switching around headers to the new world order + +2011-01-07 16:12:43 -0600 Ted Gould (33afd01) + + * Instead of setting up a proxy to watch the watcher we're setting up + a bus name watch on each one. + +2011-01-07 15:35:34 -0600 Ted Gould (991b87f) + + * Little clean-ups the compiler found now that it's more happy. + +2011-01-07 14:58:52 -0600 Ted Gould (2696619) + + * Switch over to getting the GDBus bus instead of the dbus-glib one + +2011-01-07 14:22:17 -0600 Ted Gould (d75fce1) + + * Removing unused prototypes + +2011-01-07 14:21:44 -0600 Ted Gould (4607834) + + * Fleshing out the bus_method_call functions and tying them into the + traditional start points from dbus. + +2011-01-07 13:52:27 -0600 Ted Gould (30703e3) + + * Switching the way that we get a name on dbus and removing the + dbus_proxy which was used for this previously. + +2011-01-07 12:59:25 -0600 Ted Gould (844bccb) + + * Setting up the VTable + +2011-01-07 12:43:29 -0600 Ted Gould (6ff24e1) + + * Switching the registration of the object over. + +2011-01-07 10:55:06 -0600 Ted Gould (0627083) + + * Parsing the XML file for the interface description on class init + +2011-01-07 10:23:39 -0600 Ted Gould (55ae3fd) + + * Removing the dbus-glib headers + +2011-01-07 10:18:42 -0600 Ted Gould (977ed23) + + * Changing the way the dbus xml is handled. + +2011-01-06 16:41:08 -0600 Ted Gould (f7b8662) + + * Fixing the GTK3 include path. + +2011-01-06 17:22:48 -0500 Ken VanDine (c30de62) + + * fixed the includedir + +2011-01-06 16:09:32 -0600 Ted Gould (8877308) + + * Fixing build source path and build a GTK3 loader + +2011-01-06 15:51:07 -0600 Ted Gould (7a02225) + + * Adding an important field to relate to when to show the indicator. + +2011-01-06 15:08:46 -0600 Ted Gould (71e8858) + + * Removing dbus-glib from the build + +2011-01-04 16:00:14 -0600 Ted Gould (5de24f6) + + * Adding a function to check whether we should show the indicator + with priority. + +2011-01-04 15:56:53 -0600 Ted Gould (9497666) + + * Making it a real signal now + +2011-01-04 10:13:15 -0600 Ted Gould (18a5e64) + + * Adding a show now state to indicate priority. + +2010-12-08 14:48:03 -0600 Ted Gould (356af1c) + + * releasing version 0.3.15-0ubuntu3~ppa1 + +2010-12-08 14:46:28 -0600 Ted Gould (d85d476) + + * debian/libindicator3-dev: Adding in the include files for this + version of the library. + +2010-12-08 14:45:12 -0600 Ted Gould (8dd8160) + + * debian/libindicator-tools: Removing indicator-loader3 + +2010-12-08 14:07:18 -0600 Ted Gould (809366b) + + * Merging in dual build from Ubuntu Desktop + +2010-12-06 10:34:22 -0500 Ken VanDine (c5c78aa) + + * releasing version 0.3.15-0ubuntu2 (tag: 0.3.15-0ubuntu2, + refs/bzr/origin/tags/0.3.15-0ubuntu2) + +2010-12-03 13:14:42 -0500 Ken VanDine (1bce6ba) + + * releasing version 0.3.15-0ubuntu1 (tag: 0.3.15-0ubuntu1, + refs/bzr/origin/tags/0.3.15-0ubuntu1) + +2010-11-24 18:40:11 -0500 Ken VanDine (5247eb9) + + * removed empty dir + +2010-11-24 18:39:14 -0500 Ken VanDine (8915dd5) + + * * debian/rules - Added build targets to build with gtk3 enabled + in additional to default build with gtk2 * + debian/control - Updated build depends to support + building with gtk+-3.0 - Added dh-autoreconf build + depends - Added libindicator3-1, libindicator3-dev, + libindicator3-tools binaries binaries * + libindicator/Makefile.am and tools/Makefile.am - Fixes + needed for building with-gtk=3 + +2010-11-24 18:00:33 -0500 Ken VanDine (fbef9e6) + + * Use abs_srcdir to find template files + +2010-11-24 18:00:06 -0500 Ken VanDine (b0c8eb1) + + * Build indicator-loader3 + +2010-11-24 14:56:35 -0500 Ken VanDine (1a4eadc) + + * * New upstream release. * Adding a small file to set debugging + environment variables * Allowing to build for GTK 2/3 + and build parallel libraries * debian/control: Adding + package libindicator-debugenv + +2010-11-11 14:44:56 -0600 Ted Gould (e87aa8f) + + * releasing version 0.3.15-0ubuntu1~ppa1 + +2010-11-11 14:41:24 -0600 Ted Gould (3f4743e) + + * * New upstream release. * Allowing to build for GTK 2/3 and build + parallel libraries + +2010-11-11 14:40:03 -0600 Ted Gould (df21e79) + + * Import upstream version 0.3.15 + (refs/bzr/origin/tags/upstream-0.3.15) + +2010-11-11 14:39:02 -0600 Ted Gould (7d8375c) + + * 0.3.15 (tag: 0.3.15, refs/bzr/origin/tags/0.3.15) + +2010-11-11 10:20:24 -0600 Ted Gould (db16c1f) + + * Fixing the ignore file tarball matching + +2010-11-11 09:59:36 -0600 Ted Gould (e6a847b) + + * Merging in the GTK3 basis for the build + +2010-11-11 09:38:56 -0600 Ted Gould (10d7e22) + + * Making sure to get both pc files in the tarball + +2010-11-11 09:38:43 -0600 Ted Gould (75672d5) + + * Checking for deprecations and making sure we check on distcheck + +2010-11-11 09:33:27 -0600 Ted Gould (5c848a1) + + * Putting the GTK3 indicators in a different directory. + +2010-11-11 09:26:24 -0600 Ted Gould (40d11e1) + + * Updating ignore for the GTK3 stuff + +2010-11-11 09:25:43 -0600 Ted Gould (69960b2) + + * Merging in trunk to solve conflicts + +2010-10-15 14:56:17 -0500 Ted Gould (273cfca) + + * releasing version 0.3.14-0ubuntu2~ppa1 + +2010-10-15 14:54:32 -0500 Ted Gould (d6160f5) + + * debian/control: Adding package libindicator-debugenv + +2010-10-15 14:52:02 -0500 Ted Gould (32b0c1c) + + * Autogen + +2010-10-15 14:48:53 -0500 Ted Gould (917a1ae) + + * * Upstream Merge * Adding a small file to set debugging + environment variables + +2010-10-15 14:48:14 -0500 Ted Gould (879ce43) + + * Merging in Ubuntu desktop + +2010-10-15 14:46:03 -0500 Ted Gould (022e4bf) + + * Adding a file to have the debugging environment variables + +2010-10-15 12:41:16 -0500 Ted Gould (b877951) + + * Add mean comment + +2010-10-15 12:39:13 -0500 Ted Gould (0f99ed2) + + * Adding a number in the name + +2010-10-15 12:37:08 -0500 Ted Gould (2e3ea76) + + * Installing the environment file in the session dir + +2010-10-15 12:24:12 -0500 Ted Gould (fc94eab) + + * All the environment flags we should set for debugging + +2010-10-06 10:58:49 -0400 Michael Terry (ecc6acd) + + * instead of always building gtk2 and gtk3, add a --with-gtk= flag to + configure to specify which to build with + +2010-09-22 18:09:47 +0200 Didier Roche (948cb8e) + + * releasing version 0.3.14-0ubuntu1 (tag: 0.3.14-0ubuntu1, + refs/bzr/origin/tags/0.3.14-0ubuntu1) + +2010-09-22 10:05:24 +0200 Didier Roche (98f804c) + + * redo removed adjustements + +2010-09-21 15:56:00 -0500 Ted Gould (ac662a1) + + * releasing version 0.3.14-0ubuntu1~ppa1 + +2010-09-21 15:55:12 -0500 Ted Gould (3acdbe7) + + * * New upstream release. * Adding a function to signal a menu is + shown * Changing indicator directory to '4' + +2010-09-21 15:53:41 -0500 Ted Gould (b91aaa9) + + * Import upstream version 0.3.14 + (refs/bzr/origin/tags/upstream-0.3.14) + +2010-09-21 15:48:56 -0500 Ted Gould (558a37d) + + * 0.3.14 (tag: 0.3.14, refs/bzr/origin/tags/0.3.14) + +2010-09-21 11:27:07 -0500 Ted Gould (53e57ef) + + * Changing AUTHORS to mention it's built + +2010-09-21 11:17:50 -0500 Ted Gould (25d85a1) + + * Adding dist hooks for AUTHORS and ChangeLog + +2010-09-21 11:13:19 -0500 Ted Gould (137e0f1) + + * Merging in Debian branch + +2010-09-21 09:25:07 -0500 Ted Gould (32bad82) + + * releasing version 0.3.13-0ubuntu2~ppa2 + +2010-09-21 09:24:18 -0500 Ted Gould (bd75a2c) + + * Updating with Desktop version and undoing some changes. + +2010-09-21 09:22:02 -0500 Ted Gould (027d9ed) + + * Setting right VCS directories + +2010-09-21 09:17:40 -0500 Ted Gould (6b3ded7) + + * Drop duplicate changelog entry + +2010-09-21 09:14:51 -0500 Ted Gould (c5216ef) + + * Merge from Ubuntu Desktop + +2010-09-21 12:46:31 +0200 Didier Roche (4b5bf4f) + + * ppa version + +2010-09-21 12:45:54 +0200 Didier Roche (f7bd202) + + * - rename to soname bump * debian/libindicator1.install: rename to + soname bump * debian/rules: update MAKESHLIBS_ARGS + +2010-09-21 12:36:23 +0200 Didier Roche (5ca6086) + + * * debian/control: - put the Vcs-Bzr to point the right official + branch + +2010-09-21 12:35:43 +0200 Didier Roche (c667aaf) + + * * debian/source: - don't use quilt format, it's making the daily + build not working + +2010-09-19 14:47:49 -0500 Ted Gould (2af3961) + + * releasing version 0.3.13-0ubuntu1~ppa3 + +2010-09-19 14:42:21 -0500 Ted Gould (a006528) + + * * debian/rules: * Dropping the simple patch system * Changing + the shlibs to libindicator1 + +2010-09-19 13:29:16 -0500 Ted Gould (3e7cedb) + + * releasing version 0.3.13-0ubuntu1~ppa2 + +2010-09-19 13:28:14 -0500 Ted Gould (49b7043) + + * * Upstream Merge * Adding a function to signal a menu is shown + * Changing indicator directory to '4' * debian/control: + Switching from libindicator0 to libindicator1 as we've + broken ABI. Conflicting with libindicator0 to make + upgrade simpler as it doesn't make sense to have both + installed. * Autogen update + +2010-09-19 13:26:12 -0500 Ted Gould (bf38aa8) + + * Sync to trunk + +2010-09-19 13:26:01 -0500 Ted Gould (982c91c) + + * Adding in the about-to-show signal + +2010-09-17 16:41:30 -0500 Ted Gould (daaf146) + + * debian/control: Replaces really needs to be conflicts. You don't + want both of these. + +2010-09-17 09:52:32 -0500 Ted Gould (8d7fd13) + + * releasing version 0.3.13-0ubuntu1~ppa2~ats3 + +2010-09-17 09:51:48 -0500 Ted Gould (e51d89f) + + * Autogen update + +2010-09-17 09:30:36 -0500 Ted Gould (aafdfdf) + + * releasing version 0.3.13-0ubuntu1~ppa2~ats2 + +2010-09-17 09:17:23 -0500 Ted Gould (fb8a5c2) + + * * Upstream Merge * Making the library different + +2010-09-17 09:16:17 -0500 Ted Gould (03641dc) + + * Adding some version information so we don't need a conflicts + +2010-09-16 16:40:10 -0500 Ted Gould (5be1cb6) + + * releasing version 0.3.13-0ubuntu1~ppa2~ats1 + +2010-09-16 16:37:55 -0500 Ted Gould (7cabb61) + + * Changing indicator directory to '4' + +2010-09-16 16:37:08 -0500 Ted Gould (99dc263) + + * Changing indicator directory to '4' + +2010-09-16 16:36:21 -0500 Ted Gould (afe60bd) + + * debian/control: Switching from libindicator0 to libindicator1 as + we've broken ABI. + +2010-09-16 16:34:21 -0500 Ted Gould (ebe26f6) + + * * Upstream Merge * Adding a function to signal a menu is shown + +2010-09-16 16:15:31 -0500 Ted Gould (6269aec) + + * Creating a callback on the loader to signal the event press down to + the entry. + +2010-09-16 16:09:26 -0500 Ted Gould (daffbe6) + + * Fleshing out the entry activate function + +2010-09-16 16:06:41 -0500 Ted Gould (64db4d0) + + * Breaking the ABI and adding a subclassable function. + +2010-09-16 15:56:50 -0500 Ted Gould (90b4c19) + + * Adding a function to push activate back down. + +2010-09-15 14:02:22 -0400 Ken VanDine (617263e) + + * releasing version 0.3.13-0ubuntu1 (tag: 0.3.13-0ubuntu1, + refs/bzr/origin/tags/0.3.13-0ubuntu1) + +2010-09-15 11:46:43 -0500 Ted Gould (0bcacdc) + + * releasing version 0.3.13-0ubuntu1~ppa1 + +2010-09-15 11:45:14 -0500 Ted Gould (a2df60e) + + * New upstream release. + +2010-09-15 11:44:34 -0500 Ted Gould (b675da7) + + * Import upstream version 0.3.13 + (refs/bzr/origin/tags/upstream-0.3.13) + +2010-09-15 11:42:57 -0500 Ted Gould (bc8ba95) + + * 0.3.13 (tag: 0.3.13, refs/bzr/origin/tags/0.3.13) + +2010-09-15 11:37:00 -0500 Ted Gould (c587ca3) + + * Printout on menu showing in the loader + +2010-09-15 08:58:07 -0500 Ted Gould (b933e7c) + + * Putting a printout in for showing menus. + +2010-09-14 10:57:35 -0500 Ted Gould (74b347a) + + * releasing version 0.3.12-0ubuntu2~ppa1 + +2010-09-14 10:56:53 -0500 Ted Gould (ed40c3c) + + * Flipping PPA version around + +2010-09-14 10:56:07 -0500 Ted Gould (06c1df5) + + * Merge with Ubuntu Desktop + +2010-09-14 10:54:25 -0500 Ted Gould (f09d026) + + * releasing version 0.3.12-0ubuntu1~ppa2 + +2010-09-14 10:53:40 -0500 Ted Gould (4e26272) + + * * Upstream Merge * Adding a menu_show signal + +2010-09-14 10:52:18 -0500 Ted Gould (f0cd004) + + * Adding a menu_show signal + +2010-09-14 09:55:16 -0500 Ted Gould (69221d8) + + * Adding in the signal for the menu showing + +2010-09-14 09:51:06 -0500 Ted Gould (06b5084) + + * Forgot the signal name + +2010-09-14 09:50:09 -0500 Ted Gould (98ec2f3) + + * Adding slot for the menu show signal + +2010-08-18 12:48:09 -0400 Ken VanDine (ab54852) + + * releasing version 0.3.12-0ubuntu1 (tag: 0.3.12-0ubuntu1, + refs/bzr/origin/tags/0.3.12-0ubuntu1) + +2010-08-18 11:05:54 -0500 Ted Gould (8839b12) + + * releasing version 0.3.12-0ubuntu1~ppa1 + +2010-08-18 11:04:26 -0500 Ted Gould (6152054) + + * Merging in Ubuntu Desktop branch + +2010-08-18 11:02:28 -0500 Ted Gould (d097561) + + * * New upstream release. * Removing a g_error that was breaking + Unity on failed icons + +2010-08-18 11:01:43 -0500 Ted Gould (5c85a79) + + * Import upstream version 0.3.12 + (refs/bzr/origin/tags/upstream-0.3.12) + +2010-08-18 10:59:48 -0500 Ted Gould (7df0fe9) + + * 0.3.12 (tag: 0.3.12, refs/bzr/origin/tags/0.3.12) + +2010-08-18 10:57:05 -0500 Ted Gould (3a8fac7) + + * Fixing a g_error so we don't kill unity + +2010-08-16 09:14:49 -0500 Ted Gould (6878f17) + + * Changing the message to a warning and clearing the GtkImage. + +2010-08-13 12:02:59 -0500 Ted Gould (6a055d8) + + * Adding debug flag + +2010-08-13 11:57:45 +0200 Sebastien Bacher (79f7355) + + * releasing version 0.3.11-0ubuntu2 (tag: 0.3.11-0ubuntu2, + refs/bzr/origin/tags/0.3.11-0ubuntu2) + +2010-08-13 10:17:33 +0200 Mikkel Kamstrup Erlandsen (89924de) + + * Add an --enable-debug flag to configure script that forces a -g to + gcc + +2010-08-12 16:45:05 -0400 Ken VanDine (25e77dc) + + * releasing version 0.3.11-0ubuntu1 (tag: 0.3.11-0ubuntu1, + refs/bzr/origin/tags/0.3.11-0ubuntu1) + +2010-08-12 14:42:49 -0500 Ted Gould (1c80632) + + * releasing version 0.3.11-0ubuntu1~ppa1 + +2010-08-12 14:42:07 -0500 Ted Gould (ccf75ca) + + * * New upstream release. * Allowing absolute paths in the image + name (LP: #564034) + +2010-08-12 14:41:09 -0500 Ted Gould (94a9465) + + * Import upstream version 0.3.11 + (refs/bzr/origin/tags/upstream-0.3.11) + +2010-08-12 14:40:42 -0500 Ted Gould (53265a3) + + * 0.3.11 (tag: 0.3.11, refs/bzr/origin/tags/0.3.11) + +2010-08-12 14:37:24 -0500 Ted Gould (e9c09c5) + + * Allowing for absolute file names for icons. + +2010-08-09 10:41:11 +0100 Karl (bec9f56) + + * Added absolute filename fixes + +2010-07-25 12:09:27 +0200 Evgeni Golov (ff06597) + + * * Merging new upstream release from Ubuntu. * New upstream release. + * Fixing unwatching crash (LP: #603489) * Adding + configurable timeout for slow test systems (tag: 0.3.10-1, + refs/bzr/origin/tags/0.3.10-1) + +2010-07-25 12:08:03 +0200 Evgeni Golov (21ba038) + + * Merge lp:~ubuntu-desktop/libindicator/ubuntu * New upstream + release. * Fixing unwatching crash (LP: #603489) * + Adding configurable timeout for slow test systems + +2010-07-15 12:17:31 -0500 Ted Gould (13ebc6d) + + * Merge from Debian + +2010-07-15 12:15:40 -0500 Ted Gould (e5080c7) + + * Updating to Ubuntu Desktop + +2010-07-15 11:55:34 -0400 Ken VanDine (8c56a89) + + * releasing version 0.3.10-0ubuntu1 (tag: 0.3.10-0ubuntu1, + refs/bzr/origin/tags/0.3.10-0ubuntu1) + +2010-07-15 10:02:59 -0500 Ted Gould (c6b0ab3) + + * releasing version 0.3.10-0ubuntu1~ppa1 + +2010-07-15 10:02:16 -0500 Ted Gould (ae07d57) + + * * New upstream release. * Fixing unwatching crash (LP: #603489) + * Adding configurable timeout for slow test systems * + Merged in fix for (LP: #603489) + +2010-07-15 09:58:36 -0500 Ted Gould (081637a) + + * Import upstream version 0.3.10 + (refs/bzr/origin/tags/upstream-0.3.10) + +2010-07-15 09:58:13 -0500 Ted Gould (6c7db76) + + * Sync with ubuntu desktop + +2010-07-15 09:49:53 -0500 Ted Gould (362a2d7) + + * 0.3.10 (tag: 0.3.10, refs/bzr/origin/tags/0.3.10) + +2010-07-14 10:07:48 +0200 Evgeni Golov (8b7fa3f) + + * Standards-Version: 3.9.0 (tag: 0.3.9-1, + refs/bzr/origin/tags/0.3.9-1) + +2010-07-14 10:04:40 +0200 Evgeni Golov (55e4c2c) + + * Add "Don't drop debian/source/*" to the changelog + +2010-07-14 10:03:46 +0200 Evgeni Golov (b4d1461) + + * Merging new upstream release and some changes from Ubuntu. + +2010-07-14 10:00:17 +0200 Evgeni Golov (d14f25a) + + * Merging lp:~ubuntu-desktop/libindicator/ubuntu + +2010-07-13 10:47:42 -0500 Ted Gould (d71fe46) + + * Adding a configurable timeout by environment variable. + +2010-07-12 11:17:21 -0500 Ted Gould (bf315eb) + + * Adding a new variable to adjust the time of the kill switch. + +2010-07-09 16:47:26 -0400 Ken VanDine (b52f070) + + * releasing version 0.3.9-0ubuntu2 (tag: 0.3.9-0ubuntu2, + refs/bzr/origin/tags/0.3.9-0ubuntu2) + +2010-07-09 13:43:53 -0500 Ted Gould (e102f84) + + * releasing version 0.3.9-0ubuntu2~ppa1 + +2010-07-09 13:42:33 -0500 Ted Gould (d8bd40d) + + * * Upstream merge * Fixing unwatching crash (LP: #603489) + +2010-07-09 13:35:55 -0500 Ted Gould (17a29ea) + + * Fixing unwatching lookups. + +2010-07-09 13:13:21 -0500 Ted Gould (c7eee08) + + * We want the key not the value. + +2010-07-09 13:08:22 -0500 Ted Gould (ed191e6) + + * Taking it to the next level with impoliteness. + +2010-07-09 13:07:57 -0500 Ted Gould (5750308) + + * Lots of impoliteness to make sure. + +2010-07-09 13:06:58 -0500 Ted Gould (b0360dd) + + * Adding an impolite manager. + +2010-07-09 11:02:48 -0500 Ted Gould (baa324f) + + * Bug + +2010-07-09 11:00:38 -0500 Ted Gould (b0a56e9) + + * Adding in the unwatching test + +2010-07-09 10:58:17 -0500 Ted Gould (b43f81d) + + * A couple debug messages to make the test easier to read the output + from. + +2010-07-09 10:55:59 -0500 Ted Gould (dceee48) + + * Up to 5 watchers. + +2010-07-09 10:53:48 -0500 Ted Gould (990a881) + + * Longer timeout + +2010-07-09 10:52:28 -0500 Ted Gould (7c7b497) + + * Okay, we need our own service too. Bah. + +2010-07-09 10:50:25 -0500 Ted Gould (56dd41e) + + * Delaying the watchers to ensure that we don't dbus activate, and + removing the session.conf to even allow for that. + +2010-07-09 10:45:18 -0500 Ted Gould (5731c1e) + + * Starting the service ourselves. + +2010-07-09 10:42:46 -0500 Ted Gould (054704d) + + * Ignoring the new builds. + +2010-07-09 10:42:20 -0500 Ted Gould (6786532) + + * Making a new manager + +2010-07-09 10:39:44 -0500 Ted Gould (01130c5) + + * Start a multi watch test + +2010-07-09 09:58:56 -0500 Ted Gould (b973537) + + * Uhg, wrong branch + +2010-07-09 09:53:20 -0500 Ted Gould (74a24d7) + + * Stop asking for the name, instead let's find it on our own. + +2010-07-09 09:30:25 -0500 Ted Gould (dac4891) + + * A could of protections for the core. + +2010-07-09 09:25:18 -0500 Ted Gould (fe4e5b7) + + * Sync to Ubuntu Desktop + +2010-07-09 09:22:20 -0500 Ted Gould (613ad62) + + * Freeing the service. + +2010-07-08 23:14:14 +0200 Sebastien Bacher (dc60b53) + + * releasing version 0.3.9-0ubuntu1 (tag: 0.3.9-0ubuntu1, + refs/bzr/origin/tags/0.3.9-0ubuntu1) + +2010-07-08 15:19:11 -0500 Ted Gould (3fc3179) + + * releasing version 0.3.9-0ubuntu1~ppa1 + +2010-07-08 15:18:26 -0500 Ted Gould (7957aca) + + * New upstream release. + +2010-07-08 15:15:46 -0500 Ted Gould (3b191f9) + + * Import upstream version 0.3.9 (refs/bzr/origin/tags/upstream-0.3.9) + +2010-07-08 15:12:12 -0500 Ted Gould (bc5e925) + + * 0.3.9 (tag: 0.3.9, refs/bzr/origin/tags/0.3.9) + +2010-07-08 14:06:12 -0500 Ted Gould (3899f93) + + * Fixing signals so that our tests pass + +2010-07-08 12:36:50 -0500 Ted Gould (7412490) + + * Documenting the choices of not having a nice callback func. + +2010-07-08 12:34:24 -0500 Ted Gould (647f8ea) + + * Use the same function so we know everything is all right. + +2010-07-08 12:31:56 -0500 Ted Gould (974328f) + + * Unreffing the objects in dispose and ensuring we disconnect the + signals first. + +2010-07-08 12:23:14 -0500 Ted Gould (46c8b3f) + + * Disconnecting signal before removing from hashtable so we don't try + twice. + +2010-07-08 09:25:29 -0500 Ted Gould (2b3087f) + + * releasing version 0.3.8-2ubuntu1~ppa3 + +2010-07-08 09:22:33 -0500 Ted Gould (fc10497) + + * Make it so that a watcher dying is the same as unregistering. + +2010-07-08 09:21:21 -0500 Ted Gould (70f8170) + + * * Merge Upstream * Removing checking for style properties that + aren't used. + +2010-07-08 09:20:02 -0500 Ted Gould (5c28cb2) + + * Sync to trunk + +2010-07-08 09:19:38 -0500 Ted Gould (5691966) + + * Shutdown services when watchers leave the bus. + +2010-07-06 11:07:22 -0500 Ted Gould (359c670) + + * releasing version 0.3.8-2ubuntu1~ppa2 + +2010-07-06 11:06:36 -0500 Ted Gould (8314197) + + * * Upstream Merge * Make it so that a watcher dying is the same as + unregistering. + +2010-07-06 11:04:41 -0500 Ted Gould (dd7106e) + + * Creating a callback for the destory signal, but then moving the + unwatch into a core function so that we can call it. + +2010-07-06 10:47:58 -0500 Ted Gould (d23ca44) + + * Actually creating a proxy to see if we can detect the watcher going + away. + +2010-07-06 10:39:12 -0500 Ted Gould (632c3f9) + + * Making ths bus tracked in the private structure + +2010-07-06 10:36:27 -0500 Ted Gould (8a12556) + + * Switching the watchers data structure over to a hashtable. + +2010-07-06 10:29:45 -0500 Ted Gould (96faa1e) + + * Removing unused style check + +2010-07-06 09:47:12 -0500 Ted Gould (149de10) + + * Removing the style lookup that wasn't used. + +2010-06-19 09:32:03 -0400 Michael Terry (923a1d5) + + * don't use 3.3 version, rather use indicator3 + +2010-06-19 08:47:50 -0400 Michael Terry (322884d) + + * first pass at providing a gtk3 version + +2010-06-16 13:29:19 -0500 Ted Gould (589e659) + + * releasing version 0.3.8-2ubuntu1~ppa1 + +2010-06-16 13:28:30 -0500 Ted Gould (c055d0f) + + * * Merge debian changes * Drop debian/source/* * + debian/control: Switch VCS for this branch to be the + indicator applet developers branch. * Revert cdbs drop, + as requested by the Ubuntu maintainers. * Update + Maintainer and Vcs-* fields for pkg-ayatana. * Merge + Ubuntu package into Debian. Closes: #549999 * + debian/copyright: + Update to machine readable format. * + debian/control: + Drop cdbs Build-Dep, bump debhelper to + >=7. + Standards-Version 3.8.4. + Update Vcs-* fields. + + Drop GNOME from Description, the package is not GNOME + specific. + Slightly update Description, thanks lintian. + * debian/rules: + Use minimal debhelper 7 rules without + cdbs. + Disable tests for now, they fail (launchpad + 587811) * debian/source/format: + Add file, make package + 3.0 (quilt). + +2010-06-16 13:20:03 -0500 Ted Gould (b4feaef) + + * Sync to Ubuntu Desktop + +2010-06-16 09:55:10 +0200 Evgeni Golov (34b4a4d) + + * Update Maintainer and Vcs-* fields for pkg-ayatana. + +2010-06-16 09:52:28 +0200 Evgeni Golov (e3df283) + + * Revert cdbs drop, as requested by the Ubuntu maintainers. + +2010-06-16 09:50:48 +0200 Evgeni Golov (30f1ae4) + + * Apply 0.3.8-1 changes (tag: 0.3.8-1, refs/bzr/origin/tags/0.3.8-1) + +2010-05-06 11:39:55 +0200 Ted Gould (c77d719) + + * Dummy commit + +2010-04-09 20:53:31 +0200 Sebastien Bacher (ec36577) + + * releasing version 0.3.8-0ubuntu1 (tag: 0.3.8-0ubuntu1, + refs/bzr/origin/tags/0.3.8-0ubuntu1) + +2010-04-09 12:56:24 -0500 Ted Gould (478b7f7) + + * releasing version 0.3.8-0ubuntu1~ppa1 + +2010-04-09 12:54:42 -0500 Ted Gould (a662e1a) + + * * New upstream release. * Adding template files to tarball + +2010-04-09 12:54:16 -0500 Ted Gould (105fa99) + + * Import upstream version 0.3.8 (refs/bzr/origin/tags/upstream-0.3.8) + +2010-04-09 12:53:42 -0500 Ted Gould (3e9180a) + + * releasing version 0.3.7-0ubuntu1~ppa1 + +2010-04-09 12:53:27 -0500 Ted Gould (9530995) + + * 0.3.8 (tag: 0.3.8, refs/bzr/origin/tags/0.3.8) + +2010-04-09 12:51:25 -0500 Ted Gould (882ef71) + + * Disting the templates. + +2010-04-09 11:58:23 -0500 Ted Gould (6c48a23) + + * New upstream release. + +2010-04-09 11:57:53 -0500 Ted Gould (97035da) + + * Import upstream version 0.3.7 (refs/bzr/origin/tags/upstream-0.3.7) + +2010-04-09 11:57:05 -0500 Ted Gould (e9392e9) + + * No merging + +2010-04-09 11:53:43 -0500 Ted Gould (ee0f45f) + + * 0.3.7 (tag: 0.3.7, refs/bzr/origin/tags/0.3.7) + +2010-04-09 11:53:36 -0500 Ted Gould (588efad) + + * Fixing the desktop test to make it more reliable. + +2010-04-06 16:21:22 -0500 Ted Gould (6262d6f) + + * releasing version 0.3.6-0ubuntu2~ppa1 + +2010-04-06 16:03:52 -0500 Ted Gould (a57b84e) + + * Merge from Ubuntu desktop + +2010-04-06 16:00:49 -0500 Ted Gould (2eb97c2) + + * * Upstream merge * Use the domain in desktop files for shortcuts + (LP: #549322) + +2010-04-06 15:57:17 -0500 Ted Gould (8e19cd3) + + * Translating the shortcuts of the actions based on the desktop file + translation domains. + +2010-04-06 15:55:45 -0500 Ted Gould (22de798) + + * Typo + +2010-04-05 15:37:15 -0500 Ted Gould (e0f5fb7) + + * releasing version 0.3.6-0ubuntu1~ppa2~shortcutdomain2 + +2010-04-05 15:21:26 -0500 Ted Gould (4213bc2) + + * * Upstream merge * Chnages requested by pitt + +2010-04-05 15:20:46 -0500 Ted Gould (1200f51) + + * Switching to only use the g_dgettext version if the locale_string + function doesn't change the string from the normal lookup + (and we have a domain to look in). + +2010-04-05 12:46:10 -0500 Ted Gould (e900b4c) + + * Make it so that we check the GNOME-Gettext-Domain as well + +2010-04-02 10:52:01 -0500 Ted Gould (49c5444) + + * releasing version 0.3.6-0ubuntu1~ppa2~shortcutdomain1 + +2010-04-02 10:50:59 -0500 Ted Gould (4d6575b) + + * * Upstream merge * Use the domain in desktop files for shortcuts + +2010-04-02 10:49:33 -0500 Ted Gould (20e03af) + + * If we don't have a domain just use the locale function, otherwise + we need to use that domain to get the translation. + +2010-04-02 10:44:57 -0500 Ted Gould (5d02c0c) + + * Adding a private variable for the translation domain and grabbing + it from the keyfile. + +2010-03-18 23:34:24 +0100 Sebastien Bacher (0cf6e60) + + * releasing version 0.3.6-0ubuntu1 (tag: 0.3.6-0ubuntu1, + refs/bzr/origin/tags/0.3.6-0ubuntu1) + +2010-03-18 15:05:20 -0400 Ken VanDine (947d4cf) + + * * Upstream release 0.3.6 * Adding in scroll signals for the + indicators * debian/rules: Updating shlibs + +2010-03-18 11:10:23 -0500 Ted Gould (f07a2df) + + * releasing version 0.3.6-0ubuntu1~ppa1 + +2010-03-18 10:59:10 -0500 Ted Gould (218c6a8) + + * debian/rules: Updating shlibs + +2010-03-18 10:53:40 -0500 Ted Gould (738df2f) + + * * Upstream release 0.3.6 * Adding in scroll signals for the + indicators + +2010-03-18 10:52:54 -0500 Ted Gould (60ab69b) + + * Update to Ubuntu Desktop + +2010-03-18 10:49:26 -0500 Ted Gould (999f148) + + * 0.3.6 (tag: 0.3.6, refs/bzr/origin/tags/upstream-0.3.6, + refs/bzr/origin/tags/0.3.6) + +2010-03-17 09:28:22 -0500 Ted Gould (5abaca2) + + * Adding the signal for scrolling in the indicator-object + +2010-03-17 01:21:58 -0500 Cody Russell (e0c1a3c) + + * name + +2010-03-17 01:14:13 -0500 Cody Russell (b782a8a) + + * Documentation fix. + +2010-03-16 15:31:15 -0500 Cody Russell (11c78ed) + + * Use IndicatorScrollDirection instead of gboolean in + IndicatorObjectClass->scroll function pointer. + +2010-03-16 11:40:14 -0500 Cody Russell (02d3dde) + + * Define IndicatorScrollDirection enum for scroll signal parameter. + +2010-03-15 14:12:20 -0500 Cody Russell (4adb9ab) + + * Add 'scroll' signal. + +2010-03-11 22:52:27 +0100 Sebastien Bacher (a68b0e8) + + * releasing version 0.3.5-0ubuntu1 (tag: 0.3.5-0ubuntu1, + refs/bzr/origin/tags/0.3.5-0ubuntu1) + +2010-03-11 16:34:22 -0500 Ken VanDine (c74b245) + + * * Upstream release 0.3.5 * Adding in a image loader helper for + indicators. + +2010-03-11 14:27:17 -0600 Ted Gould (a815f84) + + * releasing version 0.3.5-0ubuntu1~ppa2 + +2010-03-11 14:26:58 -0600 Ted Gould (259bcc9) + + * debian/rules: Updating shlibs number + +2010-03-11 14:26:15 -0600 Ted Gould (0de990f) + + * releasing version 0.3.5-0ubuntu1~ppa1 + +2010-03-11 14:22:51 -0600 Ted Gould (8caf60a) + + * Upstream release 0.3.5 + +2010-03-11 14:21:59 -0600 Ted Gould (5ca699b) + + * Syncing with ubuntu desktop + +2010-03-11 14:20:02 -0600 Ted Gould (bb8b703) + + * 0.3.5 (tag: 0.3.5, refs/bzr/origin/tags/0.3.5) + +2010-03-11 14:10:42 -0600 Ted Gould (8e82b02) + + * Creating a function to update the icon to a new name. + +2010-03-11 10:51:17 -0600 Ted Gould (a6ecf4a) + + * Watching for style changes on the image. + +2010-03-11 10:35:14 -0600 Ted Gould (e31a7de) + + * Check to see if we've seen the image previously before adding + signals in. + +2010-03-11 10:22:17 -0600 Ted Gould (b4ca4f6) + + * Splitting things out into an update function and a buid function. + +2010-03-10 22:12:35 -0600 Ted Gould (d424692) + + * releasing version 0.3.4-0ubuntu1~ppa2 + +2010-03-10 22:10:05 -0600 Ted Gould (fdba994) + + * * Upstream merge * Adding in a image loader helper for + indicators. + +2010-03-10 22:09:33 -0600 Ted Gould (fc9f460) + + * Update to trunk + +2010-03-10 22:06:56 -0600 Ted Gould (fc87fda) + + * Add a small helper for loading images. + +2010-03-10 16:58:15 -0600 Ted Gould (9bc7677) + + * releasing version 0.3.4-0ubuntu1~ppa2~imagehelper1 + +2010-03-10 16:55:44 -0600 Ted Gould (680631e) + + * * Upstream merge * Adding in a image loader helper for + indicators. + +2010-03-10 16:40:19 -0600 Ted Gould (5867fa7) + + * Adding in a copyright header. + +2010-03-10 16:30:19 -0600 Ted Gould (0660884) + + * A little loader to test to see if we load an icon and what size it + is. + +2010-03-10 16:14:46 -0600 Ted Gould (12ab8f4) + + * If we get an icon that is too big, we have to scale it. + +2010-03-10 15:30:37 -0600 Ted Gould (37f0f34) + + * Doing dynamic size calculation based on the font if we have a prop + set telling us to do so. + +2010-03-10 14:26:20 -0600 Ted Gould (ba4a73a) + + * Disconnect from theme update when the image goes away. + +2010-03-10 13:25:26 -0600 Ted Gould (64df2c6) + + * Setting up the callback for themes changing. + +2010-03-10 13:10:36 -0600 Ted Gould (805edb8) + + * Pulled out a bunch of the code into a refresh function for signals. + +2010-03-10 12:29:30 -0600 Ted Gould (48e8a34) + + * Fleshing out the image loading function. + +2010-03-10 11:45:53 -0600 Ted Gould (636b9f9) + + * Adding in an image helper library. + +2010-02-25 22:23:29 +0100 Sebastien Bacher (e9aea6f) + + * releasing version 0.3.4-0ubuntu1 (tag: 0.3.4-0ubuntu1, + refs/bzr/origin/tags/0.3.4-0ubuntu1) + +2010-02-25 11:27:26 -0600 Ted Gould (436e5f1) + + * releasing version 0.3.4-0ubuntu1~ppa1 + +2010-02-25 11:25:01 -0600 Ted Gould (577ae5b) + + * * Upstream Release 0.3.4 * Reducing gio-unix dependency to 2.22 + +2010-02-25 11:21:02 -0600 Ted Gould (8e12685) + + * 0.3.4 (tag: 0.3.4, refs/bzr/origin/tags/0.3.4) + +2010-02-24 21:05:05 -0600 Ted Gould (802da09) + + * releasing version 0.3.3-0ubuntu2 (tag: 0.3.3-0ubuntu2, + refs/bzr/origin/tags/0.3.3-0ubuntu2) + +2010-02-24 21:04:56 -0600 Ted Gould (d4404ea) + + * debian/control: Reducing libglib dependency down to 2.22 for Karmic + builds + +2010-02-19 16:24:25 -0600 Ted Gould (9200b55) + + * No reason we need newer APIs than this. + +2010-02-18 10:59:08 -0600 Ted Gould (25b2503) + + * Updating to ubuntu desktop + +2010-02-18 17:33:16 +0100 Sebastien Bacher (2de6574) + + * releasing version 0.3.3-0ubuntu1 (tag: 0.3.3-0ubuntu1, + refs/bzr/origin/tags/0.3.3-0ubuntu1) + +2010-02-18 10:11:24 -0600 Ted Gould (6528ac0) + + * releasing version 0.3.3-0ubuntu1~ppa1 + +2010-02-18 10:08:32 -0600 Ted Gould (019fb77) + + * Upstream release 0.3.3 + +2010-02-18 10:07:56 -0600 Ted Gould (bf7525a) + + * releasing version 0.3.2-0ubuntu1~ppa2 + +2010-02-18 10:06:47 -0600 Ted Gould (fa27dc5) + + * * Upstream merge * Adding new object for parsing desktop files + for Shortcuts + +2010-02-18 10:05:29 -0600 Ted Gould (0fc8747) + + * Sync to trunk + +2010-02-18 10:03:57 -0600 Ted Gould (49cdb8c) + + * 0.3.3 (tag: 0.3.3, refs/bzr/origin/tags/0.3.3) + +2010-02-18 10:01:57 -0600 Ted Gould (f325f3e) + + * Adding in an object to get shortcuts out of desktop files. + +2010-02-16 22:54:20 -0600 Ted Gould (8eee891) + + * Updating to Ubuntu Desktop branch + +2010-02-16 22:52:10 -0600 Ted Gould (fdc2872) + + * releasing version 0.3.2-0ubuntu1~ppa2~shortcuts1 + +2010-02-16 22:51:13 -0600 Ted Gould (a9e097f) + + * * Upstream merge * Adding new object for parsing desktop files + for Shortcuts + +2010-02-16 22:47:04 -0600 Ted Gould (6665fd0) + + * Ignoring the touch file for the testing + +2010-02-16 22:45:54 -0600 Ted Gould (1b58c66) + + * Being more specific about where we should find the touch file for + distcheck + +2010-02-16 22:44:22 -0600 Ted Gould (3e69079) + + * Disabling debug messages + +2010-02-16 22:43:55 -0600 Ted Gould (5a75fb5) + + * Debug messages. + +2010-02-16 22:43:45 -0600 Ted Gould (a3e1058) + + * We should look at the other nicks even if this one doesn't work. + +2010-02-16 22:43:11 -0600 Ted Gould (ef9c19e) + + * Shipping our test desktop file + +2010-02-16 22:39:45 -0600 Ted Gould (7e69f61) + + * Clean up touch file + +2010-02-16 22:35:03 -0600 Ted Gould (0aa8119) + + * Checking to ensure the right nick is in the list + +2010-02-16 22:21:29 -0600 Ted Gould (b10dd19) + + * Using the nick directly to make this work better. + +2010-02-16 22:07:38 -0600 Ted Gould (b0e8d1c) + + * Wrong identity + +2010-02-16 22:05:08 -0600 Ted Gould (452c195) + + * Forgot to set the type of the desktop file, need to be an + Application. + +2010-02-16 21:40:50 -0600 Ted Gould (af36cb8) + + * Add a test to launch an nick + +2010-02-16 21:34:30 -0600 Ted Gould (e0bc191) + + * Adding a check to ensure we're getting the right names from the + nicks. + +2010-02-16 21:31:33 -0600 Ted Gould (c636c3e) + + * Making the function not recurse forever. + +2010-02-16 21:23:59 -0600 Ted Gould (b6b2a65) + + * Adding in local filter test functions. + +2010-02-16 21:16:02 -0600 Ted Gould (edaa80e) + + * Check to ensure a global no show works. + +2010-02-16 15:28:29 -0600 Ted Gould (0a90515) + + * Fix group detection to put a space in the name of the group + +2010-02-16 15:27:18 -0600 Ted Gould (755e697) + + * Better name + +2010-02-16 15:26:30 -0600 Ted Gould (17cdd8c) + + * Ignoring the new stuff + +2010-02-16 15:26:03 -0600 Ted Gould (0a4d668) + + * A backslash off + +2010-02-16 15:24:51 -0600 Ted Gould (53c9f60) + + * Adding in a basic test desktop file test + +2010-02-16 15:13:29 -0600 Ted Gould (1a85eb2) + + * Create a testing desktop file + +2010-02-16 11:02:53 -0600 Ted Gould (8fb1d36) + + * Refactoring the list checks into their own functions so we can + check the desktop group as well. + +2010-02-16 10:53:08 -0600 Ted Gould (a39d426) + + * Adding in checking to see if we should be showing this entry. + +2010-02-16 10:41:58 -0600 Ted Gould (4ee953a) + + * Basic parsing of the files. + +2010-02-16 09:39:59 -0600 Ted Gould (21c3a88) + + * Checking for our shortcuts key, we don't really want a desktop file + without it. + +2010-02-16 08:46:22 -0600 Ted Gould (5514554) + + * Start loading the keyfile. + +2010-02-16 08:25:10 -0600 Ted Gould (62876d9) + + * Removing the reading of the desktop file. + +2010-02-16 08:22:57 -0600 Ted Gould (37a107b) + + * Identity management with the properties. + +2010-02-16 08:20:01 -0600 Ted Gould (8b8c3f4) + + * Some error handling. + +2010-02-15 17:14:12 -0600 Ted Gould (ae0b7bc) + + * A basic property system. + +2010-02-15 16:46:58 -0600 Ted Gould (5d7fbff) + + * Fleshing out the exec function which require GIO Unix + +2010-02-15 15:44:00 -0600 Ted Gould (f2196d1) + + * Fleshing out getting the Name of a shortcut + +2010-02-15 15:20:09 -0600 Ted Gould (5d2ace5) + + * Fleshing out _new and _get_nicks Both are lovely functions. + +2010-02-15 15:12:29 -0600 Ted Gould (a32a078) + + * Getting some new private variables, and making sure they have a + full lifecycle. + +2010-02-15 14:57:23 -0600 Ted Gould (3a95d84) + + * Instanciating the prototypes and making some comments. + +2010-02-15 14:22:01 -0600 Ted Gould (d970c85) + + * Letz get ur prototypes + +2010-02-15 14:13:51 -0600 Ted Gould (95f07c4) + + * Copyright headers + +2010-02-15 14:00:56 -0600 Ted Gould (a271753) + + * Adding in the new object we're building for evaluating desktop + shortcuts. + +2010-02-04 19:00:38 -0800 Sebastien Bacher (050ef48) + + * releasing version 0.3.2-0ubuntu1 (tag: 0.3.2-0ubuntu1, + refs/bzr/origin/tags/0.3.2-0ubuntu1) + +2010-02-04 17:40:09 -0800 Ted Gould (72ef75f) + + * releasing version 0.3.2-0ubuntu1~ppa1 + +2010-02-04 17:37:47 -0800 Ted Gould (65bc742) + + * * Upstream release 0.3.2 * Various fixes to timeout handling in + services and the * Fix test suite when run headless + +2010-02-04 17:34:50 -0800 Ted Gould (0d5ea56) + + * 0.3.2 (tag: 0.3.2, refs/bzr/origin/tags/0.3.2) + +2010-02-02 13:16:42 -0800 Ted Gould (6afee91) + + * Fixes to the test suite. + +2010-02-02 12:20:44 -0800 Ted Gould (527674d) + + * Adjusting to new timeout value + +2010-02-02 12:10:23 -0800 Ted Gould (9719ffe) + + * Switching to 'bash' + +2010-02-02 12:09:00 -0800 Ted Gould (0526f26) + + * Adding an printout for saying which display we created. + +2010-02-02 12:01:22 -0800 Ted Gould (953e656) + + * Adding in run-xvfb.sh + +2010-02-01 23:59:26 -0800 Ted Gould (e0dbaa3) + + * releasing version 0.3.1-0ubuntu1~ppa2 + +2010-02-01 23:58:22 -0800 Ted Gould (106a07d) + + * * Upstream merge * Various fixes to timeout handling in servcies + and the service manager. + +2010-02-01 23:57:35 -0800 Ted Gould (71e4712) + + * Sync to trunk + +2010-02-01 23:56:58 -0800 Ted Gould (103f8b0) + + * Better handling of some timeout conditions and more logging. + +2010-01-28 21:43:02 -0800 Ted Gould (7e7507e) + + * releasing version 0.3.1-0ubuntu1~ppa2~better1 + +2010-01-28 21:41:58 -0800 Ted Gould (32c331c) + + * * Upstream merge * Various fixes to timeout handling in servcies + and the service manager. + +2010-01-28 21:39:29 -0800 Ted Gould (7c58185) + + * Adding a debug message for restarting the service. + +2010-01-28 21:31:45 -0800 Ted Gould (1abf840) + + * Error handling when building our proxies. + +2010-01-28 21:23:18 -0800 Ted Gould (52e1a43) + + * Changing timeout to be approximatedly 1 second. + +2010-01-28 21:07:54 -0800 Ted Gould (21eca67) + + * checking the error field for name callback and printing an error + when it fails. + +2010-01-28 21:03:42 -0800 Ted Gould (138321d) + + * In the timeout function mention that we're shutting down, and have + an environment variable to stop that. + +2010-01-21 15:53:46 -0500 Ken VanDine (717a085) + + * releasing version 0.3.1-0ubuntu1 (tag: 0.3.1-0ubuntu1, + refs/bzr/origin/tags/0.3.1-0ubuntu1) + +2010-01-21 13:15:10 -0600 Ted Gould (8f6a206) + + * releasing version 0.3.1-0ubuntu1~ppa1 + +2010-01-21 13:04:15 -0600 Ted Gould (2645491) + + * Upstream release 0.3.1 + +2010-01-21 13:02:56 -0600 Ted Gould (923106e) + + * Sync to ubuntu-desktop + +2010-01-21 13:01:01 -0600 Ted Gould (f5232a3) + + * 0.3.1 (tag: 0.3.1, refs/bzr/origin/tags/0.3.1) + +2010-01-21 12:50:41 -0600 Ted Gould (16e0cd5) + + * When a watch fails we're moving to having that try and restart the + startup/connection process again. + +2010-01-21 10:30:52 -0600 Ted Gould (0219e0e) + + * Adding in tracking of the restart idle function and making sure we + don't do it twice. + +2010-01-21 10:25:27 -0600 Ted Gould (4a7af56) + + * In case we're restarting because of the 'Watch' returning failure + we'd have a valid 'service_proxy' object to kill + +2010-01-21 09:49:02 -0600 Ted Gould (c72ff4f) + + * Setting up the watch_cb function so that in errors it'll try to + restart. As most errors will be fixed by trying again. + +2010-01-19 09:00:53 -0600 Ted Gould (38d6422) + + * releasing version 0.3.0-0ubuntu2~ppa2 + +2010-01-19 08:59:05 -0600 Ted Gould (45e16a5) + + * * Upstream Merge * Adding in entry ordering. + +2010-01-19 08:58:24 -0600 Ted Gould (f48680f) + + * Sync to trunk + +2010-01-19 08:46:48 -0600 Ted Gould (eaf87fa) + + * Support for entries having a location and moving that location. + +2010-01-18 14:07:03 -0600 Ted Gould (292d5b0) + + * releasing version 0.3.0-0ubuntu2~ppa2~ordering1 + +2010-01-18 14:05:59 -0600 Ted Gould (f419f42) + + * * Upstream Merge * Adding in entry ordering. + +2010-01-18 14:04:38 -0600 Ted Gould (a1032ca) + + * Update from trunk. + +2010-01-18 12:57:38 -0600 Ted Gould (2265c84) + + * releasing version 0.3.0-0ubuntu2~ppa1 + +2010-01-18 12:56:14 -0600 Ted Gould (90990c6) + + * * Upstream Merge * Adding in the code to restart services + +2010-01-18 12:54:22 -0600 Ted Gould (bcf1d4e) + + * Sync to trunk + +2010-01-18 12:53:34 -0600 Ted Gould (e36616b) + + * Adding the code for having the services automatically restart if + they crash. + +2010-01-15 22:28:13 -0600 Ted Gould (079c2b5) + + * It's a fundamental mistake to believe that we can protect people + using this interface from the disconnection. We have no + information to say that the new service starting will come + up in the same state as the one before it. We need the + individual implementers to verify that. Now we need to + fix that. This commit does so. + +2010-01-15 22:19:16 -0600 Ted Gould (faa40d7) + + * releasing version 0.3.0-0ubuntu2~ppa1~restart2 + +2010-01-15 22:17:57 -0600 Ted Gould (08192cc) + + * * Upstream Merge * Emitting the connection changed signal better. + +2010-01-15 22:16:45 -0600 Ted Gould (62d8c1c) + + * Handling the connected signal as well, making sure we emit it. + +2010-01-15 21:45:58 -0600 Ted Gould (f8d47e9) + + * releasing version 0.3.0-0ubuntu2~ppa1~restart1 + +2010-01-15 21:44:49 -0600 Ted Gould (26f2421) + + * * Upstream Merge * Adding in the code to restart services + +2010-01-15 21:40:03 -0600 Ted Gould (deabfe6) + + * Switching what our enviroment variable is for, let's just stop the + whole thing instead of playing with it. + +2010-01-15 21:25:48 -0600 Ted Gould (9bccc14) + + * Setting up the signal for when the proxies falls down, we restart. + +2010-01-15 21:15:30 -0600 Ted Gould (2ce95b0) + + * Filling out the function to start it again, and adding in the + function to respond to the timeout. + +2010-01-15 20:38:04 -0600 Ted Gould (b9344c3) + + * Reset the restart_count when we start, and start to bring in + 'start_service_again' to begin to throttle the restarts. + +2010-01-15 19:54:42 -0600 Ted Gould (41559b3) + + * Getting a multiplier, and providing a way to override it using an + environment variable. + +2010-01-15 16:11:42 -0600 Ted Gould (d7635fc) + + * Having the signaller test check the 'moved' signal as well as the + others. + +2010-01-15 16:08:35 -0600 Ted Gould (c25db99) + + * No error on not having a get_location function. We'll just return + zero. + +2010-01-15 15:58:56 -0600 Ted Gould (cb5f34b) + + * Basic location checking test. + +2010-01-15 15:35:55 -0600 Ted Gould (308e4db) + + * Fleshing out the get_location function as much as they're + implemented here. + +2010-01-15 15:28:31 -0600 Ted Gould (d334db5) + + * Fixing the signal comments. + +2010-01-15 15:16:30 -0600 Ted Gould (14b5823) + + * Setting up the move signal, which required custom marshallers. + +2010-01-15 15:04:20 -0600 Ted Gould (529ce66) + + * API changes required to have locations for the entries. + +2009-12-10 20:42:51 -0600 Ted Gould (58c6877) + + * Ken loves us. + +2009-12-10 12:18:01 -0500 Ken VanDine (b6fb26b) + + * set release for lucid + +2009-12-10 12:15:54 -0500 Ken VanDine (c45b838) + + * * debian/control: - Added description for libindicator-tools + +2009-12-10 12:02:39 -0500 Ken VanDine (697b324) + + * set version number + +2009-12-10 11:00:11 -0600 Ted Gould (5f5763c) + + * releasing version 0.3.0-0ubuntu1~ppa1 + +2009-12-10 10:59:39 -0600 Ted Gould (b4fb802) + + * releasing version 0.3.0~dev-0ubuntu1~ppa11 + +2009-12-10 10:58:39 -0600 Ted Gould (91d1528) + + * * Upstream 0.3.0 Release * Adds a new tool to load indicators + from the command line. * Adds an object for loading + indicators. * Changes the indicator interface to be + object based. * debian/control, debian/libindicator0: + Adding in a new packages for the binary library. + +2009-12-10 10:50:31 -0600 Ted Gould (cee358b) + + * 0.3.0 (tag: 0.3.0, refs/bzr/origin/tags/0.3.0) + +2009-12-10 10:41:43 -0600 Ted Gould (5fb4592) + + * Adding in license headers. + +2009-12-10 10:32:31 -0600 Ted Gould (29cb00e) + + * Adding in license headers. + +2009-12-07 14:24:36 -0600 Ted Gould (97c515e) + + * releasing version 0.3.0~dev-0ubuntu1~ppa10 + +2009-12-07 14:23:24 -0600 Ted Gould (93ef960) + + * * Licensing and doc updates. * Minor code cleanups + +2009-12-07 14:22:35 -0600 Ted Gould (2a521b2) + + * Documentation, licenses, and some slight updates. + +2009-12-07 13:11:39 -0600 Ted Gould (578ffd2) + + * releasing version 0.3.0~dev-0ubuntu1~ppa9 + +2009-12-07 13:10:34 -0600 Ted Gould (53bd4b5) + + * Adding in a service API version number. + +2009-12-07 13:09:12 -0600 Ted Gould (483992f) + + * Add in support for sevice API versions. + +2009-12-07 13:07:43 -0600 Ted Gould (1347041) + + * Fixing a typo in the error message -- noticed by David Barth. + +2009-12-04 14:30:44 -0600 Ted Gould (c1fa836) + + * GPLv3 copyright headers. + +2009-12-04 13:50:43 -0600 Ted Gould (2d3d5b5) + + * Implemented the _connected function as it's silly that it wasn't. + +2009-12-04 13:39:49 -0600 Ted Gould (59b5bb7) + + * More gtk-doc comments. + +2009-12-03 23:25:57 -0600 Ted Gould (5852e0b) + + * Adding in some comments and a little bit of code cleanup. + +2009-12-03 16:25:33 -0600 Ted Gould (a6d2a69) + + * Putting in comments for the functions. + +2009-12-03 16:03:17 -0600 Ted Gould (873b502) + + * Service version numbers. + +2009-12-03 15:15:34 -0600 Ted Gould (ea29a8e) + + * Adding a weak pointer to the service proxy. + +2009-12-03 14:39:20 -0600 Ted Gould (8331ee5) + + * Switching unwatch to being a no_reply function call. + +2009-12-03 14:31:10 -0600 Ted Gould (436bca2) + + * Full signal handlers so that we can see everything. + +2009-12-03 08:49:16 -0600 Ted Gould (6db57d8) + + * releasing version 0.3.0~dev-0ubuntu1~ppa8 + +2009-12-03 08:49:10 -0600 Ted Gould (fa0212c) + + * autogen.sh fix. (LP: #491907) + +2009-12-03 08:45:59 -0600 Ted Gould (360ae7a) + + * Patch to fix autogen.sh + +2009-12-03 08:36:08 -0600 Cody Russell (66a7877) + + * Fix autogen.sh so parameters are passed + +2009-12-02 15:58:52 -0600 Ted Gould (bc803c5) + + * Merge in from trunk, now two failing tests. + +2009-12-02 15:49:23 -0600 Ted Gould (1696a67) + + * Forgot to delete the programs. + +2009-12-02 15:35:26 -0600 Ted Gould (b2a0e03) + + * Actually checking the version and erroring on it. + +2009-12-02 15:15:21 -0600 Ted Gould (0c7f613) + + * Specifying who can't get the session bus. + +2009-12-02 15:15:03 -0600 Ted Gould (6bbe989) + + * Printing out the session bus address + +2009-12-02 15:11:29 -0600 Ted Gould (18351a8) + + * Changing the names we're registering for to be correct. + +2009-12-02 13:57:00 -0600 Ted Gould (937c28b) + + * Not erroring when we're supposed to pass. + +2009-12-02 13:56:44 -0600 Ted Gould (792315d) + + * Adding a log domain for error messages + +2009-12-02 13:42:29 -0600 Ted Gould (36f2ede) + + * Adding a new test to look at version numbers. + +2009-12-02 10:15:11 -0600 Ted Gould (a4e33bf) + + * Adding _new functions that include the version number in them. + +2009-12-02 10:06:43 -0600 Ted Gould (d7e9d01) + + * Sending a version number for the local service. + +2009-12-02 08:40:09 -0600 Ted Gould (8f124e3) + + * releasing version 0.3.0~dev-0ubuntu1~ppa7 + +2009-12-02 08:37:01 -0600 Ted Gould (c986e2c) + + * Adding an 'UnWatch' command to the standard DBus interface for + graceful disconnection from a service. + +2009-12-02 08:35:41 -0600 Ted Gould (de38fc8) + + * Adding an unwatch command to allow for graceful disconnection from + a service if we're not interested in it. + +2009-12-01 16:45:54 -0600 Ted Gould (a1d20fb) + + * Adding a property for version. + +2009-12-01 16:34:32 -0600 Ted Gould (aa951a3) + + * Change the watch function to return both an API version and a user + set version. + +2009-12-01 16:07:26 -0600 Ted Gould (b7864d8) + + * Only getting the bus once. + +2009-12-01 13:44:30 -0600 Ted Gould (4ba1af3) + + * Trying to get a proxy before starting the service every time. If + it exists, let's use it. + +2009-12-01 13:37:00 -0600 Ted Gould (5757cfb) + + * New files to ignore. + +2009-12-01 13:35:30 -0600 Ted Gould (1b1a50d) + + * Adding a test to ensure that a service gets shutdown by someone + unwatching it. + +2009-12-01 10:47:13 -0600 Ted Gould (6e89bf0) + + * Checking to make sure we don't get connected twice, that'd be an + error. + +2009-12-01 10:43:10 -0600 Ted Gould (d69de93) + + * Updating connection prototype to get all the data. + +2009-12-01 10:40:17 -0600 Ted Gould (8f0f2ad) + + * Making the timeout a failure case, and making it so that we want a + graceful shutdown. + +2009-12-01 10:20:36 -0600 Ted Gould (824d1e8) + + * Unwatching if we have mismatched version. + +2009-12-01 10:19:11 -0600 Ted Gould (088eff4) + + * When destroying the object we tell the watched service that we're + not watching it. + +2009-12-01 10:12:51 -0600 Ted Gould (67aef7b) + + * Using the define for the version on both sides + +2009-12-01 10:11:50 -0600 Ted Gould (c0e2510) + + * Finding the watcher and removing him from the list. + +2009-12-01 09:58:05 -0600 Ted Gould (8a1912e) + + * Add an unwatch function with a basic handler. + +2009-11-24 16:36:04 -0600 Ted Gould (0d1af25) + + * releasing version 0.3.0~dev-0ubuntu1~ppa6 + +2009-11-24 16:35:04 -0600 Ted Gould (5d0d185) + + * * Adding a new tool to load indicators from the command line. * + debian/control, debian/libindicator-tools: Adding in a new + package for the tools of libindicator. + +2009-11-24 16:34:20 -0600 Ted Gould (01c1439) + + * Sync to trunk + +2009-11-24 16:33:38 -0600 Ted Gould (ad2ef4d) + + * Adding in a small tool to test loading of indicators on the command + line. (easier development) + +2009-11-24 14:56:18 -0600 Ted Gould (d66daf8) + + * releasing version 0.3.0~dev-0ubuntu1~ppa6~tl3 + +2009-11-24 14:55:22 -0600 Ted Gould (411182c) + + * debian/control: Making sure the tools package is using the same + version of the library that it was built with. + +2009-11-24 14:52:43 -0600 Ted Gould (8e82971) + + * releasing version 0.3.0~dev-0ubuntu1~ppa6~tl2 + +2009-11-24 14:51:27 -0600 Ted Gould (f5ad201) + + * Adding support for remove. + +2009-11-24 14:50:53 -0600 Ted Gould (bfb7a29) + + * Adding support for removing entries + +2009-11-24 10:34:31 -0600 Ted Gould (06ac252) + + * releasing version 0.3.0~dev-0ubuntu1~ppa6~tl1 + +2009-11-24 10:33:21 -0600 Ted Gould (5a914ca) + + * debian/control, debian/libindicator-tools: Adding in a new package + for the tools of libindicator. + +2009-11-24 10:28:51 -0600 Ted Gould (cc1c8d4) + + * Adding a new tool to load indicators from the command line. + +2009-11-24 10:19:34 -0600 Ted Gould (b6f78fa) + + * Stopping the app when the window closes. + +2009-11-24 10:13:44 -0600 Ted Gould (cd27c1b) + + * Grabbing the entry added function as well, didn't realize how much + it did :) + +2009-11-24 10:11:36 -0600 Ted Gould (a9b6d6f) + + * Showing the menubar and window + +2009-11-24 10:04:28 -0600 Ted Gould (93650be) + + * Adding a small little tool to load an indicator from the command + line. + +2009-11-16 23:23:12 -0600 Ted Gould (f8b4671) + + * Merging in from Robert. + +2009-11-16 23:18:28 -0600 Ted Gould (f040dac) + + * releasing version 0.3.0~dev-0ubuntu1~ppa5 + +2009-11-16 23:18:22 -0600 Ted Gould (7b0d813) + + * debian/control: Adding a depend for the -dev package on the base + library to stop users from linking staticly. + +2009-11-17 14:06:59 +1100 Robert Collins (18eb9ed) + + * Depend on libindicator0 to pull it in when libindicator-dev is a + build-dep. + +2009-11-16 15:26:59 -0600 Ted Gould (961fafa) + + * Confused + +2009-11-16 15:26:25 -0600 Ted Gould (b72113b) + + * releasing version 0.3.0~dev-0ubuntu1~ppa4 + +2009-11-16 15:25:07 -0600 Ted Gould (a095f05) + + * releasing version 0.3.0~dev-0ubuntu1~ppa4 + +2009-11-16 15:25:01 -0600 Ted Gould (52fd9ea) + + * 64-bit fix for printf's + +2009-11-05 10:56:41 -0600 Ted Gould (a7b7787) + + * 64-bit fix in that GTypes are not ints on 64-bit + +2009-11-05 10:25:54 -0600 Ted Gould (a87ce28) + + * releasing version 0.3.0~dev-0ubuntu1~ppa3 + +2009-11-05 10:25:09 -0600 Ted Gould (a6c762e) + + * debian/control: Adding build deps dbus-glib as well. + +2009-11-05 10:09:43 -0600 Ted Gould (2fb0a49) + + * releasing version 0.3.0~dev-0ubuntu1~ppa2 + +2009-11-05 10:08:29 -0600 Ted Gould (3177188) + + * debian/control: Adding build deps for the libraries we're using. + Seems we should have done that earlier, eh? + +2009-11-05 09:16:25 -0600 Ted Gould (8569ff3) + + * releasing version 0.3.0~dev-0ubuntu1~ppa1 + +2009-11-05 09:15:33 -0600 Ted Gould (20d9f0e) + + * * Changing the object interface to allow for multiple items per + module. * Changing debian/libindicator-dev.install for the + adjusted include path. + +2009-11-05 09:14:25 -0600 Ted Gould (c347400) + + * Sync with trunk + +2009-11-05 09:13:41 -0600 Ted Gould (db9e8f4) + + * Changing the indicator-object API to support indicators that have + multiple entries, and are dynamic. + +2009-11-04 13:18:22 -0600 Ted Gould (d6901e1) + + * releasing version 0.3.0~dev-0ubuntu1~ppa1~multi1 + +2009-11-04 13:17:33 -0600 Ted Gould (15120ed) + + * Changing version. + +2009-11-04 13:16:34 -0600 Ted Gould (77033be) + + * releasing version 0.2.1-0ubuntu2~ppa2~multi1 + +2009-11-04 13:13:23 -0600 Ted Gould (2802941) + + * Changing debian/libindicator-dev.install for the adjusted include + path. + +2009-11-04 13:07:37 -0600 Ted Gould (0512f86) + + * Changing the object interface to allow for multiple items per + module. + +2009-11-04 11:34:44 -0600 Ted Gould (34f914c) + + * Changing the include directory as well. + +2009-11-04 11:34:00 -0600 Ted Gould (4a558fc) + + * Moving everything up to '3' as we're breaking everyone pretty bad + at this point. + +2009-11-04 11:24:25 -0600 Ted Gould (2b754cb) + + * Updating to current trunk. + +2009-11-04 11:19:26 -0600 Ted Gould (534aab3) + + * Use close instead of unreffing. + +2009-11-04 11:14:22 -0600 Ted Gould (8c321fa) + + * Adding a simple indicator test that checks to make sure we can + signal up the stack. + +2009-11-04 10:55:48 -0600 Ted Gould (8033011) + + * Building a dummy indicator that signals. + +2009-11-04 10:53:14 -0600 Ted Gould (db2a239) + + * Using the proper define for the type. + +2009-11-04 08:19:04 -0600 Ted Gould (5ad8e30) + + * releasing version 0.2.1-0ubuntu2~ppa1 + +2009-11-04 08:15:18 -0600 Ted Gould (3d93d5a) + + * * Adding in service management code. * debian/control: Adding a + target for libindicator0 * Adding libindicator0.install + and libindicator-dev.install + +2009-11-04 08:14:17 -0600 Ted Gould (61e1ae1) + + * Updating to trunk + +2009-11-03 23:22:23 -0600 Ted Gould (c547687) + + * Adding a service management interface into libindicators as many + will use that. + +2009-11-03 23:17:33 -0600 Ted Gould (7db7886) + + * Adding in some ID helpers. + +2009-11-03 23:15:10 -0600 Ted Gould (0db39bf) + + * Adding in some signals to make for some more fun. + +2009-11-03 22:42:39 -0600 Ted Gould (cb0c099) + + * Making a warning not use a colloquialism. + +2009-11-03 22:40:05 -0600 Ted Gould (cfa83c0) + + * Changing version to service_version + +2009-11-03 22:24:07 -0600 Ted Gould (b267db9) + + * Updating to current trunk. + +2009-11-03 22:23:16 -0600 Ted Gould (e354bc4) + + * Changing the way the module is free'd + +2009-11-03 22:16:43 -0600 Ted Gould (03e8903) + + * Having the test expect an object, but fail when calling the + functions. + +2009-11-03 21:44:51 -0600 Ted Gould (1a528a7) + + * Make the tester dynamically link the lib so that there's not two + versions of everything. + +2009-11-03 21:38:09 -0600 Ted Gould (10aa800) + + * Linking the indicators with the libindicator library. + +2009-11-03 21:33:08 -0600 Ted Gould (bffbb2c) + + * Switching to checking the entires list instead of individual + functions. + +2009-11-03 21:31:04 -0600 Ted Gould (57642ed) + + * Converting the dummy indicators over to the new API. They compile + now. + +2009-11-03 20:27:00 -0600 Ted Gould (9fa35ba) + + * Syncing up with trunk before merging. + +2009-11-03 20:23:41 -0600 Ted Gould (541f18c) + + * Merging in an interface for loading modules cleanly. + +2009-11-03 17:06:39 -0600 Ted Gould (c09917d) + + * Changing comment on private struct. + +2009-11-03 16:38:11 -0600 Ted Gould (1f96a34) + + * Typo + +2009-11-03 16:38:05 -0600 Ted Gould (258f461) + + * Creating the actual backing function for + indicator_object_get_entries. + +2009-11-03 14:00:08 -0600 Ted Gould (78868a0) + + * Adding in a default handler for get_entries. + +2009-11-03 13:40:10 -0600 Ted Gould (ed409d4) + + * Whew, blew up the interface and built it back again. + +2009-11-03 13:19:25 -0600 Ted Gould (0575b91) + + * Redefining the interface. Now this object should get subclassed by + folks. + +2009-11-03 13:03:50 -0600 Ted Gould (e2ce2dd) + + * Removing the instance object. I think that we can do everything we + need by using the object. + +2009-11-03 11:54:09 -0600 Ted Gould (6935a6b) + + * Switching to a set_type function instead of making people do that + themselves. + +2009-11-03 11:52:16 -0600 Ted Gould (aaacaac) + + * Adding in the basis for the instance class. + +2009-11-03 11:46:51 -0600 Ted Gould (614606a) + + * Stripping out the symbols for the old stuff, and going with the new + of just getting a type. + +2009-11-03 11:16:20 -0600 Ted Gould (1021a83) + + * We need atleast the loader branch as that's what we want to change. + +2009-11-03 09:34:00 -0600 Ted Gould (b3fc779) + + * Typo + +2009-11-03 09:31:53 -0600 Ted Gould (07c7bb1) + + * Comments in the copyright statements updated. + +2009-11-02 17:15:12 -0600 Ted Gould (ff0cc74) + + * releasing version 0.2.1-0ubuntu2~ppa1~sm2 + +2009-11-02 17:14:34 -0600 Ted Gould (c626be5) + + * Fixing package config file to point to library + +2009-11-02 17:12:06 -0600 Ted Gould (0aa2106) + + * Oops, we need to tell package config that we're a big library now. + +2009-11-02 16:50:02 -0600 Ted Gould (a4652e1) + + * releasing version 0.2.1-0ubuntu2~ppa1~sm1 + +2009-11-02 16:39:53 -0600 Ted Gould (00808f0) + + * * debian/control: Adding a target for libindicator0 * Adding + libindicator0.install and libindicator-dev.install + +2009-11-02 16:31:03 -0600 Ted Gould (8e4486c) + + * Adding in service management code. + +2009-11-02 16:17:31 -0600 Ted Gould (5ccc73b) + + * Distcheck fixes. Looking for the files in the right place and + making sure we clean up after ourselves. + +2009-11-02 16:14:53 -0600 Ted Gould (c3d30bd) + + * We should pass the test if we get a connection, it means we + activated. + +2009-11-02 16:13:28 -0600 Ted Gould (6cb18e9) + + * We want to not get the shutdown. Since we're testing that we get + it without connection we can now assume that if we don't + get it we should pass. + +2009-11-02 16:08:04 -0600 Ted Gould (ddb2ab7) + + * Adding a fallback to the session bus after trying the starter bus. + +2009-11-02 11:24:03 -0600 Ted Gould (5e5f495) + + * Switching the name to match the service file... should fail. + +2009-11-02 11:21:20 -0600 Ted Gould (dc5fbef) + + * Building a service file. + +2009-11-02 11:17:10 -0600 Ted Gould (9a15eec) + + * Adding in the basic data needed to start bringing up a test to + start the service. + +2009-11-02 10:48:18 -0600 Ted Gould (90446e0) + + * Fixing up the build rules so that they're directory independent. + +2009-11-02 09:35:48 -0600 Ted Gould (c99ef22) + + * Some things are errors that should really be warnings. + +2009-11-02 09:31:43 -0600 Ted Gould (0745e42) + + * Ah, we can't throw an error on success. + +2009-10-30 17:18:10 -0500 Ted Gould (911b9d7) + + * Adding a test that ensures we don't get a connect signal. + +2009-10-30 15:58:57 -0500 Ted Gould (aa1549d) + + * Adding in the connected property and signalling when we're all + hooked up. + +2009-10-30 11:30:49 -0500 Ted Gould (d9dc770) + + * Ubuntu Desktop updates + +2009-10-29 21:58:48 -0500 Ted Gould (a9e61b6) + + * A service proxy, and then calling watch. + +2009-10-29 21:28:48 -0500 Ted Gould (02ce4f5) + + * Building the dbus proxy and using it a little bit. + +2009-10-29 20:23:54 -0500 Ted Gould (c87569c) + + * Ah, forgot to free name + +2009-10-29 20:12:44 -0500 Ted Gould (12fbcd5) + + * Properties functions. + +2009-10-29 20:02:46 -0500 Ted Gould (9af4097) + + * Signals and properties, oh my! + +2009-10-29 17:34:00 -0500 Ted Gould (c099b03) + + * Adding the API functions. + +2009-10-29 17:22:29 -0500 Ted Gould (74296a6) + + * Oops, forgot to set to passed. + +2009-10-29 17:21:39 -0500 Ted Gould (5819476) + + * Sending shutdown signal 500 ms after getting a name if we have no + watchers. + +2009-10-29 17:18:51 -0500 Ted Gould (fbba415) + + * Adding in the watchers and timeout parameter. + +2009-10-29 16:29:47 -0500 Ted Gould (82aaaed) + + * Adding in some shared strings for finding intefaces and objects. + +2009-10-29 16:11:02 -0500 Ted Gould (2e39b18) + + * Woot! We're a DBus service now. + +2009-10-29 15:24:49 -0500 Ted Gould (f99a9f2) + + * Building ourselves a DBus proxy. + +2009-10-29 14:55:25 -0500 Ted Gould (145b214) + + * Filling in more of the name property. + +2009-10-29 13:45:37 -0500 Ted Gould (fbb2bc9) + + * Adding in the 'name' property + +2009-10-29 13:13:07 -0500 Ted Gould (621a7ba) + + * Adding the shutdown signal + +2009-10-29 13:03:39 -0500 Ted Gould (22a5b08) + + * Woot! A failing test. Look how TDD I am. + +2009-10-29 12:57:56 -0500 Ted Gould (a72fc58) + + * Making the gtester stuff into a autotest thingy. + +2009-10-29 11:34:44 -0500 Ted Gould (fc573dc) + + * Creating a new test and linking it into things. + +2009-10-29 11:33:37 -0500 Ted Gould (ec0809e) + + * Putting a dummy implementation in for _new for linking + +2009-10-29 10:49:12 -0500 Ted Gould (b60a7f1) + + * Adding basic interfaces and docs to IndicatorService + +2009-10-29 09:56:39 -0500 Ted Gould (0af9206) + + * Defining some API and boot strapping documentation. + +2009-10-29 09:33:21 -0500 Ted Gould (b8db818) + + * Making 'INDICATOR' the prefix for the objects. + +2009-10-29 09:27:05 -0500 Ted Gould (ba8af82) + + * Putting in some templated objects. + +2009-10-28 16:58:19 -0500 Ted Gould (606b493) + + * Building ourselves a little dbus spec + +2009-10-28 16:55:18 -0500 Ted Gould (15995b7) + + * Adding a description for the indicator service. + +2009-10-28 16:46:25 -0500 Ted Gould (0220cc7) + + * Grabbing the loader branch + +2009-10-28 16:43:19 -0500 Ted Gould (b98a481) + + * Removing valgrind as I want to clean this branch up and make + another for that. + +2009-10-28 16:41:34 -0500 Ted Gould (755adf0) + + * Oh, legal headers. Fun, fun. + +2009-10-28 16:37:49 -0500 Ted Gould (a8b1436) + + * Adding in comments. + +2009-10-14 09:08:40 -0500 Ted Gould (f28c65a) + + * Adding in check for valgrind that we'll need for the test tools. + +2009-10-11 22:06:46 -0500 Ted Gould (7cc9b8f) + + * Adding the terballs into ignore + +2009-10-11 22:05:28 -0500 Ted Gould (0b18e53) + + * Making a tools directory + +2009-10-11 21:50:46 -0500 Ted Gould (ccc7f82) + + * using the blank dummy indicator + +2009-10-11 21:49:22 -0500 Ted Gould (a2f4f86) + + * Building a new dummy indicator that doesn't have any symbols in it. + +2009-10-09 08:12:31 +0200 Martin Pitt (98c7033) + + * releasing version 0.2.1-0ubuntu1 (tag: 0.2.1-0ubuntu1, + refs/bzr/origin/tags/0.2.1-0ubuntu1) + +2009-10-08 21:03:30 -0400 Ted Gould (bb7b49a) + + * Testing the accessors + +2009-10-08 20:47:19 -0400 Ted Gould (5144944) + + * Adding some accessor functions for the various GTK objects. + +2009-10-08 20:22:59 -0400 Ted Gould (fda24e4) + + * Maintaining a reference to the objects we create in the object. + +2009-10-08 20:18:20 -0400 Ted Gould (32fc4b8) + + * We need to use GTK. + +2009-10-08 20:17:04 -0400 Ted Gould (9c16e7c) + + * A better dummy menu. + +2009-10-08 20:12:48 -0400 Ted Gould (97a4004) + + * Create a very simple indicator and testing it. + +2009-10-08 19:50:40 -0400 Ted Gould (a28e917) + + * Being a bit more verbose + +2009-10-08 19:49:23 -0400 Ted Gould (56450cf) + + * Making it so that the null test checks for failure as we shoudln't + have a null image and label. Also making it so that + warnings don't cause the test to fail. + +2009-10-08 19:48:44 -0400 Ted Gould (66b0d1b) + + * Making it so that we use the same unref code as everyone else. + +2009-10-08 19:17:15 -0400 Ted Gould (4ea2868) + + * Truth again. Keeps bitting back. I shouldn't of lied in the 2nd + grade, I confess! No more, please. + +2009-10-08 19:12:47 -0400 Ted Gould (b2942d9) + + * Checking to see if a file exists before trying to load it. + +2009-10-08 19:07:03 -0400 Ted Gould (18f6396) + + * Truth. Sucks. + +2009-10-08 19:04:51 -0400 Ted Gould (a65694f) + + * Turning all the return if fails into proper if's with warning and + unref the object so there aren't any memory leaks. + +2009-10-08 18:49:08 -0400 Ted Gould (3bafca7) + + * Use the new build dir flag + +2009-10-08 18:48:59 -0400 Ted Gould (3766586) + + * Build dir fix and making gtester run all of them even if one fails. + +2009-10-08 18:43:10 -0400 Ted Gould (bece9de) + + * Making it so that we're not using g_return_if_fail as it messes up + the test suite. + +2009-10-08 18:36:06 -0400 Ted Gould (f4b307c) + + * Fleshing out the load from file function. Still fails. + +2009-10-08 17:57:14 -0400 Ted Gould (bce9f51) + + * A test to load the dummy indicator + +2009-10-08 17:53:01 -0400 Ted Gould (1b828c9) + + * Apparently they have to be installable to get the .so. Fail. + +2009-10-08 17:11:47 -0400 Ted Gould (d946049) + + * Adding a test that should pass as given a bad filename we should + get no object back. + +2009-10-08 17:09:21 -0400 Ted Gould (b4d20eb) + + * Adding a function to create an object from a file + +2009-10-08 17:03:20 -0400 Ted Gould (c594126) + + * Creating a dummy indicator that returns null + +2009-10-08 17:02:06 -0400 Ted Gould (605f74b) + + * Switch from GLib to GTK as that's what we really needed. + +2009-10-08 16:34:13 -0400 Ted Gould (26ced5c) + + * Using a weak ref instead of connecting to a signal that doesn't + exist + +2009-10-08 16:32:19 -0400 Ted Gould (3bf9efb) + + * Putting data in the private + +2009-10-08 16:29:36 -0400 Ted Gould (4658844) + + * Test to build the object and unref it. + +2009-10-08 15:29:55 -0400 Ken VanDine (133d9bd) + + * * Upstream release 0.2.1 (LP: #446619) * Puts a copyright header + on the header file. Should have been there all along. + +2009-10-08 13:00:00 -0400 Ted Gould (1386478) + + * Fleshing out the test a little bit. + +2009-10-08 12:29:12 -0400 Ted Gould (c314d60) + + * Adding in a simple little test. + +2009-10-08 12:18:23 -0400 Ted Gould (fa946df) + + * Adding in a tests folder + +2009-10-08 12:05:36 -0400 Ted Gould (1ca9666) + + * Ignoring our new file. + +2009-10-08 10:17:18 -0400 Ted Gould (1518975) + + * releasing version 0.2.1-0ubuntu1~ppa1 + +2009-10-08 10:16:40 -0400 Ted Gould (972ad5e) + + * * Upstream release 0.2.1 * Puts a copyright header on the header + file. Should have been there all along. + +2009-10-08 10:14:24 -0400 Ted Gould (6d8cd64) + + * Merging in ubuntu-desktop branch + +2009-10-08 10:11:01 -0400 Ted Gould (b5f41d1) + + * 0.2.1 (tag: 0.2.1, refs/bzr/origin/tags/0.2.1) + +2009-10-06 19:07:31 -0400 Ted Gould (a7a8c73) + + * Adding license information to the header + +2009-10-06 16:32:23 -0400 Ted Gould (24d0253) + + * Adding some pkg-config love to get things compiling all nice like. + +2009-10-06 15:28:41 -0400 Ted Gould (1f822bf) + + * Building a base object. + +2009-10-06 11:00:34 -0400 Ted Gould (8935708) + + * oops, should be GPLv3 not LGPLv3 + +2009-10-06 10:58:01 -0400 Ted Gould (0d87e4e) + + * Header for the header file that has the LGPLv3 + +2009-09-10 20:22:50 +0200 Martin Pitt (90bed29) + + * releasing version 0.2.0-0ubuntu1 (tag: 0.2.0-0ubuntu1, + refs/bzr/origin/tags/0.2.0-0ubuntu1) + +2009-09-10 20:22:38 +0200 Martin Pitt (9075de4) + + * more verbose changelog + +2009-09-10 13:09:34 -0400 Ken VanDine (287766d) + + * Upstream release 0.2.0 (LP: #427443) + +2009-09-10 11:09:13 -0500 Ted Gould (7f83810) + + * Merging in desktop branch + +2009-09-10 11:05:56 -0500 Ted Gould (507d19b) + + * releasing version 0.2.0-0ubuntu1~ppa1 + +2009-09-10 11:04:51 -0500 Ted Gould (2eb5232) + + * Upstream release 0.2.0 + +2009-09-10 11:03:29 -0500 Ted Gould (1c30efe) + + * Making 0.2.0 (tag: 0.2.0, refs/bzr/origin/tags/0.2.0) + +2009-08-25 08:38:04 +0200 Martin Pitt (e5afc87) + + * releasing version 0.2.0~bzr325-0ubuntu1 + +2009-08-25 08:33:06 +0200 Martin Pitt (6736e77) + + * debian/control: Fix Vcs-* links. + +2009-08-25 08:32:27 +0200 Martin Pitt (f434a87) + + * Flush changelog. + +2009-08-24 12:20:28 -0400 Ken VanDine (7e26ec7) + + * * debian/control: - Set both Vcs-Bzr and Vcs-Bzr-Browser, with + ~ubuntu-desktop + +2009-08-24 09:00:47 -0400 Ken VanDine (689de8d) + + * New version (LP: #417039) + +2009-08-19 11:38:23 -0500 Ted Gould (999dbf8) + + * Using AM 1.11 silent mode + +2009-08-18 13:55:03 -0500 Ted Gould (772dcaf) + + * releasing version 0.2.0~bzr325-0ubuntu1~ppa1 + +2009-08-18 13:54:50 -0500 Ted Gould (0ec3b86) + + * Removing the install file. + +2009-08-18 13:45:00 -0500 Ted Gould (a810a01) + + * * Merging in the seperation from indicator-applet * debian/* + Removing all of the indicator-applet stuff + +2009-08-18 13:41:27 -0500 Ted Gould (f9bc0fe) + + * Merging in the separation from indicator-applet + +2009-08-18 11:52:09 -0500 Ted Gould (ba24704) + + * Deleting everything only leaving libindicator + +2009-08-17 09:18:22 -0500 Ted Gould (dcbb7eb) + + * releasing version 0.2.0~bzr319-0ubuntu5~ppa5 + +2009-08-17 09:18:16 -0500 Ted Gould (8fda9af) + + * Setting the icon path in the .pc file. + +2009-08-08 09:55:54 -0600 Ted Gould (033de55) + + * Adding an icons directory to the .pc file + +2009-08-07 19:02:23 +0100 Ted Gould (79d17f5) + + * releasing version 0.2.0~bzr319-0ubuntu5~ppa4 + +2009-08-07 19:02:11 +0100 Ted Gould (1a01d82) + + * * Merging onto the main packaging branch. * Renaming the second + Bonobo server description file to match that of the + FastUserSwitchApplet. * Upstream merge for better naming + of the applet. * Updating from upstream with two (count + them) two applets installed in the source. * + debian/control: Adding information on indicator-applet-sus + which is a different applet for the SUS indicator. * + debian/indicator-applet.install: Making it more specific + so that it doesn't grab the directories that now have + additional files created by indicator-applet-sus + existing. * debian/indicator-applet-sus.install: List + files that are now used by the new binary package. + +2009-08-07 19:00:00 +0100 Ted Gould (4aa0584) + + * Merging in the branch making two applets. + +2009-08-07 18:50:37 +0100 Ted Gould (853ef5b) + + * releasing version 0.2.0~bzr319-0ubuntu5~ppa3 + +2009-08-07 18:50:32 +0100 Ted Gould (4054025) + + * Renaming the second Bonobo server description file to match that of + the FastUserSwitchApplet. + +2009-08-07 18:47:02 +0100 Ted Gould (3a8b5ca) + + * Changing the Bonobo server description file name to match that of + FUSA. + +2009-08-07 18:40:26 +0100 Ted Gould (721b0f9) + + * releasing version 0.2.0~bzr319-0ubuntu5~ppa2 + +2009-08-07 18:40:19 +0100 Ted Gould (e97463e) + + * Upstream merge for better naming of the applet. + +2009-08-07 18:40:03 +0100 Ted Gould (31fac01) + + * releasing version 0.2.0~bzr319-0ubuntu5~ppa1 + +2009-08-07 18:38:59 +0100 Ted Gould (38e4c74) + + * Oops, we need more identity. + +2009-08-07 18:31:45 +0100 Ted Gould (709f0a8) + + * Locking the version number so the two indicator-applets are the + same + +2009-08-07 18:30:27 +0100 Ted Gould (93135b1) + + * * debian/control: Adding information on indicator-applet-sus which + is a different applet for the SUS indicator. * + debian/indicator-applet.install: Making it more specific + so that it doesn't grab the directories that now have + additional files created by indicator-applet-sus + existing. * debian/indicator-applet-sus.install: List + files that are now used by the new binary package. + +2009-08-07 18:18:55 +0100 Ted Gould (ae15eee) + + * Updating from upstream with two (count them) two applets installed + in the source. + +2009-08-07 18:17:42 +0100 Ted Gould (8fd9f27) + + * Switching the name to the proper server file. + +2009-08-07 17:43:09 +0100 Ted Gould (65df6f1) + + * Loading only the SUS plugin. + +2009-08-07 17:41:21 +0100 Ted Gould (6c07c79) + + * Blocking out SUS from standard applet. + +2009-08-07 16:55:23 +0100 Ted Gould (3bb7806) + + * Fixing the generation rules for the bonobo server files. + +2009-08-07 16:06:32 +0100 Ted Gould (327dfdb) + + * Ignoring more files. + +2009-08-07 15:57:14 +0100 Ted Gould (2f92722) + + * Switching the name to actually be correct. + +2009-08-07 15:53:10 +0100 Ted Gould (059f1bf) + + * Changing the name of the directory to -sus which makes more sense + +2009-08-07 15:45:40 +0100 Ted Gould (c35dbea) + + * New executable name + +2009-08-07 15:32:30 +0100 Ted Gould (f33fa71) + + * Renaming the server file + +2009-08-07 14:24:33 +0100 Ted Gould (019d958) + + * Adjusting the namespace. Just to make things fun like that. + +2009-08-07 14:21:31 +0100 Ted Gould (f2a3bfc) + + * Making the schema translatable + +2009-08-07 14:19:27 +0100 Ted Gould (5bc7f7d) + + * Adding a new server to connect with our new applet. Still needs + changes as it's just a copy. + +2009-08-07 14:15:15 +0100 Ted Gould (99caa03) + + * Adding a new build target for our new applet + +2009-08-07 14:13:05 +0100 Ted Gould (a1ec732) + + * Adding the new src to the build system + +2009-08-07 12:14:44 +0100 Ted Gould (3b1bb35) + + * New src entry + +2009-08-06 14:57:57 +0100 Ted Gould (d7f91b9) + + * Aurelien's patch to add a set_server function to indicators. + +2009-08-06 15:43:38 +0200 Aurelien Gateau (937dba5) + + * Updated documentation + +2009-08-05 17:53:44 +0100 Ted Gould (a3eb3ea) + + * Update to core-dev branch + +2009-08-05 15:51:59 +0200 Aurelien Gateau (c4bd83a) + + * Introduce indicate_indicator_set_server() so that server can be + defined for message indicators too. + +2009-08-05 11:29:13 +0100 Jonathan Riddell (8223eb6) + + * Add build-dep on gtk-doc-tools + +2009-08-05 11:12:14 +0100 Jonathan Riddell (924a0a6) + + * merge with Ken, fix gtk-doc + +2009-08-05 09:50:42 +0100 Ken VanDine (bff1218) + + * indicator-applet (0.2.0~bzr319-0ubuntu3) karmic; urgency=low + +2009-08-05 01:26:47 +0100 Ted Gould (6a2b4b1) + + * releasing version 0.2.0~bzr319-0ubuntu1~ppa5 + +2009-08-05 01:26:41 +0100 Ted Gould (cc920f1) + + * Upstream fix for server.c and get indicators with hidden indicators + in the list. + +2009-08-05 01:25:55 +0100 Ted Gould (a3e59c2) + + * Maintaining the count independent of the entires. + +2009-08-05 00:41:16 +0100 Jonathan Riddell (07a83fa) + + * Run ./autogen.sh before upload + +2009-08-05 00:23:53 +0100 Jonathan Riddell (daaa9a5) + + * tidy changelog for release + +2009-08-05 00:19:38 +0100 Jonathan Riddell (cb9d427) + + * merge current package for upload, + https://code.edge.launchpad.net/~indicator-applet-developers/indicator-applet/applet-packaging/+merge/9671 + +2009-08-04 12:30:59 +0100 Ted Gould (42ba02f) + + * releasing version 0.2.0~bzr319-0ubuntu1~ppa4 + +2009-08-04 12:26:53 +0100 Ted Gould (c495a62) + + * Upstream fix to PC file. + +2009-08-04 12:25:24 +0100 Ted Gould (e4ac1dc) + + * Update the pc file from the GTK split out. + +2009-08-04 10:53:52 +0100 Ted Gould (72093e2) + + * releasing version 0.2.0~bzr319-0ubuntu1~ppa3 + +2009-08-04 10:53:46 +0100 Ted Gould (41c535b) + + * debian/control: Fixing the library reference of libindicate-gtk-dev + +2009-08-04 10:52:00 +0100 Ted Gould (96ace70) + + * releasing version 0.2.0~bzr319-0ubuntu1~ppa2 + +2009-08-04 10:51:33 +0100 Ted Gould (64034dd) + + * Forgot to autogen.sh + +2009-08-04 10:27:44 +0100 Ted Gould (541c9b2) + + * releasing version 0.2.0~bzr319-0ubuntu1~ppa1 + +2009-08-04 10:27:27 +0100 Ted Gould (dd164ac) + + * Setting up the merge history correctly. + +2009-08-04 10:27:08 +0100 Ted Gould (5909ee4) + + * * Merging in upstream code to split out libindicate-gtk * + debian/control: * Changing the version number of + libindcate to 2 to match the .so numbering. * + Creating packages for libindicate-gtk * Added + libindicate-gtk-dev.install and libindicate-gtk0.install + for the new library. * Renamed libindicate1.install to + libindicate2.install to match the package name change. * + Modified libindicate-dev to be more specific about the + header files that it grabs. + +2009-08-04 10:24:51 +0100 Ted Gould (74bc54c) + + * Merging in the splitout of a GTK version of the lib + +2009-08-04 01:38:29 +0100 Ted Gould (63ed0ba) + + * releasing version 0.2.0~bzr309-0ubuntu4~ppa2 + +2009-08-04 01:36:30 +0100 Ted Gould (54b4e00) + + * debian/control: Fixing some libindicate1's that should be + libindicate2 and making everything dependent on the + versions that are built here in the package. + +2009-08-04 01:31:34 +0100 Ted Gould (be06bcb) + + * releasing version 0.2.0~bzr309-0ubuntu4~ppa1 + +2009-08-04 01:26:31 +0100 Ted Gould (6401c45) + + * Adding in a make fix + +2009-08-04 01:26:10 +0100 Ted Gould (16b15aa) + + * Adding libindicate a build include + +2009-08-04 00:32:09 +0100 Ted Gould (8bed775) + + * * Added libindicate-gtk-dev.install and libindicate-gtk0.install + for the new library. * Renamed libindicate1.install to + libindicate2.install to match the package name change. * + Modified libindicate-dev to be more specific about the + header files that it grabs. + +2009-08-04 00:27:09 +0100 Ted Gould (84f0002) + + * * debian/control: * Changing the version number of libindcate to + 2 to match the .so numbering. * Creating packages + for libindicate-gtk + +2009-08-04 00:23:05 +0100 Ted Gould (a1fa7ba) + + * Merging in upstream code to split out libindicate-gtk + +2009-08-04 00:18:10 +0100 Ted Gould (475cf3d) + + * Removing some more noise + +2009-08-04 00:14:37 +0100 Ted Gould (2b41594) + + * Ignoring the tarball + +2009-08-04 00:10:35 +0100 Ted Gould (34baaec) + + * Ignoring the right file + +2009-08-04 00:08:51 +0100 Ted Gould (c3034d9) + + * Making seperate versioning for libindicate-gtk + +2009-08-04 00:06:00 +0100 Ted Gould (b31efb2) + + * Bumping the version as we removed a function. + +2009-08-04 00:01:06 +0100 Ted Gould (8850baa) + + * A bunch of distcheck fixes to clean things up + +2009-08-03 23:53:40 +0100 Ted Gould (3497522) + + * Some odd change + +2009-08-03 23:53:17 +0100 Ted Gould (3ec1d88) + + * Last libgtk-pixbuf header + +2009-08-03 23:52:48 +0100 Ted Gould (8c7a1a7) + + * Removing GTK dependencies from the libindicate stuff + +2009-08-03 23:49:42 +0100 Ted Gould (d94f22a) + + * Fixing these guys to include the -gtk library where needed + +2009-08-03 23:45:34 +0100 Ted Gould (f6fb98d) + + * Some ignore files for fun + +2009-08-03 23:43:37 +0100 Ted Gould (793db0f) + + * Oops, forgot the listener stuff + +2009-08-03 23:31:00 +0100 Ted Gould (78ad4c4) + + * Moving the listener code and some indicator code into + libindicate-gtk + +2009-08-03 19:25:05 +0100 Ted Gould (840e1c8) + + * Okay, now it is the offending function in it. + +2009-08-03 19:10:34 +0100 Ted Gould (ecde85f) + + * Creating a default little GTK library to move the GTK stuff in + +2009-08-03 18:50:57 +0100 Ted Gould (b3d3f3d) + + * Adding a function to set the server of the indicator upon creation. + indicate_indicator_new_with_server() + +2009-08-03 18:12:34 +0100 Ted Gould (573c458) + + * Merging in changes to the destroy and removing a warning. + +2009-08-03 18:08:22 +0100 Ted Gould (f344374) + + * Ignoring built files + +2009-07-27 17:20:24 +0200 Aurelien Gateau (7f379d5) + + * Removed warning: it's annoying in unittests. + +2009-07-27 17:18:41 +0200 Aurelien Gateau (8157a2c) + + * Destroy dbus proxies in listener finalize. + +2009-07-21 11:41:46 -0500 Ted Gould (5390823) + + * Fixing the other signal marshallers + +2009-07-21 11:39:26 -0500 Ted Gould (b8b2c52) + + * Using the server marshaller + +2009-07-21 11:37:51 -0500 Ted Gould (5cbbca2) + + * Creating the server marshallers that we need + +2009-07-21 10:42:36 -0500 Ted Gould (e3a0b5a) + + * Oops, we shouldn't have a prototype for a function that doesn't + exist. Thanks to Aurilien. + +2009-07-17 21:24:56 -0500 Ted Gould (064740b) + + * releasing version 0.2.0~bzr309-0ubuntu3 + +2009-07-17 21:24:31 -0500 Ted Gould (61730d0) + + * Now moving on to Karmic + +2009-07-17 21:24:00 -0500 Ted Gould (c594f60) + + * releasing version 0.2.0~bzr309-0ubuntu2 + +2009-07-03 14:42:38 -0500 Ted Gould (049947b) + + * Configure change to cleanup output + +2009-07-03 14:41:48 -0500 Ted Gould (7867885) + + * A little like mentioned on the GNOME Wiki, but doesn't work until I + have a higher version of automake. Doesn't seem to cause + problems though. + +2009-06-08 09:31:48 -0500 Ted Gould (63dad6a) + + * Patch from Mark Trompell to make suffix checking better. + +2009-05-13 15:01:34 -0500 Ted Gould (aee8914) + + * debian/control, debian/libindicate-doc.install: Merging in Ken + Vandine's work on making a -doc package for libindicate. + +2009-05-13 14:52:04 -0400 Ken VanDine (f36cc1b) + + * added debian/libindicate-doc.install + +2009-05-13 13:25:33 -0400 Ken VanDine (10e5164) + + * Added package libindicate-doc and removed dbus-test-runner build + requirement + +2009-05-05 16:45:01 +0100 Ted Gould (e38da9b) + + * Merge from upstream, includes documentation. + +2009-05-05 16:43:20 +0100 Ted Gould (7926d56) + + * Merging in the documentation branch. + +2009-04-30 22:30:15 -0500 Ted Gould (1b3fd92) + + * Never understand this file really. + +2009-04-30 22:30:04 -0500 Ted Gould (395ae9a) + + * Fixing function listing + +2009-04-30 22:29:44 -0500 Ted Gould (c027c7f) + + * Fixing typo + +2009-04-30 21:45:19 -0500 Ted Gould (3810da4) + + * Fixing some documentation bugs. + +2009-04-30 21:42:39 -0500 Ted Gould (51f63e1) + + * Documenting most of the public visible functions + +2009-04-30 20:58:42 -0500 Ted Gould (1595ee2) + + * Adding in arguments for the signals + +2009-04-30 20:53:10 -0500 Ted Gould (f64bd73) + + * Adding in arguments on the signal docs. + +2009-04-30 20:44:43 -0500 Ted Gould (dbfd181) + + * Woot, signal documentation works now. + +2009-04-30 20:37:52 -0500 Ted Gould (15720aa) + + * Basic signals docs. + +2009-04-30 20:24:53 -0500 Ted Gould (f4a1e46) + + * Server section documentation. + +2009-04-30 20:17:52 -0500 Ted Gould (a1ba880) + + * Comments for the class, who put all those functions on there... + +2009-04-30 16:57:51 -0500 Ted Gould (933bcaa) + + * Adding in message documentation and cleaning up some mistakes as I + see them. + +2009-04-30 16:04:09 -0500 Ted Gould (298abb1) + + * Never understand this file + +2009-04-30 16:03:42 -0500 Ted Gould (ef5a4ba) + + * Doing a better job about defining out the documentation gets + created and looks. Much cleaner. + +2009-04-30 15:50:27 -0500 Ted Gould (0b5e0c1) + + * Breaking out into sections. + +2009-04-30 15:40:06 -0500 Ted Gould (a77a808) + + * Section information + +2009-04-30 15:16:47 -0500 Ted Gould (cd973f1) + + * Adding to the unused side of things. + +2009-04-30 15:16:06 -0500 Ted Gould (6a4918e) + + * Removing the big defines that aren't useful and the boilerplate + get_type functions. + +2009-04-30 15:12:37 -0500 Ted Gould (d73f65f) + + * Reformatting to make gtk-doc happy. + +2009-04-30 14:35:30 -0500 Ted Gould (9201eb6) + + * Making it more like English and less like a pointer table. + +2009-04-30 14:29:40 -0500 Ted Gould (877ac7a) + + * Adding in IndicateIndicatorClass documentation. + +2009-04-30 14:10:41 -0500 Ted Gould (dd49cd3) + + * What is the server + +2009-04-30 14:10:33 -0500 Ted Gould (47c4b8e) + + * Typo + +2009-04-30 14:06:45 -0500 Ted Gould (43f575e) + + * Getting most of the indicator documentation in the pool. + +2009-04-30 13:07:29 -0500 Ted Gould (1c91e43) + + * Turns out that gtk-doc can't have the name of the function on the + same line as the start of the comment. How stupid. + +2009-04-30 12:08:32 -0500 Ted Gould (a41eab6) + + * Removing symbols that shouldn't be in the docs anyway. + +2009-04-30 12:04:20 -0500 Ted Gould (73a5c92) + + * Ignoring the dbus and glib-marshaller generated header files. + +2009-04-30 11:51:46 -0500 Ted Gould (f62b836) + + * Dispaly typo + +2009-04-30 11:40:56 -0500 Ted Gould (c73af69) + + * First pass at trying to create some function documentation for + Indicator + +2009-04-29 10:11:52 -0500 Ted Gould (0ed0749) + + * Patch from Niel Patel to close the directory after opening it. + +2009-04-29 10:11:21 -0500 Ted Gould (89235a4) + + * Patch from Niel Patel to close the directory after opening it. + +2009-04-27 11:06:50 -0500 Ted Gould (f6767c8) + + * releasing version 0.2.0~bzr307-0ubuntu2 + +2009-04-27 11:06:42 -0500 Ted Gould (f6f7c27) + + * Increment for PPA. Forgot to autogen.sh + +2009-04-27 10:52:33 -0500 Ted Gould (d8582f7) + + * releasing version 0.2.0~bzr307-0ubuntu1 + +2009-04-27 10:51:25 -0500 Ted Gould (60e4dde) + + * debian/control: Adding a build-dep on dbus-test-runner + +2009-04-27 10:50:40 -0500 Ted Gould (73e576b) + + * Upstream Snapshot: Adding in a test suite. + +2009-04-27 10:48:38 -0500 Ted Gould (0f174a8) + + * How important a simple backslash is :) + +2009-04-27 10:42:39 -0500 Ted Gould (d2d0c7a) + + * Merging in the testing branch to get some tests for this guy + +2009-04-27 10:39:20 -0500 Ted Gould (5899a3f) + + * Switching to system dbus-test-runner + +2009-04-22 23:46:48 -0500 Ted Gould (183d218) + + * releasing version 0.2.0~bzr305-0ubuntu1 + +2009-04-22 23:46:23 -0500 Ted Gould (fd65e07) + + * Upstream update + +2009-04-22 23:44:06 -0500 Ted Gould (c292100) + + * Get the submenu set right. + +2009-04-22 22:06:00 -0500 Ted Gould (2f6ccdf) + + * Slipping in the hbox + +2009-04-22 22:02:05 -0500 Ted Gould (d075aee) + + * Oops, cut and paste error, pulling up the wrong symbols + +2009-04-22 17:09:11 -0500 Ted Gould (e1eb7c8) + + * releasing version 0.2.0~bzr302-0ubuntu1 + +2009-04-22 17:09:03 -0500 Ted Gould (836e265) + + * Upstream snapshot, turning version getting feature into a function + and adding a name symbol outline. + +2009-04-22 17:08:17 -0500 Ted Gould (18397c8) + + * Turning versions into a function and adding a name symbol. Not yet + used though. + +2009-04-22 15:56:02 -0500 Ted Gould (f5044ea) + + * releasing version 0.2.0~bzr301-0ubuntu1 + +2009-04-22 15:55:50 -0500 Ted Gould (2c0d0d8) + + * Upstream snapshot, fixing indicator.h + +2009-04-22 15:53:30 -0500 Ted Gould (ef4bfde) + + * Wow, the genius of making a symbol you want to export static is + simply amazing. It's truly a wonder of nature that I can + tie my shoes in the morning. + +2009-04-22 15:23:20 -0500 Ted Gould (adfd764) + + * releasing version 0.2.0~bzr300-0ubuntu1 + +2009-04-22 15:23:13 -0500 Ted Gould (fded83b) + + * Upstream snapshot, fixing indicator.h + +2009-04-22 15:22:14 -0500 Ted Gould (c0b1f48) + + * Oops, not what I wanted. These should have been prototypes not + global variables. Takes a second to think about it, but + yeah, that's what they were. + +2009-04-22 14:52:19 -0500 Ted Gould (d332ad5) + + * releasing version 0.2.0~bzr299-0ubuntu1 + +2009-04-22 14:49:27 -0500 Ted Gould (180822b) + + * Upstream snapshot, forgot a + on GTK + +2009-04-22 14:48:36 -0500 Ted Gould (20cfaa9) + + * Forgot a + on gtk + +2009-04-21 22:31:30 -0500 Ted Gould (a380678) + + * releasing version 0.2.0~bzr298-0ubuntu1 + +2009-04-21 20:45:05 -0500 Ted Gould (74a2953) + + * * debian/control: * Add in package libindicator-dev * Add build + depends on libxml2-dev for upstream dep + +2009-04-21 20:42:26 -0500 Ted Gould (6465b8b) + + * * debian/control: Add in package libindicator-dev * + debian/libindicate-dev.install: Add greater specificity on + what gets installed to not get confused with files from + libindicator * debian/libindicator-dev.install: Specify + which files should be put into the development package. + +2009-04-21 17:07:21 -0500 Ted Gould (b630f12) + + * Upstream snapshot + +2009-04-21 17:05:44 -0500 Ted Gould (65381a4) + + * Release by core-dev into Ubuntu + +2009-04-21 15:14:52 -0500 Ted Gould (8c6656e) + + * Changing to an icon and a lable and building our own item + +2009-04-21 15:01:19 -0500 Ted Gould (ae26892) + + * Putting in and checking version information to ensure we all agree + about the header version + +2009-04-21 14:49:57 -0500 Ted Gould (4023d35) + + * Fixing and using the new indicator header. This will help to + connect things together and make them actually work in a + reasonably type safe way. + +2009-04-21 14:35:49 -0500 Ted Gould (b0c9eb5) + + * Moving the indicators directory to match libindicator + +2009-04-21 14:34:19 -0500 Ted Gould (292b04e) + + * Setting the indicators directory manually + +2009-04-21 14:15:22 -0500 Ted Gould (61bc03a) + + * Creating an indicator lib to make sure we can attach all these + things together. + +2009-04-20 15:39:42 -0500 Ted Gould (6f87e9c) + + * Adding a test to build a bunch of indicators + +2009-04-20 14:44:25 -0500 Ted Gould (ecad1e3) + + * Adding in multiple servers connecting in to declare interest test + +2009-04-20 13:16:14 -0500 Ted Gould (c5cc32d) + + * Expanding range of interest test and not checking to see if we got + none, we shouldn't get it. + +2009-04-20 13:13:04 -0500 Ted Gould (76d5d0d) + + * Gaurding against setting bad interests + +2009-04-20 12:36:07 -0500 Ted Gould (38c6ce2) + + * Adding an interests test + +2009-04-20 12:16:33 -0500 Ted Gould (443c83a) + + * Woot, now we do distcheck too + +2009-04-20 12:11:19 -0500 Ted Gould (5f5f476) + + * Distcheck fixes + +2009-04-20 12:10:58 -0500 Ted Gould (43cf92a) + + * Chaning the include so that it works for make distcheck + +2009-04-20 11:25:33 -0500 Ted Gould (8162f71) + + * Adding in a simple test + +2009-04-20 10:57:57 -0500 Ted Gould (ecfb1c2) + + * Build infrastructure for first test + +2009-04-20 09:34:10 -0500 Ted Gould (a1ccd1a) + + * Moving tests to examples + +2009-04-14 11:36:17 +0200 Martin Pitt (d10264b) + + * releasing version 0.1.6-0ubuntu1 + +2009-04-14 11:36:10 +0200 Martin Pitt (4959fae) + + * * New upstream version * Applied the same fixes as Cody Russell's + patch to indicator-messages to the finalize functions + here. Should fix LP: #359018 completely. * Minor + warnings fixes in search of solution to above. + +2009-04-13 14:52:22 -0500 Ted Gould (8270f15) + + * Adding in support for finding out if people are interesting on the + bus using introspection instead of sending a random + function call to them and seeing what happens. + +2009-04-13 14:47:35 -0500 Ted Gould (e32b37d) + + * Commenting out some debug messages + +2009-04-13 14:41:33 -0500 Ted Gould (46a050c) + + * Less debug + +2009-04-13 14:16:25 -0500 Ted Gould (135906b) + + * Ah, a typo. Bother. + +2009-04-13 14:15:01 -0500 Ted Gould (dec69be) + + * Okay, connected into that other there code... let's see what + happens. + +2009-04-13 14:07:46 -0500 Ted Gould (24e268d) + + * Fleshing out some + +2009-04-13 13:30:31 -0500 Ted Gould (bde7e27) + + * Whoa, it like builds and stuff + +2009-04-13 11:54:33 -0500 Ted Gould (2edf3fb) + + * Fixes to the finalize functions. + +2009-04-13 11:31:28 -0500 Ted Gould (cb60d3f) + + * * New upstream version * Applied the same fixes as Cody Russell's + patch to indicator-messages to the finalize functions + here. Should fix LP: #359018 completely. * Minor + warnings fixes in search of solution to above. + +2009-04-13 11:29:13 -0500 Ted Gould (61ded01) + + * Merging in core-dev + +2009-04-13 10:56:39 -0500 Ted Gould (70223e1) + + * Making into a 6 (tag: 0.1.6, refs/bzr/origin/tags/0.1.6) + +2009-04-13 10:30:28 -0500 Ted Gould (f7dc7fa) + + * Adding a bug number + +2009-04-13 10:09:20 -0500 Ted Gould (f0fa474) + + * Adding in call to the parent class' finalize function as well, this + should free all the way up to the top. + +2009-04-12 21:55:06 -0500 Ted Gould (a1207dc) + + * Updating from trunk + +2009-04-12 21:42:30 -0500 Ted Gould (e9ef5ec) + + * Some slight code cleanups to remove warnings + +2009-04-12 21:41:48 -0500 Ted Gould (ce66459) + + * Proto-pseudo-code for the introspection functions that are going to + be needed + +2009-04-11 23:07:38 -0500 Ted Gould (a09510f) + + * Fixing some pedantic little bugs to try and figure out what's + causing 359018 + +2009-04-10 15:51:26 -0500 Ted Gould (20836b8) + + * Adding in libxml linking + +2009-04-10 14:33:59 -0500 Ted Gould (551a97c) + + * Dummy to put bug number in. + +2009-04-10 14:32:37 -0500 Ted Gould (f4bfa1f) + + * Create the virtual function for checking interest. + +2009-04-10 14:19:31 -0500 Ted Gould (28e006b) + + * Merging in Eitan's gtype-ify of the enums and the + IndicateListener... objects. + +2009-04-10 14:07:43 -0500 Ted Gould (70697a6) + + * Marking the dev branch as such. + +2009-04-10 13:16:39 +0300 Eitan Isaacson (bcdeb13) + + * gtypify IndicateListenerIndicator + +2009-04-10 12:51:16 +0300 Eitan Isaacson (a3188d2) + + * changed IndicateListenerServer to a gtyped pointer instead of a + gboxed. + +2009-04-08 18:14:27 +0300 Eitan Isaacson (8f4019b) + + * Changed marshallers to GBoxed for IndicatorListenerServer. Make + copy/free functions empty for now. + +2009-04-08 16:47:46 +0300 Eitan Isaacson (a300f6c) + + * GBoxed IndicateListenerServer + +2009-04-08 14:25:50 +0300 Eitan Isaacson (0307775) + + * gtypified the interests enum. + +2009-04-08 10:57:41 +0200 seb128 (df604ba) + + * releasing version 0.1.5-0ubuntu1 + +2009-04-07 23:08:20 -0500 Ted Gould (746b6aa) + + * Cleaning up changelog + +2009-04-07 23:07:04 -0500 Ted Gould (198fee2) + + * Merging in core-dev branch + +2009-04-07 22:26:07 -0500 Ted Gould (2ffebac) + + * Explicitly sets the about window's window icon. (LP: #356437) + +2009-04-07 22:25:24 -0500 Ted Gould (a8ab75d) + + * Lots of fixes from trunk + +2009-04-07 22:22:53 -0500 Ted Gould (c1955c5) + + * Added in an 'icon-name' to make the about dialog have a proper + icon. (tag: 0.1.5, refs/bzr/origin/tags/0.1.5) + +2009-04-07 22:17:11 -0500 Ted Gould (13aa4e5) + + * on both client and server side. (LP: #353112) * Makes it so that + all objects down to the menu now use the gtkstyle naming + from FUSA to ensure that they all pick up the theme hacks + that are set for FUSA. (LP: #334490) + +2009-04-07 22:12:15 -0500 Ted Gould (b2d85cf) + + * * debian/libindicate0.install changed to + debian/libindicate1.install * New upstream version: * + Adds new API for detecting interests of various listeners. + Implemented on both client and server side. (LP: + 353112) + +2009-04-07 21:13:07 -0500 Ted Gould (75002ff) + + * Clearing another warning. Shame gdk doesn't do this one for us. + +2009-04-07 21:08:27 -0500 Ted Gould (9a7bcf3) + + * Patch from Eitan Isaacson to correct prototype. Had to be adjusted + slightly as the prototypes had moved. + +2009-04-07 21:02:08 -0500 Ted Gould (7115f77) + + * Ignoring our new test + +2009-04-07 20:52:05 -0500 Ted Gould (eba8697) + + * Patch from Eitan Isaacson to remove a ref/unref infinite loop that + effectively made it so that we kept our objects forever. + While we love them, at some point we need to say goodbye. + +2009-04-07 17:40:25 -0500 Ted Gould (3e1e512) + + * Making it so that we don't register the object twice. This is + really a work around, but it's atleast fixes the crasher. + Which sucked. We need to work with the dbus folks to make + this better. + +2009-04-07 17:34:45 -0500 Ted Gould (596a5db) + + * Adding show hide server test from Eitan on bug 351537 + +2009-04-07 15:45:35 -0500 Ted Gould (0b820c7) + + * Moving the install file. + +2009-04-07 11:44:47 -0500 Ted Gould (98d4485) + + * debian/control: Switching libindicate0 to libindicate1 to express + the fact that the binary compatibility is broken. + +2009-04-07 11:43:02 -0500 Ted Gould (7f23e11) + + * I finally understood what seb128 told me about the version + numbering. I feel so stupid for not understanding before + :) + +2009-04-07 10:15:39 -0500 Ted Gould (912a2a1) + + * Hiding some debugging messages. + +2009-04-07 10:14:00 -0500 Ted Gould (9bd1519) + + * Simplifying error message + +2009-04-06 21:44:50 -0500 Ted Gould (8b71317) + + * Fixes for dev stuff. + +2009-04-06 21:42:16 -0500 Ted Gould (42492db) + + * * Some debug messages * Making the comparison of interests detect + changings properly * Correctly use g_list_remove in + several cases making for long lists * Using g_list_prepend + instead of append because it's faster. * Checking whether + we've got proxies before destroying them. + +2009-04-03 15:09:55 -0500 Ted Gould (f252656) + + * Header fixes + +2009-04-03 15:09:30 -0500 Ted Gould (5f46d7f) + + * Merge from upstream for header file fixes. + +2009-04-03 15:09:06 -0500 Ted Gould (06dd63a) + + * Moving private interests out of the public header file. + +2009-04-03 12:50:10 -0500 Ted Gould (76c68f9) + + * Merging in dev stuff. This'll break things. + +2009-04-03 12:48:28 -0500 Ted Gould (5e3c75a) + + * Merge in from the Dev branch + +2009-04-03 12:47:23 -0500 Ted Gould (05b5aa4) + + * Not quite sure how these got added, but I'm not going to fight it. + +2009-04-03 12:45:38 -0500 Ted Gould (4f5d2b5) + + * Trying to get to a sane state. I apparently don't know as much + about library versioning as I thought I did. + +2009-04-03 12:27:31 -0500 Ted Gould (d93da3d) + + * Hiding all of the functions that part of the DBus interface in that + now they're all prefixed with '_' so that they don't get + exported as part of the library symbols. This should + simplify everything a little bit for implementors. + +2009-04-03 12:14:07 -0500 Ted Gould (eb5078b) + + * Getting rid of everything starting with 'd'. This gets rid of the + dbus stuff that isn't set up to be static, which is silly. + +2009-04-03 11:32:35 -0500 Ted Gould (be4c002) + + * Hiding the marshsallers from the libraries in the symbols by adding + a _ in front of them. + +2009-04-03 11:28:44 -0500 Ted Gould (303c52b) + + * Cleaning up the exported symbols, make sure that 'get_type_cb' + isn't exported + +2009-04-03 10:51:10 -0500 Ted Gould (c9b2fe4) + + * Getting to version 0.2.0 + +2009-04-03 10:49:56 -0500 Ted Gould (68d7bf9) + + * Trying to have more style information included so that we can get + rid of the focus line. + +2009-04-03 10:36:10 -0500 Ted Gould (16abe6d) + + * Adding interests on new servers saying that we're displaying the + indicators and in the server. + +2009-04-03 10:22:20 -0500 Ted Gould (96c1883) + + * Fleshing out the functions in the listener to set interests. + +2009-04-02 16:38:47 -0500 Ted Gould (68fb067) + + * Putting in some protection from crazy values + +2009-04-02 16:36:27 -0500 Ted Gould (2f66ceb) + + * Hiding debug + +2009-04-02 16:35:38 -0500 Ted Gould (5c9e92e) + + * Adding a bunch of debugging messages and fixing the lifecycle for + the folk pointer. Lots'o'fun. But things seem to be + working. + +2009-04-02 16:12:19 -0500 Ted Gould (6826848) + + * Filling in the dbus owner changing code. Now we should catch + those. + +2009-04-02 16:11:34 -0500 Ted Gould (1554425) + + * Adding printouts for interest changes. + +2009-04-02 15:23:10 -0500 Ted Gould (26bfe1c) + + * Connecting in the DBus messaging that we need. + +2009-04-02 14:08:55 -0500 Ted Gould (6e42996) + + * Fleshing out the interest setting and removing functions. + +2009-04-02 13:35:20 -0500 Ted Gould (aa7ec58) + + * Updating unused file + +2009-04-02 13:34:40 -0500 Ted Gould (f94b485) + + * Adding in folks support. + +2009-04-02 11:34:56 -0500 Ted Gould (1212c8e) + + * Adding the interest removed and interest added signals in. + +2009-04-02 11:11:20 -0500 Ted Gould (5ebb3c4) + + * Woot! Now we have some real functions to call! + +2009-04-02 11:05:35 -0500 Ted Gould (b874768) + + * I can't believe I messed up this one. Luckily it doesn't seem to + have caused any bugs. Man. + +2009-04-02 10:49:35 -0500 Ted Gould (6e51efb) + + * Switching around the show_interest and remove_interest functions so + that they are now asyncronous. Not that being + asynchronous is important but more that now they get the + Method Invocation interface that we can use to find out + the sender of the message. Changed various APIs as a + result of this, and moved the DBus functions to be + internal. + +2009-04-01 15:54:55 -0500 Ted Gould (58403a8) + + * Adding new functions show_interest and remove_interest into the + API. Now to fill in the backend. + +2009-04-01 15:27:42 -0500 Ted Gould (966a1e5) + + * Adding a remove and show interest + +2009-04-01 15:23:31 -0500 Ted Gould (bae37d9) + + * Change the API so it's more like we're keeping a list of what, and + who are interested in. This'll make it easier for us to + manage all the DBus nastyness. + +2009-04-01 14:56:31 -0500 Ted Gould (e6287ab) + + * Adding stuff to ignore, much better + +2009-04-01 14:50:13 -0500 Ted Gould (7fea958) + + * Misspelling + +2009-04-01 14:49:02 -0500 Ted Gould (b76642f) + + * Getting some interests in the game. + +2009-04-01 13:21:55 -0500 Ted Gould (589454c) + + * Switch to searching on the connection, which is really what we care + about and the proxy is a poor sustitute for. + +2009-04-01 12:37:24 -0500 Ted Gould (f7bf54a) + + * First pass at the pretty meag-change to make it so that we can + detect people on the system vs. the session bus. + Basically reworking a bunch of structures. Fun. + +2009-03-30 09:31:49 +0200 Martin Pitt (4134dd0) + + * releasing version 0.1.4-0ubuntu1 + +2009-03-30 09:31:21 +0200 Martin Pitt (1b7e454) + + * * New upstream version * Changing the text in the license box to + make sense. (LP: #346215) * Call GNOME Program Init to + initialize all of the ATK and gettext stuff that needs + to be initialized for it all to work. Patch from + Eitan Isaacson. (LP: #349031) * Give the indicator + applet an ATK name so it can be found by the + accessibility frameworks. Patch from Eitan Isaacson. + (LP: #349031) * Making it so the 'No Indicators' + situation uses a label instead of a desensitized menu + item to allow right click through. (LP: #346359) * + Remove the making of 'Indicator Applet Factory' + translatable. (LP: #349540) * Make sure translations + get loaded and make the 'No Indicators' error and the + license translatable. Patch from Gabor Kelemen. (LP: + #349998) * debian/control: Adding libgnomeui-dev as a + dependency as it was added upstream. + +2009-03-27 23:42:04 -0500 Ted Gould (9a1d935) + + * Now in jaunty + +2009-03-27 23:39:31 -0500 Ted Gould (3e8de8a) + + * debian/control: Adding libgnomeui-dev as a dependency as it was + added upstream. + +2009-03-27 23:38:21 -0500 Ted Gould (ef07f36) + + * * New upstream version * Changing the text in the license box to + make sense. (LP: #346215) * Call GNOME Program Init to + initialize all of the ATK and gettext stuff that needs + to be initialized for it all to work. Patch from + Eitan Isaacson. (LP: #349031) * Give the indicator + applet an ATK name so it can be found by the + accessibility frameworks. Patch from Eitan Isaacson. + (LP: #349031) * Making it so the 'No Indicators' + situation uses a label instead of a desensitized menu + item to allow right click through. (LP: #346359) * + Remove the making of 'Indicator Applet Factory' + translatable. (LP: #349540) * Make sure translations + get loaded and make the 'No Indicators' error and the + license translatable. Patch from Gabor Kelemen. (LP: + #349998) + +2009-03-27 23:35:44 -0500 Ted Gould (f4b6ce1) + + * debian/control: Add dependency to indicator-messages; the applet is + currently fairly useless without it. (LP: #346359) + +2009-03-27 23:34:45 -0500 Ted Gould (3151d53) + + * Merging in upstream version 0.1.4 + +2009-03-27 23:17:22 -0500 Ted Gould (02501d7) + + * Patch from Gabor Kelemen to make the license and 'No Indicators' + message translatable. (tag: 0.1.4, + refs/bzr/origin/tags/0.1.4) + +2009-03-27 14:41:02 -0500 Ted Gould (31ea8d2) + + * Removing the translatable marking for 'Indicator Applet Factory' + +2009-03-27 14:18:38 -0500 Ted Gould (497702e) + + * Bad truth in the hide function. + +2009-03-26 16:23:54 -0500 Ted Gould (b02adf3) + + * Adding another bug that gets fixed with Eitan's merge. + +2009-03-26 16:10:58 -0500 Ted Gould (d917e8b) + + * Comment for label + +2009-03-26 16:06:23 -0500 Ted Gould (045b257) + + * Switching the case for 'No Indicators' to make it a label to still + support right click through. + +2009-03-26 16:01:46 -0500 Ted Gould (1f7ae08) + + * Changing license in about box to make sense. + +2009-03-26 13:24:38 -0500 Ted Gould (f6bd9e6) + + * ATK name for Eitan + +2009-03-26 11:27:16 -0500 Ted Gould (37af771) + + * Getting gtkdoc stuff to be a little happier + +2009-03-26 10:13:11 -0500 Ted Gould (0d98376) + + * Bumping version + +2009-03-26 10:12:24 -0500 Ted Gould (8fd2e25) + + * Merging in Eitan's changes to make the applet a GNOME Program + +2009-03-26 13:51:06 +0200 Eitan Isaacson (acc7f89) + + * Add gnome_program_init with LIBGNOMEUI_MODULE. + +2009-03-25 11:25:37 +0100 Martin Pitt (9e0aabb) + + * releasing version 0.1.3-0ubuntu2 (tag: 0.1.3-0ubuntu2, + refs/bzr/origin/tags/0.1.3-0ubuntu2) + +2009-03-25 11:25:19 +0100 Martin Pitt (ec4b835) + + * debian/control: Add dependency to indicator-messages; the applet is + currently fairly useless without it. (LP: #346359) + +2009-03-18 00:17:00 -0500 Ted Gould (345e246) + + * Cleaning up Changelog + +2009-03-18 00:12:25 -0500 Ted Gould (7c4a7a5) + + * Merging in upsream 0.1.3 + +2009-03-18 00:05:05 -0500 Ted Gould (1ec78fc) + + * Changing version number (tag: 0.1.3, refs/bzr/origin/tags/0.1.3) + +2009-03-17 19:45:03 -0500 Ted Gould (6c97fee) + + * releasing version 0.1.2-0ubuntu3~ted4 + +2009-03-17 13:40:36 -0500 Ted Gould (3cb0dc3) + + * releasing version 0.1.2-0ubuntu3~ted3 + +2009-03-17 13:39:45 -0500 Ted Gould (321d1da) + + * Removing all the gobject stuff from the debian build files + +2009-03-17 13:38:36 -0500 Ted Gould (d4d1a0e) + + * Getting explicit disable + +2009-03-17 13:38:20 -0500 Ted Gould (ec34124) + + * Seems that we still get errors without it being there, I'm not sure + why, but making it so that we can explicitly disable the + gobject-introspection. That should work for now. + +2009-03-17 11:29:15 -0500 Ted Gould (bbf57e6) + + * releasing version 0.1.2-0ubuntu3~ted2 + +2009-03-17 11:28:51 -0500 Ted Gould (95e61d1) + + * releasing version 0.1.2-0ubuntu3~ted1ubuntu1 + +2009-03-17 11:05:36 -0500 Ted Gould (b2791c3) + + * releasing version 0.1.2-0ubuntu3~ted1 + +2009-03-17 11:03:51 -0500 Ted Gould (4086f8b) + + * Removing GObject introspection from the build deps + +2009-03-17 11:03:08 -0500 Ted Gould (fe24c75) + + * Changes to make GIR optional from the applet branch + +2009-03-17 11:02:30 -0500 Ted Gould (148a7df) + + * Merging in the Ubuntu packaging versions + +2009-03-17 11:00:01 -0500 Ted Gould (fdc47f8) + + * Making it so that the GIR stuff autodetects and only builds if + available. + +2009-03-17 10:55:22 +0100 Martin Pitt (78eda23) + + * debian/copyright: Fix download location. + +2009-03-17 10:54:24 +0100 Martin Pitt (f5f204a) + + * Add bzr-builddeb configuration (merge mode). Fortunately this + doesn't insist on having *only* debian/ in bzr. This gives + us the best of both worlds, bzd-bd auto-downloading + orig.tar.gz and merging in the pre-generated autoconf + stuff, and retaining the possibility of merging directly + from trunk, since we keep the full upstream source in this + branch. + +2009-03-17 10:51:56 +0100 Martin Pitt (2a0f3ae) + + * Add debian/watch. + +2009-03-17 10:50:47 +0100 Martin Pitt (0bbf490) + + * retroactively mark 0.1.1-0ubuntu2 as uploaded + +2009-03-16 23:23:33 +0100 seb128 (a74264a) + + * updated shlibs version + +2009-03-16 23:22:15 +0100 seb128 (deccbbb) + + * indicator-applet (0.1.2-0ubuntu1) jaunty; urgency=low + +2009-03-15 09:11:20 -0500 Ted Gould (dab5af7) + + * Cleaning up the changelog + +2009-03-13 09:27:09 +0200 Ted Gould (a015eb5) + + * releasing version 0.1.2-0ubuntu1~ppa2 + +2009-03-12 19:25:27 +0200 Ted Gould (7ddf215) + + * releasing version 0.1.2-0ubuntu1~ppa1 + +2009-03-12 19:24:47 +0200 Ted Gould (8a4010a) + + * Merging in 0.1.2 + +2009-03-12 19:21:22 +0200 Ted Gould (cad7516) + + * Fixes for distcheck (tag: 0.1.2, refs/bzr/origin/tags/0.1.2) + +2009-03-12 18:55:36 +0200 Ted Gould (34d085b) + + * Changing version number + +2009-03-12 14:22:31 +0200 Ted Gould (ad92d55) + + * Stealing the 'fast-user-switch-applet' name to get better theming + +2009-03-12 14:03:01 +0200 Ted Gould (5299a2c) + + * Fixing the popup to have the about + +2009-03-12 13:51:59 +0200 Ted Gould (2d63bb5) + + * Right click menu is working, but without an about + +2009-03-09 17:02:47 +0200 Ted Gould (c1663bc) + + * Fix doubling of prototypes, patch from Eitan + +2009-03-09 15:12:10 +0200 Ted Gould (a2af5af) + + * Putting the example executables in libexec and the source code in + doc/examples + +2009-02-25 15:48:02 -0600 Ted Gould (ef381a0) + + * releasing version 0.1.1-0ubuntu3~ppa3 + +2009-02-25 15:33:32 -0600 Ted Gould (d5ba977) + + * Linking in the build interfaces, needed a temporary function to get + linking right + +2009-02-25 15:33:12 -0600 Ted Gould (cb288de) + + * Forgot to put these in built sources + +2009-02-25 15:14:26 -0600 Ted Gould (e792f8a) + + * true is TRUE + +2009-02-25 15:14:07 -0600 Ted Gould (87a9458) + + * Adding build instructions for the listener interface + +2009-02-25 15:04:37 -0600 Ted Gould (9d3143b) + + * Merging from core-dev branch + +2009-02-25 15:00:50 -0600 Ted Gould (2a8dfa8) + + * Merging in changes to put back in the GObject introspection and to + have better build characteristics. + +2009-02-25 14:58:19 -0600 Ted Gould (22ccedb) + + * Adding in the listeners interface + +2009-02-25 14:37:49 -0600 Ted Gould (cf43323) + + * Typo + +2009-02-25 14:36:14 -0600 Ted Gould (e835fb9) + + * releasing version 0.1.1-0ubuntu3~ppa2 + +2009-02-25 14:35:56 -0600 Ted Gould (903ce09) + + * Adding back in the GIR files and some distclean improvements to get + back to NULL. + +2009-02-25 11:16:51 -0600 Ted Gould (97133c8) + + * releasing version 0.1.1-0ubuntu3~ppa1 + +2009-02-22 22:59:44 -0600 Ted Gould (13881cb) + + * An interface to get the list of servers from another listener + +2009-02-22 22:52:55 -0600 Ted Gould (84c1b5e) + + * Adding information on how the server was added, but not really + using it for anything yet. I'm not sure that we can -- + bother. + +2009-02-19 17:25:15 +0100 Martin Pitt (3bc5b8e) + + * src/applet-main.c, applet_fill_cb(): Do not show anything if we are + running under a stracciatella GNOME session (i. e. without + Ubuntu components). See UbuntuSpec:stracciatella-session. + +2009-02-19 16:21:42 +0100 Martin Pitt (477eb61) + + * releasing version 0.1.1-0ubuntu1 (tag: 0.1.1-0ubuntu1, + refs/bzr/origin/tags/0.1.1-0ubuntu1) + +2009-02-19 16:11:40 +0100 Martin Pitt (fac33da) + + * new upstream release 0.1.1 + +2009-02-18 14:14:01 -0600 Ted Gould (b645beb) + + * Releasing 0.1.1 with build fixes and icons. (tag: 0.1.1, + refs/bzr/origin/tags/0.1.1) + +2009-02-18 14:06:19 -0600 Ted Gould (7554f5e) + + * releasing version 0.1-0ubuntu3~ppa1 + +2009-02-18 14:05:02 -0600 Ted Gould (7aeff8e) + + * Merging in icon changes + +2009-02-18 14:03:42 -0600 Ted Gould (78a8495) + + * Changing the icon to be our fancy new one. + +2009-02-18 14:03:11 -0600 Ted Gould (971633d) + + * Adding in the autotools stuff for installing an icon. + +2009-02-18 13:45:06 -0600 Ted Gould (fba553c) + + * Ken's very cool Indicator Applet plugin. + +2009-02-17 10:28:17 -0600 Ted Gould (19665b4) + + * Cherry picking r137 from the ubuntu-core-dev packaging branch that + has licensing fixes + +2009-02-17 10:26:55 -0600 Ted Gould (3fe3f9f) + + * Cherry picking r136 from the ubuntu-core-dev packaging branch that + cleans up the licensing, descriptions, and adds additional + info + +2009-02-17 10:06:09 -0600 Ted Gould (4c82f21) + + * Cherry picking r130 from the ubuntu-core-dev packaging branch that + cleans up the changelog, adds better descriptions and + updates the entries in the control file. + +2009-02-17 10:01:13 -0600 Ted Gould (8fbbd8a) + + * Configure changes to include gio + +2009-02-17 09:59:27 -0600 Ted Gould (af72d15) + + * Mostly build related changes coming from the upstream branch. + +2009-02-17 09:43:09 -0600 Ted Gould (177afdd) + + * This is a generated file. Shouldn't be in VCS. + +2009-02-17 09:43:04 -0600 Ted Gould (e86d48d) + + * Adding the license info + +2009-02-17 09:10:00 -0600 Ted Gould (711265c) + + * Adding the LGPL licenses and making sure they get into the tarball. + +2009-02-17 11:27:00 +0100 Martin Pitt (e072dee) + + * debian/copyright: Fix leftover word "either" from the license + description. + +2009-02-17 11:23:18 +0100 Martin Pitt (23d6623) + + * debian/control: Update package descriptions; the messaging part is + provided by indicator-messages. + +2009-02-17 11:17:59 +0100 Martin Pitt (7009e0c) + + * debian/control: Fix Vcs-Bzr. + +2009-02-17 11:04:52 +0100 Martin Pitt (f0eb6e3) + + * releasing version 0.1-0ubuntu1 (tag: 0.1-0ubuntu1, + refs/bzr/origin/tags/0.1-0ubuntu1) + +2009-02-17 10:28:12 +0100 Martin Pitt (5dc54bd) + + * configure.ac: Add missing gio-2.0 pkgconfig check (from DX team PPA + packaging branch), and autoreconf to pick up the change. + +2009-02-17 09:41:02 +0100 Martin Pitt (93794c8) + + * Repack orig.tar.gz with a copy of the LGPL 3, libindicate/* is + under that license. + +2009-02-17 09:40:55 +0100 Martin Pitt (b3c78cf) + + * debian/copyright: Properly describe licenses. + +2009-02-17 09:40:45 +0100 Martin Pitt (b41bed6) + + * debian/control: Add Homepage:, Vcs-Bzr:, and proper package + descriptions. + +2009-02-17 09:40:22 +0100 Martin Pitt (174ce19) + + * flush changelog for ubuntu packaging branch + +2009-02-16 13:29:50 -0600 Ted Gould (d4ebcf1) + + * Trying to add in some extra files that seem useful for building, + gtk-doc still fails. + +2009-02-16 13:04:54 -0600 Ted Gould (25bb9e3) + + * Oops, should get the screw up right... + +2009-02-16 13:01:55 -0600 Ted Gould (b57c4ff) + + * Adding a couple of files to the distribution to pass distcheck + +2009-02-15 23:00:05 -0600 Ted Gould (3cea98d) + + * releasing version 0.1~ppa41 + +2009-02-15 22:59:20 -0600 Ted Gould (3e126a2) + + * * Putting on a handle * Adding in a background function from + panel-lib + +2009-02-15 22:56:27 -0600 Ted Gould (8336b57) + + * This function seems to set up the widget correctly with the + background. It's undocumented, but most other applets + seem to do it. + +2009-02-15 22:48:08 -0600 Ted Gould (6012d33) + + * Putting a little handle on the indicators. Works for GNOME Panel. + +2009-02-15 22:07:29 -0600 Ted Gould (e424f77) + + * releasing version 0.1~ppa40 + +2009-02-15 22:04:29 -0600 Ted Gould (55b9343) + + * Merging in from the 'upstream' branch. Changes include the + addition of a server signal for the NULL indicator. And a + warning fix for icons. + +2009-02-15 21:58:56 -0600 Ted Gould (975000d) + + * Removing the debian directory. Going to start using this as my + upstream branch and the other as the packaging branch. + +2009-02-15 21:58:08 -0600 Ted Gould (524e5b9) + + * Adding a handler for the new server display signal, and then make + the messages more clear between the two. + +2009-02-15 21:53:55 -0600 Ted Gould (3a3a6e5) + + * Adding a new signal in that handles the ID of zero, or null, + comming back from a listener and uses that to show the + server. Or atleast signal it to figure out how to do + that. Also cleaning up the signals a little to use + defines. + +2009-02-15 21:40:46 -0600 Ted Gould (0e0780f) + + * Adding a check for NULL string in the icon parsing code. This will + stop a bunch of warnings coming from everything else. + +2009-02-13 15:14:25 -0600 Ted Gould (50a37ef) + + * releasing version 0.1~ppa39 + +2009-02-13 15:13:26 -0600 Ted Gould (f079d67) + + * Fixing a bug in the listener where properties weren't available on + running servers. + +2009-02-13 15:11:32 -0600 Ted Gould (ebe1c53) + + * Ah, declared a variable in an if so that it didn't get out of + scope. Like it should have. Bah. + +2009-02-13 14:55:10 -0600 Ted Gould (17d0da7) + + * Adding in a set of functions to get the properties off of a server + +2009-02-12 20:23:11 -0600 Ted Gould (9919392) + + * releasing version 0.1~ppa38 + +2009-02-12 20:18:07 -0600 Ted Gould (f298782) + + * Adding in GIO to the list of linked modules. + +2009-02-12 16:49:53 -0600 Ted Gould (33dc1d7) + + * releasing version 0.1~ppa37 + +2009-02-12 16:46:31 -0600 Ted Gould (a7d062c) + + * Making time and icons happy and work well. Also adding lots of fun + tests for them. + +2009-02-12 16:44:59 -0600 Ted Gould (2c157aa) + + * Forgot to set the timer back to something reasonable! + +2009-02-12 16:43:32 -0600 Ted Gould (3eb4043) + + * Adding in support for icons, specifically passing them back and + forth on the bus + +2009-02-12 16:43:00 -0600 Ted Gould (6b3a32c) + + * Changing from using a memory stream to using a buffer, the memory + stream one seems to be broken. + +2009-02-12 14:17:18 -0600 Ted Gould (a2e77d6) + + * Adding in the function to take a pixbuf, turn it into a png, base64 + encode it and then send it across the wire. + +2009-02-12 14:03:52 -0600 Ted Gould (1a8b895) + + * Changing the icon data to be base64 encoded, should have done that + originally, how silly. + +2009-02-12 13:47:24 -0600 Ted Gould (52cd253) + + * Seems like a better name + +2009-02-12 13:44:45 -0600 Ted Gould (e921d55) + + * Fixing some prototypes to fix warnings and errors we haven't yet + encountered. Also setting the type so that our switch + statement actually works. + +2009-02-12 13:34:24 -0600 Ted Gould (8b91e1d) + + * Adding in some debug messages and making the signal use the + original key to broadcast itself. + +2009-02-12 13:10:19 -0600 Ted Gould (1a5e21e) + + * Added in a way to print the values of properties while they change. + More later, but a start. + +2009-02-12 12:31:08 -0600 Ted Gould (b94d3a7) + + * Seeing what happens if I turn on "sign always" in Bazaar. + +2009-02-12 12:15:09 -0600 Ted Gould (c3964b3) + + * Adding in the code for handling icons and time + +2009-02-12 10:47:54 -0600 Ted Gould (ee27474) + + * Rebuilding the way that priorities get done so that we can handle a + time and icon version of the functions so that apps don't + have to worry about those details. + +2009-02-12 08:31:14 -0600 Ted Gould (8a2cf34) + + * Setting the properties property and picking up Empathy's desktop + file + +2009-02-12 08:24:36 -0600 Ted Gould (e1c5a98) + + * Adding in a timer function to change the time every three minutes + or so in order to test modifying times. + +2009-02-12 08:20:29 -0600 Ted Gould (31d107e) + + * Using the time property function + +2009-02-12 08:17:37 -0600 Ted Gould (184a04a) + + * Adding in a time property function + +2009-02-11 20:37:01 -0600 Ted Gould (2717850) + + * Merging from trunk + +2009-02-11 20:35:39 -0600 Ted Gould (24fd755) + + * releasing version 0.1~ppa36 + +2009-02-11 20:32:31 -0600 Ted Gould (fe7b7c4) + + * Merging in the changes to make it so that properties work right, + get handled properly by the listener and have convience + functions. Also lots of little important cleanups. + +2009-02-11 20:31:43 -0600 Ted Gould (2f2fdfe) + + * Cleaning up some debug messages that aren't as useful anymore + +2009-02-11 20:30:21 -0600 Ted Gould (47decbd) + + * Switching to ref_default + +2009-02-11 20:29:04 -0600 Ted Gould (734c7ea) + + * Fixing the deallocation to check the right parameters. + +2009-02-11 20:25:44 -0600 Ted Gould (2c02884) + + * Turning off some debugging, reformatting, and putting the + connection into the proxy_t structure + +2009-02-11 20:22:25 -0600 Ted Gould (ef78255) + + * Basically things are working as the proxyts are now findable. + +2009-02-11 20:10:33 -0600 Ted Gould (609f0c8) + + * Fixing the call, checking both lists of proxies, and adding some + debug info. + +2009-02-11 17:14:02 -0600 Ted Gould (69bec2a) + + * Removing an annoying warning + +2009-02-11 17:04:10 -0600 Ted Gould (5feca66) + + * Adding a check for type in the middle of the state machine for + building a server. + +2009-02-11 16:30:59 -0600 Ted Gould (584e64c) + + * Adding in a ref-default function so that we can keep one listener + around for fun and profit. + +2009-02-11 16:10:23 -0600 Ted Gould (8c06d7e) + + * Getting all the legal stuff in. + +2009-02-11 16:01:51 -0600 Ted Gould (7e01f3a) + + * Putting license information everywhere. + +2009-02-11 15:59:42 -0600 Ted Gould (5b84e20) + + * Adding in an author + +2009-02-11 15:57:52 -0600 Ted Gould (468fb34) + + * Adding GPL to the tests + +2009-02-11 15:55:17 -0600 Ted Gould (25f9a81) + + * Adding the GPL to this file + +2009-02-11 15:51:31 -0600 Ted Gould (17a13da) + + * Putting the debian copyright info in + +2009-02-11 15:32:56 -0600 Ted Gould (390c348) + + * Adding a license to the top of all these files. LGPL 2/3 + +2009-02-10 16:52:21 -0600 Ted Gould (3ca33fc) + + * Adding to the convience functions for setting the desktop file and + the type of the server. + +2009-02-10 16:49:33 -0600 Ted Gould (49220be) + + * Building a way to get properties. Seems like this should be in the + DBus libs, but anyway. Here is the code that compiles and + claims that it'll do it. More code than I would have + liked. + +2009-02-10 15:30:45 -0600 Ted Gould (8bfb5a1) + + * Avoiding a conflict with GObject's get_type function. + +2009-02-10 15:28:54 -0600 Ted Gould (0fcfc2b) + + * Adding in real functions to match the prototypes. + +2009-02-10 15:19:02 -0600 Ted Gould (5a03a06) + + * Adding in functions to match the prototypes. + +2009-02-10 15:16:31 -0600 Ted Gould (c6eab16) + + * Adding in a set_type function and fixing the prototype for + set_desktop + +2009-02-10 15:14:57 -0600 Ted Gould (ee050d4) + + * Changing type to message.im for testing, now it's different than + the messages. + +2009-02-10 15:14:29 -0600 Ted Gould (01244bc) + + * Adding an API for getting the type and desktop files + +2009-02-10 11:21:16 -0600 Ted Gould (a9e725a) + + * Including type information in the creation and destruction of + servers + +2009-02-09 11:33:03 -0600 Ted Gould (42e990f) + + * Merge from trunk + +2009-02-09 11:02:01 -0600 Ted Gould (9d73c89) + + * releasing version 0.1~ppa35 + +2009-02-09 10:59:57 -0600 Ted Gould (50411f8) + + * Only emitting a changed signal on properties changed when the + indicator is visible + +2009-02-09 10:58:05 -0600 Ted Gould (eb7ca97) + + * Some formatting, reusing the private variable, making it so that + hide sends the type and only sending a message of finalize + if we're still visible. + +2009-02-09 10:32:56 -0600 Ted Gould (d7d7036) + + * Server hide function from Niel + +2009-02-09 15:25:13 +0000 Neil Jagdish Patel (d42c9b5) + + * Add the indicate_server_hide function + +2009-02-07 12:41:40 -0600 Ted Gould (b955805) + + * Sending the type with the signal in the listener, adding it into + the tests. + +2009-02-07 12:37:47 -0600 Ted Gould (af60279) + + * Changing the signals for show/hide to send the type correctly. + +2009-02-07 12:21:32 -0600 Ted Gould (455dbe3) + + * Setting the type of the server + +2009-02-06 15:03:38 +0100 Ted Gould (f308079) + + * releasing version 0.1~ppa34 + +2009-02-06 15:02:51 +0100 Ted Gould (4cf9eec) + + * Making the listener handle the case where we're using the new + show/hide structure. + +2009-02-06 14:59:29 +0100 Ted Gould (603808b) + + * Ah, stupid little wrong function + +2009-02-06 14:36:21 +0100 Ted Gould (e5e968c) + + * releasing version 0.1~ppa33 + +2009-02-06 14:15:41 +0100 Ted Gould (37a0956) + + * releasing version 0.1~ppa32 + +2009-02-06 12:49:04 +0100 Ted Gould (0b687ad) + + * Tracking the type of the server in the proxyt structure + +2009-02-06 12:22:40 +0100 Ted Gould (aa624cd) + + * Changing the prototypes to start using the server added stuff + +2009-02-06 11:40:28 +0100 Ted Gould (720e250) + + * releasing version 0.1~ppa31 + +2009-02-06 10:41:06 +0100 Ted Gould (07f61bd) + + * releasing version 0.1~ppa30 + +2009-02-06 10:37:30 +0100 Ted Gould (e2fae3b) + + * Removing GObject introspection for now + +2009-02-06 00:29:51 +0100 Ted Gould (18daf0a) + + * releasing version 0.1~ppa29 + +2009-02-05 18:23:06 +0100 Ted Gould (246b29b) + + * releasing version 0.1~ppa28 + +2009-02-05 17:58:57 +0100 Ted Gould (c18cbee) + + * Merging in the trunk changes + +2009-02-05 17:58:22 +0100 Ted Gould (c4db8e8) + + * Adding properties for doing type and desktop + +2009-02-05 15:27:42 +0100 Ted Gould (a14b6dd) + + * Changing the DBUS API slightly. Now there is no 'get_desktop' + function as desktop is a property. Added a property for + type so that we can understand what kind of application + this is. And finally adding show/hide signals on the + server as they were already on the listener. + +2009-02-05 14:47:40 +0100 Ted Gould (e6ff0d4) + + * releasing version 0.1~ppa27 + +2009-02-05 14:43:21 +0100 Ted Gould (d52c59b) + + * releasing version 0.1~ppa23 + +2009-02-05 14:42:38 +0100 Ted Gould (5cf3a79) + + * Adding in the API function to take and icon and display it. Just + the prototype. + +2009-02-04 19:08:18 +0100 Ted Gould (d95b170) + + * typo + +2009-02-04 19:00:11 +0100 Ted Gould (206b407) + + * releasing version 0.1~ppa26 + +2009-02-04 18:58:00 +0100 Ted Gould (cf719f1) + + * Merge in documentation and icons + +2009-02-04 14:54:56 +0100 Neil Jagdish Patel (eae7dfc) + + * Set the widget name on the applet rather than the menubar, to make + sure it's picked up globally. + +2009-02-04 14:27:20 +0100 Ted Gould (7ef6658) + + * Removing the icons from the larger applet + +2009-02-04 14:16:06 +0100 Ted Gould (663d926) + + * Adding a conflicts and a replaces to get rid of errors. + +2009-02-04 14:14:15 +0100 Ted Gould (212b175) + + * ppa23 + +2009-02-04 13:55:42 +0100 Ted Gould (9ff950e) + + * Polish it up + +2009-02-04 13:55:18 +0100 Ted Gould (b5314b8) + + * Making it so that there is no more boarder on the menu bar + +2009-02-04 12:45:50 +0100 Neil Jagdish Patel (124eadc) + + * indicator-applet (0.1~ppa22) intrepid; urgency=low + +2009-02-04 12:44:34 +0100 Neil Jagdish Patel (3002304) + + * Fix coding style + +2009-02-03 21:29:52 +0100 Neil Jagdish Patel (e886446) + + * Enable support for a "transparent" panel applet, which reacts to + the gnome- panel theme changes + +2009-02-03 16:53:37 +0100 Ted Gould (c074cf6) + + * Getting gtk-doc working + +2009-02-03 15:09:50 +0100 Ted Gould (47aedec) + + * Getting everything together to try and build docs + +2009-02-03 14:56:35 +0100 Ted Gould (bccae5a) + + * Getting the dirs right + +2009-02-03 14:30:24 +0100 Ted Gould (aa26429) + + * Getting SUBDIRS right + +2009-02-03 14:25:53 +0100 Ted Gould (2f6177e) + + * I think this will add gtk docs + +2009-02-03 14:05:40 +0100 Ted Gould (7a91603) + + * Putting in the makefiles for the docs and the reference docs + +2009-02-03 12:50:40 +0100 Ted Gould (5d714e6) + + * Adding in checks for GTK Doc + +2009-02-03 11:57:57 +0100 Ted Gould (0223011) + + * Merge from trunk + +2009-02-03 11:53:19 +0100 Ted Gould (3c879bc) + + * * Adding in package fixes from seb128 * Removing scrollkeeper * + Changing libindicate to libindicate0 * Removing .la file + * Removing targets for files in libindcate-dev.install + * Removing pkg-create-dbgsym * Adding a build depend on + pkg-create-dbgsym + +2009-02-03 10:36:09 +0100 Neil Jagdish Patel (67d2967) + + * Allow sub-classes of server to emit signals using three new public + functions + +2009-02-02 10:44:23 +0100 Ted Gould (a0440fa) + + * Bump for PPA + +2009-02-02 10:13:42 +0100 Ted Gould (935d457) + + * Should have been for Intrepid + +2009-01-30 15:07:18 -0600 Ted Gould (f1c8ad7) + + * Adding interface for listener sending back a display request. + +2009-01-30 12:11:32 -0600 Ted Gould (722c621) + + * Listener interface for signalling an indicator + +2009-01-30 12:10:50 -0600 Ted Gould (21a212b) + + * Adding a print message for when the indicator is signaled + +2009-01-30 11:27:48 -0600 Ted Gould (2adf895) + + * Adding an interface to call back to an indicator and display it. + +2009-01-29 13:50:32 -0600 Ted Gould (d9e7ed9) + + * Guess I should merge trunk back in at some point. + +2009-01-29 13:39:31 -0600 Ted Gould (17bc0da) + + * * Fixing the handling of named DBus connections * Moving most of + the data in the objects to private sections * Making the + signal names defines for easier usage * Having property + changes actually work now. + +2009-01-29 13:05:14 -0600 Ted Gould (de80300) + + * Changing the include directory from 1.0 to 0.1 which gives us more + room to screw up + +2009-01-29 13:03:47 -0600 Ted Gould (fab825e) + + * Wow, I didn't realize we weren't handling properties at all + correctly. Fixed now. Whew. + +2009-01-29 12:51:48 -0600 Ted Gould (054c9ba) + + * Adding a set property after the show to cause a signal + +2009-01-29 12:49:43 -0600 Ted Gould (f5e7d6d) + + * Have the server pass along the property modified signal + +2009-01-29 12:44:17 -0600 Ted Gould (dd60c62) + + * Adding a property modified signal to the indicator object + +2009-01-29 11:17:11 -0600 Ted Gould (759d62b) + + * Making all of the server values move into a private section like + all the others. Generally a good thing and good clean up + +2009-01-29 09:59:19 -0600 Ted Gould (c0a3238) + + * Making the indicator properties private, they should be. Also + cleans up some deps. + +2009-01-29 09:40:29 -0600 Ted Gould (d898b21) + + * Removing the gobject-introspection-repository from the list of + build depends as we needed it for the dbus stuff, that + we're no longer using. + +2009-01-29 09:40:01 -0600 Ted Gould (d2f37fb) + + * Removing DBus from the gobject introspection + +2009-01-29 09:31:59 -0600 Ted Gould (116ff8e) + + * Oops, forgot the header there + +2009-01-29 09:31:00 -0600 Ted Gould (82c65bf) + + * Okay, moving all of the variables from the listener class into a + private object. This is to make the GObject introspection + not need dbus, and thus we can reduce our build deps + significantly. + +2009-01-29 09:10:18 -0600 Ted Gould (ab78f47) + + * Use the new fangled defines to make things cleaner + +2009-01-29 09:07:14 -0600 Ted Gould (63630dc) + + * Getting some helper defines for some of the hacks that'll probably + change in the future + +2009-01-29 09:05:09 -0600 Ted Gould (5454aee) + + * Using the defines for the signal names + +2009-01-29 09:01:15 -0600 Ted Gould (fea68aa) + + * Making the signals use #defines to make everything a little more + predictable. I hate this part of GObject signals. + +2009-01-29 09:01:07 -0600 Ted Gould (492652a) + + * Adding a variable to make the compiler happier + +2009-01-26 09:13:27 -0600 Ted Gould (b96eebb) + + * Changed to only listen to reference names instead of descriptive + ones. Hopefully this'll fix a crash. + +2009-01-22 15:39:54 -0600 Ted Gould (b6c1425) + + * Forgot to run autogen.sh before last package :( + +2009-01-21 19:43:54 -0600 Ted Gould (d186804) + + * Update API slightly and some fixes. + +2009-01-21 17:15:34 -0600 Ted Gould (8199742) + + * Adding in a message indicator and a small test to use it. + +2009-01-21 16:10:21 -0600 Ted Gould (0fc106d) + + * Adding in the im-client test and fixing a couple of bugs it found + +2009-01-21 16:02:04 -0600 Ted Gould (48697b9) + + * Adding in a type for indicators that are messages + +2009-01-21 15:44:19 -0600 Ted Gould (58a667b) + + * Generated source files + +2009-01-21 15:13:43 -0600 Ted Gould (ea69948) + + * Adding in listener_get_property + +2009-01-21 15:12:50 -0600 Ted Gould (2ed2801) + + * Adding in a get_property function + +2009-01-19 12:29:03 -0600 Ted Gould (e782c32) + + * Wrong indicate include directory in package config files + +2009-01-19 12:22:21 -0600 Ted Gould (640fb32) + + * Wrong indicate include directory in package config files + +2009-01-16 18:37:08 -0600 Ted Gould (dbe2080) + + * Moving the gir file to the right package + +2009-01-16 17:12:19 -0600 Ted Gould (7a5bf13) + + * Removing the gir file from the applet so that it's only with the + library so that we can install all of them. + +2009-01-16 16:34:04 -0600 Ted Gould (ba631e9) + + * Adding the GObject Introspection files into the build and the + packaging. + +2009-01-16 16:22:27 -0600 Ted Gould (e3f1f4e) + + * Shell script integrated into the autotools system + +2009-01-16 16:21:09 -0600 Ted Gould (ac140d5) + + * Bringing GObject Introspection into the build and making it so that + it gets installed with the library. + +2009-01-16 13:51:27 -0600 Ted Gould (e83283e) + + * Build fix + +2009-01-16 13:32:25 -0600 Ted Gould (09d01e6) + + * Adding in libtool to build deps + +2009-01-16 13:04:41 -0600 Ted Gould (0eb5899) + + * Getting the debian package built up so that it can have a seperate + library binary package. + +2009-01-16 13:03:26 -0600 Ted Gould (872812a) + + * Changing the build targets, now I understand the difference between + 'any' and 'all' + +2009-01-16 12:58:34 -0600 Ted Gould (913c9d2) + + * Making it so the lib only uses glib (which it does) + +2009-01-16 12:54:01 -0600 Ted Gould (28c26d8) + + * Adding in the libindicate lib. + +2009-01-16 12:47:51 -0600 Ted Gould (8f80127) + + * Moving the tests so that they can guarantee to build after the + library builds as otherwise they end up getting built + first. + +2009-01-16 12:44:08 -0600 Ted Gould (487239d) + + * Adding in a return that was missing (though it's useless) + +2009-01-16 00:04:05 -0600 Ted Gould (2b6ce30) + + * Building the listener object that listens to all of the folks on + DBus and turns that into a usable interface for indicator + display folks. A lot of code to make things simple :) + +2009-01-16 00:01:50 -0600 Ted Gould (df1713a) + + * Handling the case that we're destroying an entry because the bus + told us to. Properly signalling all of the removals + +2009-01-15 23:19:21 -0600 Ted Gould (ad1cc2d) + + * Fixing the printing and the saving of indicators. + +2009-01-15 23:11:56 -0600 Ted Gould (fe3addb) + + * Changing the test to do the printing by itself instead of using the + debug messages in the class itself + +2009-01-15 23:01:16 -0600 Ted Gould (0d1e01e) + + * Getting the signals in shape + +2009-01-15 21:49:28 -0600 Ted Gould (2722037) + + * Okay, adding the other signals in and keeping track of the + indicators that are hanging around. Now, to connect to + things external. + +2009-01-15 20:34:39 -0600 Ted Gould (0ff1165) + + * Get the type of the list of indicators that we got, and then set + the up to register + +2009-01-15 20:10:38 -0600 Ted Gould (fb5b330) + + * Now correctly calling the get indicators function to get the + indicators on already created objects. + +2009-01-15 19:49:23 -0600 Ted Gould (e50f228) + + * Adding in a marshaller for the DBus signals that we need + +2009-01-15 17:10:36 -0600 Ted Gould (d1c2ed2) + + * Now doing some DBus listening and getting some of the initial + configuration built up. + +2009-01-15 17:10:14 -0600 Ted Gould (421cea2) + + * Changing to the dbus interface and changing to build teh client and + server interfaces + +2009-01-15 15:52:40 -0600 Ted Gould (4c623e4) + + * Amazing how a little string can make such a huge difference. + +2009-01-15 15:48:38 -0600 Ted Gould (da2657e) + + * Adding in a basic listening test + +2009-01-15 15:42:16 -0600 Ted Gould (6ba4025) + + * Adding a new function + +2009-01-15 15:33:00 -0600 Ted Gould (441032c) + + * Starting to flesh out the listener a little bit, should get a list + of names on teh bus at this point + +2009-01-15 10:39:51 -0600 Ted Gould (ccac9b8) + + * Adding in the base object for the listener. + +2009-01-15 10:39:32 -0600 Ted Gould (48277fb) + + * Cut-and-paste error + +2009-01-14 17:12:26 -0600 Ted Gould (8a2369b) + + * Okay, I think this is the end of server and indicator minus all the + bugs that I expect to find :) + +2009-01-14 17:11:49 -0600 Ted Gould (284b3dd) + + * Cleaning up prototypes and type warnings. + +2009-01-14 16:31:38 -0600 Ted Gould (bda3bbf) + + * Who the hell would design an API that passes in arrays of strings + differently than it passes them out. What an insane idea. + Oh yeah, properties work. + +2009-01-14 10:26:09 -0600 Ted Gould (89bf87a) + + * Merging in code from yesterday. Got many of the functions working + with real IDs and making lists. The basis for all the + properties stuff is there but it still needs a touch of + fleshing out. Also a new test for debugging. + +2009-01-14 10:11:17 -0600 Ted Gould (c145922) + + * Chaning the property list parameters to be pointer arrays. + +2009-01-13 23:24:39 -0600 Ted Gould (a72a4ce) + + * Making the indicator lookup it's own function and trying it out in + another function to get a property. + +2009-01-13 23:23:58 -0600 Ted Gould (cb3ce99) + + * Adding in some properties to the mix + +2009-01-13 15:43:14 -0600 Ted Gould (4670fee) + + * Adding in a display function and a list by type. + +2009-01-13 14:55:06 -0600 Ted Gould (1c7343c) + + * Man, a lot of work for messing up one explaination point. + +2009-01-13 14:18:47 -0600 Ted Gould (82dee94) + + * Making it so that the indicators all have unique IDs + +2009-01-13 13:44:00 -0600 Ted Gould (f64b5d9) + + * Forgot to actually add the test + +2009-01-13 13:43:32 -0600 Ted Gould (0b4e54d) + + * Ah, we weren't checking if we were visible. Now things are better. + +2009-01-13 13:38:29 -0600 Ted Gould (bba89ed) + + * Return to crashing beauty + +2009-01-13 13:38:12 -0600 Ted Gould (3dbe51d) + + * Add a test to create a lot of indicators. + +2009-01-13 13:26:13 -0600 Ted Gould (5030c34) + + * Merging in Robert's changes. + +2009-01-13 06:47:42 -0500 Robert Carr (71820cb) + + * Add script to build GObject-introspection GIR, and boilerplate + JavaScript test. + +2009-01-13 06:43:38 -0500 Robert Carr (27a71bb) + + * Use G_BEGIN/END_DECLS, and put the GOBject *_get_type functions in + the header file (needed by introspection, but also the + normal GLib style). + +2009-01-13 06:32:44 -0500 Robert Carr (544dec8) + + * Merge Ted's changes. I should have used bzr bind. + +2009-01-13 06:31:48 -0500 Robert Carr (35c5045) + + * Add pkgconfig file. + +2009-01-12 23:14:09 -0600 Ted Gould (5525628) + + * Fleshing out more functions, we can now return a list of ids. Need + to test with more. + +2009-01-12 17:22:47 -0600 Ted Gould (cd4f548) + + * Whoo Hoo, we can count + +2009-01-12 17:15:43 -0600 Ted Gould (514837a) + + * Fleshing out the whole show and hide thing. We should also be + signalling when indicators are added or removed from the + server. + +2009-01-12 16:38:46 -0600 Ted Gould (2dc2f26) + + * Clean up the signal handlers and fixing the call in the test + function. Now we're to the point of showing the way I + think things should be. + +2009-01-12 16:17:25 -0600 Ted Gould (3d55f90) + + * Basic show hide support in the indicator + +2009-01-12 16:07:22 -0600 Ted Gould (b687b3a) + + * Changing to showing the inicator and make it so that we dont' crash + right now. + +2009-01-12 10:45:34 -0600 Ted Gould (245fdda) + + * Adding in the base functions with pointers and fun stuff like that + +2009-01-11 23:51:55 -0600 Ted Gould (bea741f) + + * Adding in signals so that we can talk to the app over DBus. Nice. + +2009-01-09 16:44:07 -0600 Ted Gould (4d93780) + + * Adding in a show to help debugging + +2009-01-09 16:37:54 -0600 Ted Gould (55794df) + + * Adding in an indicator to the test and fixing a typo + +2009-01-09 16:32:09 -0600 Ted Gould (791b5f8) + + * Connecting indicators and servers. They create themselves easily. + +2009-01-09 16:24:57 -0600 Ted Gould (57b3f58) + + * Setting up the singleton nature of the server, and allow setting + it. + +2009-01-09 16:12:45 -0600 Ted Gould (f8ca555) + + * Fleshing out the server some in adding function and prototypes. + +2009-01-08 16:53:43 -0600 Ted Gould (5ed10df) + + * Adding in build support for the indicate and crash test. Will make + future ones easier. + +2009-01-08 16:42:05 -0600 Ted Gould (fc3c5b9) + + * Adding in a simple program to crash after 15 seconds. Now we can + add indicators to it. + +2009-01-08 15:35:35 -0600 Ted Gould (7e75808) + + * Building a pretty good set of virtual functions and getting them + tied together, with errors too. + +2009-01-08 11:31:53 -0600 Ted Gould (e2a3557) + + * Basic GObject stuff + +2009-01-07 21:01:44 -0600 Ted Gould (d505bed) + + * Setting up version of the libraries. + +2009-01-07 20:36:35 -0600 Ted Gould (9389a6a) + + * Fixing stuff so that everything links all together + +2009-01-07 20:24:47 -0600 Ted Gould (4381e65) + + * Adding in a built sources tag to build the header file properly + +2009-01-07 20:18:12 -0600 Ted Gould (1068ff2) + + * Fixing linking and libraries and includes oh my + +2009-01-07 19:58:22 -0600 Ted Gould (20c59cd) + + * Dummy starting file + +2009-01-07 19:26:31 -0600 Ted Gould (699c575) + + * Adding libindicate to the build system + +2009-01-07 17:42:44 -0600 Ted Gould (3206434) + + * Make file starting out to build this thing + +2009-01-07 17:42:24 -0600 Ted Gould (cd42ea2) + + * Basic server stuff + +2009-01-07 15:28:02 -0600 Ted Gould (ff7715c) + + * Fixing a bunch of typos, now it is a happy validating XML file. + +2009-01-07 15:20:57 -0600 Ted Gould (e962748) + + * First version of XML DBus interface + +2009-01-07 14:22:21 -0600 Ted Gould (98bb151) + + * Dropping in more code to make these real GObjects and such + +2008-12-20 00:02:36 -0600 Ted Gould (8e913de) + + * Stopping point + +2008-12-04 23:08:47 -0800 Ted Gould (0d28e60) + + * Moving the indicator directory cross-packages. + +2008-12-04 22:41:45 -0800 Ted Gould (227bcb3) + + * Put in the kickarse loader code. Happy, happy. + +2008-12-04 20:23:23 -0800 Ted Gould (438133c) + + * Building in a module loader + +2008-12-03 23:51:29 -0800 Ted Gould (2253177) + + * Parse directories + +2008-12-03 23:23:38 -0800 Ted Gould (75f4a72) + + * Making the applet very light. + +2008-12-03 19:57:47 -0800 Ted Gould (bbc5347) + + * Okay, we're all doing everything perfect + +2008-12-03 19:50:17 -0800 Ted Gould (854bab0) + + * Making the applet a lot more sparce. Now we're going to load + things dynamically. Let them have their own problems. + +2008-12-03 19:26:50 -0800 Ted Gould (e1092da) + + * Removing everything except messaging. + +2008-12-02 11:49:55 -0600 Ted Gould (a387d91) + + * Adding in all of the icons into the mockups. + +2008-11-25 10:54:28 -0600 Ted Gould (52e4855) + + * Adding in icons from Ken. + +2008-11-24 22:49:50 -0600 Ted Gould (c8ae9fe) + + * Adding in some filler menus to get some depth. + +2008-11-24 22:32:57 -0600 Ted Gould (f458833) + + * Adding in the infrastructure to have icons in the build. Only a + dummy icon for now, but it's there and ready for some + friends. + +2008-11-24 22:31:40 -0600 Ted Gould (e23753e) + + * Adding in additional files to catch translations + +2008-11-24 21:34:09 -0600 Ted Gould (3f3e49b) + + * Removing the test menu item. + +2008-11-24 21:31:53 -0600 Ted Gould (edb2f89) + + * Adding in settings + +2008-11-24 17:30:01 -0600 Ted Gould (f9b7c24) + + * Blocking the prelight + +2008-11-24 17:26:48 -0600 Ted Gould (10629d4) + + * Making spacing and alignment better + +2008-11-24 17:18:30 -0600 Ted Gould (98c6e94) + + * Getting some batteries in there. + +2008-11-24 16:50:46 -0600 Ted Gould (c6c57ca) + + * Basic power handler + +2008-11-20 22:48:00 -0600 Ted Gould (35cef87) + + * First try at getting it not to hide on click. Fail. + +2008-11-20 22:40:11 -0600 Ted Gould (13ad9d4) + + * Whoa, getting that inherited type wrong really messes things up. + +2008-11-20 17:04:30 -0600 Ted Gould (a29584a) + + * Clean compile, but something is broken in the _init function. Not + sure what. + +2008-11-19 15:26:40 -0600 Ted Gould (712bddc) + + * Okay, blocked the prelight on the item, now how do I get my buttons + out of event prison. + +2008-11-19 14:48:34 -0600 Ted Gould (9d3a43a) + + * Getting all the widgets in the menu item. Doesn't quite work + right, but the widgets are there. + +2008-11-19 14:25:56 -0600 Ted Gould (04153d7) + + * Adding in a menu item to start putting in a slider. + +2008-11-18 14:31:09 -0600 Ted Gould (4645182) + + * Adding a depend for dbus-glib + +2008-11-18 14:10:30 -0600 Ted Gould (9073e40) + + * Version one of debian packaging. + +2008-11-12 22:01:39 -0600 Ted Gould (947bc3f) + + * Working on ideas for the prototype of the individual item stuff + +2008-11-12 21:49:27 -0600 Ted Gould (b63286e) + + * Starting to build functions to handle the menu spec over DBus + +2008-11-12 17:06:56 -0600 Ted Gould (b4b7ab3) + + * Okay, audio is an icon now. + +2008-11-12 16:46:46 -0600 Ted Gould (b61274a) + + * Connecting in all the different applets, now they can do their own + thing. + +2008-11-12 16:41:12 -0600 Ted Gould (6a2c99b) + + * Adding the basis for all the different indicators that we want to + include + +2008-11-12 16:23:42 -0600 Ted Gould (99a07ef) + + * Switching from a label and an hbox to a menubar + +2008-11-12 16:14:24 -0600 Ted Gould (dd64e6a) + + * Ah, forgot to show the applet itself. + +2008-11-12 16:06:07 -0600 Ted Gould (9d5abe0) + + * Putting a label in the widget + +2008-11-12 11:15:40 -0600 Ted Gould (5781046) + + * Adding in more documentation on the seperation between user + interaction and the system services. + +2008-11-10 15:27:56 -0600 Ted Gould (62605c2) + + * A diagram about how intermediate daemons are going to provide + status to the panel. + +2008-11-10 13:16:32 -0600 Ted Gould (75e2280) + + * Getting some text that I'd written on the target API in the repo. + +2008-11-10 11:14:51 -0600 Ted Gould (0fdb6cc) + + * Indicator prototypes + +2008-10-30 12:32:04 -0500 Ted Gould (236c9a2) + + * Ignoring some stuff + +2008-10-30 12:31:31 -0500 Ted Gould (237fca7) + + * Setting up the data directories and getting everything to translate + nicely + +2008-10-29 21:36:40 -0500 Ted Gould (9b4a5fb) + + * Adding in the linking and some basic prototypes. + +2008-10-29 21:30:35 -0500 Ted Gould (435437a) + + * Getting the build things together so that it starts building. + Yeah. + +2008-10-29 17:16:49 -0500 Ted Gould (9c2e7b6) + + * Basic build system, not quite working though + -- cgit v1.2.3