aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move timezone code behind a private Impl class Charles Kerr2014-09-196-280/+329
|\
| * hide the implementation detials of FileTimezone and GeoclueTimezone behind Im...Charles Kerr2014-09-136-280/+329
* | Adjust our floating alarms when the local timezone changes.Charles Kerr2014-09-196-40/+56
|\ \
| * | 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 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-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
|\ \ \
| * | | 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
|/
* Releasing 13.10.0+14.10.20140908.1-0ubuntu1CI bot2014-09-081-0/+11
* 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
* | rename "Upcoming" -> "Upcoming events" Charles Kerr2014-09-082-2/+2
|\ \ | |/ |/|
| * change header from 'Upcoming' to 'Upcoming events'Charles Kerr2014-09-082-2/+2
|/
* Releasing 13.10.0+14.10.20140905-0ubuntu1CI bot2014-09-051-0/+9
* 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-0521-39/+476
|\ \
| * | 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-022-39/+0
| * | use the 'override' keyword in the new planner class declarationsCharles Kerr2014-09-022-2/+2
| * | update manual-test-snap's diagnostic text to reflect snooze/ok buttonsCharles Kerr2014-09-021-5/+5
| * | reverse OK/snooze button orderCharles Kerr2014-09-021-1/+1
| * | add manual test for snoozeCharles Kerr2014-09-021-0/+10
| * | update Snap Decisions to include snoozeCharles Kerr2014-09-023-31/+29
| * | add planner.cpp to the buildCharles Kerr2014-09-023-6/+10
| * | add snooze properties to our schema; export it on the bus; add testsCharles Kerr2014-09-0210-1/+45
| * | add SnoozePlanner, AggregatePlannerCharles Kerr2014-09-026-0/+420
| |/
* | Releasing 13.10.0+14.10.20140904.1-0ubuntu1CI bot2014-09-041-0/+7
* | sound: adding media role (alarm) when sink is pulsesink Ricardo Salveti de Araujo2014-09-041-0/+19
|\ \ | |/ |/|
| * 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
|/
* Releasing 13.10.0+14.10.20140819-0ubuntu1CI bot2014-08-191-0/+8
* Use powerd's hardware wakeup API instead of of using the u_hardware_alarm_*()...Charles Kerr2014-08-197-219/+318
|\
| * use powerd for hardware wakeupsCharles Kerr2014-08-187-219/+318
|/|
| * use powerd for hw alarm wakeupsCharles Kerr2014-08-187-219/+318
|/
* Releasing 13.10.0+14.10.20140808-0ubuntu1CI bot2014-08-081-0/+9
* Have the shared Translations.cmake file look for .c, .cc, .cpp, .cxx, and .va...Charles Kerr2014-08-081-11/+7
|\
| * when building the potfile, include .cc, .cpp, and .cxx files.Charles Kerr2014-08-071-11/+7
* | Add haptic feedback support for alarms. Fixes: 1350017Charles Kerr2014-08-0828-646/+1558
|\ \ | |/ |/|