aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * fix GAction leakage found while testing new unit tests with valgrindCharles Kerr2015-03-141-0/+8
| * in DateTime::Local() and DateTime::NowLocal(), avoid redundant construction o...Charles Kerr2015-03-141-2/+2
| * add regression test for bug #1429388Charles Kerr2015-03-141-1/+13
| * sync the rest of the code with the changes to DateTime instantiation mentione...Charles Kerr2015-03-145-74/+51
| * use the new DateTime::start_of_day() and DateTime::start_of_minute() functions.Charles Kerr2015-03-1410-71/+26
| * Add DateTime::start_of_day() to use instead of the add_hours(-hours()) trick,...Charles Kerr2015-03-142-16/+71
|/
* Releasing 13.10.0+15.04.20150301.1-0ubuntu1CI Train Bot2015-03-011-0/+11
* create a new timerfd each time we need to call timerfd_settime(). Fixes: #142...Charles Kerr2015-03-011-24/+35
|\
| * create a new timerfd each time we need to call timerfd_settime().Charles Kerr2015-02-271-24/+35
* | Releasing 13.10.0+15.04.20150301-0ubuntu1CI Train Bot2015-03-011-0/+10
* | Work around glib's type initialization deadlock.Charles Kerr2015-03-011-3/+3
|\ \ | |/ |/|
| * prevent deadlocking when registering G_TYPE_DBUS_PROXYCharles Kerr2015-02-281-3/+3
|/
* Releasing 13.10.0+15.04.20150213.1-0ubuntu1CI Train Bot2015-02-131-0/+11
* change the WallClock to detect time changes from TFD_TIMER_CANCEL_ON_SET, e.g...Charles Kerr2015-02-132-48/+95
|\
| * add a g_message() when updating due to anything that's not a periodic timerCharles Kerr2015-02-121-15/+18
| * extract the timerfd_settime() code into its own method. Add a new call to it ...Charles Kerr2015-02-121-20/+29
| * add manual test: indicator-datetime/manual-timeCharles Kerr2015-02-121-0/+6
| * change the LiveClock's private impl to detect time changes from timerfd's TFD...Charles Kerr2015-02-111-48/+77
|/
* Releasing 13.10.0+15.04.20150128.1-0ubuntu1CI Train Bot2015-01-281-0/+8
* Don't play calendar alarm sounds if Silent Mode is enabled. Use the alarm sou...Charles Kerr2015-01-286-14/+128
|\
| * in Snap's Sound() ctor, use an 'alarm' role for the alarm clock and 'alert' f...Charles Kerr2015-01-211-1/+2
| * require an explicit role for the sound so that we can differentiate between e...Charles Kerr2015-01-212-6/+10
| * tweak an overly-verbose variable nameCharles Kerr2015-01-211-2/+2
| * in Snap, fix the code that checks AccountsService.Sound for Silent ModeCharles Kerr2015-01-211-7/+6
| * new manual test, indicator-datetime/silent-modeCharles Kerr2015-01-211-0/+13
| * first stab at AccountsService proxy. WIP; pushing to test on devicesCharles Kerr2015-01-213-6/+102
| * use a local temporary to avoid having to GST_MESSAGE_CAST() twiceCharles Kerr2015-01-201-2/+3
| * remove the 'loop' test when deciding whether or not to set the audio role.Charles Kerr2015-01-201-1/+1
* | Releasing 13.10.0+15.04.20150127-0ubuntu1CI Train Bot2015-01-271-0/+11
* | Fix bug that misidentified repeating alarms as one-time alarms, causing them ...Charles Kerr2015-01-273-2/+12
|\ \ | |/ |/|
| * bump to re-run CI. clumsy, but jenkins' rebuild button isn't workingCharles Kerr2015-01-211-0/+1
| * strengthen the test that decides if an icalcomponent is a one-shot or repeating.Charles Kerr2015-01-152-2/+11
|/
* Releasing 13.10.0+15.04.20141208-0ubuntu1CI Train Bot2014-12-081-0/+16
* After a one-time Ubuntu alarm's notification is displayed, disable the alarm....Charles Kerr2014-12-086-5/+105
|\
| * disable one-time alarms after their notifications are shown.Charles Kerr2014-12-076-5/+105
* | Change notifications for calendar events s.t. the sound is nonrepeating and t...Charles Kerr2014-12-082-4/+19
|\|
| * for calendar events, use interactive notifications and a nonrepeating sound.Charles Kerr2014-12-072-4/+19
* | Add support for x-canonical-alarm and x-canonical-disabled tags in VTODO cate...Charles Kerr2014-12-0813-30/+53
|\|
| * ensure that disabled alarms aren't shown in indicator-datetime and that notif...Charles Kerr2014-12-0713-30/+53
* | Don't log an error if powerd isn't available on the system. Fixes: #1384714Charles Kerr2014-12-081-1/+6
|\ \ | |/ |/|
| * add a comment explaining why it's okay to let that fail silently.Charles Kerr2014-11-041-0/+2
| * silence 'com.canonical.powerd was not provided by any .service files' warning...Charles Kerr2014-11-041-1/+4
|/
* Releasing 13.10.0+15.04.20141103-0ubuntu1CI bot2014-11-031-0/+7
* Small tag typo in integration test Ted Gould2014-11-031-10/+5
|\
| * Removing newlines because the sed script can't handle them.Ted Gould2014-10-101-8/+3
| * Another typoTed Gould2014-10-101-1/+1
| * Small tag typoTed Gould2014-10-101-1/+1
* | Releasing 13.10.0+14.10.20141009-0ubuntu1CI bot2014-10-091-0/+8
* | Fix appointment comparison function to include the audio_url field in its tes...Charles Kerr2014-10-092-0/+14
|\ \ | |/ |/|
| * add a manual test case from dmorley's report in #1364949Charles Kerr2014-10-071-0/+13