Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include/datetime/snap.h: Don't guard snap.h by ↵ | Mike Gabriel | 2017-12-08 | 1 | -4/+0 |
| | | | | HAS_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS macro. It is only used by tests/test-snap.cpp and that one is only compiled and executed if HAS_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS is defined. | ||||
* | include/datetime/snap.h: Fix macro name ↵ | Mike Gabriel | 2017-12-08 | 1 | -2/+2 |
| | | | | (HAVE_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS -> HAS_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS). | ||||
* | rebase C++ namespace | Mike Gabriel | 2017-12-08 | 1 | -1/+1 |
| | |||||
* | Make the datetime indicator build on non-Ubuntu systems (which mostly lack ↵ | Mike Gabriel | 2017-12-08 | 1 | -0/+4 |
| | | | | url-dispatcher and Ubuntu Touch sound schema files. | ||||
* | Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime. | Mike Gabriel | 2017-05-17 | 1 | -2/+2 |
| | |||||
* | add an Alarm class to represent ical valarm components; change the ↵ | Charles Kerr | 2015-03-31 | 1 | -1/+2 |
| | | | | Appointment class to hold an arbitrary number of Alarms. | ||||
* | update Snap Decisions to include snooze | Charles Kerr | 2014-09-02 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -7/+5 |
| | |||||
* | when a Snap object is destructed, delete any active Popups that it owns. ↵ | Charles Kerr | 2014-07-24 | 1 | -1/+6 |
| | | | | This cleaner shutdown doesn't have any effect in production, but is needed to shut down the bus cleanly in the tests. | ||||
* | in the snap decision code, handle sound custom loop durations | Charles Kerr | 2014-06-24 | 1 | -1/+4 |
| | |||||
* | in the snap decision code, handle custom sounds and volume levels. | Charles Kerr | 2014-06-23 | 1 | -1/+5 |
| | |||||
* | Add audio notitication when the alarm is triggered. Add a manual test to ↵ | Charles Kerr | 2014-02-04 | 1 | -1/+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 | -7/+2 |
| | |||||
* | add header file which should have been bzr add'ed last commit | Charles Kerr | 2014-02-03 | 1 | -0/+51 |