| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | make the phone and desktop actions more consistent with each other; eg, 'indi... | Charles Kerr | 2014-03-22 | 2 | -15/+24 |
* | Don't list an 'Add Event…' button if there's not a calendar app available | Charles Kerr | 2014-03-09 | 2 | -0/+2 |
|\ |
|
| * | In the Desktop profile, don't show the 'Add Event…' button if evolution can... | Charles Kerr | 2014-03-06 | 2 | -0/+2 |
* | | don't connect to EDS when running in the greeter. | Charles Kerr | 2014-03-09 | 4 | -28/+129 |
* | | decouple the planner's states; need three separate sets: upcoming-now (for al... | Charles Kerr | 2014-03-09 | 9 | -42/+285 |
* | | in EdsPlanner, use a Timezone instead of Timezones object | Charles Kerr | 2014-03-09 | 1 | -2/+2 |
* | | use the timezones object to set the ECalComponent's default timezone. This is... | Charles Kerr | 2014-02-26 | 1 | -1/+3 |
|/ |
|
* | another pass at removing alarms from the menu once they're no longer upcoming... | Charles Kerr | 2014-02-05 | 1 | -0/+3 |
* | revert r400; we can't block alarms by UID because that would hide recurring a... | Charles Kerr | 2014-02-05 | 1 | -2/+0 |
* | remove alarms from the menu once they've been shown in a snap decision. | Charles Kerr | 2014-02-05 | 1 | -0/+2 |
* | Add audio notitication when the alarm is triggered. Add a manual test to test... | Charles Kerr | 2014-02-04 | 1 | -1/+6 |
* | use the appointment's beginning time in the title of the alarm Snap Decision | Charles Kerr | 2014-02-04 | 1 | -7/+2 |
* | pin the planner's upcoming appointments to the live clock time, rather than t... | Charles Kerr | 2014-02-04 | 1 | -2/+3 |
* | add header file which should have been bzr add'ed last commit | Charles Kerr | 2014-02-03 | 1 | -0/+51 |
* | from alarm dev branch: add the alarm watcher and its unit tests | Charles Kerr | 2014-02-02 | 1 | -0/+72 |
* | copyediting: don't use camelCaseFunctionNames() in timezones-file | Charles Kerr | 2014-02-02 | 1 | -2/+2 |
* | copyediting: as per review, use name_of_thing() instead of get_name_of_thing(... | Charles Kerr | 2014-01-30 | 4 | -16/+16 |
* | following on the review comment covered in the last commit, use shared_ptr<co... | Charles Kerr | 2014-01-30 | 5 | -13/+13 |
* | as per review, there were a few places that accidentally passed a shared_ptr<... | Charles Kerr | 2014-01-30 | 2 | -3/+3 |
* | as per review, constify getters where possible. This isn't always possible du... | Charles Kerr | 2014-01-30 | 2 | -2/+1 |
* | as per review, make explicit the dependency injection that was implicit in ma... | Charles Kerr | 2014-01-30 | 1 | -49/+0 |
* | as per review, don't inline unless there are performance issues | Charles Kerr | 2014-01-30 | 7 | -30/+11 |
* | as per review, don't inline getters | Charles Kerr | 2014-01-30 | 3 | -8/+8 |
* | cleanup from previous commit: since Formatter code was migrated to utils.c so... | Charles Kerr | 2014-01-28 | 1 | -8/+1 |
* | make utils.cpp's generate_full_format_string_at_time() a standalone function ... | Charles Kerr | 2014-01-28 | 1 | -22/+28 |
* | sync the exported calendar state with the #State backend | Charles Kerr | 2014-01-25 | 2 | -4/+2 |
* | Alarms is going to need to know when the clock's minute changes. We already h... | Charles Kerr | 2014-01-22 | 3 | -17/+16 |
* | Remove the Timezones property from Clock; it's only needed by the subclass Li... | Charles Kerr | 2014-01-22 | 2 | -6/+10 |
* | move planner-mock.h from include/datetime/ to tests/ because it's only needed... | Charles Kerr | 2014-01-22 | 1 | -44/+0 |