Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor the Notifications / sound / awake code | Charles Kerr | 2014-07-26 | 1 | -2/+7 |
| | |||||
* | Expose the alarm settings via dbus properties. | Charles Kerr | 2014-06-26 | 1 | -1/+1 |
| | |||||
* | Add Exporter's implementation to an Impl file because I'm about to shovel ↵ | Charles Kerr | 2014-06-26 | 1 | -1/+1 |
| | | | | more methods and fields in there. | ||||
* | in the snap decision code, handle sound custom loop durations | Charles Kerr | 2014-06-24 | 1 | -1/+1 |
| | |||||
* | in the snap decision code, handle custom sounds and volume levels. | Charles Kerr | 2014-06-23 | 1 | -1/+1 |
| | |||||
* | remove a pair of #warning tracers | Charles Kerr | 2014-06-10 | 1 | -3/+0 |
| | |||||
* | Don't build the hw-alarms pieces if ubuntu/hardware/alarm.h can't be found. ↵ | Charles Kerr | 2014-06-10 | 1 | -1/+9 |
| | | | | Don't require libplatform-hardware-api-* unless the arch is armhf, i386, or amd64. | ||||
* | hw alarms | Charles Kerr | 2014-04-24 | 1 | -27/+83 |
| | |||||
* | rename 'clock-watcher' as 'alarm-queue' because the former name isn't very ↵ | Charles Kerr | 2014-04-24 | 1 | -3/+3 |
| | | | | informative. | ||||
* | don't connect to EDS when running in the greeter. | Charles Kerr | 2014-03-09 | 1 | -5/+13 |
| | |||||
* | decouple the planner's states; need three separate sets: upcoming-now (for ↵ | Charles Kerr | 2014-03-09 | 1 | -3/+8 |
| | | | | alarms in the current time), upcoming-calendar (to show events coming from the selected calendar date), and calendar-month (all the appointments in the month displayed in the menu). | ||||
* | in EdsPlanner, use a Timezone instead of Timezones object | Charles Kerr | 2014-03-09 | 1 | -1/+3 |
| | |||||
* | use the timezones object to set the ECalComponent's default timezone. This ↵ | Charles Kerr | 2014-02-26 | 1 | -1/+1 |
| | | | | is needed to properly handle the 'floating' dates in the alarms | ||||
* | revert r400; we can't block alarms by UID because that would hide recurring ↵ | Charles Kerr | 2014-02-05 | 1 | -5/+3 |
| | | | | alarms | ||||
* | if an alarm doesn't have a URL associated with it, use ↵ | Charles Kerr | 2014-02-05 | 1 | -1/+8 |
| | | | | 'appid://com.ubuntu.clock/clock/current-user-version' as a fallback url. | ||||
* | remove alarms from the menu once they've been shown in a snap decision. | Charles Kerr | 2014-02-05 | 1 | -3/+5 |
| | |||||
* | copyediting: make the Snap lambdas a little easier to read. | Charles Kerr | 2014-02-05 | 1 | -3/+3 |
| | |||||
* | Add audio notitication when the alarm is triggered. Add a manual test to ↵ | Charles Kerr | 2014-02-04 | 1 | -9/+6 |
| | | | | tests/ to trigger a snap decision. | ||||
* | use the appointment's beginning time in the title of the alarm Snap Decision | Charles Kerr | 2014-02-04 | 1 | -1/+1 |
| | |||||
* | pin the planner's upcoming appointments to the live clock time, rather than ↵ | Charles Kerr | 2014-02-04 | 1 | -1/+1 |
| | | | | the calendar's time, so that they always update correctly in real-time | ||||
* | from alarm dev branch: snap decision handler | Charles Kerr | 2014-02-03 | 1 | -0/+9 |
| | |||||
* | as per review, make explicit the dependency injection that was implicit in ↵ | Charles Kerr | 2014-01-30 | 1 | -3/+18 |
| | | | | main() | ||||
* | plug in the greeter menus | Charles Kerr | 2014-01-22 | 1 | -1/+2 |
| | |||||
* | copyediting: rename Service as Exporter & tweak comments | Charles Kerr | 2014-01-22 | 1 | -3/+3 |
| | |||||
* | extract LiveState to its own State subclass to make main()'s flow easier to ↵ | Charles Kerr | 2014-01-22 | 1 | -34/+12 |
| | | | | follow | ||||
* | sync with new State class changes | Charles Kerr | 2014-01-16 | 1 | -8/+19 |
| | |||||
* | Function: add fully-tested ActionGroups, per-profile Menus, state object. | Charles Kerr | 2014-01-14 | 1 | -0/+81 |
Form: Add code annotations/comments. Remove dead code. Use Mir style guide. Todo: GSettings toggles, sync with new dbus-test-runner API, get GNOME Panel building again |