aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.20141208-0ubuntu1CI Train Bot2014-12-081-0/+16
|
* After a one-time Ubuntu alarm's notification is displayed, disable the ↵Charles Kerr2014-12-086-5/+105
|\ | | | | | | | | | | alarm. Fixes: #1362341 Approved by: Ted Gould, PS Jenkins bot
| * 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 ↵Charles Kerr2014-12-082-4/+19
|\| | | | | | | | | | | the notification is temporary, not requiring user interaction to disappear. Fixes: #1320880 Approved by: Ted Gould
| * 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 ↵Charles Kerr2014-12-0813-30/+53
|\| | | | | | | | | | | categories so that disabled alarms will not be displayed. Fixes: #1387231 Approved by: Ted Gould, PS Jenkins bot
| * ensure that disabled alarms aren't shown in indicator-datetime and that ↵Charles Kerr2014-12-0713-30/+53
| | | | | | | | notifications aren't shown for them.
* | Don't log an error if powerd isn't available on the system. Fixes: #1384714Charles Kerr2014-12-081-1/+6
|\ \ | |/ |/| | | Approved by: Ted Gould, PS Jenkins bot
| * 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' ↵Charles Kerr2014-11-041-1/+4
|/ | | | warning on desktop
* 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
|\ | | | | | | Approved by: PS Jenkins bot
| * 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 ↵Charles Kerr2014-10-092-0/+14
|\ \ | |/ |/| | | | | | | test. Fixes: 1364949 Approved by: Antti Kaijanmäki
| * add a manual test case from dmorley's report in #1364949Charles Kerr2014-10-071-0/+13
| |
| * fix Appointment object's equality operator to also look at the audio_url field.Charles Kerr2014-10-071-0/+1
| |
* | Releasing 13.10.0+14.10.20141007-0ubuntu1CI bot2014-10-071-0/+7
| |
* | Change title to read "Time & Date" Fixes: 1377286Charles Kerr2014-10-072-2/+2
|\ \ | |/ |/| | | Approved by: Ted Gould, PS Jenkins bot
| * rename title from 'Upcoming events' to 'Time & Date'Charles Kerr2014-10-032-2/+2
|/
* Releasing 13.10.0+14.10.20140919-0ubuntu1CI bot2014-09-191-0/+12
|
* Make alarm notifications icons and button color match Design's specs. Fixes: ↵Charles Kerr2014-09-193-5/+6
|\ | | | | | | | | | | 1370594 Approved by: Ted Gould, PS Jenkins bot, Nekhelesh Ramananthan
| * fix tyop from previous commitCharles Kerr2014-09-171-1/+1
| |
| * use the new x-canonical-private-affirmative-tint key.Charles Kerr2014-09-172-3/+4
| |
| * work around a notifications bug that can't handle boolean hintsCharles Kerr2014-09-171-1/+1
| |
* | Fix flint++ warnings Charles Kerr2014-09-1936-85/+146
|\ \ | | | | | | | | | Approved by: Ted Gould, PS Jenkins bot
| * | fix flint++ warningsCharles Kerr2014-09-1736-85/+146
| |/
* | Move timezone code behind a private Impl class Charles Kerr2014-09-196-280/+329
|\ \ | | | | | | | | | Approved by: Ted Gould, PS Jenkins bot
| * | hide the implementation detials of FileTimezone and GeoclueTimezone behind ↵Charles Kerr2014-09-136-280/+329
| | | | | | | | | | | | Impl classes
* | | Adjust our floating alarms when the local timezone changes.Charles Kerr2014-09-196-40/+56
|\ \ \ | |_|/ |/| | | | | | | | Fixes: 1332095 Approved by: Ted Gould, PS Jenkins bot
| * | copyediting: move line to remove unnecessary diff from trunkCharles Kerr2014-09-161-1/+1
| | |
| * | add manual test indicator-datetime/alarm-timezoneCharles Kerr2014-09-161-0/+9
| | |
| * | in SimpleRangePlanner, re-query the engine for appointments when the local ↵Charles Kerr2014-09-161-1/+6
| | | | | | | | | | | | timezone changes.
| * | in main.cpp, reuse the existing FileTimezone so that we don't have an ↵Charles Kerr2014-09-161-7/+6
| | | | | | | | | | | | unneccessary extra one
| * | sync with trunkCharles Kerr2014-09-168-68/+316
| |\ \ | |/ / |/| |
* | | Releasing 13.10.0+14.10.20140915-0ubuntu1CI bot2014-09-151-0/+8
| | |
* | | Update the time strings when a powerd Wakeup signal is detected. Fixes: 1359802Charles Kerr2014-09-157-68/+308
|\ \ \ | | | | | | | | | | | | Approved by: Ted Gould, PS Jenkins bot
| * | | add unit tests for the powerd monitorCharles Kerr2014-09-152-2/+71
| | | |
| * | | add manual test indicator-datetime/timestamp-wakeupCharles Kerr2014-09-151-0/+7
| | | |
| * | | listen to powerd SysPowerStateChange instead of WakeupCharles Kerr2014-09-151-10/+10
| | | |
| * | | add translator comments for the date format string in snap.cppCharles Kerr2014-09-151-1/+10
| | | |
| * | | get the system bus once instead of twice.Charles Kerr2014-09-131-17/+45
| |\ \ \ | | |_|/ | |/| |
| | * | fooCharles Kerr2014-09-134-65/+220
| |/| | |/|/ /
| * | update the time string when a powerd.Wakeup signal is seen.Charles Kerr2014-09-132-12/+72
| | |
| * | hide Clock's implementation details into an Impl class.Charles Kerr2014-09-133-65/+132
|/ /
| * LiveClock only needs one Timezone, so give it that instead of a Timezones objectCharles Kerr2014-09-164-34/+37
|/