aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* require an explicit role for the sound so that we can differentiate between e...Charles Kerr2015-01-211-5/+9
* 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 alarm....Charles Kerr2014-12-082-1/+86
|\
| * 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 t...Charles Kerr2014-12-081-4/+9
|\|
| * 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 cate...Charles Kerr2014-12-085-17/+27
|\|
| * ensure that disabled alarms aren't shown in indicator-datetime and that notif...Charles Kerr2014-12-075-17/+27
* | 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
|/
* Fix appointment comparison function to include the audio_url field in its tes...Charles Kerr2014-10-091-0/+1
|\
| * 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
|\
| * 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
|\ \
| * | fix flint++ warningsCharles Kerr2014-09-174-8/+8
| |/
* | Move timezone code behind a private Impl class Charles Kerr2014-09-193-246/+322
|\ \
| * | hide the implementation detials of FileTimezone and GeoclueTimezone behind Im...Charles Kerr2014-09-133-246/+322
* | | 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 ti...Charles Kerr2014-09-161-1/+6
* | | in main.cpp, reuse the existing FileTimezone so that we don't have an unnecce...Charles Kerr2014-09-161-7/+6
* | | 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
|\
| * Use unicode characters directly instead of escaping themLars Uebernickel2014-09-081-20/+26
* | 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
|\
| * 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
|\ \
| * | 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
|/