From f686848d6c2301855cd99a5e84b811510c83ca9d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 17 Aug 2020 22:24:36 +0200 Subject: release 0.8.0 --- CMakeLists.txt | 2 +- ChangeLog | 4688 +++++++++++++++++++++++++++--------------------------- NEWS | 12 + debian/changelog | 9 +- 4 files changed, 2374 insertions(+), 2337 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 94d5894..604592f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) include (GNUInstallDirs) -set (PROJECT_VERSION "0.4.1") +set (PROJECT_VERSION "0.8.0") set (PACKAGE ${CMAKE_PROJECT_NAME}) option (enable_tests "Build the package's automatic tests." ON) option (enable_lcov "Generate lcov code coverage reports." ON) diff --git a/ChangeLog b/ChangeLog index 05f5efc..5b8760c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,658 +1,729 @@ -2020-07-29 18:19:16 +0200 Mike Gabriel +2020-08-17 22:24:36 +0200 Mike Gabriel - * release 0.4.1 (HEAD -> master, tag: 0.4.1) + * release 0.8.0 (HEAD -> master, tag: 0.8.0) -2020-07-26 19:01:02 +0200 Robert Tari (e7f2629) +2020-08-11 08:32:26 +0000 EminUZUN (335044df) + + * Translated using Weblate (Turkish) + +2020-08-11 18:16:30 +0200 Robert Tari (e64a4a66) + + * Merge branch + 'sunweaver-pr/revert-some-x-canonical-attributes-renamings' + Attributes GH PR #13: + https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/13 + +2020-08-11 16:58:55 +0200 Mike Gabriel (90cd1b58) + + * Partially revert fab51b4. Only rename those x-canonical attributes + to x-ayatana if they are solely used by Ayatana + Indicators. + +2020-08-11 14:14:00 +0200 Mike Gabriel (6bdea82a) + + * Merge branch 'tari01-pr/replace-x-canonical-attributes' + +2020-08-11 12:07:23 +0200 Robert Tari (fab51b47) + + * Replace x-canonical attributes + +2020-08-11 08:40:57 +0200 Robert Tari (594bd0b5) + + * Merge branch 'sunweaver-pr/drop-upstart-support' Attributes GH PR + #10: + https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/10 + +2020-08-10 10:45:23 +0000 Mike Gabriel (63f3257b) + + * Drop all references to upstart. + +2020-08-10 08:59:23 +0200 Mike Gabriel (1f17333e) + + * Merge branch 'ubports-fix-systemd' + +2020-08-09 22:30:00 +0200 Marius Gripsgard (f084bca4) + + * Start indicator in systemd when ayatana-indicators.target is + started + +2020-08-06 16:13:14 +0200 Simon Quigley (803dd51c) + + * Time *and* Date. + +2020-08-06 16:11:10 +0200 Jeremy Bicha (f0d5b45a) + + * Capitalize Settings in indicator menu to match capitalization + style. + +2020-08-06 16:03:53 +0200 Mike Gabriel (1843b635) + + * CMakeLists.txt: Move GNUInstallDirs inclusion further up. Inspired + by + https://github.com/ubports/indicator-datetime/commit/c52883d7bbcece0d532a54cbe179e508586715ed. + +2020-08-03 18:21:31 +0000 Abbas Baharforoosh (e74f8adc) + + * Translated using Weblate (Persian) + +2020-07-29 10:02:22 +0000 Ács Zoltán (5cfa5508) + + * Translated using Weblate (Hungarian) + +2020-07-29 18:19:16 +0200 Mike Gabriel (413cbba2) + + * release 0.4.1 (tag: 0.4.1) + +2020-07-26 19:01:02 +0200 Robert Tari (e7f26291) * Fix calendar going into update loop -2020-07-24 12:05:24 +0200 Mike Gabriel (d754849) +2020-07-24 12:05:24 +0200 Mike Gabriel (d7548496) * CMakeLists.txt: Drop workaround for missing libexec dir on Debian. Debian moved forward and now supports FHS 3.0 (since Debian Policy 4.1.5). -2020-07-24 11:47:55 +0200 Mike Gabriel (068e34a) +2020-07-24 11:47:55 +0200 Mike Gabriel (068e34af) * src/engine-eds.cpp: Typo fix in g_debug output. -2020-07-24 10:28:09 +0200 Mike Gabriel (5930dc4) +2020-07-24 10:28:09 +0200 Mike Gabriel (5930dc44) * debian/changelog: Don't use my debian.org address. -2020-07-24 10:26:31 +0200 Mike Gabriel (5204262) +2020-07-24 10:26:31 +0200 Mike Gabriel (52042628) * release 0.4.0 (tag: 0.4.0) -2020-07-18 22:02:22 +0000 Mike Gabriel (027b23a) +2020-07-18 22:02:22 +0000 Mike Gabriel (027b23a5) * src/myself.cpp: Fix include of . -2020-07-18 22:01:58 +0000 Mike Gabriel (330575e) +2020-07-18 22:01:58 +0000 Mike Gabriel (330575ea) * debian/rules: Disable unit tests at build time. They need a lot of love before they can be reactivated again. -2020-07-18 22:01:30 +0000 Mike Gabriel (1efa025) +2020-07-18 22:01:30 +0000 Mike Gabriel (1efa0250) * debian/control: Adapt B-Ds: Add libaccounts-glib-dev (>= 1.18), switch from libecal1.2-dev to libecal2.0-dev (>= 3.16). -2020-07-18 16:58:51 +0200 Mike Gabriel (aea9abe) +2020-07-18 16:58:51 +0200 Mike Gabriel (aea9abef) * Merge branch 'tari01-master' -2020-07-11 00:11:05 +0200 Robert Tari (b917e4c) +2020-07-11 00:11:05 +0200 Robert Tari (b917e4ce) * -Made GCC 10.1.0 friendly -Fixed to work with ECal 2.0 -Added libaccounts-glib dependency -Added mate-time-admin handler -2020-07-03 22:56:18 +0000 Tobias p (6eac66d) +2020-07-03 22:56:18 +0000 Tobias p (6eac66d1) * Translated using Weblate (Danish) -2020-06-14 04:52:36 +0000 MarongHappy (f601369) +2020-06-14 04:52:36 +0000 MarongHappy (f601369e) * Translated using Weblate (Korean) -2020-05-30 22:55:44 +0000 Juraj Liso (120ef47) +2020-05-30 22:55:44 +0000 Juraj Liso (120ef47a) * Translated using Weblate (Slovak) -2020-05-25 01:05:22 +0000 wdggg (b4c296e) +2020-05-25 01:05:22 +0000 wdggg (b4c296e3) * Translated using Weblate (Chinese (Simplified)) -2020-05-21 00:26:30 +0000 wdggg (ca7a67a) +2020-05-21 00:26:30 +0000 wdggg (ca7a67a8) * Translated using Weblate (Chinese (Simplified)) -2020-05-09 09:55:50 +0000 iNetRoos (caed71b) +2020-05-09 09:55:50 +0000 iNetRoos (caed71bf) * Translated using Weblate (Afrikaans) -2020-05-08 06:10:48 +0000 Abdusalam (a0f2aed) +2020-05-08 06:10:48 +0000 Abdusalam (a0f2aeda) * Translated using Weblate (Uyghur) -2020-04-28 11:16:11 +0000 nugullpunch (8d5d981) +2020-04-28 11:16:11 +0000 nugullpunch (8d5d981b) * Translated using Weblate (Korean) -2020-04-27 10:15:06 +0000 Jeannette L (4a8e20e) +2020-04-27 10:15:06 +0000 Jeannette L (4a8e20ed) * Translated using Weblate (French (Canada)) -2020-04-27 09:27:34 +0000 Jeannette L (52c0762) +2020-04-27 09:27:34 +0000 Jeannette L (52c0762e) * Translated using Weblate (English (United Kingdom)) -2020-04-27 09:32:21 +0000 Jeannette L (cc5abeb) +2020-04-27 09:32:21 +0000 Jeannette L (cc5abeb9) * Translated using Weblate (English (Canada)) -2020-04-27 09:37:58 +0000 Jeannette L (c9623c3) +2020-04-27 09:37:58 +0000 Jeannette L (c9623c32) * Translated using Weblate (English (Australia)) -2020-04-27 09:56:56 +0000 Jeannette L (c26d93d) +2020-04-27 09:56:56 +0000 Jeannette L (c26d93dd) * Translated using Weblate (Italian) -2020-04-27 09:36:42 +0000 Jeannette L (0366ad1) +2020-04-27 09:36:42 +0000 Jeannette L (0366ad1f) * Translated using Weblate (French) -2020-04-24 14:29:52 +0000 gökhan barış göbet (2658aa8) +2020-04-24 14:29:52 +0000 gökhan barış göbet (2658aa83) * Translated using Weblate (Turkish) -2020-04-19 21:18:32 +0000 HuNteR GaMinG (31dc9b1) +2020-04-19 21:18:32 +0000 HuNteR GaMinG (31dc9b11) * Translated using Weblate (Malagasy) -2020-04-19 00:42:46 +0000 Tommy Cheng (3a1d86f) +2020-04-19 00:42:46 +0000 Tommy Cheng (3a1d86f1) * Translated using Weblate (Chinese (Traditional)) -2020-04-15 16:56:01 +0000 Martin Šikuda (4021804) +2020-04-15 16:56:01 +0000 Martin Šikuda (4021804d) * Translated using Weblate (Czech) -2020-04-13 11:29:36 +0000 geni (66cbfce) +2020-04-13 11:29:36 +0000 geni (66cbfce4) * Translated using Weblate (Bulgarian) -2020-04-04 05:50:30 +0000 Kristjan Räts (071f353) +2020-04-04 05:50:30 +0000 Kristjan Räts (071f3531) * Translated using Weblate (Estonian) -2020-04-01 20:27:23 +0000 Davit Mayilyan (347767e) +2020-04-01 20:27:23 +0000 Davit Mayilyan (347767e6) * Translated using Weblate (Armenian) -2020-04-01 01:17:55 +0000 Johntini (f5b91a1) +2020-04-01 01:17:55 +0000 Johntini (f5b91a1d) * Translated using Weblate (Spanish) -2020-03-16 05:16:32 +0000 Grace Guo (40a4952) +2020-03-16 05:16:32 +0000 Grace Guo (40a49520) * Translated using Weblate (Japanese) -2020-03-05 11:00:39 +0000 Zdeněk Klauda (7c4bf6c) +2020-03-05 11:00:39 +0000 Zdeněk Klauda (7c4bf6c3) * Translated using Weblate (Czech) -2020-02-25 16:38:53 +0000 Wellington Terumi Uemura (6ff6c6a) +2020-02-25 16:38:53 +0000 Wellington Terumi Uemura (6ff6c6aa) * Translated using Weblate (Portuguese (Brazil)) -2020-02-06 13:59:50 +0000 Laércio Cordeiro (8ce6e33) +2020-02-06 13:59:50 +0000 Laércio Cordeiro (8ce6e339) * Translated using Weblate (Portuguese (Brazil)) -2020-01-28 06:20:12 +0000 MoccoCoffee (710716b) +2020-01-28 06:20:12 +0000 MoccoCoffee (710716ba) * Translated using Weblate (Belarusian) -2020-01-15 13:01:23 +0000 Heimen Stoffels (49b15ad) +2020-01-15 13:01:23 +0000 Heimen Stoffels (49b15ad8) * Translated using Weblate (Dutch) -2020-01-02 22:39:58 +0000 Milo Ivir (b8a15a0) +2020-01-02 22:39:58 +0000 Milo Ivir (b8a15a0d) * Translated using Weblate (Croatian) -2019-12-24 07:24:12 +0000 Henrik Dankvardt (11b2683) +2019-12-24 07:24:12 +0000 Henrik Dankvardt (11b26832) * Translated using Weblate (Danish) -2019-12-03 20:59:50 +0000 SapuSeven (ea486b0) +2019-12-03 20:59:50 +0000 SapuSeven (ea486b08) * Translated using Weblate (German) -2019-10-29 15:20:00 +0000 Danjela Hoxha (7a7348b) +2019-10-29 15:20:00 +0000 Danjela Hoxha (7a7348b9) * Translated using Weblate (Albanian) -2019-10-21 23:23:59 +0000 Tiago Silva Miguel (176eed0) +2019-10-21 23:23:59 +0000 Tiago Silva Miguel (176eed00) * Translated using Weblate (Portuguese (Brazil)) -2019-10-18 13:40:51 +0000 Uddin Mtm (593d991) +2019-10-18 13:40:51 +0000 Uddin Mtm (593d991b) * Translated using Weblate (Indonesian) -2019-10-16 19:46:34 +0000 Kyrylo Yanukovych (ecef5fb) +2019-10-16 19:46:34 +0000 Kyrylo Yanukovych (ecef5fb5) * Translated using Weblate (Russian) -2019-10-15 11:19:27 +0000 giorgio.saragnese (72a09f0) +2019-10-15 11:19:27 +0000 giorgio.saragnese (72a09f08) * Translated using Weblate (Italian) -2019-10-09 14:36:20 +0000 OrionJK - (32fbd1f) +2019-10-09 14:36:20 +0000 OrionJK - (32fbd1f8) * Translated using Weblate (Russian) -2019-10-07 16:51:52 +0000 Mateusz Rumiński (ebdaa52) +2019-10-07 16:51:52 +0000 Mateusz Rumiński (ebdaa52d) * Translated using Weblate (Polish) -2019-09-08 17:51:38 +0000 ssantos (3f5e947) +2019-09-08 17:51:38 +0000 ssantos (3f5e9478) * Translated using Weblate (Portuguese) -2019-09-02 19:42:12 +0000 Swann Martinet (5cf512a) +2019-09-02 19:42:12 +0000 Swann Martinet (5cf512ae) * Translated using Weblate (French) -2019-09-01 15:19:55 +0000 Moo (f4aba8f) +2019-09-01 15:19:55 +0000 Moo (f4aba8fa) * Translated using Weblate (Lithuanian) -2019-08-29 10:12:39 +0000 Anders Jonsson (42d0869) +2019-08-29 10:12:39 +0000 Anders Jonsson (42d0869c) * Translated using Weblate (Swedish) -2019-08-28 19:00:41 +0000 Heimen Stoffels (3433569) +2019-08-28 19:00:41 +0000 Heimen Stoffels (3433569e) * Translated using Weblate (Dutch) -2019-08-28 20:26:45 +0200 Mike Gabriel (e8cf1b5) +2019-08-28 20:26:45 +0200 Mike Gabriel (e8cf1b52) * update locale files -2019-08-28 11:10:29 +0200 Mike Gabriel (60d54c8) +2019-08-28 11:10:29 +0200 Mike Gabriel (60d54c8e) * Merge branch 'leela52452-master' -2019-08-25 04:13:04 +0000 leela (2898acd) +2019-08-25 04:13:04 +0000 leela (2898acd2) * Translated using Weblate (Telugu) -2019-08-25 04:13:04 +0000 leela (8c8686c) +2019-08-25 04:13:04 +0000 leela (8c8686c5) * Translated using Weblate (Telugu) -2019-08-25 05:25:38 +0000 leela (9b572cf) +2019-08-25 05:25:38 +0000 leela (9b572cf4) * indicates an interrogative clause or phrase.. -2019-08-23 00:05:56 +0000 Swann Martinet (fba654c) +2019-08-23 00:05:56 +0000 Swann Martinet (fba654c4) * Translated using Weblate (French) -2019-08-10 09:23:04 +0000 M Ramani Priya (0929e3d) +2019-08-10 09:23:04 +0000 M Ramani Priya (0929e3dd) * Translated using Weblate (Telugu) -2019-07-28 04:14:56 +0000 Marco Scaglioni (c7686e1) +2019-07-28 04:14:56 +0000 Marco Scaglioni (c7686e12) * Translated using Weblate (Italian) -2019-07-26 17:39:04 +0000 sock-et (cec2206) +2019-07-26 17:39:04 +0000 sock-et (cec22065) * Translated using Weblate (Italian) -2019-07-01 19:54:03 +0000 Elizabeth Sherrock (a1b64ec) +2019-07-01 19:54:03 +0000 Elizabeth Sherrock (a1b64ec1) * Translated using Weblate (Chinese (Simplified)) -2019-05-21 12:37:58 +0000 THANOS SIOURDAKIS (ee6278c) +2019-05-21 12:37:58 +0000 THANOS SIOURDAKIS (ee6278cf) * Translated using Weblate (Greek) -2019-05-18 14:36:05 +0000 THANOS SIOURDAKIS (b9a5f68) +2019-05-18 14:36:05 +0000 THANOS SIOURDAKIS (b9a5f68c) * Translated using Weblate (Greek) -2019-05-15 14:56:21 +0000 Артем (0b78088) +2019-05-15 14:56:21 +0000 Артем (0b780887) * Translated using Weblate (Russian) -2019-05-05 09:33:48 +0000 ssantos (6f53bbb) +2019-05-05 09:33:48 +0000 ssantos (6f53bbb6) * Translated using Weblate (Portuguese) -2019-04-17 15:27:05 +0000 Rui Mendes (f0667ce) +2019-04-17 15:27:05 +0000 Rui Mendes (f0667cee) * Translated using Weblate (Portuguese) -2019-02-19 15:01:29 +0000 thebylito (da04048) +2019-02-19 15:01:29 +0000 thebylito (da04048b) * Translated using Weblate (Portuguese) -2018-11-25 17:46:05 +0000 ssantos (8554e07) +2018-11-25 17:46:05 +0000 ssantos (8554e07e) * Translated using Weblate (German) -2018-10-23 13:26:53 +0000 Iván Seoane (977a367) +2018-10-23 13:26:53 +0000 Iván Seoane (977a3672) * Translated using Weblate (Galician) -2018-10-15 09:43:59 +0000 ButterflyOfFire (a2da27a) +2018-10-15 09:43:59 +0000 ButterflyOfFire (a2da27ab) * Translated using Weblate (Czech) -2018-10-03 10:29:31 +0000 Володимир Бриняк (5bb8aaf) +2018-10-03 10:29:31 +0000 Володимир Бриняк (5bb8aafe) * Translated using Weblate (Ukrainian) -2018-09-29 15:29:25 +0000 Володимир Бриняк (b12ef86) +2018-09-29 15:29:25 +0000 Володимир Бриняк (b12ef86f) * Translated using Weblate (Ukrainian) -2018-09-27 19:32:22 +0000 Володимир Бриняк (87ff58c) +2018-09-27 19:32:22 +0000 Володимир Бриняк (87ff58ca) * Translated using Weblate (Ukrainian) -2018-09-01 13:18:16 +0000 account1 (168f380) +2018-09-01 13:18:16 +0000 account1 (168f380f) * Translated using Weblate (German) -2018-08-24 18:07:08 +0000 WaldiS (67967bb) +2018-08-24 18:07:08 +0000 WaldiS (67967bbe) * Translated using Weblate (Polish) -2018-08-23 16:52:29 +0000 WaldiS (c32a25c) +2018-08-23 16:52:29 +0000 WaldiS (c32a25c7) * Translated using Weblate (Polish) -2018-07-29 01:46:45 +0000 chrismeurer (f1973ad) +2018-07-29 01:46:45 +0000 chrismeurer (f1973ad5) * Translated using Weblate (Portuguese (Brazil)) -2018-07-22 14:24:56 +0000 Eugen Wesseloh (acbbdf9) +2018-07-22 14:24:56 +0000 Eugen Wesseloh (acbbdf90) * Translated using Weblate (Russian) -2018-07-01 13:39:23 +0000 Doma Gergő (b549266) +2018-07-01 13:39:23 +0000 Doma Gergő (b549266a) * Translated using Weblate (Hungarian) -2018-06-22 15:53:01 +0000 Lejo (84a0f2d) +2018-06-22 15:53:01 +0000 Lejo (84a0f2d8) * Translated using Weblate (German) -2018-06-20 14:06:32 +0000 Lejo (a4b1401) +2018-06-20 14:06:32 +0000 Lejo (a4b1401d) * Translated using Weblate (German) -2018-06-18 19:15:41 +0000 nimradium (5c7d9f1) +2018-06-18 19:15:41 +0000 nimradium (5c7d9f12) * Translated using Weblate (German) -2018-06-18 08:36:01 +0000 Doma Gergő (8c18fe9) +2018-06-18 08:36:01 +0000 Doma Gergő (8c18fe9b) * Translated using Weblate (Hungarian) -2018-06-17 08:44:11 +0000 advocatux (a4d1ccf) +2018-06-17 08:44:11 +0000 advocatux (a4d1ccf6) * Translated using Weblate (Spanish) -2018-06-10 15:30:19 +0000 Eduardo Addad de Oliveira (974e978) +2018-06-10 15:30:19 +0000 Eduardo Addad de Oliveira (974e9789) * Translated using Weblate (Portuguese (Brazil)) -2018-05-31 14:11:08 +0000 Zhaoyu Gan (704f227) +2018-05-31 14:11:08 +0000 Zhaoyu Gan (704f2277) * Translated using Weblate (Chinese (Simplified)) -2018-05-08 12:32:02 +0000 Heimen Stoffels (c67c15c) +2018-05-08 12:32:02 +0000 Heimen Stoffels (c67c15cb) * Translated using Weblate (Dutch) -2018-05-02 23:41:29 +0000 Karol Kosek (a9c769d) +2018-05-02 23:41:29 +0000 Karol Kosek (a9c769d3) * Translated using Weblate (Polish) -2018-04-04 04:40:58 +0000 Pavel Borecki (0c2a098) +2018-04-04 04:40:58 +0000 Pavel Borecki (0c2a098e) * Translated using Weblate (Czech) -2018-04-04 09:42:47 +0000 Moo (01057bc) +2018-04-04 09:42:47 +0000 Moo (01057bc2) * Translated using Weblate (Lithuanian) -2018-04-04 04:40:51 +0000 Pavel Borecki (d0b6e5b) +2018-04-04 04:40:51 +0000 Pavel Borecki (d0b6e5b2) * Translated using Weblate (Czech) -2018-04-04 04:33:19 +0000 Pavel Borecki (bbf8916) +2018-04-04 04:33:19 +0000 Pavel Borecki (bbf89164) * Translated using Weblate (Czech) -2018-04-02 21:35:06 +0000 Moo (2d1a40b) +2018-04-02 21:35:06 +0000 Moo (2d1a40be) * Translated using Weblate (Lithuanian) -2018-03-29 22:42:27 +0000 Anders Jonsson (1907d39) +2018-03-29 22:42:27 +0000 Anders Jonsson (1907d398) * Translated using Weblate (Swedish) -2018-03-29 22:40:05 +0000 Anders Jonsson (5b439db) +2018-03-29 22:40:05 +0000 Anders Jonsson (5b439dbe) * Translated using Weblate (Swedish) -2018-03-27 19:46:54 +0000 Moo (f74f744) +2018-03-27 19:46:54 +0000 Moo (f74f7449) * Translated using Weblate (Lithuanian) -2018-03-18 19:13:02 +0000 Allan Nordhøy (6e6983b) +2018-03-18 19:13:02 +0000 Allan Nordhøy (6e6983b6) * Translated using Weblate (Norwegian Bokmål) -2018-03-10 23:45:12 +0000 Moo (0fea287) +2018-03-10 23:45:12 +0000 Moo (0fea2879) * Translated using Weblate (Lithuanian) -2018-03-04 21:26:03 +0000 Moo (06740d3) +2018-03-04 21:26:03 +0000 Moo (06740d31) * Translated using Weblate (Lithuanian) -2018-03-03 19:23:09 +0000 karel van dongen (f61ff67) +2018-03-03 19:23:09 +0000 karel van dongen (f61ff67f) * Translated using Weblate (Dutch) -2018-02-28 22:28:11 +0000 Moo (2e0ee47) +2018-02-28 22:28:11 +0000 Moo (2e0ee47f) * Translated using Weblate (Lithuanian) -2018-02-28 02:11:50 +0000 Мира Странная (d6dd8f6) +2018-02-28 02:11:50 +0000 Мира Странная (d6dd8f62) * Translated using Weblate (Russian) -2018-02-20 15:39:13 +0000 Andreas Kleinert (ae29777) +2018-02-20 15:39:13 +0000 Andreas Kleinert (ae297779) * Translated using Weblate (German) -2018-02-20 12:11:46 +0000 Veselin Georgiev (a861200) +2018-02-20 12:11:46 +0000 Veselin Georgiev (a8612006) * Translated using Weblate (Bulgarian) -2018-02-08 11:49:09 +0000 Mertcan Gokgoz (f96c701) +2018-02-08 11:49:09 +0000 Mertcan Gokgoz (f96c7016) * Translated using Weblate (Turkish) -2018-02-03 08:59:39 +0000 Cristian Gherman (de66d78) +2018-02-03 08:59:39 +0000 Cristian Gherman (de66d78d) * Translated using Weblate (Romanian) -2018-01-30 21:15:15 +0000 Марс Ямбар (14137b6) +2018-01-30 21:15:15 +0000 Марс Ямбар (14137b65) * Translated using Weblate (Ukrainian) -2018-01-22 22:08:51 +0000 Марс Ямбар (d5d1ae8) +2018-01-22 22:08:51 +0000 Марс Ямбар (d5d1ae84) * Translated using Weblate (Ukrainian) -2018-01-01 00:25:38 +0000 Anders Jonsson (5019cf9) +2018-01-01 00:25:38 +0000 Anders Jonsson (5019cf95) * Translated using Weblate (Swedish) -2017-12-18 03:56:06 +0000 Allan Nordhøy (929bcdd) +2017-12-18 03:56:06 +0000 Allan Nordhøy (929bcdd6) * Translated using Weblate (Norwegian Bokmål) -2018-01-04 09:51:10 +0000 Yaron Shahrabani (0155004) +2018-01-04 09:51:10 +0000 Yaron Shahrabani (01550041) * Translated using Weblate (Hebrew) -2018-01-06 09:50:42 +0000 Kristjan Räts (02d2872) +2018-01-06 09:50:42 +0000 Kristjan Räts (02d28720) * Translated using Weblate (Estonian) -2017-12-31 15:11:31 +0000 Sebastian Rasmussen (26c5ce4) +2017-12-31 15:11:31 +0000 Sebastian Rasmussen (26c5ce4e) * Translated using Weblate (Swedish) -2017-12-27 20:14:55 +0000 Viktar Vauchkevich (ae3e8d8) +2017-12-27 20:14:55 +0000 Viktar Vauchkevich (ae3e8d8a) * Translated using Weblate (Belarusian) -2017-12-12 05:04:21 +0000 Naveen Rajan (b20c1ef) +2017-12-12 05:04:21 +0000 Naveen Rajan (b20c1eff) * Translated using Weblate (Tamil) -2017-12-12 00:05:15 +0000 Allan Nordhøy (5c5db51) +2017-12-12 00:05:15 +0000 Allan Nordhøy (5c5db51a) * Translated using Weblate (Norwegian Bokmål) -2017-12-07 03:50:03 +0000 Allan Nordhøy (6426d34) +2017-12-07 03:50:03 +0000 Allan Nordhøy (6426d34b) * Translated using Weblate (Norwegian Bokmål) -2017-12-06 21:09:51 +0000 Viktar Vauchkevich (bd544d2) +2017-12-06 21:09:51 +0000 Viktar Vauchkevich (bd544d22) * Translated using Weblate (Belarusian) -2017-12-06 05:08:44 +0000 Allan Nordhøy (2ccd683) +2017-12-06 05:08:44 +0000 Allan Nordhøy (2ccd683b) * Translated using Weblate (Norwegian Bokmål) -2017-11-30 16:07:10 +0000 Olivier Macchioni (ea69822) +2017-11-30 16:07:10 +0000 Olivier Macchioni (ea69822c) * Translated using Weblate (French) -2018-03-28 10:36:02 +0000 Mike Gabriel (929c53a) +2018-03-28 10:36:02 +0000 Mike Gabriel (929c53ab) * URL dispatcher on non-Ubuntu: Fake it as best as possible, so that the unit tests are happy and succeed. -2018-03-28 10:35:25 +0000 Mike Gabriel (3b05bdd) +2018-03-28 10:35:25 +0000 Mike Gabriel (3b05bdde) * debian/control: Bump Standards-Version to 4.1.3. No changes needed. -2018-03-28 10:05:57 +0000 Mike Gabriel (cc17de2) +2018-03-28 10:05:57 +0000 Mike Gabriel (cc17de29) * tests/CMakeLists.txt: EDS tests are not limited to URL dispatcher builds, so re-enabling them on non-Ubuntu. -2018-03-28 10:05:11 +0000 Mike Gabriel (448c99d) +2018-03-28 10:05:11 +0000 Mike Gabriel (448c99da) * tests/CMakeLists.txt: Only build manual-test-snap on Ubuntu. -2016-01-29 09:49:40 -0600 Charles Kerr (cc4821a) +2016-01-29 09:49:40 -0600 Charles Kerr (cc4821ae) * sync unit tests with calendar, locations being visible in phone profile -2018-03-26 21:26:35 +0000 Lukáš Tinkl (c41db25) +2018-03-26 21:26:35 +0000 Lukáš Tinkl (c41db259) * add the locations specifically for Phone and Desktop only (w/o greeter profiles) -2018-03-26 16:29:11 +0200 Charles Kerr (480e93c) +2018-03-26 16:29:11 +0200 Charles Kerr (480e93c6) * phone<-->desktop convergence -2018-03-26 16:26:09 +0200 Charles Kerr (2e14b67) +2018-03-26 16:26:09 +0200 Charles Kerr (2e14b67c) * honor gsettings for calendar events -2018-03-26 16:13:36 +0200 Charles Kerr (c8ec131) +2018-03-26 16:13:36 +0200 Charles Kerr (c8ec1314) * add ubuntu-touch-sounds to Build-Depends for unit tests on phone notification sounds -2018-03-26 16:07:14 +0200 Charles Kerr (d423c4a) +2018-03-26 16:07:14 +0200 Charles Kerr (d423c4a5) * use @FOO@ intead of ${FOO} for variable substitution when configuring files -2015-10-13 10:47:33 -0500 Charles Kerr (a1d3f81) +2015-10-13 10:47:33 -0500 Charles Kerr (a1d3f811) * add a ualarm to test-snap.cpp -2018-03-26 16:02:55 +0200 Charles Kerr (6345c7e) +2018-03-26 16:02:55 +0200 Charles Kerr (6345c7e0) * use a different default sound for calendars than for alarms -2018-03-26 16:01:00 +0200 Charles Kerr (b5c758c) +2018-03-26 16:01:00 +0200 Charles Kerr (b5c758c4) * add calendar-default-sound to the gsettings schema -2018-03-26 21:07:08 +0000 Mike Gabriel (d035993) +2018-03-26 21:07:08 +0000 Mike Gabriel (d035993b) * Revert "cmake/UseGSettings.cmake: Drop file. Available via cmake-extras." -2018-03-26 15:58:52 +0200 Charles Kerr (eec442b) +2018-03-26 15:58:52 +0200 Charles Kerr (eec442b9) * generate .gschema.xml.in to include cmake constants e.g. alarm_default_sound -2018-03-26 15:55:46 +0200 Charles Kerr (b72e441) +2018-03-26 15:55:46 +0200 Charles Kerr (b72e4416) * use cmake's configure_file() to generate the test .ics files from .ics.in so that we don't have to hardcode the filenames in the test data files either -2018-03-26 15:55:38 +0200 Charles Kerr (222c9e4) +2018-03-26 15:55:38 +0200 Charles Kerr (222c9e45) * add a CALENDAR_DEFAULT_SOUND constant to CMakeLists.txt -2015-10-13 09:40:02 -0500 Charles Kerr (31e6de7) +2015-10-13 09:40:02 -0500 Charles Kerr (31e6de71) * use the new ALARM_DEFAULT_SOUND symbolic in the src and test cpp files -2018-03-26 15:43:40 +0200 Charles Kerr (5f6a911) +2018-03-26 15:43:40 +0200 Charles Kerr (5f6a9116) * add ALARM_DEFAULT_SOUND symbolic so that we can start removing all the hardcoded instances of this string -2015-09-21 15:11:24 +0200 Richard Somlói (947e9fd) +2015-09-21 15:11:24 +0200 Richard Somlói (947e9fd2) * Fixed the comment for translators -2018-03-26 21:01:09 +0000 Andrea Azzarone (25371d2) +2018-03-26 21:01:09 +0000 Andrea Azzarone (25371d2f) * As we removed a day we need to edit the test too. -2018-03-26 21:00:25 +0000 Andrea Azzarone (f308f59) +2018-03-26 21:00:25 +0000 Andrea Azzarone (f308f59f) * 31-jun is not a real day. -2018-03-26 15:42:29 +0200 Mike Gabriel (8fe1122) +2018-03-26 15:42:29 +0200 Mike Gabriel (8fe11221) * tests/CMakeLists.txt: Fix linking when built with URL dispatcher support. -2018-03-26 15:42:01 +0200 Mike Gabriel (c13a4d0) +2018-03-26 15:42:01 +0200 Mike Gabriel (c13a4d07) * Define compile macro HAVE_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS, if we are on Ubuntu. -2018-03-26 19:55:23 +0000 Mike Gabriel (b39526c) +2018-03-26 19:55:23 +0000 Mike Gabriel (b39526c2) * URL dispatcher support: Build phone code, even if URL dispatcher is unavailable. -2018-03-26 10:33:36 +0200 Mike Gabriel (8dbc66c) +2018-03-26 10:33:36 +0200 Mike Gabriel (8dbc66ca) * Revert "src/timezone-geoclue.cpp: Blind shot at switching to Geoclue2 DBus API." -2018-03-26 10:33:34 +0200 Mike Gabriel (b16069d) +2018-03-26 10:33:34 +0200 Mike Gabriel (b16069da) * Revert "Geoclue -> Geoclue2 blind shot. More namespace changes." -2018-03-16 20:51:44 +0000 Mike Gabriel (67a3944) +2018-03-16 20:51:44 +0000 Mike Gabriel (67a3944d) * Geoclue -> Geoclue2 blind shot. More namespace changes. -2018-03-16 20:12:30 +0000 Mike Gabriel (3ee53b7) +2018-03-16 20:12:30 +0000 Mike Gabriel (3ee53b79) * data/: Various path and namespace fixes (leftovers of Ubuntu Indicators -> Ayatana Indicators fork). -2017-12-08 19:48:20 +0000 Mike Gabriel (da8cf48) +2017-12-08 19:48:20 +0000 Mike Gabriel (da8cf48c) * src/timezone-geoclue.cpp: Blind shot at switching to Geoclue2 DBus API. -2017-12-08 18:43:05 +0000 Mike Gabriel (111c622) +2017-12-08 18:43:05 +0000 Mike Gabriel (111c622b) * data/ayatana-indicator-datetime.service.in: Fix copy+paste flaws. -2017-12-08 15:40:16 +0100 Mike Gabriel (0fec0d8) +2017-12-08 15:40:16 +0100 Mike Gabriel (0fec0d82) * debian/control: Add B-D systemd [linux-any] and bin:pkg D on ayatana-indicator-common. -2017-12-08 15:39:52 +0100 Mike Gabriel (ee09fe7) +2017-12-08 15:39:52 +0100 Mike Gabriel (ee09fe7c) * systemd integration: Add systemd user service file and upstart override. -2017-12-08 15:35:32 +0100 Mike Gabriel (699c381) +2017-12-08 15:35:32 +0100 Mike Gabriel (699c381a) * data/ayatana-indicator-datetime.desktop.in: Drop GNOME from OnlyShowIn= key, add XFCE instead. -2017-12-08 15:22:54 +0100 Mike Gabriel (9a5b4b3) +2017-12-08 15:22:54 +0100 Mike Gabriel (9a5b4b3b) * include/datetime/snap.h: Don't guard snap.h by HAS_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS macro. It is only @@ -660,604 +731,592 @@ and executed if HAS_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS is defined. -2017-12-08 14:54:08 +0100 Mike Gabriel (e809a81) +2017-12-08 14:54:08 +0100 Mike Gabriel (e809a812) * src/snap.cpp: Forgotten namespace change unity::indicator::notifications -> ayatana::indicator::notifications. -2017-12-08 14:46:03 +0100 Mike Gabriel (95571b0) +2017-12-08 14:46:03 +0100 Mike Gabriel (95571b01) * tests/manual: white-space fix -2017-12-08 14:45:35 +0100 Mike Gabriel (750b36c) +2017-12-08 14:45:35 +0100 Mike Gabriel (750b36c2) * Fix executable/project name (indicator-datetime -> ayatana-indicator-datetime) at various locations. -2017-12-08 14:42:32 +0100 Mike Gabriel (5658f73) +2017-12-08 14:42:32 +0100 Mike Gabriel (5658f730) * debian/watch: Use correct upstream URL. -2017-12-08 14:38:34 +0100 Mike Gabriel (88f078e) +2017-12-08 14:38:34 +0100 Mike Gabriel (88f078e5) * src/CMakeLists.txt: Use correct variable (URLDISPATCH_LIBS -> URLDISPATCHER_LIBRARIES). -2017-12-08 14:38:01 +0100 Mike Gabriel (401510a) +2017-12-08 14:38:01 +0100 Mike Gabriel (401510a6) * include/datetime/snap.h: Fix macro name (HAVE_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS -> HAS_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS). -2017-12-08 14:37:36 +0100 Mike Gabriel (0519a8d) +2017-12-08 14:37:36 +0100 Mike Gabriel (0519a8d6) * data/org.ayatana.indicator.datetime: Fix Name= key (indicator-datetime -> ayatana-indicator-datetime). -2017-12-08 14:16:10 +0100 Mike Gabriel (e4eeef5) +2017-12-08 14:16:10 +0100 Mike Gabriel (e4eeef57) * tests/CMakeLists.txt: Also update DG_LOG_DOMAIN namespace in test suite. -2017-12-08 14:14:09 +0100 Mike Gabriel (040092b) +2017-12-08 14:14:09 +0100 Mike Gabriel (040092b2) * debian/control: Fix dependency; we need accountsservice-ubuntu-schemas on Ubuntu, not gsettings-ubuntu-schemas. -2017-12-08 14:10:03 +0100 Mike Gabriel (6a0950b) +2017-12-08 14:10:03 +0100 Mike Gabriel (6a0950b3) * debian/control: Tweak bin:pkg dependencies, improve SYNOPSIS and LONG_DESCRIPTION. -2017-12-08 14:01:30 +0100 Mike Gabriel (6ecf3c4) +2017-12-08 14:01:30 +0100 Mike Gabriel (6ecf3c4d) * debian/control: Add B-D: on Ubuntu pull in gsettings-ubuntu-schemas at build-time. -2017-12-08 13:58:15 +0100 Mike Gabriel (3affaee) +2017-12-08 13:58:15 +0100 Mike Gabriel (3affaee2) * src/CMakeLists.txt: Add ${URLDISPATCH_LIBS} to target_link_libraries() call. -2017-12-08 13:53:51 +0100 Mike Gabriel (c9f0217) +2017-12-08 13:53:51 +0100 Mike Gabriel (c9f02171) * src/CMakeLists.txt: Set DG_LOG_DOMAIN to ayatana-indicator-datetime. -2017-12-08 13:53:16 +0100 Mike Gabriel (d5826b8) +2017-12-08 13:53:16 +0100 Mike Gabriel (d5826b83) * src/CMakeLists.txt: Fix name (namespace-wise) of service executable. -2017-12-08 13:50:34 +0100 Mike Gabriel (4855696) +2017-12-08 13:50:34 +0100 Mike Gabriel (4855696e) * include/datetime/settings-shared.h: Namespace fix for SETTINGS_INTERFACE macro. -2017-12-08 13:48:01 +0100 Mike Gabriel (d671e82) +2017-12-08 13:48:01 +0100 Mike Gabriel (d671e82c) * README.md: Use more itemizations. -2017-12-08 13:44:54 +0100 Mike Gabriel (835940b) +2017-12-08 13:44:54 +0100 Mike Gabriel (835940bd) * README.md: More manual line breaks. -2017-12-08 13:43:51 +0100 Mike Gabriel (ed218ba) +2017-12-08 13:43:51 +0100 Mike Gabriel (ed218bac) * README.md: Layout improvements. -2017-12-08 13:41:39 +0100 Mike Gabriel (b795051) +2017-12-08 13:41:39 +0100 Mike Gabriel (b7950517) * README.md: Add some manual line breaks. -2017-12-08 13:38:50 +0100 Mike Gabriel (dabd7c8) +2017-12-08 13:38:50 +0100 Mike Gabriel (dabd7c8c) * README(.md): Ship README.md, symlinked from README -> README.md. -2017-12-08 13:36:57 +0100 Mike Gabriel (436caef) +2017-12-08 13:36:57 +0100 Mike Gabriel (436caeff) * README: Some namespace fixes. Prepare for being a markdown document. -2017-12-08 13:28:42 +0100 Mike Gabriel (deccc82) +2017-12-08 13:28:42 +0100 Mike Gabriel (deccc82d) * Drop .bzrignore file. -2017-12-08 13:28:34 +0100 Mike Gabriel (74863f0) +2017-12-08 13:28:34 +0100 Mike Gabriel (74863f09) * debian/control: Add B-D: intltool. -2017-12-08 13:26:52 +0100 Mike Gabriel (3eb2ae4) +2017-12-08 13:26:52 +0100 Mike Gabriel (3eb2ae42) * Use GSettings cmake module from cmake-extras. -2017-12-08 13:26:17 +0100 Mike Gabriel (438baee) +2017-12-08 13:26:17 +0100 Mike Gabriel (438baee6) * include/datetime/dbus-shared.h: Fix namespace of BUS_DATETIME_*. -2017-12-08 13:06:06 +0100 Mike Gabriel (0846900) +2017-12-08 13:06:06 +0100 Mike Gabriel (0846900d) * cmake/UseGSettings.cmake: Drop file. Available via cmake-extras. -2017-12-08 13:04:41 +0100 Mike Gabriel (95ab717) +2017-12-08 13:04:41 +0100 Mike Gabriel (95ab717c) * data/: Fix file namespaces for XDG and upstart files. -2017-12-08 12:50:46 +0100 Mike Gabriel (554e86b) +2017-12-08 12:50:46 +0100 Mike Gabriel (554e86b9) * debian/control: Add B-D: cmake-extras (>= 0.10). -2017-12-08 11:42:40 +0000 Mike Gabriel (e3dada2) +2017-12-08 11:42:40 +0000 Mike Gabriel (e3dada2f) * tests/test-formatter.cpp: Fix locale setting and ignore failures if the build system does not have en_US.UTF-8 as valid locale available. -2017-12-08 11:42:05 +0000 Mike Gabriel (4d4434f) +2017-12-08 11:42:05 +0000 Mike Gabriel (4d4434fe) * tests/run-eds-ics-test.sh: Make sure the folder for the tasks.isc file exists before copying it there. -2017-12-08 10:41:36 +0000 Mike Gabriel (5220b87) +2017-12-08 10:41:36 +0000 Mike Gabriel (5220b871) * rebase C++ namespace -2017-12-08 10:41:23 +0000 Mike Gabriel (e88a51c) +2017-12-08 10:41:23 +0000 Mike Gabriel (e88a51c8) * Indicator namespace adaptations. -2017-12-08 10:40:44 +0000 Mike Gabriel (f545059) +2017-12-08 10:40:44 +0000 Mike Gabriel (f5450594) * Make the datetime indicator build on non-Ubuntu systems (which mostly lack url-dispatcher and Ubuntu Touch sound schema files. -2017-12-08 10:37:30 +0000 Mike Gabriel (4a6ec71) +2017-12-08 10:37:30 +0000 Mike Gabriel (4a6ec712) * Many more C++ namespace name changes (unity -> ayatana). -2017-12-06 11:49:22 +0100 Mike Gabriel (755e153) +2017-12-06 11:49:22 +0100 Mike Gabriel (755e153e) * Rename GNOMELOCALEDIR -> LOCALEDIR. -2017-12-06 11:47:41 +0100 Mike Gabriel (76f869c) +2017-12-06 11:47:41 +0100 Mike Gabriel (76f869c2) * CMakeLists.txt: Set correct PROJECT_VERSION. -2017-12-06 11:47:09 +0100 Mike Gabriel (8bb39fe) +2017-12-06 11:47:09 +0100 Mike Gabriel (8bb39fec) * CMakeLists.txt: Move gettext initialization below the GNUInstallDirs include. This fixes broken i18n support. -2017-12-02 23:37:16 +0100 Mike Gabriel (60e71c1) +2017-12-02 23:37:16 +0100 Mike Gabriel (60e71c1a) * debian/control: Fix D (glib2.0-bin -> libglib2.0-bin). -2017-11-29 13:44:40 +0100 Mike Gabriel (ddac676) +2017-11-29 13:44:40 +0100 Mike Gabriel (ddac6766) * po/*.po: Update translation files once more. -2017-11-29 13:14:26 +0100 Mike Gabriel (4c3f2f5) +2017-11-29 13:14:26 +0100 Mike Gabriel (4c3f2f56) * update-po.sh: Preserve .pot file when updating *.po files. -2017-11-27 17:35:00 +0000 Kristjan Räts (4817043) +2017-11-27 17:35:00 +0000 Kristjan Räts (4817043f) * Translated using Weblate (Estonian) -2017-11-26 15:02:38 +0000 Kristjan Räts (6117e38) +2017-11-26 15:02:38 +0000 Kristjan Räts (6117e386) * Translated using Weblate (Estonian) -2017-11-18 12:54:51 +0000 Kristjan Räts (ee9e223) +2017-11-18 12:54:51 +0000 Kristjan Räts (ee9e223e) * Translated using Weblate (Estonian) -2017-11-05 10:22:42 +0000 Kristjan Räts (a4d4d99) +2017-11-05 10:22:42 +0000 Kristjan Räts (a4d4d996) * Translated using Weblate (Estonian) -2017-10-12 17:29:14 +0000 Andrew Shadura (7c4fc84) +2017-10-12 17:29:14 +0000 Andrew Shadura (7c4fc845) * Translated using Weblate (Slovak) -2017-11-29 12:26:50 +0100 Mike Gabriel (5185621) +2017-11-29 12:26:50 +0100 Mike Gabriel (51856217) * po/ayatana-indicator-datetime.pot: Update with now correct file names for .xml files. -2017-11-29 12:26:14 +0100 Mike Gabriel (c597efc) +2017-11-29 12:26:14 +0100 Mike Gabriel (c597efca) * update-pot.sh: Fix filenames of .ini(.in) and .xml(.in) files in po template file. -2017-10-24 21:12:06 +0200 Mike Gabriel (81e6675) +2017-10-24 21:12:06 +0200 Mike Gabriel (81e6675c) * update-po*.sh: Add license header. -2017-10-12 07:44:25 +0200 Mike Gabriel (f41bb7d) +2017-10-12 07:44:25 +0200 Mike Gabriel (f41bb7dc) * update-po(|t).sh: Add gettext update scripts. -2017-10-12 07:38:31 +0200 Mike Gabriel (8a1c505) +2017-10-12 07:38:31 +0200 Mike Gabriel (8a1c5058) * po/*.po: Add .pot file, add many not-yet-translated .po files. Update LINGUAS file. -2017-10-12 07:37:49 +0200 Mike Gabriel (f2faa82) +2017-10-12 07:37:49 +0200 Mike Gabriel (f2faa829) * CMakeLists.txt: Set GETTEXT_DOMAIN to ayatana-indicator-datetime. -2017-10-12 07:37:17 +0200 Mike Gabriel (9e6b8de) +2017-10-12 07:37:17 +0200 Mike Gabriel (9e6b8de3) * update-po.sh -2017-05-17 10:35:49 +0200 Mike Gabriel (4afa2b5) +2017-05-17 10:35:49 +0200 Mike Gabriel (4afa2b50) * Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime. -2015-10-13 13:44:25 -0500 Charles Kerr (cab972e) +2015-10-13 13:44:25 -0500 Charles Kerr (cab972e0) * bump the version to 15.10 to match the branch -2015-10-05 18:18:01 +0000 CI Train Bot (9ef9bb6) +2015-10-05 18:18:01 +0000 CI Train Bot (9ef9bb62) - * Releasing 13.10.0+15.10.20151005-0ubuntu1 (tag: - 13.10.0+15.10.20151005-0ubuntu1) + * Releasing 13.10.0+15.10.20151005-0ubuntu1 -2015-10-05 18:17:59 +0000 Charles Kerr (5cdf435) +2015-10-05 18:17:59 +0000 Charles Kerr (5cdf435a) * Change the default alarm sound from "Suru arpeggio.ogg" to "Alarm clock.ogg" Fixes: #1489037 Approved by: PS Jenkins bot, Pete Woods -2015-10-05 13:06:35 -0500 Charles Kerr (55ec6e5) +2015-10-05 13:06:35 -0500 Charles Kerr (55ec6e57) * sync with trunk -2015-09-09 16:40:52 +0000 CI Train Bot (3f3445a) +2015-09-09 16:40:52 +0000 CI Train Bot (3f3445ae) - * Releasing 13.10.0+15.10.20150909-0ubuntu1 (tag: - 13.10.0+15.10.20150909-0ubuntu1) + * Releasing 13.10.0+15.10.20150909-0ubuntu1 -2015-09-09 16:40:49 +0000 Sebastien Bacher (3c40d73) +2015-09-09 16:40:49 +0000 Sebastien Bacher (3c40d739) * under unity8 start system-settings instead unity-control-center, don't special case u-c-c by looking for the binary, Unity installations come with it installed Fixes: #1489481 Approved by: Ted Gould, Charles Kerr, PS Jenkins bot -2015-09-09 16:40:41 +0000 Iain Lane (13bcfcc) +2015-09-09 16:40:41 +0000 Iain Lane (13bcfccd) * Remove warnings from test logs. Swallow the ones that are expected and fail the test if they don't show up. In addition, fail tests if unexpected warnings show up again. Approved by: Charles Kerr -2015-09-09 18:16:41 +0200 Lars Uebernickel (ec001e6) +2015-09-09 18:16:41 +0200 Lars Uebernickel (ec001e64) * state-fixture: use TestDBusFixture for system bus -2015-09-09 18:16:41 +0200 Lars Uebernickel (046cd3a) +2015-09-09 18:16:41 +0200 Lars Uebernickel (046cd3a7) * glib-fixture: fail tests on unexpected warnings -2015-09-09 18:02:50 +0200 Lars Uebernickel (60f3045) +2015-09-09 18:02:50 +0200 Lars Uebernickel (60f30453) * test-utils: don't pass NULL as gsettings string value -2015-09-04 09:59:18 -0500 Charles Kerr (645e1ad) +2015-09-04 09:59:18 -0500 Charles Kerr (645e1ade) * replace the default alarm from 'Suru arpeggio.ogg' to 'Alarm clock.ogg -2015-09-03 18:00:36 +0200 Lars Uebernickel (bda03d7) +2015-09-03 18:00:36 +0200 Lars Uebernickel (bda03d74) * timezone-timedated: subscribe to PropertiesChanged directly -2015-09-03 11:02:27 +0100 Iain Lane (49dbcaf) +2015-09-03 11:02:27 +0100 Iain Lane (49dbcaf9) * Make test-live-actions quit itself once the tz has been changed, the mock no longer does this -2015-09-03 10:54:20 +0100 Iain Lane (29b5c4d) +2015-09-03 10:54:20 +0100 Iain Lane (29b5c4da) * Avoid nested GMainLoops by reading from the file on startup -2015-09-01 11:10:09 +0100 Iain Lane (1da27f9) +2015-09-01 11:10:09 +0100 Iain Lane (1da27f90) * Add some comments -2015-09-01 10:52:13 +0100 Iain Lane (a393783) +2015-09-01 10:52:13 +0100 Iain Lane (a3937830) * Rename FileTimezone to TimedatedTimezone -2015-09-01 10:25:41 +0100 Iain Lane (f016deb) +2015-09-01 10:25:41 +0100 Iain Lane (f016debf) * Add a timeout so we can't hang forever -2015-08-31 22:08:36 +0100 Iain Lane (132ac93) +2015-08-31 22:08:36 +0100 Iain Lane (132ac93b) * Use timedated's Timezone property instead of watching /etc/timezone -2015-08-27 15:04:46 +0100 Sebastien Bacher (5d0a213) +2015-08-27 15:04:46 +0100 Sebastien Bacher (5d0a213d) * under unity8 start system-settings instead unity-control-center, don't special case u-c-c by looking for the binary, Unity installations come with it installed -2015-07-28 08:42:28 +0000 CI Train Bot (ad2d17a) +2015-07-28 08:42:28 +0000 CI Train Bot (ad2d17a8) - * Releasing 13.10.0+15.10.20150728-0ubuntu1 (tag: - 13.10.0+15.10.20150728-0ubuntu1) + * Releasing 13.10.0+15.10.20150728-0ubuntu1 -2015-07-28 08:42:25 +0000 Iain Lane (07803fa) +2015-07-28 08:42:25 +0000 Iain Lane (07803fa4) * Update for e-d-s 3.16 Approved by: Iain Lane -2015-07-27 18:06:18 +0000 CI Train Bot (cbdb486) +2015-07-27 18:06:18 +0000 CI Train Bot (cbdb486a) - * Releasing 13.10.0+15.10.20150727-0ubuntu1 (tag: - 13.10.0+15.10.20150727-0ubuntu1) + * Releasing 13.10.0+15.10.20150727-0ubuntu1 -2015-07-27 18:06:14 +0000 Charles Kerr (ad6c0d6) +2015-07-27 18:06:14 +0000 Charles Kerr (ad6c0d6c) * drop build-dependency on g++-4.9 Fixes: #1452319 Approved by: Pete Woods, PS Jenkins bot, Rodney Dawes -2015-07-22 13:00:11 +0100 Iain Lane (cc5a995) +2015-07-22 13:00:11 +0100 Iain Lane (cc5a9953) * Merge with 15.04 branch which is what got uploaded to the archive -2015-07-20 17:31:28 +0100 Iain Lane (a033517) +2015-07-20 17:31:28 +0100 Iain Lane (a0335176) * merge trunk, no need to give dbus names any more -2015-07-15 13:24:13 -0500 Charles Kerr (e2e03d4) +2015-07-15 13:24:13 -0500 Charles Kerr (e2e03d4a) * drop build-dependency on g++-4.9 -2015-07-10 20:35:47 +0000 CI Train Bot (55e0db0) +2015-07-10 20:35:47 +0000 CI Train Bot (55e0db0b) - * Releasing 13.10.0+15.10.20150710.1-0ubuntu1 (tag: - 13.10.0+15.10.20150710.1-0ubuntu1) + * Releasing 13.10.0+15.10.20150710.1-0ubuntu1 -2015-07-10 20:35:44 +0000 Charles Kerr (71413be) +2015-07-10 20:35:44 +0000 Charles Kerr (71413be3) * Get icaltimezone structures from EDS rather than assuming the tzid will always be GTimeZone friendly. Fixes: #1473068 Approved by: Rodney Dawes, PS Jenkins bot, Charles Kerr, Antti Kaijanmäki -2015-07-10 12:29:12 -0500 Charles Kerr (29a6bc3) +2015-07-10 12:29:12 -0500 Charles Kerr (29a6bc36) * sync with trunk -2015-07-09 16:04:19 -0500 Charles Kerr (508e445) +2015-07-09 16:04:19 -0500 Charles Kerr (508e4452) * add a g_warning() if we can't suss out the tzid -2015-07-09 15:56:13 -0500 Charles Kerr (b6bdb4e) +2015-07-09 15:56:13 -0500 Charles Kerr (b6bdb4e5) * add dobey's tests -2015-07-09 15:51:10 -0500 Charles Kerr (6031f62) +2015-07-09 15:51:10 -0500 Charles Kerr (6031f62f) * oops, disabling the other tests was only supposed to be to speed up local tests & wasn't supposed to be pushed -2015-07-09 15:46:09 -0500 Charles Kerr (b68ecc1) +2015-07-09 15:46:09 -0500 Charles Kerr (b68ecc15) * add dobey's test case that has 'TZID:Pacific Time (US & Canada)' -2015-07-09 15:33:18 -0500 Charles Kerr (42bd1c1) +2015-07-09 15:33:18 -0500 Charles Kerr (42bd1c10) * avoid the round trip to EDS if we can figure out the tzid from libical first -2015-07-09 14:18:08 -0500 Charles Kerr (a08215a) +2015-07-09 14:18:08 -0500 Charles Kerr (a08215ad) * when possible, ask the ECalClient for the icaltimezone to use -2015-07-09 14:16:42 -0500 Charles Kerr (c0e2387) +2015-07-09 14:16:42 -0500 Charles Kerr (c0e2387f) * make the EDS EngineImpl's GCancellable a shared pointer, since we're about to start passing it around to subtasks -2015-07-09 14:14:32 -0500 Charles Kerr (61189fa) +2015-07-09 14:14:32 -0500 Charles Kerr (61189fa5) * add failing test for timezone issue in bug #1473068 -2015-06-24 12:51:27 +0000 CI Train Bot (074bee9) +2015-06-24 12:51:27 +0000 CI Train Bot (074bee9f) - * Releasing 13.10.0+15.10.20150624-0ubuntu1 (tag: - 13.10.0+15.10.20150624-0ubuntu1) + * Releasing 13.10.0+15.10.20150624-0ubuntu1 -2015-06-24 12:51:24 +0000 Charles Kerr (519cb05) +2015-06-24 12:51:24 +0000 Charles Kerr (519cb05c) * Speedups/cleanups to the EDS regression tests Approved by: Pete Woods, PS Jenkins bot -2015-06-23 08:00:28 -0500 Charles Kerr (8bd6bf4) +2015-06-23 08:00:28 -0500 Charles Kerr (8bd6bf4d) * remove unnecessary pieces from the EDS test scaffolding. clean up script variable names. -2015-06-22 18:03:38 +0000 CI Train Bot (7468f3f) +2015-06-22 18:03:38 +0000 CI Train Bot (7468f3f2) - * Releasing 13.10.0+15.10.20150622-0ubuntu1 (tag: - 13.10.0+15.10.20150622-0ubuntu1) + * Releasing 13.10.0+15.10.20150622-0ubuntu1 -2015-06-22 18:03:36 +0000 Charles Kerr (a85f744) +2015-06-22 18:03:36 +0000 Charles Kerr (a85f7441) * Fix bugs relating to timezones and triggers from clock-app alarms. Fixes: #1456281, #1465806 Approved by: Ted Gould, PS Jenkins bot -2015-06-22 09:17:48 -0500 Charles Kerr (cfefa6f) +2015-06-22 09:17:48 -0500 Charles Kerr (cfefa6fb) * don't copy debian/changelog from vivid -2015-06-22 08:59:44 -0500 Charles Kerr (2ed815a) +2015-06-22 08:59:44 -0500 Charles Kerr (2ed815aa) * get the 15.10 branch up-to-date with the fixes and test improvements in the 15.04 branch. -2015-06-19 09:39:44 +1200 Robert Ancell (813f10d) +2015-06-19 09:39:44 +1200 Robert Ancell (813f10d4) * Fix tests -2015-06-18 19:25:41 +0000 CI Train Bot (e1205e0) +2015-06-18 19:25:41 +0000 CI Train Bot (e1205e09) - * Releasing 13.10.0+15.04.20150618-0ubuntu1 (tag: - 13.10.0+15.04.20150618-0ubuntu1) + * Releasing 13.10.0+15.04.20150618-0ubuntu1 -2015-06-18 19:25:38 +0000 Charles Kerr (a15a7ba) +2015-06-18 19:25:38 +0000 Charles Kerr (a15a7ba2) * Fix invalid valarms in older clock-app alarms. Fixes: #1465806 Approved by: PS Jenkins bot, Ted Gould -2015-06-18 17:10:05 +0100 Iain Lane (b3d51b5) +2015-06-18 17:10:05 +0100 Iain Lane (b3d51b5e) * Update D-Bus interface versions for the testsuite -2015-06-17 23:53:52 -0500 Charles Kerr (23dc0fd) +2015-06-17 23:53:52 -0500 Charles Kerr (23dc0fd9) * if older clock-app alarms don't have triggers, add them. -2015-06-17 23:52:52 -0500 Charles Kerr (25c9992) +2015-06-17 23:52:52 -0500 Charles Kerr (25c99926) * add (failing) regression test for x-canonical-alarm components whose valarms have no triggers -2015-06-02 16:12:13 +1200 Robert Ancell (32ebc44) +2015-06-02 16:12:13 +1200 Robert Ancell (32ebc442) * Build against libecal 3.16 -2015-05-21 15:24:31 +0000 CI Train Bot (3c85ae6) +2015-05-21 15:24:31 +0000 CI Train Bot (3c85ae61) - * Releasing 13.10.0+15.04.20150521-0ubuntu1 (tag: - 13.10.0+15.04.20150521-0ubuntu1) + * Releasing 13.10.0+15.04.20150521-0ubuntu1 -2015-05-21 15:24:27 +0000 Charles Kerr (c07b11f) +2015-05-21 15:24:27 +0000 Charles Kerr (c07b11f4) * Fix regression that caused nonrepeating alarms to go off at the wrong time. Fixes: #1456281 Approved by: PS Jenkins bot, Ted Gould -2015-05-21 07:47:24 -0500 Charles Kerr (58efd72) +2015-05-21 07:47:24 -0500 Charles Kerr (58efd72d) * in eds-engine, add a occur-in-time-range sexp to handle events that are interesting but don't require user notification alarms -2015-05-21 06:09:52 -0500 Charles Kerr (1b2b949) +2015-05-21 06:09:52 -0500 Charles Kerr (1b2b949e) * in run-eds-ics-test.sh, slightly cleaner ics file copying -2015-05-21 06:01:01 -0500 Charles Kerr (505d4fa) +2015-05-21 06:01:01 -0500 Charles Kerr (505d4fae) * in engine-eds.cpp's on_object_list_ready(), always mark the subtask as finished even if the dbus call failed. -2015-05-21 05:58:00 -0500 Charles Kerr (105abe6) +2015-05-21 05:58:00 -0500 Charles Kerr (105abe6c) * in engine-eds.cpp's get_appointments(), clear the begin_str and end_str variables as soon as we're done with them. -2015-05-20 20:50:53 -0500 Charles Kerr (9e1f2db) +2015-05-20 20:50:53 -0500 Charles Kerr (9e1f2db6) * remove a little more leftover code from the false starts -2015-05-20 20:22:52 -0500 Charles Kerr (70ccd1a) +2015-05-20 20:22:52 -0500 Charles Kerr (70ccd1ab) * copyediting -2015-05-20 18:56:15 -0500 Charles Kerr (44bd141) +2015-05-20 18:56:15 -0500 Charles Kerr (44bd1414) * remove detritus from the false starts. -2015-05-20 18:24:40 -0500 Charles Kerr (cab736b) +2015-05-20 18:24:40 -0500 Charles Kerr (cab736be) * re-enable the tests that I disabled earlier in this branch while focusing on the EDS bugfix -2015-05-20 18:23:32 -0500 Charles Kerr (7577ad7) +2015-05-20 18:23:32 -0500 Charles Kerr (7577ad72) * Add an EDS test for nonrepeating alarms. Refactor the EDS testing structure slightly so that more of the basic config setup can be shared. -2015-05-20 17:04:09 -0500 Charles Kerr (45122eb) +2015-05-20 17:04:09 -0500 Charles Kerr (45122eb2) * fixed first test passing -2015-05-20 08:07:15 -0500 Charles Kerr (c91b1cc) +2015-05-20 08:07:15 -0500 Charles Kerr (c91b1cc8) * first eds test passing -2015-05-20 07:16:43 -0500 Charles Kerr (03ad335) +2015-05-20 07:16:43 -0500 Charles Kerr (03ad3350) * yes, generating alarms from the reference component, rather than the instance component, yields the right trigger timezones. Let's get to refactoring. -2015-05-20 06:37:06 -0500 Charles Kerr (13ec568) +2015-05-20 06:37:06 -0500 Charles Kerr (13ec568f) * what if we try calling generate_alarms() with the original component rather than the instance component... -2015-05-20 06:28:25 -0500 Charles Kerr (14660dc) +2015-05-20 06:28:25 -0500 Charles Kerr (14660dc8) * add stub for valarm repeat -2015-05-19 21:06:35 -0500 Charles Kerr (f9ac5ed) +2015-05-19 21:06:35 -0500 Charles Kerr (f9ac5ed3) * work directly with ical to generate alarm instances -2015-05-19 19:02:09 -0500 Charles Kerr (c0a9ccc) +2015-05-19 19:02:09 -0500 Charles Kerr (c0a9ccc0) * add tracers. -2015-05-19 08:19:00 -0500 Charles Kerr (991d36f) +2015-05-19 08:19:00 -0500 Charles Kerr (991d36f0) * undo last Friday's timezone regression. -2015-05-15 19:33:55 +0000 CI Train Bot (2208496) +2015-05-15 19:33:55 +0000 CI Train Bot (22084967) - * Releasing 13.10.0+15.04.20150515-0ubuntu1 (tag: - 13.10.0+15.04.20150515-0ubuntu1) + * Releasing 13.10.0+15.04.20150515-0ubuntu1 -2015-05-15 19:33:50 +0000 Charles Kerr (398e4f2) +2015-05-15 19:33:50 +0000 Charles Kerr (398e4f20) * Honor the 'other vibrations' setting to enable/disable vibrations when alarm notifications are shown. Approved by: Rodney Dawes, PS Jenkins bot -2015-05-15 16:41:41 +0000 CI Train Bot (854ca59) +2015-05-15 16:41:41 +0000 CI Train Bot (854ca599) - * Releasing 13.10.0+15.10.20150515-0ubuntu1 (tag: - 13.10.0+15.10.20150515-0ubuntu1) + * Releasing 13.10.0+15.10.20150515-0ubuntu1 -2015-05-15 16:41:37 +0000 Charles Kerr (116a556) +2015-05-15 16:41:37 +0000 Charles Kerr (116a5567) * Honor the 'other vibrations' setting to enable/disable vibrations when alarm notifications are shown. Approved by: Rodney Dawes -2015-05-08 20:01:09 +0000 CI Train Bot (5a3c49e) +2015-05-08 20:01:09 +0000 CI Train Bot (5a3c49ea) - * Releasing 13.10.0+15.04.20150508.2-0ubuntu1 (tag: - 13.10.0+15.04.20150508.2-0ubuntu1) + * Releasing 13.10.0+15.04.20150508.2-0ubuntu1 -2015-05-08 20:01:05 +0000 Charles Kerr (d505d69) +2015-05-08 20:01:05 +0000 Charles Kerr (d505d69d) * If the "X-CANONICAL-ACTIVATION-URL" x-prop is defined in the VTODO or VEVENT, use it for url delegation. Fixes: #1426519 Approved by: PS Jenkins bot, Ted Gould -2015-05-07 19:10:37 -0500 Charles Kerr (a24c4f3) +2015-05-07 19:10:37 -0500 Charles Kerr (a24c4f33) * in EngineEds' call to e_cal_util_generate_alarms_for_comp(), use nullptr as the default timezone so that we don't convert @@ -1265,1552 +1324,1517 @@ the DateTime ctor). Fixes the previous commit's failing test. -2015-05-07 19:08:13 -0500 Charles Kerr (4d94be8) +2015-05-07 19:08:13 -0500 Charles Kerr (4d94be8b) * Add unit test that looks at ubuntu alarm triggers. Test currently fails on the trigger timezone issue reported by alesage. -2015-04-09 13:20:25 -0500 Charles Kerr (3ab790e) +2015-04-09 13:20:25 -0500 Charles Kerr (3ab790ed) * resolve minor shear with trunk -2015-04-09 13:08:24 -0500 Charles Kerr (8d282df) +2015-04-09 13:08:24 -0500 Charles Kerr (8d282df3) * sync with trunk -2015-04-08 18:48:24 -0500 Charles Kerr (9ee3e69) +2015-04-08 18:48:24 -0500 Charles Kerr (9ee3e699) * honor the AccountsService 'other vibrations' setting. -2015-04-06 23:35:46 +0000 CI Train Bot (49f49d4) +2015-04-06 23:35:46 +0000 CI Train Bot (49f49d4c) - * Releasing 13.10.0+15.04.20150406-0ubuntu1 (tag: - 13.10.0+15.04.20150406-0ubuntu1) + * Releasing 13.10.0+15.04.20150406-0ubuntu1 -2015-04-06 23:35:42 +0000 Charles Kerr (227aa82) +2015-04-06 23:35:42 +0000 Charles Kerr (227aa820) * Improve valarm support to honor calendar events' valarm triggers. Fixes: #1419001 Approved by: Ted Gould, PS Jenkins bot -2015-04-06 15:09:16 -0500 Charles Kerr (10c574c) +2015-04-06 15:09:16 -0500 Charles Kerr (10c574cc) * in tests/run-eds-test.sh, only delete the tmpdir if the test passed. -2015-04-06 14:58:34 -0500 Charles Kerr (aa3ee9c) +2015-04-06 14:58:34 -0500 Charles Kerr (aa3ee9ce) * in the EDS engine, give a better explanation in the comments how we handle alarms with no triggers, and why -2015-04-06 14:35:29 -0500 Charles Kerr (7feb729) +2015-04-06 14:35:29 -0500 Charles Kerr (7feb7295) * in EngineEds, make the ECalComponentAlarmAction 'omit' array a constexpr. -2015-04-06 14:26:24 -0500 Charles Kerr (392788b) +2015-04-06 14:26:24 -0500 Charles Kerr (392788b1) * in SimpleAlarmQueue, add a new method 'bool already_triggered() const' to reduce code overlapl between find_next_alarm() and appointment_get_current_alarm() -2015-04-06 14:17:26 -0500 Charles Kerr (81f4d99) +2015-04-06 14:17:26 -0500 Charles Kerr (81f4d991) * in SimpleAlarmQueue, make the signature for find_next_alarm() and appointment_get_current_alarm() suck less. -2015-04-06 13:29:07 -0500 Charles Kerr (006858f) +2015-04-06 13:29:07 -0500 Charles Kerr (006858f8) * in SimpleAlarmQueue, reduce a lambda capture to only the fields it needs -2015-04-06 13:18:44 -0500 Charles Kerr (9977f16) +2015-04-06 13:18:44 -0500 Charles Kerr (9977f16b) * in Actions, sync DateTime API use by calling DateTime::Local(time_t) instead of DateTime::DateTime(time_t) -2015-04-06 13:17:39 -0500 Charles Kerr (7e9b464) +2015-04-06 13:17:39 -0500 Charles Kerr (7e9b4645) * in new EDS code, use timezones consistently -2015-04-06 13:16:42 -0500 Charles Kerr (a3c896c) +2015-04-06 13:16:42 -0500 Charles Kerr (a3c896c8) * in new EDS tests, use timezones consistently -2015-04-06 13:16:24 -0500 Charles Kerr (4438c3a) +2015-04-06 13:16:24 -0500 Charles Kerr (4438c3a5) * in DateTime class, make it harder to accidentally mix local and nonlocal timezones by replacing DateTime::DateTime(time_t) with two methods, DateTime::Local(time_t) and DateTime(GTimeZone*, time_t) -2015-04-06 10:20:49 -0500 Charles Kerr (af81477) +2015-04-06 10:20:49 -0500 Charles Kerr (af81477b) * in the unit tests, add a PrintTo function for Alarms so that GTest can represent it as a string -2015-04-06 09:27:01 -0500 Charles Kerr (453a094) +2015-04-06 09:27:01 -0500 Charles Kerr (453a0947) * in new code, use std::array rather than C style arrays -2015-04-06 09:25:59 -0500 Charles Kerr (29ba759) +2015-04-06 09:25:59 -0500 Charles Kerr (29ba7597) * in debian/control, add evolution-data-server to the build-dep now that we're using it for live EDS tests. -2015-04-05 21:12:01 -0500 Charles Kerr (38a39c0) +2015-04-05 21:12:01 -0500 Charles Kerr (38a39c03) * remove some new bits that turned out to be unneeded after all -2015-04-05 21:10:53 -0500 Charles Kerr (13999bf) +2015-04-05 21:10:53 -0500 Charles Kerr (13999bfb) * in tests/run-eds-test.sh, improve the comments -2015-04-05 19:19:01 -0500 Charles Kerr (a0a6516) +2015-04-05 19:19:01 -0500 Charles Kerr (a0a6516e) * add EDS tests to confirm valarm attachments are loaded properly and trigger in the AlarmQueue -2015-04-05 18:27:08 -0500 Charles Kerr (242bab5) +2015-04-05 18:27:08 -0500 Charles Kerr (242bab53) * in SimpleAlarmQueue, use references instead of copies when copies aren't necessary -2015-04-05 18:26:37 -0500 Charles Kerr (32de6c5) +2015-04-05 18:26:37 -0500 Charles Kerr (32de6c5e) * make DateTime::is_same_day() faster -2015-04-05 17:27:52 -0500 Charles Kerr (62d68e6) +2015-04-05 17:27:52 -0500 Charles Kerr (62d68e64) * fix misuse of ECalComponentAlarmInstance's fields. -2015-04-03 13:57:46 -0500 Charles Kerr (e1aba74) +2015-04-03 13:57:46 -0500 Charles Kerr (e1aba742) * in EdsEngine, use empty initializer lists in the new valarm code -2015-04-03 13:21:44 -0500 Charles Kerr (456e5fa) +2015-04-03 13:21:44 -0500 Charles Kerr (456e5fa5) * sync with trunk -2015-04-03 13:11:39 -0500 Charles Kerr (8c7daee) +2015-04-03 13:11:39 -0500 Charles Kerr (8c7daeeb) * add the new Alarm class as an argument to the alarm queue class -2015-04-03 12:36:46 -0500 Charles Kerr (6e4367c) +2015-04-03 12:36:46 -0500 Charles Kerr (6e4367c0) * add override keyword to Clock class -2015-04-03 12:31:36 -0500 Charles Kerr (eab70c8) +2015-04-03 12:31:36 -0500 Charles Kerr (eab70c86) * add override keyword to WakeupTimer -2015-03-31 18:54:04 -0500 Charles Kerr (fff19d7) +2015-03-31 18:54:04 -0500 Charles Kerr (fff19d70) * add an Alarm class to represent ical valarm components; change the Appointment class to hold an arbitrary number of Alarms. -2015-03-31 20:25:38 +0000 CI Train Bot (9f48c64) +2015-03-31 20:25:38 +0000 CI Train Bot (9f48c647) - * Releasing 13.10.0+15.04.20150331-0ubuntu1 (tag: - 13.10.0+15.04.20150331-0ubuntu1) + * Releasing 13.10.0+15.04.20150331-0ubuntu1 -2015-03-31 20:25:34 +0000 Charles Kerr (6805440) +2015-03-31 20:25:34 +0000 Charles Kerr (68054400) * Reduce the forced screen-on time for alarms to reduce battery consumption. Also, lower the default alarm duration from 30 minutes to 10 minutes. Fixes: #1434637 Approved by: Ted Gould, PS Jenkins bot -2015-03-31 13:54:26 -0500 Charles Kerr (845067b) +2015-03-31 13:54:26 -0500 Charles Kerr (845067b3) * simplify the awake display timeout code -2015-03-25 15:47:22 -0500 Charles Kerr (4bf70c7) +2015-03-25 15:47:22 -0500 Charles Kerr (4bf70c7a) * the previous commit made the Awake API too complicated... simplifying. -2015-03-25 12:42:28 -0500 Charles Kerr (9e29a4f) +2015-03-25 12:42:28 -0500 Charles Kerr (9e29a4fd) * 60 seconds after triggering an alarm, release our keepDisplayOn request -2015-03-25 10:43:06 -0500 Charles Kerr (432db08) +2015-03-25 10:43:06 -0500 Charles Kerr (432db089) * change the default alarm duration from 30 minutes to 10. -2015-03-24 14:28:23 -0500 Charles Kerr (d5002c6) +2015-03-24 14:28:23 -0500 Charles Kerr (d5002c6b) * make the string test case-insensitive -2015-03-24 13:42:16 -0500 Charles Kerr (b115811) +2015-03-24 13:42:16 -0500 Charles Kerr (b115811b) * add support for an x-canonical-app-url x-prop when reading vtodos/vevents from EDS -2015-03-17 15:23:52 +0000 CI Train Bot (3c5eda1) +2015-03-17 15:23:52 +0000 CI Train Bot (3c5eda14) - * Releasing 13.10.0+15.04.20150317-0ubuntu1 (tag: - 13.10.0+15.04.20150317-0ubuntu1) + * Releasing 13.10.0+15.04.20150317-0ubuntu1 -2015-03-17 15:23:49 +0000 Charles Kerr (ddde67d) +2015-03-17 15:23:49 +0000 Charles Kerr (ddde67df) * Fix bug that prevented clicking on calendar days where DST sprang forward. Fixes: #1429388 Approved by: Ted Gould, PS Jenkins bot -2015-03-16 21:07:54 +0100 Charles Kerr (273c3b3) +2015-03-16 21:07:54 +0100 Charles Kerr (273c3b38) * add DateTime::end_of_month(), DateTime::end_of_day(). Add unit tests for them. -2015-03-16 18:22:33 +0100 Charles Kerr (67510bd) +2015-03-16 18:22:33 +0100 Charles Kerr (67510bd5) * in DateTime::is_set(), include timezone test -2015-03-16 18:18:15 +0100 Charles Kerr (76c4567) +2015-03-16 18:18:15 +0100 Charles Kerr (76c4567c) * in DateTime::DateTime(GTimeZone*,GDateTime*), don't allow either argument to be nullptr -2015-03-16 11:51:47 -0500 Charles Kerr (4dd066b) +2015-03-16 11:51:47 -0500 Charles Kerr (4dd066bb) * make utc variable name more sensible. -2015-03-14 22:42:06 -0500 Charles Kerr (fb36c64) +2015-03-14 22:42:06 -0500 Charles Kerr (fb36c642) * fix GAction leakage found while testing new unit tests with valgrind -2015-03-14 22:33:26 -0500 Charles Kerr (61b00f5) +2015-03-14 22:33:26 -0500 Charles Kerr (61b00f51) * in DateTime::Local() and DateTime::NowLocal(), avoid redundant construction of the local timezone. -2015-03-14 21:55:03 -0500 Charles Kerr (b4e12a6) +2015-03-14 21:55:03 -0500 Charles Kerr (b4e12a64) * add regression test for bug #1429388 -2015-03-14 21:33:51 -0500 Charles Kerr (6481c0e) +2015-03-14 21:33:51 -0500 Charles Kerr (6481c0ec) * sync the rest of the code with the changes to DateTime instantiation mentioned two commits ago -2015-03-14 21:31:42 -0500 Charles Kerr (c940b70) +2015-03-14 21:31:42 -0500 Charles Kerr (c940b70c) * use the new DateTime::start_of_day() and DateTime::start_of_minute() functions. -2015-03-14 21:20:30 -0500 Charles Kerr (db5b700) +2015-03-14 21:20:30 -0500 Charles Kerr (db5b700c) * Add DateTime::start_of_day() to use instead of the add_hours(-hours()) trick, which doesn't work on days when DST changes. -2015-03-01 06:08:10 +0000 CI Train Bot (15ec7f6) +2015-03-01 06:08:10 +0000 CI Train Bot (15ec7f61) - * Releasing 13.10.0+15.04.20150301.1-0ubuntu1 (tag: - 13.10.0+15.04.20150301.1-0ubuntu1) + * Releasing 13.10.0+15.04.20150301.1-0ubuntu1 -2015-03-01 06:08:06 +0000 Charles Kerr (30b3161) +2015-03-01 06:08:06 +0000 Charles Kerr (30b31616) * create a new timerfd each time we need to call timerfd_settime(). Fixes: #1424966 Approved by: Ted Gould -2015-03-01 00:49:12 +0000 CI Train Bot (c2939aa) +2015-03-01 00:49:12 +0000 CI Train Bot (c2939aac) - * Releasing 13.10.0+15.04.20150301-0ubuntu1 (tag: - 13.10.0+15.04.20150301-0ubuntu1) + * Releasing 13.10.0+15.04.20150301-0ubuntu1 -2015-03-01 00:49:08 +0000 Charles Kerr (39aaf98) +2015-03-01 00:49:08 +0000 Charles Kerr (39aaf980) * Work around glib's type initialization deadlock. -2015-02-28 12:37:07 -0600 Charles Kerr (90f2f52) +2015-02-28 12:37:07 -0600 Charles Kerr (90f2f521) * prevent deadlocking when registering G_TYPE_DBUS_PROXY -2015-02-27 13:58:17 -0600 Charles Kerr (510111c) +2015-02-27 13:58:17 -0600 Charles Kerr (510111c8) * create a new timerfd each time we need to call timerfd_settime(). -2015-02-13 18:31:48 +0000 CI Train Bot (595becf) +2015-02-13 18:31:48 +0000 CI Train Bot (595becf8) - * Releasing 13.10.0+15.04.20150213.1-0ubuntu1 (tag: - 13.10.0+15.04.20150213.1-0ubuntu1) + * Releasing 13.10.0+15.04.20150213.1-0ubuntu1 -2015-02-13 18:31:43 +0000 Charles Kerr (5a19a87) +2015-02-13 18:31:43 +0000 Charles Kerr (5a19a872) * change the WallClock to detect time changes from TFD_TIMER_CANCEL_ON_SET, e.g. when ntp<-->manual is toggled Approved by: Ted Gould, PS Jenkins bot -2015-02-12 17:03:38 -0600 Charles Kerr (b6899cb) +2015-02-12 17:03:38 -0600 Charles Kerr (b6899cbf) * add a g_message() when updating due to anything that's not a periodic timer -2015-02-12 14:38:49 -0600 Charles Kerr (de6bc91) +2015-02-12 14:38:49 -0600 Charles Kerr (de6bc91f) * extract the timerfd_settime() code into its own method. Add a new call to it when we might have triggered via TFD_TIMER_CANCEL_ON_SET -2015-02-12 14:22:11 -0600 Charles Kerr (5df0822) +2015-02-12 14:22:11 -0600 Charles Kerr (5df08222) * add manual test: indicator-datetime/manual-time -2015-02-11 18:20:20 -0600 Charles Kerr (113b741) +2015-02-11 18:20:20 -0600 Charles Kerr (113b741b) * change the LiveClock's private impl to detect time changes from timerfd's TFD_TIMER_CANCEL_ON_SET, e.g. when ntp<-->manual is toggled -2015-01-28 19:16:11 +0000 CI Train Bot (049938f) +2015-01-28 19:16:11 +0000 CI Train Bot (049938fe) - * Releasing 13.10.0+15.04.20150128.1-0ubuntu1 (tag: - 13.10.0+15.04.20150128.1-0ubuntu1) + * Releasing 13.10.0+15.04.20150128.1-0ubuntu1 -2015-01-28 19:15:59 +0000 Charles Kerr (e1f1be9) +2015-01-28 19:15:59 +0000 Charles Kerr (e1f1be9e) * Don't play calendar alarm sounds if Silent Mode is enabled. Use the alarm sound role for both clock and calendar alarms. Fixes: #1410874 Approved by: Antti Kaijanmäki, PS Jenkins bot -2015-01-27 00:24:00 +0000 CI Train Bot (fe5d8d4) +2015-01-27 00:24:00 +0000 CI Train Bot (fe5d8d46) - * Releasing 13.10.0+15.04.20150127-0ubuntu1 (tag: - 13.10.0+15.04.20150127-0ubuntu1) + * Releasing 13.10.0+15.04.20150127-0ubuntu1 -2015-01-27 00:23:49 +0000 Charles Kerr (9753b27) +2015-01-27 00:23:49 +0000 Charles Kerr (9753b270) * Fix bug that misidentified repeating alarms as one-time alarms, causing them to be disabled after triggering. Fixes: #1411171 Approved by: PS Jenkins bot, Rodney Dawes -2015-01-21 23:53:14 -0600 Charles Kerr (16fe6ab) +2015-01-21 23:53:14 -0600 Charles Kerr (16fe6ab0) * bump to re-run CI. clumsy, but jenkins' rebuild button isn't working -2015-01-21 19:58:46 -0600 Charles Kerr (12c7421) +2015-01-21 19:58:46 -0600 Charles Kerr (12c74212) * in Snap's Sound() ctor, use an 'alarm' role for the alarm clock and 'alert' for calendar events -2015-01-21 19:57:59 -0600 Charles Kerr (c5f2b60) +2015-01-21 19:57:59 -0600 Charles Kerr (c5f2b608) * require an explicit role for the sound so that we can differentiate between eg 'alarm' and 'alert' -2015-01-21 19:36:23 -0600 Charles Kerr (ba986b6) +2015-01-21 19:36:23 -0600 Charles Kerr (ba986b60) * tweak an overly-verbose variable name -2015-01-21 15:07:29 -0600 Charles Kerr (9feba7c) +2015-01-21 15:07:29 -0600 Charles Kerr (9feba7c1) * in Snap, fix the code that checks AccountsService.Sound for Silent Mode -2015-01-21 15:06:12 -0600 Charles Kerr (d82ebac) +2015-01-21 15:06:12 -0600 Charles Kerr (d82ebacc) * new manual test, indicator-datetime/silent-mode -2015-01-21 14:25:52 -0600 Charles Kerr (392487d) +2015-01-21 14:25:52 -0600 Charles Kerr (392487de) * first stab at AccountsService proxy. WIP; pushing to test on devices -2015-01-20 11:01:07 -0600 Charles Kerr (a4ffa78) +2015-01-20 11:01:07 -0600 Charles Kerr (a4ffa788) * use a local temporary to avoid having to GST_MESSAGE_CAST() twice -2015-01-20 10:59:41 -0600 Charles Kerr (4c53579) +2015-01-20 10:59:41 -0600 Charles Kerr (4c53579a) * remove the 'loop' test when deciding whether or not to set the audio role. -2015-01-15 13:15:27 -0600 Charles Kerr (14c515b) +2015-01-15 13:15:27 -0600 Charles Kerr (14c515bd) * strengthen the test that decides if an icalcomponent is a one-shot or repeating. -2014-12-08 23:09:20 +0000 CI Train Bot (f926c67) +2014-12-08 23:09:20 +0000 CI Train Bot (f926c671) - * Releasing 13.10.0+15.04.20141208-0ubuntu1 (tag: - 13.10.0+15.04.20141208-0ubuntu1) + * Releasing 13.10.0+15.04.20141208-0ubuntu1 -2014-12-08 23:09:08 +0000 Charles Kerr (b05f411) +2014-12-08 23:09:08 +0000 Charles Kerr (b05f4115) * After a one-time Ubuntu alarm's notification is displayed, disable the alarm. Fixes: #1362341 Approved by: Ted Gould, PS Jenkins bot -2014-12-08 23:08:53 +0000 Charles Kerr (6de98ac) +2014-12-08 23:08:53 +0000 Charles Kerr (6de98acd) * Change notifications for calendar events s.t. the sound is nonrepeating and the notification is temporary, not requiring user interaction to disappear. Fixes: #1320880 Approved by: Ted Gould -2014-12-08 23:08:41 +0000 Charles Kerr (13688fe) +2014-12-08 23:08:41 +0000 Charles Kerr (13688fe9) * Add support for x-canonical-alarm and x-canonical-disabled tags in VTODO categories so that disabled alarms will not be displayed. Fixes: #1387231 Approved by: Ted Gould, PS Jenkins bot -2014-12-08 23:08:24 +0000 Charles Kerr (5186d1c) +2014-12-08 23:08:24 +0000 Charles Kerr (5186d1c2) * Don't log an error if powerd isn't available on the system. Fixes: #1384714 Approved by: Ted Gould, PS Jenkins bot -2014-12-07 20:52:50 -0600 Charles Kerr (f84d3bd) +2014-12-07 20:52:50 -0600 Charles Kerr (f84d3bdb) * disable one-time alarms after their notifications are shown. -2014-12-07 20:48:13 -0600 Charles Kerr (9f29b40) +2014-12-07 20:48:13 -0600 Charles Kerr (9f29b401) * for calendar events, use interactive notifications and a nonrepeating sound. -2014-12-07 20:38:44 -0600 Charles Kerr (95bc85d) +2014-12-07 20:38:44 -0600 Charles Kerr (95bc85d1) * ensure that disabled alarms aren't shown in indicator-datetime and that notifications aren't shown for them. -2014-11-04 12:27:27 -0600 Charles Kerr (89bb6bb) +2014-11-04 12:27:27 -0600 Charles Kerr (89bb6bbb) * add a comment explaining why it's okay to let that fail silently. -2014-11-04 10:00:42 -0600 Charles Kerr (b4db6b2) +2014-11-04 10:00:42 -0600 Charles Kerr (b4db6b24) * silence 'com.canonical.powerd was not provided by any .service files' warning on desktop -2014-11-03 21:04:05 +0000 CI bot (56e8820) +2014-11-03 21:04:05 +0000 CI bot (56e88207) - * Releasing 13.10.0+15.04.20141103-0ubuntu1 (tag: - 13.10.0+15.04.20141103-0ubuntu1) + * Releasing 13.10.0+15.04.20141103-0ubuntu1 -2014-11-03 21:03:54 +0000 Ted Gould (15c13f5) +2014-11-03 21:03:54 +0000 Ted Gould (15c13f57) * Small tag typo in integration test Approved by: PS Jenkins bot -2014-10-10 10:36:46 -0500 Ted Gould (fdc1a9c) +2014-10-10 10:36:46 -0500 Ted Gould (fdc1a9ca) * Removing newlines because the sed script can't handle them. -2014-10-10 10:33:39 -0500 Ted Gould (7d3da01) +2014-10-10 10:33:39 -0500 Ted Gould (7d3da01b) * Another typo -2014-10-10 09:51:45 -0500 Ted Gould (70605d7) +2014-10-10 09:51:45 -0500 Ted Gould (70605d7e) * Small tag typo -2014-10-09 13:35:54 +0000 CI bot (a4f6119) +2014-10-09 13:35:54 +0000 CI bot (a4f6119d) - * Releasing 13.10.0+14.10.20141009-0ubuntu1 (tag: - 13.10.0+14.10.20141009-0ubuntu1) + * Releasing 13.10.0+14.10.20141009-0ubuntu1 -2014-10-09 13:35:42 +0000 Charles Kerr (878c36f) +2014-10-09 13:35:42 +0000 Charles Kerr (878c36fe) * Fix appointment comparison function to include the audio_url field in its test. Fixes: 1364949 Approved by: Antti Kaijanmäki -2014-10-07 19:37:48 +0000 CI bot (3a93504) +2014-10-07 19:37:48 +0000 CI bot (3a93504e) - * Releasing 13.10.0+14.10.20141007-0ubuntu1 (tag: - 13.10.0+14.10.20141007-0ubuntu1) + * Releasing 13.10.0+14.10.20141007-0ubuntu1 -2014-10-07 19:37:31 +0000 Charles Kerr (568dc3d) +2014-10-07 19:37:31 +0000 Charles Kerr (568dc3df) * Change title to read "Time & Date" Fixes: 1377286 Approved by: Ted Gould, PS Jenkins bot -2014-10-07 13:45:26 -0500 Charles Kerr (c1277f9) +2014-10-07 13:45:26 -0500 Charles Kerr (c1277f9e) * add a manual test case from dmorley's report in #1364949 -2014-10-07 13:45:03 -0500 Charles Kerr (17b0b16) +2014-10-07 13:45:03 -0500 Charles Kerr (17b0b165) * fix Appointment object's equality operator to also look at the audio_url field. -2014-10-03 14:22:31 -0500 Charles Kerr (61cdb8b) +2014-10-03 14:22:31 -0500 Charles Kerr (61cdb8bd) * rename title from 'Upcoming events' to 'Time & Date' -2014-09-19 14:35:23 +0000 CI bot (a74ced3) +2014-09-19 14:35:23 +0000 CI bot (a74ced33) - * Releasing 13.10.0+14.10.20140919-0ubuntu1 (tag: - 13.10.0+14.10.20140919-0ubuntu1) + * Releasing 13.10.0+14.10.20140919-0ubuntu1 -2014-09-19 14:35:07 +0000 Charles Kerr (a35f8ed) +2014-09-19 14:35:07 +0000 Charles Kerr (a35f8ed3) * Make alarm notifications icons and button color match Design's specs. Fixes: 1370594 Approved by: Ted Gould, PS Jenkins bot, Nekhelesh Ramananthan -2014-09-19 14:34:50 +0000 Charles Kerr (16a4e03) +2014-09-19 14:34:50 +0000 Charles Kerr (16a4e034) * Fix flint++ warnings Approved by: Ted Gould, PS Jenkins bot -2014-09-19 14:34:32 +0000 Charles Kerr (ac54aeb) +2014-09-19 14:34:32 +0000 Charles Kerr (ac54aebe) * Move timezone code behind a private Impl class Approved by: Ted Gould, PS Jenkins bot -2014-09-19 14:34:11 +0000 Charles Kerr (a72a776) +2014-09-19 14:34:11 +0000 Charles Kerr (a72a776c) * Adjust our floating alarms when the local timezone changes. Fixes: 1332095 Approved by: Ted Gould, PS Jenkins bot -2014-09-17 12:30:48 -0500 Charles Kerr (d18944b) +2014-09-17 12:30:48 -0500 Charles Kerr (d18944bc) * fix tyop from previous commit -2014-09-17 12:08:23 -0500 Charles Kerr (1369dc0) +2014-09-17 12:08:23 -0500 Charles Kerr (1369dc07) * use the new x-canonical-private-affirmative-tint key. -2014-09-17 12:08:01 -0500 Charles Kerr (894b2e4) +2014-09-17 12:08:01 -0500 Charles Kerr (894b2e4a) * work around a notifications bug that can't handle boolean hints -2014-09-17 11:51:51 -0500 Charles Kerr (b3d8778) +2014-09-17 11:51:51 -0500 Charles Kerr (b3d8778a) * fix flint++ warnings -2014-09-16 15:25:52 -0500 Charles Kerr (8da361d) +2014-09-16 15:25:52 -0500 Charles Kerr (8da361db) * copyediting: move line to remove unnecessary diff from trunk -2014-09-16 15:21:47 -0500 Charles Kerr (b455f23) +2014-09-16 15:21:47 -0500 Charles Kerr (b455f23b) * add manual test indicator-datetime/alarm-timezone -2014-09-16 15:14:39 -0500 Charles Kerr (6863994) +2014-09-16 15:14:39 -0500 Charles Kerr (6863994f) * in SimpleRangePlanner, re-query the engine for appointments when the local timezone changes. -2014-09-16 15:13:16 -0500 Charles Kerr (13fd249) +2014-09-16 15:13:16 -0500 Charles Kerr (13fd249f) * in main.cpp, reuse the existing FileTimezone so that we don't have an unneccessary extra one -2014-09-16 14:57:35 -0500 Charles Kerr (2c4bfbb) +2014-09-16 14:57:35 -0500 Charles Kerr (2c4bfbbf) * sync with trunk -2014-09-16 14:55:30 -0500 Charles Kerr (dc501b4) +2014-09-16 14:55:30 -0500 Charles Kerr (dc501b4b) * LiveClock only needs one Timezone, so give it that instead of a Timezones object -2014-09-15 21:03:01 +0000 CI bot (790f43b) +2014-09-15 21:03:01 +0000 CI bot (790f43bc) - * Releasing 13.10.0+14.10.20140915-0ubuntu1 (tag: - 13.10.0+14.10.20140915-0ubuntu1) + * Releasing 13.10.0+14.10.20140915-0ubuntu1 -2014-09-15 21:02:48 +0000 Charles Kerr (851e7e1) +2014-09-15 21:02:48 +0000 Charles Kerr (851e7e14) * Update the time strings when a powerd Wakeup signal is detected. Fixes: 1359802 Approved by: Ted Gould, PS Jenkins bot -2014-09-15 14:49:20 -0500 Charles Kerr (c0055ef) +2014-09-15 14:49:20 -0500 Charles Kerr (c0055ef9) * add unit tests for the powerd monitor -2014-09-15 12:02:50 -0500 Charles Kerr (321873e) +2014-09-15 12:02:50 -0500 Charles Kerr (321873e4) * add manual test indicator-datetime/timestamp-wakeup -2014-09-15 09:56:52 -0500 Charles Kerr (d52c7d1) +2014-09-15 09:56:52 -0500 Charles Kerr (d52c7d1b) * listen to powerd SysPowerStateChange instead of Wakeup -2014-09-15 09:56:29 -0500 Charles Kerr (a705cb4) +2014-09-15 09:56:29 -0500 Charles Kerr (a705cb47) * add translator comments for the date format string in snap.cpp -2014-09-13 17:14:20 -0500 Charles Kerr (4416b03) +2014-09-13 17:14:20 -0500 Charles Kerr (4416b039) * get the system bus once instead of twice. -2014-09-13 17:11:20 -0500 Charles Kerr (b20b22f) +2014-09-13 17:11:20 -0500 Charles Kerr (b20b22f6) * foo -2014-09-13 15:45:23 -0500 Charles Kerr (13d371f) +2014-09-13 15:45:23 -0500 Charles Kerr (13d371f6) * hide the implementation detials of FileTimezone and GeoclueTimezone behind Impl classes -2014-09-13 13:39:19 -0500 Charles Kerr (187b660) +2014-09-13 13:39:19 -0500 Charles Kerr (187b660a) * update the time string when a powerd.Wakeup signal is seen. -2014-09-13 13:12:04 -0500 Charles Kerr (5d753a3) +2014-09-13 13:12:04 -0500 Charles Kerr (5d753a34) * hide Clock's implementation details into an Impl class. -2014-09-08 18:01:17 +0000 CI bot (f337a0f) +2014-09-08 18:01:17 +0000 CI bot (f337a0fd) - * Releasing 13.10.0+14.10.20140908.1-0ubuntu1 (tag: - 13.10.0+14.10.20140908.1-0ubuntu1) + * Releasing 13.10.0+14.10.20140908.1-0ubuntu1 -2014-09-08 18:01:00 +0000 Lars Uebernickel (e195b00) +2014-09-08 18:01:00 +0000 Lars Uebernickel (e195b001) * Use unicode characters directly instead of escaping them. Fixes: 1350544 Approved by: Charles Kerr, Sebastien Bacher, PS Jenkins bot -2014-09-08 18:00:31 +0000 Charles Kerr (fcb4b9e) +2014-09-08 18:00:31 +0000 Charles Kerr (fcb4b9e7) * rename "Upcoming" -> "Upcoming events" Approved by: Sebastien Bacher -2014-09-08 12:34:43 -0500 Charles Kerr (31af0d1) +2014-09-08 12:34:43 -0500 Charles Kerr (31af0d11) * change header from 'Upcoming' to 'Upcoming events' -2014-09-08 16:15:19 +0200 Lars Uebernickel (1de66cf) +2014-09-08 16:15:19 +0200 Lars Uebernickel (1de66cfc) * Use unicode characters directly instead of escaping them -2014-09-05 14:12:46 +0000 CI bot (f076356) +2014-09-05 14:12:46 +0000 CI bot (f0763563) - * Releasing 13.10.0+14.10.20140905-0ubuntu1 (tag: - 13.10.0+14.10.20140905-0ubuntu1) + * Releasing 13.10.0+14.10.20140905-0ubuntu1 -2014-09-05 14:12:28 +0000 Charles Kerr (94f9ecf) +2014-09-05 14:12:28 +0000 Charles Kerr (94f9ecf2) * In the alarm's popup notifications' titlebars, don't show the seconds in the time format string. Fixes: 1364374 Approved by: Pete Woods, PS Jenkins bot -2014-09-05 14:12:14 +0000 Charles Kerr (7affbfb) +2014-09-05 14:12:14 +0000 Charles Kerr (7affbfb5) * Add the snooze feature Fixes: 1354400 Approved by: Jussi Pakkanen, PS Jenkins bot -2014-09-04 21:58:51 +0000 CI bot (d006b8d) +2014-09-04 21:58:51 +0000 CI bot (d006b8d3) - * Releasing 13.10.0+14.10.20140904.1-0ubuntu1 (tag: - 13.10.0+14.10.20140904.1-0ubuntu1) + * Releasing 13.10.0+14.10.20140904.1-0ubuntu1 -2014-09-04 21:58:37 +0000 Ricardo Salveti de Araujo (f139f37) +2014-09-04 21:58:37 +0000 Ricardo Salveti de Araujo (f139f374) * sound: adding media role (alarm) when sink is pulsesink Approved by: PS Jenkins bot -2014-09-04 18:57:14 -0300 Ricardo Salveti de Araujo (a471ebc) +2014-09-04 18:57:14 -0300 Ricardo Salveti de Araujo (a471ebcd) * sound: check for audio_sink and also unref after using the object -2014-09-04 00:53:24 -0300 Ricardo Salveti de Araujo (cd8738f) +2014-09-04 00:53:24 -0300 Ricardo Salveti de Araujo (cd8738fe) * sound: adding media role (alarm) when sink is pulsesink -2014-09-02 23:52:27 -0500 Charles Kerr (ea92c05) +2014-09-02 23:52:27 -0500 Charles Kerr (ea92c056) * remove the seconds from the alarms' snap decisions. -2014-09-02 23:44:00 -0500 Charles Kerr (593c16d) +2014-09-02 23:44:00 -0500 Charles Kerr (593c16de) * minor copyediting: rename a variable for better clarity -2014-09-02 23:37:35 -0500 Charles Kerr (db764f3) +2014-09-02 23:37:35 -0500 Charles Kerr (db764f32) * remove the new code that we're not using yet -2014-09-02 23:37:02 -0500 Charles Kerr (a209741) +2014-09-02 23:37:02 -0500 Charles Kerr (a209741a) * use the 'override' keyword in the new planner class declarations -2014-09-02 23:22:04 -0500 Charles Kerr (7b42ea1) +2014-09-02 23:22:04 -0500 Charles Kerr (7b42ea11) * update manual-test-snap's diagnostic text to reflect snooze/ok buttons -2014-09-02 23:19:58 -0500 Charles Kerr (b0b9b94) +2014-09-02 23:19:58 -0500 Charles Kerr (b0b9b942) * reverse OK/snooze button order -2014-09-02 23:17:38 -0500 Charles Kerr (84a8bb0) +2014-09-02 23:17:38 -0500 Charles Kerr (84a8bb0d) * add manual test for snooze -2014-09-02 11:16:01 -0500 Charles Kerr (000f91c) +2014-09-02 11:16:01 -0500 Charles Kerr (000f91ca) * update Snap Decisions to include snooze -2014-09-02 11:15:58 -0500 Charles Kerr (6349370) +2014-09-02 11:15:58 -0500 Charles Kerr (63493709) * add planner.cpp to the build -2014-09-02 10:37:03 -0500 Charles Kerr (d3732ff) +2014-09-02 10:37:03 -0500 Charles Kerr (d3732ff1) * add snooze properties to our schema; export it on the bus; add tests -2014-09-02 10:35:27 -0500 Charles Kerr (15a383a) +2014-09-02 10:35:27 -0500 Charles Kerr (15a383a7) * add SnoozePlanner, AggregatePlanner -2014-08-19 20:19:19 +0000 CI bot (31cb88d) +2014-08-19 20:19:19 +0000 CI bot (31cb88dc) - * Releasing 13.10.0+14.10.20140819-0ubuntu1 (tag: - 13.10.0+14.10.20140819-0ubuntu1) + * Releasing 13.10.0+14.10.20140819-0ubuntu1 -2014-08-19 20:19:10 +0000 Charles Kerr (341cbc1) +2014-08-19 20:19:10 +0000 Charles Kerr (341cbc19) * Use powerd's hardware wakeup API instead of of using the u_hardware_alarm_*() API directly. Approved by: Antti Kaijanmäki, PS Jenkins bot -2014-08-18 23:08:38 -0500 Charles Kerr (a144696) +2014-08-18 23:08:38 -0500 Charles Kerr (a144696c) * use powerd for hardware wakeups -2014-08-18 23:03:38 -0500 Charles Kerr (2c77b7e) +2014-08-18 23:03:38 -0500 Charles Kerr (2c77b7e1) * use powerd for hw alarm wakeups -2014-08-08 20:52:55 +0000 CI bot (139454c) +2014-08-08 20:52:55 +0000 CI bot (139454ce) - * Releasing 13.10.0+14.10.20140808-0ubuntu1 (tag: - 13.10.0+14.10.20140808-0ubuntu1) + * Releasing 13.10.0+14.10.20140808-0ubuntu1 -2014-08-08 20:52:43 +0000 Charles Kerr (346131b) +2014-08-08 20:52:43 +0000 Charles Kerr (346131bb) * Have the shared Translations.cmake file look for .c, .cc, .cpp, .cxx, and .vala files. Fixes: 1354058 Approved by: Ted Gould -2014-08-08 20:52:31 +0000 Charles Kerr (0777142) +2014-08-08 20:52:31 +0000 Charles Kerr (0777142b) * Add haptic feedback support for alarms. Fixes: 1350017 Approved by: Antti Kaijanmäki, PS Jenkins bot, Nekhelesh Ramananthan -2014-08-08 15:31:49 -0500 Charles Kerr (9cc6380) +2014-08-08 15:31:49 -0500 Charles Kerr (9cc6380c) * in notifications, don't ask the notification server for its capabilities until we need them. -2014-08-08 15:24:25 -0500 Charles Kerr (91c7ce0) +2014-08-08 15:24:25 -0500 Charles Kerr (91c7ce04) * in notifications.cpp, register for the 'closed' signal before calling notification_notify(). -2014-08-07 12:42:15 -0500 Charles Kerr (a7ba9fc) +2014-08-07 12:42:15 -0500 Charles Kerr (a7ba9fc0) * when building the potfile, include .cc, .cpp, and .cxx files. -2014-08-01 12:14:04 -0500 Charles Kerr (56fdc9e) +2014-08-01 12:14:04 -0500 Charles Kerr (56fdc9ef) * sync with prerequisite branch lp:~charlesk/indicator-datetime/notification-refactor -2014-08-01 11:42:43 -0500 Charles Kerr (6da5872) +2014-08-01 11:42:43 -0500 Charles Kerr (6da58726) * refactor changes based on Antti's feedback -2014-07-31 19:52:42 -0500 Charles Kerr (d129112) +2014-07-31 19:52:42 -0500 Charles Kerr (d129112a) * in Haptic, make the looping logic easier to read. -2014-07-31 17:57:23 -0500 Charles Kerr (f7563be) +2014-07-31 17:57:23 -0500 Charles Kerr (f7563bed) * sync with notification-refactor -2014-07-31 17:56:21 -0500 Charles Kerr (3a49cbd) +2014-07-31 17:56:21 -0500 Charles Kerr (3a49cbd3) * sync with trunk -2014-07-31 17:50:10 -0500 Charles Kerr (03e9b94) +2014-07-31 17:50:10 -0500 Charles Kerr (03e9b947) * sync with trunk -2014-07-31 17:17:53 -0500 Charles Kerr (56d8814) +2014-07-31 17:17:53 -0500 Charles Kerr (56d88141) * configurable haptic mode, part 3 of 3: expose the new haptic mode setting as a DBus property; sync exporter tests -2014-07-31 17:06:50 -0500 Charles Kerr (8afa4ba) +2014-07-31 17:06:50 -0500 Charles Kerr (8afa4ba3) * configurable haptic mode, part 2 of 3: use the new haptic mode setting when popping up notifications; sync notification tests -2014-07-31 16:48:00 -0500 Charles Kerr (4148750) +2014-07-31 16:48:00 -0500 Charles Kerr (4148750e) * configurable haptic mode, part 1 of 3: add haptic feedback mode to the GSettings schema and to our Settings object -2014-07-31 16:25:26 -0500 Charles Kerr (43e0fb8) +2014-07-31 16:25:26 -0500 Charles Kerr (43e0fb82) * in haptic.cpp, better support for vibration patterns -2014-07-31 15:25:15 -0500 Charles Kerr (e789710) +2014-07-31 15:25:15 -0500 Charles Kerr (e789710c) * add haptic feedback unit tests -2014-07-31 15:22:47 -0500 Charles Kerr (af1b645) +2014-07-31 15:22:47 -0500 Charles Kerr (af1b645d) * drop the ubuntu-application-api middleman and call usensorsd directly: ua_sensors_haptic_new() crashes on desktop and ua_sensors_haptic_vibrate_once() makes blocking dbus calls. -2014-07-31 12:01:04 -0500 Charles Kerr (0c8faf2) +2014-07-31 12:01:04 -0500 Charles Kerr (0c8faf27) * in haptic.cpp, better comments -2014-07-31 11:59:12 -0500 Charles Kerr (ad789d5) +2014-07-31 11:59:12 -0500 Charles Kerr (ad789d53) * in Haptic::Impl::~Impl(), call ua_sensors_haptic_disable(). h/t Antti -2014-07-31 11:44:16 -0500 Charles Kerr (5809e10) +2014-07-31 11:44:16 -0500 Charles Kerr (5809e107) * in haptic.cpp, start vibrating immediately -2014-07-31 10:33:14 -0500 Charles Kerr (9d32289) +2014-07-31 10:33:14 -0500 Charles Kerr (9d32289f) * in indicator::noficiations::Haptic, better naming of the Mode enum -2014-07-31 09:59:44 -0500 Charles Kerr (e2e2591) +2014-07-31 09:59:44 -0500 Charles Kerr (e2e25912) * remove testing stub used by development -2014-07-31 09:59:11 -0500 Charles Kerr (4203405) +2014-07-31 09:59:11 -0500 Charles Kerr (42034051) * sync with lp:~charlesk/indicator-datetime/notification-refactor -2014-07-31 09:55:38 -0500 Charles Kerr (97e7d1b) +2014-07-31 09:55:38 -0500 Charles Kerr (97e7d1b8) * in sound.cpp, fix tab damage -2014-07-30 17:59:52 -0500 Charles Kerr (00da2f9) +2014-07-30 17:59:52 -0500 Charles Kerr (00da2f91) * sync with trunk -2014-07-30 17:03:08 -0500 Charles Kerr (5d6108e) +2014-07-30 17:03:08 -0500 Charles Kerr (5d6108ee) * fix doxygen comments -2014-07-30 16:35:49 -0500 Charles Kerr (cbb4e95) +2014-07-30 16:35:49 -0500 Charles Kerr (cbb4e955) * add haptic feedback to the manual tests -2014-07-30 16:34:02 -0500 Charles Kerr (e4b663e) +2014-07-30 16:34:02 -0500 Charles Kerr (e4b663eb) * in haptic.cpp, make sure to enable the sensor by calling ua_sensors_haptic_enable() -2014-07-30 16:01:03 -0500 Charles Kerr (559d185) +2014-07-30 16:01:03 -0500 Charles Kerr (559d185d) * initial draft of haptic feedback when alarms play -2014-07-30 14:54:37 -0500 Charles Kerr (d6b290f) +2014-07-30 14:54:37 -0500 Charles Kerr (d6b290fd) * move Snap's guts into an Impl class -2014-07-30 14:53:10 -0500 Charles Kerr (f6df973) +2014-07-30 14:53:10 -0500 Charles Kerr (f6df9730) * remove testing stub -2014-07-30 10:55:09 +0000 CI bot (23b0a5d) +2014-07-30 10:55:09 +0000 CI bot (23b0a5d6) - * Releasing 13.10.0+14.10.20140730-0ubuntu1 (tag: - 13.10.0+14.10.20140730-0ubuntu1) + * Releasing 13.10.0+14.10.20140730-0ubuntu1 -2014-07-30 10:54:56 +0000 Charles Kerr (a2f643c) +2014-07-30 10:54:56 +0000 Charles Kerr (a2f643c2) * Activate the phone's screen when an alarm is displayed. Fixes: 1340329 Approved by: Jussi Pakkanen, PS Jenkins bot -2014-07-27 11:01:30 -0500 Charles Kerr (b093613) +2014-07-27 11:01:30 -0500 Charles Kerr (b0936139) * copyediting: comments, use anonymous namespace -2014-07-27 10:51:54 -0500 Charles Kerr (7271b21) +2014-07-27 10:51:54 -0500 Charles Kerr (7271b213) * make close return void instead of bool, because after all what more can you do if the call fails? What's the point? -2014-07-27 00:08:34 -0500 Charles Kerr (31d6300) +2014-07-27 00:08:34 -0500 Charles Kerr (31d63005) * in sound.cpp, check the return value of gst_init_check() -2014-07-27 00:08:29 -0500 Charles Kerr (a1e8add) +2014-07-27 00:08:29 -0500 Charles Kerr (a1e8adda) * copyediting -2014-07-26 23:35:38 -0500 Charles Kerr (fcd77b8) +2014-07-26 23:35:38 -0500 Charles Kerr (fcd77b80) * refactor the Notifications / sound / awake code -2014-07-25 08:55:41 +0000 CI bot (18c9f88) +2014-07-25 08:55:41 +0000 CI bot (18c9f881) - * Releasing 13.10.0+14.10.20140725-0ubuntu1 (tag: - 13.10.0+14.10.20140725-0ubuntu1) + * Releasing 13.10.0+14.10.20140725-0ubuntu1 -2014-07-25 08:55:30 +0000 Mirco Müller (65ac3e2) +2014-07-25 08:55:30 +0000 Mirco Müller (65ac3e29) * Make use of the x-canonical-non-shaped-icon hint to suppress masking the symbolic icon with an UbuntuShape. Fixes: 1346925 Approved by: Charles Kerr, PS Jenkins bot -2014-07-24 01:36:50 -0500 Charles Kerr (a7e8b21) +2014-07-24 01:36:50 -0500 Charles Kerr (a7e8b219) * add 'confirm that the screen comes on' to relevant manual tests -2014-07-24 01:26:51 -0500 Charles Kerr (d0e5dd9) +2014-07-24 01:26:51 -0500 Charles Kerr (d0e5dd99) * add tests to confirm that sleep gets inhibited, and the screen gets forced on, while a notification is shown. -2014-07-24 01:18:10 -0500 Charles Kerr (b9b3cfe) +2014-07-24 01:18:10 -0500 Charles Kerr (b9b3cfea) * when a Snap object is destructed, delete any active Popups that it owns. This cleaner shutdown doesn't have any effect in production, but is needed to shut down the bus cleanly in the tests. -2014-07-23 22:56:36 -0500 Charles Kerr (909ccbc) +2014-07-23 22:56:36 -0500 Charles Kerr (909ccbc9) * move the powerd and screen bus name, path, and interface strings into dbus-shared -2014-07-23 19:12:14 -0500 Charles Kerr (e94fa94) +2014-07-23 19:12:14 -0500 Charles Kerr (e94fa94e) * remove tracer g_messages() that were used during development -2014-07-23 18:58:42 -0500 Charles Kerr (5235e60) +2014-07-23 18:58:42 -0500 Charles Kerr (5235e604) * handle Screen.keepDisplayOn() returning a cookie whose value is '0' -2014-07-23 17:59:22 -0500 Charles Kerr (2206a15) +2014-07-23 17:59:22 -0500 Charles Kerr (2206a157) * when an alarm is being shown, inhibit sleep and force the screen on. -2014-07-22 16:11:57 +0100 Mirco Müller (2d70256) +2014-07-22 16:11:57 +0100 Mirco Müller (2d702560) * Make use of the x-canonical-non-shaped-icon hint to suppress masking the symbolic icon with an UbuntuShape. -2014-07-18 12:06:28 +0000 CI bot (3b3b4ba) +2014-07-18 12:06:28 +0000 CI bot (3b3b4ba7) - * Releasing 13.10.0+14.10.20140718-0ubuntu1 (tag: - 13.10.0+14.10.20140718-0ubuntu1) + * Releasing 13.10.0+14.10.20140718-0ubuntu1 -2014-07-18 12:06:17 +0000 Charles Kerr (87ba2b5) +2014-07-18 12:06:17 +0000 Charles Kerr (87ba2b55) * make the gcc version explicit in debian/control and debian/rules. Approved by: PS Jenkins bot -2014-07-16 19:23:16 +0000 CI bot (1a49705) +2014-07-16 19:23:16 +0000 CI bot (1a497059) - * Releasing 13.10.0+14.10.20140716-0ubuntu1 (tag: - 13.10.0+14.10.20140716-0ubuntu1) + * Releasing 13.10.0+14.10.20140716-0ubuntu1 -2014-07-16 19:23:06 +0000 Charles Kerr (1d4454b) +2014-07-16 19:23:06 +0000 Charles Kerr (1d4454b6) * Set a x-canonical-snap-decisions-timeout hint for the alarm snap decisions. Fixes: 1324580 Approved by: Sebastien Bacher, PS Jenkins bot, Ted Gould -2014-07-15 14:55:21 -0500 Charles Kerr (013e9d6) +2014-07-15 14:55:21 -0500 Charles Kerr (013e9d6c) * add a dbustest1 test to confirm that the snap decision's hint has the correct timeout interval. -2014-07-15 14:51:22 -0500 Charles Kerr (d2078fd) +2014-07-15 14:51:22 -0500 Charles Kerr (d2078fd4) * Pair notify_init() with a shutdown call to notify_uninit() when the last Snap Decision is closed. -2014-07-15 08:11:11 -0500 Charles Kerr (eb8054f) +2014-07-15 08:11:11 -0500 Charles Kerr (eb8054f0) * use std::chrono to get the milliseconds for notify_notification_set_hint() -2014-07-14 22:03:29 -0500 Charles Kerr (5b1f9d5) +2014-07-14 22:03:29 -0500 Charles Kerr (5b1f9d5e) * x-canonical-snap-decisions-timeout is int32 milliseconds -2014-07-14 21:27:39 -0500 Charles Kerr (86135a9) +2014-07-14 21:27:39 -0500 Charles Kerr (86135a98) * in debian/control, change Build-Depends to allow for different en-base language packs -2014-07-14 21:09:56 -0500 Charles Kerr (ff6f8c0) +2014-07-14 21:09:56 -0500 Charles Kerr (ff6f8c0c) * add x-canonical-snap-decisions-timeout hint. -2014-07-14 21:02:55 -0500 Charles Kerr (0eaefcd) +2014-07-14 21:02:55 -0500 Charles Kerr (0eaefcd9) * remove use of deprecated API notify_notification_set_hint_string() -2014-07-14 21:01:34 -0500 Charles Kerr (7c72153) +2014-07-14 21:01:34 -0500 Charles Kerr (7c72153f) * add a visual hint that the next unit test isn't stuck, it's just slow. -2014-07-14 13:40:44 +0000 CI bot (5e55940) +2014-07-14 13:40:44 +0000 CI bot (5e559404) - * Releasing 13.10.0+14.10.20140714.1-0ubuntu1 (tag: - 13.10.0+14.10.20140714.1-0ubuntu1) + * Releasing 13.10.0+14.10.20140714.1-0ubuntu1 -2014-07-14 13:40:32 +0000 Charles Kerr (e213a80) +2014-07-14 13:40:32 +0000 Charles Kerr (e213a80e) * Use GStreamer's API directly to play sound instead of using libcanberra. Fixes: 1283065, 1337348 Approved by: Ted Gould, PS Jenkins bot -2014-07-13 17:22:57 -0500 Charles Kerr (3c78427) +2014-07-13 17:22:57 -0500 Charles Kerr (3c78427b) * silence dead store assignment found by clang static analyzer -2014-07-07 20:52:15 -0500 Charles Kerr (6979bfa) +2014-07-07 20:52:15 -0500 Charles Kerr (6979bfa2) * in snap.cpp, use std::call_once() as suggested by tedg -2014-07-07 20:36:59 -0500 Charles Kerr (19e94ca) +2014-07-07 20:36:59 -0500 Charles Kerr (19e94ca5) * copyedit the new manual test for clarity. -2014-07-07 20:35:17 -0500 Charles Kerr (3255261) +2014-07-07 20:35:17 -0500 Charles Kerr (3255261d) * use GStreamer's full volume range. -2014-07-03 15:55:56 -0500 Charles Kerr (47e3db9) +2014-07-03 15:55:56 -0500 Charles Kerr (47e3db9d) * add manual test -2014-07-03 15:44:26 -0500 Charles Kerr (39ef739) +2014-07-03 15:44:26 -0500 Charles Kerr (39ef7395) * use the libgstreamer API instead of libcanberra to play audio sounds. -2014-07-01 09:37:06 +0000 CI bot (2a28f45) +2014-07-01 09:37:06 +0000 CI bot (2a28f458) - * Releasing 13.10.0+14.10.20140701-0ubuntu1 (tag: - 13.10.0+14.10.20140701-0ubuntu1) + * Releasing 13.10.0+14.10.20140701-0ubuntu1 -2014-07-01 09:36:57 +0000 Charles Kerr (6ad9b8d) +2014-07-01 09:36:57 +0000 Charles Kerr (6ad9b8d2) * Expose the new alarm settings as DBus properties. Fixes: 1318997 -2014-07-01 09:36:47 +0000 Charles Kerr (6880613) +2014-07-01 09:36:47 +0000 Charles Kerr (6880613b) * Add the ability to have per-alarm custom sounds. Fixes: 1318997 -2014-06-30 09:54:34 -0500 Charles Kerr (194e793) +2014-06-30 09:54:34 -0500 Charles Kerr (194e7930) * Format the manual tests properly. Update the submitter/reviewer checklist. -2014-06-27 09:46:21 -0500 Charles Kerr (eebf8f9) +2014-06-27 09:46:21 -0500 Charles Kerr (eebf8f91) * use unsigned ints for the alarm volume, duration properties -2014-06-27 08:53:13 -0500 Charles Kerr (a872431) +2014-06-27 08:53:13 -0500 Charles Kerr (a872431f) * use intltool-merge to generate com.canonical.indicator.datetime.gschema.xml -2014-06-26 22:13:13 -0500 Charles Kerr (8bb09ca) +2014-06-26 22:13:13 -0500 Charles Kerr (8bb09ca0) * Design prefers to have a volume slider instead of presets, so remove the AlarmVolume enum and replace it with an int range. -2014-06-26 21:36:42 -0500 Charles Kerr (c508144) +2014-06-26 21:36:42 -0500 Charles Kerr (c5081444) * Expose the alarm settings via dbus properties. -2014-06-26 20:52:36 -0500 Charles Kerr (ff5881a) +2014-06-26 20:52:36 -0500 Charles Kerr (ff5881ac) * fix test-menus.cpp build failure in clang++ -2014-06-26 20:47:52 -0500 Charles Kerr (dda9044) +2014-06-26 20:47:52 -0500 Charles Kerr (dda9044e) * fix clang++ warning about unused private field in snap.cpp's Sound class -2014-06-26 20:46:06 -0500 Charles Kerr (90debef) +2014-06-26 20:46:06 -0500 Charles Kerr (90debef5) * fix clang++ warning about an unused private field in EdsEngine -2014-06-26 15:55:17 -0500 Charles Kerr (da980e3) +2014-06-26 15:55:17 -0500 Charles Kerr (da980e33) * Add Exporter's implementation to an Impl file because I'm about to shovel more methods and fields in there. -2014-06-25 14:27:53 -0500 Charles Kerr (ea8bedf) +2014-06-25 14:27:53 -0500 Charles Kerr (ea8bedf5) * make get_gain_level() a little easier to read. -2014-06-25 13:36:26 -0500 Charles Kerr (f630aa9) +2014-06-25 13:36:26 -0500 Charles Kerr (f630aa9b) * in snap.cpp, replace Sound::Properties with a SoundBuilder class to make the pattern use better. -2014-06-25 11:01:05 -0500 Charles Kerr (c8714f2) +2014-06-25 11:01:05 -0500 Charles Kerr (c8714f2a) * omit unnecessary whitespace -2014-06-25 10:02:10 -0500 Charles Kerr (6c63582) +2014-06-25 10:02:10 -0500 Charles Kerr (6c63582c) * make g++ 4.9 explicit -2014-06-24 09:39:14 -0500 Charles Kerr (5f59fce) +2014-06-24 09:39:14 -0500 Charles Kerr (5f59fce4) * copyedit the new snap decision: fix linewraps, give some variables/methods clearer names, better grouping of related methods, etc. -2014-06-24 00:06:55 -0500 Charles Kerr (dd54649) +2014-06-24 00:06:55 -0500 Charles Kerr (dd54649a) * in the snap decision code, handle sound custom loop durations -2014-06-24 00:06:04 -0500 Charles Kerr (3738327) +2014-06-24 00:06:04 -0500 Charles Kerr (37383276) * add GSettings support for specifying an alarm loop duration -2014-06-23 20:26:09 -0500 Charles Kerr (0463fa7) +2014-06-23 20:26:09 -0500 Charles Kerr (0463fa76) * add support for per-alarm ringtone sounds set in EDS via E_CAL_COMPONENT_ALARM_AUDIO -2014-06-23 19:03:47 -0500 Charles Kerr (9c34627) +2014-06-23 19:03:47 -0500 Charles Kerr (9c346273) * in the snap decision code, handle custom sounds and volume levels. -2014-06-23 18:52:52 -0500 Charles Kerr (a85fd44) +2014-06-23 18:52:52 -0500 Charles Kerr (a85fd44e) * add GSettings support for specifying a default alarm sound and default alarm volume. -2014-06-12 19:42:13 -0300 Ricardo Salveti de Araujo (f6778e1) +2014-06-12 19:42:13 -0300 Ricardo Salveti de Araujo (f6778e1c) * releasing package indicator-datetime version - 13.10.0+14.10.20140611-0ubuntu3 (tag: - 13.10.0+14.10.20140611-0ubuntu3) + 13.10.0+14.10.20140611-0ubuntu3 -2014-06-12 19:42:04 -0300 Ricardo Salveti de Araujo (4faae95) +2014-06-12 19:42:04 -0300 Ricardo Salveti de Araujo (4faae95c) * Migrading to Platform V2 -2014-06-12 19:14:46 -0300 Ricardo Salveti de Araujo (b7f15ec) +2014-06-12 19:14:46 -0300 Ricardo Salveti de Araujo (b7f15ec4) * Migrate to platform-api v2 -2014-06-12 19:13:11 -0300 Ricardo Salveti de Araujo (26f6d14) +2014-06-12 19:13:11 -0300 Ricardo Salveti de Araujo (26f6d14e) * releasing package indicator-datetime version - 13.10.0+14.10.20140611-0ubuntu2 (tag: - 13.10.0+14.10.20140611-0ubuntu2) + 13.10.0+14.10.20140611-0ubuntu2 -2014-06-11 12:36:52 +0000 CI bot (0a450de) +2014-06-11 12:36:52 +0000 CI bot (0a450de5) - * Releasing 13.10.0+14.10.20140611-0ubuntu1 (tag: - 13.10.0+14.10.20140611-0ubuntu1) + * Releasing 13.10.0+14.10.20140611-0ubuntu1 -2014-06-11 12:36:41 +0000 Charles Kerr (9eee6f0) +2014-06-11 12:36:41 +0000 Charles Kerr (9eee6f01) * Prefer to use ubuntu-platform-hardware-api for wakeups when possible s.t. user-defined alarms/appointments can wake up the phone from sleep to give a snap decision. Fixes: 1299916 -2014-06-11 12:36:25 +0000 Charles Kerr (5e6083e) +2014-06-11 12:36:25 +0000 Charles Kerr (5e6083e7) * Use the Suru Arpeggio as the default alarm sound. Fixes: 1309063 -2014-06-11 12:36:08 +0000 Sergey Shnatsel Davidoff (e6bec35) +2014-06-11 12:36:08 +0000 Sergey Shnatsel Davidoff (e6bec351) * Add Pantheon, the desktop environment of elementary Project, to OnlyShowIn lists in .desktop files. Fixes: 1301699 -2014-06-11 12:35:58 +0000 Charles Kerr (705c343) +2014-06-11 12:35:58 +0000 Charles Kerr (705c343c) * when src/timezone-file.c reads the contents of a file, skip lines that begin with '#' Fixes: 1312775 -2014-06-10 23:06:46 -0500 Charles Kerr (db2898b) +2014-06-10 23:06:46 -0500 Charles Kerr (db2898b2) * remove a pair of #warning tracers -2014-06-10 23:04:52 -0500 Charles Kerr (3f7fad0) +2014-06-10 23:04:52 -0500 Charles Kerr (3f7fad00) * Don't build the hw-alarms pieces if ubuntu/hardware/alarm.h can't be found. Don't require libplatform-hardware-api-* unless the arch is armhf, i386, or amd64. -2014-06-10 14:21:58 -0500 Charles Kerr (4977263) +2014-06-10 14:21:58 -0500 Charles Kerr (49772635) * in debian/control, remove 'Depends: libubuntu-platform-hardware-api1' as per ted's suggestion -2014-06-10 13:58:14 -0500 Charles Kerr (f0e1d7d) +2014-06-10 13:58:14 -0500 Charles Kerr (f0e1d7da) * in MERGE-REVIEW, outline the steps needed to run hw alarm wakeup tests -2014-06-10 12:01:57 -0500 Charles Kerr (a5e5f4c) +2014-06-10 12:01:57 -0500 Charles Kerr (a5e5f4cc) * remove some debug tracers that shouldn't've been committed -2014-06-10 11:56:32 -0500 Charles Kerr (03a7615) +2014-06-10 11:56:32 -0500 Charles Kerr (03a7615f) * in SimpleAlarmQueue, the 'alarms we don't want to trigger' list needs to be composed of uid + timestamp. Keying off of only timestamp doesn't work because UIDs can be recycled as users edit and reuse alarms. -2014-06-10 11:56:07 -0500 Charles Kerr (e32110f) +2014-06-10 11:56:07 -0500 Charles Kerr (e32110f0) * in UhaWakeupTimer, ensure the timeout signal gets emitted from inside a glib idle callback. -2014-06-10 09:06:46 -0500 Charles Kerr (ce7397d) +2014-06-10 09:06:46 -0500 Charles Kerr (ce7397dc) * in wakeup-timer-uha, sync with platform-api changes and add a safeguard to ensure the service doesn't try to sleep for an event that's already passed. -2014-06-10 09:05:35 -0500 Charles Kerr (7937216) +2014-06-10 09:05:35 -0500 Charles Kerr (79372164) * in wakeup-timer-uha, set idle wakeup to 1 day from now rather than 1 year from now. -2014-06-10 09:02:17 -0500 Charles Kerr (3993fcd) +2014-06-10 09:02:17 -0500 Charles Kerr (3993fcd4) * in engine-eds, add debug messages -2014-06-10 09:01:39 -0500 Charles Kerr (0e5acae) +2014-06-10 09:01:39 -0500 Charles Kerr (0e5acaed) * in alarm-queue-simple, call requeue() if time skew is detected. -2014-06-10 09:00:14 -0500 Charles Kerr (02319cb) +2014-06-10 09:00:14 -0500 Charles Kerr (02319cb8) * in wakeup-timer-mainloop, don't just cast to uint without checking sign. (h/t ted) -2014-06-10 08:57:36 -0500 Charles Kerr (9213d97) +2014-06-10 08:57:36 -0500 Charles Kerr (9213d97f) * in date-time.h, remove unnecessary get() call. (h/t ted) -2014-06-10 08:57:02 -0500 Charles Kerr (806a7bb) +2014-06-10 08:57:02 -0500 Charles Kerr (806a7bb9) * in debianl/control, add libplatform-hardware-api pieces to Depends and Build-Depends -2014-05-28 09:53:09 +0200 Charles Kerr (3257579) +2014-05-28 09:53:09 +0200 Charles Kerr (32575799) * add ubuntu-touch-sounds to Recommends: b/c that provides 'Suru arpeggio.ogg' -2014-05-28 09:35:09 +0200 Charles Kerr (170d4e9) +2014-05-28 09:35:09 +0200 Charles Kerr (170d4e9c) * don't ca_context_cache() the default alarm sound, since we don't use it on desktop and caching fails on phone -2014-05-28 09:01:44 +0200 Charles Kerr (9f7acc6) +2014-05-28 09:01:44 +0200 Charles Kerr (9f7acc63) * use the Suru arpeggio as the default alarm sound. -2014-05-05 10:06:34 -0500 Charles Kerr (2b112eb) +2014-05-05 10:06:34 -0500 Charles Kerr (2b112ebf) * when src/timezone-file.c reads the contents of a file, skip lines that begin with '#' because they're comments. Add test. -2014-04-24 22:43:15 -0500 Charles Kerr (27b5003) +2014-04-24 22:43:15 -0500 Charles Kerr (27b50030) * prefer to use ubuntu-platform-hardware-api for wakeups when possible s.t. user-defined alarms/appointments can wake up the phone from sleep to give a snap decision. -2014-04-24 22:34:42 -0500 Charles Kerr (a396e6a) +2014-04-24 22:34:42 -0500 Charles Kerr (a396e6af) * hw alarms -2014-04-24 11:04:55 -0500 Charles Kerr (cff541a) +2014-04-24 11:04:55 -0500 Charles Kerr (cff541ac) * rename 'clock-watcher' as 'alarm-queue' because the former name isn't very informative. -2014-04-15 22:25:42 +0000 CI bot (4008e0a) +2014-04-15 22:25:42 +0000 CI bot (4008e0a9) - * Releasing 13.10.0+14.04.20140415.3-0ubuntu1 (tag: - 13.10.0+14.04.20140415.3-0ubuntu1) + * Releasing 13.10.0+14.04.20140415.3-0ubuntu1 -2014-04-15 22:25:28 +0000 Charles Kerr (c376385) +2014-04-15 22:25:28 +0000 Charles Kerr (c376385e) * If there's a large batch of EDS events coming in, try to wait until the event storm has passed before running our requery. Fixes: 1306112 -2014-04-15 11:11:34 -0500 Charles Kerr (61af48e) +2014-04-15 11:11:34 -0500 Charles Kerr (61af48e6) * copyediting: fix indentation/formatting -2014-04-15 11:01:56 -0500 Charles Kerr (dd8adf4) +2014-04-15 11:01:56 -0500 Charles Kerr (dd8adf4f) * sync with lp:~renatofilho/qtorganizer5-eds/fix-1284375's method of storing alarm urls. Happily this supercedes our code that used to call e_cal_client_get_attachment_uris(), so this means fewer round trip calls to EDS -2014-04-15 10:40:31 -0500 Charles Kerr (61be4cf) +2014-04-15 10:40:31 -0500 Charles Kerr (61be4cf3) * remove unused field Appointment.is_daily -2014-04-15 09:50:07 -0500 Charles Kerr (0a09722) +2014-04-15 09:50:07 -0500 Charles Kerr (0a097229) * remove unused field Appointment.is_event -2014-04-11 15:28:16 -0500 Charles Kerr (0b6ccb4) +2014-04-11 15:28:16 -0500 Charles Kerr (0b6ccb49) * remove some extraneous EDS events on startup -2014-04-11 14:41:18 -0500 Charles Kerr (2241aff) +2014-04-11 14:41:18 -0500 Charles Kerr (2241aff4) * if we have a flood of EDS events coming in, wait a longer interval before requerying the EDS engine -2014-04-08 13:12:09 +0000 CI bot (df8bb67) +2014-04-08 13:12:09 +0000 CI bot (df8bb67b) - * Releasing 13.10.0+14.04.20140408-0ubuntu1 (tag: - 13.10.0+14.04.20140408-0ubuntu1) + * Releasing 13.10.0+14.04.20140408-0ubuntu1 -2014-04-08 13:11:53 +0000 Iain Lane (53fb238) +2014-04-08 13:11:53 +0000 Iain Lane (53fb2388) * split_settings_location: Initialise the 'first' pointer, otherwise it points to random memory which leads to undefined behaviour. Fixes FTBFS in testsuite on arm64. -2014-04-08 11:23:02 +0100 Iain Lane (baf429b) +2014-04-08 11:23:02 +0100 Iain Lane (baf429be) * split_settings_location: Initialise the 'first' pointer. -2014-04-04 17:05:59 +0400 Sergey Shnatsel Davidoff (9b2ac37) +2014-04-04 17:05:59 +0400 Sergey Shnatsel Davidoff (9b2ac37d) * Add Pantheon to OnlyShowIn list of the non-Upstart .desktop file -2014-03-28 16:11:23 +0000 CI bot (56ae922) +2014-03-28 16:11:23 +0000 CI bot (56ae922c) - * Releasing 13.10.0+14.04.20140328-0ubuntu1 (tag: - 13.10.0+14.04.20140328-0ubuntu1) + * Releasing 13.10.0+14.04.20140328-0ubuntu1 -2014-03-28 16:11:10 +0000 Charles Kerr (09ea83b) +2014-03-28 16:11:10 +0000 Charles Kerr (09ea83b5) * Improved translator comments for better time/date localization. Fixes: 1001595 -2014-03-28 16:10:55 +0000 Charles Kerr (2a62b1c) +2014-03-28 16:10:55 +0000 Charles Kerr (2a62b1c0) * Short-term workaround for the GIO GAppInfo wakeup bug discussed in bug 1296233 Fixes: 1296233 -2014-03-27 19:25:34 -0500 Charles Kerr (7d5e6f3) +2014-03-27 19:25:34 -0500 Charles Kerr (7d5e6f35) * add comments & examples for translators to help them to fix bug #1001595 for their locale. -2014-03-25 16:28:54 -0500 Charles Kerr (afc73ec) +2014-03-25 16:28:54 -0500 Charles Kerr (afc73ec8) * work around gio wakeup bug -2014-03-24 16:18:24 +0000 CI bot (e5c36e2) +2014-03-24 16:18:24 +0000 CI bot (e5c36e2a) - * Releasing 13.10.0+14.04.20140324.1-0ubuntu1 (tag: - 13.10.0+14.04.20140324.1-0ubuntu1) + * Releasing 13.10.0+14.04.20140324.1-0ubuntu1 -2014-03-24 16:18:12 +0000 Charles Kerr (45abbf3) +2014-03-24 16:18:12 +0000 Charles Kerr (45abbf3d) * Change the desktop menu's settings menuitem's label to match the spec. Fixes: 1296585 -2014-03-24 16:17:54 +0000 Charles Kerr (7a6e36e) +2014-03-24 16:17:54 +0000 Charles Kerr (7a6e36e5) * Remove unused dependencies from packaging. Fixes: 1120358 -2014-03-24 16:17:39 +0000 Charles Kerr (2176a55) +2014-03-24 16:17:39 +0000 Charles Kerr (2176a55e) * Point to the right object path for the phone greeter. Fixes: 1294832 -2014-03-24 16:17:21 +0000 Charles Kerr (9ff3ab1) +2014-03-24 16:17:21 +0000 Charles Kerr (9ff3ab16) * When clicking onto a different calendar date on the Desktop, show the events for that calendar day starting at the beginning of the day, rather than the current time of day. Fixes: 1293646 -2014-03-24 16:16:58 +0000 Ted Gould (6b2a902) +2014-03-24 16:16:58 +0000 Ted Gould (6b2a9020) * Synchronize process management across indicators -2014-03-24 10:49:00 -0500 Charles Kerr (f88a1cf) +2014-03-24 10:49:00 -0500 Charles Kerr (f88a1cf7) * fix settings menuitem label on the desktop. -2014-03-24 10:46:04 -0500 Charles Kerr (9b093e7) +2014-03-24 10:46:04 -0500 Charles Kerr (9b093e7c) * restore 'override_dh_install: dh_install --fail-missing' based on seb128's feedback (thanks seb) -2014-03-23 15:11:06 -0500 Charles Kerr (95e497e) +2014-03-23 15:11:06 -0500 Charles Kerr (95e497e3) * in debian/rules, move unneeded intltool and .desktop file rules. -2014-03-23 10:25:54 -0500 Charles Kerr (380b845) +2014-03-23 10:25:54 -0500 Charles Kerr (380b845e) * in debian/control, remove unneeded Build-Depends libpolkit-gobject-1-dev -2014-03-23 10:25:03 -0500 Charles Kerr (8894e0f) +2014-03-23 10:25:03 -0500 Charles Kerr (8894e0f1) * in debian/control, remove unneeded GNOME Build-Depends gnome-common, libgconf2-dev -2014-03-23 10:20:12 -0500 Charles Kerr (d2a5d45) +2014-03-23 10:20:12 -0500 Charles Kerr (d2a5d451) * in debian/control, remove unneeded GUI Build-Depends libcairo2-dev, libgtk-3-dev, libido3-0.1-dev, libxorg-gtest-dev -2014-03-23 09:45:38 -0500 Charles Kerr (ba4ba4c) +2014-03-23 09:45:38 -0500 Charles Kerr (ba4ba4c0) * make geoclue recommended, rather than required. -2014-03-22 02:25:50 -0500 Charles Kerr (18013db) +2014-03-22 02:25:50 -0500 Charles Kerr (18013dbb) * make the phone and desktop actions more consistent with each other; eg, 'indicator.desktop.open-calendar-app' + 'indicator.phone.open-calendar-app' -2014-03-21 18:07:12 -0500 Charles Kerr (71f97cd) +2014-03-21 18:07:12 -0500 Charles Kerr (71f97cd0) * give 'phone' and 'desktop' their own action namespaces. Fix documentation on 'activate-settings', since there are two forms of it, one for phone and one for desktop. -2014-03-21 14:02:46 -0500 Charles Kerr (def8146) +2014-03-21 14:02:46 -0500 Charles Kerr (def81465) * point to the right object path for the phone greeter. -2014-03-21 13:13:23 -0500 Charles Kerr (006e75b) +2014-03-21 13:13:23 -0500 Charles Kerr (006e75bc) * sync with trunk -2014-03-21 05:23:04 +0000 CI bot (d148c14) +2014-03-21 05:23:04 +0000 CI bot (d148c14f) - * Releasing 13.10.0+14.04.20140321-0ubuntu1 (tag: - 13.10.0+14.04.20140321-0ubuntu1) + * Releasing 13.10.0+14.04.20140321-0ubuntu1 -2014-03-21 05:22:55 +0000 Charles Kerr (c776ee0) +2014-03-21 05:22:55 +0000 Charles Kerr (c776ee03) * Add debug logging of what capabilities the notification server said it supports. Fixes: 1295271 -2014-03-21 05:22:45 +0000 Charles Kerr (c64ae00) +2014-03-21 05:22:45 +0000 Charles Kerr (c64ae006) * If we notify_notification_show() fails, we shouldn't play the alarm sound. -2014-03-20 17:13:23 -0500 Charles Kerr (43196ae) +2014-03-20 17:13:23 -0500 Charles Kerr (43196aee) * sync unit tests with r325 -2014-03-20 16:17:37 -0500 Charles Kerr (f09e561) +2014-03-20 16:17:37 -0500 Charles Kerr (f09e561c) * when clicking onto a different calendar date on the Desktop, show the events for that calendar day starting at the beginning of the day, rather than the current time of day. -2014-03-20 13:23:43 -0500 Charles Kerr (821f2e1) +2014-03-20 13:23:43 -0500 Charles Kerr (821f2e1a) * Don't play the alarm sound if we can't talk to libnotify. Otherwise we won't know when the notification's been closed to turn off the sound, and the sound will play forever. -2014-03-20 13:18:34 -0500 Charles Kerr (9c061ec) +2014-03-20 13:18:34 -0500 Charles Kerr (9c061ec3) * add debug logging of what capabilities the notification server said it supports. -2014-03-14 17:37:33 +0000 CI bot (75729a4) +2014-03-14 17:37:33 +0000 CI bot (75729a4d) - * Releasing 13.10.0+14.04.20140314.1-0ubuntu1 (tag: - 13.10.0+14.04.20140314.1-0ubuntu1) + * Releasing 13.10.0+14.04.20140314.1-0ubuntu1 -2014-03-14 17:37:21 +0000 Charles Kerr (5148b72) +2014-03-14 17:37:21 +0000 Charles Kerr (5148b720) * Don't show the "Add Event..." button if the calendar app can't be found. Fixes: 1250632 -2014-03-14 17:37:09 +0000 Charles Kerr (8c4067b) +2014-03-14 17:37:09 +0000 Charles Kerr (8c4067b5) * Don't use EDS if we're in the greeter. Fixes: 1256130 -2014-03-14 17:37:00 +0000 Charles Kerr (9f3136b) +2014-03-14 17:37:00 +0000 Charles Kerr (9f3136ba) * When the user clicks on a date in the calendar, update the "Upcoming Events" section to show events starting at that date. Fixes: 1290169, 1290171, 1291468 -2014-03-14 11:48:06 -0500 Charles Kerr (35b0a36) +2014-03-14 11:48:06 -0500 Charles Kerr (35b0a360) * slightly better testing for whether or not a date happened in the past at second granularity rather than usec -2014-03-13 17:00:19 -0500 Charles Kerr (01dca64) +2014-03-13 17:00:19 -0500 Charles Kerr (01dca64f) * test for evolution with g_app_info_get_id() rather than g_app_info_get_name() -2014-03-13 09:22:16 -0500 Charles Kerr (1a8ea8b) +2014-03-13 09:22:16 -0500 Charles Kerr (1a8ea8bd) * sync the unit tests to the evolution startdate changes in r319 -2014-03-12 19:13:27 -0500 Charles Kerr (78eb851) +2014-03-12 19:13:27 -0500 Charles Kerr (78eb8516) * When invoking Evolution's calendar via the commandline and the 'startdate' argument, use a UTC argument for startdate. -2014-03-11 18:16:48 +0000 CI bot (39d8fc6) +2014-03-11 18:16:48 +0000 CI bot (39d8fc60) - * Releasing 13.10.0+14.04.20140311.1-0ubuntu1 (tag: - 13.10.0+14.04.20140311.1-0ubuntu1) + * Releasing 13.10.0+14.04.20140311.1-0ubuntu1 -2014-03-11 18:16:38 +0000 Lars Uebernickel (f5a2732) +2014-03-11 18:16:38 +0000 Lars Uebernickel (f5a27328) * add desktop_lockscreen profile -2014-03-11 14:24:01 +0100 Lars Uebernickel (684e626) +2014-03-11 14:24:01 +0100 Lars Uebernickel (684e6267) * Add desktop_lockscreen profile -2014-03-09 22:32:19 -0500 Charles Kerr (379aeee) +2014-03-09 22:32:19 -0500 Charles Kerr (379aeeed) * Don't list an 'Add Event…' button if there's not a calendar app available -2014-03-09 22:26:26 -0500 Charles Kerr (462e8e6) +2014-03-09 22:26:26 -0500 Charles Kerr (462e8e6d) * don't connect to EDS when running in the greeter. -2014-03-09 21:08:47 -0500 Charles Kerr (3f4d409) +2014-03-09 21:08:47 -0500 Charles Kerr (3f4d409f) * decouple the planner's states; need three separate sets: upcoming-now (for alarms in the current time), @@ -2818,531 +2842,525 @@ calendar date), and calendar-month (all the appointments in the month displayed in the menu). -2014-03-09 17:46:08 -0500 Charles Kerr (375277f) +2014-03-09 17:46:08 -0500 Charles Kerr (375277fa) * in utils.c's generate_full_format_string_at_time(), test to see if the event time occurred before the current time -2014-03-09 12:48:18 -0500 Charles Kerr (16b0ab3) +2014-03-09 12:48:18 -0500 Charles Kerr (16b0ab32) * sync unit tests -2014-03-09 12:41:45 -0500 Charles Kerr (ed9d932) +2014-03-09 12:41:45 -0500 Charles Kerr (ed9d932e) * in EdsPlanner, use a Timezone instead of Timezones object -2014-03-06 17:54:57 -0600 Charles Kerr (df650be) +2014-03-06 17:54:57 -0600 Charles Kerr (df650bec) * In the Desktop profile, don't show the 'Add Event…' button if evolution can't be launched. -2014-03-02 16:09:05 -0600 Charles Kerr (422401c) +2014-03-02 16:09:05 -0600 Charles Kerr (422401c1) * sync with trunk -2014-02-27 18:44:11 +0000 CI bot (58dd68d) +2014-02-27 18:44:11 +0000 CI bot (58dd68d0) - * Releasing 13.10.0+14.04.20140227.1-0ubuntu1 (tag: - 13.10.0+14.04.20140227.1-0ubuntu1) + * Releasing 13.10.0+14.04.20140227.1-0ubuntu1 -2014-02-27 18:44:03 +0000 Charles Kerr (7a2ac4c) +2014-02-27 18:44:03 +0000 Charles Kerr (7a2ac4c1) * When the notification engine is notify-osd, use bubble notifications instead of the phone's snap decisions. Fixes: 1283142 -2014-02-27 11:14:52 -0500 Charles Kerr (00fcc7d) +2014-02-27 11:14:52 -0500 Charles Kerr (00fcc7da) * when a notify action is activated, call stop_audio_loop() in case the notify server doesn't also send back a 'closed' signal. -2014-02-27 11:13:08 -0500 Charles Kerr (e365214) +2014-02-27 11:13:08 -0500 Charles Kerr (e365214c) * when deciding whether to do a bubble or snap notification, see if the server supports actions. -2014-02-27 10:59:26 +0000 CI bot (719f3d3) +2014-02-27 10:59:26 +0000 CI bot (719f3d30) - * Releasing 13.10.0+14.04.20140227-0ubuntu1 (tag: - 13.10.0+14.04.20140227-0ubuntu1) + * Releasing 13.10.0+14.04.20140227-0ubuntu1 -2014-02-27 10:59:17 +0000 Charles Kerr (c807480) +2014-02-27 10:59:17 +0000 Charles Kerr (c8074804) * In EdsPlanner's get_appointments(), sort 'em before returning them to the caller. Fixes: 1285249 -2014-02-27 10:59:07 +0000 Charles Kerr (e60d563) +2014-02-27 10:59:07 +0000 Charles Kerr (e60d563f) * DateTime::format(), don't pass NULL to a std::string's assignment operator Fixes: 1285243 -2014-02-27 10:58:58 +0000 Charles Kerr (4359a9d) +2014-02-27 10:58:58 +0000 Charles Kerr (4359a9d0) * Don't log E_CLIENT_ERROR_NOT_SUPPORTED errors returned by e_cal_client_get_attachment_uris() -- we can silently interpret that as 'no attachments' Fixes: 1285212 -2014-02-26 16:03:57 -0600 Charles Kerr (a0d9ead) +2014-02-26 16:03:57 -0600 Charles Kerr (a0d9eadc) * when notifying of alarms on the desktop, use bubble notifications instead of a confirmation dialog + audio feedback. -2014-02-26 14:45:46 -0600 Charles Kerr (1159559) +2014-02-26 14:45:46 -0600 Charles Kerr (11595598) * tie the stop-the-ringtone action to the notification being closed, so that it stops no matter which button was pressed. -2014-02-26 11:34:20 -0600 Charles Kerr (69ed3bf) +2014-02-26 11:34:20 -0600 Charles Kerr (69ed3bfc) * in EdsPlanner's get_appointments(), sort 'em before returning them to the caller. -2014-02-26 10:48:21 -0600 Charles Kerr (d857a4d) +2014-02-26 10:48:21 -0600 Charles Kerr (d857a4d1) * in DateTime::format(), don't assign NULL to a std::string -2014-02-26 10:34:36 -0600 Ted Gould (c1f5599) +2014-02-26 10:34:36 -0600 Ted Gould (c1f55991) * Update for gnome-fallback -2014-02-26 10:09:35 -0600 Charles Kerr (3ce3c80) +2014-02-26 10:09:35 -0600 Charles Kerr (3ce3c805) * don't log E_CLIENT_ERROR_NOT_SUPPORTED errors returned by e_cal_client_get_attachment_uris() -- we can silently interpret that as 'no attachments' -2014-02-26 03:46:01 -0600 Charles Kerr (e5f71ea) +2014-02-26 03:46:01 -0600 Charles Kerr (e5f71ea7) * use the timezones object to set the ECalComponent's default timezone. This is needed to properly handle the 'floating' dates in the alarms -2014-02-25 16:58:43 +0000 CI bot (bb4bb77) +2014-02-25 16:58:43 +0000 CI bot (bb4bb779) - * Releasing 13.10.0+14.04.20140225-0ubuntu1 (tag: - 13.10.0+14.04.20140225-0ubuntu1) + * Releasing 13.10.0+14.04.20140225-0ubuntu1 -2014-02-25 16:58:34 +0000 Charles Kerr (0bb962f) +2014-02-25 16:58:34 +0000 Charles Kerr (0bb962f6) * Fix g_assert_if_reached() in EdsPlanner::on_source_enabled(). Fixes: 1283610 -2014-02-25 16:58:25 +0000 Charles Kerr (653c707) +2014-02-25 16:58:25 +0000 Charles Kerr (653c7072) * In the alarms menu, don't let iterations of recurring events drown out everything else. -2014-02-25 16:58:15 +0000 Charles Kerr (d31981a) +2014-02-25 16:58:15 +0000 Charles Kerr (d31981af) * Test the EDS component summary for NULL before using it in a std::string. Fixes: 1280341 -2014-02-25 16:58:06 +0000 Charles Kerr (3a379ea) +2014-02-25 16:58:06 +0000 Charles Kerr (3a379eaf) * Test the EClient's color hint string for NULL before passing it to a std::string constructor. Fixes: 1283834 -2014-02-25 09:56:16 -0600 Charles Kerr (d8dcf6f) +2014-02-25 09:56:16 -0600 Charles Kerr (d8dcf6f4) * don't pass a nulllptr into std::string's ctor if the EClient doesn't have a color hint. -2014-02-25 09:37:37 -0600 Charles Kerr (7c9e119) +2014-02-25 09:37:37 -0600 Charles Kerr (7c9e1197) * In EdsPlanner::on_source_enabled(), don't use ESources that don't have calendars or tasks. -2014-02-24 10:37:28 -0600 Charles Kerr (cd7552c) +2014-02-24 10:37:28 -0600 Charles Kerr (cd7552c4) * test the ECalComponent's summary for NULL before passing it to our std::string. -2014-02-24 10:17:44 -0600 Charles Kerr (936cd1a) +2014-02-24 10:17:44 -0600 Charles Kerr (936cd1a7) * fix typo in previous commit -2014-02-23 22:48:57 -0600 Charles Kerr (5bae051) +2014-02-23 22:48:57 -0600 Charles Kerr (5bae051d) * actually, why keep the local variable at all. Use g_menu_model_get_n_items() to see if we've reached MAX_APPTS yet. -2014-02-23 22:14:51 -0600 Charles Kerr (ce57645) +2014-02-23 22:14:51 -0600 Charles Kerr (ce576453) * don't let each iteration of a recurring event/alarm spam out other upcoming event/alarms in the menu. -2014-02-19 22:04:52 -0600 Ted Gould (2ed9289) +2014-02-19 22:04:52 -0600 Ted Gould (2ed92899) * We just build it, now we're ignoring it -2014-02-19 22:04:20 -0600 Ted Gould (e7842cd) +2014-02-19 22:04:20 -0600 Ted Gould (e7842cdb) * Build an upstart override -2014-02-19 21:38:45 -0600 Ted Gould (516866f) +2014-02-19 21:38:45 -0600 Ted Gould (516866f3) * Fix that we're starting up under Unity -2014-02-19 21:38:12 -0600 Ted Gould (c1aa03e) +2014-02-19 21:38:12 -0600 Ted Gould (c1aa03eb) * Clean up the upstart config -2014-02-19 18:02:43 +0000 CI bot (e3ce38f) +2014-02-19 18:02:43 +0000 CI bot (e3ce38f4) - * Releasing 13.10.0+14.04.20140219.1-0ubuntu1 (tag: - 13.10.0+14.04.20140219.1-0ubuntu1) + * Releasing 13.10.0+14.04.20140219.1-0ubuntu1 -2014-02-19 18:02:35 +0000 Ted Gould (bf7ca1a) +2014-02-19 18:02:35 +0000 Ted Gould (bf7ca1ab) * Adding acceptance tests and merge review policies -2014-02-19 18:02:22 +0000 Charles Kerr (359764b) +2014-02-19 18:02:22 +0000 Charles Kerr (359764b5) * support for ubuntu-clock-app's alarms Fixes: 1233176, 1237752, 1255716 -2014-02-19 09:35:51 -0600 Charles Kerr (29ca2a5) +2014-02-19 09:35:51 -0600 Charles Kerr (29ca2a55) * sync with trunk -2014-02-17 12:53:26 +0000 CI bot (372b0a7) +2014-02-17 12:53:26 +0000 CI bot (372b0a77) - * Releasing 13.10.0+14.04.20140217-0ubuntu1 (tag: - 13.10.0+14.04.20140217-0ubuntu1) + * Releasing 13.10.0+14.04.20140217-0ubuntu1 -2014-02-17 12:53:11 +0000 Robert Ancell (d51b883) +2014-02-17 12:53:11 +0000 Robert Ancell (d51b8833) * Move date/time panel into unity-control-center -2014-02-12 10:50:55 +1300 Robert Ancell (017cc81) +2014-02-12 10:50:55 +1300 Robert Ancell (017cc814) * Remove .install file - we have one binary package now -2014-02-12 09:06:28 +1300 Robert Ancell (5f7bb3d) +2014-02-12 09:06:28 +1300 Robert Ancell (5f7bb3dd) * Remove gnome-control-center-datetime and unity-control-center-datetime - we don't need them -2014-02-11 12:12:31 +1300 Robert Ancell (70adcb6) +2014-02-11 12:12:31 +1300 Robert Ancell (70adcb6a) * Drop dependency on libtimezonemap1-dev -2014-02-11 11:59:02 +1300 Robert Ancell (50f1783) +2014-02-11 11:59:02 +1300 Robert Ancell (50f17837) * Move date/time panel into unity-control-center -2014-02-05 18:09:49 -0600 Charles Kerr (bf68bbe) +2014-02-05 18:09:49 -0600 Charles Kerr (bf68bbe3) * another pass at removing alarms from the menu once they're no longer upcoming. This version fixes the header's icon as well. -2014-02-05 17:04:00 -0600 Charles Kerr (dfd4f78) +2014-02-05 17:04:00 -0600 Charles Kerr (dfd4f783) * when playing a sound in canberra, don't use CA_PROP_EVENT_ID if caching failed -2014-02-05 16:57:10 -0600 Charles Kerr (a75d400) +2014-02-05 16:57:10 -0600 Charles Kerr (a75d4006) * remove upcoming events from the menu once they're no longer upcoming. -2014-02-05 16:52:57 -0600 Charles Kerr (4f27e42) +2014-02-05 16:52:57 -0600 Charles Kerr (4f27e42b) * revert r400; we can't block alarms by UID because that would hide recurring alarms -2014-02-05 16:30:11 -0600 Charles Kerr (5c91c53) +2014-02-05 16:30:11 -0600 Charles Kerr (5c91c53c) * if an alarm doesn't have a URL associated with it, use 'appid://com.ubuntu.clock/clock/current-user-version' as a fallback url. -2014-02-05 16:26:34 -0600 Charles Kerr (613cbb1) +2014-02-05 16:26:34 -0600 Charles Kerr (613cbb1d) * remove alarms from the menu once they've been shown in a snap decision. -2014-02-05 15:33:04 -0600 Charles Kerr (131faf8) +2014-02-05 15:33:04 -0600 Charles Kerr (131faf8f) * add utils.c to POTFILES.in -2014-02-05 15:31:03 -0600 Charles Kerr (7137a65) +2014-02-05 15:31:03 -0600 Charles Kerr (7137a652) * copyediting: make the Snap lambdas a little easier to read. -2014-02-05 18:22:52 +0000 CI bot (65eec54) +2014-02-05 18:22:52 +0000 CI bot (65eec541) - * Releasing 13.10.0+14.04.20140205-0ubuntu1 (tag: - 13.10.0+14.04.20140205-0ubuntu1) + * Releasing 13.10.0+14.04.20140205-0ubuntu1 -2014-02-05 18:22:42 +0000 Charles Kerr (fbe9e3b) +2014-02-05 18:22:42 +0000 Charles Kerr (fbe9e3b1) * Don't load the alarm icon until it's needed s.t. we don't hit click unnecessarily when starting up in the greeter. -2014-02-05 18:22:28 +0000 Sebastien Bacher (d9f8000) +2014-02-05 18:22:28 +0000 Sebastien Bacher (d9f80000) * use the correct naming under unity-control-center -2014-02-05 08:36:31 -0600 Charles Kerr (b96ba1b) +2014-02-05 08:36:31 -0600 Charles Kerr (b96ba1be) * bugfix: when closing the snap decision, ensure there's not a timeout waiting to loop the ringtone -2014-02-04 17:10:48 -0600 Charles Kerr (98eb9ef) +2014-02-04 17:10:48 -0600 Charles Kerr (98eb9efe) * add the alarm bell to the canberra cache before it gets played in a loop. -2014-02-04 14:38:44 -0600 Charles Kerr (7e2ad62) +2014-02-04 14:38:44 -0600 Charles Kerr (7e2ad62f) * loop the ringtone until user acks the snap decision -2014-02-04 14:10:41 -0600 Charles Kerr (4a56374) +2014-02-04 14:10:41 -0600 Charles Kerr (4a563742) * use %X for showing the appointment time in the title -2014-02-04 13:00:22 -0600 Charles Kerr (6158120) +2014-02-04 13:00:22 -0600 Charles Kerr (61581201) * Add audio notitication when the alarm is triggered. Add a manual test to tests/ to trigger a snap decision. -2014-02-04 09:57:51 -0600 Charles Kerr (61accb9) +2014-02-04 09:57:51 -0600 Charles Kerr (61accb9c) * use the appointment's beginning time in the title of the alarm Snap Decision -2014-02-04 00:10:17 -0600 Charles Kerr (894c0c6) +2014-02-04 00:10:17 -0600 Charles Kerr (894c0c62) * pin the planner's upcoming appointments to the live clock time, rather than the calendar's time, so that they always update correctly in real-time -2014-02-03 21:35:10 -0600 Charles Kerr (7d1ec01) +2014-02-03 21:35:10 -0600 Charles Kerr (7d1ec013) * don't show snap decisions for appointments that don't have alarms. -2014-02-03 21:34:40 -0600 Charles Kerr (2893b12) +2014-02-03 21:34:40 -0600 Charles Kerr (2893b128) * when displaying alarms, use the 'alarm-clock' key matching the icon in ubuntu-mobile-icons -2014-02-03 01:02:46 -0600 Charles Kerr (726ad7f) +2014-02-03 01:02:46 -0600 Charles Kerr (726ad7f9) * add src/snap.cpp to POTFILES.in -2014-02-03 01:02:24 -0600 Charles Kerr (86fb7d4) +2014-02-03 01:02:24 -0600 Charles Kerr (86fb7d45) * copyediting: remove a piece of dead code -2014-02-03 00:42:57 -0600 Charles Kerr (8365f5e) +2014-02-03 00:42:57 -0600 Charles Kerr (8365f5e3) * add header file which should have been bzr add'ed last commit -2014-02-03 00:32:03 -0600 Charles Kerr (35850dc) +2014-02-03 00:32:03 -0600 Charles Kerr (35850dcd) * from alarm dev branch: snap decision handler -2014-02-03 00:05:42 -0600 Charles Kerr (c4e010f) +2014-02-03 00:05:42 -0600 Charles Kerr (c4e010f1) * update the header state when the planner's appointments change -2014-02-02 23:01:20 -0600 Charles Kerr (2934ddc) +2014-02-02 23:01:20 -0600 Charles Kerr (2934ddcc) * when connecting to an ECalClient, use the proper source types for events/tasks -2014-02-02 22:37:22 -0600 Charles Kerr (fcc1ab2) +2014-02-02 22:37:22 -0600 Charles Kerr (fcc1ab27) * from alarm dev branch: add the alarm watcher and its unit tests -2014-02-02 19:23:08 -0600 Charles Kerr (a038113) +2014-02-02 19:23:08 -0600 Charles Kerr (a0381136) * aha! ubntu-ui-toolkit stores its alarms in E_SOURCE_EXTENSION_TASK_LIST instead of E_SOURCE_EXTENSION_CALENDAR. Let's handle both in indicator-datetime. -2014-02-02 15:29:29 -0600 Charles Kerr (3342575) +2014-02-02 15:29:29 -0600 Charles Kerr (33425752) * copyediting: use 'nullptr' instead of 'NULL' in c++ source -2014-02-02 15:28:52 -0600 Charles Kerr (835daa7) +2014-02-02 15:28:52 -0600 Charles Kerr (835daa77) * copyediting: don't use camelCaseFunctionNames() in timezones-file -2014-02-02 15:28:10 -0600 Charles Kerr (3e11937) +2014-02-02 15:28:10 -0600 Charles Kerr (3e119374) * add an ECalClientView for each ECalClient to listen for changes to its components. -2014-01-31 14:28:41 -0600 Ted Gould (fe62f43) +2014-01-31 14:28:41 -0600 Ted Gould (fe62f43c) * Switch to Upcoming -2014-01-31 14:17:55 -0600 Ted Gould (f0a30d2) +2014-01-31 14:17:55 -0600 Ted Gould (f0a30d27) * Adding merge review policy -2014-01-31 14:17:55 -0600 Ted Gould (781f69e) +2014-01-31 14:17:55 -0600 Ted Gould (781f69eb) * Adding basic acceptance tests -2014-01-31 12:04:47 -0600 Charles Kerr (5828562) +2014-01-31 12:04:47 -0600 Charles Kerr (5828562c) * use realpath() to dereference symbolic links when watching /etc/timezone. h/t pitti -2014-01-31 11:46:16 +0000 CI bot (d071e1f) +2014-01-31 11:46:16 +0000 CI bot (d071e1fd) * Releasing 13.10.0+14.04.20140131-0ubuntu1 -2014-01-31 11:46:08 +0000 Charles Kerr (089df7a) +2014-01-31 11:46:08 +0000 Charles Kerr (089df7ae) * Finally land this. Other, still open bugs will be fixed in subsequent commits. Fixes: 793450, 1271484, 1274046 -2014-01-30 18:40:13 -0600 Charles Kerr (271b0fb) +2014-01-30 18:40:13 -0600 Charles Kerr (271b0fbf) * copyediting: remove dead '#if 0''ed code -2014-01-30 18:33:14 -0600 Charles Kerr (a7a09a5) +2014-01-30 18:33:14 -0600 Charles Kerr (a7a09a5c) * copyediting: as per review, use name_of_thing() instead of get_name_of_thing() or getNameOfThing() -2014-01-30 14:24:17 -0600 Charles Kerr (8564861) +2014-01-30 14:24:17 -0600 Charles Kerr (8564861a) * remove dead files -2014-01-30 13:44:12 -0600 Charles Kerr (1973094) +2014-01-30 13:44:12 -0600 Charles Kerr (19730946) * following on the review comment covered in the last commit, use shared_ptr instead of shared_ptr where possible. -2014-01-30 13:28:48 -0600 Charles Kerr (0f384f4) +2014-01-30 13:28:48 -0600 Charles Kerr (0f384f4c) * as per review, there were a few places that accidentally passed a shared_ptr& instead of a const shared_ptr& -2014-01-30 13:17:11 -0600 Charles Kerr (b56293e) +2014-01-30 13:17:11 -0600 Charles Kerr (b56293e7) * as per review, constify getters where possible. This isn't always possible due to system APIs asking for non-const pointers. -2014-01-30 13:06:33 -0600 Charles Kerr (fee34f5) +2014-01-30 13:06:33 -0600 Charles Kerr (fee34f52) * as per review, make explicit the dependency injection that was implicit in main() -2014-01-30 13:00:22 -0600 Charles Kerr (cc2ad2a) +2014-01-30 13:00:22 -0600 Charles Kerr (cc2ad2ad) * as per review, don't inline unless there are performance issues -2014-01-30 12:45:50 -0600 Charles Kerr (d2caa37) +2014-01-30 12:45:50 -0600 Charles Kerr (d2caa37e) * as per review, don't inline getters -2014-01-30 10:57:19 -0600 Charles Kerr (9752ca1) +2014-01-30 10:57:19 -0600 Charles Kerr (9752ca1c) * fix 'clock app' menuitem on phone profile reported by seb128 and update the corresponding unit tests -2014-01-30 16:51:10 +0100 Sebastien Bacher (bafa87e) +2014-01-30 16:51:10 +0100 Sebastien Bacher (bafa87ec) * use the correct naming under unity-control-center -2014-01-29 17:53:26 -0600 Charles Kerr (533f7c2) +2014-01-29 17:53:26 -0600 Charles Kerr (533f7c24) * don't load the alarm icon until we need it, which in the case of the desktop greeter is never. -2014-01-29 16:32:46 -0600 Charles Kerr (c0c764e) +2014-01-29 16:32:46 -0600 Charles Kerr (c0c764e0) * remove unused old file -2014-01-29 16:32:17 -0600 Charles Kerr (3fb7488) +2014-01-29 16:32:17 -0600 Charles Kerr (3fb7488a) * sync with trunk -2014-01-29 16:26:25 -0600 Charles Kerr (131f751) +2014-01-29 16:26:25 -0600 Charles Kerr (131f7512) * fix disabled 'Add Event…' menuitem issue reported in testing by seb128; add a test for this regression -2014-01-29 16:10:50 -0600 Charles Kerr (6b2c01e) +2014-01-29 16:10:50 -0600 Charles Kerr (6b2c01ed) * fix instant calendar toggle issue reported in testing by seb128; add a test for this regression -2014-01-29 21:58:10 +0000 Sebastien Bacher (cbb15a8) +2014-01-29 21:58:10 +0000 Sebastien Bacher (cbb15a8f) * Use the correct location for datetime-dialog.ui. Fixes: https://bugs.launchpad.net/bugs/1274046. -2014-01-29 15:37:21 -0600 Charles Kerr (a64c84b) +2014-01-29 15:37:21 -0600 Charles Kerr (a64c84b9) * sync with lp:~seb128/indicator-datetime/use-correct-gtkbuilder-location -2014-01-29 12:50:59 -0600 Charles Kerr (f07f97e) +2014-01-29 12:50:59 -0600 Charles Kerr (f07f97ef) * sync with lp:~larsu/indicator-datetime/reset-date and add corresponding unit tests. -2014-01-29 19:49:55 +0100 Sebastien Bacher (4f30065) +2014-01-29 19:49:55 +0100 Sebastien Bacher (4f30065c) * Use the correct location for datetime-dialog.ui -2014-01-29 15:52:13 +0000 Lars Uebernickel (c0a0b35) +2014-01-29 15:52:13 +0000 Lars Uebernickel (c0a0b355) * Set calendar to the current date when the menu is popped up -2014-01-29 14:24:03 +0100 Lars Uebernickel (4272a3e) +2014-01-29 14:24:03 +0100 Lars Uebernickel (4272a3e7) * Set calendar to the current date when the menu is popped up -2014-01-28 21:42:05 -0600 Charles Kerr (9045a27) +2014-01-28 21:42:05 -0600 Charles Kerr (9045a274) * comment out unit tests that require a version of dbus-test-runner that hasn't landed yet. -2014-01-28 21:38:57 -0600 Charles Kerr (81d4a25) +2014-01-28 21:38:57 -0600 Charles Kerr (81d4a258) * add dbus-test-runner and python3-dbusmock to Build-Depends; they're needed by the unit tests. -2014-01-28 21:15:39 -0600 Charles Kerr (c3ee494) +2014-01-28 21:15:39 -0600 Charles Kerr (c3ee494e) * ensure the unit tests' default locale supports utf-8 -2014-01-28 18:51:56 -0600 Charles Kerr (a82d0fd) +2014-01-28 18:51:56 -0600 Charles Kerr (a82d0fd7) * fix g_date_time_format() leak found by valgrind testing -2014-01-28 18:51:21 -0600 Charles Kerr (ae3ac73) +2014-01-28 18:51:21 -0600 Charles Kerr (ae3ac73a) * fix GDateTime leak found by valgrind testing -2014-01-28 18:40:13 -0600 Charles Kerr (65b5803) +2014-01-28 18:40:13 -0600 Charles Kerr (65b58035) * fix Task leak found by valgrind testing -2014-01-28 18:37:14 -0600 Charles Kerr (416e130) +2014-01-28 18:37:14 -0600 Charles Kerr (416e1307) * fix free-memory-read bug found by valgrind testing -2014-01-28 17:02:34 -0600 Charles Kerr (793c6fb) +2014-01-28 17:02:34 -0600 Charles Kerr (793c6fb6) * fix bootstrap error in unit tests by ensuring we always use the local gschema instead of the one preinstalled on the system -2014-01-28 16:28:40 -0600 Charles Kerr (fd92ac3) +2014-01-28 16:28:40 -0600 Charles Kerr (fd92ac35) * cleanup from previous commit: since Formatter code was migrated to utils.c so that it could be used standalone by the panels, @@ -3350,70 +3368,70 @@ Remove code duplication s.t. Formatter uses the Utils code as well. -2014-01-28 16:26:45 -0600 Charles Kerr (ee9f4c7) +2014-01-28 16:26:45 -0600 Charles Kerr (ee9f4c7e) * make utils.cpp's generate_full_format_string_at_time() a standalone function so that the panels can use the utils functions without a libindicatordatetime dependency -2014-01-28 11:50:50 -0600 Charles Kerr (e57a2e9) +2014-01-28 11:50:50 -0600 Charles Kerr (e57a2e9b) * silence compiler warning -2014-01-28 11:41:01 -0600 Charles Kerr (1e90a7e) +2014-01-28 11:41:01 -0600 Charles Kerr (1e90a7ec) * update POTFILES.in -2014-01-28 10:39:44 -0600 Charles Kerr (9aae79c) +2014-01-28 10:39:44 -0600 Charles Kerr (9aae79c6) * add libdbustest1-dev to debian/control's Build-Depends to pick up dbus-test-runner's dbusmock interface for the geoclue unit tests. -2014-01-27 11:09:48 -0600 Charles Kerr (649f017) +2014-01-27 11:09:48 -0600 Charles Kerr (649f0174) * sync with trunk -2014-01-27 11:08:35 -0600 Charles Kerr (e9eb411) +2014-01-27 11:08:35 -0600 Charles Kerr (e9eb4115) * merge lp:~robert-ancell/indicator-datetime/call-ucc into lp:indicator-datetime -2014-01-27 11:02:40 -0600 Charles Kerr (ef84548) +2014-01-27 11:02:40 -0600 Charles Kerr (ef84548e) * merge lp:~robert-ancell/indicator-datetime/unity-control-center2 into lp:indicator-datetime -2014-01-27 01:26:52 -0600 Charles Kerr (f320760) +2014-01-27 01:26:52 -0600 Charles Kerr (f320760f) * add test coverage for Exporter's name_lost signal -2014-01-27 01:26:02 -0600 Charles Kerr (1c54771) +2014-01-27 01:26:02 -0600 Charles Kerr (1c547710) * add unit tests for utils.cpp's get_timezone_name() -2014-01-27 01:25:07 -0600 Charles Kerr (a268daf) +2014-01-27 01:25:07 -0600 Charles Kerr (a268daf5) * remove code duplication between formatter.cpp and utils.cpp -2014-01-27 01:24:20 -0600 Charles Kerr (c1ffb9c) +2014-01-27 01:24:20 -0600 Charles Kerr (c1ffb9cd) * re-enable coverage-html reports -2014-01-25 16:54:41 -0600 Charles Kerr (7b09a0f) +2014-01-25 16:54:41 -0600 Charles Kerr (7b09a0ff) * sync the exported calendar state with the #State backend -2014-01-24 14:35:06 +0000 Automatic PS uploader (e099f05) +2014-01-24 14:35:06 +0000 Automatic PS uploader (e099f058) * Releasing 13.10.0+14.04.20140124-0ubuntu1 (revision 294 from lp:indicator-datetime). -2014-01-24 11:00:08 +0000 Automatic PS uploader (f459945) +2014-01-24 11:00:08 +0000 Automatic PS uploader (f4599458) * Releasing 13.10.0+14.04.20140124-0ubuntu1, based on r294 -2014-01-22 14:28:20 -0600 Charles Kerr (aad7e86) +2014-01-22 14:28:20 -0600 Charles Kerr (aad7e86a) * Alarms is going to need to know when the clock's minute changes. We already have a timer for that in Formatter, so move it @@ -3421,183 +3439,183 @@ Clock.minuteChanged that both Formatter and Alarms can use. Sync unit tests. -2014-01-22 11:56:49 -0600 Charles Kerr (e2fd6e6) +2014-01-22 11:56:49 -0600 Charles Kerr (e2fd6e62) * remove the local snapshot of properties-cpp and add a dependency for it in debian/control and CMakeLists.txt -2014-01-22 17:45:59 +0000 Robert Ancell (fec43cc) +2014-01-22 17:45:59 +0000 Robert Ancell (fec43cc1) * Run the unity-control-center panel under Unity. Rename the unity panel to just "datetime". -2014-01-22 11:29:10 -0600 Charles Kerr (9ea8a26) +2014-01-22 11:29:10 -0600 Charles Kerr (9ea8a269) * Remove the Timezones property from Clock; it's only needed by the subclass LiveClock -2014-01-22 10:15:56 -0600 Charles Kerr (08b1cfd) +2014-01-22 10:15:56 -0600 Charles Kerr (08b1cfd6) * move planner-mock.h from include/datetime/ to tests/ because it's only needed by the tests. -2014-01-22 10:14:56 -0600 Charles Kerr (063ff0e) +2014-01-22 10:14:56 -0600 Charles Kerr (063ff0ef) * sync test-exporter with the greeter profile's header names that changed in r325 -2014-01-22 10:03:57 -0600 Charles Kerr (0f6a8f9) +2014-01-22 10:03:57 -0600 Charles Kerr (0f6a8f9b) * copyediting: slightly better header comments/docs -2014-01-22 10:01:57 -0600 Charles Kerr (039c43d) +2014-01-22 10:01:57 -0600 Charles Kerr (039c43dc) * fix r325 regression found by test-menus -2014-01-22 10:01:20 -0600 Charles Kerr (2db8f6e) +2014-01-22 10:01:20 -0600 Charles Kerr (2db8f6e7) * remove the State.timezones property. Timezones is a helper class for LiveClock and doesn't need to be public in State. -2014-01-22 09:57:52 -0600 Charles Kerr (47ab9ad) +2014-01-22 09:57:52 -0600 Charles Kerr (47ab9ada) * follow-up to r326, if we can't get the alarm icon from click, use a sane fallback icon -2014-01-22 09:53:27 -0600 Charles Kerr (b4a6c50) +2014-01-22 09:53:27 -0600 Charles Kerr (b4a6c506) * copyediting: omit unnecessary #includes -2014-01-22 09:16:32 -0600 Charles Kerr (5723774) +2014-01-22 09:16:32 -0600 Charles Kerr (57237747) * silence a minor compiler warning in test-settings -2014-01-22 09:06:01 -0600 Charles Kerr (dd41db6) +2014-01-22 09:06:01 -0600 Charles Kerr (dd41db68) * copyediting: rename the test/ directory's .cc files to .cpp for consistency with src/ -2014-01-22 09:04:30 -0600 Charles Kerr (9415a7c) +2014-01-22 09:04:30 -0600 Charles Kerr (9415a7ce) * add a broad overview of the codebase to make life easier for reviewers. -2014-01-22 08:35:54 -0600 Charles Kerr (56e0362) +2014-01-22 08:35:54 -0600 Charles Kerr (56e03620) * the clock icon should match the one used by the clock app, so use click to ask the clock app which icon it's using -2014-01-22 08:08:44 -0600 Charles Kerr (6e447b7) +2014-01-22 08:08:44 -0600 Charles Kerr (6e447b7b) * plug in the greeter menus -2014-01-22 07:59:05 -0600 Charles Kerr (bf30d05) +2014-01-22 07:59:05 -0600 Charles Kerr (bf30d05f) * in PlannerEds, replace g_message() console messages with g_debug() -2014-01-22 07:57:21 -0600 Charles Kerr (0ec1731) +2014-01-22 07:57:21 -0600 Charles Kerr (0ec1731c) * in PlannerEds, wire in planner.thisMonth and planner.upcoming -2014-01-22 01:34:04 -0600 Charles Kerr (f1027f7) +2014-01-22 01:34:04 -0600 Charles Kerr (f1027f7c) * fold repetitious unit test rules into CMake functions -2014-01-22 01:23:38 -0600 Charles Kerr (6d51555) +2014-01-22 01:23:38 -0600 Charles Kerr (6d515551) * add unit tests for the menu/action exporter -2014-01-22 00:41:16 -0600 Charles Kerr (f0fee18) +2014-01-22 00:41:16 -0600 Charles Kerr (f0fee18c) * copyediting: rename Service as Exporter & tweak comments -2014-01-22 00:36:07 -0600 Charles Kerr (d611929) +2014-01-22 00:36:07 -0600 Charles Kerr (d6119296) * extract LiveState to its own State subclass to make main()'s flow easier to follow -2014-01-22 00:34:25 -0600 Charles Kerr (2b857f6) +2014-01-22 00:34:25 -0600 Charles Kerr (2b857f6c) * move DateTime's impl from the header to a cc file -2014-01-22 00:33:22 -0600 Charles Kerr (931e448) +2014-01-22 00:33:22 -0600 Charles Kerr (931e448b) * remove unnecessary #includes -2014-01-22 00:15:34 -0600 Charles Kerr (74fcc16) +2014-01-22 00:15:34 -0600 Charles Kerr (74fcc162) * Fix GDateTime leak in DateTime::DateTime(time_t) -2014-01-21 23:29:19 -0600 Charles Kerr (74f8897) +2014-01-21 23:29:19 -0600 Charles Kerr (74f88979) * add LiveActions implementation and unit tests -2014-01-21 23:27:45 -0600 Charles Kerr (8910c3c) +2014-01-21 23:27:45 -0600 Charles Kerr (8910c3c2) * Extract the MockState logic from state-fixture.h so that it can be reused for testing LiveActions -2014-01-22 10:47:02 +1300 Robert Ancell (012768d) +2014-01-22 10:47:02 +1300 Robert Ancell (012768da) * Run the unity-control-center panel under Unity. Rename the unity panel to just "datetime" -2014-01-16 21:23:57 -0600 Charles Kerr (2e9d3bb) +2014-01-16 21:23:57 -0600 Charles Kerr (2e9d3bb4) * get timezone, clock tests running again with Settings & State -2014-01-16 21:22:52 -0600 Charles Kerr (6f2e235) +2014-01-16 21:22:52 -0600 Charles Kerr (6f2e235e) * sync with utils -2014-01-16 21:21:55 -0600 Charles Kerr (83dcdd8) +2014-01-16 21:21:55 -0600 Charles Kerr (83dcdd84) * fix minor -Wpedantic warnings -2014-01-16 21:21:41 -0600 Charles Kerr (06a5132) +2014-01-16 21:21:41 -0600 Charles Kerr (06a51320) * sync with new State class changes -2014-01-16 21:21:13 -0600 Charles Kerr (5e7433a) +2014-01-16 21:21:13 -0600 Charles Kerr (5e7433aa) * fix minor -Wshadow warnings -2014-01-17 02:06:39 +0000 Robert Ancell (4a8f2d7) +2014-01-17 02:06:39 +0000 Robert Ancell (4a8f2d77) * Support both gnome-control-center and unity-control-center. Fixes: https://bugs.launchpad.net/bugs/1257505. -2014-01-16 17:42:43 -0600 Charles Kerr (40689ea) +2014-01-16 17:42:43 -0600 Charles Kerr (40689ea3) * update timezones-live to use Settings to tell when the user has enabled/disabled GeoClue lookups -2014-01-16 17:28:37 -0600 Charles Kerr (4cc1972) +2014-01-16 17:28:37 -0600 Charles Kerr (4cc19729) * in utils.c, make a version of get_timezone_name() that doesn't require a GSettings argument. Update utils tests. -2014-01-16 16:45:40 -0600 Charles Kerr (a2b5c79) +2014-01-16 16:45:40 -0600 Charles Kerr (a2b5c791) * Plug the Settings object into the State container s.t. menus and actions can update themselves when the user's settings change. -2014-01-16 16:44:06 -0600 Charles Kerr (9c81a4d) +2014-01-16 16:44:06 -0600 Charles Kerr (9c81a4d6) * update SettingsLocations class to use the "Settings" class instead of using GSettings directly. -2014-01-16 16:42:36 -0600 Charles Kerr (78d0a23) +2014-01-16 16:42:36 -0600 Charles Kerr (78d0a231) * update DesktopFormatter class to use the "Settings" class instead of using GSettings directly. -2014-01-16 15:10:39 -0600 Charles Kerr (bcff13b) +2014-01-16 15:10:39 -0600 Charles Kerr (bcff13b6) * Implement Settings, a properties-cpp wrapper around GSettings -2014-01-14 23:07:10 -0600 Charles Kerr (ee64bb2) +2014-01-14 23:07:10 -0600 Charles Kerr (ee64bb26) * Function: add fully-tested ActionGroups, per-profile Menus, state object. Form: Add code annotations/comments. Remove dead @@ -3605,1286 +3623,1286 @@ with new dbus-test-runner API, get GNOME Panel building again -2014-01-14 17:41:03 +1300 Robert Ancell (ad76159) +2014-01-14 17:41:03 +1300 Robert Ancell (ad761590) * Recommend unity-control-center before gnome-control-center -2014-01-10 14:45:41 +1300 Robert Ancell (2829930) +2014-01-10 14:45:41 +1300 Robert Ancell (28299304) * Support both gnome-control-center and unity-control-center -2013-12-17 22:10:18 -0600 Charles Kerr (3b8833e) +2013-12-17 22:10:18 -0600 Charles Kerr (3b8833ef) * add geoclue, glib test fixtures -2013-12-17 22:10:11 -0600 Charles Kerr (81c3d4c) +2013-12-17 22:10:11 -0600 Charles Kerr (81c3d4ca) * initial cut for syncing panel with c++ changes. this is broken. -2013-12-17 22:08:08 -0600 Charles Kerr (0e11a8a) +2013-12-17 22:08:08 -0600 Charles Kerr (0e11a8ac) * add other datetime header files -2013-12-17 22:06:05 -0600 Charles Kerr (2690929) +2013-12-17 22:06:05 -0600 Charles Kerr (2690929a) * add local copy of tvoss' cpp-properties. this will be removed when cpp-properties-dev lands in 14.04 -2013-12-17 22:03:43 -0600 Charles Kerr (db7b874) +2013-12-17 22:03:43 -0600 Charles Kerr (db7b874b) * add locations + tests -2013-12-17 22:03:12 -0600 Charles Kerr (38b8785) +2013-12-17 22:03:12 -0600 Charles Kerr (38b87858) * add planner + tests -2013-12-17 22:02:06 -0600 Charles Kerr (172246c) +2013-12-17 22:02:06 -0600 Charles Kerr (172246c9) * add formatter + tests -2013-12-17 22:00:51 -0600 Charles Kerr (a1cb4d7) +2013-12-17 22:00:51 -0600 Charles Kerr (a1cb4d78) * add timezone-geoclue + tests -2013-12-17 22:00:32 -0600 Charles Kerr (36d8e8e) +2013-12-17 22:00:32 -0600 Charles Kerr (36d8e8ee) * add timezone-file + tests -2013-12-17 21:59:43 -0600 Charles Kerr (060bc69) +2013-12-17 21:59:43 -0600 Charles Kerr (060bc69d) * add clock + tests -2013-12-17 21:57:19 -0600 Charles Kerr (c834e01) +2013-12-17 21:57:19 -0600 Charles Kerr (c834e012) * add cxx warnings, include/ into the include dirs -2013-12-17 13:04:30 +0000 Automatic PS uploader (2c8955b) +2013-12-17 13:04:30 +0000 Automatic PS uploader (2c8955bb) * Releasing 13.10.0+14.04.20131217-0ubuntu1 (revision 291 from lp:indicator-datetime). -2013-12-17 09:49:56 +0000 Automatic PS uploader (707292e) +2013-12-17 09:49:56 +0000 Automatic PS uploader (707292ed) * Releasing 13.10.0+14.04.20131217-0ubuntu1, based on r291 -2013-12-13 19:39:47 +0000 Charles Kerr (79972de) +2013-12-13 19:39:47 +0000 Charles Kerr (79972de2) * Make the phone profile's header format sensitive to whether the phone is running in a 12h or 24h locale, and use a 12h or 24h notation accordingly. Fixes: https://bugs.launchpad.net/bugs/1256061. -2013-12-13 12:20:58 -0600 Charles Kerr (b91dc2a) +2013-12-13 12:20:58 -0600 Charles Kerr (b91dc2ac) * try adding a build-dep of language-pack-en-base instead of configuring the locales in the unit test sandbox. (h/t seb) -2013-12-13 11:57:58 -0600 Charles Kerr (080af76) +2013-12-13 11:57:58 -0600 Charles Kerr (080af760) * ensure that we have 12h and 24h locales installed at build time -- the unit tests need them -2013-12-13 10:44:37 -0600 Charles Kerr (bb0c907) +2013-12-13 10:44:37 -0600 Charles Kerr (bb0c9077) * let's see what g_warning jenkins found. -2013-12-13 10:36:46 -0600 Charles Kerr (7760800) +2013-12-13 10:36:46 -0600 Charles Kerr (77608001) * in test-formatter, the 12h/24h unit test doesn't need our gschema, so remove it from this MP -2013-12-13 10:01:39 -0600 Charles Kerr (54cf4f2) +2013-12-13 10:01:39 -0600 Charles Kerr (54cf4f28) * in tests/, remove a couple of rules that got pulled in from the dev branch but aren't necessary here -2013-12-13 09:51:20 -0600 Charles Kerr (8c89aa7) +2013-12-13 09:51:20 -0600 Charles Kerr (8c89aa77) * Add tests to confirm the phone profile header's time format is sensitive to 12/24hr locales (bug #1256061) -2013-12-13 09:50:27 -0600 Charles Kerr (75b0a87) +2013-12-13 09:50:27 -0600 Charles Kerr (75b0a871) * in tests/, fix the include dirs to look at the source and binary dirs so we can pick up autogenerated headers -2013-12-13 09:49:40 -0600 Charles Kerr (40f9136) +2013-12-13 09:49:40 -0600 Charles Kerr (40f91368) * in tests/, fix typo in schema generator rules -2013-12-13 09:48:35 -0600 Charles Kerr (5b5546a) +2013-12-13 09:48:35 -0600 Charles Kerr (5b5546a5) * in tests/, add rules to make the Google Test library -2013-12-13 09:44:46 -0600 Charles Kerr (358b551) +2013-12-13 09:44:46 -0600 Charles Kerr (358b551c) * fix minor naming error in the interim library that we link the unit tests and final product service against -2013-12-13 09:44:05 -0600 Charles Kerr (5ed0920) +2013-12-13 09:44:05 -0600 Charles Kerr (5ed0920a) * move the phone & desktop common elements of header time format into a private util, get_default_header_time_format(), and have the phone & desktop functions call it. -2013-11-25 15:42:36 +0000 Automatic PS uploader (171d8c4) +2013-11-25 15:42:36 +0000 Automatic PS uploader (171d8c45) * Releasing 13.10.0+14.04.20131125-0ubuntu1 (revision 289 from lp:indicator-datetime). -2013-11-25 03:55:52 +0000 Automatic PS uploader (c9140d6) +2013-11-25 03:55:52 +0000 Automatic PS uploader (c9140d69) * Releasing 13.10.0+14.04.20131125-0ubuntu1, based on r289 -2013-11-22 10:09:43 +0200 Timo Jyrinki (09f3c51) +2013-11-22 10:09:43 +0200 Timo Jyrinki (09f3c519) * Add changelog entry for 13.10.0+13.10.20131023.2-0ubuntu2 -2013-11-16 23:58:31 +0000 Charles Kerr (7c23de6) +2013-11-16 23:58:31 +0000 Charles Kerr (7c23de6a) * In src/clock-live.c, pass the right pointer to on_detect_location_changed(). Fixes: https://bugs.launchpad.net/bugs/1251460. -2013-11-14 16:52:32 -0600 Charles Kerr (2b3520c) +2013-11-14 16:52:32 -0600 Charles Kerr (2b3520c3) * in src/clock-live.c, pass the right pointer to on_detect_location_changed(). -2013-11-08 17:20:01 +0000 Charles Kerr (163fdc2) +2013-11-08 17:20:01 +0000 Charles Kerr (163fdc20) * Use g_icon_serialize() output when setting menuitems' "icon" property. -2013-11-08 10:46:22 -0600 Charles Kerr (3802901) +2013-11-08 10:46:22 -0600 Charles Kerr (3802901e) * don't sink variants returned by g_icon_serialize(). Also, remove the overly complex dict_entry variants. -2013-11-08 09:31:03 -0600 Charles Kerr (70b6669) +2013-11-08 09:31:03 -0600 Charles Kerr (70b6669f) * copyediting -2013-11-08 09:23:54 -0600 Charles Kerr (063a6b3) +2013-11-08 09:23:54 -0600 Charles Kerr (063a6b3c) * when setting a G_MENU_ATTRIBUTE_ICON property, use g_icon_serialize() output instead of a filename / themed icon name -2013-11-02 13:06:17 +0000 Charles Kerr (4c4adbc) +2013-11-02 13:06:17 +0000 Charles Kerr (4c4adbcb) * When in the desktop-greeter mode, don't allow clicking on calendar dates to launch evolution. Fixes: https://bugs.launchpad.net/bugs/1246812. -2013-10-31 19:55:25 -0700 Charles Kerr (833a759) +2013-10-31 19:55:25 -0700 Charles Kerr (833a759a) * in the desktop greeter profile, don't allow the user to activate calendar dates. -2013-10-31 21:43:03 +0000 Ted Gould (718edeb) +2013-10-31 21:43:03 +0000 Ted Gould (718edebc) * Upstart Job. Fixes: https://bugs.launchpad.net/bugs/1185565. -2013-10-31 19:19:47 +0000 Charles Kerr (dec0ff4) +2013-10-31 19:19:47 +0000 Charles Kerr (dec0ff40) * Don't generate g_critical() messages in the log when the timezone object is clearing its value. . Fixes: https://bugs.launchpad.net/bugs/1246532. -2013-10-31 11:41:36 -0700 Ted Gould (49aa770) +2013-10-31 11:41:36 -0700 Ted Gould (49aa770c) * Autostart directory -2013-10-31 11:40:41 -0700 Ted Gould (eb47d69) +2013-10-31 11:40:41 -0700 Ted Gould (eb47d698) * Merge trunk -2013-10-31 17:19:21 +0000 Mathieu Trudel-Lapierre (0439dc6) +2013-10-31 17:19:21 +0000 Mathieu Trudel-Lapierre (0439dc69) * Add changelog entry for +indicator-datetime (13.10.0+13.10.20131023.2-0ubuntu1) saucy-proposed; urgency=low . -2013-10-31 10:11:28 -0700 Mathieu Trudel-Lapierre (b3740dc) +2013-10-31 10:11:28 -0700 Mathieu Trudel-Lapierre (b3740dcb) * Add changelog for 13.10.0+13.10.20131023.2-0ubuntu1 -2013-10-30 17:28:26 -0700 Charles Kerr (28d4e4f) +2013-10-30 17:28:26 -0700 Charles Kerr (28d4e4fb) * don't generate g_critical() messages in the log when the timezone object is clearing its value. -2013-10-31 00:13:17 +0000 Charles Kerr (b5ed574) +2013-10-31 00:13:17 +0000 Charles Kerr (b5ed574e) * As per the spec, let users show the year in indicator-datetime. Fixes: https://bugs.launchpad.net/bugs/465689. -2013-10-30 23:49:58 +0000 Charles Kerr (bbc781d) +2013-10-30 23:49:58 +0000 Charles Kerr (bbc781d9) * Switch the build system to cmake. Fixes: https://bugs.launchpad.net/bugs/1237509. -2013-10-30 16:10:34 -0700 Charles Kerr (668658f) +2013-10-30 16:10:34 -0700 Charles Kerr (668658f3) * remove a debug tracer that accidentally got committed -2013-10-30 15:29:43 -0700 Charles Kerr (19663dd) +2013-10-30 15:29:43 -0700 Charles Kerr (19663dd8) * Add support for showing the year in indicator-datetime -2013-10-30 14:58:04 -0700 Charles Kerr (13cc891) +2013-10-30 14:58:04 -0700 Charles Kerr (13cc8912) * let service know how to launch gnome-control-center on the desktop -2013-10-30 14:33:20 -0700 Charles Kerr (ba22b5f) +2013-10-30 14:33:20 -0700 Charles Kerr (ba22b5f0) * fix DPKGDATADIR definition for locating the datetime-panel.ui file -2013-10-30 11:37:07 -0700 Charles Kerr (074541f) +2013-10-30 11:37:07 -0700 Charles Kerr (074541f2) * set GETTEXT_PACKAGE to an actual string to make dh_translations happier -2013-10-29 11:19:44 -0700 Charles Kerr (e2bc823) +2013-10-29 11:19:44 -0700 Charles Kerr (e2bc8235) * point the dbus service file at pkglibexecdir -2013-10-29 11:18:56 -0700 Charles Kerr (ab91902) +2013-10-29 11:18:56 -0700 Charles Kerr (ab91902a) * look for indicator-datetime-service in usr/lib/*/indicator-datetime/indicator-datetime-service -2013-10-29 10:33:24 -0700 Charles Kerr (0461167) +2013-10-29 10:33:24 -0700 Charles Kerr (04611676) * remove libtool reference from debian/rules -2013-10-29 10:05:10 -0700 Charles Kerr (6906984) +2013-10-29 10:05:10 -0700 Charles Kerr (6906984d) * update POTFILES.in to reflect that the g-c-c panel code's been moved to panel/ -2013-10-29 09:50:36 -0700 Charles Kerr (02e2a8f) +2013-10-29 09:50:36 -0700 Charles Kerr (02e2a8f9) * remove the panel FIXME comments in data/CMakeLists.txt b/c the .ui and .desktop files are being installed now -2013-10-28 17:19:13 -0700 Ted Gould (a4a5562) +2013-10-28 17:19:13 -0700 Ted Gould (a4a5562f) * Ignore generated files -2013-10-28 17:17:12 -0700 Ted Gould (8cd9a9c) +2013-10-28 17:17:12 -0700 Ted Gould (8cd9a9ca) * Install the autostart file -2013-10-28 17:15:33 -0700 Ted Gould (83f4d6b) +2013-10-28 17:15:33 -0700 Ted Gould (83f4d6b7) * Add in support for XDG Autostart -2013-10-28 17:09:05 -0700 Ted Gould (26283de) +2013-10-28 17:09:05 -0700 Ted Gould (26283de4) * Merge trunk -2013-10-28 18:16:41 +0000 Ted Gould (19ba64b) +2013-10-28 18:16:41 +0000 Ted Gould (19ba64b4) * Adding a phone_greeter profile. -2013-10-28 10:12:41 -0700 Ted Gould (f539153) +2013-10-28 10:12:41 -0700 Ted Gould (f5391531) * Adding a phone_greeter profile -2013-10-28 16:19:49 +0000 Lars Uebernickel (d799095) +2013-10-28 16:19:49 +0000 Lars Uebernickel (d799095e) * datetime panel: don't try to add empty location names -2013-10-26 16:37:14 -0400 Lars Uebernickel (378c70c) +2013-10-26 16:37:14 -0400 Lars Uebernickel (378c70c7) * datetime panel: don't try to add empty location names -2013-10-24 16:47:08 -0500 Charles Kerr (24ae79c) +2013-10-24 16:47:08 -0500 Charles Kerr (24ae79c9) * sync with trunk -2013-10-24 04:15:20 +0000 Charles Kerr (9e2f241) +2013-10-24 04:15:20 +0000 Charles Kerr (9e2f2417) * Make timezone detection and localtime mockable. Fixes: https://bugs.launchpad.net/bugs/1237509. -2013-10-23 13:14:25 -0500 Charles Kerr (6da162a) +2013-10-23 13:14:25 -0500 Charles Kerr (6da162ac) * instead of keeping IndicatorDatetimeTimezone objects in separate fields, keep them in a list so they can be handled in a loop. -2013-10-23 09:42:49 -0500 Charles Kerr (a2f21a1) +2013-10-23 09:42:49 -0500 Charles Kerr (a2f21a1d) * make GObject a prerequisite of the IndicatorDatetimeClock interface. -2013-10-18 14:47:31 -0500 Charles Kerr (1e0cfb8) +2013-10-18 14:47:31 -0500 Charles Kerr (1e0cfb88) * fix a trio of pedantic gcc warnings -2013-10-18 14:47:07 -0500 Charles Kerr (88b1dfa) +2013-10-18 14:47:07 -0500 Charles Kerr (88b1dfa5) * tweak the default gcc warnings -2013-10-18 14:46:46 -0500 Charles Kerr (ad4f98e) +2013-10-18 14:46:46 -0500 Charles Kerr (ad4f98ea) * fix .desktop file generation in CMake -2013-10-18 14:22:54 -0500 Charles Kerr (62d01fc) +2013-10-18 14:22:54 -0500 Charles Kerr (62d01fc8) * replace autotools with cmake -2013-10-18 09:32:53 -0500 Charles Kerr (99f3bc0) +2013-10-18 09:32:53 -0500 Charles Kerr (99f3bc06) * copyediting: nobody uses this #define, so remove it -2013-10-18 09:03:25 -0500 Charles Kerr (be37c5f) +2013-10-18 09:03:25 -0500 Charles Kerr (be37c5fe) * since we keep reusing the same GVariants again and again forever, cache them. -2013-10-17 23:08:48 -0500 Charles Kerr (7fe0540) +2013-10-17 23:08:48 -0500 Charles Kerr (7fe0540b) * when building the desktop header state, reuse the label variant -2013-10-17 22:14:37 -0500 Charles Kerr (0df37b0) +2013-10-17 22:14:37 -0500 Charles Kerr (0df37b0d) * because is rarely changes, cache the GTimeZone used by indicator_datetime_clock_get_localtime() -2013-10-17 22:12:33 -0500 Charles Kerr (2c63a8c) +2013-10-17 22:12:33 -0500 Charles Kerr (2c63a8cd) * because it rarely changes, cache the header_label_format_string. -2013-10-17 18:15:33 -0500 Charles Kerr (1a898e4) +2013-10-17 18:15:33 -0500 Charles Kerr (1a898e4e) * cache the timezone strv; lazy-rebuilding it when needed -2013-10-17 17:48:06 -0500 Charles Kerr (758a488) +2013-10-17 17:48:06 -0500 Charles Kerr (758a4880) * cleanup: dead code removal, fix comments, smaller implementation of update_internal_localtime() -2013-10-17 16:32:44 -0500 Charles Kerr (bcc0489) +2013-10-17 16:32:44 -0500 Charles Kerr (bcc04892) * refactor the timezone and current time provider into a gobject Interface 'IndicatorDatetimeClock' -2013-10-17 08:23:13 -0400 Lars Uebernickel (f1fe817) +2013-10-17 08:23:13 -0400 Lars Uebernickel (f1fe8178) * Work around glib's type initialization deadlock -2013-10-17 03:39:12 +0000 Charles Kerr (e38b629) +2013-10-17 03:39:12 +0000 Charles Kerr (e38b6293) * == Changes to planner-eds: -2013-10-17 03:20:33 +0000 Marcus Tomlinson (3cb74c5) +2013-10-17 03:20:33 +0000 Marcus Tomlinson (3cb74c56) * Fixed datetime title text to read "Date and Time" rather than the day of the week (as per spec). Fixes: https://bugs.launchpad.net/bugs/1236400. -2013-10-16 21:41:28 -0500 Charles Kerr (05c1039) +2013-10-16 21:41:28 -0500 Charles Kerr (05c1039f) * in the alarm snap decision, add x-canonical-private-button-tint hint to highlight the 'Show' button -2013-10-16 21:40:13 -0500 Charles Kerr (831b21b) +2013-10-16 21:40:13 -0500 Charles Kerr (831b21bc) * change ok/cancel buttons to the slightly-more-informative show/dismiss -2013-10-16 17:14:11 -0500 Charles Kerr (057066b) +2013-10-16 17:14:11 -0500 Charles Kerr (057066be) * sync with trunk -2013-10-16 16:48:28 -0500 Charles Kerr (42b338c) +2013-10-16 16:48:28 -0500 Charles Kerr (42b338cd) * use a two-button snap decision because one-button snap decisions don't show up. -2013-10-16 16:48:01 -0500 Charles Kerr (a96e714) +2013-10-16 16:48:01 -0500 Charles Kerr (a96e7143) * add a test mode for alarms. -2013-10-16 14:52:54 -0500 Charles Kerr (8dadf00) +2013-10-16 14:52:54 -0500 Charles Kerr (8dadf00b) * for testing purposes, fire off a snap decision as soon as the datetime indicator is started. this way one can test on phablet by running as user phablet -2013-10-16 18:34:39 +0200 Marcus Tomlinson (b2bdf94) +2013-10-16 18:34:39 +0200 Marcus Tomlinson (b2bdf943) * Replace "Date and Time" menu title on phone with "Upcoming" according to updated spec. -2013-10-16 16:19:45 +0000 Automatic PS uploader (973eb0a) +2013-10-16 16:19:45 +0000 Automatic PS uploader (973eb0a4) * Releasing 13.10.0+13.10.20131016.2-0ubuntu1 (revision 274 from lp:indicator-datetime). -2013-10-16 17:34:53 +0200 Marcus Tomlinson (32c75bd) +2013-10-16 17:34:53 +0200 Marcus Tomlinson (32c75bdf) * Fixed date formatted string menu item to display the full name of current day rather than the shortend version. -2013-10-16 15:30:11 +0000 Automatic PS uploader (fc8dba4) +2013-10-16 15:30:11 +0000 Automatic PS uploader (fc8dba4e) * Releasing 13.10.0+13.10.20131016.2-0ubuntu1, based on r274 -2013-10-16 15:19:21 +0000 Charles Kerr (7de7356) +2013-10-16 15:19:21 +0000 Charles Kerr (7de7356d) * Remove the g_error() call that caused an abort() in the call to on_name_lost() in our bus handler. Fixes: https://bugs.launchpad.net/bugs/1238737. -2013-10-16 17:16:02 +0200 Marcus Tomlinson (a590af1) +2013-10-16 17:16:02 +0200 Marcus Tomlinson (a590af19) * Updated date formatted string in create_phone_calendar_section() from "%e %B %Y" to "%a, %e %B %Y". -2013-10-16 17:01:11 +0200 Didier Roche (a5eff35) +2013-10-16 17:01:11 +0200 Didier Roche (a5eff35a) * remove invalid click recommends and downgrade to Suggests -2013-10-16 09:50:25 -0500 Charles Kerr (7034036) +2013-10-16 09:50:25 -0500 Charles Kerr (7034036e) * don't crash with a g_error() in on_bus_lost(). There's a valid case for this happening when the greeter's bus is force-shutdown -2013-10-16 15:45:25 +0200 Marcus Tomlinson (ba2b68b) +2013-10-16 15:45:25 +0200 Marcus Tomlinson (ba2b68b8) * Fixed datetime title text to read "Date and Time" rather than the day of the week (as per spec). -2013-10-16 12:48:51 +0000 Automatic PS uploader (d5c421b) +2013-10-16 12:48:51 +0000 Automatic PS uploader (d5c421bb) * Releasing 13.10.0+13.10.20131016-0ubuntu1 (revision 271 from lp:indicator-datetime). -2013-10-16 02:35:10 +0000 Automatic PS uploader (bd3296d) +2013-10-16 02:35:10 +0000 Automatic PS uploader (bd3296de) * Releasing 13.10.0+13.10.20131016-0ubuntu1, based on r271 -2013-10-15 20:20:18 +0000 Charles Kerr (5a2e68f) +2013-10-15 20:20:18 +0000 Charles Kerr (5a2e68f8) * Changes the phone profile's "Clock" menuitem in two ways: -2013-10-15 14:44:23 -0500 Charles Kerr (6eb9b44) +2013-10-15 14:44:23 -0500 Charles Kerr (6eb9b44c) * make clock_app_icon_filename a field of IndicatorDatetimeServicePriv -2013-10-15 14:14:41 -0500 Charles Kerr (50dbb63) +2013-10-15 14:14:41 -0500 Charles Kerr (50dbb636) * use the clock app's icon for the 'Clock' menuitem, and launch the clock app when it's clicked. -2013-10-15 16:20:41 +0000 Charles Kerr (51f27b4) +2013-10-15 16:20:41 +0000 Charles Kerr (51f27b49) * cache our internal GTimeZone instead of constantly re-creating it. Fixes: https://bugs.launchpad.net/bugs/1238043. -2013-10-15 15:07:52 +0000 Charles Kerr (72a4148) +2013-10-15 15:07:52 +0000 Charles Kerr (72a41485) * Use the Unity Mobile icon name for the alarm clock icon. -2013-10-15 09:29:49 -0500 Charles Kerr (3097e26) +2013-10-15 09:29:49 -0500 Charles Kerr (3097e267) * random fiddling: add G_UNLIKELY to the internal_timezone test -2013-10-14 23:54:40 -0500 Charles Kerr (8441fc4) +2013-10-14 23:54:40 -0500 Charles Kerr (8441fc4f) * tweak snap decision comments -2013-10-14 23:20:49 -0500 Charles Kerr (7095c0e) +2013-10-14 23:20:49 -0500 Charles Kerr (7095c0ea) * ccache our internal GTimeZone instead of constantly re-creating it. -2013-10-14 20:49:53 -0500 Charles Kerr (b702e83) +2013-10-14 20:49:53 -0500 Charles Kerr (b702e834) * add an icon for alarm appointment menuitems -2013-10-14 20:04:38 -0500 Charles Kerr (1293e7f) +2013-10-14 20:04:38 -0500 Charles Kerr (1293e7fe) * use ubuntu mobile's icon name for the alarm clock icon -2013-10-11 10:21:17 +0000 Automatic PS uploader (ad1a9ab) +2013-10-11 10:21:17 +0000 Automatic PS uploader (ad1a9ab5) * Releasing 13.10.0+13.10.20131011-0ubuntu1 (revision 267 from lp:indicator-datetime). -2013-10-11 04:27:42 +0000 Automatic PS uploader (b23d422) +2013-10-11 04:27:42 +0000 Automatic PS uploader (b23d4229) * Releasing 13.10.0+13.10.20131011-0ubuntu1, based on r267 -2013-10-09 23:26:26 -0500 Charles Kerr (da87e44) +2013-10-09 23:26:26 -0500 Charles Kerr (da87e44c) * extract-method: show_snap_decision_for_alarm -2013-10-09 22:55:26 -0500 Charles Kerr (dae4fdd) +2013-10-09 22:55:26 -0500 Charles Kerr (dae4fdd3) * more wiring in of mock objects -2013-10-09 21:33:15 -0500 Charles Kerr (a52e3b8) +2013-10-09 21:33:15 -0500 Charles Kerr (a52e3b86) * preliminary implementation of snap decision -2013-10-09 21:31:13 -0500 Charles Kerr (b6b0c14) +2013-10-09 21:31:13 -0500 Charles Kerr (b6b0c140) * add a preliminary mock planner for testing alarms/appointments isolated apart from the EDS backend -2013-10-09 21:24:43 -0500 Charles Kerr (c8a8c56) +2013-10-09 21:24:43 -0500 Charles Kerr (c8a8c56f) * planner-eds's is_configured() function should be private -2013-10-09 21:06:35 -0500 Charles Kerr (bc40e6a) +2013-10-09 21:06:35 -0500 Charles Kerr (bc40e6a7) * move the implementation of indicator_datetime_appt_free() from planner-eds.c to planner.c -2013-10-09 21:04:31 -0500 Charles Kerr (ba639a9) +2013-10-09 21:04:31 -0500 Charles Kerr (ba639a9f) * remove vestigal function declaration from planner-eds.h -2013-10-09 21:02:17 -0500 Charles Kerr (70487cc) +2013-10-09 21:02:17 -0500 Charles Kerr (70487ccc) * move planner instantiation to main.c so that we can prepare to pass in a mock planner for testing -2013-10-09 11:39:36 -0500 Charles Kerr (1282bef) +2013-10-09 11:39:36 -0500 Charles Kerr (1282befc) * add url activation for appointment menuitems on the phone profile. -2013-10-09 13:28:15 +0000 Charles Kerr (318c3e9) +2013-10-09 13:28:15 +0000 Charles Kerr (318c3e9c) * remove debugging stubs -2013-10-09 08:22:09 -0500 Charles Kerr (de4e79a) +2013-10-09 08:22:09 -0500 Charles Kerr (de4e79a6) * instead of testing for alarms once per minute, set a timer for the next alarm occurence. -2013-10-09 08:21:16 -0500 Charles Kerr (c1a3498) +2013-10-09 08:21:16 -0500 Charles Kerr (c1a34981) * in the case of recurring appointments, allow multiple entries with the same uid to be returned by get_appointments(). This is so the client can always find the timestamp of the instance that occurs next. -2013-10-08 20:53:41 -0500 Charles Kerr (daccfe0) +2013-10-08 20:53:41 -0500 Charles Kerr (daccfe0b) * add a uri-searching subtask whenever we find an appointment -2013-10-08 20:53:10 -0500 Charles Kerr (414c9ee) +2013-10-08 20:53:10 -0500 Charles Kerr (414c9ee4) * add a timer to periodically check to see if EDS alarms have been reached. -2013-10-08 20:42:16 -0500 Charles Kerr (5485aef) +2013-10-08 20:42:16 -0500 Charles Kerr (5485aef4) * add a timer to test periodically to see if we've reached an EDS alarm -2013-10-05 02:11:42 +0000 Charles Kerr (5c5f6de) +2013-10-05 02:11:42 +0000 Charles Kerr (5c5f6de1) * When an unsupported date format is being used, improve the error message to also include the unsupported date format so that users can include it in their bug reports. Fixes: https://bugs.launchpad.net/bugs/1196059. -2013-10-04 14:46:30 -0500 Charles Kerr (5338030) +2013-10-04 14:46:30 -0500 Charles Kerr (5338030e) * fix typo in the potfile unit tests' error messages -2013-10-04 14:45:28 -0500 Charles Kerr (866303a) +2013-10-04 14:45:28 -0500 Charles Kerr (866303a6) * don't use ascii quote marks. -2013-10-04 11:47:11 -0500 Charles Kerr (c89170a) +2013-10-04 11:47:11 -0500 Charles Kerr (c89170a3) * when an unsupported date format is being used, tell what it is so that we can triage the issue. -2013-10-04 14:57:23 +0000 Charles Kerr (0437c2f) +2013-10-04 14:57:23 +0000 Charles Kerr (0437c2f1) * start tracking failure-to-connect-to-bus errors on indicator-datetime. Fixes: https://bugs.launchpad.net/bugs/1227519. -2013-10-04 09:29:29 -0500 Charles Kerr (4a65017) +2013-10-04 09:29:29 -0500 Charles Kerr (4a65017c) * start tracking failure-to-connect-to-bus on indicator-datetime -2013-10-04 10:20:10 +0000 Automatic PS uploader (b444d3f) +2013-10-04 10:20:10 +0000 Automatic PS uploader (b444d3f5) * Releasing 13.10.0+13.10.20131004-0ubuntu1 (revision 264 from lp:indicator-datetime). -2013-10-04 02:29:27 +0000 Automatic PS uploader (d3ae965) +2013-10-04 02:29:27 +0000 Automatic PS uploader (d3ae965a) * Releasing 13.10.0+13.10.20131004-0ubuntu1, based on r264 -2013-10-03 22:08:20 +0000 Charles Kerr (0fb9869) +2013-10-03 22:08:20 +0000 Charles Kerr (0fb98691) * Update settings URL to settings:///system. Fixes: https://bugs.launchpad.net/bugs/1231444. -2013-10-03 21:50:28 +0000 Charles Kerr (14a6087) +2013-10-03 21:50:28 +0000 Charles Kerr (14a60879) * on the phone, show appointments at 1AM as '1 AM', clock times as '1:00 AM'. Fixes: https://bugs.launchpad.net/bugs/1220297. -2013-10-03 16:16:24 -0500 Charles Kerr (d9deaaa) +2013-10-03 16:16:24 -0500 Charles Kerr (d9deaaae) * phone: show appointments at 1AM as '1 AM', clock times as '1:00 AM' -2013-10-03 15:53:56 -0500 Charles Kerr (55108ac) +2013-10-03 15:53:56 -0500 Charles Kerr (55108acd) * Update settings URL to settings:///system -2013-10-03 16:42:08 +0000 Charles Kerr (8b4e75e) +2013-10-03 16:42:08 +0000 Charles Kerr (8b4e75ea) * Change the tablet time format string to remove leading zeroes from the hour component of the time format (ie, H:MM rather than HH:MM). Fixes: https://bugs.launchpad.net/bugs/1234483. -2013-10-03 09:36:25 -0500 Charles Kerr (5b22711) +2013-10-03 09:36:25 -0500 Charles Kerr (5b22711f) * sync unit tests to not look for the leading zero -2013-10-03 08:04:46 -0500 Charles Kerr (68e0937) +2013-10-03 08:04:46 -0500 Charles Kerr (68e0937c) * remove the leading zero in the hour component of 'terse' time format. -2013-09-30 12:22:56 +0000 Automatic PS uploader (ece762e) +2013-09-30 12:22:56 +0000 Automatic PS uploader (ece762ee) * Releasing 13.10.0+13.10.20130930-0ubuntu1 (revision 260 from lp:indicator-datetime). -2013-09-30 06:32:59 +0000 Automatic PS uploader (0f52c0f) +2013-09-30 06:32:59 +0000 Automatic PS uploader (0f52c0f5) * Releasing 13.10.0+13.10.20130930-0ubuntu1, based on r260 -2013-09-26 04:03:56 +0000 Charles Kerr (778244b) +2013-09-26 04:03:56 +0000 Charles Kerr (778244b4) * Use url-dispatcher instead of invoking system-settings directly. Fixes: https://bugs.launchpad.net/bugs/1230819. -2013-09-25 17:16:22 -0500 Charles Kerr (158a962) +2013-09-25 17:16:22 -0500 Charles Kerr (158a962c) * Use url-dispatcher instead of invoking system-settings directly. -2013-09-24 10:05:33 +0000 Automatic PS uploader (25c81ec) +2013-09-24 10:05:33 +0000 Automatic PS uploader (25c81ec9) * Releasing 13.10.0+13.10.20130924.2-0ubuntu1 (revision 258 from lp:indicator-datetime). -2013-09-24 08:58:52 +0000 Automatic PS uploader (244b800) +2013-09-24 08:58:52 +0000 Automatic PS uploader (244b8007) * Releasing 13.10.0+13.10.20130924.2-0ubuntu1, based on r258 -2013-09-23 14:36:58 +0000 Timo Jyrinki (987a15c) +2013-09-23 14:36:58 +0000 Timo Jyrinki (987a15c8) * Add X-Ubuntu-Gettext-Domain in .desktop file to use translations (LP: #1223498). Fixes: https://bugs.launchpad.net/bugs/1223498. -2013-09-23 07:32:05 +0300 Timo Jyrinki (e221b04) +2013-09-23 07:32:05 +0300 Timo Jyrinki (e221b04f) * Add X-Ubuntu-Gettext-Domain in .desktop file to use translations (LP: #1223498) -2013-09-13 19:43:31 +0000 Automatic PS uploader (bf9d54c) +2013-09-13 19:43:31 +0000 Automatic PS uploader (bf9d54ca) * Releasing 13.10.0+13.10.20130913-0ubuntu1 (revision 256 from lp:indicator-datetime). -2013-09-13 15:16:38 +0000 Automatic PS uploader (67f71fb) +2013-09-13 15:16:38 +0000 Automatic PS uploader (67f71fb0) * Releasing 13.10.0+13.10.20130913-0ubuntu1, based on r256 -2013-09-11 18:49:39 +0000 Charles Kerr (0c322f9) +2013-09-11 18:49:39 +0000 Charles Kerr (0c322f90) * Adds a title in the header's action state. Fixes: https://bugs.launchpad.net/bugs/1223635. -2013-09-11 12:12:10 -0500 Charles Kerr (9233c96) +2013-09-11 12:12:10 -0500 Charles Kerr (9233c969) * in the phone profile, move the day-of-week entry from the first menuitem to the header action state's title as per the spec -2013-09-11 11:34:31 -0500 Charles Kerr (06d2107) +2013-09-11 11:34:31 -0500 Charles Kerr (06d21070) * add 'title' to the root action's state dict -2013-09-09 19:03:48 +0000 Charles Kerr (2da9d7c) +2013-09-09 19:03:48 +0000 Charles Kerr (2da9d7c1) * Remove code duplication between timezone-file and timezone-geoclue. -2013-09-09 12:56:22 -0500 Charles Kerr (0b5af4a) +2013-09-09 12:56:22 -0500 Charles Kerr (0b5af4ac) * fix typo -2013-09-09 17:47:27 +0000 Charles Kerr (03b3c04) +2013-09-09 17:47:27 +0000 Charles Kerr (03b3c047) * name says it all; this branch is for improving indicator-datetime test coverage. -2013-09-09 12:43:31 -0500 Charles Kerr (cd6fa3b) +2013-09-09 12:43:31 -0500 Charles Kerr (cd6fa3ba) * in the Datetime base class, make a set_timezone() function for subclasses s.t. they don't have to reinvent the wheel. As a result, also remove the 'timezone changed' signale emitter helper -2013-09-09 11:53:10 -0500 Charles Kerr (2bf6740) +2013-09-09 11:53:10 -0500 Charles Kerr (2bf6740a) * in utils.h, include gio/gio.h to ensure GSettings struct is declared -2013-09-09 11:50:22 -0500 Charles Kerr (605e4b6) +2013-09-09 11:50:22 -0500 Charles Kerr (605e4b63) * sync with trunk -2013-09-08 20:17:44 +0000 Charles Kerr (b7f625e) +2013-09-08 20:17:44 +0000 Charles Kerr (b7f625ed) * This change adds a GSettings* arg to the utils functions so that they don't have to churn through temporary GSettings objects. -2013-09-08 19:32:38 +0000 Ted Gould (0896192) +2013-09-08 19:32:38 +0000 Ted Gould (0896192c) * Protect against invalid begin or end dates. Fixes: https://bugs.launchpad.net/bugs/1216263. -2013-09-08 18:47:17 +0000 Charles Kerr (dd9d2e3) +2013-09-08 18:47:17 +0000 Charles Kerr (dd9d2e36) * Minor changes that eliminate unnecessary temporary strings. -2013-09-08 13:17:08 -0500 Ted Gould (fde292a) +2013-09-08 13:17:08 -0500 Ted Gould (fde292a8) * Bad merge -2013-09-07 09:48:46 -0500 Charles Kerr (ecee966) +2013-09-07 09:48:46 -0500 Charles Kerr (ecee9663) * get coverage reports working. We now have nonzero coverage, whoo -2013-09-07 09:39:38 -0500 Charles Kerr (dd14788) +2013-09-07 09:39:38 -0500 Charles Kerr (dd147887) * add preliminary unit tests for utils -2013-09-07 09:29:56 -0500 Charles Kerr (05d0c98) +2013-09-07 09:29:56 -0500 Charles Kerr (05d0c98b) * in service.c's create_locations_section(), remove an unnecessary temporary -2013-09-07 07:46:17 -0500 Charles Kerr (f115296) +2013-09-07 07:46:17 -0500 Charles Kerr (f1152966) * remove unnecessary strdup/free of the location menuitems' labels -2013-09-07 07:45:58 -0500 Charles Kerr (88275c3) +2013-09-07 07:45:58 -0500 Charles Kerr (88275c3a) * remove unnecessary strdup/free of the location menuitems' labels -2013-09-07 07:43:29 -0500 Charles Kerr (ee8cd80) +2013-09-07 07:43:29 -0500 Charles Kerr (ee8cd805) * in service.c, use g_variant_new_take_string() instead of g_variant_new_string() where appropriate -2013-09-07 07:41:59 -0500 Charles Kerr (1e5db71) +2013-09-07 07:41:59 -0500 Charles Kerr (1e5db71b) * in utils.c's T_(), avoid an unnecessary strdup/free -2013-09-07 07:10:53 -0500 Charles Kerr (e2096aa) +2013-09-07 07:10:53 -0500 Charles Kerr (e2096aa3) * in the utils functions, add a GSettings argument for the functions that use a GSettings s.t. they don't have to keep reloading settings in a temporary every time they're called. -2013-09-07 07:07:51 -0500 Charles Kerr (c81e028) +2013-09-07 07:07:51 -0500 Charles Kerr (c81e028e) * both service.c and utils.c have an enum for the time format mode, so share it in settings-shared.h -2013-09-07 07:06:58 -0500 Charles Kerr (fd1d19c) +2013-09-07 07:06:58 -0500 Charles Kerr (fd1d19cb) * in service.c, remove unnecessary function get_time_format_mode() -2013-09-07 07:05:02 -0500 Charles Kerr (188c34d) +2013-09-07 07:05:02 -0500 Charles Kerr (188c34d1) * copyediting: use G_VARIANT_TYPE_VARDICT instead of G_VARIANT_TYPE('a{sv}') -2013-09-06 12:52:30 -0500 Ted Gould (dfc6f66) +2013-09-06 12:52:30 -0500 Ted Gould (dfc6f669) * Make all seconds a tenth of a second in bounds -2013-09-06 12:51:45 -0500 Ted Gould (f5746cf) +2013-09-06 12:51:45 -0500 Ted Gould (f5746cfe) * Merge trunk -2013-09-06 12:47:27 -0500 Ted Gould (55ed2b1) +2013-09-06 12:47:27 -0500 Ted Gould (55ed2b1b) * Making sure we have 0.1 between our bounds on the seconds -2013-09-06 12:45:52 -0500 Ted Gould (f96fb5c) +2013-09-06 12:45:52 -0500 Ted Gould (f96fb5c4) * Removing check for NULL items -2013-09-06 14:34:32 +0000 Charles Kerr (ddebe3c) +2013-09-06 14:34:32 +0000 Charles Kerr (ddebe3c4) * Make the EDS planner nonblocking. Fixes: https://bugs.launchpad.net/bugs/1204532. -2013-09-05 18:00:34 -0500 Charles Kerr (f35c8eb) +2013-09-05 18:00:34 -0500 Charles Kerr (f35c8eb3) * in update_appointment_lists(), safeguard against NULL GDateTimes. -2013-09-05 17:50:38 -0500 Charles Kerr (a7d1945) +2013-09-05 17:50:38 -0500 Charles Kerr (a7d1945d) * fix 'upcoming appointment' section menuitems issue reported by ted -2013-09-05 16:27:35 -0500 Charles Kerr (7eb5616) +2013-09-05 16:27:35 -0500 Charles Kerr (7eb56163) * in planner-eds, use g_atomic_int for enc/dec of the subtask_count -2013-09-05 13:25:05 -0500 Charles Kerr (1272fff) +2013-09-05 13:25:05 -0500 Charles Kerr (1272fff3) * in service.c, use g_variant_new_take_string() instead of g_variant_new_string() where appropriate -2013-09-05 13:24:28 -0500 Charles Kerr (86333cb) +2013-09-05 13:24:28 -0500 Charles Kerr (86333cb7) * in our private T_() function, avoid a couple of unnecessary strdup & frees -2013-09-05 13:01:07 -0500 Charles Kerr (fdd57db) +2013-09-05 13:01:07 -0500 Charles Kerr (fdd57db6) * use GSlice for allocating/freeing service's TimeLocation structs -2013-09-05 12:59:48 -0500 Charles Kerr (d794084) +2013-09-05 12:59:48 -0500 Charles Kerr (d7940847) * use GSlice for allocating/freeing service's setlocation_data structs -2013-09-05 12:58:03 -0500 Charles Kerr (7ecf093) +2013-09-05 12:58:03 -0500 Charles Kerr (7ecf093c) * use GSlice for allocating/freeing indicator appt structs -2013-09-05 12:12:54 -0500 Charles Kerr (5882af6) +2013-09-05 12:12:54 -0500 Charles Kerr (5882af6e) * make the EDS planner completely nonblocking. -2013-09-05 12:01:40 -0500 Charles Kerr (f3271cf) +2013-09-05 12:01:40 -0500 Charles Kerr (f3271cfa) * update the service to use Planner's async API -2013-09-05 11:57:05 -0500 Charles Kerr (039722a) +2013-09-05 11:57:05 -0500 Charles Kerr (039722a9) * change the Planner API s.t. get_appoinments() is an async function. Breaks everything -2013-09-04 19:46:04 +0000 Ted Gould (c312fcc) +2013-09-04 19:46:04 +0000 Ted Gould (c312fcce) * Fix GeoClue signal handler to have proper prototype. Fixes: https://bugs.launchpad.net/bugs/1195874. -2013-09-03 21:55:23 -0500 Ted Gould (2a97f60) +2013-09-03 21:55:23 -0500 Ted Gould (2a97f602) * Don't unref NULLs -2013-09-03 21:47:27 -0500 Ted Gould (9debe33) +2013-09-03 21:47:27 -0500 Ted Gould (9debe335) * Protect against invalid begin or end dates -2013-09-03 17:23:51 -0500 Ted Gould (a94dccc) +2013-09-03 17:23:51 -0500 Ted Gould (a94dccce) * Attaching bug -2013-09-03 17:22:46 -0500 Ted Gould (e52036b) +2013-09-03 17:22:46 -0500 Ted Gould (e52036bc) * Add a signal handler for the slightly different prototype. -2013-09-03 05:49:30 +0000 Automatic PS uploader (f47b93e) +2013-09-03 05:49:30 +0000 Automatic PS uploader (f47b93ed) * Releasing 13.10.0+13.10.20130903-0ubuntu1 (revision 247 from lp:indicator-datetime). -2013-09-03 02:08:17 +0000 Automatic PS uploader (3dbb294) +2013-09-03 02:08:17 +0000 Automatic PS uploader (3dbb2943) * Releasing 13.10.0+13.10.20130903-0ubuntu1, based on r247 -2013-09-02 16:34:11 +0000 Jeremy Bicha (f4e0e8d) +2013-09-02 16:34:11 +0000 Jeremy Bicha (f4e0e8d8) * Really don't install *.la file. -2013-09-02 10:08:49 -0400 Jeremy Bicha (2f4de37) +2013-09-02 10:08:49 -0400 Jeremy Bicha (2f4de37b) * Don't install *.la files instead of deleting them -2013-09-01 15:32:51 -0400 Jeremy Bicha (eed6a02) +2013-09-01 15:32:51 -0400 Jeremy Bicha (eed6a021) * Really delete *.la file -2013-08-28 11:26:00 +0000 Automatic PS uploader (8659668) +2013-08-28 11:26:00 +0000 Automatic PS uploader (86596681) * Releasing 13.10.0+13.10.20130828.2-0ubuntu1 (revision 245 from lp:indicator-datetime). -2013-08-28 10:09:19 +0000 Automatic PS uploader (18a091e) +2013-08-28 10:09:19 +0000 Automatic PS uploader (18a091e0) * Releasing 13.10.0+13.10.20130828.2-0ubuntu1, based on r245 -2013-08-27 15:11:08 -0500 Ted Gould (0fa8138) +2013-08-27 15:11:08 -0500 Ted Gould (0fa81384) * Dropping debugging for system-wide support -2013-08-27 13:20:52 -0500 Ted Gould (daf8857) +2013-08-27 13:20:52 -0500 Ted Gould (daf88572) * Adding into the package -2013-08-27 13:20:17 -0500 Ted Gould (beb91ed) +2013-08-27 13:20:17 -0500 Ted Gould (beb91ed2) * Adding the upstart job configuration -2013-08-27 16:53:10 +0000 Ted Gould (d6a9686) +2013-08-27 16:53:10 +0000 Ted Gould (d6a96861) * Split out control center modules into its own package. -2013-08-27 10:49:33 -0500 Ted Gould (def2cbb) +2013-08-27 10:49:33 -0500 Ted Gould (def2cbb6) * Making sure we conflict with *other* packages not us -2013-08-27 10:30:04 -0500 Ted Gould (d66258c) +2013-08-27 10:30:04 -0500 Ted Gould (d66258cf) * Update the version -2013-08-27 10:27:27 -0500 Ted Gould (50dcd83) +2013-08-27 10:27:27 -0500 Ted Gould (50dcd83d) * * Updating version to make the Conflicts/Replace nicer * Split out gnome-control-center panel into it's own package -2013-08-27 10:26:42 -0500 Ted Gould (ae5e28e) +2013-08-27 10:26:42 -0500 Ted Gould (ae5e28e5) * Clean up versions -2013-08-27 10:16:02 -0500 Ted Gould (5b157ef) +2013-08-27 10:16:02 -0500 Ted Gould (5b157efa) * Change package name to 'gnome-control-center-datetime' -2013-08-27 09:52:26 -0500 Ted Gould (f4031e6) +2013-08-27 09:52:26 -0500 Ted Gould (f4031e6b) * Split out control center modules into its own package -2013-08-22 23:20:41 +0000 Automatic PS uploader (0226c53) +2013-08-22 23:20:41 +0000 Automatic PS uploader (0226c530) * Releasing 12.10.3+13.10.20130822.1-0ubuntu1 (revision 243 from lp:indicator-datetime). -2013-08-22 21:46:45 +0000 Automatic PS uploader (f12d9e9) +2013-08-22 21:46:45 +0000 Automatic PS uploader (f12d9e99) * Releasing 12.10.3+13.10.20130822.1-0ubuntu1, based on r243 -2013-08-22 14:47:44 +0000 Iain Lane (a705242) +2013-08-22 14:47:44 +0000 Iain Lane (a7052423) * Don't use deprecated g_simple_action_group_insert; use g_action_map_add_action instead. -2013-08-22 14:18:42 +0000 Iain Lane (bb89b40) +2013-08-22 14:18:42 +0000 Iain Lane (bb89b40d) * Use month '1' when constructing the 'begin' range to decide which appointments to display. glib started validating the arguments to g_date_time_new and it turns out that '0' isn't a valid day of the month. -2013-08-22 11:02:54 +0000 Iain Lane (26c1cfd) +2013-08-22 11:02:54 +0000 Iain Lane (26c1cfdf) * Don't use deprecated g_simple_action_group_insert; use g_action_map_add_action instead -2013-08-22 09:09:20 +0000 Iain Lane (15dbc4d) +2013-08-22 09:09:20 +0000 Iain Lane (15dbc4de) * Use month '1' when constructing the 'begin' range to decide which appointments to display. -2013-07-31 08:50:28 +0000 Automatic PS uploader (67f0bb6) +2013-07-31 08:50:28 +0000 Automatic PS uploader (67f0bb69) * Releasing 12.10.3+13.10.20130731-0ubuntu1 (revision 240 from lp:indicator-datetime). -2013-07-31 02:02:57 +0000 Automatic PS uploader (cb04069) +2013-07-31 02:02:57 +0000 Automatic PS uploader (cb040694) * Releasing 12.10.3+13.10.20130731-0ubuntu1, based on r240 -2013-07-30 21:36:32 +0000 Charles Kerr (809982d) +2013-07-30 21:36:32 +0000 Charles Kerr (809982d3) * add a phone menu as described at https://wiki.ubuntu.com/TimeAndDate#Indicator. -2013-07-30 16:01:24 -0500 Charles Kerr (a60f5e9) +2013-07-30 16:01:24 -0500 Charles Kerr (a60f5e91) * remove the leading zero from the terse time format string. -2013-07-30 15:44:11 -0500 Charles Kerr (d5aaabf) +2013-07-30 15:44:11 -0500 Charles Kerr (d5aaabfd) * add i18n comments to get_terse_date_format_string() and get_terse_time_format_string() -2013-07-30 15:34:03 -0500 Charles Kerr (e94e06f) +2013-07-30 15:34:03 -0500 Charles Kerr (e94e06f6) * as per discussion in #systems, use 'Recommends: ubuntu-system-settings | gnome-control-center' -2013-07-26 13:26:03 -0500 Charles Kerr (18012d5) +2013-07-26 13:26:03 -0500 Charles Kerr (18012d5e) * add 'terse' time formats for phone menu to match the spec. -2013-07-26 08:29:25 -0500 Charles Kerr (2c8cf91) +2013-07-26 08:29:25 -0500 Charles Kerr (2c8cf919) * add the phone's header action -2013-07-25 22:11:17 -0500 Charles Kerr (23c79e1) +2013-07-25 22:11:17 -0500 Charles Kerr (23c79e10) * in the phone menu, add a 'Clock' menuitem above the alarm and appointment events. -2013-07-25 22:05:49 -0500 Charles Kerr (c79fd08) +2013-07-25 22:05:49 -0500 Charles Kerr (c79fd08f) * add a calendar icon to the todays-date menuitems as per spec -2013-07-25 21:49:51 -0500 Charles Kerr (eb32ed8) +2013-07-25 21:49:51 -0500 Charles Kerr (eb32ed8d) * add calendar section for the phone menu -2013-07-25 21:37:18 -0500 Charles Kerr (79bca62) +2013-07-25 21:37:18 -0500 Charles Kerr (79bca62a) * split the phone and desktop flavors of the appointments section s.t. the phone menu doesn't have a 'Add Event…' menuitem -2013-07-25 21:06:25 -0500 Charles Kerr (30d45a5) +2013-07-25 21:06:25 -0500 Charles Kerr (30d45a52) * in the appointments section, only show the next instance of recurring events. If the event is daily, say so in the time format string. -2013-07-25 19:04:47 -0500 Charles Kerr (7b4baac) +2013-07-25 19:04:47 -0500 Charles Kerr (7b4baac1) * Add support for displaying alarms. -2013-07-25 13:08:34 -0500 Charles Kerr (7364cf8) +2013-07-25 13:08:34 -0500 Charles Kerr (7364cf8d) * for the phone menu, add a 'Time & Date settings...' menuitem to launch 'system-settings time-date' -2013-07-25 12:59:35 -0500 Charles Kerr (909eac7) +2013-07-25 12:59:35 -0500 Charles Kerr (909eac7b) * add a (currently unimplemented) PROFILE_PHONE to our enum -2013-07-25 08:05:30 +0000 Automatic PS uploader (fe27946) +2013-07-25 08:05:30 +0000 Automatic PS uploader (fe279460) * Releasing 12.10.3+13.10.20130725-0ubuntu1 (revision 238 from lp:indicator-datetime). -2013-07-25 02:03:25 +0000 Automatic PS uploader (08d2503) +2013-07-25 02:03:25 +0000 Automatic PS uploader (08d2503e) * Releasing 12.10.3+13.10.20130725-0ubuntu1, based on r238 -2013-07-24 06:04:01 +0000 Charles Kerr (ee9429e) +2013-07-24 06:04:01 +0000 Charles Kerr (ee9429e2) * Add a phone entry in the datetime .indicator file. -2013-07-16 10:48:46 -0500 Charles Kerr (ae8c7f0) +2013-07-16 10:48:46 -0500 Charles Kerr (ae8c7f0a) * add phone profile to the .desktop file -2013-07-16 14:22:35 +0000 Automatic PS uploader (a33540a) +2013-07-16 14:22:35 +0000 Automatic PS uploader (a33540a4) * Releasing 12.10.3+13.10.20130716-0ubuntu1 (revision 236 from lp:indicator-datetime). -2013-07-16 02:02:52 +0000 Automatic PS uploader (1e1a6ea) +2013-07-16 02:02:52 +0000 Automatic PS uploader (1e1a6ea7) * Releasing 12.10.3+13.10.20130716-0ubuntu1, based on r236 -2013-07-12 05:37:04 +0000 Jeremy Bicha (bb64b54) +2013-07-12 05:37:04 +0000 Jeremy Bicha (bb64b541) * Have 'Help' point to the Time & Date section of help. -2013-07-11 16:07:34 -0400 Jeremy Bicha (5a95338) +2013-07-11 16:07:34 -0400 Jeremy Bicha (5a953385) * Have 'Help' point to the Time & Date section of help -2013-07-08 13:50:24 +0000 Automatic PS uploader (376791b) +2013-07-08 13:50:24 +0000 Automatic PS uploader (376791bd) * Releasing 12.10.3+13.10.20130708-0ubuntu1 (revision 234 from lp:indicator-datetime). -2013-07-08 02:02:31 +0000 Automatic PS uploader (e74a1cd) +2013-07-08 02:02:31 +0000 Automatic PS uploader (e74a1cdd) * Releasing 12.10.3+13.10.20130708-0ubuntu1, based on r234 -2013-07-05 12:49:24 +0000 Charles Kerr (adef10c) +2013-07-05 12:49:24 +0000 Charles Kerr (adef10c4) * Make the desktop greeter's menu name 'desktop_greeter'. -2013-07-05 07:26:13 -0500 Charles Kerr (8a283a4) +2013-07-05 07:26:13 -0500 Charles Kerr (8a283a4a) * make the desktop greeter menu's name consistent across indicators: 'desktop_greeter' -2013-07-03 17:35:18 +0000 Automatic PS uploader (492bfa5) +2013-07-03 17:35:18 +0000 Automatic PS uploader (492bfa54) * Releasing 12.10.3+13.10.20130703.1-0ubuntu1 to ubuntu. -2013-07-03 14:17:16 +0000 Automatic PS uploader (0939980) +2013-07-03 14:17:16 +0000 Automatic PS uploader (0939980a) * Releasing 12.10.3+13.10.20130703.1-0ubuntu1, based on r232 -2013-07-03 03:19:36 +0000 Lars Uebernickel (74bca3e) +2013-07-03 03:19:36 +0000 Lars Uebernickel (74bca3ec) * Set the desired position in the panel. Fixes: https://bugs.launchpad.net/bugs/1196650. -2013-07-02 12:15:08 -0400 Lars Uebernickel (7cf97d2) +2013-07-02 12:15:08 -0400 Lars Uebernickel (7cf97d23) * Set the desired position in the panel -2013-07-02 13:19:36 +0000 Charles Kerr (72afea8) +2013-07-02 13:19:36 +0000 Charles Kerr (72afea8d) * make the greeter menu key consistent with indicator-session. -2013-07-02 09:20:56 +0000 Automatic PS uploader (d863966) +2013-07-02 09:20:56 +0000 Automatic PS uploader (d863966f) * Releasing 12.10.3+13.10.20130702-0ubuntu1 to ubuntu. -2013-07-02 02:02:48 +0000 Automatic PS uploader (bae3c04) +2013-07-02 02:02:48 +0000 Automatic PS uploader (bae3c041) * Releasing 12.10.3+13.10.20130702-0ubuntu1, based on r229 -2013-07-01 15:50:38 -0500 Charles Kerr (3161d50) +2013-07-01 15:50:38 -0500 Charles Kerr (3161d505) * in service.c, use 'desktop_greeter' as the key instead of 'greeter' -2013-06-29 12:03:16 +0000 Charles Kerr (67006cf) +2013-06-29 12:03:16 +0000 Charles Kerr (67006cf8) * remove --enable-localinstall from this indicator, too. -2013-06-28 16:41:31 -0500 Charles Kerr (5d05c0b) +2013-06-28 16:41:31 -0500 Charles Kerr (5d05c0be) * remove --enable-localinstall options -2013-06-28 16:24:30 +0000 Charles Kerr (64aa644) +2013-06-28 16:24:30 +0000 Charles Kerr (64aa6445) * at seb's request, use … directly in strings instead of the C octal escaped UTF-8. -2013-06-28 15:20:58 +0000 Automatic PS uploader (99a2a94) +2013-06-28 15:20:58 +0000 Automatic PS uploader (99a2a94d) * Releasing 12.10.3+13.10.20130628-0ubuntu1 to ubuntu. -2013-06-28 09:40:56 -0500 Charles Kerr (399d653) +2013-06-28 09:40:56 -0500 Charles Kerr (399d653c) * use … directly in strings instead of the C octal escaped UTF-8. -2013-06-28 02:03:04 +0000 Automatic PS uploader (f8b59dd) +2013-06-28 02:03:04 +0000 Automatic PS uploader (f8b59ddf) * Releasing 12.10.3+13.10.20130628-0ubuntu1, based on r226 -2013-06-21 15:01:54 +0000 Charles Kerr (854fb1a) +2013-06-21 15:01:54 +0000 Charles Kerr (854fb1a4) * This push extracts geoclue to its own self-contained module, fixes an errant g_critical, and merges ryan's timedate1 changes from the 13.04 branch. -2013-06-20 13:44:21 -0500 Charles Kerr (51bd746) +2013-06-20 13:44:21 -0500 Charles Kerr (51bd7465) * remove the --replace command-line argument and property as we're using upstart for that -2013-06-19 16:53:04 -0500 Charles Kerr (ee30bb0) +2013-06-19 16:53:04 -0500 Charles Kerr (ee30bb04) * in our async callbacks, don't call g_warning() when we get a G_IO_ERROR_CANCELLED -2013-06-19 08:57:27 -0500 Charles Kerr (42cfd74) +2013-06-19 08:57:27 -0500 Charles Kerr (42cfd74d) * in configure.ac, add AM_PROG_AR to silence an autotools warning in the tests/ directory caused by making static local copies of libgtest -2013-06-19 13:07:15 +0000 Automatic PS uploader (05ba6fa) +2013-06-19 13:07:15 +0000 Automatic PS uploader (05ba6fa0) * Releasing 12.10.3daily13.06.19-0ubuntu1 to ubuntu. -2013-06-19 01:26:32 -0500 Charles Kerr (22fb11b) +2013-06-19 01:26:32 -0500 Charles Kerr (22fb11bd) * in the gnome control center datetime panel, use g_bus_watch_name() to see if com.canonical.indicator.datetime is available. -2013-06-19 00:46:20 -0500 Charles Kerr (3bd2f55) +2013-06-19 00:46:20 -0500 Charles Kerr (3bd2f559) * put the service on the production busname -2013-06-19 00:31:06 -0500 Charles Kerr (8efd873) +2013-06-19 00:31:06 -0500 Charles Kerr (8efd873a) * ensure datetime-dialog.ui makes it into the distribution -2013-06-18 23:27:13 -0500 Charles Kerr (fff2cf6) +2013-06-18 23:27:13 -0500 Charles Kerr (fff2cf6b) * fix build breakage in tests/ -2013-06-18 23:13:16 -0500 Charles Kerr (0723249) +2013-06-18 23:13:16 -0500 Charles Kerr (07232499) * sync po/POTFILES.in with the source code changes in src/ -2013-06-18 23:12:59 -0500 Charles Kerr (2c0b562) +2013-06-18 23:12:59 -0500 Charles Kerr (2c0b562c) * sync with lp:indicator-datetime trunk -2013-06-18 21:30:46 -0500 Charles Kerr (c18a48d) +2013-06-18 21:30:46 -0500 Charles Kerr (c18a48d1) * remove TODO -2013-06-19 02:01:54 +0000 Automatic PS uploader (9c5c741) +2013-06-19 02:01:54 +0000 Automatic PS uploader (9c5c741a) * Releasing 12.10.3daily13.06.19-0ubuntu1, based on r224 -2013-06-18 01:05:53 -0500 Charles Kerr (d1d6524) +2013-06-18 01:05:53 -0500 Charles Kerr (d1d65249) * rename the indicator bus file as 'com.canonical.indicator.datetime'; add it to data/Makefile -2013-06-17 17:40:20 +0200 Łukasz 'sil2100' Zemczak (50de20c) +2013-06-17 17:40:20 +0200 Łukasz 'sil2100' Zemczak (50de20c5) * Include the missing version that got directly pushed to the distro... which is generally a bad idea. -2013-06-17 09:33:23 -0500 Charles Kerr (1d015b5) +2013-06-17 09:33:23 -0500 Charles Kerr (1d015b51) * make indicator_datetime_service_set_calendar_date() public. This is another one we'll need for unit tests -2013-06-17 09:31:56 -0500 Charles Kerr (556eb6b) +2013-06-17 09:31:56 -0500 Charles Kerr (556eb6bd) * copyediting: better variable names, function names, comments -2013-06-17 09:16:17 -0500 Charles Kerr (d368216) +2013-06-17 09:16:17 -0500 Charles Kerr (d368216e) * in service.c, use GDateTime internally instead of time_t -2013-06-17 09:06:02 -0500 Charles Kerr (72f2322) +2013-06-17 09:06:02 -0500 Charles Kerr (72f23220) * in service.c, replace all calls to time(NULL) and g_date_time_new_now_local() with a call to the new @@ -4893,281 +4911,281 @@ need this control point to override the system time in unit testing -2013-06-16 23:35:54 -0500 Charles Kerr (49ee32f) +2013-06-16 23:35:54 -0500 Charles Kerr (49ee32fe) * in planner.c, fix virtual finalize() function chaining up -2013-06-15 19:28:36 -0500 Charles Kerr (4ec7af2) +2013-06-15 19:28:36 -0500 Charles Kerr (4ec7af23) * in src/Makefile.am, remove unnecessary gen-%.xml.[ch] rules -2013-06-15 19:28:02 -0500 Charles Kerr (30dc0c7) +2013-06-15 19:28:02 -0500 Charles Kerr (30dc0c76) * in service.c, fix virtual finalize() function chaining up -2013-06-14 16:22:28 -0500 Charles Kerr (0677675) +2013-06-14 16:22:28 -0500 Charles Kerr (06776754) * add TODO to show status -2013-06-14 16:07:20 -0500 Charles Kerr (fd12257) +2013-06-14 16:07:20 -0500 Charles Kerr (fd12257b) * land the service implementation -2013-06-14 16:05:17 -0500 Charles Kerr (0fa8088) +2013-06-14 16:05:17 -0500 Charles Kerr (0fa80889) * update documentation about the widgets and GActions -2013-06-14 16:04:43 -0500 Charles Kerr (18f93e6) +2013-06-14 16:04:43 -0500 Charles Kerr (18f93e6e) * add the .indicator file -2013-06-14 16:04:14 -0500 Charles Kerr (ba84cae) +2013-06-14 16:04:14 -0500 Charles Kerr (ba84cae2) * remove build dependencies on dbusmenu, libindicator -2013-06-14 16:01:43 -0500 Charles Kerr (e392dd1) +2013-06-14 16:01:43 -0500 Charles Kerr (e392dd10) * remove the old indicator & service code -2013-06-14 15:59:58 -0500 Charles Kerr (8002a46) +2013-06-14 15:59:58 -0500 Charles Kerr (8002a463) * minor copyediting -2013-06-14 15:59:13 -0500 Charles Kerr (02de1c6) +2013-06-14 15:59:13 -0500 Charles Kerr (02de1c63) * in geoclue's async callback functions, the caller owns the GErrors, we shouldn't free them. -2013-06-14 15:58:36 -0500 Charles Kerr (c0a3ba1) +2013-06-14 15:58:36 -0500 Charles Kerr (c0a3ba1c) * fix invocation of evolution's appointment editor -2013-06-14 15:58:11 -0500 Charles Kerr (bc63a95) +2013-06-14 15:58:11 -0500 Charles Kerr (bc63a95b) * when we can't own the name, print a g_message saying so before exiting -2013-06-14 15:57:34 -0500 Charles Kerr (b7a6a66) +2013-06-14 15:57:34 -0500 Charles Kerr (b7a6a66b) * remove gdk include; indicator-datetime-service no longer uses gdk -2013-06-14 13:46:05 -0500 Charles Kerr (eee6742) +2013-06-14 13:46:05 -0500 Charles Kerr (eee67421) * in utils.c, remove unused function read_timezone() -2013-06-13 18:54:18 +0200 Łukasz 'sil2100' Zemczak (360589f) +2013-06-13 18:54:18 +0200 Łukasz 'sil2100' Zemczak (360589fa) * Fixing the changelog -2013-06-13 18:46:32 +0200 Łukasz 'sil2100' Zemczak (cf09eb8) +2013-06-13 18:46:32 +0200 Łukasz 'sil2100' Zemczak (cf09eb8b) * Include the missing version that got directly pushed to the distro... which is generally a bad idea. -2013-06-13 14:46:29 +0000 Iain Lane (784025e) +2013-06-13 14:46:29 +0000 Iain Lane (784025e4) * Link test program in the right order. Importantly, make sure XORG_GTEST_LIBS comes after it as it uses pthread. -2013-06-13 11:54:37 +0100 Iain Lane (adcf675) +2013-06-13 11:54:37 +0100 Iain Lane (adcf6754) * Link test program in the right order. Importantly, make sure XORG_GTEST_LIBS comes after it as it uses pthread. -2013-06-07 21:09:59 +0000 Mathieu Trudel-Lapierre (397f360) +2013-06-07 21:09:59 +0000 Mathieu Trudel-Lapierre (397f360c) * Make sure we have the 12.10.3daily13.05.06.1-0ubuntu2 upload actually released. -2013-06-07 09:50:17 +0000 Automatic PS uploader (99c5a05) +2013-06-07 09:50:17 +0000 Automatic PS uploader (99c5a052) * Releasing 12.10.3daily13.06.07-0ubuntu1 to ubuntu. -2013-06-07 02:02:42 +0000 Automatic PS uploader (1c5dd36) +2013-06-07 02:02:42 +0000 Automatic PS uploader (1c5dd360) * Releasing 12.10.3daily13.06.07-0ubuntu1, based on r220 -2013-06-06 21:18:38 +0000 Jeremy Bicha (83a3f74) +2013-06-06 21:18:38 +0000 Jeremy Bicha (83a3f74e) * gnome-control-center 3.8 looks for .desktop files for native panels in the format gnome-NAMEOFPANEL-panel.desktop. -2013-06-05 14:45:20 -0400 Jeremy Bicha (7e3cedd) +2013-06-05 14:45:20 -0400 Jeremy Bicha (7e3cedd1) * Rename .desktop file for compatibility with gnome-control-center 3.8 -2013-06-05 09:04:41 +0000 Timo Jyrinki (8cef47d) +2013-06-05 09:04:41 +0000 Timo Jyrinki (8cef47d6) * Mark 12.10.3daily13.05.06.1-0ubuntu2 as released. -2013-06-05 11:49:39 +0300 Timo Jyrinki (1c25791) +2013-06-05 11:49:39 +0300 Timo Jyrinki (1c25791a) * Mark 12.10.3daily13.05.06.1-0ubuntu2 as released. -2013-06-04 17:15:25 -0400 Mathieu Trudel-Lapierre (98ae37d) +2013-06-04 17:15:25 -0400 Mathieu Trudel-Lapierre (98ae37d8) * releasing version 12.10.3daily13.05.06.1-0ubuntu2 -2013-05-29 14:46:22 +0000 Iain Lane (ef91060) +2013-05-29 14:46:22 +0000 Iain Lane (ef91060f) * The edataserverui library has gone away with evolution-data-server 3.8. It's unused in indicator-datetime anyway; drop the requirement. -2013-05-29 13:08:32 +0100 Iain Lane (2be2bbd) +2013-05-29 13:08:32 +0100 Iain Lane (2be2bbd6) * debian/control, configure.ac: Remove obsolete dependency on libedataserverui-3.0-dev -2013-05-14 13:22:50 -0500 Charles Kerr (ad29f45) +2013-05-14 13:22:50 -0500 Charles Kerr (ad29f45b) * fix bzr diverged branches issue -2013-05-14 13:18:04 -0500 Charles Kerr (01bd6c3) +2013-05-14 13:18:04 -0500 Charles Kerr (01bd6c3f) * add a service boilerplate similar to the one in indicator-session. This doesn't do anything yet; the sections will be added in subsequent commits -2013-05-14 12:44:51 -0500 Charles Kerr (358db84) +2013-05-14 12:44:51 -0500 Charles Kerr (358db84b) * document the service's actions and custom menuitems. This will also act as a workitem list for the upcoming GMenuification -2013-05-13 00:57:42 -0500 Charles Kerr (6bfac9d) +2013-05-13 00:57:42 -0500 Charles Kerr (6bfac9d9) * wrap globals into a struct as a precursor to turning the service code into a GObject -2013-05-13 00:57:11 -0500 Charles Kerr (7779a35) +2013-05-13 00:57:11 -0500 Charles Kerr (7779a357) * minor tweak to properties array initialization -2013-05-12 23:03:12 -0500 Charles Kerr (36c6842) +2013-05-12 23:03:12 -0500 Charles Kerr (36c6842f) * g_object_unref doesn't require G_OBJECT() -2013-05-12 23:01:29 -0500 Charles Kerr (ca06cb7) +2013-05-12 23:01:29 -0500 Charles Kerr (ca06cb76) * compile cleanly with -Wextra -2013-05-12 21:08:37 -0500 Charles Kerr (b08ab64) +2013-05-12 21:08:37 -0500 Charles Kerr (b08ab642) * extract EDS code into its own mockable class -2013-05-12 20:45:21 -0500 Charles Kerr (e897e7a) +2013-05-12 20:45:21 -0500 Charles Kerr (e897e7aa) * minor documentation & #include cleanups to the timezone classes -2013-05-06 17:51:48 -0500 Charles Kerr (a2c380c) +2013-05-06 17:51:48 -0500 Charles Kerr (a2c380c8) * in timezone-file, check to see if the new timezone differs from the old one before emitting a property-change notification -2013-05-06 14:57:00 -0700 Charles Kerr (76422d4) +2013-05-06 14:57:00 -0700 Charles Kerr (76422d49) * rename the 'DatetimeLocation' classes to the more accurate name 'DatetimeTimezone' -2013-05-06 14:49:34 -0700 Charles Kerr (5d8b176) +2013-05-06 14:49:34 -0700 Charles Kerr (5d8b176a) * make location-file (the /etc/timezone monitor) a sibling of location-geoclue (the geoclue service monitor) -2013-05-06 13:51:27 -0700 Charles Kerr (cc92756) +2013-05-06 13:51:27 -0700 Charles Kerr (cc92756a) * readability changes suggested by lars -2013-05-06 13:51:09 -0700 Charles Kerr (c6db703) +2013-05-06 13:51:09 -0700 Charles Kerr (c6db7037) * sync with trunk -2013-05-06 20:19:35 +0000 Automatic PS uploader (276524d) +2013-05-06 20:19:35 +0000 Automatic PS uploader (276524d9) * Releasing 12.10.3daily13.05.06.1-0ubuntu1 to ubuntu. -2013-05-06 19:23:23 +0000 Automatic PS uploader (b7c4f29) +2013-05-06 19:23:23 +0000 Automatic PS uploader (b7c4f29f) * Releasing 12.10.3daily13.05.06.1-0ubuntu1, based on r216 -2013-05-04 01:42:56 +0000 Ryan Lortie (34a7289) +2013-05-04 01:42:56 +0000 Ryan Lortie (34a7289c) * merge ryan's timedate1 fixes from the 13.04 branch. -2013-05-03 15:58:31 -0700 Charles Kerr (0bc9835) +2013-05-03 15:58:31 -0700 Charles Kerr (0bc9835c) * merge ryan's timedate1 fixes from the 13.04 branch -2013-05-03 14:31:45 -0700 Charles Kerr (ec7db5b) +2013-05-03 14:31:45 -0700 Charles Kerr (ec7db5b5) * make the flow in on_use_geoclue_changed_cb() a little easier to read -2013-05-03 14:29:45 -0700 Charles Kerr (ad4d799) +2013-05-03 14:29:45 -0700 Charles Kerr (ad4d799e) * avoid pointer comparisons in set_timezone() -2013-05-03 13:57:11 -0700 Charles Kerr (fde3000) +2013-05-03 13:57:11 -0700 Charles Kerr (fde3000c) * merge ryan's timedate1 changes from trunk.13.04 -2013-05-03 19:46:11 +0000 Iain Lane (aac7c2f) +2013-05-03 19:46:11 +0000 Iain Lane (aac7c2f2) * Use logind instead of ConsoleKit to adjust the clock upon return from sleep. Fixes: https://bugs.launchpad.net/bugs/1156613. -2013-05-03 09:54:53 -0700 Charles Kerr (5e6762d) +2013-05-03 09:54:53 -0700 Charles Kerr (5e6762db) * fix a g_critical by calling gtk_init() before we try to get the icon size. -2013-05-03 09:53:41 -0700 Charles Kerr (5b50019) +2013-05-03 09:53:41 -0700 Charles Kerr (5b500193) * refactor the geoclue code into its own class. -2013-05-03 16:25:21 +0000 Automatic PS uploader (0628bfa) +2013-05-03 16:25:21 +0000 Automatic PS uploader (0628bfa3) * Releasing 12.10.3daily13.05.02-0ubuntu1 to ubuntu. -2013-05-02 22:59:11 +0000 Automatic PS uploader (cba37f6) +2013-05-02 22:59:11 +0000 Automatic PS uploader (cba37f6b) * Releasing 12.10.3daily13.05.02-0ubuntu1, based on r213 -2013-05-02 18:59:09 +0000 Mathieu Trudel-Lapierre (e0226f7) +2013-05-02 18:59:09 +0000 Mathieu Trudel-Lapierre (e0226f7a) * Merge changes from /13.04 branch for saucy. -2013-05-02 11:01:49 -0700 Mathieu Trudel-Lapierre (228712e) +2013-05-02 11:01:49 -0700 Mathieu Trudel-Lapierre (228712eb) * Merge changes for saucy: missing 12.10.3daily13.03.26-0ubuntu1. -2013-05-02 04:44:57 +0000 Charles Kerr (78effeb) +2013-05-02 04:44:57 +0000 Charles Kerr (78effeb6) * Since the calendar widget may not be created yet when visible_notify_cb() is triggered, call wrap its use in "if (IDO_IS_CALENDAR(foo))". Fixes: https://bugs.launchpad.net/bugs/1175392. -2013-05-01 17:44:45 -0700 Charles Kerr (e03ef8e) +2013-05-01 17:44:45 -0700 Charles Kerr (e03ef8e4) * this is an assertion, so use g_assert() -2013-05-01 17:42:59 -0700 Charles Kerr (13b5da4) +2013-05-01 17:42:59 -0700 Charles Kerr (13b5da4c) * since we're just testing to see if the calendar's been created yet, test for NULL instead of using IDO_IS_CALENDAR_MENU_ITEM() -2013-05-01 16:39:52 -0700 Charles Kerr (c5e72bb) +2013-05-01 16:39:52 -0700 Charles Kerr (c5e72bba) * fix for the datetime g_critical reported by desrt -2013-05-01 16:26:37 -0700 Charles Kerr (8ef94b7) +2013-05-01 16:26:37 -0700 Charles Kerr (8ef94b74) * minor tyop fix: s/notfy/notify/ -2013-03-28 13:03:30 +0000 Mathieu Trudel-Lapierre (956c827) +2013-03-28 13:03:30 +0000 Mathieu Trudel-Lapierre (956c8275) * Merge Upload for +indicator-datetime (12.10.3daily13.03.26-0ubuntu1) raring; urgency=low + + * @@ -5176,191 +5194,191 @@ systemd-shim + + -- Sebastien Bacher Tue, 26 Mar 2013 19:53:55 +0100 +. -2013-03-28 08:44:47 -0400 Mathieu Trudel-Lapierre (3f109dd) +2013-03-28 08:44:47 -0400 Mathieu Trudel-Lapierre (3f109ddf) * merge back upload for 12.10.3daily13.03.26-0ubuntu1 -2013-03-26 20:42:11 +0000 Sebastien Bacher (0c84c12) +2013-03-26 20:42:11 +0000 Sebastien Bacher (0c84c12d) * Use systemd's service backend. Fixes: https://bugs.launchpad.net/bugs/1153567. -2013-03-26 20:16:21 +0000 Ryan Lortie (379d882) +2013-03-26 20:16:21 +0000 Ryan Lortie (379d882a) * Port to timedated instead of gnome-settings-daemon datetime mechanism. -2013-03-26 21:09:29 +0100 Sebastien Bacher (c43592a) +2013-03-26 21:09:29 +0100 Sebastien Bacher (c43592ae) * Port to timedated instead of gnome-settings-daemon datetime mechanism -2013-03-26 19:57:59 +0100 Sebastien Bacher (da37d3e) +2013-03-26 19:57:59 +0100 Sebastien Bacher (da37d3e2) * * Use systemd's service backend, ffe lp: #1153567 * debian/control: depends on systemd-services and systemd-shim -2013-03-19 12:01:43 +0000 Iain Lane (271cbd1) +2013-03-19 12:01:43 +0000 Iain Lane (271cbd1d) * Whitespace fixes -2013-03-19 09:53:10 +0000 Iain Lane (bfed177) +2013-03-19 09:53:10 +0000 Iain Lane (bfed1778) * Use logind instead of UPower as the UPower interface we're relying on will go away -2013-03-18 13:53:11 +0000 Iain Lane (11b887f) +2013-03-18 13:53:11 +0000 Iain Lane (11b887fe) * Don't build with silent rules -2013-03-18 13:45:27 +0000 Iain Lane (a82bb8a) +2013-03-18 13:45:27 +0000 Iain Lane (a82bb8ab) * Use NotifyResume from UPower to trigger the clock adjustment on resume -2013-03-07 16:04:50 +0000 Automatic PS uploader (139717e) +2013-03-07 16:04:50 +0000 Automatic PS uploader (139717ed) * Releasing 12.10.3daily13.03.07-0ubuntu1 to ubuntu. -2013-03-07 02:01:22 +0000 Automatic PS uploader (716857a) +2013-03-07 02:01:22 +0000 Automatic PS uploader (716857aa) * Releasing 12.10.3daily13.03.07-0ubuntu1, based on r210 -2013-03-06 16:05:56 +0000 Michael Terry (2a8eb08) +2013-03-06 16:05:56 +0000 Michael Terry (2a8eb08f) * Go back to ISO 8601 dates for the date-picker widget. This way we know how to parse it again when the user manually edits the string. Fixes: https://bugs.launchpad.net/bugs/1149696. -2013-03-07 10:35:04 -0500 Michael Terry (5267718) +2013-03-07 10:35:04 -0500 Michael Terry (52677180) * Go back to ISO 8601 dates -2013-03-06 03:30:33 +0000 Automatic PS uploader (0347c76) +2013-03-06 03:30:33 +0000 Automatic PS uploader (0347c765) * Releasing 12.10.3daily13.03.06-0ubuntu1 to ubuntu. -2013-03-06 02:01:48 +0000 Automatic PS uploader (20bb0ac) +2013-03-06 02:01:48 +0000 Automatic PS uploader (20bb0ac5) * Releasing 12.10.3daily13.03.06-0ubuntu1, based on r208 -2013-03-05 22:17:12 +0000 Mathieu Trudel-Lapierre (6bb79c8) +2013-03-05 22:17:12 +0000 Mathieu Trudel-Lapierre (6bb79c86) * Do the linking with -lpthread correctly. Fixes: https://bugs.launchpad.net/bugs/1126362. -2013-03-05 16:45:40 -0500 Mathieu Trudel-Lapierre (3e0a4a9) +2013-03-05 16:45:40 -0500 Mathieu Trudel-Lapierre (3e0a4a9b) * Because larsu. -2013-03-05 10:16:44 -0500 Mathieu Trudel-Lapierre (7a59449) +2013-03-05 10:16:44 -0500 Mathieu Trudel-Lapierre (7a59449e) * Make use of XORG_GTEST_LDFLAGS that xorg-gtest can export to know whether there are extra libraries we should link against. -2013-03-04 18:00:13 -0500 Ryan Lortie (75073d4) +2013-03-04 18:00:13 -0500 Ryan Lortie (75073d4d) * prefs: remove second signal connection for toggle_ntp -2013-03-04 17:43:08 -0500 Ryan Lortie (028e652) +2013-03-04 17:43:08 -0500 Ryan Lortie (028e652e) * preferences: Add CanNTP support -2013-03-04 16:18:10 -0500 Ryan Lortie (8b7e3b5) +2013-03-04 16:18:10 -0500 Ryan Lortie (8b7e3b52) * Send proper arguments for SetTime call -2013-03-01 17:44:38 -0500 Ryan Lortie (46cec6b) +2013-03-01 17:44:38 -0500 Ryan Lortie (46cec6b8) * Port to timedated instead of gnome-settings-daemon datetime mechanism -2013-02-06 03:36:49 +0000 Automatic PS uploader (c13de08) +2013-02-06 03:36:49 +0000 Automatic PS uploader (c13de083) * Releasing 12.10.3daily13.02.06-0ubuntu1 to ubuntu. -2013-02-06 02:01:12 +0000 Automatic PS uploader (b4cd547) +2013-02-06 02:01:12 +0000 Automatic PS uploader (b4cd547e) * Releasing 12.10.3daily13.02.06-0ubuntu1, based on r206 -2013-02-04 15:13:42 +0000 Colin Watson (87f884c) +2013-02-04 15:13:42 +0000 Colin Watson (87f884cb) * Fix timezonefile reference leak in build_timezone. Fixes: https://bugs.launchpad.net/bugs/1111628. -2013-02-01 17:42:30 +0000 Automatic PS uploader (0ae9cd3) +2013-02-01 17:42:30 +0000 Automatic PS uploader (0ae9cd39) * Releasing 12.10.3daily13.02.01-0ubuntu1 to ubuntu. -2013-02-01 02:01:15 +0000 Automatic PS uploader (ae1690d) +2013-02-01 02:01:15 +0000 Automatic PS uploader (ae1690d1) * Releasing 12.10.3daily13.02.01-0ubuntu1, based on r204 -2013-01-31 17:10:44 +0000 Colin Watson (a3db719) +2013-01-31 17:10:44 +0000 Colin Watson (a3db7195) * Fix timezonefile reference leak in build_timezone. -2013-01-31 16:25:48 +0000 Colin Watson (9db0a7b) +2013-01-31 16:25:48 +0000 Colin Watson (9db0a7b0) * Correct signatures of callbacks passed to g_object_connect. Fixes: https://bugs.launchpad.net/bugs/1110362. -2013-01-31 15:47:11 +0000 Colin Watson (d65d439) +2013-01-31 15:47:11 +0000 Colin Watson (d65d439d) * Check for NULL appointments in hide_all_appointments. Fixes: https://bugs.launchpad.net/bugs/1110398. -2013-01-30 13:12:51 +0000 Colin Watson (70ca00d) +2013-01-30 13:12:51 +0000 Colin Watson (70ca00dc) * Check for NULL appointments in hide_all_appointments. -2013-01-30 12:26:25 +0000 Colin Watson (85cad41) +2013-01-30 12:26:25 +0000 Colin Watson (85cad415) * Correct signatures of callbacks passed to g_object_connect. -2013-01-25 12:22:01 +0000 Automatic PS uploader (d5d29b4) +2013-01-25 12:22:01 +0000 Automatic PS uploader (d5d29b4a) * Releasing 12.10.3daily13.01.25-0ubuntu1 to ubuntu. -2013-01-25 02:01:10 +0000 Automatic PS uploader (3516d57) +2013-01-25 02:01:10 +0000 Automatic PS uploader (3516d579) * Releasing 12.10.3daily13.01.25-0ubuntu1, based on r201 -2013-01-23 18:04:43 +0000 Mathieu Trudel-Lapierre (e86587c) +2013-01-23 18:04:43 +0000 Mathieu Trudel-Lapierre (e86587ca) * Update paths for gtest source files. -2013-01-22 16:35:02 -0500 Mathieu Trudel-Lapierre (8e878ce) +2013-01-22 16:35:02 -0500 Mathieu Trudel-Lapierre (8e878ce2) * Update paths to gtest source. -2013-01-22 15:46:40 -0500 Mathieu Trudel-Lapierre (4e7380d) +2013-01-22 15:46:40 -0500 Mathieu Trudel-Lapierre (4e7380de) * Merge charles' branch -2013-01-17 15:17:40 -0600 Charles Kerr (0f7689e) +2013-01-17 15:17:40 -0600 Charles Kerr (0f7689e2) * remove g_type_init() calls and bump glib minimum to 2.35.4, where g_type_init() is deprecated -2012-11-23 15:26:56 +0000 Automatic PS uploader (61f80b5) +2012-11-23 15:26:56 +0000 Automatic PS uploader (61f80b55) * Releasing 12.10.3daily12.11.23-0ubuntu1 to ubuntu. -2012-11-23 07:39:59 +0000 Automatic PS uploader (1d5f574) +2012-11-23 07:39:59 +0000 Automatic PS uploader (1d5f574f) * Releasing 12.10.3daily12.11.23-0ubuntu1, based on r199 -2012-11-22 08:49:55 +0000 Didier Roche (1e9fe8a) +2012-11-22 08:49:55 +0000 Didier Roche (1e9fe8a7) * Refresh copyright. -2012-11-22 09:22:50 +0100 Didier Roche (e08ef24) +2012-11-22 09:22:50 +0100 Didier Roche (e08ef24b) * * debian/copyright: - Update the copyright -2012-11-19 16:17:55 +0000 Mathieu Trudel-Lapierre (bf614f3) +2012-11-19 16:17:55 +0000 Mathieu Trudel-Lapierre (bf614f3c) * bootstrap automatic landing message. Fixes: https://bugs.launchpad.net/bugs/985060, @@ -5368,7 +5386,7 @@ https://bugs.launchpad.net/bugs/1074999, https://bugs.launchpad.net/bugs/1075753. -2012-11-19 08:55:12 -0500 Mathieu Trudel-Lapierre (5cf0133) +2012-11-19 08:55:12 -0500 Mathieu Trudel-Lapierre (5cf01331) * * Automatic snapshot from revision 197 (bootstrap): - Add scaffolding for Google Tests. (LP: #985060) - Add @@ -5378,270 +5396,270 @@ #1074999) - Remove stray semicolon found by Coverity. (LP: #1064546) -2012-11-16 23:12:51 +0000 Didier Roche (9c6b553) +2012-11-16 23:12:51 +0000 Didier Roche (9c6b553f) * Inline package. -2012-11-16 16:51:29 -0500 Mathieu Trudel-Lapierre (233c3be) +2012-11-16 16:51:29 -0500 Mathieu Trudel-Lapierre (233c3be5) * Add libxorg-gtest-dev, libgtest-dev to Build-Depends. -2012-11-16 15:43:36 -0500 Mathieu Trudel-Lapierre (b562e83) +2012-11-16 15:43:36 -0500 Mathieu Trudel-Lapierre (b562e831) * Override dh_autoreconf to make it use autogen.sh from upstream. -2012-11-16 15:41:16 -0500 Mathieu Trudel-Lapierre (bf02832) +2012-11-16 15:41:16 -0500 Mathieu Trudel-Lapierre (bf02832a) * Add gnome-common to Build-Depends. -2012-11-16 15:40:12 -0500 Mathieu Trudel-Lapierre (b3c1c09) +2012-11-16 15:40:12 -0500 Mathieu Trudel-Lapierre (b3c1c09b) * * debian/rules: - Switch to using the dh sequencer instead of cdbs rules, adjust targets accordingly. -2012-11-16 15:34:51 -0500 Mathieu Trudel-Lapierre (346b803) +2012-11-16 15:34:51 -0500 Mathieu Trudel-Lapierre (346b8038) * debian/compat: bump compat level to 9. -2012-11-16 15:32:42 -0500 Mathieu Trudel-Lapierre (6f6b91b) +2012-11-16 15:32:42 -0500 Mathieu Trudel-Lapierre (6f6b91b8) * Update Vcs-Bzr and Vcs-Browser, add a notice for uploaders. -2012-11-16 15:28:58 -0500 Mathieu Trudel-Lapierre (28841f9) +2012-11-16 15:28:58 -0500 Mathieu Trudel-Lapierre (28841f9a) * - Reorganize Build-Depends for clarity. - Drop Build-Depends on cdbs, bump debhelper to (>= 9). -2012-11-16 15:22:39 -0500 Mathieu Trudel-Lapierre (89b3d7e) +2012-11-16 15:22:39 -0500 Mathieu Trudel-Lapierre (89b3d7e2) * * debian/control: - Update to follow style like other indicator packages: use trailing commas at the end of lists. -2012-11-16 14:52:14 -0500 Mathieu Trudel-Lapierre (0cfbe61) +2012-11-16 14:52:14 -0500 Mathieu Trudel-Lapierre (0cfbe61c) * Specify to use split mode for building the package with bzr bd -2012-11-16 14:51:26 -0500 Mathieu Trudel-Lapierre (c3a8cef) +2012-11-16 14:51:26 -0500 Mathieu Trudel-Lapierre (c3a8cef3) * Import debian/ from lp:~ubuntu-desktop/indicator-datetime/ubuntu -2012-11-07 08:55:12 +0000 Charles Kerr (2893be9) +2012-11-07 08:55:12 +0000 Charles Kerr (2893be94) * Add scaffolding for Google Tests. Fixes: https://bugs.launchpad.net/bugs/985060. -2012-11-07 08:43:23 +0000 Charles Kerr (d1bb8ca) +2012-11-07 08:43:23 +0000 Charles Kerr (d1bb8ca9) * one-liner to add "check-news" to our AM_INIT_AUTOMAKE() call. Fixes: https://bugs.launchpad.net/bugs/1075753. -2012-11-06 20:36:01 -0600 Charles Kerr (7298d24) +2012-11-06 20:36:01 -0600 Charles Kerr (7298d24c) * add check-news to AM_INIT_AUTOMAKE. -2012-11-06 18:28:32 -0600 Charles Kerr (7ebd1be) +2012-11-06 18:28:32 -0600 Charles Kerr (7ebd1bec) * add Google Test scaffolding to indicator-datetime: autotools rules, support for finding the uninstalled copy of the gsettings schema, and a 'hello world' test. -2012-11-05 17:46:32 +0000 Charles Kerr (ab006f9) +2012-11-05 17:46:32 +0000 Charles Kerr (ab006f93) * Don't use geoclue until the user clicks the "Show time in auto-detected location" checkbox. Fixes: https://bugs.launchpad.net/bugs/1074999. -2012-11-05 17:49:37 +0100 Sebastien Bacher (d332852) +2012-11-05 17:49:37 +0100 Sebastien Bacher (d332852b) * releasing version 12.10.2-0ubuntu4 -2012-11-05 17:22:01 +0100 Sebastien Bacher (0bc9c19) +2012-11-05 17:22:01 +0100 Sebastien Bacher (0bc9c19a) * * Backported r192 and r193, fix: - "shows all-day events one day too early" (lp: #1000182) - "Bogus insensitive events after clicking on different date" (lp: #1069177) -2012-11-04 18:46:19 -0600 Charles Kerr (e83ac16) +2012-11-04 18:46:19 -0600 Charles Kerr (e83ac166) * minor copyediting in the geoclue section -2012-11-04 18:42:56 -0600 Charles Kerr (ce8ea32) +2012-11-04 18:42:56 -0600 Charles Kerr (ce8ea326) * only use geoclue if com.canonical.indicator.datetime.show-auto-detected-location is true. honor GSettings changes for that variable to disable/enable our use of geoclue. -2012-11-04 18:36:04 -0600 Charles Kerr (b2d2e1a) +2012-11-04 18:36:04 -0600 Charles Kerr (b2d2e1ac) * copyediting -2012-11-04 18:32:54 -0600 Charles Kerr (f45aa8b) +2012-11-04 18:32:54 -0600 Charles Kerr (f45aa8bf) * new functions, geo_start() and geo_stop(), so that geo_client_invalid() and main() don't have to duplicate each other's code -2012-11-04 18:20:41 -0600 Charles Kerr (e2589b0) +2012-11-04 18:20:41 -0600 Charles Kerr (e2589b09) * clarify variable names: the GeoclueMaster is 'geo_master'; the GeoclueMasterClient is 'geo_client' -2012-11-04 18:17:50 -0600 Charles Kerr (0a0f770) +2012-11-04 18:17:50 -0600 Charles Kerr (0a0f7705) * move geoclue variables to the geoclue section of the code -2012-11-04 17:51:51 -0600 Charles Kerr (e0956b8) +2012-11-04 17:51:51 -0600 Charles Kerr (e0956b83) * extract method geo_set_timezone() from geo_address_cb() and geo_client_invalid() s.t. modifying the geo_location variable always happens in just one place. -2012-11-03 16:26:05 +0000 Charles Kerr (60825ab) +2012-11-03 16:26:05 +0000 Charles Kerr (60825ab6) * Display all-day events in localtime rather than utc. Fixes: https://bugs.launchpad.net/bugs/1000182. -2012-11-03 16:12:05 +0000 Charles Kerr (5427edf) +2012-11-03 16:12:05 +0000 Charles Kerr (5427edfb) * Fix the bug by ensuring that the dbusmenuitems in our appointment menuitem array are hidden if they're not currently in use. Fixes: https://bugs.launchpad.net/bugs/1069177. -2012-11-01 09:48:42 +0100 Charles Kerr (a4700c3) +2012-11-01 09:48:42 +0100 Charles Kerr (a4700c3c) * in month_changed_cb(), remove the call to hide_all_appointments() to avoid flicker, same idea as previous commit. -2012-11-01 09:35:53 +0100 Charles Kerr (eab1db1) +2012-11-01 09:35:53 +0100 Charles Kerr (eab1db18) * express all-day events in the local timezone -2012-10-29 12:15:08 +0100 Charles Kerr (1eaa294) +2012-10-29 12:15:08 +0100 Charles Kerr (1eaa2946) * in day_selected_cb(), remove the call to hide_all_appointments() to avoid flicker coming from the idle interval between this func and update_appointment_menu_items_idle(). Suggested by thjaeger. -2012-10-29 12:13:38 +0100 Charles Kerr (59a7001) +2012-10-29 12:13:38 +0100 Charles Kerr (59a7001d) * make hide_all_appointments() do what its function name says it does. -2012-10-24 16:45:56 +0200 Charles Kerr (ef2b5d3) +2012-10-24 16:45:56 +0200 Charles Kerr (ef2b5d3c) * fix off-by-one error in the appointments dbusmenuitem array -2012-10-11 07:58:00 +0000 Charles Kerr (1fa395e) +2012-10-11 07:58:00 +0000 Charles Kerr (1fa395e1) * remove stray semicolon found by Coverity. Fixes: https://bugs.launchpad.net/bugs/1064546. Approved by Lars Uebernickel, jenkins. -2012-10-09 19:35:24 +0200 Sebastien Bacher (5e96f18) +2012-10-09 19:35:24 +0200 Sebastien Bacher (5e96f180) * releasing version 12.10.2-0ubuntu3 -2012-10-09 19:35:07 +0200 Sebastien Bacher (324a0a5) +2012-10-09 19:35:07 +0200 Sebastien Bacher (324a0a5f) * Backport "fix off-by-one error" leading to have the settings item run the calendar application rather than the control center (lp: #1064375) -2012-10-09 12:20:35 -0500 Charles Kerr (f5dc3e7) +2012-10-09 12:20:35 -0500 Charles Kerr (f5dc3e7b) * remove stray semicolon found by Coverity -2012-10-09 11:59:12 -0500 Charles Kerr (5c9f646) +2012-10-09 11:59:12 -0500 Charles Kerr (5c9f6467) * fix off-by-one error in the appointments dbusmenuitem array -2012-10-05 11:16:17 -0500 larsu (f941313) +2012-10-05 11:16:17 -0500 larsu (f9413135) * Fix 12.10.0 bug that failed to check & see if e_cal_client_new() returned an error. -2012-10-05 17:24:21 +0200 Sebastien Bacher (f7ba188) +2012-10-05 17:24:21 +0200 Sebastien Bacher (f7ba1888) * releasing version 12.10.2-0ubuntu2 -2012-10-05 17:24:10 +0200 Sebastien Bacher (e69d16d) +2012-10-05 17:24:10 +0200 Sebastien Bacher (e69d16d1) * Backport fix from Lars for a missing NULL check leading to segfault (lp: #1061867) -2012-10-05 15:26:16 +0200 Lars Uebernickel (618156d) +2012-10-05 15:26:16 +0200 Lars Uebernickel (618156d4) * Check return value of e_cal_client_new for NULL -2012-10-04 17:54:01 +0200 Sebastien Bacher (8e0e00e) +2012-10-04 17:54:01 +0200 Sebastien Bacher (8e0e00ef) * releasing version 12.10.2-0ubuntu1 -2012-10-04 17:53:00 +0200 Sebastien Bacher (8410e81) +2012-10-04 17:53:00 +0200 Sebastien Bacher (8410e81a) * * New upstream release: - Fix 12.10.0 appointment calendar regression. (LP: #1060263) -2012-10-04 17:51:52 +0200 Sebastien Bacher (57e21f7) +2012-10-04 17:51:52 +0200 Sebastien Bacher (57e21f7a) * Import upstream version 12.10.2 -2012-10-04 08:09:42 -0500 Charles Kerr (afa16b9) +2012-10-04 08:09:42 -0500 Charles Kerr (afa16b90) * 12.10.2 (tag: 12.10.2) -2012-10-04 07:56:59 -0500 Charles Kerr (f1c8a71) +2012-10-04 07:56:59 -0500 Charles Kerr (f1c8a718) * get i-datetime's use of the EDS 3.5 API working. -2012-10-04 00:11:32 -0500 Charles Kerr (938d25f) +2012-10-04 00:11:32 -0500 Charles Kerr (938d25fd) * copyediting: tweak indentation -2012-10-03 23:42:04 -0500 Charles Kerr (33e222a) +2012-10-03 23:42:04 -0500 Charles Kerr (33e222af) * a timing issue was causing the appointment menuitems to be grouped into the wrong section. Resolve this by creating them at the same time as the 'Add Event...' menuitem in the same group. -2012-10-03 23:20:11 -0500 Charles Kerr (b35e40e) +2012-10-03 23:20:11 -0500 Charles Kerr (b35e40ef) * fix r189 oops. This code would be cleaner if handled upstream in IDO... filed side ticket #1061364 for that side issue -2012-10-03 22:56:10 -0500 Charles Kerr (0048385) +2012-10-03 22:56:10 -0500 Charles Kerr (0048385e) * Our client code for EDS 3.5 is triggering a periodic loop of rebuilds: -2012-10-03 22:27:33 -0500 Charles Kerr (6db1219) +2012-10-03 22:27:33 -0500 Charles Kerr (6db1219e) * When showing/hiding the menu, don't change the calendar date if it's already what we want. This way we avoid unnecessary appointment rebuilds in the service. -2012-10-03 17:51:58 -0500 Charles Kerr (bf4edf2) +2012-10-03 17:51:58 -0500 Charles Kerr (bf4edf2b) * don't use gconf to see if evolution accounts are installed -- we can have calendars even if gconf returns empty -2012-10-03 17:08:14 -0500 Charles Kerr (82b8717) +2012-10-03 17:08:14 -0500 Charles Kerr (82b87171) * fix populate_appointment_instances() to use ECalComponents instead of ECalClients. -2012-09-20 18:51:37 +0200 Didier Roche (d25d590) +2012-09-20 18:51:37 +0200 Didier Roche (d25d5903) * releasing version 12.10.1-0ubuntu1 -2012-09-20 18:51:33 +0200 Didier Roche (0dadc70) +2012-09-20 18:51:33 +0200 Didier Roche (0dadc70d) * build-dep on newer e-d-s stack -2012-09-20 18:36:36 +0200 Didier Roche (a0149ae) +2012-09-20 18:36:36 +0200 Didier Roche (a0149aec) * - Gracefully handle clock skew (LP: #917236) - Raise the version number of our EDS dependency (LP: #1024437) - @@ -5649,103 +5667,103 @@ (LP: #1048834) - Remove unnecessary watching for geoclue address provider changes -2012-09-20 18:36:17 +0200 Didier Roche (f3556e6) +2012-09-20 18:36:17 +0200 Didier Roche (f3556e6a) * * New upstream release. * build-dep on newer libecal -2012-09-20 18:35:06 +0200 Didier Roche (52099c2) +2012-09-20 18:35:06 +0200 Didier Roche (52099c2f) * Import upstream version 12.10.1 -2012-09-20 11:22:17 -0500 Charles Kerr (3f6591a) +2012-09-20 11:22:17 -0500 Charles Kerr (3f6591ab) * 12.10.1 (tag: 12.10.1) -2012-09-20 12:13:34 +0000 Charles Kerr (cf60516) +2012-09-20 12:13:34 +0000 Charles Kerr (cf60516d) * When clock skew is detected, rebuild the date/time labels.. Fixes: https://bugs.launchpad.net/bugs/917236. Approved by jenkins, Lars Uebernickel. -2012-09-20 06:47:43 -0500 Charles Kerr (3f41347) +2012-09-20 06:47:43 -0500 Charles Kerr (3f413473) * copyediting: typo tweak -2012-09-20 06:37:25 -0500 Charles Kerr (b576f93) +2012-09-20 06:37:25 -0500 Charles Kerr (b576f939) * Fix r190 typo. Yet another reminder to drink my morning coffee /before/ pushing. -2012-09-20 06:28:10 -0500 Charles Kerr (38c2ed7) +2012-09-20 06:28:10 -0500 Charles Kerr (38c2ed7d) * for SKEW_DIFF_THRESHOLD_SEC and SKEW_CHECK_INTERVAL_SEC, use #define instead of enum -2012-09-20 06:18:22 -0500 Charles Kerr (1ffd530) +2012-09-20 06:18:22 -0500 Charles Kerr (1ffd5307) * move declaration of SKEW_CHECK_INTERVAL_SEC and SKEW_DIFF_THRESHOLD_SEC to the top of the file. -2012-09-19 22:34:12 -0500 Charles Kerr (1a48f28) +2012-09-19 22:34:12 -0500 Charles Kerr (1a48f285) * clocks don't skew very often, so let's reduce the frequency that we test for this. -2012-09-19 21:13:15 -0500 Charles Kerr (6145a63) +2012-09-19 21:13:15 -0500 Charles Kerr (6145a631) * in datetime-service, add a seconds timer that watches for clock skew and rebuilds the labels when it finds it -2012-09-19 20:51:59 -0500 Charles Kerr (69aed01) +2012-09-19 20:51:59 -0500 Charles Kerr (69aed01b) * rename 'timer' as 'day_timer' to make room in the namespace for a second timer -2012-09-19 20:09:14 -0500 Charles Kerr (409f65d) +2012-09-19 20:09:14 -0500 Charles Kerr (409f65de) * update all of the indicator's labels when the menu's visibility changes to true -2012-09-13 06:56:39 +0000 Ted Gould (4e28e95) +2012-09-13 06:56:39 +0000 Ted Gould (4e28e95f) * No longer watch if the address provider changes. Approved by Charles Kerr, jenkins. -2012-09-12 16:59:02 -0500 Ted Gould (eedc75e) +2012-09-12 16:59:02 -0500 Ted Gould (eedc75e2) * Stop watching the address provider change, we don't really care -2012-09-11 20:57:37 +0000 Ken VanDine (f761233) +2012-09-11 20:57:37 +0000 Ken VanDine (f761233c) * Removed stray lines from the desktop file, it's causing duplicate X-Ubuntu-Gettext-Domain to get added. (LP: #1048834). Fixes: https://bugs.launchpad.net/bugs/1048834. Approved by Omer Akram. -2012-09-11 15:38:40 -0400 Ken VanDine (9414aa3) +2012-09-11 15:38:40 -0400 Ken VanDine (9414aa3c) * releasing version 12.10.0-0ubuntu2 -2012-09-11 15:33:00 -0400 Ken VanDine (5829bb9) +2012-09-11 15:33:00 -0400 Ken VanDine (5829bb99) * Removed stray lines from the desktop file, it's causing duplicate X-Ubuntu-Gettext-Domain to get added. (LP: #1048834) -2012-07-24 18:28:52 -0500 Charles Kerr (3655b7b) +2012-07-24 18:28:52 -0500 Charles Kerr (3655b7b5) * merge lp:~charlesk/indicator-datetime/bump-eds-requirement to sync configure.ac's EDS version requirement with the EDS API level being used in the code -2012-07-13 11:04:07 -0500 Charles Kerr (d8a5354) +2012-07-13 11:04:07 -0500 Charles Kerr (d8a53546) * bump eds, ical requirements to reflect new API use -2012-07-13 17:56:54 +0200 Sebastien Bacher (a393346) +2012-07-13 17:56:54 +0200 Sebastien Bacher (a393346e) * releasing version 12.10.0-0ubuntu1 -2012-07-13 17:56:40 +0200 Sebastien Bacher (ed0fead) +2012-07-13 17:56:40 +0200 Sebastien Bacher (ed0feadc) * * New upstream release: - Support EDS 3.6's API - Apply an 'en space' between the date and time strings. (LP #749847) - @@ -5755,7 +5773,7 @@ debian/patches/port-eds-3.5.patch: included in the new version -2012-07-13 17:52:55 +0200 Sebastien Bacher (7cd686a) +2012-07-13 17:52:55 +0200 Sebastien Bacher (7cd686ac) * * New upstream release. * debian/control, debian/indicator-datetime.install, debian/rules: - drop @@ -5763,355 +5781,355 @@ debian/patches/port-eds-3.5.patch: - dropped, the patch is in the new version -2012-07-13 17:09:25 +0200 Sebastien Bacher (ed02493) +2012-07-13 17:09:25 +0200 Sebastien Bacher (ed02493a) * Import upstream version 12.10.0 -2012-07-13 17:08:22 +0200 Sebastien Bacher (d4f6a1e) +2012-07-13 17:08:22 +0200 Sebastien Bacher (d4f6a1ea) * releasing version 0.3.94-0ubuntu4 -2012-07-12 16:27:57 -0500 Charles Kerr (e2e1490) +2012-07-12 16:27:57 -0500 Charles Kerr (e2e14906) * bump version to 12.10.0 (tag: 12.10.0) -2012-07-12 12:59:44 -0500 Charles Kerr (eb1b4aa) +2012-07-12 12:59:44 -0500 Charles Kerr (eb1b4aa7) * cyphermox patch to support EDS 3.6's API -2012-06-18 15:01:59 -0500 Charles Kerr (08fe1c7) +2012-06-18 15:01:59 -0500 Charles Kerr (08fe1c78) * merge lp:~bobowen/indicator-datetime/fix-for-749847 to apply an 'en space' between the date string and time string. -2012-05-25 20:29:32 -0400 Jeremy Bicha (f08a659) +2012-05-25 20:29:32 -0400 Jeremy Bicha (f08a6599) * releasing version 0.3.94-0ubuntu3 -2012-05-25 21:42:25 +0100 Bob Owen (0ec41cb) +2012-05-25 21:42:25 +0100 Bob Owen (0ec41cb0) * * src/utils.c - generate_format_string_full - Changed space between date and time to Unicode en space. Added using UTF-8 hex encoding (0xE28082) to avoid the need to mess with CFLAGS to add std=c99. (LP: #749847) -2012-05-21 15:29:19 -0500 Charles Kerr (a93b214) +2012-05-21 15:29:19 -0500 Charles Kerr (a93b2144) * merge lp:~charlesk/indicator-datetime/lp-833325 to have locations follow the sort order specified in https://wiki.ubuntu.com/TimeAndDate -2012-05-21 10:36:22 -0500 Charles Kerr (12a756e) +2012-05-21 10:36:22 -0500 Charles Kerr (12a756e9) * merge lp:~charlesk/indicator-datetime/unnecessary-saves to fix a bug that caused the location settings to re-saved every time update_times() was called (which is periodically every 2 seconds). -2012-05-17 15:53:17 -0500 Charles Kerr (b513150) +2012-05-17 15:53:17 -0500 Charles Kerr (b5131502) * Modify the timezone location sorting to follow mpt's design at https://wiki.ubuntu.com/TimeAndDate -2012-05-17 15:46:42 -0500 Charles Kerr (da61c2a) +2012-05-17 15:46:42 -0500 Charles Kerr (da61c2a6) * Add the "Time in auto-detected location" setting described in https://wiki.ubuntu.com/TimeAndDate -2012-05-17 15:29:04 -0500 Charles Kerr (fa15f08) +2012-05-17 15:29:04 -0500 Charles Kerr (fa15f08c) * fix a bug that caused the location settings to re-saved every time update_times() was called (which is periodically every 2 seconds). -2012-05-08 16:26:39 -0700 Charles Kerr (bb89786) +2012-05-08 16:26:39 -0700 Charles Kerr (bb897860) * raise the minimum gtk version to 3 -2012-05-08 15:57:59 -0700 Charles Kerr (f07f4e1) +2012-05-08 15:57:59 -0700 Charles Kerr (f07f4e17) * remove AC_ARG_WITH -2012-05-07 16:48:29 -0700 Charles Kerr (8c6f958) +2012-05-07 16:48:29 -0700 Charles Kerr (8c6f9586) * require gtk3 -2012-04-23 13:51:49 -0500 Charles Kerr (4b554f0) +2012-04-23 13:51:49 -0500 Charles Kerr (4b554f02) * sync with lp:indicator-datetime -2012-04-23 13:46:19 -0500 Charles Kerr (bd456c3) +2012-04-23 13:46:19 -0500 Charles Kerr (bd456c3b) * merge lp:~ted/indicator-datetime/lp773987 to switch the parsing of the lat and long to be non-locale based as it's returned from the webservice in C, we want to parse it using the decimal instead of a comma. -2012-04-23 13:20:03 -0500 Charles Kerr (2ec7b1e) +2012-04-23 13:20:03 -0500 Charles Kerr (2ec7b1e0) * merge lp:~charlesk/indicator-datetime/shush to silence a couple of console warnings when the calendar app is disabled. -2012-04-23 13:03:08 -0500 Charles Kerr (d3b9fd1) +2012-04-23 13:03:08 -0500 Charles Kerr (d3b9fd16) * merge lp:~charlesk/indicator-datetime/lp-986881 so that indicator_datetime_panel's dispose() method will call the superclass' dispose() method. -2012-04-22 19:30:07 -0500 Charles Kerr (51d32ea) +2012-04-22 19:30:07 -0500 Charles Kerr (51d32ea7) * minor: silence two console warnings when the calendar app is disabled. -2012-04-22 09:51:54 -0500 Charles Kerr (6ea8641) +2012-04-22 09:51:54 -0500 Charles Kerr (6ea86411) * indicator_datetime_panel's dispose() method needs to chain up to the superclass' dispose() method -2012-04-18 23:33:46 -0400 Ken VanDine (b952244) +2012-04-18 23:33:46 -0400 Ken VanDine (b952244e) * releasing version 0.3.94-0ubuntu2 -2012-04-18 16:22:19 -0500 Ted Gould (31125e1) +2012-04-18 16:22:19 -0500 Ted Gould (31125e1a) * Use the same function here as well, just to ensure we're consistent -2012-04-18 16:19:13 -0500 Ted Gould (bb58a4e) +2012-04-18 16:19:13 -0500 Ted Gould (bb58a4eb) * Make it so that we parse the long and lat in a locale independent way -2012-04-18 16:17:48 -0500 Ted Gould (077263a) +2012-04-18 16:17:48 -0500 Ted Gould (077263a4) * Attaching bug -2012-04-05 13:04:49 +0200 Sebastien Bacher (5683a5c) +2012-04-05 13:04:49 +0200 Sebastien Bacher (5683a5c3) * releasing version 0.3.94-0ubuntu1 -2012-04-04 16:53:30 -0500 Charles Kerr (dd5e099) +2012-04-04 16:53:30 -0500 Charles Kerr (dd5e0995) * releasing version 0.3.94-0ubuntu1~ppa1 -2012-04-04 16:23:58 -0500 Charles Kerr (be334e9) +2012-04-04 16:23:58 -0500 Charles Kerr (be334e9a) * * New upstream release. * Fix location timezone sorting issue. * Clicking the systems settings window shouldn't close the Locations dialog. (LP: #947315) * Add gcov targets to autotools build for code-coverage reporting. -2012-04-04 16:23:06 -0500 Charles Kerr (75d3c8b) +2012-04-04 16:23:06 -0500 Charles Kerr (75d3c8be) * Import upstream version 0.3.94 -2012-04-04 16:22:36 -0500 Charles Kerr (fdd6962) +2012-04-04 16:22:36 -0500 Charles Kerr (fdd6962b) * Sync from Ubuntu Desktop -2012-04-04 16:06:51 -0500 Charles Kerr (5a12bc3) +2012-04-04 16:06:51 -0500 Charles Kerr (5a12bc3c) * 0.3.94 (tag: 0.3.94) -2012-04-03 21:36:26 -0500 Charles Kerr (425513b) +2012-04-03 21:36:26 -0500 Charles Kerr (425513bc) * merge lp:~allanlesage/indicator-datetime/TDD to remove a dependency on gcovr, move gcov targets to their own makefile, and clean up .gcno files. -2012-04-02 11:15:36 -0500 Charles Kerr (6e1ebe9) +2012-04-02 11:15:36 -0500 Charles Kerr (6e1ebe98) * merge lp:~charlesk/indicator-datetime/fiz-tz-offset to fix a timezone sorting issue reported by seb128 and diagnosed by desrt. -2012-04-02 11:06:02 -0500 Charles Kerr (89775c2) +2012-04-02 11:06:02 -0500 Charles Kerr (89775c23) * clicking the systems settings window shouldn't close the Locations dialog. -2012-04-02 10:51:06 -0500 Charles Kerr (d89b4e7) +2012-04-02 10:51:06 -0500 Charles Kerr (d89b4e7c) * fix timezone sorting issue reported by seb128 and diagnosed by desrt -2012-03-29 17:36:38 -0700 Charles Kerr (6bf7c1c) +2012-03-29 17:36:38 -0700 Charles Kerr (6bf7c1c7) * clicking the systems settings window shouldn't close the 'Locations' dialog. -2012-03-29 11:44:39 -0400 Ken VanDine (8f8841c) +2012-03-29 11:44:39 -0400 Ken VanDine (8f8841c3) * releasing version 0.3.93-0ubuntu1 -2012-03-29 10:55:54 -0400 Ken VanDine (903b02b) +2012-03-29 10:55:54 -0400 Ken VanDine (903b02b9) * releasing version 0.3.93-0ubuntu1 -2012-03-29 09:15:11 -0400 Ken VanDine (ff0bb75) +2012-03-29 09:15:11 -0400 Ken VanDine (ff0bb754) * * New upstream release. * Fix g-c-c crash caused by datetime's prefs panel (LP: #942450) * Fix several memory leaks in datetime's preferences page (LP: #965533) -2012-03-28 16:11:08 -0700 Charles Kerr (8727209) +2012-03-28 16:11:08 -0700 Charles Kerr (87272094) * releasing version 0.3.93-0ubuntu1~ppa1 -2012-03-28 16:09:07 -0700 Charles Kerr (e36470f) +2012-03-28 16:09:07 -0700 Charles Kerr (e36470f0) * * New upstream release. * Fix g-c-c crash caused by datetime's prefs panel (LP: #942450) * Fix several memory leaks in datetime's preferences page (LP: #965533) -2012-03-28 16:08:05 -0700 Charles Kerr (5261e7f) +2012-03-28 16:08:05 -0700 Charles Kerr (5261e7f8) * Import upstream version 0.3.93 -2012-03-28 16:06:13 -0700 Charles Kerr (ed69123) +2012-03-28 16:06:13 -0700 Charles Kerr (ed69123d) * Sync from Ubuntu Desktop -2012-03-28 15:58:32 -0700 Charles Kerr (249fa0a) +2012-03-28 15:58:32 -0700 Charles Kerr (249fa0ac) * 0.3.93 (tag: 0.3.93) -2012-03-28 06:50:25 -0700 Charles Kerr (0a3662b) +2012-03-28 06:50:25 -0700 Charles Kerr (0a3662be) * on shutdown, free icaltimezone's builtin timezones. -2012-03-28 06:44:12 -0700 Charles Kerr (da5768e) +2012-03-28 06:44:12 -0700 Charles Kerr (da5768e5) * ensure that our ntp_query_answered() and tz_query_answered() dbus callbacks are cancelled when the datetime prefs page is disposed -2012-03-27 23:14:07 -0700 Charles Kerr (073a3f7) +2012-03-27 23:14:07 -0700 Charles Kerr (073a3f7b) * cancel the ntp_query_answered() and tz_query_answered() callbacks when the prefs panel is disposed. -2012-03-27 17:17:43 -0500 Allan LeSage (a7f9455) +2012-03-27 17:17:43 -0500 Allan LeSage (a7f9455d) * Removed gcovr dependency, moved coverage targets to own makefile, cleaning up *.gcno. -2012-03-27 11:31:20 -0700 Charles Kerr (9f7477e) +2012-03-27 11:31:20 -0700 Charles Kerr (9f7477e2) * free icaltimezone's list of builtin timezones when shutting down -2012-03-26 10:51:15 -0700 Charles Kerr (c98bbd8) +2012-03-26 10:51:15 -0700 Charles Kerr (c98bbd86) * merge lp:~charlesk/indicator-datetime/fix-location-leak to fix several memory leaks in datetime's preferences ui reported in lp bug #965533 -2012-03-21 13:13:39 -0400 Ken VanDine (1ee82f0) +2012-03-21 13:13:39 -0400 Ken VanDine (1ee82f0d) * releasing version 0.3.92-0ubuntu1 -2012-03-21 12:56:35 -0400 Ken VanDine (deda5d1) +2012-03-21 12:56:35 -0400 Ken VanDine (deda5d1a) * * New upstream release. * Fix several memory leaks (LP: #772340, LP: #957320) -2012-03-21 11:22:44 -0500 Charles Kerr (60d841f) +2012-03-21 11:22:44 -0500 Charles Kerr (60d841f8) * releasing version 0.3.92-0ubuntu1~ppa1 -2012-03-21 11:19:31 -0500 Charles Kerr (ebb2aa1) +2012-03-21 11:19:31 -0500 Charles Kerr (ebb2aa10) * * New upstream release. * Fix several memory leaks (LP: #772340, LP: #957320) -2012-03-21 11:16:32 -0500 Charles Kerr (7eb6ba3) +2012-03-21 11:16:32 -0500 Charles Kerr (7eb6ba32) * Import upstream version 0.3.92 -2012-03-21 11:14:28 -0500 Charles Kerr (827c79e) +2012-03-21 11:14:28 -0500 Charles Kerr (827c79ed) * Sync from Ubuntu Desktop -2012-03-21 10:50:27 -0500 Charles Kerr (bee48b6) +2012-03-21 10:50:27 -0500 Charles Kerr (bee48b66) * 0.3.92 (tag: 0.3.92) -2012-03-20 17:35:24 -0500 Charles Kerr (c194130) +2012-03-20 17:35:24 -0500 Charles Kerr (c1941306) * fix more leaks related to getting strings from COL_NAME and COL_ZONE... these columns are of type G_TYPE_STRING, so we need to g_free() the copies that we pull from the model with gtk_tree_model_get()... -2012-03-20 15:57:52 -0500 Charles Kerr (ae3ad07) +2012-03-20 15:57:52 -0500 Charles Kerr (ae3ad074) * improvements based on feedback from desrt -2012-03-20 15:32:19 -0500 Charles Kerr (c09df94) +2012-03-20 15:32:19 -0500 Charles Kerr (c09df946) * merge lp:~charlesk/indicator-datetime/lp-772340 to fix some memory leaks related to appointments in indicator-datetime -2012-03-18 10:46:34 -0500 Charles Kerr (763210b) +2012-03-18 10:46:34 -0500 Charles Kerr (763210ba) * leak: fix ESourceList leak in update_appointment_menu_items() -2012-03-18 10:07:04 -0500 Charles Kerr (e17c55c) +2012-03-18 10:07:04 -0500 Charles Kerr (e17c55cf) * leak: fix GdkPixbuf leak when setting up appointments -2012-03-18 10:01:44 -0500 Charles Kerr (c31a4b2) +2012-03-18 10:01:44 -0500 Charles Kerr (c31a4b20) * minor: fix inefficient GSList walking -- only walk a GSList once instead of twice per node -2012-03-18 09:49:23 -0500 Charles Kerr (881607d) +2012-03-18 09:49:23 -0500 Charles Kerr (881607df) * leak: fix the comp_instance struct leaks allocated in populate_appointment_instances() from update_appointment_menu_items(). The list was freed, but not the structs pointed to by the list. -2012-03-18 09:34:01 -0500 Charles Kerr (6999599) +2012-03-18 09:34:01 -0500 Charles Kerr (69995999) * don't subtract one time_t from another -2012-03-18 09:31:27 -0500 Charles Kerr (1523323) +2012-03-18 09:31:27 -0500 Charles Kerr (15233237) * leak: plug leaks related to use of gconf_client_get_list() -2012-03-18 09:29:08 -0500 Charles Kerr (54b21fb) +2012-03-18 09:29:08 -0500 Charles Kerr (54b21fbd) * minor: use g_clear_error() instead of g_error_free() -2012-03-18 09:27:04 -0500 Charles Kerr (2b461cb) +2012-03-18 09:27:04 -0500 Charles Kerr (2b461cba) * leak: fix GError leaks -2012-03-16 15:55:57 -0500 Charles Kerr (1f05548) +2012-03-16 15:55:57 -0500 Charles Kerr (1f055482) * fix memory leak when saving user-specified timezone locations -2012-03-16 14:18:22 -0500 Charles Kerr (343fa36) +2012-03-16 14:18:22 -0500 Charles Kerr (343fa368) * plug a string leak when updating the appointments -2012-03-16 13:53:17 -0500 Charles Kerr (f281d28) +2012-03-16 13:53:17 -0500 Charles Kerr (f281d28d) * minor: remove unnecessary nesting -2012-03-16 13:52:30 -0500 Charles Kerr (7e07bad) +2012-03-16 13:52:30 -0500 Charles Kerr (7e07badc) * plug a string leak when updating appointments -2012-03-09 13:49:52 +0100 Sebastien Bacher (ad97959) +2012-03-09 13:49:52 +0100 Sebastien Bacher (ad979590) * releasing version 0.3.91-0ubuntu1 -2012-03-08 16:58:32 -0600 Ted Gould (fa7f146) +2012-03-08 16:58:32 -0600 Ted Gould (fa7f146f) * releasing version 0.3.91-0ubuntu1~ppa1 -2012-03-08 16:57:20 -0600 Ted Gould (3c12ac5) +2012-03-08 16:57:20 -0600 Ted Gould (3c12ac55) * * New upstream release. * Make GSettings readonly to fix DConf service starting on boot * Explicitly give types to @@ -6119,41 +6137,41 @@ #943747) * Remove unused code (LP: #943746) * Fix timezone ordering in the menu (LP: #833325, LP: #833337) -2012-03-08 16:49:40 -0600 Ted Gould (b5c19e0) +2012-03-08 16:49:40 -0600 Ted Gould (b5c19e04) * Import upstream version 0.3.91 -2012-03-08 16:42:33 -0600 Ted Gould (4d71bb4) +2012-03-08 16:42:33 -0600 Ted Gould (4d71bb4b) * 0.3.91 (tag: 0.3.91) -2012-03-08 16:40:31 -0600 Ted Gould (7a2e7cc) +2012-03-08 16:40:31 -0600 Ted Gould (7a2e7cc2) * Change GSetting bindings to be read only -2012-03-08 16:39:52 -0600 Ted Gould (918e8e3) +2012-03-08 16:39:52 -0600 Ted Gould (918e8e37) * Specify types explicitly to GVariantBuilder -2012-03-07 15:49:58 -0500 Ryan Lortie (562575c) +2012-03-07 15:49:58 -0500 Ryan Lortie (562575c9) * Establish read-only bindings to GSettings from the indicator -2012-03-07 15:36:07 -0500 Ryan Lortie (79e0a6f) +2012-03-07 15:36:07 -0500 Ryan Lortie (79e0a6fd) * more GVariantBuilder vs. G_VARIANT_TYPE_ARRAY fixes -2012-03-05 15:52:28 -0600 Charles Kerr (82434d1) +2012-03-05 15:52:28 -0600 Charles Kerr (82434d1e) * merge lp:~charlesk/indicator-datetime/fix-943747 to silence the Coverity warning reported in bug #943747 -2012-03-05 15:06:24 -0600 Charles Kerr (cf0bf58) +2012-03-05 15:06:24 -0600 Charles Kerr (cf0bf58d) * merge lp:~charlesk/indicator-datetime/lp-943746 to fix the warning that Coverity reported in bug #943746 -2012-03-03 18:46:53 -0600 Charles Kerr (daa799f) +2012-03-03 18:46:53 -0600 Charles Kerr (daa799fa) * In Bug #943747, Coverity reported that use of sscanf() needed to be inspected by a human to verify there aren't buffer @@ -6161,95 +6179,95 @@ to the lines before the calls to tell Coverity that they've been checked. -2012-03-03 13:45:25 -0600 Charles Kerr (ad84560) +2012-03-03 13:45:25 -0600 Charles Kerr (ad84560f) * remove unused code in populate_appointment_instances(). -2012-03-03 10:23:06 -0600 Charles Kerr (a7ffebd) +2012-03-03 10:23:06 -0600 Charles Kerr (a7ffebd9) * merging lp:~charlesk/indicator-datetime/fix-833337 and lp:~charlesk/indicator-datetime/fix-leaks -2012-03-02 15:02:31 -0600 Charles Kerr (ad8b10b) +2012-03-02 15:02:31 -0600 Charles Kerr (ad8b10b4) * simplify the code by removing special handling for geo_location and current_location, and adding them to the same 'locations' list that we use when pruning duplicates from the user-specified list of locations -2012-03-02 14:13:18 -0600 Charles Kerr (2599458) +2012-03-02 14:13:18 -0600 Charles Kerr (25994587) * use g_return_if_fail() instead of g_assert() in the new code -2012-03-02 14:12:20 -0600 Charles Kerr (ece0242) +2012-03-02 14:12:20 -0600 Charles Kerr (ece0242d) * remove duplicate timezone entries -2012-03-01 21:56:25 -0600 Charles Kerr (53b0569) +2012-03-01 21:56:25 -0600 Charles Kerr (53b0569f) * rename dconflocations as location_menu_items -2012-03-01 21:32:02 -0600 Charles Kerr (817baff) +2012-03-01 21:32:02 -0600 Charles Kerr (817baff6) * make update_timezone_menu_items() a void function; its args and return value were unused -2012-03-01 21:17:49 -0600 Charles Kerr (e2cd489) +2012-03-01 21:17:49 -0600 Charles Kerr (e2cd4896) * make the private fields 'conf' and 'gconf' static and init them to NULL -2012-03-01 21:15:35 -0600 Charles Kerr (176b64b) +2012-03-01 21:15:35 -0600 Charles Kerr (176b64b5) * more use of g_clear_object() where appropriate -2012-03-01 21:02:57 -0600 Charles Kerr (8be0daf) +2012-03-01 21:02:57 -0600 Charles Kerr (8be0daf8) * in dispose(), add g_clear_object() for priv.ido_calendar and priv.service_proxy_cancel -2012-03-01 21:01:49 -0600 Charles Kerr (4586df0) +2012-03-01 21:01:49 -0600 Charles Kerr (4586df05) * tweak: use g_clear_object() in dispose() -2012-03-01 20:30:07 -0600 Charles Kerr (cf8ba28) +2012-03-01 20:30:07 -0600 Charles Kerr (cf8ba28a) * fix potential minor memory leak in update_timezone_menu_items() -2012-03-01 20:23:22 -0600 Charles Kerr (a8a5a79) +2012-03-01 20:23:22 -0600 Charles Kerr (a8a5a791) * remove unnecessary strdup+free in update_appointment_menu_items() -2012-03-01 20:19:21 -0600 Charles Kerr (9e8aae2) +2012-03-01 20:19:21 -0600 Charles Kerr (9e8aae21) * fix memory leak in update_appointment_menu_items() -2012-03-01 20:03:28 -0600 Charles Kerr (25e9f14) +2012-03-01 20:03:28 -0600 Charles Kerr (25e9f143) * fix memory leaks in day_selected_double_click_cb() -2012-03-01 20:00:14 -0600 Charles Kerr (37e796d) +2012-03-01 20:00:14 -0600 Charles Kerr (37e796d3) * extract method on common code -2012-02-20 19:40:49 +0100 Sebastien Bacher (39bc08e) +2012-02-20 19:40:49 +0100 Sebastien Bacher (39bc08ed) * releasing version 0.3.90-0ubuntu1 -2012-02-17 16:24:54 -0600 Ted Gould (ade1e12) +2012-02-17 16:24:54 -0600 Ted Gould (ade1e121) * releasing version 0.3.90-0ubuntu1~ppa1 -2012-02-17 16:22:38 -0600 Ted Gould (b55ef2f) +2012-02-17 16:22:38 -0600 Ted Gould (b55ef2ff) * debian/patches: Removed, all upstream. -2012-02-17 16:22:17 -0600 Ted Gould (b37ad74) +2012-02-17 16:22:17 -0600 Ted Gould (b37ad747) * * debian/control: * Bumping libdbusmenu requirement to 0.5.90 * Added dependency on libtimezonemap -2012-02-17 16:18:45 -0600 Ted Gould (f8ca95b) +2012-02-17 16:18:45 -0600 Ted Gould (f8ca95b2) * * New upstream release. * Still need to distribute these files even if we're not building it * Adding some extra ignore @@ -6258,326 +6276,326 @@ Add a name hint on the indicator * Build fixes for updated dependencies * Fixing Geoclue support -2012-02-17 16:15:25 -0600 Ted Gould (52d15e4) +2012-02-17 16:15:25 -0600 Ted Gould (52d15e40) * Import upstream version 0.3.90 -2012-02-17 16:13:27 -0600 Ted Gould (59ade0a) +2012-02-17 16:13:27 -0600 Ted Gould (59ade0a5) * 0.3.90 (tag: 0.3.90) -2012-02-17 16:12:36 -0600 Ted Gould (fdbd220) +2012-02-17 16:12:36 -0600 Ted Gould (fdbd2204) * Still need to distribute these files even if we're not building it -2012-02-17 16:06:39 -0600 Ted Gould (951e07b) +2012-02-17 16:06:39 -0600 Ted Gould (951e07bf) * Adding some extra ignore stuff in -2012-02-17 16:02:10 -0600 Ted Gould (6e60a40) +2012-02-17 16:02:10 -0600 Ted Gould (6e60a40e) * Merging in Ubuntu Desktop -2012-02-17 15:59:12 -0600 Ted Gould (f050e7b) +2012-02-17 15:59:12 -0600 Ted Gould (f050e7bc) * Adding in code coverage calculation -2012-02-15 16:31:31 -0600 Charles Kerr (b18a7b8) +2012-02-15 16:31:31 -0600 Charles Kerr (b18a7b81) * lp:~ballogy/indicator-datetime/make-ccpanel-optional -2012-02-15 13:25:19 -0600 Charles Kerr (ed432b4) +2012-02-15 13:25:19 -0600 Charles Kerr (ed432b43) * lp:~mterry/indicator-datetime/libtimezonemap -2012-02-15 10:59:40 -0600 Charles Kerr (9756029) +2012-02-15 10:59:40 -0600 Charles Kerr (9756029c) * lp:~charlesk/indicator-datetime/refix-844741 -2012-02-15 10:23:36 -0600 Charles Kerr (891f491) +2012-02-15 10:23:36 -0600 Charles Kerr (891f491a) * lp:~jjardon/indicator-datetime/fix-836017 -2012-02-15 00:43:52 -0600 Charles Kerr (4727ba2) +2012-02-15 00:43:52 -0600 Charles Kerr (4727ba29) * re-fix bug #84471 for trunk -2012-02-14 21:43:08 -0600 Charles Kerr (e89e427) +2012-02-14 21:43:08 -0600 Charles Kerr (e89e4271) * merging Treviño's lp:~3v1n0/indicator-datetime/add-name-hint -2012-02-14 21:17:24 -0600 Charles Kerr (ecaf872) +2012-02-14 21:17:24 -0600 Charles Kerr (ecaf8726) * Charles Kerr 2012-02-14 Fix FTB when deprecation warnings are enabled -2012-02-14 18:15:59 -0600 Charles Kerr (895a0a2) +2012-02-14 18:15:59 -0600 Charles Kerr (895a0a2c) * Fix FTB when deprecation warnings are enabled -2012-02-14 17:31:25 -0600 Charles Kerr (6749bbb) +2012-02-14 17:31:25 -0600 Charles Kerr (6749bbb5) * merge ted's indicator-datetime-trunk build fixes -2012-01-31 21:27:24 -0600 Ted Gould (460b479) +2012-01-31 21:27:24 -0600 Ted Gould (460b479a) * Fixing include paths -2012-01-31 21:26:39 -0600 Ted Gould (d5ba046) +2012-01-31 21:26:39 -0600 Ted Gould (d5ba046b) * Updating dbusmenu-gtk to 0.5.90 -2012-01-25 09:55:24 -0500 Ken VanDine (4a21757) +2012-01-25 09:55:24 -0500 Ken VanDine (4a217579) * releasing version 0.3.1-0ubuntu5 -2012-01-24 22:18:57 -0500 Ken VanDine (bf6cda6) +2012-01-24 22:18:57 -0500 Ken VanDine (bf6cda68) * no change rebuild for libindicator7 -2012-01-23 13:09:14 +0100 Martin Pitt (772115c) +2012-01-23 13:09:14 +0100 Martin Pitt (772115cb) * releasing version 0.3.1-0ubuntu4 -2012-01-23 13:07:14 +0100 Martin Pitt (6104c44) +2012-01-23 13:07:14 +0100 Martin Pitt (6104c44c) * Add disable_Werror.patch: Disable -Werror, causes build failures due to deprecated symbols. -2012-01-23 13:02:43 +0100 Martin Pitt (666184e) +2012-01-23 13:02:43 +0100 Martin Pitt (666184e6) * Migrate from libpolkit-gtk-1-dev to libpolkit-gobject-1-dev. -2012-01-13 00:19:30 +0100 Mathieu Trudel-Lapierre (d7f6dc7) +2012-01-13 00:19:30 +0100 Mathieu Trudel-Lapierre (d7f6dc74) * releasing version 0.3.1-0ubuntu3 -2012-01-13 00:03:36 +0100 Mathieu Trudel-Lapierre (91fead5) +2012-01-13 00:03:36 +0100 Mathieu Trudel-Lapierre (91fead52) * * Rebuild for the new e-d-s libraries. * debian/patches/gtk_box_api.patch: port gtk_hbox_new() to gtk_box_new() if building for GTK3, no change if building against GTK2. -2012-01-09 14:06:50 +0100 Michael Terry (fe58c78) +2012-01-09 14:06:50 +0100 Michael Terry (fe58c785) * and move TimezoneCompletion to libtimezonemap too -2012-01-09 12:09:20 +0000 Michael Terry (49965d0) +2012-01-09 12:09:20 +0000 Michael Terry (49965d03) * use libtimezonemap -2012-01-09 12:04:59 +0000 Michael Terry (c5e62b6) +2012-01-09 12:04:59 +0000 Michael Terry (c5e62b64) * use notdir when generating the .gir to allow out-of-tree builds -2012-01-09 12:44:26 +0100 Michael Terry (dd5f403) +2012-01-09 12:44:26 +0100 Michael Terry (dd5f403c) * fix deprecation warnings -2011-12-13 11:54:41 -0500 Ted Gould (b983633) +2011-12-13 11:54:41 -0500 Ted Gould (b9836332) * Fixing Geoclue support -2011-12-06 18:43:35 -0600 Allan LeSage (4b4a2a0) +2011-12-06 18:43:35 -0600 Allan LeSage (4b4a2a0b) * Added coverage reporting via gcov config and targets. -2011-11-23 07:59:47 +0100 György Balló (78e0826) +2011-11-23 07:59:47 +0100 György Balló (78e08268) * Make Control Center panel optional -2011-11-08 22:46:58 +0100 Marco Trevisan (Treviño) (17b9be5) +2011-11-08 22:46:58 +0100 Marco Trevisan (Treviño) (17b9be58) * Export the name_hint -2011-10-28 11:27:13 -0400 Ken VanDine (2839a02) +2011-10-28 11:27:13 -0400 Ken VanDine (2839a028) * releasing version 0.3.1-0ubuntu2 -2011-10-23 17:02:34 -0500 Ted Gould (fd7d20a) +2011-10-23 17:02:34 -0500 Ted Gould (fd7d20aa) * Attaching bugs. Uhg -2011-10-23 16:54:15 -0500 Ted Gould (59ea5c3) +2011-10-23 16:54:15 -0500 Ted Gould (59ea5c3b) * Fixing a bad check for GeoIP object validity. Adding an error check which is better anyway. -2011-10-13 17:06:47 -0400 Ken VanDine (d692067) +2011-10-13 17:06:47 -0400 Ken VanDine (d6920670) * releasing version 0.3.1-0ubuntu1 -2011-10-13 16:52:18 -0400 Ken VanDine (9863225) +2011-10-13 16:52:18 -0400 Ken VanDine (98632255) * * New upstream release. * Drop an unused icon (LP: #746176) * Fix showing a timezone that we're currently set to (LP: #833337) * Remove check for libunique as it's unused * debian/control: Drop libunique requirements, it was unused -2011-10-13 16:14:39 -0400 Ken VanDine (b2d9021) +2011-10-13 16:14:39 -0400 Ken VanDine (b2d90212) * releasing version 0.3.0-0ubuntu3 -2011-10-13 13:40:24 -0500 Ted Gould (9f5bd6e) +2011-10-13 13:40:24 -0500 Ted Gould (9f5bd6e8) * releasing version 0.3.1-0ubuntu1~ppa1 -2011-10-13 13:38:11 -0500 Ted Gould (10c82db) +2011-10-13 13:38:11 -0500 Ted Gould (10c82dba) * debian/control: Drop libunique requirements -2011-10-13 13:37:19 -0500 Ted Gould (4a0a5d5) +2011-10-13 13:37:19 -0500 Ted Gould (4a0a5d5f) * * New upstream release. * Drop an unused icon (LP: #746176) * Fix showing a timezone that we're currently set to (LP: #833337) * Remove check for libunique as it's unused -2011-10-13 13:34:55 -0500 Ted Gould (09dcfec) +2011-10-13 13:34:55 -0500 Ted Gould (09dcfec3) * Import upstream version 0.3.1 -2011-10-13 13:27:13 -0500 Ted Gould (ba87e5c) +2011-10-13 13:27:13 -0500 Ted Gould (ba87e5cb) * 0.3.1 (tag: 0.3.1) -2011-10-13 10:14:21 -0500 Ted Gould (023fa26) +2011-10-13 10:14:21 -0500 Ted Gould (023fa26a) * Removing unused libunique -2011-10-13 09:54:51 -0500 Ted Gould (c8c930f) +2011-10-13 09:54:51 -0500 Ted Gould (c8c930ff) * Checking to see if the timezones match -2011-10-12 23:30:40 -0500 Ted Gould (14bd650) +2011-10-12 23:30:40 -0500 Ted Gould (14bd650e) * Check to see if we're in the same timezone as default -2011-10-11 16:04:36 -0500 Ted Gould (010d4d2) +2011-10-11 16:04:36 -0500 Ted Gould (010d4d2c) * Removing icon from window. -2011-10-06 04:25:34 +0100 Javier Jardón (6f78eb0) +2011-10-06 04:25:34 +0100 Javier Jardón (6f78eb0a) * Remove use of window icon -2011-10-05 15:04:17 -0400 Ken VanDine (e86b713) +2011-10-05 15:04:17 -0400 Ken VanDine (e86b7139) * releasing version 0.3.0-0ubuntu2 -2011-10-05 13:01:55 +0100 Javier Jardón (28cacfe) +2011-10-05 13:01:55 +0100 Javier Jardón (28cacfec) * Remove libunique dependency as Its not needed anymore -2011-10-04 20:05:56 +0100 Javier Jardón (c6a2cec) +2011-10-04 20:05:56 +0100 Javier Jardón (c6a2cec0) * datetime-service: Be sure to free the returned list -2011-10-03 18:04:41 +0100 Javier Jardón (d17c6fc) +2011-10-03 18:04:41 +0100 Javier Jardón (d17c6fcb) * datetime-service: Free accounts list in the correct place -2011-10-03 14:05:59 +0100 Javier Jardón (e3d99cf) +2011-10-03 14:05:59 +0100 Javier Jardón (e3d99cf9) * datetime-service.c: Only show "Add Event..." if we have an email account -2011-09-29 16:47:26 -0400 Ken VanDine (2f51b43) +2011-09-29 16:47:26 -0400 Ken VanDine (2f51b432) * releasing version 0.3.0-0ubuntu1 -2011-09-29 16:43:39 -0400 Ken VanDine (31bf779) +2011-09-29 16:43:39 -0400 Ken VanDine (31bf779f) * * New upstream release. * Fix corrupt environment when LANGUAGE not set (LP: #861123) * Measure string size with GLib (LP: #730476) * Free ECals when they have errors (LP: #774071) * Fix untranslated string (LP: #853130) -2011-09-29 15:39:44 -0500 Ted Gould (e569f3e) +2011-09-29 15:39:44 -0500 Ted Gould (e569f3e9) * releasing version 0.3.0-0ubuntu1~ppa1 -2011-09-29 15:38:31 -0500 Ted Gould (521526d) +2011-09-29 15:38:31 -0500 Ted Gould (521526d7) * * New upstream release. * Fix corrupt environment when LANGUAGE not set (LP: #861123) * Measure string size with GLib (LP: #730476) * Free ECals when they have errors (LP: #774071) * Fix untranslated string (LP: #853130) -2011-09-29 15:36:39 -0500 Ted Gould (4e2dc05) +2011-09-29 15:36:39 -0500 Ted Gould (4e2dc05c) * Import upstream version 0.3.0 -2011-09-29 15:36:20 -0500 Ted Gould (d6dcd67) +2011-09-29 15:36:20 -0500 Ted Gould (d6dcd673) * Merge from Ubuntu Desktop -2011-09-29 16:29:20 -0400 Ken VanDine (95fcdc5) +2011-09-29 16:29:20 -0400 Ken VanDine (95fcdc5a) * * debian/control - Added recommends for e-d-s -2011-09-29 15:27:52 -0500 Ted Gould (c2fbaa0) +2011-09-29 15:27:52 -0500 Ted Gould (c2fbaa0a) * 0.3.0 (tag: 0.3.0) -2011-09-29 15:21:52 -0500 Ted Gould (fc770e9) +2011-09-29 15:21:52 -0500 Ted Gould (fc770e95) * Unref Cals in error situations -2011-09-29 22:57:50 +0300 Antti Kaijanmäki (8c01596) +2011-09-29 22:57:50 +0300 Antti Kaijanmäki (8c01596f) * Fix 100% CPU usage (LP: #774071) -2011-09-29 10:07:40 -0500 Ted Gould (6e9eb95) +2011-09-29 10:07:40 -0500 Ted Gould (6e9eb952) * Protect setting or unseting the env if we don't have it already. -2011-09-28 15:01:10 +1000 Robert Ancell (43a5a69) +2011-09-28 15:01:10 +1000 Robert Ancell (43a5a69e) * Don't call setenv when value is NULL -2011-09-21 15:19:53 -0500 Jörn Horstmann (b1bbe3c) +2011-09-21 15:19:53 -0500 Jörn Horstmann (b1bbe3c1) * Use g_datetime() to measure string (6 LOC) -2011-09-21 08:49:55 -0500 Ted Gould (92cfa6c) +2011-09-21 08:49:55 -0500 Ted Gould (92cfa6c3) * Moving setting the translation domain for builder to earlier -2011-09-18 12:09:43 +0200 Gabor Kelemen (d42f49e) +2011-09-18 12:09:43 +0200 Gabor Kelemen (d42f49e0) * Set translation domain before gtk_builder_add_from_file, in the other file too. LP: #853130 -2011-09-15 18:10:44 +0200 Didier Roche (1fc2f7a) +2011-09-15 18:10:44 +0200 Didier Roche (1fc2f7a8) * releasing version 0.2.95-0ubuntu1 -2011-09-15 18:10:36 +0200 Didier Roche (c56d9e2) +2011-09-15 18:10:36 +0200 Didier Roche (c56d9e2e) * * debian/control: - bump the libglib build-dep -2011-09-15 10:45:59 -0500 Ted Gould (b2dfc10) +2011-09-15 10:45:59 -0500 Ted Gould (b2dfc107) * releasing version 0.2.95-0ubuntu1~ppa1 -2011-09-15 10:43:59 -0500 Ted Gould (3b73d2c) +2011-09-15 10:43:59 -0500 Ted Gould (3b73d2cf) * Update to release 0.2.95 -2011-09-15 10:43:16 -0500 Ted Gould (1e2f73f) +2011-09-15 10:43:16 -0500 Ted Gould (1e2f73f7) - * Import upstream version 0.2.95 (tag: upstream-0.2.95) + * Import upstream version 0.2.95 -2011-09-15 10:37:28 -0500 Ted Gould (1272ced) +2011-09-15 10:37:28 -0500 Ted Gould (1272ced6) * 0.2.95 (tag: 0.2.95) -2011-09-15 10:30:55 -0500 Ted Gould (8a4ba27) +2011-09-15 10:30:55 -0500 Ted Gould (8a4ba277) * Dropping the wall clock branch. Bad touch. -2011-09-15 10:11:23 -0500 Ted Gould (34a4226) +2011-09-15 10:11:23 -0500 Ted Gould (34a42266) * * New upstream release. * Set default timezone on events without (LP: #837359) * Update docs to specify correct custom @@ -6587,255 +6605,255 @@ files (LP: #845473) * Update date correctly when opening menu (LP: #793450) -2011-09-15 10:07:23 -0500 Ted Gould (59a60d1) +2011-09-15 10:07:23 -0500 Ted Gould (59a60d1e) - * Import upstream version 0.2.94 (tag: upstream-0.2.94) + * Import upstream version 0.2.94 -2011-09-15 10:07:00 -0500 Ted Gould (8f8de9a) +2011-09-15 10:07:00 -0500 Ted Gould (8f8de9ac) * Merge in Ubuntu Desktop fixes -2011-09-15 10:02:03 -0500 Ted Gould (d6580b4) +2011-09-15 10:02:03 -0500 Ted Gould (d6580b42) * 0.2.94 (tag: 0.2.94) -2011-09-15 09:53:20 -0500 Ted Gould (5f8e3e3) +2011-09-15 09:53:20 -0500 Ted Gould (5f8e3e3e) * Use the GNOME Wall Clock interface -2011-09-15 09:35:30 -0500 Ted Gould (1231071) +2011-09-15 09:35:30 -0500 Ted Gould (1231071a) * Set the builder language before opening the file -2011-09-15 09:29:54 -0500 Ted Gould (1919170) +2011-09-15 09:29:54 -0500 Ted Gould (19191707) * Update comments to discuss the new format options in glib -2011-09-09 11:47:20 +0200 Gabor Kelemen (65fc156) +2011-09-09 11:47:20 +0200 Gabor Kelemen (65fc1568) * Set translation domain before the gtk_builder_add_from_file call. LP: #845473 -2011-09-06 16:39:44 -0500 Ted Gould (ee90397) +2011-09-06 16:39:44 -0500 Ted Gould (ee903973) * Some optimizations to the private pointers and a const -2011-09-06 16:20:01 -0500 Ted Gould (372e5dc) +2011-09-06 16:20:01 -0500 Ted Gould (372e5dc7) * Remove unused code -2011-09-06 16:15:55 -0500 Ted Gould (8cb82dd) +2011-09-06 16:15:55 -0500 Ted Gould (8cb82dda) * Checking for pow -2011-09-06 15:25:34 +0100 Javier Jardón (34acc7b) +2011-09-06 15:25:34 +0100 Javier Jardón (34acc7b2) * Remove death code: calendar-menu-item -2011-09-06 15:19:47 +0100 Javier Jardón (3ea3c06) +2011-09-06 15:19:47 +0100 Javier Jardón (3ea3c06f) * configure.ac: Check for 'pow' in math library -2011-09-06 13:55:50 +0100 Javier Jardón (46ab5ac) +2011-09-06 13:55:50 +0100 Javier Jardón (46ab5ac5) * indicator-datetime.c: Use G_GNUC_CONST in the type declaration -2011-09-06 13:54:49 +0100 Javier Jardón (5a40e16) +2011-09-06 13:54:49 +0100 Javier Jardón (5a40e16a) * indicator-datetime.c: Use private pointer instead GET_PRIV macro -2011-09-06 13:47:37 +0100 Javier Jardón (c46efc3) +2011-09-06 13:47:37 +0100 Javier Jardón (c46efc32) * timezone-completion: Use private pointer instead GET_PRIV macro -2011-09-05 18:18:18 +0100 Javier Jardón (87eaa8d) +2011-09-05 18:18:18 +0100 Javier Jardón (87eaa8d2) * indicator-datetime: Update the desktop schema when showing seconds -2011-09-05 15:17:31 +0100 Javier Jardón (ef6479a) +2011-09-05 15:17:31 +0100 Javier Jardón (ef6479a9) * indicator-datetime.c: Fix typo -2011-09-05 14:32:12 +0100 Javier Jardón (b36e02a) +2011-09-05 14:32:12 +0100 Javier Jardón (b36e02a7) * datetime-service: Fix typo -2011-09-05 14:31:13 +0100 Javier Jardón (805b0b2) +2011-09-05 14:31:13 +0100 Javier Jardón (805b0b28) * indicator-datetime.c: Use GnomeWallClock instead of periodic timeout -2011-09-05 13:05:38 +0100 Javier Jardón (5638139) +2011-09-05 13:05:38 +0100 Javier Jardón (5638139a) * configure.ac: Bump glib required version -2011-09-05 13:01:56 +0100 Javier Jardón (b9e51f0) +2011-09-05 13:01:56 +0100 Javier Jardón (b9e51f01) * Bump gnome-desktop required version to 3.1.91 -2011-09-05 12:34:31 +0100 Javier Jardón (e4fed01) +2011-09-05 12:34:31 +0100 Javier Jardón (e4fed018) * Use GnomeWallClock instead of periodic timeout -2011-09-02 16:43:16 +0100 Javier Jardón (0fad515) +2011-09-02 16:43:16 +0100 Javier Jardón (0fad515e) * Warning when the user use a date format not supported -2011-09-01 12:05:17 -0500 Espen Wiborg (1ab5a36) +2011-09-01 12:05:17 -0500 Espen Wiborg (1ab5a36d) * Set default timezone on events -2011-08-31 15:08:08 -0500 Ted Gould (a748ceb) +2011-08-31 15:08:08 -0500 Ted Gould (a748ceb9) * Remove visibility check so we can update the date before we're visible. -2011-08-31 15:05:14 -0500 Ted Gould (cfd56b9) +2011-08-31 15:05:14 -0500 Ted Gould (cfd56b9c) * Check for greeter mode to whether we should show Evolution options. -2011-08-31 09:42:08 -0400 Michael Terry (59d5749) +2011-08-31 09:42:08 -0400 Michael Terry (59d57493) * disable evolution functionality when in greeter mode -2011-08-26 10:45:12 -0400 Ken VanDine (ba16042) +2011-08-26 10:45:12 -0400 Ken VanDine (ba160425) * releasing version 0.2.93-0ubuntu2 (tag: 0.2.93-0ubuntu2) -2011-08-25 15:46:51 +0100 Javier Jardón (4207f22) +2011-08-25 15:46:51 +0100 Javier Jardón (4207f22a) * Update the date when open the indicator-datetime menu -2011-08-18 16:46:58 -0400 Ken VanDine (08c0fb7) +2011-08-18 16:46:58 -0400 Ken VanDine (08c0fb72) * releasing version 0.2.93-0ubuntu1 (tag: 0.2.93-0ubuntu1) -2011-08-18 16:41:15 -0400 Ken VanDine (823c619) +2011-08-18 16:41:15 -0400 Ken VanDine (823c619a) * New upstream release. ∘ Use cleaner GDateTime API ∘ Use locale preferred date format (LP: #729056) ∘ Use real ellipsis (LP: #621339) -2011-08-18 15:36:24 -0500 Ted Gould (4cf539b) +2011-08-18 15:36:24 -0500 Ted Gould (4cf539ba) * releasing version 0.2.93-0ubuntu1~ppa1 -2011-08-18 15:28:54 -0500 Ted Gould (9247ad1) +2011-08-18 15:28:54 -0500 Ted Gould (9247ad12) * Adding a bug number -2011-08-18 15:28:13 -0500 Ted Gould (aa0da73) +2011-08-18 15:28:13 -0500 Ted Gould (aa0da73e) * New upstream release. ∘ Use cleaner GDateTime API ∘ Use locale preferred date format ∘ Use real ellipsis (LP: #621339) -2011-08-18 14:52:47 -0500 Ted Gould (70ef2f0) +2011-08-18 14:52:47 -0500 Ted Gould (70ef2f0a) - * Import upstream version 0.2.93 (tag: upstream-0.2.93) + * Import upstream version 0.2.93 -2011-08-18 14:52:25 -0500 Ted Gould (45d0776) +2011-08-18 14:52:25 -0500 Ted Gould (45d0776e) * Sync from U. Desktop -2011-08-18 10:57:14 -0500 Ted Gould (5298a39) +2011-08-18 10:57:14 -0500 Ted Gould (5298a395) * 0.2.93 (tag: 0.2.93) -2011-08-17 14:56:03 -0500 Ted Gould (09f6c57) +2011-08-17 14:56:03 -0500 Ted Gould (09f6c57c) * Use cleaner gdatetime -2011-08-17 14:33:37 -0500 Ted Gould (d638735) +2011-08-17 14:33:37 -0500 Ted Gould (d6387351) * Use locale prefered date format -2011-08-17 14:30:53 -0500 Ted Gould (1ade3dd) +2011-08-17 14:30:53 -0500 Ted Gould (1ade3ddc) * Fixing ellipsis to be true ellipsis -2011-08-17 16:50:43 +0100 Javier Jardón (ac74e3a) +2011-08-17 16:50:43 +0100 Javier Jardón (ac74e3a3) * Set the correct month number -2011-08-16 17:43:44 -0400 Ken VanDine (8b224a3) +2011-08-16 17:43:44 -0400 Ken VanDine (8b224a3a) * releasing version 0.2.92-0ubuntu1 (tag: 0.2.92-0ubuntu1) -2011-08-16 17:14:31 -0400 Ken VanDine (c1c8b40) +2011-08-16 17:14:31 -0400 Ken VanDine (c1c8b40a) * * New upstream release. * Adding in a new greeter mode * Fixing autotools -2011-08-16 15:18:37 +0100 Javier Jardón (8d74e5b) +2011-08-16 15:18:37 +0100 Javier Jardón (8d74e5b4) * Use the new GDateTime glib API to deal with time -2011-08-16 14:05:22 +0100 Javier Jardón (d8c9e95) +2011-08-16 14:05:22 +0100 Javier Jardón (d8c9e950) * Show the preferred date representation for the current locale -2011-08-12 10:32:02 -0400 Ken VanDine (5e71d57) +2011-08-12 10:32:02 -0400 Ken VanDine (5e71d57c) * releasing version 0.2.91-0ubuntu3 (tag: 0.2.91-0ubuntu3) -2011-08-11 11:30:53 -0500 Ted Gould (5c57886) +2011-08-11 11:30:53 -0500 Ted Gould (5c578868) * releasing version 0.2.92-0ubuntu1~ppa1 -2011-08-11 11:29:05 -0500 Ted Gould (31f6c68) +2011-08-11 11:29:05 -0500 Ted Gould (31f6c68e) * * New upstream release. * Adding in a new greeter mode * Fixing autotools -2011-08-11 11:27:45 -0500 Ted Gould (9edb75b) +2011-08-11 11:27:45 -0500 Ted Gould (9edb75b4) - * Import upstream version 0.2.92 (tag: upstream-0.2.92) + * Import upstream version 0.2.92 -2011-08-11 11:27:20 -0500 Ted Gould (a60db30) +2011-08-11 11:27:20 -0500 Ted Gould (a60db303) * Update to U. Desktop -2011-08-11 09:56:04 -0500 Ted Gould (535f3a1) +2011-08-11 09:56:04 -0500 Ted Gould (535f3a15) * 0.2.92 (tag: 0.2.92) -2011-08-10 21:32:26 -0500 Ted Gould (67a6748) +2011-08-10 21:32:26 -0500 Ted Gould (67a67488) * Add a greeter mode -2011-08-05 13:48:42 -0400 Jeremy Bicha (c287dc4) +2011-08-05 13:48:42 -0400 Jeremy Bicha (c287dc42) * Use real ellipsis (LP: #621339) -2011-08-05 13:18:52 -0400 Jeremy Bicha (ecd294f) +2011-08-05 13:18:52 -0400 Jeremy Bicha (ecd294fa) * Spell out "and" to match other System Settings panels -2011-08-03 13:38:26 -0400 Michael Terry (ed5958e) +2011-08-03 13:38:26 -0400 Michael Terry (ed5958ee) * don't show timezones or settings links when used in a greeter -2011-07-22 14:11:44 -0500 Ted Gould (f356334) +2011-07-22 14:11:44 -0500 Ted Gould (f356334f) * Autotools cleanup -2011-07-20 11:47:35 +0200 Javier Jardón (470d422) +2011-07-20 11:47:35 +0200 Javier Jardón (470d4229) * Update autotools configuration a bit -2011-07-14 10:26:01 -0400 Michael Terry (a1d4564) +2011-07-14 10:26:01 -0400 Michael Terry (a1d45648) * don't unref a NULL GDateTime object; original patch by Dave Gilbert -2011-07-12 14:09:49 -0400 Ken VanDine (6457fa3) +2011-07-12 14:09:49 -0400 Ken VanDine (6457fa33) * releasing version 0.2.91-0ubuntu2 (tag: 0.2.91-0ubuntu2) -2011-07-08 09:55:29 -0400 Ken VanDine (cae607b) +2011-07-08 09:55:29 -0400 Ken VanDine (cae607b7) * releasing version 0.2.91-0ubuntu1 (tag: 0.2.91-0ubuntu1) -2011-07-08 09:36:52 -0400 Ken VanDine (5b77a3a) +2011-07-08 09:36:52 -0400 Ken VanDine (5b77a3ae) * * New upstream release. * libindicator 0.4 transition * Making preferences a gnome-control-center plugin * Calling @@ -6843,62 +6861,62 @@ setting with new gsd * Dropped debian/patches/fix-timezones.patch: merged upstream -2011-07-07 16:26:14 -0500 Ted Gould (af8dd73) +2011-07-07 16:26:14 -0500 Ted Gould (af8dd737) * releasing version 0.2.91-0ubuntu1~ppa1 -2011-07-07 16:24:47 -0500 Ted Gould (5061c7a) +2011-07-07 16:24:47 -0500 Ted Gould (5061c7ab) * Dropped debian/patches/fix-timezones.patch: merged upstream -2011-07-07 16:24:09 -0500 Ted Gould (732b5f6) +2011-07-07 16:24:09 -0500 Ted Gould (732b5f6b) * * New upstream release. * libindicator 0.4 transition * Making preferences a gnome-control-center plugin * Calling gnome-control-center from the menu * Fixing timezone setting with new gsd -2011-07-07 16:23:04 -0500 Ted Gould (1819f02) +2011-07-07 16:23:04 -0500 Ted Gould (1819f029) - * Import upstream version 0.2.91 (tag: upstream-0.2.91) + * Import upstream version 0.2.91 -2011-07-07 16:22:29 -0500 Ted Gould (64b4428) +2011-07-07 16:22:29 -0500 Ted Gould (64b44289) * Merging U. Desktop -2011-07-07 16:19:59 -0500 Ted Gould (51c6800) +2011-07-07 16:19:59 -0500 Ted Gould (51c6800c) * 0.2.91 (tag: 0.2.91) -2011-07-07 16:17:58 -0500 Ted Gould (b648544) +2011-07-07 16:17:58 -0500 Ted Gould (b6485447) * Making the preferences a gnome-control-center plugin instead of a stand alone app -2011-07-07 16:10:30 -0500 Ted Gould (62a1ba2) +2011-07-07 16:10:30 -0500 Ted Gould (62a1ba2b) * Making the preferences call gnome-control-center and the datetime panel -2011-07-07 16:07:19 -0500 Ted Gould (68f2f98) +2011-07-07 16:07:19 -0500 Ted Gould (68f2f981) * Fix timezone setting and reading -2011-06-29 14:10:25 +0100 Michael Terry (5d36567) +2011-06-29 14:10:25 +0100 Michael Terry (5d36567c) * port preferences to be a control-center panel -2011-06-29 13:57:36 +0200 Rodrigo Moya (6cc4cde) +2011-06-29 13:57:36 +0200 Rodrigo Moya (6cc4cde6) * Use gnome-control-center datetime panel for settings -2011-06-28 17:57:03 +0100 Michael Terry (33d9b7f) +2011-06-28 17:57:03 +0100 Michael Terry (33d9b7f2) * * No change rebuild to fix badly packaged diff.gz from last time * debian/rules, debian/control: - Arg, this wasn't source format 3.0, so add quilt so that the patch applies. -2011-06-28 15:56:27 +0100 Michael Terry (5e9dc54) +2011-06-28 15:56:27 +0100 Michael Terry (5e9dc546) * * debian/control: - Drop -gtk2 recommends for the gtk3 indicator * debian/rules: - Use dh-autoreconf * @@ -6907,17 +6925,17 @@ more robust about querying what the current timezone is (tag: 0.2.90-0ubuntu2) -2011-06-28 15:32:04 +0100 Michael Terry (f57128c) +2011-06-28 15:32:04 +0100 Michael Terry (f57128ca) * update to handle latest gnome-settings-daemon dbus API for setting timezones; be more fool-proof when looking up current timezone in indicator -2011-06-22 12:09:57 -0400 Ken VanDine (4a2c7a2) +2011-06-22 12:09:57 -0400 Ken VanDine (4a2c7a22) * releasing version 0.2.90-0ubuntu1 (tag: 0.2.90-0ubuntu1) -2011-06-22 11:12:53 -0400 Ken VanDine (be0557b) +2011-06-22 11:12:53 -0400 Ken VanDine (be0557bd) * * New upstream release. - Set minimum width for appointments to prevent continuous resizing when the calendar is hiden @@ -6930,15 +6948,15 @@ * Upstream Merge * Ellipsize calendar entries that are too long (LP: #750671) -2011-06-21 14:29:27 -0500 Ted Gould (d84d6a6) +2011-06-21 14:29:27 -0500 Ted Gould (d84d6a67) * releasing version 0.2.90-0ubuntu1~ppa1 -2011-06-21 14:28:34 -0500 Ted Gould (c17c99d) +2011-06-21 14:28:34 -0500 Ted Gould (c17c99de) * debian/control: Switching dep to libedataserverui-3.0-dev -2011-06-21 14:26:32 -0500 Ted Gould (7c382b4) +2011-06-21 14:26:32 -0500 Ted Gould (7c382b43) * - Set minimum width for appointments to prevent continuous resizing when the calendar is hiden and ensure there @@ -6948,168 +6966,168 @@ debian/patches/lp_762976.patch and debian/patches/lp_750671.patch as merged upstream. -2011-06-21 14:24:26 -0500 Ted Gould (e8e1117) +2011-06-21 14:24:26 -0500 Ted Gould (e8e11172) * New upstream release. -2011-06-21 14:13:00 -0500 Ted Gould (7cb0130) +2011-06-21 14:13:00 -0500 Ted Gould (7cb01301) - * Import upstream version 0.2.90 (tag: upstream-0.2.90) + * Import upstream version 0.2.90 -2011-06-21 14:07:25 -0500 Ted Gould (f23f3ae) +2011-06-21 14:07:25 -0500 Ted Gould (f23f3aee) * Merge Ubuntu Desktop -2011-06-21 13:49:37 -0500 Ted Gould (3c5f6a0) +2011-06-21 13:49:37 -0500 Ted Gould (3c5f6a06) * 0.2.90 (tag: 0.2.90) -2011-06-21 13:29:42 -0500 Ted Gould (9ff173c) +2011-06-21 13:29:42 -0500 Ted Gould (9ff173cc) * Spelling fix -2011-06-21 13:29:08 -0500 Ted Gould (4102a7b) +2011-06-21 13:29:08 -0500 Ted Gould (4102a7b9) * GTK 3 Support -2011-06-15 10:44:57 -0400 Michael Terry (7f2f5fb) +2011-06-15 10:44:57 -0400 Michael Terry (7f2f5fbb) * finish port to gtk3 -2011-06-05 20:45:28 +0200 Evgeni Golov (5325c7a) +2011-06-05 20:45:28 +0200 Evgeni Golov (5325c7a9) * fix two spelling mistakes spotted by lintian -2011-04-18 10:35:21 -0400 Ken VanDine (5b1027b) +2011-04-18 10:35:21 -0400 Ken VanDine (5b1027bd) * releasing version 0.2.3-0ubuntu3 (tag: 0.2.3-0ubuntu3) -2011-04-18 09:09:39 -0500 Ted Gould (7b878ca) +2011-04-18 09:09:39 -0500 Ted Gould (7b878caf) * Ensuring the minimum width if there is no calendar. -2011-04-18 10:57:40 +0100 karl-qdh (969771d) +2011-04-18 10:57:40 +0100 karl-qdh (969771d6) * indentation -2011-04-18 10:49:22 +0100 karl-qdh (15f8a53) +2011-04-18 10:49:22 +0100 karl-qdh (15f8a533) * merge back in with old branch -2011-04-18 10:41:58 +0100 karl-qdh (00518ac) +2011-04-18 10:41:58 +0100 karl-qdh (00518ac9) * min/max width for appointments -2011-04-15 09:32:45 -0500 Ted Gould (548daa5) +2011-04-15 09:32:45 -0500 Ted Gould (548daa53) * releasing version 0.2.3-0ubuntu2~ppa1 -2011-04-15 10:19:18 -0400 Ken VanDine (ae1d80c) +2011-04-15 10:19:18 -0400 Ken VanDine (ae1d80c9) * releasing version 0.2.3-0ubuntu2 (tag: 0.2.3-0ubuntu2) -2011-04-15 09:02:08 -0500 Ted Gould (cf82ce1) +2011-04-15 09:02:08 -0500 Ted Gould (cf82ce1c) * * Upstream Merge * Ellipsize calendar entries that are too long (LP: #750671) -2011-04-15 09:01:23 -0500 Ted Gould (a8c851e) +2011-04-15 09:01:23 -0500 Ted Gould (a8c851e1) * Merge U. Desktop -2011-04-15 08:59:50 -0500 Ted Gould (9f48d2f) +2011-04-15 08:59:50 -0500 Ted Gould (9f48d2fd) * Short appointment names -2011-04-15 14:20:50 +0100 karl-qdh (446385c) +2011-04-15 14:20:50 +0100 karl-qdh (446385cf) * Prevent long appointment titles making the menu too wide -2011-04-14 16:14:04 -0400 Ken VanDine (2894eed) +2011-04-14 16:14:04 -0400 Ken VanDine (2894eed6) * releasing version 0.2.3-0ubuntu1 (tag: 0.2.3-0ubuntu1) -2011-04-14 14:51:24 -0500 Ted Gould (0a0c90e) +2011-04-14 14:51:24 -0500 Ted Gould (0a0c90e6) * releasing version 0.2.3-0ubuntu1~ppa1 -2011-04-14 14:49:59 -0500 Ted Gould (653faae) +2011-04-14 14:49:59 -0500 Ted Gould (653faaea) * New upstream release. ∘ Use GTK directly for detecting when the menu appears and disappears ∘ Handle items being removed from the locations list by choosing ∘ Check for resume in the service and update the label as well (LP: #759854) -2011-04-14 14:48:49 -0500 Ted Gould (c187878) +2011-04-14 14:48:49 -0500 Ted Gould (c187878a) - * Import upstream version 0.2.3 (tag: upstream-0.2.3) + * Import upstream version 0.2.3 -2011-04-14 14:34:15 -0500 Ted Gould (b5bb585) +2011-04-14 14:34:15 -0500 Ted Gould (b5bb5856) * 0.2.3 (tag: 0.2.3) -2011-04-14 11:25:47 -0500 Ted Gould (9c71fd0) +2011-04-14 11:25:47 -0500 Ted Gould (9c71fd07) * Check for resume in the service and update the label as well -2011-04-13 15:32:18 -0400 Michael Terry (0ecb2dd) +2011-04-13 15:32:18 -0400 Michael Terry (0ecb2dd4) * watch for resume in the service, not the indicator; update today's menu label after resume -2011-04-12 22:33:47 -0500 Ted Gould (980177a) +2011-04-12 22:33:47 -0500 Ted Gould (980177af) * releasing version 0.2.2-0ubuntu2~ppa1 -2011-04-12 22:32:18 -0500 Ted Gould (6e96a11) +2011-04-12 22:32:18 -0500 Ted Gould (6e96a11f) * * Upstream Merge * Use GTK directly for detecting when the menu appears and disappears to reset the date (LP: #649800) * Handle items being removed from the locations list by choosing another item in the list (LP: #740948) -2011-04-12 22:30:15 -0500 Ted Gould (d4dc8fa) +2011-04-12 22:30:15 -0500 Ted Gould (d4dc8fa6) * Crazy distro people have revisions too. -2011-04-12 22:26:54 -0500 Ted Gould (8603d94) +2011-04-12 22:26:54 -0500 Ted Gould (8603d94b) * If an item is removed, make sure we choose one. -2011-04-12 22:18:26 -0500 Ted Gould (bf82669) +2011-04-12 22:18:26 -0500 Ted Gould (bf82669e) * Work around libindicator not sending a close event by looking for it directly in the indicator -2011-04-11 15:15:16 +0100 karl-qdh (ea0c8c5) +2011-04-11 15:15:16 +0100 karl-qdh (ea0c8c5e) * Fixed niggles -2011-04-11 14:56:07 +0100 karl-qdh (54a4bf2) +2011-04-11 14:56:07 +0100 karl-qdh (54a4bf27) * syntax fail -2011-04-11 14:45:47 +0100 karl-qdh (22a5e34) +2011-04-11 14:45:47 +0100 karl-qdh (22a5e34e) * Improve debug messages and only react when hiding -2011-04-11 14:40:57 +0100 karl-qdh (9e768e9) +2011-04-11 14:40:57 +0100 karl-qdh (9e768e97) * Calendar reset, should work for mike -2011-04-11 13:08:12 +0100 karl-qdh (ee7a223) +2011-04-11 13:08:12 +0100 karl-qdh (ee7a2230) * Make selection change on remove item -2011-04-07 15:25:05 -0400 Ken VanDine (5389f65) +2011-04-07 15:25:05 -0400 Ken VanDine (5389f657) * releasing version 0.2.2-0ubuntu1 (tag: 0.2.2-0ubuntu1) -2011-04-07 13:23:29 -0500 Ted Gould (adea7df) +2011-04-07 13:23:29 -0500 Ted Gould (adea7dfe) * releasing version 0.2.2-0ubuntu1~ppa1 -2011-04-07 13:22:08 -0500 Ted Gould (8028b59) +2011-04-07 13:22:08 -0500 Ted Gould (8028b594) * New upstream release. ∘ Add language and proper distro version to geonames URL to allow for proper server side fixes ∘ Give @@ -7120,126 +7138,126 @@ (LP: #729033) ∘ Reenable clicking on the timezone in the menu to set it. -2011-04-07 13:20:18 -0500 Ted Gould (ab9c66b) +2011-04-07 13:20:18 -0500 Ted Gould (ab9c66b7) - * Import upstream version 0.2.2 (tag: upstream-0.2.2) + * Import upstream version 0.2.2 -2011-04-07 13:12:22 -0500 Ted Gould (6d42bcc) +2011-04-07 13:12:22 -0500 Ted Gould (6d42bcca) * 0.2.2 (tag: 0.2.2) -2011-04-07 13:11:16 -0500 Ted Gould (0ad5499) +2011-04-07 13:11:16 -0500 Ted Gould (0ad54990) * Set timezone from the menuitems in the indicator -2011-04-07 16:48:50 +0100 Michael Terry (20aee32) +2011-04-07 16:48:50 +0100 Michael Terry (20aee32a) * when user clicks a timezone location, switch to that timezone (and support showing user's preferred name for the current timezone in the menu) -2011-04-06 16:52:08 -0500 Ted Gould (01d3c31) +2011-04-06 16:52:08 -0500 Ted Gould (01d3c313) * Adds language, country and version information to the URL -2011-04-06 11:16:45 -0400 Michael Terry (f62a2a6) +2011-04-06 11:16:45 -0400 Michael Terry (f62a2a67) * whoops, remove debug comment -2011-04-06 11:05:31 -0400 Michael Terry (3b6b878) +2011-04-06 11:05:31 -0400 Michael Terry (3b6b878b) * pass locale to server; dynamically determine version -2011-04-06 09:21:32 -0500 Ted Gould (27c56bd) +2011-04-06 09:21:32 -0500 Ted Gould (27c56bd9) * releasing version 0.2.1-0ubuntu2~ppa2 -2011-04-06 08:27:48 -0500 Ted Gould (d917059) +2011-04-06 08:27:48 -0500 Ted Gould (d917059d) * * Upstream Merge * Give full day events the day name instead of a time -2011-04-06 08:26:56 -0500 Ted Gould (6549c40) +2011-04-06 08:26:56 -0500 Ted Gould (6549c406) * Adding support for making full day items just have the day name -2011-04-05 15:22:12 -0500 Ted Gould (7676020) +2011-04-05 15:22:12 -0500 Ted Gould (76760205) * Use gmtime for full day events. -2011-04-05 15:11:12 -0500 Ted Gould (db8896f) +2011-04-05 15:11:12 -0500 Ted Gould (db8896f8) * Use stack memory instead of the global to avoid it getting modified -2011-04-05 15:10:50 -0500 Ted Gould (9744a2f) +2011-04-05 15:10:50 -0500 Ted Gould (9744a2f8) * Pull the full day into a boolean and reformat -2011-04-05 14:58:16 -0500 Ted Gould (3a5ab9e) +2011-04-05 14:58:16 -0500 Ted Gould (3a5ab9e6) * Translator comment -2011-04-05 14:54:57 -0500 Ted Gould (4b281e9) +2011-04-05 14:54:57 -0500 Ted Gould (4b281e9a) * Detect a full day event and print it differently -2011-04-04 11:16:47 -0500 Ted Gould (7d3e150) +2011-04-04 11:16:47 -0500 Ted Gould (7d3e1503) * releasing version 0.2.1-0ubuntu2~ppa1 -2011-04-04 11:15:17 -0500 Ted Gould (805b690) +2011-04-04 11:15:17 -0500 Ted Gould (805b690c) * * Upstream Merge * Make sure the calendar follows the user setting (LP: #748772) * Ensure that events handle month boundries correctly (LP: #746713) * Only show calendars the user has configured (LP: #729033) -2011-04-04 11:11:34 -0500 Ted Gould (8f93ef6) +2011-04-04 11:11:34 -0500 Ted Gould (8f93ef6b) * Merge U. Desktop -2011-04-04 10:58:57 -0500 Ted Gould (c6d23b3) +2011-04-04 10:58:57 -0500 Ted Gould (c6d23b37) * Using GConf to find out which calendars are shown or not. -2011-04-04 10:51:22 -0500 Ted Gould (16b7ceb) +2011-04-04 10:51:22 -0500 Ted Gould (16b7cebb) * Ensure the calendar is correctly shown -2011-04-04 10:49:36 -0500 Ted Gould (3802e41) +2011-04-04 10:49:36 -0500 Ted Gould (3802e410) * Making it so that months boundries can't block our events. -2011-04-04 13:53:19 +0100 karl-qdh (f6af2cf) +2011-04-04 13:53:19 +0100 karl-qdh (f6af2cf7) * Working patch! YAY -2011-04-04 13:05:27 +0100 karl-qdh (26edf58) +2011-04-04 13:05:27 +0100 karl-qdh (26edf58f) * Added a change which _could_ work if evolution URI's were correct, however local:system is not a valid URI, effectively this will stop showing all calendars right now -2011-04-03 16:48:20 -0700 Dylan McCall (3bcb5d1) +2011-04-03 16:48:20 -0700 Dylan McCall (3bcb5d1b) * Follow show-calendar setting regardless of whether Evolution is present (LP: #748772) Visibility of upcoming events is no longer tied to show-calendar setting. -2011-04-01 09:18:43 +0100 karl-qdh (41321ee) +2011-04-01 09:18:43 +0100 karl-qdh (41321ee0) * Set a minimum number of days to look for appointments for, allowed it to extend past month end by 1 week. -2011-03-31 16:35:09 -0400 Ken VanDine (16d1f08) +2011-03-31 16:35:09 -0400 Ken VanDine (16d1f086) * releasing version 0.2.1-0ubuntu1 (tag: 0.2.1-0ubuntu1) -2011-03-31 14:32:44 -0500 Ted Gould (73c2d5d) +2011-03-31 14:32:44 -0500 Ted Gould (73c2d5d5) * releasing version 0.2.1-0ubuntu1~ppa1 -2011-03-31 14:30:50 -0500 Ted Gould (b455c2a) +2011-03-31 14:30:50 -0500 Ted Gould (b455c2a2) * * New upstream release. * Add tooltips on the error icons * Fix marking to refresh as the calendar changes * Recycle old @@ -7247,155 +7265,155 @@ timezone is set to 'locale' * Reset time when coming back from suspend (LP: #726053) -2011-03-31 14:29:19 -0500 Ted Gould (a38d01a) +2011-03-31 14:29:19 -0500 Ted Gould (a38d01ac) - * Import upstream version 0.2.1 (tag: upstream-0.2.1) + * Import upstream version 0.2.1 -2011-03-31 14:25:28 -0500 Ted Gould (dc9ee53) +2011-03-31 14:25:28 -0500 Ted Gould (dc9ee534) * 0.2.1 (tag: 0.2.1) -2011-03-31 10:49:10 -0500 Ted Gould (e45dba3) +2011-03-31 10:49:10 -0500 Ted Gould (e45dba38) * Switching to using SystemIdleHintChanged -2011-03-31 11:35:35 +0100 karl-qdh (00aca04) +2011-03-31 11:35:35 +0100 karl-qdh (00aca04c) * Switched to using SystemIdleHintChanged from ActiveState, appears ConsoleKit might have changed recently. -2011-03-31 09:33:33 +0100 karl-qdh (54e0f63) +2011-03-31 09:33:33 +0100 karl-qdh (54e0f63b) * Merged back with head -2011-03-30 17:11:51 -0500 Ted Gould (73d5ba3) +2011-03-30 17:11:51 -0500 Ted Gould (73d5ba38) * releasing version 0.2.0-0ubuntu2~ppa2 -2011-03-30 17:02:29 -0500 Ted Gould (ed20abd) +2011-03-30 17:02:29 -0500 Ted Gould (ed20abdc) * * Upstream Merge * Add tooltips on the error icons * Fix marking to refresh as the calendar changes * Recycle old entries to make the refresh cleaner * Use day when timezone is set to 'locale' -2011-03-30 17:00:38 -0500 Ted Gould (51f85a5) +2011-03-30 17:00:38 -0500 Ted Gould (51f85a5e) * Fix up icons and give them tool tips -2011-03-30 16:55:14 -0500 Ted Gould (1938ded) +2011-03-30 16:55:14 -0500 Ted Gould (1938deda) * Fix marking and clean up event handling in the indicator and service -2011-03-30 16:52:03 -0500 Ted Gould (99044a5) +2011-03-30 16:52:03 -0500 Ted Gould (99044a57) * Removing a warning that will occur on the default GTK properties -2011-03-30 16:50:04 -0500 Ted Gould (e8d074f) +2011-03-30 16:50:04 -0500 Ted Gould (e8d074ff) * Be a bit smarter about handling the the locale -2011-03-30 16:41:01 -0500 Ted Gould (0716a8c) +2011-03-30 16:41:01 -0500 Ted Gould (0716a8cb) * Syncing with Karl's branch -2011-03-30 16:06:05 -0500 Ted Gould (b690f64) +2011-03-30 16:06:05 -0500 Ted Gould (b690f644) * Setting the default _WITH_DAY to be 12_WITH_DAY -2011-03-30 15:10:41 -0500 Ted Gould (d331e30) +2011-03-30 15:10:41 -0500 Ted Gould (d331e300) * Changing code to recycle the appointment menu items for a cleaner switching of days -2011-03-30 14:49:07 -0500 Ted Gould (cdf1396) +2011-03-30 14:49:07 -0500 Ted Gould (cdf13963) * Disable the appointments on date or month change to make it show that they're being updated and aren't currently valid -2011-03-30 14:44:28 -0500 Ted Gould (49ffaa6) +2011-03-30 14:44:28 -0500 Ted Gould (49ffaa6c) * Ensure that the marks get cleared on day changes that go across monthly boundries as well -2011-03-30 13:32:31 -0500 Ted Gould (c016612) +2011-03-30 13:32:31 -0500 Ted Gould (c0166121) * Protecting against the widgets being NULL at startup -2011-03-30 13:23:49 -0500 Ted Gould (b9355e5) +2011-03-30 13:23:49 -0500 Ted Gould (b9355e5f) * Check for the signal name in the handler -2011-03-30 13:21:10 -0500 Ted Gould (6be8dda) +2011-03-30 13:21:10 -0500 Ted Gould (6be8ddad) * Moving the registration of the type handlers into the init so that they'll not execute more than once. -2011-03-30 11:25:45 -0500 Ted Gould (0e435a0) +2011-03-30 11:25:45 -0500 Ted Gould (0e435a01) * Update the appointments in the idle loop so we can get those signals returned promptly! -2011-03-30 11:03:51 -0500 Ted Gould (88d10f2) +2011-03-30 11:03:51 -0500 Ted Gould (88d10f2b) * Clear marks on month changes -2011-03-30 10:58:17 -0500 Ted Gould (fbd5c58) +2011-03-30 10:58:17 -0500 Ted Gould (fbd5c581) * Protecting against NULL values -2011-03-30 10:57:02 -0500 Ted Gould (0737155) +2011-03-30 10:57:02 -0500 Ted Gould (07371555) * Cleaning up debug output -2011-03-30 10:54:47 -0500 Ted Gould (8e1ab0d) +2011-03-30 10:54:47 -0500 Ted Gould (8e1ab0d6) * Making the right size group more real to remove an annoying error -2011-03-30 10:43:05 -0500 Ted Gould (ce0945b) +2011-03-30 10:43:05 -0500 Ted Gould (ce0945b1) * Making sure to get the inital values of the calendar properties -2011-03-30 10:34:58 -0500 Ted Gould (b7c7b70) +2011-03-30 10:34:58 -0500 Ted Gould (b7c7b708) * Some debugging info -2011-03-30 10:29:58 -0500 Ted Gould (fb7e5a0) +2011-03-30 10:29:58 -0500 Ted Gould (fb7e5a07) * Switching to one variable with all the marks in it -2011-03-30 16:02:50 +0100 karl-qdh (f8923be) +2011-03-30 16:02:50 +0100 karl-qdh (f8923be6) * Might not like that signal notation -2011-03-30 15:57:26 +0100 karl-qdh (afdaa93) +2011-03-30 15:57:26 +0100 karl-qdh (afdaa937) * Potential fix for suspend issue suggested by njpatel -2011-03-30 15:02:28 +0100 karl-qdh (019db0b) +2011-03-30 15:02:28 +0100 karl-qdh (019db0b5) * Move start timer into an idle so we have a chance to actually create the menu items -2011-03-30 09:12:39 -0400 Michael Terry (642c67e) +2011-03-30 09:12:39 -0400 Michael Terry (642c67ed) * add error icon to main timezone entry -2011-03-30 09:12:30 -0400 Michael Terry (af19585) +2011-03-30 09:12:30 -0400 Michael Terry (af19585a) * add tooltip to error icon -2011-03-30 12:49:01 +0100 karl-qdh (851b739) +2011-03-30 12:49:01 +0100 karl-qdh (851b7395) * Made marking work when you change month, still needs more work to get it to do it on startup properly. -2011-03-29 20:55:19 -0500 Ted Gould (6f36075) +2011-03-29 20:55:19 -0500 Ted Gould (6f360756) * releasing version 0.2.0-0ubuntu2~ppa1 -2011-03-29 20:52:37 -0500 Ted Gould (c5309d7) +2011-03-29 20:52:37 -0500 Ted Gould (c5309d7e) * * Upstream Merge * indicator-datetime-preferences crashed with SIGSEGV in g_utf8_normalize() (LP: #727089) * @@ -7421,186 +7439,186 @@ changing from 24 hours format to 12 hours (LP: #743394) -2011-03-29 20:39:15 -0500 Ted Gould (7aa2356) +2011-03-29 20:39:15 -0500 Ted Gould (7aa23563) * Update from U. Desktop -2011-03-29 20:34:15 -0500 Ted Gould (d455a0c) +2011-03-29 20:34:15 -0500 Ted Gould (d455a0cf) * Adding a preferences for prefered timezone -2011-03-29 20:26:43 -0500 Ted Gould (ebdf2a0) +2011-03-29 20:26:43 -0500 Ted Gould (ebdf2a04) * Adding a error icon -2011-03-29 17:22:14 -0300 Michael Terry (095bf26) +2011-03-29 17:22:14 -0300 Michael Terry (095bf269) * remember user's preferred location name for main timezone -2011-03-29 15:53:18 -0400 Michael Terry (348285a) +2011-03-29 15:53:18 -0400 Michael Terry (348285a8) * show error icon if user focuses out of location entry when it has an non-location value -2011-03-29 14:30:25 -0500 Ted Gould (1c91ca4) +2011-03-29 14:30:25 -0500 Ted Gould (1c91ca45) * Protect against not having an entry -2011-03-29 14:28:49 -0500 Ted Gould (9f61fa0) +2011-03-29 14:28:49 -0500 Ted Gould (9f61fa02) * Handle enter on the default case by selecting the first entry instead of entering a blank item. -2011-03-29 15:18:55 -0400 Michael Terry (37106c9) +2011-03-29 15:18:55 -0400 Michael Terry (37106c9e) * don't call complete() unless we have an entry -2011-03-29 14:13:17 -0500 Ted Gould (20bbf39) +2011-03-29 14:13:17 -0500 Ted Gould (20bbf39b) * A11y text -2011-03-29 14:10:12 -0500 Ted Gould (0a84095) +2011-03-29 14:10:12 -0500 Ted Gould (0a840957) * Make the locations dialog non-modal but resurface when needed. -2011-03-29 11:58:28 -0500 Ted Gould (5d401d9) +2011-03-29 11:58:28 -0500 Ted Gould (5d401d9c) * Fix crash with GVariantBuilder, unref a timedate and ensure that we always have a separator -2011-03-29 11:33:17 -0500 Ted Gould (6185b56) +2011-03-29 11:33:17 -0500 Ted Gould (6185b56b) * Put in timeouts to save settings on idle -2011-03-29 11:18:57 -0500 Ted Gould (5e0da43) +2011-03-29 11:18:57 -0500 Ted Gould (5e0da43a) * Update to map to make it lovely and UTC fixes -2011-03-29 12:14:40 -0400 Michael Terry (143f495) +2011-03-29 12:14:40 -0400 Michael Terry (143f495a) * use background color for insensitive map -2011-03-29 11:01:21 -0500 Ted Gould (72b47b9) +2011-03-29 11:01:21 -0500 Ted Gould (72b47b90) * Protect our privates when being cancelled -2011-03-29 10:43:58 -0500 Ted Gould (1efaeca) +2011-03-29 10:43:58 -0500 Ted Gould (1efaecaa) * Fix case statement brackets -2011-03-29 10:40:45 -0500 Ted Gould (2649784) +2011-03-29 10:40:45 -0500 Ted Gould (26497848) * Ensure calendar is always shown -2011-03-29 10:39:29 -0500 Ted Gould (927bc60) +2011-03-29 10:39:29 -0500 Ted Gould (927bc60a) * Adjusting the timer so it appears more consistent -2011-03-29 11:17:52 -0400 Michael Terry (18ea519) +2011-03-29 11:17:52 -0400 Michael Terry (18ea5194) * treat locations dialog not as a modal dialog, but rather one that can be dismissed by interacting with the main dialog -2011-03-29 14:23:29 +0100 karl-qdh (26fddf9) +2011-03-29 14:23:29 +0100 karl-qdh (26fddf95) * Adding tedg's suggested change to the property sending, no change in signals being received by the other side. -2011-03-28 21:33:20 -0500 Ted Gould (9f4c493) +2011-03-28 21:33:20 -0500 Ted Gould (9f4c4935) * Clean up tree model usage and sort the items in the popup list -2011-03-28 15:21:46 -0400 Michael Terry (3f00f0b) +2011-03-28 15:21:46 -0400 Michael Terry (3f00f0b2) * Don't allow enter presses to leave non-timezone content in the model -2011-03-28 15:17:43 -0400 Michael Terry (e473309) +2011-03-28 15:17:43 -0400 Michael Terry (e4733095) * add missing a11y descriptions -2011-03-28 11:54:16 +0100 karl-qdh (09ad161) +2011-03-28 11:54:16 +0100 karl-qdh (09ad161f) * Make switch statement more consistent might fix bug #743394 seems to be a weirdness in C related to; http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37231 -2011-03-28 11:22:03 +0100 karl-qdh (6f4d5f0) +2011-03-28 11:22:03 +0100 karl-qdh (6f4d5f0e) * Show calendar widget always -2011-03-25 16:09:17 +0000 karl-qdh (37128f7) +2011-03-25 16:09:17 +0000 karl-qdh (37128f74) * Try splitting the function see if that works -2011-03-25 15:52:11 +0000 karl-qdh (107888a) +2011-03-25 15:52:11 +0000 karl-qdh (107888ae) * Merged -2011-03-24 16:54:00 -0400 Michael Terry (47f8062) +2011-03-24 16:54:00 -0400 Michael Terry (47f80624) * don't access priv pointer if we've cancelled an async operation -2011-03-24 16:22:52 -0400 Michael Terry (b86cc25) +2011-03-24 16:22:52 -0400 Michael Terry (b86cc254) * fix memory leak that also prevented us noticing when the timezone got updated -2011-03-24 13:54:25 -0500 Michael Terry (acfa619) +2011-03-24 13:54:25 -0500 Michael Terry (acfa619b) * show location separator even if no locations (since we always have the current location -2011-03-24 13:43:07 -0500 Michael Terry (0b0b94a) +2011-03-24 13:43:07 -0500 Michael Terry (0b0b94a4) * fix crash when emptying location list -2011-03-24 13:14:40 -0500 Michael Terry (594bff8) +2011-03-24 13:14:40 -0500 Michael Terry (594bff89) * update locations gsettings as soon as changes as made, not just when the dialog is closed -2011-03-24 13:41:43 +0000 karl-qdh (4298b95) +2011-03-24 13:41:43 +0000 karl-qdh (4298b95b) * Change timer to 999ms -2011-03-24 08:26:53 -0500 Michael Terry (cbc7a7c) +2011-03-24 08:26:53 -0500 Michael Terry (cbc7a7cd) * make map look insensitive if it is -2011-03-24 12:33:33 +0000 karl-qdh (0b93383) +2011-03-24 12:33:33 +0000 karl-qdh (0b93383b) * Merged mterry's changes -2011-03-24 07:25:30 -0500 Michael Terry (f76208b) +2011-03-24 07:25:30 -0500 Michael Terry (f76208b2) * drop debugging line and update times when user selects a zone -2011-03-23 18:11:15 -0400 Ken VanDine (e5ab7b2) +2011-03-23 18:11:15 -0400 Ken VanDine (e5ab7b2f) * releasing version 0.2.0-0ubuntu1 (tag: 0.2.0-0ubuntu1) -2011-03-23 16:37:20 -0500 Michael Terry (2021a95) +2011-03-23 16:37:20 -0500 Michael Terry (2021a955) * add utc to relevant results -2011-03-23 16:24:34 -0500 Michael Terry (44cde00) +2011-03-23 16:24:34 -0500 Michael Terry (44cde000) * add bevel above location buttons -2011-03-23 16:22:57 -0500 Ted Gould (d4f7843) +2011-03-23 16:22:57 -0500 Ted Gould (d4f78436) * releasing version 0.2.0-0ubuntu1~ppa1 -2011-03-23 16:19:05 -0500 Ted Gould (66623a9) +2011-03-23 16:19:05 -0500 Ted Gould (66623a95) * debian/control: Dropping liboobs -2011-03-23 16:18:12 -0500 Ted Gould (5f261fb) +2011-03-23 16:18:12 -0500 Ted Gould (5f261fbc) * Merge with U. Desktop -2011-03-23 16:16:17 -0500 Ted Gould (2884233) +2011-03-23 16:16:17 -0500 Ted Gould (28842334) * New upstream release. ∘ Remove unused liboobs ∘ Add translator comments and make strings translatable (LP: #737326) ∘ @@ -7611,136 +7629,136 @@ GeoNames data (LP: #740884) ∘ Make location completion more robust -2011-03-23 16:15:23 -0500 Ted Gould (34527b0) +2011-03-23 16:15:23 -0500 Ted Gould (34527b09) - * Import upstream version 0.2.0 (tag: upstream-0.2.0) + * Import upstream version 0.2.0 -2011-03-23 16:05:07 -0500 Michael Terry (7df6b79) +2011-03-23 16:05:07 -0500 Michael Terry (7df6b791) * cleanup another instance of GValue -2011-03-23 16:03:40 -0500 Ted Gould (1daab28) +2011-03-23 16:03:40 -0500 Ted Gould (1daab282) * 0.2.0 (tag: 0.2.0) -2011-03-23 16:03:29 -0500 Michael Terry (64d7685) +2011-03-23 16:03:29 -0500 Michael Terry (64d76856) * sort locations by name, starting with prefixes -2011-03-23 15:24:28 -0500 Michael Terry (736dde4) +2011-03-23 15:24:28 -0500 Michael Terry (736dde41) * cleanup locations dialog column usage -2011-03-23 11:19:46 -0500 Ted Gould (5449dfc) +2011-03-23 11:19:46 -0500 Ted Gould (5449dfc1) * Make completion more robust -2011-03-23 10:58:50 -0500 Michael Terry (6173eb9) +2011-03-23 10:58:50 -0500 Michael Terry (6173eb97) * make location completions a bit more robust in terms of when the popup is shown or not -2011-03-23 10:33:31 -0500 Ted Gould (6e9e171) +2011-03-23 10:33:31 -0500 Ted Gould (6e9e1719) * Ensure no duplicate entries -2011-03-23 10:04:14 -0500 Ted Gould (1685931) +2011-03-23 10:04:14 -0500 Ted Gould (1685931d) * Properly free'ing memory allocated in JSON structures -2011-03-23 15:03:46 +0000 karl-qdh (438f4a5) +2011-03-23 15:03:46 +0000 karl-qdh (438f4a55) * merged back with sniffles branch and added some changes to the resetdate, which also effects the marked days. -2011-03-23 10:00:52 -0500 Ted Gould (181fedb) +2011-03-23 10:00:52 -0500 Ted Gould (181fedbc) * Strings and sniffle fixes for the best Canonical designer from New Zealand! -2011-03-23 09:52:17 -0500 Ted Gould (9673437) +2011-03-23 09:52:17 -0500 Ted Gould (96734371) * Handle cases of not being online, so we shouldn't complete -2011-03-23 08:35:18 -0500 Michael Terry (4e06269) +2011-03-23 08:35:18 -0500 Michael Terry (4e06269d) * use default matching algorithm when using initial_model (i.e. no internet) -2011-03-23 09:15:08 -0400 Michael Terry (531bbc3) +2011-03-23 09:15:08 -0400 Michael Terry (531bbc3f) * one more free -2011-03-23 09:12:45 -0400 Michael Terry (0366097) +2011-03-23 09:12:45 -0400 Michael Terry (03660972) * free json memory and sink model ref -2011-03-23 09:08:24 -0400 Michael Terry (09dc8ae) +2011-03-23 09:08:24 -0400 Michael Terry (09dc8ae0) * avoid duplicates in geonames data -2011-03-23 12:25:12 +0000 karl-qdh (74fe316) +2011-03-23 12:25:12 +0000 karl-qdh (74fe3165) * Removed comma from date time indicator -2011-03-23 12:20:47 +0000 karl-qdh (445b748) +2011-03-23 12:20:47 +0000 karl-qdh (445b748b) * Date and time -> Date and month *sniffles* -2011-03-23 12:03:21 +0000 karl-qdh (890d5bb) +2011-03-23 12:03:21 +0000 karl-qdh (890d5bb4) * String change and small behaviour change mpt tagged "sniffles" -2011-03-23 10:24:35 +0000 karl-qdh (f436da0) +2011-03-23 10:24:35 +0000 karl-qdh (f436da0a) * changes for bug #649800 - requires dbusmenu to be released -2011-03-22 16:38:50 -0500 Ted Gould (ff7b647) +2011-03-22 16:38:50 -0500 Ted Gould (ff7b647f) * Removing the password dialog -2011-03-22 16:33:14 -0500 Ted Gould (ea287c1) +2011-03-22 16:33:14 -0500 Ted Gould (ea287c19) * Translator comments and making the string translatable -2011-03-22 16:27:38 -0500 Ted Gould (1cf7b6c) +2011-03-22 16:27:38 -0500 Ted Gould (1cf7b6cd) * Adding additional translator comments -2011-03-21 19:17:44 +0100 David Planella (e3b43db) +2011-03-21 19:17:44 +0100 David Planella (e3b43db5) * Added translator comments to strftime strings -2011-03-21 15:13:07 +0100 Gabor Kelemen (13c3a18) +2011-03-21 15:13:07 +0100 Gabor Kelemen (13c3a183) * Mark date format string as translatable, and add translator comment. -2011-03-20 22:08:35 -0500 Ted Gould (847357e) +2011-03-20 22:08:35 -0500 Ted Gould (847357e2) * Translator comment from answers -2011-03-17 15:53:28 +0000 karl-qdh (f46b11e) +2011-03-17 15:53:28 +0000 karl-qdh (f46b11e2) * Unused variable -2011-03-17 15:48:46 +0000 karl-qdh (a8cdacf) +2011-03-17 15:48:46 +0000 karl-qdh (a8cdacf0) * Never prompt for password, causes segfault -2011-03-16 18:44:40 -0400 Ken VanDine (28103d1) +2011-03-16 18:44:40 -0400 Ken VanDine (28103d19) * releasing version 0.1.98-0ubuntu1 (tag: 0.1.98-0ubuntu1) -2011-03-16 16:47:51 -0500 Ted Gould (5f78edb) +2011-03-16 16:47:51 -0500 Ted Gould (5f78edb1) * Sadly, no more oobs for us. -2011-03-16 16:17:41 -0500 Ted Gould (27e02c4) +2011-03-16 16:17:41 -0500 Ted Gould (27e02c43) * releasing version 0.1.98-0ubuntu1~ppa1 -2011-03-16 16:07:34 -0500 Ted Gould (b9470a5) +2011-03-16 16:07:34 -0500 Ted Gould (b9470a56) * New upstream release. ∘ Make appointments match calendar month ∘ Fix time format of appointments ∘ Get date change signals @@ -7748,779 +7766,779 @@ #733833, LP: #729444) ∘ Valgrind invalid read (LP: #729175) ∘ Translation fixes to date label (LP: #729632) -2011-03-16 16:06:47 -0500 Ted Gould (5df5bfc) +2011-03-16 16:06:47 -0500 Ted Gould (5df5bfcc) - * Import upstream version 0.1.98 (tag: upstream-0.1.98) + * Import upstream version 0.1.98 -2011-03-16 16:04:08 -0500 Ted Gould (3c59d08) +2011-03-16 16:04:08 -0500 Ted Gould (3c59d086) * 0.1.98 (tag: 0.1.98) -2011-03-16 16:03:58 -0500 Ted Gould (da12c28) +2011-03-16 16:03:58 -0500 Ted Gould (da12c283) * Updating to required IDO version -2011-03-16 10:44:13 -0500 Ted Gould (d473b4c) +2011-03-16 10:44:13 -0500 Ted Gould (d473b4c3) * Get more signals from the calendar and use them for good. -2011-03-15 17:11:37 -0400 Ken VanDine (dad04c0) +2011-03-15 17:11:37 -0400 Ken VanDine (dad04c02) * * New upstream release. * Fix handling of reoccruing events * Handle settings in the indicator * Allow for hiding the calendar and the clock -2011-03-15 15:47:25 +0000 karl-qdh (3f94b4c) +2011-03-15 15:47:25 +0000 karl-qdh (3f94b4c6) * Fixed up much of the calendar browsing -2011-03-15 09:55:23 +0000 karl-qdh (05e4b57) +2011-03-15 09:55:23 +0000 karl-qdh (05e4b574) * Fixed missed build error, caused by sync problems between netbook and laptop. -2011-03-14 21:48:44 -0500 Ted Gould (9f4692c) +2011-03-14 21:48:44 -0500 Ted Gould (9f4692c7) * releasing version 0.1.97-0ubuntu1~ppa2 -2011-03-14 21:47:38 -0500 Ted Gould (d1f6181) +2011-03-14 21:47:38 -0500 Ted Gould (d1f61817) * * Upstream Merge * Fix appointment time format * Change appointments with selected date in calendar -2011-03-14 21:43:27 -0500 Ted Gould (f9f137d) +2011-03-14 21:43:27 -0500 Ted Gould (f9f137df) * Fix appointment time format -2011-03-14 21:40:24 -0500 Ted Gould (1399385) +2011-03-14 21:40:24 -0500 Ted Gould (13993858) * Commenting out value as we're not using it yet. -2011-03-14 21:37:51 -0500 Ted Gould (7b3db50) +2011-03-14 21:37:51 -0500 Ted Gould (7b3db506) * Change the appointments so that they're modified by the calendar month -2011-03-14 10:11:33 +0000 karl-qdh (0de507c) +2011-03-14 10:11:33 +0000 karl-qdh (0de507c3) * Merged back with the pre-requisite branch and updated to include ted's suggested _()'s in strftime -2011-03-14 09:59:55 +0000 karl-qdh (3cf4b8a) +2011-03-14 09:59:55 +0000 karl-qdh (3cf4b8ae) * Fixing ted's comments -2011-03-10 23:14:45 -0600 Ted Gould (66c8394) +2011-03-10 23:14:45 -0600 Ted Gould (66c8394d) * releasing version 0.1.97-0ubuntu1~ppa1 -2011-03-10 23:13:34 -0600 Ted Gould (d5704c2) +2011-03-10 23:13:34 -0600 Ted Gould (d5704c20) * * New upstream release. * Fix handling of reoccruing events * Handle settings in the indicator * Allow for hiding the calendar and the clock -2011-03-10 23:10:43 -0600 Ted Gould (2fd5f32) +2011-03-10 23:10:43 -0600 Ted Gould (2fd5f32d) - * Import upstream version 0.1.97 (tag: upstream-0.1.97) + * Import upstream version 0.1.97 -2011-03-10 23:09:57 -0600 Ted Gould (1177ae9) +2011-03-10 23:09:57 -0600 Ted Gould (1177ae9d) * Merging U. Desktop -2011-03-10 23:08:23 -0600 Ted Gould (444370e) +2011-03-10 23:08:23 -0600 Ted Gould (444370e9) * 0.1.97 (tag: 0.1.97) -2011-03-10 22:50:30 -0600 Ted Gould (f413573) +2011-03-10 22:50:30 -0600 Ted Gould (f4135733) * Making it so the clock can be hidden entirely. Adding a desktop file to get to the preferences when it is hidden. -2011-03-10 22:45:36 -0600 Ted Gould (154354a) +2011-03-10 22:45:36 -0600 Ted Gould (154354ac) * Make showing the calendar into a property in the indicator -2011-03-10 22:11:49 -0600 Ted Gould (a8b050e) +2011-03-10 22:11:49 -0600 Ted Gould (a8b050e0) * Check to see if the service is running -2011-03-10 22:02:32 -0600 Ted Gould (1fe486f) +2011-03-10 22:02:32 -0600 Ted Gould (1fe486f1) * Use the shared header file for the service and interface names. -2011-03-10 14:49:11 -0500 Michael Terry (6b45333) +2011-03-10 14:49:11 -0500 Michael Terry (6b45333c) * prefs: only let user change clock prefs if the clock is running; don't connect to response signal, it's no longer a dialog -2011-03-10 12:25:19 -0500 Michael Terry (721aa2d) +2011-03-10 12:25:19 -0500 Michael Terry (721aa2d3) * make show-clock work -2011-03-10 10:05:51 -0500 Michael Terry (ab979ed) +2011-03-10 10:05:51 -0500 Michael Terry (ab979ed1) * make 'show monthly calendar' checkbox work -2011-03-08 16:25:48 -0600 Ted Gould (c455c75) +2011-03-08 16:25:48 -0600 Ted Gould (c455c75c) * Show the week numbers if configured to do so. -2011-03-08 16:05:31 +0000 karl-qdh (6ff1024) +2011-03-08 16:05:31 +0000 karl-qdh (6ff10245) * Fixed time format of appointments not respecting the configuration -2011-03-08 15:44:28 +0000 karl-qdh (7d8535d) +2011-03-08 15:44:28 +0000 karl-qdh (7d8535da) * Fixed calendar browsing with month-changed and removed bogus off by one error -2011-03-08 15:22:18 +0000 karl-qdh (fb0dd84) +2011-03-08 15:22:18 +0000 karl-qdh (fb0dd849) * Changed update appointment items so there's less of a delay when refreshing between no-appointments and appointments loaded. Fixed the handle_event signalling from the client to the service. Started hooking up calendar browsing. -2011-03-08 13:18:50 +0000 karl-qdh (3bd8413) +2011-03-08 13:18:50 +0000 karl-qdh (3bd84133) * Fixed incorrect year in tm struct for indicator-datetime.c:month_changed_cb, still receiving a segfault in datetime-service.c when we try to use the variant. Checked the variant value over dbus and its fine. -2011-03-07 17:09:01 -0600 Ted Gould (4bc2092) +2011-03-07 17:09:01 -0600 Ted Gould (4bc20927) * Fix the icon size lookup -2011-03-06 17:08:13 +0000 karl-qdh (7823baf) +2011-03-06 17:08:13 +0000 karl-qdh (7823baf6) * Tried using uint but still segfaulting in variant code -2011-03-06 14:28:05 +0000 karl-qdh (9485b01) +2011-03-06 14:28:05 +0000 karl-qdh (9485b01a) * Hooking up the signals from the calendar and getting it working on service side -2011-03-04 12:03:49 +0000 karl-qdh (4ce8247) +2011-03-04 12:03:49 +0000 karl-qdh (4ce8247b) * Fixed #729020 - Week numbers not respecting configuration on startup -2011-03-04 10:35:22 +0000 karl-qdh (860726f) +2011-03-04 10:35:22 +0000 karl-qdh (860726f3) * Fix for gtk lookup icon size returning negative numbers -2011-03-04 10:25:36 +0000 karl-qdh (1706822) +2011-03-04 10:25:36 +0000 karl-qdh (17068224) * Few more minor cleanups -2011-03-04 10:07:26 +0000 karl-qdh (4af06d0) +2011-03-04 10:07:26 +0000 karl-qdh (4af06d03) * Merging back with trunk -2011-03-04 09:59:04 +0000 karl-qdh (3f720df) +2011-03-04 09:59:04 +0000 karl-qdh (3f720df7) * Cleaning up a few dead comments and code -2011-03-03 17:21:25 -0500 Ken VanDine (e7b28fc) +2011-03-03 17:21:25 -0500 Ken VanDine (e7b28fce) * releasing version 0.1.96-0ubuntu1 (tag: 0.1.96-0ubuntu1) -2011-03-03 14:54:18 -0600 Ted Gould (96ca6cb) +2011-03-03 14:54:18 -0600 Ted Gould (96ca6cb8) * releasing version 0.1.96-0ubuntu1~ppa1 -2011-03-03 14:49:49 -0600 Ted Gould (4ed21c3) +2011-03-03 14:49:49 -0600 Ted Gould (4ed21c3d) * * New upstream release. * Perference UI cleanups * Fix color rendering for appointments * Fix spin buttons to behave properly -2011-03-03 14:41:18 -0600 Ted Gould (b4f9e08) +2011-03-03 14:41:18 -0600 Ted Gould (b4f9e083) - * Import upstream version 0.1.96 (tag: upstream-0.1.96) + * Import upstream version 0.1.96 -2011-03-03 14:38:11 -0600 Ted Gould (dc4a5be) +2011-03-03 14:38:11 -0600 Ted Gould (dc4a5be2) * Merge for U. Desktop -2011-03-03 14:33:04 -0600 Ted Gould (8a5b40e) +2011-03-03 14:33:04 -0600 Ted Gould (8a5b40e9) * 0.1.96 (tag: 0.1.96) -2011-03-03 12:51:26 -0600 Ted Gould (e9cfa50) +2011-03-03 12:51:26 -0600 Ted Gould (e9cfa504) * White space and include fixes -2011-03-03 12:45:57 -0600 Ted Gould (8dd02d2) +2011-03-03 12:45:57 -0600 Ted Gould (8dd02d2c) * Close window on close button press -2011-03-03 13:14:14 -0500 Ken VanDine (cd4699a) +2011-03-03 13:14:14 -0500 Ken VanDine (cd4699a9) * quit when the close putton is clicked -2011-03-03 10:56:59 -0600 Ted Gould (5867708) +2011-03-03 10:56:59 -0600 Ted Gould (58677087) * Colored icons make me smile -2011-03-03 10:13:40 -0600 Ted Gould (aa8b061) +2011-03-03 10:13:40 -0600 Ted Gould (aa8b0618) * UI Fixes -2011-03-03 09:29:50 -0600 Ted Gould (dcb521c) +2011-03-03 09:29:50 -0600 Ted Gould (dcb521cd) * Improve spin button behavior -2011-03-03 14:59:17 +0000 karl-qdh (3aa4316) +2011-03-03 14:59:17 +0000 karl-qdh (3aa4316f) * Width appears to be repeatedly overwritten with zero -2011-03-03 14:45:37 +0000 karl-qdh (76825a8) +2011-03-03 14:45:37 +0000 karl-qdh (76825a8e) * Added some small fixes to make sure the pixbuf redraws everytime. There may be some memory leaks corrupting data somewhere. -2011-03-03 09:44:42 -0500 Michael Terry (55736aa) +2011-03-03 09:44:42 -0500 Michael Terry (55736aa9) * add back missing unref -2011-03-03 13:46:29 +0000 karl-qdh (27e4da1) +2011-03-03 13:46:29 +0000 karl-qdh (27e4da12) * Added decent conversion from cairo context to pixbuf and updated the colour code so it works. Currently we show a rectangle, but we could equally use a mask. -2011-03-03 08:10:00 -0500 Michael Terry (d159692) +2011-03-03 08:10:00 -0500 Michael Terry (d1596921) * merge from trunk; fix utc time always being displayed in manual time spin button -2011-03-03 09:34:57 -0500 Michael Terry (8dbd819) +2011-03-03 09:34:57 -0500 Michael Terry (8dbd819c) * fix some visual issues mpt found; drop libmap/Makefile.in from bzr -2011-03-03 12:45:11 +0000 karl-qdh (64fe32b) +2011-03-03 12:45:11 +0000 karl-qdh (64fe32bf) * This actually gets the current recurrance times etc... properly - we're close to getting colours too ;) -2011-03-02 15:49:03 -0600 Ted Gould (c11d4e2) +2011-03-02 15:49:03 -0600 Ted Gould (c11d4e24) * Use the query language to specify the dates instead of building them ourselves -2011-03-02 14:00:41 +0000 karl-qdh (44bd4d2) +2011-03-02 14:00:41 +0000 karl-qdh (44bd4d29) * Remove items from menu when the show events key changes -2011-03-02 13:31:45 +0000 karl-qdh (7b2980b) +2011-03-02 13:31:45 +0000 karl-qdh (7b2980b7) * * Fixed adding/removing locations not triggering update * Improved update appointment menu items code * Improved populate_appointment_instances * Opened up objects generation to include marking days -2011-03-02 12:16:05 +0000 karl-qdh (3abcff1) +2011-03-02 12:16:05 +0000 karl-qdh (3abcff12) * Better handling of recurring items get_dtstart returns the same date for all items unfortunately -2011-03-01 16:31:28 -0500 Michael Terry (6ee562a) +2011-03-01 16:31:28 -0500 Michael Terry (6ee562ac) * let date spin buttons work -2011-03-01 15:33:47 -0500 Michael Terry (ae98ec9) +2011-03-01 15:33:47 -0500 Michael Terry (ae98ec99) * merge from trunk -2011-03-01 17:22:44 +0000 karl-qdh (4ebd048) +2011-03-01 17:22:44 +0000 karl-qdh (4ebd048f) * Fixes for the recurring tasks and events settings change, the pointers are currently a bit chewed up as I try to figure out the right way round to get this. -2011-03-01 17:05:51 +0000 karl-qdh (cf5abb9) +2011-03-01 17:05:51 +0000 karl-qdh (cf5abb9a) * These changes should fix the problems with the recurring appointments and dconf changes for show/hide events -2011-02-28 23:05:10 -0500 Ken VanDine (2de6f44) +2011-02-28 23:05:10 -0500 Ken VanDine (2de6f443) * Simplify calendar query, we don't need to compute times for the range. The query system has a built in way to specify a relative range. -2011-02-28 16:45:59 +0000 karl-qdh (bbd56b1) +2011-02-28 16:45:59 +0000 karl-qdh (bbd56b11) * Minor change for kenvandine to test sorting -2011-02-28 08:28:17 -0500 Michael Terry (e7442e0) +2011-02-28 08:28:17 -0500 Michael Terry (e7442e09) * * New upstream release. - New preference dialog - Improved EDS support - Improved timezone support * debian/control: - Update Build-Depends (tag: 0.1.95-0ubuntu1) -2011-02-28 08:07:15 -0500 Michael Terry (bb010c6) +2011-02-28 08:07:15 -0500 Michael Terry (bb010c63) - * Import upstream version 0.1.95 (tag: upstream-0.1.95) + * Import upstream version 0.1.95 -2011-02-28 11:00:49 +0100 David Barth (b796657) +2011-02-28 11:00:49 +0100 David Barth (b7966573) * bumping release number (tag: 0.1.95) -2011-02-28 10:54:28 +0100 David Barth (5888e53) +2011-02-28 10:54:28 +0100 David Barth (5888e539) * karl's remote cal support patch; and support for settings of the new prefs dialog -2011-02-25 13:36:03 -0500 Michael Terry (938ba5d) +2011-02-25 13:36:03 -0500 Michael Terry (938ba5dc) * add in some fixes from karl's branch -2011-02-25 13:26:01 -0500 Michael Terry (6d8cd56) +2011-02-25 13:26:01 -0500 Michael Terry (6d8cd569) * merge with trunk -2011-02-25 17:22:33 +0000 karl-qdh (0188356) +2011-02-25 17:22:33 +0000 karl-qdh (0188356e) * Updated to newest trunk needs more merging -2011-02-25 18:01:20 +0100 David Barth (6f103ce) +2011-02-25 18:01:20 +0100 David Barth (6f103ce2) * merging in mterry's branch with the new preferences dialog -2011-02-25 11:41:56 -0500 Michael Terry (42125be) +2011-02-25 11:41:56 -0500 Michael Terry (42125be0) * fix a couple memory leaks noted by MacSlow -2011-02-25 15:43:41 +0000 karl-qdh (d0e5a69) +2011-02-25 15:43:41 +0000 karl-qdh (d0e5a69a) * Updated to free errors just in case(tm) at dbarths request shortened the update time to 5 minutes for calendars -2011-02-25 15:09:27 +0000 karl-qdh (03eafa3) +2011-02-25 15:09:27 +0000 karl-qdh (03eafa31) * Get ido calendar and dbusmenu the right way around -2011-02-25 09:18:57 -0500 Michael Terry (2a6b56d) +2011-02-25 09:18:57 -0500 Michael Terry (2a6b56d0) * remove week-start preference -2011-02-25 14:04:46 +0000 karl-qdh (398154d) +2011-02-25 14:04:46 +0000 karl-qdh (398154d3) * Fixing up indicator-datetime * Config options * Calendar update signals from calendar widget - should update appointments/marks not working at present -2011-02-25 08:18:15 -0500 Michael Terry (350271e) +2011-02-25 08:18:15 -0500 Michael Terry (350271ee) * add missing olsen_map.png -2011-02-24 15:02:00 -0500 Michael Terry (486ad36) +2011-02-24 15:02:00 -0500 Michael Terry (486ad362) * have spinners work in unison -- only save when neither is focused -2011-02-24 11:41:37 -0500 Michael Terry (ef1648e) +2011-02-24 11:41:37 -0500 Michael Terry (ef1648ee) * make sure user always sees new model from geonames when we get it -2011-02-24 11:01:03 -0500 Michael Terry (671bcda) +2011-02-24 11:01:03 -0500 Michael Terry (671bcdaf) * don't update locations dialog's times when editing -2011-02-24 10:31:33 -0500 Michael Terry (e1ed512) +2011-02-24 10:31:33 -0500 Michael Terry (e1ed5129) * have location column expand -2011-02-23 15:31:18 -0600 Michael Terry (7ef1865) +2011-02-23 15:31:18 -0600 Michael Terry (7ef18655) * don't have the map draw a highlight if no zone selected -2011-02-23 15:26:49 -0600 Michael Terry (ad84747) +2011-02-23 15:26:49 -0600 Michael Terry (ad847471) * add geonames watermark -2011-02-23 15:13:11 -0600 Michael Terry (e2fa62d) +2011-02-23 15:13:11 -0600 Michael Terry (e2fa62d9) * show admin1 and country in completion dropdown -2011-02-23 14:46:46 -0600 Michael Terry (d38ff68) +2011-02-23 14:46:46 -0600 Michael Terry (d38ff688) * skip duplicate completions -2011-02-23 15:30:30 -0500 Michael Terry (66f988f) +2011-02-23 15:30:30 -0500 Michael Terry (66f988fe) * some cleanup; when map changes, update entry too -2011-02-23 15:13:42 -0500 Michael Terry (02a56bb) +2011-02-23 15:13:42 -0500 Michael Terry (02a56bbe) * disable clicking on locations; use pretty zone names in indicator -2011-02-23 14:47:10 -0500 Michael Terry (3488f85) +2011-02-23 14:47:10 -0500 Michael Terry (3488f854) * make map larger -2011-02-23 14:42:24 -0500 Michael Terry (cf3ae1a) +2011-02-23 14:42:24 -0500 Michael Terry (cf3ae1ad) * hook show-locations up -2011-02-23 14:08:28 -0500 Michael Terry (415577b) +2011-02-23 14:08:28 -0500 Michael Terry (415577b3) * whoops, uncomment polkit bits -2011-02-23 14:07:19 -0500 Michael Terry (b3a34d4) +2011-02-23 14:07:19 -0500 Michael Terry (b3a34d48) * add week-start controls and settings -2011-02-23 13:28:53 -0500 Michael Terry (b4a4c96) +2011-02-23 13:28:53 -0500 Michael Terry (b4a4c968) * grab timezone names from geomaps; flesh out support for timezone completion in main map and locations dialog; show times in locations dialog -2011-02-22 15:17:48 -0600 Michael Terry (deafbc1) +2011-02-22 15:17:48 -0600 Michael Terry (deafbc1d) * beginnings of completion support -2011-02-22 13:58:50 -0500 Michael Terry (07c5056) +2011-02-22 13:58:50 -0500 Michael Terry (07c5056f) * make remove button insensitive if nothing selected -2011-02-22 13:49:07 -0500 Michael Terry (74cf8fa) +2011-02-22 13:49:07 -0500 Michael Terry (74cf8fa3) * make locations dialog editable -2011-02-22 11:22:17 -0500 Michael Terry (9265799) +2011-02-22 11:22:17 -0500 Michael Terry (92657997) * drop some unused code from libmap -2011-02-22 11:20:34 -0500 Michael Terry (45b1165) +2011-02-22 11:20:34 -0500 Michael Terry (45b1165f) * add initial timezone map implementation, borrowed from gnome-control-center -2011-02-22 08:56:38 -0500 Michael Terry (8754d98) +2011-02-22 08:56:38 -0500 Michael Terry (8754d980) * re-sync with trunk -2011-02-18 16:31:17 -0500 Michael Terry (1e274bb) +2011-02-18 16:31:17 -0500 Michael Terry (1e274bb1) * start of locations dialog -2011-02-18 14:47:14 -0500 Michael Terry (6dda437) +2011-02-18 14:47:14 -0500 Michael Terry (6dda4370) * mark prefs dialog as translatable -2011-02-18 01:51:56 -0500 Michael Terry (da3962a) +2011-02-18 01:51:56 -0500 Michael Terry (da3962a5) * make manual date/time fields work -2011-02-18 10:50:49 -0500 Michael Terry (354fc2c) +2011-02-18 10:50:49 -0500 Michael Terry (354fc2c0) * add polkit support and use new gnome-settings-daemon ntp-setting support -2011-02-17 15:35:00 -0500 Ken VanDine (6b80729) +2011-02-17 15:35:00 -0500 Ken VanDine (6b80729a) * releasing version 0.1.94-0ubuntu1 (tag: 0.1.94-0ubuntu1) -2011-02-17 14:30:43 -0500 Michael Terry (a10f207) +2011-02-17 14:30:43 -0500 Michael Terry (a10f2076) * first pass at preferences dialog -2011-02-17 13:09:06 -0600 Ted Gould (e7e3df4) +2011-02-17 13:09:06 -0600 Ted Gould (e7e3df4f) * releasing version 0.1.94-0ubuntu1~ppa1 -2011-02-17 13:08:06 -0600 Ted Gould (a7ca6c9) +2011-02-17 13:08:06 -0600 Ted Gould (a7ca6c98) * New upstream release. ∘ Timezone support ∘ Multiple calendar support ∘ Accessible description -2011-02-17 13:05:58 -0600 Ted Gould (3a61134) +2011-02-17 13:05:58 -0600 Ted Gould (3a611344) - * Import upstream version 0.1.94 (tag: upstream-0.1.94) + * Import upstream version 0.1.94 -2011-02-17 13:05:34 -0600 Ted Gould (67f7a54) +2011-02-17 13:05:34 -0600 Ted Gould (67f7a54a) * Sync to U. Desktop -2011-02-17 13:03:01 -0600 Ted Gould (124ef53) +2011-02-17 13:03:01 -0600 Ted Gould (124ef53b) * Merging trunk? not sure how we got out of sync. Fixed. -2011-02-17 12:59:52 -0600 Ted Gould (b72c7d7) +2011-02-17 12:59:52 -0600 Ted Gould (b72c7d76) * 0.1.94 (tag: 0.1.94) -2011-02-17 12:58:54 -0600 Ted Gould (2de3a45) +2011-02-17 12:58:54 -0600 Ted Gould (2de3a45c) * Adding in timezone support and more calendar support -2011-02-17 12:53:48 -0600 Ted Gould (0fe6bca) +2011-02-17 12:53:48 -0600 Ted Gould (0fe6bcab) * Adding in timezone support and more calendar support -2011-02-17 12:36:00 -0600 Ted Gould (799a8c9) +2011-02-17 12:36:00 -0600 Ted Gould (799a8c9f) * Adding in accessible description support -2011-02-17 12:33:36 -0600 Ted Gould (8cb18a5) +2011-02-17 12:33:36 -0600 Ted Gould (8cb18a50) * Bump to indicator 0.3.19 -2011-02-17 12:32:30 -0600 Ted Gould (a764938) +2011-02-17 12:32:30 -0600 Ted Gould (a764938d) * Encapsulating the updating of the description into a function -2011-02-17 15:52:01 +0000 karl-qdh (7a70d57) +2011-02-17 15:52:01 +0000 karl-qdh (7a70d572) * Rewrote auth_func at tedg's request. -2011-02-17 14:49:55 +0000 karl-qdh (7d4571c) +2011-02-17 14:49:55 +0000 karl-qdh (7d4571cc) * Testing eds signal (FAIL) seems when evolution changes an entry no signal is emitted to eds clients -2011-02-17 10:31:07 +0000 karl-qdh (e3ed3f2) +2011-02-17 10:31:07 +0000 karl-qdh (e3ed3f23) * Merged in mterrys time updates -2011-02-17 11:05:35 +1100 Luke Yelavich (4bc78d5) +2011-02-17 11:05:35 +1100 Luke Yelavich (4bc78d5d) * Get the indicator entry data into a separate variable, adn and free it after we signal a change in the accessible description, to avoid a memory leak. -2011-02-16 16:22:12 -0500 Michael Terry (336d4f3) +2011-02-16 16:22:12 -0500 Michael Terry (336d4f32) * show current time in each timezone -2011-02-16 16:49:14 +0000 karl-qdh (2aea012) +2011-02-16 16:49:14 +0000 karl-qdh (2aea0129) * The last free -> unref -2011-02-16 16:44:08 +0000 karl-qdh (d4584e5) +2011-02-16 16:44:08 +0000 karl-qdh (d4584e52) * Another probable cause of a segfault -2011-02-16 16:42:06 +0000 karl-qdh (f6fa724) +2011-02-16 16:42:06 +0000 karl-qdh (f6fa7241) * Probable cause of segfault identified, trying to get dates from types without dates most likely cause -2011-02-16 16:40:02 +0000 karl-qdh (4feb65c) +2011-02-16 16:40:02 +0000 karl-qdh (4feb65c9) * Added debugging to figure out a segfault on kenvandine's machine -2011-02-16 16:21:02 +0000 karl-qdh (1676d62) +2011-02-16 16:21:02 +0000 karl-qdh (1676d621) * Added authentication function, and another minor fix to the sources iteration -2011-02-16 15:38:52 +0000 karl-qdh (6bc3639) +2011-02-16 15:38:52 +0000 karl-qdh (6bc3639d) * Minor changes to objects freeing and NULLing the gerror -2011-02-16 15:21:05 +0000 karl-qdh (fafc296) +2011-02-16 15:21:05 +0000 karl-qdh (fafc296c) * Missing g_error_free -2011-02-16 14:47:12 +0000 karl-qdh (942fb6b) +2011-02-16 14:47:12 +0000 karl-qdh (942fb6b5) * Minor change to continue if getting source fails (auth required is returned by ecal) -2011-02-16 14:31:25 +0000 karl-qdh (bef945a) +2011-02-16 14:31:25 +0000 karl-qdh (bef945a6) * Syncup -2011-02-16 14:22:07 +0000 karl-qdh (3d41366) +2011-02-16 14:22:07 +0000 karl-qdh (3d413661) * Removed unnoticed conflict and fixed some issues -2011-02-16 14:12:50 +0000 karl-qdh (aaca2ea) +2011-02-16 14:12:50 +0000 karl-qdh (aaca2ea0) * Merged back with trunk -2011-02-16 13:21:33 +0000 karl-qdh (97a6b5a) +2011-02-16 13:21:33 +0000 karl-qdh (97a6b5ae) * Added myerrys branch -2011-02-16 13:19:53 +0000 karl-qdh (af5f67f) +2011-02-16 13:19:53 +0000 karl-qdh (af5f67f6) * Added ecal for all sources, untested as yet, need to merge in mterry's branch -2011-02-15 16:42:13 -0500 Michael Terry (37fc0a3) +2011-02-15 16:42:13 -0500 Michael Terry (37fc0a31) * whoops, don't connect destroyed signal as swapped -2011-02-15 16:19:03 -0500 Michael Terry (9bb32e2) +2011-02-15 16:19:03 -0500 Michael Terry (9bb32e21) * make sure gmi-radio-active state is always in sync with the dbusmenu-radio-active state -2011-02-15 15:52:09 -0500 Michael Terry (02fcae9) +2011-02-15 15:52:09 -0500 Michael Terry (02fcae95) * ignore timezone switches if nothing to do -2011-02-15 15:48:55 -0500 Michael Terry (07e4b46) +2011-02-15 15:48:55 -0500 Michael Terry (07e4b46e) * record which gmi goes with with dbusmenuitem and use that to properly watch radio-active property changes -2011-02-15 15:41:19 -0500 Michael Terry (fe51dff) +2011-02-15 15:41:19 -0500 Michael Terry (fe51dffd) * in prop_cb, value is a GVariant, not a string, which explains why we sometimes get bogus strings in the menu -2011-02-15 15:32:56 -0500 Michael Terry (6bc13b2) +2011-02-15 15:32:56 -0500 Michael Terry (6bc13b2d) * re-enable setting the timezone when clicking -2011-02-15 15:10:49 -0500 Michael Terry (67264a7) +2011-02-15 15:10:49 -0500 Michael Terry (67264a79) * start with current timezone selected -2011-02-15 15:06:33 -0500 Michael Terry (02f8926) +2011-02-15 15:06:33 -0500 Michael Terry (02f8926f) * add preference zones in order, after current timezone -2011-02-15 14:53:47 -0500 Michael Terry (f704c61) +2011-02-15 14:53:47 -0500 Michael Terry (f704c617) * show current or geo location if we are going to use them -2011-02-15 14:51:00 -0500 Michael Terry (030ba76) +2011-02-15 14:51:00 -0500 Michael Terry (030ba768) * fix typo that prevented old locations from being deleted -2011-02-15 14:41:43 -0500 Michael Terry (36b4e93) +2011-02-15 14:41:43 -0500 Michael Terry (36b4e937) * use a GtkCheckMenuItem, not a GtkRadioButton, to render timezone items -2011-02-15 13:44:12 -0500 Michael Terry (d0f273e) +2011-02-15 13:44:12 -0500 Michael Terry (d0f273eb) * fix typo so timezone labels show up -2011-02-15 14:54:00 +0000 karl-qdh (09bfd84) +2011-02-15 14:54:00 +0000 karl-qdh (09bfd842) * Added a partially working timezone menu items code, there are some difficulties in menu labels which aren't showing, and radio menu items. Also, it's incomplete as the time calculation is waiting until the labels work. -2011-02-14 18:10:24 +1100 Luke Yelavich (5b018bf) +2011-02-14 18:10:24 +1100 Luke Yelavich (5b018bff) * Add accessible description support. -2011-02-10 10:45:32 -0500 Ken VanDine (80782dc) +2011-02-10 10:45:32 -0500 Ken VanDine (80782dcf) * releasing version 0.1.93-0ubuntu1 (tag: 0.1.93-0ubuntu1) -2011-02-09 13:26:05 -0600 Ted Gould (7b97bf9) +2011-02-09 13:26:05 -0600 Ted Gould (7b97bf9b) * releasing version 0.1.93-0ubuntu1~ppa1 -2011-02-09 13:23:27 -0600 Ted Gould (f7f6954) +2011-02-09 13:23:27 -0600 Ted Gould (f7f6954f) * New upstream release. -2011-02-09 13:22:15 -0600 Ted Gould (620668f) +2011-02-09 13:22:15 -0600 Ted Gould (620668fc) - * Import upstream version 0.1.93 (tag: upstream-0.1.93) + * Import upstream version 0.1.93 -2011-02-09 13:09:15 -0600 Ted Gould (4c31081) +2011-02-09 13:09:15 -0600 Ted Gould (4c31081c) * 0.1.93 (tag: 0.1.93) -2011-02-09 13:07:25 -0600 Ted Gould (298635b) +2011-02-09 13:07:25 -0600 Ted Gould (298635b8) * Merging in U. Desktop changes -2011-02-09 12:13:44 -0500 Ken VanDine (c7df3f6) +2011-02-09 12:13:44 -0500 Ken VanDine (c7df3f69) * * New upstream snapshot * debian/control - New build deps for eds integration, libecal1.2-dev, libical-dev, libgtk2.0-dev, libcairo2-dev, libedataserver1.2-dev -2011-02-08 22:26:31 -0600 Ted Gould (d0e0e20) +2011-02-08 22:26:31 -0600 Ted Gould (d0e0e20e) * Checking for NULL clients and giving a message -2011-02-08 22:25:27 -0600 Ted Gould (3162d34) +2011-02-08 22:25:27 -0600 Ted Gould (3162d34a) * releasing version 0.1.92-0ubuntu5~ppa1 -2011-02-08 22:23:44 -0600 Ted Gould (7841e7b) +2011-02-08 22:23:44 -0600 Ted Gould (7841e7b3) * Sync to trunk -2011-02-08 22:22:37 -0600 Ted Gould (abb5cdb) +2011-02-08 22:22:37 -0600 Ted Gould (abb5cdb9) * * Upstream Merge * Merging in first EDS branch * debian/rules: Adding in autoreconf -2011-02-08 22:20:23 -0600 Ted Gould (a2e3af0) +2011-02-08 22:20:23 -0600 Ted Gould (a2e3af0a) * Merging in U. Desktop -2011-02-08 22:18:56 -0600 Ted Gould (088c1f4) +2011-02-08 22:18:56 -0600 Ted Gould (088c1f4c) * Commenting out unused code for now -2011-02-08 21:37:50 -0600 Ted Gould (0762db0) +2011-02-08 21:37:50 -0600 Ted Gould (0762db0f) * Adding in basic EDS appointment support. -2011-02-08 14:26:29 -0600 Ted Gould (8899ada) +2011-02-08 14:26:29 -0600 Ted Gould (8899ada0) * releasing version 0.1.92-0ubuntu2~ppa1~apnt4 -2011-02-08 14:20:48 -0600 Ted Gould (742c0dd) +2011-02-08 14:20:48 -0600 Ted Gould (742c0dd2) * Comments for compiling -2011-02-08 14:18:31 -0600 Ted Gould (5716237) +2011-02-08 14:18:31 -0600 Ted Gould (57162375) * * Upstream Merge * Adding some color support along with times -2011-02-08 13:46:45 -0600 Ted Gould (c721c1d) +2011-02-08 13:46:45 -0600 Ted Gould (c721c1d4) * Made translatable as it's a user focused message. -2011-02-08 13:40:26 -0600 Ted Gould (a0328a7) +2011-02-08 13:40:26 -0600 Ted Gould (a0328a7c) * Changing warning. -2011-02-08 14:06:05 -0500 Ken VanDine (ab79902) +2011-02-08 14:06:05 -0500 Ken VanDine (ab79902d) * releasing version 0.1.92-0ubuntu4 (tag: 0.1.92-0ubuntu4) -2011-02-08 11:48:27 -0500 Ken VanDine (1574cb5) +2011-02-08 11:48:27 -0500 Ken VanDine (1574cb58) * releasing version 0.1.92-0ubuntu3 (tag: 0.1.92-0ubuntu3) -2011-02-08 16:21:32 +0000 karl-qdh (d59aaf9) +2011-02-08 16:21:32 +0000 karl-qdh (d59aaf9c) * Re-adding tedg's changes -2011-02-08 16:15:17 +0000 karl-qdh (68d701a) +2011-02-08 16:15:17 +0000 karl-qdh (68d701af) * Merging ted's branch -2011-02-08 11:11:44 -0500 Ken VanDine (6d21d07) +2011-02-08 11:11:44 -0500 Ken VanDine (6d21d078) * releasing version 0.1.92-0ubuntu2 (tag: 0.1.92-0ubuntu2) -2011-02-07 14:37:31 -0600 Ted Gould (21d4207) +2011-02-07 14:37:31 -0600 Ted Gould (21d4207e) * Check to make sure we can allocate a client. -2011-02-07 10:35:58 +0000 karl-qdh (2b9d790) +2011-02-07 10:35:58 +0000 karl-qdh (2b9d7908) * Updated datetime service slightly to draw coloured dots for evolution colours, evolution is still slightly broken at @@ -8529,51 +8547,51 @@ the radio menu item with a right aligned time to the indicator so we can have location/timezone entries. -2011-02-04 15:53:08 -0600 Ted Gould (bde608a) +2011-02-04 15:53:08 -0600 Ted Gould (bde608a3) * releasing version 0.1.92-0ubuntu2~ppa1~apnt3 -2011-02-04 15:52:21 -0600 Ted Gould (d554858) +2011-02-04 15:52:21 -0600 Ted Gould (d5548587) * * Upstream Merge * Debugging statements and cleaning code a bit -2011-02-04 15:51:40 -0600 Ted Gould (8855894) +2011-02-04 15:51:40 -0600 Ted Gould (88558942) * Reshuffle some code and add a couple of debug statements -2011-02-04 15:39:51 -0600 Ted Gould (6076c79) +2011-02-04 15:39:51 -0600 Ted Gould (6076c79d) * Removing comment -2011-02-04 15:35:14 -0600 Ted Gould (f4a727b) +2011-02-04 15:35:14 -0600 Ted Gould (f4a727b6) * releasing version 0.1.92-0ubuntu2~ppa1~apnt2 -2011-02-04 15:33:14 -0600 Ted Gould (f178717) +2011-02-04 15:33:14 -0600 Ted Gould (f178717c) * * Upstream Merge * Unreffing the menu item -2011-02-04 15:32:22 -0600 Ted Gould (6da530a) +2011-02-04 15:32:22 -0600 Ted Gould (6da530ab) * Removing a ref on the item -2011-02-04 15:25:15 -0600 Ted Gould (6fe7de5) +2011-02-04 15:25:15 -0600 Ted Gould (6fe7de54) * releasing version 0.1.92-0ubuntu2~ppa1~apnt1 -2011-02-04 15:24:29 -0600 Ted Gould (bd06bdf) +2011-02-04 15:24:29 -0600 Ted Gould (bd06bdfc) * debian/rules: Adding in autoreconf -2011-02-04 15:23:06 -0600 Ted Gould (dcb2783) +2011-02-04 15:23:06 -0600 Ted Gould (dcb2783f) * * Upstream Merge * Merging in first EDS branch -2011-02-04 15:20:53 -0600 Ted Gould (cd61d9f) +2011-02-04 15:20:53 -0600 Ted Gould (cd61d9f8) * Merging from U. Desktop -2011-02-04 16:15:47 +0000 karl-qdh (b4f0c22) +2011-02-04 16:15:47 +0000 karl-qdh (b4f0c229) * Added ESource Colours a circle drawn onto a cairo surface, however this code has one caveat, it's un-testable with evolution @@ -8582,21 +8600,21 @@ cairo_surface_t before and it worked... Lets see this time :/ -2011-02-04 14:57:29 +0000 karl-qdh (85ace9f) +2011-02-04 14:57:29 +0000 karl-qdh (85ace9f8) * Added the timezone/location menu item code. -2011-02-04 12:26:38 +0000 karl-qdh (9c3aeee) +2011-02-04 12:26:38 +0000 karl-qdh (9c3aeee0) * Updated the service, better memory handling, menu item sorting, triggered by about to show signal, discovered a new bug in dbusmenu https://bugs.launchpad.net/dbusmenu/+bug/713041 -2011-02-03 17:27:27 -0500 Ken VanDine (b0053ad) +2011-02-03 17:27:27 -0500 Ken VanDine (b0053ad9) * releasing version 0.1.92-0ubuntu1 (tag: 0.1.92-0ubuntu1) -2011-02-03 17:16:59 -0500 Ken VanDine (81ad334) +2011-02-03 17:16:59 -0500 Ken VanDine (81ad3347) * * New upstream release. * Increase robustness of GeoClue error handling * Remove g_error()'s from the .so * New @@ -8607,82 +8625,82 @@ time strings. * Fixing to take time settings from LC_TIME -2011-02-03 15:10:46 -0600 Ted Gould (c5b4403) +2011-02-03 15:10:46 -0600 Ted Gould (c5b44032) * releasing version 0.1.92-0ubuntu1~ppa1 -2011-02-03 15:10:13 -0600 Ted Gould (d2c4997) +2011-02-03 15:10:13 -0600 Ted Gould (d2c49977) * * New upstream release. * Increase robustness of GeoClue error handling * Remove g_error()'s from the .so -2011-02-03 15:09:26 -0600 Ted Gould (82d679d) +2011-02-03 15:09:26 -0600 Ted Gould (82d679de) - * Import upstream version 0.1.92 (tag: upstream-0.1.92) + * Import upstream version 0.1.92 -2011-02-03 15:06:00 -0600 Ted Gould (cc86c81) +2011-02-03 15:06:00 -0600 Ted Gould (cc86c810) * 0.1.92 (tag: 0.1.92) -2011-02-02 11:14:26 +0000 karl-qdh (5734c96) +2011-02-02 11:14:26 +0000 karl-qdh (5734c96d) * Getting the menu working almost correctly -2011-02-01 09:53:50 -0600 Ted Gould (0ec3e4b) +2011-02-01 09:53:50 -0600 Ted Gould (0ec3e4b5) * Try to be better at cleaning up geoclue objects. -2011-02-01 09:52:10 -0600 Ted Gould (c67f509) +2011-02-01 09:52:10 -0600 Ted Gould (c67f5091) * Forgot to bring up the prototypes. -2011-02-01 09:49:45 -0600 Ted Gould (e5e4415) +2011-02-01 09:49:45 -0600 Ted Gould (e5e4415f) * Putting the clear functions in shutdown so the objects get cleaned up nicely there as well. -2011-02-01 09:48:29 -0600 Ted Gould (5de989f) +2011-02-01 09:48:29 -0600 Ted Gould (5de989fb) * Changing the clean up of the client to be in a function and drop the signals as well. -2011-02-01 09:39:28 -0600 Ted Gould (96ab5fe) +2011-02-01 09:39:28 -0600 Ted Gould (96ab5fe4) * Put the geo_address clean up in a small helper function. -2011-02-01 09:35:04 -0600 Ted Gould (004f463) +2011-02-01 09:35:04 -0600 Ted Gould (004f4632) * Adding more comments -2011-02-01 09:04:17 -0600 Ted Gould (af210c6) +2011-02-01 09:04:17 -0600 Ted Gould (af210c6c) * Changing a g_error to a g_warning in the .so -2011-01-31 21:29:05 -0600 Ted Gould (10fb9c7) +2011-01-31 21:29:05 -0600 Ted Gould (10fb9c74) * Make sure to clear the address when clients change. -2011-01-31 21:12:12 -0600 Ted Gould (ac1f538) +2011-01-31 21:12:12 -0600 Ted Gould (ac1f538f) * Make no proxy a warning -2011-01-31 17:30:19 +0000 karl-qdh (e0718f3) +2011-01-31 17:30:19 +0000 karl-qdh (e0718f36) * Removed all buggy code from the datetime-service to push for A2 -2011-01-31 10:32:24 +0000 karl-qdh (12f3865) +2011-01-31 10:32:24 +0000 karl-qdh (12f38653) * Updated add type handler functions -2011-01-31 10:30:06 +0000 karl-qdh (93a2d0e) +2011-01-31 10:30:06 +0000 karl-qdh (93a2d0e1) * Added mterry's merge -2011-01-27 16:48:53 -0600 Ted Gould (eff9a42) +2011-01-27 16:48:53 -0600 Ted Gould (eff9a42c) * releasing version 0.1.91-0ubuntu1~ppa1 -2011-01-27 16:47:49 -0600 Ted Gould (ce47d38) +2011-01-27 16:47:49 -0600 Ted Gould (ce47d386) * * New upstream release. * Change to canonical.com for naming * Fixing a type callback * Switching to GDbus and @@ -8691,1251 +8709,1251 @@ time strings. * Fixing to take time settings from LC_TIME -2011-01-27 16:42:22 -0600 Ted Gould (28f84ee) +2011-01-27 16:42:22 -0600 Ted Gould (28f84ee5) - * Import upstream version 0.1.91 (tag: upstream-0.1.91) + * Import upstream version 0.1.91 -2011-01-27 16:34:24 -0600 Ted Gould (aaae586) +2011-01-27 16:34:24 -0600 Ted Gould (aaae5863) * 0.1.91 (tag: 0.1.91) -2011-01-27 16:34:06 -0600 Ted Gould (2fdb339) +2011-01-27 16:34:06 -0600 Ted Gould (2fdb3398) * Fixing type callback prototype and bumping dbusmenu version -2011-01-27 16:26:20 -0600 Ted Gould (b7eb711) +2011-01-27 16:26:20 -0600 Ted Gould (b7eb7118) * Merge U. Desktop -2011-01-26 22:41:24 -0600 Ted Gould (4dac007) +2011-01-26 22:41:24 -0600 Ted Gould (4dac0073) * Change to com.canonical and adding a log domain. -2011-01-26 11:12:48 -0500 Michael Terry (c023a16) +2011-01-26 11:12:48 -0500 Michael Terry (c023a16e) * fix some crashes -2011-01-24 17:22:35 +0000 karl-qdh (665f9ec) +2011-01-24 17:22:35 +0000 karl-qdh (665f9ece) * Final few fixes making it buildable -2011-01-20 09:36:56 +0000 karl-qdh (d747c85) +2011-01-20 09:36:56 +0000 karl-qdh (d747c851) * Minor fix from blotted out version numbers -2011-01-19 15:27:22 +0000 karl-qdh (648676e) +2011-01-19 15:27:22 +0000 karl-qdh (648676e3) * Merged gdbus etc... from trunk -2011-01-19 15:21:14 +0000 karl-qdh (add30ba) +2011-01-19 15:21:14 +0000 karl-qdh (add30ba3) * Updated the eds code to use ecalcomponents rather than ical so we get colours etc... -2011-01-17 11:59:06 -0600 Ted Gould (5d546ac) +2011-01-17 11:59:06 -0600 Ted Gould (5d546ac1) * Adding a log domain -2011-01-17 11:50:14 -0600 Ted Gould (f707868) +2011-01-17 11:50:14 -0600 Ted Gould (f7078682) * Switching the file name around -2011-01-17 11:49:13 -0600 Ted Gould (bb14386) +2011-01-17 11:49:13 -0600 Ted Gould (bb143866) * Changing the interface and path for the settings -2011-01-17 11:48:18 -0600 Ted Gould (b52833f) +2011-01-17 11:48:18 -0600 Ted Gould (b52833fe) * Changing the GSettings interface -2011-01-17 11:42:47 -0600 Ted Gould (9c6c627) +2011-01-17 11:42:47 -0600 Ted Gould (9c6c6273) * Switching dbus names and interfaces -2011-01-17 11:41:28 -0600 Ted Gould (bec8488) +2011-01-17 11:41:28 -0600 Ted Gould (bec8488e) * Switching service to canonical.com -2011-01-14 00:19:05 -0600 Ted Gould (cd14524) +2011-01-14 00:19:05 -0600 Ted Gould (cd14524e) * Switching over to dbusmenu 0.4 and GDBus -2011-01-14 00:17:23 -0600 Ted Gould (b96ba2a) +2011-01-14 00:17:23 -0600 Ted Gould (b96ba2ae) * Allowing more custom strings for formatting time and making sure they update correctly. -2011-01-12 11:25:04 +0000 karl-qdh (b54626d) +2011-01-12 11:25:04 +0000 karl-qdh (b54626d4) * Added missing stuff, getting it ready to be buildable -2011-01-12 09:49:16 +0000 karl-qdh (afdb696) +2011-01-12 09:49:16 +0000 karl-qdh (afdb6966) * Added most likely broken URI callback, but at least our debugging messages will show us something :) -2011-01-12 09:36:05 +0000 karl-qdh (038f58b) +2011-01-12 09:36:05 +0000 karl-qdh (038f58b5) * Updated configure with ecal/ical -2011-01-11 10:19:07 -0600 Michael Terry (a30b2ca) +2011-01-11 10:19:07 -0600 Michael Terry (a30b2caf) * use dbusmenu 0.4 (no actual code changes) -2011-01-11 15:48:58 +0000 karl-qdh (ed67c38) +2011-01-11 15:48:58 +0000 karl-qdh (ed67c38f) * Updated some minor things, the last commit wasn't exactly great, still untested, looking for a way to pull the evolution URI out of the events. -2011-01-11 12:21:36 +0000 karl-qdh (feb60b1) +2011-01-11 12:21:36 +0000 karl-qdh (feb60b19) * Added initial support for ecal (untested) -2011-01-10 16:20:55 -0600 Michael Terry (cef82e7) +2011-01-10 16:20:55 -0600 Michael Terry (cef82e73) * fix signal emission; g-signal receiver parameter definition -2011-01-10 15:16:49 -0600 Michael Terry (4132432) +2011-01-10 15:16:49 -0600 Michael Terry (4132432b) * first, untested pass at gdbus port -2011-01-06 23:03:06 -0600 Ted Gould (9402dbe) +2011-01-06 23:03:06 -0600 Ted Gould (9402dbec) * A couple of slight cleanups -2011-01-06 22:46:09 -0600 Ted Gould (edecf34) +2011-01-06 22:46:09 -0600 Ted Gould (edecf345) * Fixing time to be taken from time settings instead of message settings. -2010-12-23 00:32:36 +0100 Marco Trevisan (Treviño) (1231e65) +2010-12-23 00:32:36 +0100 Marco Trevisan (Treviño) (1231e651) * Add markup support to clock label -2010-12-23 00:26:53 +0100 Marco Trevisan (Treviño) (0ce656f) +2010-12-23 00:26:53 +0100 Marco Trevisan (Treviño) (0ce656f7) * Reset the label max width when guessing it. -2010-12-23 00:24:51 +0100 Marco Trevisan (Treviño) (0c85942) +2010-12-23 00:24:51 +0100 Marco Trevisan (Treviño) (0c85942b) * Set label justification to center, and connect to "screen-changed" signal -2010-12-23 00:22:36 +0100 Marco Trevisan (Treviño) (0a7a681) +2010-12-23 00:22:36 +0100 Marco Trevisan (Treviño) (0a7a6816) * Check if the custom time format string shows seconds -2010-12-15 11:55:27 -0500 Michael Terry (4cab2af) +2010-12-15 11:55:27 -0500 Michael Terry (4cab2afb) * use LC_TIME to look up date-related translations -2010-12-09 13:08:54 -0500 Ken VanDine (62471db) +2010-12-09 13:08:54 -0500 Ken VanDine (62471dbe) * releasing version 0.1.90-0ubuntu2 (tag: 0.1.90-0ubuntu2) -2010-12-07 15:15:51 -0500 Ken VanDine (9ea1956) +2010-12-07 15:15:51 -0500 Ken VanDine (9ea1956c) * releasing version 0.1.90-0ubuntu1 (tag: 0.1.90-0ubuntu1) -2010-12-03 13:46:35 -0600 Ted Gould (04f95aa) +2010-12-03 13:46:35 -0600 Ted Gould (04f95aab) * releasing version 0.1.90-0ubuntu1~ppa1 -2010-12-03 13:38:37 -0600 Ted Gould (9054f7e) +2010-12-03 13:38:37 -0600 Ted Gould (9054f7eb) * * New upstream release. * Add support for building GTK2 and GTK3 versions * debian/control: Add recommends for geoclue-ubuntu-geoip -2010-12-03 13:36:33 -0600 Ted Gould (8e1fbde) +2010-12-03 13:36:33 -0600 Ted Gould (8e1fbde3) - * Import upstream version 0.1.90 (tag: upstream-0.1.90) + * Import upstream version 0.1.90 -2010-12-03 13:34:20 -0600 Ted Gould (803f8f9) +2010-12-03 13:34:20 -0600 Ted Gould (803f8f9c) * 0.1.90 (tag: 0.1.90) -2010-12-03 12:24:40 -0600 Ted Gould (efd1930) +2010-12-03 12:24:40 -0600 Ted Gould (efd1930c) * Merging in support for GTK3 -2010-11-15 11:41:53 -0600 Ted Gould (709a633) +2010-11-15 11:41:53 -0600 Ted Gould (709a6335) * releasing version 0.0.6-0ubuntu4~ppa2 -2010-11-15 11:38:32 -0600 Ted Gould (b242c9d) +2010-11-15 11:38:32 -0600 Ted Gould (b242c9d4) * debian/control: Adjusting requirement from ubuntu-geoip to geoclue-ubuntu-geoip to match distro change. -2010-11-11 16:19:51 -0600 Ted Gould (a864108) +2010-11-11 16:19:51 -0600 Ted Gould (a8641088) * Using the different packages depending on the version of GTK we want to link to. -2010-11-11 15:13:59 -0600 Ted Gould (d9ed7b0) +2010-11-11 15:13:59 -0600 Ted Gould (d9ed7b0e) * Splitting out the dependencies -2010-11-11 15:10:59 -0600 Ted Gould (a160192) +2010-11-11 15:10:59 -0600 Ted Gould (a1601926) * Adding a separate pkgcheck line for the service vs. the indicator -2010-10-24 13:44:08 -0400 Ted Gould (9db3d45) +2010-10-24 13:44:08 -0400 Ted Gould (9db3d453) * releasing version 0.0.6-0ubuntu4~ppa1 -2010-10-24 13:40:42 -0400 Ted Gould (1475e7b) +2010-10-24 13:40:42 -0400 Ted Gould (1475e7bf) * * Upstream Merge * Generate the format string at init -2010-10-24 13:39:36 -0400 Ted Gould (13be17f) +2010-10-24 13:39:36 -0400 Ted Gould (13be17f5) * Generate format string at init to run through locale -2010-10-24 13:34:19 -0400 Ted Gould (4c2ef2a) +2010-10-24 13:34:19 -0400 Ted Gould (4c2ef2a4) * releasing version 0.0.6-0ubuntu1~ppa2 -2010-10-24 13:33:32 -0400 Ted Gould (8c7b43f) +2010-10-24 13:33:32 -0400 Ted Gould (8c7b43fe) * * Upstream Merge * Add in Geoclue support for setting proper timezone * debian/control: Add recommends for ubuntu-geoip * debian/control: Adding dependencies on Geoclue and OOBS -2010-10-24 13:32:25 -0400 Ted Gould (b177ae1) +2010-10-24 13:32:25 -0400 Ted Gould (b177ae16) * Sync to trunk -2010-10-24 13:32:11 -0400 Ted Gould (e1ceb9d) +2010-10-24 13:32:11 -0400 Ted Gould (e1ceb9d3) * Adding in support for determining timezone via GeoClue -2010-10-22 11:52:45 -0400 Ted Gould (5d6e1fc) +2010-10-22 11:52:45 -0400 Ted Gould (5d6e1fc0) * releasing version 0.0.6-0ubuntu1~ppa2~geo3 -2010-10-22 11:34:41 -0400 Ted Gould (3fc03eb) +2010-10-22 11:34:41 -0400 Ted Gould (3fc03ebb) * * Upstream Merge * Cleaning up whitespace and callbacks -2010-10-22 09:31:37 -0400 Ted Gould (1149b84) +2010-10-22 09:31:37 -0400 Ted Gould (1149b84d) * Setting up a callback for the address changing. -2010-10-22 09:22:00 -0400 Ted Gould (1fdf387) +2010-10-22 09:22:00 -0400 Ted Gould (1fdf3875) * Filling out the changing callbacks -2010-10-22 09:12:20 -0400 Ted Gould (cc5d578) +2010-10-22 09:12:20 -0400 Ted Gould (cc5d5780) * Setting up callbacks for the signals off of the clients -2010-10-21 17:36:01 -0400 Ted Gould (d2886da) +2010-10-21 17:36:01 -0400 Ted Gould (d2886daf) * Whitespace -2010-10-08 16:04:43 -0600 Ted Gould (57b28fe) +2010-10-08 16:04:43 -0600 Ted Gould (57b28fe0) * releasing version 0.0.6-0ubuntu1~ppa2~geo2 -2010-10-08 16:02:22 -0600 Ted Gould (bff4b44) +2010-10-08 16:02:22 -0600 Ted Gould (bff4b447) * debian/control: Add recommends for ubuntu-geoip -2010-10-08 15:21:11 -0600 Ted Gould (1c7c20e) +2010-10-08 15:21:11 -0600 Ted Gould (1c7c20e3) * releasing version 0.0.6-0ubuntu1~ppa2~geo1 -2010-10-08 15:21:05 -0600 Ted Gould (d912f72) +2010-10-08 15:21:05 -0600 Ted Gould (d912f723) * Stupid comma -2010-10-08 15:19:09 -0600 Ted Gould (b8dc0d2) +2010-10-08 15:19:09 -0600 Ted Gould (b8dc0d28) * debian/control: Adding dependencies on Geoclue and OOBS -2010-10-08 15:17:33 -0600 Ted Gould (c6d36a6) +2010-10-08 15:17:33 -0600 Ted Gould (c6d36a66) * Autogen -2010-10-07 15:57:25 -0600 Ted Gould (3006f36) +2010-10-07 15:57:25 -0600 Ted Gould (3006f361) * * Upstream Merge * Add in Geoclue support for setting proper timezone -2010-10-07 15:41:02 -0600 Ted Gould (95d2587) +2010-10-07 15:41:02 -0600 Ted Gould (95d2587e) * Make a little more robust and actually commit our results. -2010-10-07 15:20:58 -0600 Ted Gould (62f947b) +2010-10-07 15:20:58 -0600 Ted Gould (62f947b4) * Setting the geoclue timezone quickly -2010-10-07 15:17:35 -0600 Ted Gould (30be933) +2010-10-07 15:17:35 -0600 Ted Gould (30be9336) * Setting up a callback for clicking ot set the timezone -2010-10-07 15:15:08 -0600 Ted Gould (4fff55e) +2010-10-07 15:15:08 -0600 Ted Gould (4fff55e0) * Adding in OOBS support -2010-10-07 14:15:03 -0600 Ted Gould (ab293db) +2010-10-07 14:15:03 -0600 Ted Gould (ab293db1) * Make it so that we don't hcange the menuitem if we don't have one, but also, after it's built check it's state. -2010-10-07 14:11:36 -0600 Ted Gould (27bd019) +2010-10-07 14:11:36 -0600 Ted Gould (27bd0190) * Create a way for to see if the timezones are the same. -2010-10-07 10:28:49 -0600 Ted Gould (a60a4a5) +2010-10-07 10:28:49 -0600 Ted Gould (a60a4a59) * Caching the geoclue timezone -2010-10-07 10:05:40 -0600 Ted Gould (d929aed) +2010-10-07 10:05:40 -0600 Ted Gould (d929aed8) * Timezone changed, recache -2010-10-07 10:03:23 -0600 Ted Gould (32c2357) +2010-10-07 10:03:23 -0600 Ted Gould (32c2357c) * Caching the system timezone so we can compare against it -2010-10-07 09:49:31 -0600 Ted Gould (90339ca) +2010-10-07 09:49:31 -0600 Ted Gould (90339ca5) * Make a menuitem for setting a specific timezone -2010-10-06 23:08:11 -0600 Ted Gould (2fb4d57) +2010-10-06 23:08:11 -0600 Ted Gould (2fb4d576) * Setting up our requirements for providers -2010-10-06 23:02:51 -0600 Ted Gould (54eacfe) +2010-10-06 23:02:51 -0600 Ted Gould (54eacfe3) * Putting in some error catches -2010-10-06 23:00:28 -0600 Ted Gould (a385a3e) +2010-10-06 23:00:28 -0600 Ted Gould (a385a3e6) * Setting up a basic address callback -2010-10-06 22:55:03 -0600 Ted Gould (9e8f668) +2010-10-06 22:55:03 -0600 Ted Gould (9e8f668b) * Create the address link in a callback as well -2010-10-06 22:51:51 -0600 Ted Gould (bbd7c80) +2010-10-06 22:51:51 -0600 Ted Gould (bbd7c80b) * Start setting up the connection -2010-10-06 22:35:46 -0600 Ted Gould (02b7ccf) +2010-10-06 22:35:46 -0600 Ted Gould (02b7ccf7) * Adding in the geoclue lib -2010-10-06 08:54:06 -0600 Ted Gould (e0ad7bd) +2010-10-06 08:54:06 -0600 Ted Gould (e0ad7bd7) * Add the locale includes -2010-10-06 15:28:50 +0200 Sebastien Bacher (1548eab) +2010-10-06 15:28:50 +0200 Sebastien Bacher (1548eabf) * include locale.h since that's where setlocale is defined -2010-09-30 16:09:42 +0200 Didier Roche (974563d) +2010-09-30 16:09:42 +0200 Didier Roche (974563dd) * releasing version 0.0.6-0ubuntu3 (tag: 0.0.6-0ubuntu3) -2010-09-30 16:09:37 +0200 Didier Roche (f37658a) +2010-09-30 16:09:37 +0200 Didier Roche (f37658a9) * * Cherry-picked from upstream: - Fix date string format (12/24h) not taken from translation (LP: #579134) -2010-09-30 08:52:20 -0500 Ted Gould (45f862c) +2010-09-30 08:52:20 -0500 Ted Gould (45f862ce) * Generate at startup -2010-09-22 18:26:19 +0200 Didier Roche (1c8015f) +2010-09-22 18:26:19 +0200 Didier Roche (1c8015f0) * releasing version 0.0.6-0ubuntu2 (tag: 0.0.6-0ubuntu2) -2010-09-22 18:21:28 +0200 Didier Roche (033e076) +2010-09-22 18:21:28 +0200 Didier Roche (033e0760) * releasing version 0.0.6-0ubuntu2 -2010-09-22 11:06:34 +0200 Didier Roche (853418a) +2010-09-22 11:06:34 +0200 Didier Roche (853418a9) * * Rebuild for libindicator ABI change (LP: #637692) * debian/control: depends on latest libindicator-dev -2010-09-21 14:54:24 -0500 Ted Gould (08276c9) +2010-09-21 14:54:24 -0500 Ted Gould (08276c9c) * Setting up generating the AUTHORS and ChangeLog at dist -2010-09-09 16:31:20 -0400 Ken VanDine (56cbcb5) +2010-09-09 16:31:20 -0400 Ken VanDine (56cbcb5f) * releasing version 0.0.6-0ubuntu1 (tag: 0.0.6-0ubuntu1) -2010-09-09 13:10:15 -0500 Ted Gould (c10092c) +2010-09-09 13:10:15 -0500 Ted Gould (c10092cc) * releasing version 0.0.6-0ubuntu1~ppa1 -2010-09-09 13:00:16 -0500 Ted Gould (9f44db8) +2010-09-09 13:00:16 -0500 Ted Gould (9f44db88) * New upstream release. -2010-09-09 12:58:50 -0500 Ted Gould (83b6ed9) +2010-09-09 12:58:50 -0500 Ted Gould (83b6ed95) - * Import upstream version 0.0.6 (tag: upstream-0.0.6) + * Import upstream version 0.0.6 -2010-09-09 12:43:03 -0500 Ted Gould (d79e232) +2010-09-09 12:43:03 -0500 Ted Gould (d79e2326) * 0.0.6 (tag: 0.0.6) -2010-09-07 13:00:30 -0500 Ted Gould (50a929d) +2010-09-07 13:00:30 -0500 Ted Gould (50a929d4) * releasing version 0.0.5-0ubuntu3~ppa1 -2010-09-07 12:59:29 -0500 Ted Gould (e221373) +2010-09-07 12:59:29 -0500 Ted Gould (e2213732) * * Fixing distcheck * Autogen -2010-09-07 12:56:02 -0500 Ted Gould (de2c8ed) +2010-09-07 12:56:02 -0500 Ted Gould (de2c8ed0) * Distributing the schema XML -2010-09-07 12:49:05 -0500 Ted Gould (07b0183) +2010-09-07 12:49:05 -0500 Ted Gould (07b0183f) * Update the date daily (lp: #614529) -2010-09-07 12:45:59 -0500 Ted Gould (61bbb77) +2010-09-07 12:45:59 -0500 Ted Gould (61bbb77c) * * Upstream Merge * Refresh times on timezone change * Update the date daily -2010-09-07 12:44:33 -0500 Ted Gould (5e369fb) +2010-09-07 12:44:33 -0500 Ted Gould (5e369fb1) * Fix for make dist -2010-09-07 12:39:11 -0500 Ted Gould (1820b99) +2010-09-07 12:39:11 -0500 Ted Gould (1820b996) * Sync with ubuntu-desktop -2010-09-07 12:37:43 -0500 Ted Gould (6b45501) +2010-09-07 12:37:43 -0500 Ted Gould (6b455017) * New upstream release. -2010-09-07 12:34:12 -0500 Ted Gould (029d2cf) +2010-09-07 12:34:12 -0500 Ted Gould (029d2cfd) - * Import upstream version 0.0.5 (tag: upstream-0.0.5) + * Import upstream version 0.0.5 -2010-09-07 19:25:59 +0200 Sebastien Bacher (b9ce676) +2010-09-07 19:25:59 +0200 Sebastien Bacher (b9ce676a) * releasing version 0.0.5-0ubuntu2 -2010-09-07 19:22:45 +0200 Sebastien Bacher (60c2bd3) +2010-09-07 19:22:45 +0200 Sebastien Bacher (60c2bd35) * releasing version 0.0.5-0ubuntu2 (tag: 0.0.5-0ubuntu2) -2010-09-07 11:36:21 -0500 Ted Gould (e3cc725) +2010-09-07 11:36:21 -0500 Ted Gould (e3cc7258) * Sync to trunk -2010-09-07 11:28:25 -0500 Ted Gould (ad73561) +2010-09-07 11:28:25 -0500 Ted Gould (ad735617) * Update appropriately -2010-08-31 07:57:01 -0500 Ted Gould (a2176c0) +2010-08-31 07:57:01 -0500 Ted Gould (a2176c0f) * Updating to trunk -2010-08-30 22:11:36 -0500 Ted Gould (5c882ec) +2010-08-30 22:11:36 -0500 Ted Gould (5c882ecc) * Copyright stuffs -2010-08-30 22:03:52 -0500 Ted Gould (ad7305f) +2010-08-30 22:03:52 -0500 Ted Gould (ad7305f8) * releasing version 0.0.4-0ubuntu2~ppa2~update1 -2010-08-30 22:03:20 -0500 Ted Gould (dc30467) +2010-08-30 22:03:20 -0500 Ted Gould (dc304670) * * Upstream Merge * Refresh times on timezone change * Update the date daily -2010-08-30 22:01:22 -0500 Ted Gould (e22fcc1) +2010-08-30 22:01:22 -0500 Ted Gould (e22fcc15) * If the timezone changes we need to setup a different timer. -2010-08-30 22:00:43 -0500 Ted Gould (94264e5) +2010-08-30 22:00:43 -0500 Ted Gould (94264e50) * Set a timer to update the date once a day. -2010-08-30 21:42:37 -0500 Ted Gould (7890c71) +2010-08-30 21:42:37 -0500 Ted Gould (7890c71c) * Add in a signal handler for the update time signal -2010-08-30 16:55:36 -0500 Ted Gould (e156eae) +2010-08-30 16:55:36 -0500 Ted Gould (e156eaea) * Create the service proxy and give it a lifecycle -2010-08-30 16:18:29 -0500 Ted Gould (3e00412) +2010-08-30 16:18:29 -0500 Ted Gould (3e00412e) * Watching the timezone file and updating based on it -2010-08-30 14:58:40 -0500 Ted Gould (48830ab) +2010-08-30 14:58:40 -0500 Ted Gould (48830abd) * Adding a way to emit the signal -2010-08-30 14:55:47 -0500 Ted Gould (9a852c7) +2010-08-30 14:55:47 -0500 Ted Gould (9a852c72) * Adding in the update time signal -2010-08-30 14:34:16 -0500 Ted Gould (b798978) +2010-08-30 14:34:16 -0500 Ted Gould (b798978d) * Building us a dbus interface -2010-08-30 14:23:27 -0500 Ted Gould (ffe6f9f) +2010-08-30 14:23:27 -0500 Ted Gould (ffe6f9fb) * Connecting onto the dbus -2010-08-30 14:23:10 -0500 Ted Gould (1b7857c) +2010-08-30 14:23:10 -0500 Ted Gould (1b7857c9) * Whitespace cleanup -2010-08-30 13:59:10 -0500 Ted Gould (088f7d0) +2010-08-30 13:59:10 -0500 Ted Gould (088f7d08) * Adding an object to be the interface object for dbus -2010-08-30 13:44:15 -0500 Ted Gould (60d66c4) +2010-08-30 13:44:15 -0500 Ted Gould (60d66c4e) * Adding in a dbus interface file. -2010-08-30 13:39:52 -0500 Ted Gould (6ca39e5) +2010-08-30 13:39:52 -0500 Ted Gould (6ca39e51) * Putting the timezone file into the build line -2010-07-22 21:26:41 +0200 David Barth (d0f7670) +2010-07-22 21:26:41 +0200 David Barth (d0f7670c) * version 0.0.5 (tag: 0.0.5) -2010-07-22 21:26:08 +0200 David Barth (293ef57) +2010-07-22 21:26:08 +0200 David Barth (293ef57a) * merging the new calendar widget branch -2010-07-22 21:14:47 +0200 David Barth (2564f85) +2010-07-22 21:14:47 +0200 David Barth (2564f852) * updates the label for changing settings -2010-07-22 21:13:36 +0200 David Barth (f1e5569) +2010-07-22 21:13:36 +0200 David Barth (f1e55693) * add a calendar widget to the menu -2010-07-22 19:23:07 +0200 David Barth (497a711) +2010-07-22 19:23:07 +0200 David Barth (497a7116) * make sure we get the new IDO calendar menu item -2010-07-22 19:15:46 +0200 David Barth (e897940) +2010-07-22 19:15:46 +0200 David Barth (e8979406) * make sure we get the right glib version with gsettings support -2010-07-19 07:52:07 -0500 Ted Gould (3ce9af6) +2010-07-19 07:52:07 -0500 Ted Gould (3ce9af60) * releasing version 0.0.4-0ubuntu2~ppa1 -2010-07-19 07:51:27 -0500 Ted Gould (f345a78) +2010-07-19 07:51:27 -0500 Ted Gould (f345a780) * * Upstream Merge * Making time format configurable via translations and gsettings. * debian/control: Adding in a glib dependency to get gsettings * Autogen update -2010-07-19 07:48:35 -0500 Ted Gould (4f16137) +2010-07-19 07:48:35 -0500 Ted Gould (4f161374) * Sync to trunk -2010-07-19 07:48:13 -0500 Ted Gould (b934535) +2010-07-19 07:48:13 -0500 Ted Gould (b9345354) * Making the timeformat configurable via translations and gsettings. -2010-07-16 17:03:46 -0500 Ted Gould (bae1864) +2010-07-16 17:03:46 -0500 Ted Gould (bae1864b) * releasing version 0.0.3-0ubuntu2~ppa1~confmat4 -2010-07-16 17:01:17 -0500 Ted Gould (eafd253) +2010-07-16 17:01:17 -0500 Ted Gould (eafd2533) * * Upstream Merge * Whew. Now it does everything, just choose your format! -2010-07-16 16:54:15 -0500 Ted Gould (e4a1110) +2010-07-16 16:54:15 -0500 Ted Gould (e4a11109) * In the timer function we're recycling the pointer to struct tm -2010-07-16 16:52:21 -0500 Ted Gould (2dd1104) +2010-07-16 16:52:21 -0500 Ted Gould (2dd11040) * Making it so that update_label can return struct tm -2010-07-16 16:51:20 -0500 Ted Gould (7f0199e) +2010-07-16 16:51:20 -0500 Ted Gould (7f0199e5) * Making it so that ltime can be a parameter. -2010-07-16 16:46:56 -0500 Ted Gould (e477377) +2010-07-16 16:46:56 -0500 Ted Gould (e4773774) * Starting to smartly choose when to update the time. -2010-07-16 16:41:20 -0500 Ted Gould (98978e0) +2010-07-16 16:41:20 -0500 Ted Gould (98978e04) * Protecting the timer from setting up more than one and having it setup when the properties change. -2010-07-16 16:38:50 -0500 Ted Gould (648b7cc) +2010-07-16 16:38:50 -0500 Ted Gould (648b7cc1) * Adding a level of indirection to encapsulate the setting up of the timer func -2010-07-16 16:21:51 -0500 Ted Gould (f5de040) +2010-07-16 16:21:51 -0500 Ted Gould (f5de0401) * Don't check the size of a label we don't have. -2010-07-16 15:10:58 -0500 Ted Gould (bf39739) +2010-07-16 15:10:58 -0500 Ted Gould (bf397394) * Ah, dumb bug -2010-07-16 15:04:14 -0500 Ted Gould (81b745b) +2010-07-16 15:04:14 -0500 Ted Gould (81b745b7) * Debug message to check posibilities. -2010-07-16 15:02:02 -0500 Ted Gould (f0a6d97) +2010-07-16 15:02:02 -0500 Ted Gould (f0a6d972) * Making the posibility of huge arrays testing length of month names and weekday names, and posibily both. -2010-07-16 14:45:39 -0500 Ted Gould (621f199) +2010-07-16 14:45:39 -0500 Ted Gould (621f199b) * Bring in the measuring tape. -2010-07-16 14:23:01 -0500 Ted Gould (d231f79) +2010-07-16 14:23:01 -0500 Ted Gould (d231f790) * Starting to build up our new measuring algorithm. Now with just AM/PM in it. -2010-07-16 13:17:36 -0500 Ted Gould (c51a8c3) +2010-07-16 13:17:36 -0500 Ted Gould (c51a8c3c) * Generating the bitmask of posibilities from the format string. -2010-07-16 13:03:36 -0500 Ted Gould (62067c9) +2010-07-16 13:03:36 -0500 Ted Gould (62067c9b) * A big ass table of the strftime() format strings and what they effect, now we can calculate the max length. -2010-07-16 11:50:35 -0500 Ted Gould (6ce780a) +2010-07-16 11:50:35 -0500 Ted Gould (6ce780af) * Building up the date string. -2010-07-16 11:26:31 -0500 Ted Gould (fc454b3) +2010-07-16 11:26:31 -0500 Ted Gould (fc454b3d) * Setting the properties only changes things if we're not in custom mode. -2010-07-16 09:40:50 -0500 Ted Gould (929dd21) +2010-07-16 09:40:50 -0500 Ted Gould (929dd21b) * Adding in an update on changing the format string. -2010-07-16 00:10:47 -0500 Ted Gould (b197777) +2010-07-16 00:10:47 -0500 Ted Gould (b197777c) * Gets us somewhere of coming up with a time string. Wow, complex. -2010-07-15 23:42:44 -0500 Ted Gould (4da9342) +2010-07-15 23:42:44 -0500 Ted Gould (4da93424) * Filling out set too. -2010-07-15 23:35:06 -0500 Ted Gould (d0f7773) +2010-07-15 23:35:06 -0500 Ted Gould (d0f7773e) * Getting some guts into get -2010-07-15 23:28:31 -0500 Ted Gould (189a8a9) +2010-07-15 23:28:31 -0500 Ted Gould (189a8a9f) * Fleshing out the set and get enum functions. -2010-07-15 23:18:47 -0500 Ted Gould (5619726) +2010-07-15 23:18:47 -0500 Ted Gould (56197266) * Adding a mapping function to pull in the enum value. -2010-07-15 21:27:00 -0500 Ted Gould (f0b07af) +2010-07-15 21:27:00 -0500 Ted Gould (f0b07afe) * releasing version 0.0.3-0ubuntu2~ppa1~confmat3 -2010-07-15 21:26:16 -0500 Ted Gould (be38ec8) +2010-07-15 21:26:16 -0500 Ted Gould (be38ec81) * * Upstream Merge * Moving around the preferences to have something more flexible and updating code. -2010-07-15 16:13:18 -0500 Ted Gould (4de10d0) +2010-07-15 16:13:18 -0500 Ted Gould (4de10d0c) * Clearing set and get property as we're going to have to start from scratch there. -2010-07-15 16:12:12 -0500 Ted Gould (533863c) +2010-07-15 16:12:12 -0500 Ted Gould (533863c2) * Moving all these properties into the private structure. -2010-07-15 15:46:02 -0500 Ted Gould (8fb0d0b) +2010-07-15 15:46:02 -0500 Ted Gould (8fb0d0bf) * Binding the properties into the settings database. -2010-07-15 15:41:56 -0500 Ted Gould (6d7a5ee) +2010-07-15 15:41:56 -0500 Ted Gould (6d7a5eeb) * Whoa, we got lots of properties now. -2010-07-15 15:24:45 -0500 Ted Gould (a5fe313) +2010-07-15 15:24:45 -0500 Ted Gould (a5fe313e) * Turning the time format string into custom time format. -2010-07-15 15:18:49 -0500 Ted Gould (c3563f8) +2010-07-15 15:18:49 -0500 Ted Gould (c3563f86) * Getting defines for all the new settings and making things compile again. -2010-07-15 15:02:17 -0500 Ted Gould (3575d72) +2010-07-15 15:02:17 -0500 Ted Gould (3575d726) * I swear, there were somethings I didn't change! Getting some final settings that make sense. -2010-07-15 12:20:26 -0500 Ted Gould (f315167) +2010-07-15 12:20:26 -0500 Ted Gould (f315167e) * Sync from Ubuntu Desktop -2010-07-15 12:07:26 -0400 Ken VanDine (c7f4117) +2010-07-15 12:07:26 -0400 Ken VanDine (c7f41179) * releasing version 0.0.4-0ubuntu1 (tag: 0.0.4-0ubuntu1) -2010-07-15 10:33:16 -0500 Ted Gould (fb316fc) +2010-07-15 10:33:16 -0500 Ted Gould (fb316fcd) * releasing version 0.0.4-0ubuntu1~ppa1 -2010-07-15 10:32:33 -0500 Ted Gould (28f1d0a) +2010-07-15 10:32:33 -0500 Ted Gould (28f1d0ac) * New upstream release. -2010-07-15 10:31:28 -0500 Ted Gould (cc5ecca) +2010-07-15 10:31:28 -0500 Ted Gould (cc5ecca1) - * Import upstream version 0.0.4 (tag: upstream-0.0.4) + * Import upstream version 0.0.4 -2010-07-15 10:30:50 -0500 Ted Gould (b695b55) +2010-07-15 10:30:50 -0500 Ted Gould (b695b559) * 0.0.4 (tag: 0.0.4) -2010-07-14 11:37:01 -0500 Ted Gould (ae78347) +2010-07-14 11:37:01 -0500 Ted Gould (ae783472) * Ignoring the tramp stamp -2010-07-14 11:32:37 -0500 Ted Gould (fc3ab77) +2010-07-14 11:32:37 -0500 Ted Gould (fc3ab772) * releasing version 0.0.3-0ubuntu2~ppa1~confmat2 -2010-07-14 11:32:05 -0500 Ted Gould (6ad83a1) +2010-07-14 11:32:05 -0500 Ted Gould (6ad83a19) * Rebuilding for new glib -2010-07-14 11:31:41 -0500 Ted Gould (72a8638) +2010-07-14 11:31:41 -0500 Ted Gould (72a86387) * releasing version 0.0.3-0ubuntu2~ppa1~confmat1 -2010-07-13 11:10:29 -0500 Ted Gould (9343fb9) +2010-07-13 11:10:29 -0500 Ted Gould (9343fb92) * releasing version 0.0.3-0ubuntu2~ppa1 -2010-07-13 11:09:55 -0500 Ted Gould (127dd57) +2010-07-13 11:09:55 -0500 Ted Gould (127dd570) * * Merge upstream * Change menus to come from the service * Autogen update -2010-07-13 11:09:18 -0500 Ted Gould (dcdce69) +2010-07-13 11:09:18 -0500 Ted Gould (dcdce69d) * Sync to trunk -2010-07-13 11:09:02 -0500 Ted Gould (57f863b) +2010-07-13 11:09:02 -0500 Ted Gould (57f863b8) * Adjusting indicator to be service based. -2010-07-12 21:42:56 -0500 Ted Gould (826f058) +2010-07-12 21:42:56 -0500 Ted Gould (826f0582) * Autogen update -2010-07-12 20:59:50 -0500 Ted Gould (450c1e8) +2010-07-12 20:59:50 -0500 Ted Gould (450c1e83) * debian/control: Adding in a glib dependency to get gsettings -2010-07-12 20:58:24 -0500 Ted Gould (fe6129a) +2010-07-12 20:58:24 -0500 Ted Gould (fe6129a2) * * Merge upstream * Adding in GSettings for configuring the format on the panel. -2010-07-12 20:56:23 -0500 Ted Gould (a994c55) +2010-07-12 20:56:23 -0500 Ted Gould (a994c55b) * Going into the gsettings world. -2010-07-12 20:42:55 -0500 Ted Gould (5c0172d) +2010-07-12 20:42:55 -0500 Ted Gould (5c0172d8) * Moving the default format into a define and using our new variable. -2010-07-12 20:35:50 -0500 Ted Gould (72de11c) +2010-07-12 20:35:50 -0500 Ted Gould (72de11cc) * Setting up a 'time_format' variable and pulling it into a property. -2010-07-12 20:28:37 -0500 Ted Gould (a173af9) +2010-07-12 20:28:37 -0500 Ted Gould (a173af97) * Setting up basic property stuff and making a husk of a first property. -2010-07-12 17:07:50 -0500 Ted Gould (4f6a988) +2010-07-12 17:07:50 -0500 Ted Gould (4f6a9880) * Getting the schema to validate. -2010-07-12 16:59:55 -0500 Ted Gould (3ef7359) +2010-07-12 16:59:55 -0500 Ted Gould (3ef7359d) * Renaming file -2010-07-12 16:55:18 -0500 Ted Gould (89692e2) +2010-07-12 16:55:18 -0500 Ted Gould (89692e24) * Bringing in the gesttings love. -2010-07-12 16:26:04 -0500 Ted Gould (667f56d) +2010-07-12 16:26:04 -0500 Ted Gould (667f56dc) * Trying to build the first gschema file. -2010-07-12 16:04:19 -0500 Ted Gould (ad70535) +2010-07-12 16:04:19 -0500 Ted Gould (ad70535d) * As a basis we need to have a service based architecture. -2010-07-12 16:02:14 -0500 Ted Gould (d051dbe) +2010-07-12 16:02:14 -0500 Ted Gould (d051dbe5) * releasing version 0.0.3-0ubuntu2~ppa1~service1 -2010-07-12 16:01:30 -0500 Ted Gould (f1cf5b2) +2010-07-12 16:01:30 -0500 Ted Gould (f1cf5b2a) * Autogen update -2010-07-12 15:53:05 -0500 Ted Gould (1725fc4) +2010-07-12 15:53:05 -0500 Ted Gould (1725fc46) * * Merge upstream * Change menus to come from the service -2010-07-12 15:51:03 -0500 Ted Gould (0a0f9d0) +2010-07-12 15:51:03 -0500 Ted Gould (0a0f9d00) * Update to trunk to resolve conflicts -2010-07-12 15:34:19 -0500 Ted Gould (df30f43) +2010-07-12 15:34:19 -0500 Ted Gould (df30f437) * Legal stuffs -2010-07-12 15:28:27 -0500 Ted Gould (2405738) +2010-07-12 15:28:27 -0500 Ted Gould (24057387) * Adding a check for dbusmenu gtk as well. -2010-07-12 15:28:16 -0500 Ted Gould (16a8df4) +2010-07-12 15:28:16 -0500 Ted Gould (16a8df4b) * Setting up checking for time-admin as well. -2010-07-12 15:12:26 -0500 Ted Gould (f257b20) +2010-07-12 15:12:26 -0500 Ted Gould (f257b20a) * Removing some now service provided code. -2010-07-12 15:09:39 -0500 Ted Gould (4117028) +2010-07-12 15:09:39 -0500 Ted Gould (4117028f) * Setting up the update of the label for the date. -2010-07-12 14:59:59 -0500 Ted Gould (4edb23e) +2010-07-12 14:59:59 -0500 Ted Gould (4edb23e4) * Adding some good debugging messages. -2010-07-12 14:57:25 -0500 Ted Gould (03e448f) +2010-07-12 14:57:25 -0500 Ted Gould (03e448f0) * Adding in a check for the calendar application. -2010-07-07 17:01:53 -0500 Ted Gould (f18df83) +2010-07-07 17:01:53 -0500 Ted Gould (f18df835) * Ignoring the generated service file. -2010-07-07 16:44:55 -0500 Ted Gould (515a3e5) +2010-07-07 16:44:55 -0500 Ted Gould (515a3e5f) * Activating the settings -2010-07-07 16:36:46 -0500 Ted Gould (4a8b1c1) +2010-07-07 16:36:46 -0500 Ted Gould (4a8b1c17) * Making the separator and the settings item. -2010-07-07 16:24:17 -0500 Ted Gould (cfef5b0) +2010-07-07 16:24:17 -0500 Ted Gould (cfef5b08) * Make date and time menu items. -2010-06-25 14:53:13 -0500 Ted Gould (dbcc98f) +2010-06-25 14:53:13 -0500 Ted Gould (dbcc98fc) * Sync to Ubuntu Desktop -2010-06-08 12:17:15 +0200 Didier Roche (f0e88ea) +2010-06-08 12:17:15 +0200 Didier Roche (f0e88ea4) * releasing version 0.0.3-0ubuntu1 (tag: 0.0.3-0ubuntu1) -2010-06-07 13:19:48 +0200 Didier Roche (a80ffd8) +2010-06-07 13:19:48 +0200 Didier Roche (a80ffd8d) * Recommends: indicator-applet | indicator-renderer -2010-06-07 10:29:54 +0200 Didier Roche (d55ceb3) +2010-06-07 10:29:54 +0200 Didier Roche (d55ceb3b) * remove uneeded pkg-config build-dep -2010-06-07 10:27:26 +0200 Didier Roche (a40dac6) +2010-06-07 10:27:26 +0200 Didier Roche (a40dac60) * fix homepage url -2010-06-07 10:27:01 +0200 Didier Roche (f724c18) +2010-06-07 10:27:01 +0200 Didier Roche (f724c18f) * * debian/control: - bump Standards-Version to latest -2010-06-03 13:38:24 -0500 Ted Gould (a556002) +2010-06-03 13:38:24 -0500 Ted Gould (a5560024) * Updating to ubuntu-desktop branch -2010-06-03 13:22:37 -0500 Ted Gould (ec9fa20) +2010-06-03 13:22:37 -0500 Ted Gould (ec9fa208) * * New upstream release. * Copyright fixes * Adding translations * Fix translation domain * New upstream release. * Making label guess and reasonable width starting out. * debian/control: Adding libdbusmenu-gtk as a build dep -2010-06-03 13:19:07 -0500 Didier Roche (c2ff294) +2010-06-03 13:19:07 -0500 Didier Roche (c2ff294e) * releasing version 0.0.2-0ubuntu1 -2010-06-03 13:13:12 -0500 Didier Roche (d7276cc) +2010-06-03 13:13:12 -0500 Didier Roche (d7276ccb) * Merging from upstream packaging branch -2010-06-03 12:40:54 -0500 Ted Gould (43138ce) +2010-06-03 12:40:54 -0500 Ted Gould (43138ce7) * releasing version 0.0.3-0ubuntu1~ppa1 -2010-06-03 12:37:20 -0500 Ted Gould (0cc5a34) +2010-06-03 12:37:20 -0500 Ted Gould (0cc5a340) * * New upstream release. * Copyright fixes * Adding translations * Fix translation domain -2010-06-03 12:34:17 -0500 Ted Gould (2c46706) +2010-06-03 12:34:17 -0500 Ted Gould (2c467063) - * Import upstream version 0.0.3 (tag: upstream-0.0.3) + * Import upstream version 0.0.3 -2010-06-03 12:28:15 -0500 Ted Gould (7e526de) +2010-06-03 12:28:15 -0500 Ted Gould (7e526de2) * 0.0.3 (tag: 0.0.3) -2010-06-03 11:06:29 -0500 Ted Gould (6fccc69) +2010-06-03 11:06:29 -0500 Ted Gould (6fccc69c) * Adding copyright headers -2010-06-03 11:04:43 -0500 Ted Gould (a0b2eab) +2010-06-03 11:04:43 -0500 Ted Gould (a0b2eab6) * Adding in copyright headers -2010-05-19 12:42:48 -0500 Ted Gould (33799d8) +2010-05-19 12:42:48 -0500 Ted Gould (33799d8b) * Comments -2010-05-19 12:41:30 -0500 Ted Gould (e66edab) +2010-05-19 12:41:30 -0500 Ted Gould (e66edab1) * Now we have a menu, whoo ha! -2010-05-19 11:41:27 -0500 Ted Gould (6999615) +2010-05-19 11:41:27 -0500 Ted Gould (69996154) * Switching the menu to be from the service. -2010-05-18 22:27:08 -0500 Ted Gould (8d46107) +2010-05-18 22:27:08 -0500 Ted Gould (8d461077) * Adding a service manager to start the service. -2010-05-18 22:07:22 -0500 Ted Gould (fe61487) +2010-05-18 22:07:22 -0500 Ted Gould (fe614872) * Building the basic service structure -2010-05-18 22:07:07 -0500 Ted Gould (12731f4) +2010-05-18 22:07:07 -0500 Ted Gould (12731f4f) * Adding a shared version number -2010-05-18 21:52:49 -0500 Ted Gould (497c15b) +2010-05-18 21:52:49 -0500 Ted Gould (497c15b8) * Deping on the header -2010-05-18 21:51:51 -0500 Ted Gould (b26f447) +2010-05-18 21:51:51 -0500 Ted Gould (b26f447d) * Some shared names for our dbus stuff -2010-05-18 21:47:35 -0500 Ted Gould (37f7969) +2010-05-18 21:47:35 -0500 Ted Gould (37f7969c) * Adding a dbus service file. -2010-03-15 15:41:56 -0500 Ted Gould (5c68845) +2010-03-15 15:41:56 -0500 Ted Gould (5c688452) * Fixing internationalization by using library interface. -2010-03-12 13:07:28 -0600 Ted Gould (3d3dff5) +2010-03-12 13:07:28 -0600 Ted Gould (3d3dff5a) * Use library i18n support so that we get translations from our own domain. -2010-03-10 23:22:08 -0600 Ted Gould (df6034a) +2010-03-10 23:22:08 -0600 Ted Gould (df6034a6) * Translations from OEM -2010-03-10 15:21:03 -0500 Kyle Nitzsche (ecec726) +2010-03-10 15:21:03 -0500 Kyle Nitzsche (ecec726a) * add LINGUAS and translated po files for target languages -2010-03-04 12:05:07 -0600 Ted Gould (650a34e) +2010-03-04 12:05:07 -0600 Ted Gould (650a34e3) * releasing version 0.0.2-0ubuntu1~ppa1 -2010-03-04 12:01:39 -0600 Ted Gould (37e61f8) +2010-03-04 12:01:39 -0600 Ted Gould (37e61f8d) * * New upstream release. * Making label guess and reasonable width starting out. -2010-03-04 12:00:45 -0600 Ted Gould (bc3b367) +2010-03-04 12:00:45 -0600 Ted Gould (bc3b3672) - * Import upstream version 0.0.2 (tag: upstream-0.0.2) + * Import upstream version 0.0.2 -2010-03-04 12:00:39 -0600 Ted Gould (903f9ac) +2010-03-04 12:00:39 -0600 Ted Gould (903f9acd) * Merge with ubuntu desktop -2010-03-04 11:49:03 -0600 Ted Gould (2d51682) +2010-03-04 11:49:03 -0600 Ted Gould (2d516823) * 0.0.2 (tag: 0.0.2) -2010-03-02 22:45:09 -0600 Ted Gould (aafe318) +2010-03-02 22:45:09 -0600 Ted Gould (aafe3184) * A patch to make it so the label is of fixed size. No jiggle! -2010-03-01 16:34:55 -0600 Ted Gould (1c2a7ab) +2010-03-01 16:34:55 -0600 Ted Gould (1c2a7abb) * Fixing time to remove leading zero -2010-03-01 16:30:44 -0600 Ted Gould (a526efc) +2010-03-01 16:30:44 -0600 Ted Gould (a526efc8) * Reacting to changes in style. -2010-03-01 16:25:17 -0600 Ted Gould (303bc1f) +2010-03-01 16:25:17 -0600 Ted Gould (303bc1f3) * Adding translation comments. -2010-03-01 16:23:56 -0600 Ted Gould (6c63187) +2010-03-01 16:23:56 -0600 Ted Gould (6c63187e) * Debug message. -2010-03-01 16:21:19 -0600 Ted Gould (20a4004) +2010-03-01 16:21:19 -0600 Ted Gould (20a40047) * Providing a good guess at what the label size will be. -2010-03-01 15:15:07 -0600 Ted Gould (5f455da) +2010-03-01 15:15:07 -0600 Ted Gould (5f455da1) * Adding in an idle function to try and make it so the label never shrinks -2010-02-26 10:41:28 +0100 Didier Roche (c16b468) +2010-02-26 10:41:28 +0100 Didier Roche (c16b4688) * releasing version 0.0.1-0ubuntu1 -2010-02-26 10:41:20 +0100 Didier Roche (4827706) +2010-02-26 10:41:20 +0100 Didier Roche (48277066) * * debian/control: - add libdbusmenu-gtk-dev build-dep (/!\ not in configure.ac) -2010-02-26 10:39:49 +0100 Didier Roche (e390ca6) +2010-02-26 10:39:49 +0100 Didier Roche (e390ca6a) * New upstream release. -2010-02-26 10:39:44 +0100 Didier Roche (8f5b8f3) +2010-02-26 10:39:44 +0100 Didier Roche (8f5b8f3d) - * Import upstream version 0.0.1 (tag: upstream-0.0.1) + * Import upstream version 0.0.1 -2010-02-25 13:32:18 -0600 Ted Gould (21c86eb) +2010-02-25 13:32:18 -0600 Ted Gould (21c86eba) * Changing SVN to GIT -2010-02-25 13:31:37 -0600 Ted Gould (de70f9a) +2010-02-25 13:31:37 -0600 Ted Gould (de70f9ad) * releasing version 0.0.1-0ubuntu1 (tag: 0.0.1-0ubuntu1) -2010-02-25 13:30:25 -0600 Ted Gould (696a294) +2010-02-25 13:30:25 -0600 Ted Gould (696a294d) * Small change to get autogen.sh back in this tree. -2010-02-25 13:29:12 -0600 Ted Gould (2aeb694) +2010-02-25 13:29:12 -0600 Ted Gould (2aeb6943) * Small change -2010-02-25 12:43:10 -0600 Ted Gould (61ce438) +2010-02-25 12:43:10 -0600 Ted Gould (61ce438f) * Initial Upstream Release -2010-02-25 12:16:17 -0600 Ted Gould (8485bb2) +2010-02-25 12:16:17 -0600 Ted Gould (8485bb2d) * 0.0.1 (tag: 0.0.1) -2010-02-22 09:40:26 -0600 Ted Gould (56866b0) +2010-02-22 09:40:26 -0600 Ted Gould (56866b0f) * Fix build to include the source files -2010-02-18 10:47:38 -0600 Ted Gould (9646023) +2010-02-18 10:47:38 -0600 Ted Gould (9646023a) * releasing version 0.0.1~r2-0ubuntu3 -2010-02-18 10:46:34 -0600 Ted Gould (f595e94) +2010-02-18 10:46:34 -0600 Ted Gould (f595e945) * Adding autogen.sh to dist -2010-02-18 10:43:35 -0600 Ted Gould (286d972) +2010-02-18 10:43:35 -0600 Ted Gould (286d9727) * debian/control: Adding libdbusmenu-gtk as a build dep -2010-02-18 10:41:28 -0600 Ted Gould (481f29d) +2010-02-18 10:41:28 -0600 Ted Gould (481f29d7) * Merge from ubuntu-desktop -2010-02-17 22:38:02 -0600 Ted Gould (9844a4b) +2010-02-17 22:38:02 -0600 Ted Gould (9844a4bd) * releasing version 0.0.1~dev-0ubuntu1~ppa5 -2010-02-17 22:37:24 -0600 Ted Gould (9101e1f) +2010-02-17 22:37:24 -0600 Ted Gould (9101e1fd) * * Upstream Merge * Date menuitem, calendar menuitem and settings menuitem -2010-02-17 22:36:13 -0600 Ted Gould (17cc7e0) +2010-02-17 22:36:13 -0600 Ted Gould (17cc7e00) * Date menuitem, calendar menuitem and time settings menuitem. -2010-02-17 12:45:10 +0100 David Barth (fe77975) +2010-02-17 12:45:10 +0100 David Barth (fe779752) * checks for evolution and provides a calendar option -2010-02-15 11:41:20 +0100 David Barth (56c99c7) +2010-02-15 11:41:20 +0100 David Barth (56c99c75) * add date & settings option -2010-02-11 20:27:25 +0100 Didier Roche (86c5b21) +2010-02-11 20:27:25 +0100 Didier Roche (86c5b217) * releasing version 0.0.1~r2-0ubuntu2 -2010-02-11 20:27:20 +0100 Didier Roche (8fb2b5a) +2010-02-11 20:27:20 +0100 Didier Roche (8fb2b5aa) * * debian/control: - fix build-dep -2010-02-10 12:10:51 +0100 Didier Roche (d127f5f) +2010-02-10 12:10:51 +0100 Didier Roche (d127f5f4) * releasing version 0.0.1~r2-0ubuntu1 -2010-02-10 12:08:35 +0100 Didier Roche (404882a) +2010-02-10 12:08:35 +0100 Didier Roche (404882ad) * update copyright -2010-02-10 12:06:54 +0100 Didier Roche (565a60a) +2010-02-10 12:06:54 +0100 Didier Roche (565a60a3) * remove .la and .a file -2010-02-10 11:41:36 +0100 Didier Roche (4b0dea1) +2010-02-10 11:41:36 +0100 Didier Roche (4b0dea13) * new upstream version -2010-02-10 11:40:20 +0100 Didier Roche (2c193e7) +2010-02-10 11:40:20 +0100 Didier Roche (2c193e71) * Import upstream version 0.0.1~r2 -2010-02-10 11:40:04 +0100 Didier Roche (988a0e6) +2010-02-10 11:40:04 +0100 Didier Roche (988a0e6c) * Initial packaging -2010-02-08 10:08:07 -0600 Ted Gould (ccfb12b) +2010-02-08 10:08:07 -0600 Ted Gould (ccfb12b5) * releasing version 0.0.1~dev-0ubuntu1~ppa4 -2010-02-08 10:07:22 -0600 Ted Gould (1f8793e) +2010-02-08 10:07:22 -0600 Ted Gould (1f8793ed) * Bumping for rebuild with new dbusmenu -2010-02-04 19:04:59 -0800 Ted Gould (6cd5505) +2010-02-04 19:04:59 -0800 Ted Gould (6cd5505e) * releasing version 0.0.1~dev-0ubuntu1~ppa3 -2010-02-04 19:04:16 -0800 Ted Gould (a0a7e9b) +2010-02-04 19:04:16 -0800 Ted Gould (a0a7e9b7) * Bump version for rebuild -2010-01-07 08:34:03 -0600 Ted Gould (b5a0bb5) +2010-01-07 08:34:03 -0600 Ted Gould (b5a0bb59) * releasing version 0.0.1~dev-0ubuntu1~ppa2 -2010-01-07 08:32:36 -0600 Ted Gould (4add38c) +2010-01-07 08:32:36 -0600 Ted Gould (4add38ce) * * Upstream merge * Adding in an indicator -2010-01-07 08:31:46 -0600 Ted Gould (824e6d9) +2010-01-07 08:31:46 -0600 Ted Gould (824e6d9e) * Sync to trunk -2010-01-07 08:29:58 -0600 Ted Gould (d1e6eaa) +2010-01-07 08:29:58 -0600 Ted Gould (d1e6eaaa) * Adding the loadable indicator. -2010-01-06 11:12:09 -0600 Ted Gould (bee422b) +2010-01-06 11:12:09 -0600 Ted Gould (bee422b4) * releasing version 0.0.1~dev-0ubuntu1~ppa2~indicator1 -2010-01-06 11:11:21 -0600 Ted Gould (9709b21) +2010-01-06 11:11:21 -0600 Ted Gould (9709b21b) * * Upstream merge * Adding in an indicator -2010-01-06 10:34:36 -0600 Ted Gould (c7ec96e) +2010-01-06 10:34:36 -0600 Ted Gould (c7ec96e9) * releasing version 0.0.1~dev-0ubuntu1~ppa1 -2010-01-06 10:31:00 -0600 Ted Gould (1e28496) +2010-01-06 10:31:00 -0600 Ted Gould (1e28496f) * Initial release. -2010-01-06 10:00:01 -0600 Ted Gould (5c079ea) +2010-01-06 10:00:01 -0600 Ted Gould (5c079eaf) * Building a simple menu. -2010-01-05 15:44:33 -0600 Ted Gould (51208eb) +2010-01-05 15:44:33 -0600 Ted Gould (51208eb3) * Initalizing and disposing of the label and timer -2010-01-05 15:41:53 -0600 Ted Gould (a324b57) +2010-01-05 15:41:53 -0600 Ted Gould (a324b57d) * Adding in a timer to update -2010-01-05 15:27:28 -0600 Ted Gould (e154d9e) +2010-01-05 15:27:28 -0600 Ted Gould (e154d9e9) * Adding comments. -2010-01-05 09:24:36 -0600 Ted Gould (1b1e098) +2010-01-05 09:24:36 -0600 Ted Gould (1b1e0989) * Updating the label with the time -2010-01-04 23:14:04 -0600 Ted Gould (81c0869) +2010-01-04 23:14:04 -0600 Ted Gould (81c0869a) * Making a label -2010-01-04 22:58:24 -0600 Ted Gould (881335a) +2010-01-04 22:58:24 -0600 Ted Gould (881335a5) * Linking in the get_label function -2010-01-04 22:54:29 -0600 Ted Gould (0479341) +2010-01-04 22:54:29 -0600 Ted Gould (0479341e) * Adding in the indicator defines -2010-01-04 22:52:08 -0600 Ted Gould (7c0f72c) +2010-01-04 22:52:08 -0600 Ted Gould (7c0f72c6) * The base object for the indicator -2010-01-04 22:38:47 -0600 Ted Gould (9434c8a) +2010-01-04 22:38:47 -0600 Ted Gould (9434c8a9) * Building a very basic indicator. -2010-01-04 22:32:37 -0600 Ted Gould (82381c6) +2010-01-04 22:32:37 -0600 Ted Gould (82381c6a) * Boot strap diff --git a/NEWS b/NEWS index c165f14..2588e8a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Overview of changes in ayatana-indicator-datetime 0.8.0 + + - Version bump to bring all system indicator (and the + renderer libraries to the same version level). + - Rename 'x-canonical-type' attribute to 'x-ayatana-type' + (and others) to allow using system indicators from + Ayatana Indicators on Ubuntu. + - Start the indicator with the ayatana-indicators.target. + - Some minor phrases changes. + - Drop upstart support. + - Translation updates. + Overview of changes in ayatana-indicator-datetime 0.4.1 - Fix calendar going into update loop. diff --git a/debian/changelog b/debian/changelog index 3145c47..e616360 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,13 @@ +ayatana-indicator-datetime (0.8.0-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-datetime. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel Mon, 17 Aug 2020 22:15:35 +0200 + ayatana-indicator-datetime (0.4.1-0) unstable; urgency=medi - * Upstream-provided Debian package for ayatana-indicator-power. + * Upstream-provided Debian package for ayatana-indicator-datetime. See upstream ChangeLog for recent changes. -- Mike Gabriel Wed, 29 Jul 2020 18:17:50 +0200 -- cgit v1.2.3