aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* require an explicit role for the sound so that we can differentiate between ↵Charles Kerr2015-01-211-5/+9
| | | | eg 'alarm' and 'alert'
* 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
|
* 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
|
* After a one-time Ubuntu alarm's notification is displayed, disable the ↵Charles Kerr2014-12-082-1/+86
|\ | | | | | | | | | | alarm. Fixes: #1362341 Approved by: Ted Gould, PS Jenkins bot
| * disable one-time alarms after their notifications are shown.Charles Kerr2014-12-072-1/+86
| |
* | Change notifications for calendar events s.t. the sound is nonrepeating and ↵Charles Kerr2014-12-081-4/+9
|\| | | | | | | | | | | 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-071-4/+9
| |
* | Add support for x-canonical-alarm and x-canonical-disabled tags in VTODO ↵Charles Kerr2014-12-085-17/+27
|\| | | | | | | | | | | 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-075-17/+27
| | | | | | | | notifications aren't shown for them.
* | 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
* Fix appointment comparison function to include the audio_url field in its ↵Charles Kerr2014-10-091-0/+1
|\ | | | | | | | | | | test. Fixes: 1364949 Approved by: Antti Kaijanmäki
| * fix Appointment object's equality operator to also look at the audio_url field.Charles Kerr2014-10-071-0/+1
| |
* | rename title from 'Upcoming events' to 'Time & Date'Charles Kerr2014-10-031-1/+1
|/
* Make alarm notifications icons and button color match Design's specs. Fixes: ↵Charles Kerr2014-09-192-3/+3
|\ | | | | | | | | | | 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-171-1/+1
| |
| * work around a notifications bug that can't handle boolean hintsCharles Kerr2014-09-171-1/+1
| |
* | Fix flint++ warnings Charles Kerr2014-09-194-8/+8
|\ \ | | | | | | | | | Approved by: Ted Gould, PS Jenkins bot
| * | fix flint++ warningsCharles Kerr2014-09-174-8/+8
| |/
* | Move timezone code behind a private Impl class Charles Kerr2014-09-193-246/+322
|\ \ | | | | | | | | | Approved by: Ted Gould, PS Jenkins bot
| * | hide the implementation detials of FileTimezone and GeoclueTimezone behind ↵Charles Kerr2014-09-133-246/+322
| | | | | | | | | | | | Impl classes
* | | copyediting: move line to remove unnecessary diff from trunkCharles Kerr2014-09-161-1/+1
| | |
* | | 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-162-42/+190
|\ \ \ | | |/ | |/|
| * | 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
| | |
| * | fooCharles Kerr2014-09-131-41/+180
| |\|
| | * update the time string when a powerd.Wakeup signal is seen.Charles Kerr2014-09-131-12/+67
| | |
| | * hide Clock's implementation details into an Impl class.Charles Kerr2014-09-131-41/+97
| |/
* / LiveClock only needs one Timezone, so give it that instead of a Timezones objectCharles Kerr2014-09-162-17/+19
|/
* Use unicode characters directly instead of escaping them. Fixes: 1350544Lars Uebernickel2014-09-081-20/+26
|\ | | | | | | Approved by: Charles Kerr, Sebastien Bacher, PS Jenkins bot
| * Use unicode characters directly instead of escaping themLars Uebernickel2014-09-081-20/+26
| | | | | | | | | | | | Launchpad's xgettext seems too old to properly transform the escaped characters. It passes literal characters right through.
* | change header from 'Upcoming' to 'Upcoming events'Charles Kerr2014-09-081-1/+1
|/
* In the alarm's popup notifications' titlebars, don't show the seconds in the ↵Charles Kerr2014-09-051-2/+5
|\ | | | | | | | | | | time format string. Fixes: 1364374 Approved by: Pete Woods, PS Jenkins bot
| * remove the seconds from the alarms' snap decisions.Charles Kerr2014-09-021-2/+5
| |
* | Add the snooze feature Fixes: 1354400Charles Kerr2014-09-058-29/+318
|\ \ | | | | | | | | | Approved by: Jussi Pakkanen, PS Jenkins bot
| * | minor copyediting: rename a variable for better clarityCharles Kerr2014-09-021-3/+3
| | |
| * | remove the new code that we're not using yetCharles Kerr2014-09-021-38/+0
| | |
| * | reverse OK/snooze button orderCharles Kerr2014-09-021-1/+1
| | |
| * | update Snap Decisions to include snoozeCharles Kerr2014-09-022-29/+27
| | |
| * | add planner.cpp to the buildCharles Kerr2014-09-022-3/+8
| | |
| * | add snooze properties to our schema; export it on the bus; add testsCharles Kerr2014-09-023-0/+15
| | |
| * | add SnoozePlanner, AggregatePlannerCharles Kerr2014-09-023-0/+309
| |/
* | sound: check for audio_sink and also unref after using the objectRicardo Salveti de Araujo2014-09-041-7/+11
| |
* | sound: adding media role (alarm) when sink is pulsesinkRicardo Salveti de Araujo2014-09-041-0/+15
|/