| Commit message (Expand) | Author | Age | Files | Lines |
* | in DateTime class, make it harder to accidentally mix local and nonlocal time... | Charles Kerr | 2015-04-06 | 1 | -1/+2 |
* | remove some new bits that turned out to be unneeded after all | Charles Kerr | 2015-04-05 | 1 | -2/+0 |
* | fix misuse of ECalComponentAlarmInstance's fields. | Charles Kerr | 2015-04-05 | 1 | -1/+0 |
* | add the new Alarm class as an argument to the alarm queue class | Charles Kerr | 2015-04-03 | 4 | -15/+11 |
* | add override keyword to Clock class | Charles Kerr | 2015-04-03 | 2 | -2/+2 |
* | add override keyword to WakeupTimer | Charles Kerr | 2015-04-03 | 3 | -5/+5 |
* | add an Alarm class to represent ical valarm components; change the Appointmen... | Charles Kerr | 2015-03-31 | 2 | -5/+24 |
* | add DateTime::end_of_month(), DateTime::end_of_day(). Add unit tests for them. | Charles Kerr | 2015-03-16 | 1 | -2/+6 |
* | in DateTime::is_set(), include timezone test | Charles Kerr | 2015-03-16 | 1 | -1/+1 |
* | Add DateTime::start_of_day() to use instead of the add_hours(-hours()) trick,... | Charles Kerr | 2015-03-14 | 1 | -3/+7 |
* | disable one-time alarms after their notifications are shown. | Charles Kerr | 2014-12-07 | 3 | -4/+9 |
* | ensure that disabled alarms aren't shown in indicator-datetime and that notif... | Charles Kerr | 2014-12-07 | 1 | -1/+4 |
* | Fix flint++ warnings | Charles Kerr | 2014-09-19 | 12 | -32/+32 |
|\ |
|
| * | fix flint++ warnings | Charles Kerr | 2014-09-17 | 12 | -32/+32 |
* | | Move timezone code behind a private Impl class | Charles Kerr | 2014-09-19 | 3 | -34/+7 |
|\ \ |
|
| * | | hide the implementation detials of FileTimezone and GeoclueTimezone behind Im... | Charles Kerr | 2014-09-13 | 3 | -34/+7 |
* | | | sync with trunk | Charles Kerr | 2014-09-16 | 3 | -8/+18 |
|\ \ \
| | |/
| |/| |
|
| * | | add unit tests for the powerd monitor | Charles Kerr | 2014-09-15 | 1 | -2/+10 |
| |/ |
|
| * | update the time string when a powerd.Wakeup signal is seen. | Charles Kerr | 2014-09-13 | 1 | -0/+5 |
| * | hide Clock's implementation details into an Impl class. | Charles Kerr | 2014-09-13 | 1 | -6/+3 |
* | | LiveClock only needs one Timezone, so give it that instead of a Timezones object | Charles Kerr | 2014-09-16 | 1 | -2/+2 |
|/ |
|
* | remove the new code that we're not using yet | Charles Kerr | 2014-09-02 | 1 | -1/+0 |
* | use the 'override' keyword in the new planner class declarations | Charles Kerr | 2014-09-02 | 2 | -2/+2 |
* | update Snap Decisions to include snooze | Charles Kerr | 2014-09-02 | 1 | -2/+2 |
* | add planner.cpp to the build | Charles Kerr | 2014-09-02 | 1 | -3/+2 |
* | add snooze properties to our schema; export it on the bus; add tests | Charles Kerr | 2014-09-02 | 3 | -0/+3 |
* | add SnoozePlanner, AggregatePlanner | Charles Kerr | 2014-09-02 | 3 | -0/+111 |
* | use powerd for hw alarm wakeups | Charles Kerr | 2014-08-18 | 1 | -12/+10 |
* | configurable haptic mode, part 1 of 3: add haptic feedback mode to the GSetti... | Charles Kerr | 2014-07-31 | 3 | -0/+3 |
* | move Snap's guts into an Impl class | Charles Kerr | 2014-07-30 | 1 | -4/+2 |
* | refactor the Notifications / sound / awake code | Charles Kerr | 2014-07-26 | 2 | -18/+8 |
* | when a Snap object is destructed, delete any active Popups that it owns. This... | Charles Kerr | 2014-07-24 | 1 | -1/+6 |
* | move the powerd and screen bus name, path, and interface strings into dbus-sh... | Charles Kerr | 2014-07-23 | 1 | -2/+12 |
* | use unsigned ints for the alarm volume, duration properties | Charles Kerr | 2014-06-27 | 1 | -2/+2 |
* | Design prefers to have a volume slider instead of presets, so remove the Alar... | Charles Kerr | 2014-06-26 | 2 | -11/+1 |
* | Expose the alarm settings via dbus properties. | Charles Kerr | 2014-06-26 | 1 | -1/+2 |
* | Add Exporter's implementation to an Impl file because I'm about to shovel mor... | Charles Kerr | 2014-06-26 | 1 | -19/+7 |
* | in the snap decision code, handle sound custom loop durations | Charles Kerr | 2014-06-24 | 1 | -1/+4 |
* | add GSettings support for specifying an alarm loop duration | Charles Kerr | 2014-06-24 | 3 | -0/+3 |
* | add support for per-alarm ringtone sounds set in EDS via E_CAL_COMPONENT_ALAR... | Charles Kerr | 2014-06-23 | 1 | -0/+1 |
* | in the snap decision code, handle custom sounds and volume levels. | Charles Kerr | 2014-06-23 | 1 | -1/+5 |
* | add GSettings support for specifying a default alarm sound and default alarm ... | Charles Kerr | 2014-06-23 | 3 | -0/+16 |
* | in SimpleAlarmQueue, the 'alarms we don't want to trigger' list needs to be c... | Charles Kerr | 2014-06-10 | 1 | -1/+1 |
* | in alarm-queue-simple, call requeue() if time skew is detected. | Charles Kerr | 2014-06-10 | 1 | -1/+1 |
* | in date-time.h, remove unnecessary get() call. (h/t ted) | Charles Kerr | 2014-06-10 | 1 | -1/+1 |
* | prefer to use ubuntu-platform-hardware-api for wakeups when possible s.t. use... | Charles Kerr | 2014-04-24 | 7 | -29/+260 |
|\ |
|
| * | hw alarms | Charles Kerr | 2014-04-24 | 7 | -23/+254 |
| * | rename 'clock-watcher' as 'alarm-queue' because the former name isn't very in... | Charles Kerr | 2014-04-24 | 1 | -10/+10 |
|/ |
|
* | remove unused field Appointment.is_daily | Charles Kerr | 2014-04-15 | 1 | -1/+0 |
* | remove unused field Appointment.is_event | Charles Kerr | 2014-04-15 | 1 | -1/+0 |