aboutsummaryrefslogtreecommitdiff
path: root/tests/manual-test-snap.cpp
Commit message (Collapse)AuthorAgeFilesLines
* URL dispatcher support: Build phone code, even if URL dispatcher is unavailable.Mike Gabriel2018-03-261-4/+0
|
* Fix executable/project name (indicator-datetime -> ↵Mike Gabriel2017-12-081-1/+1
| | | | ayatana-indicator-datetime) at various locations.
* Make the datetime indicator build on non-Ubuntu systems (which mostly lack ↵Mike Gabriel2017-12-081-0/+4
| | | | url-dispatcher and Ubuntu Touch sound schema files.
* Many more C++ namespace name changes (unity -> ayatana).Mike Gabriel2017-12-081-3/+3
|
* fix misuse of ECalComponentAlarmInstance's fields.Charles Kerr2015-04-051-1/+1
|
* add an Alarm class to represent ical valarm components; change the ↵Charles Kerr2015-03-311-5/+5
| | | | Appointment class to hold an arbitrary number of Alarms.
* add DateTime::end_of_month(), DateTime::end_of_day(). Add unit tests for them.Charles Kerr2015-03-161-1/+1
|
* sync the rest of the code with the changes to DateTime instantiation ↵Charles Kerr2015-03-141-6/+2
| | | | mentioned two commits ago
* ensure that disabled alarms aren't shown in indicator-datetime and that ↵Charles Kerr2014-12-071-1/+1
| | | | notifications aren't shown for them.
* fix flint++ warningsCharles Kerr2014-09-171-1/+1
|
* update manual-test-snap's diagnostic text to reflect snooze/ok buttonsCharles Kerr2014-09-021-5/+5
|
* refactor the Notifications / sound / awake codeCharles Kerr2014-07-261-5/+6
|
* Design prefers to have a volume slider instead of presets, so remove the ↵Charles Kerr2014-06-261-1/+21
| | | | AlarmVolume enum and replace it with an int range.
* in the snap decision code, handle sound custom loop durationsCharles Kerr2014-06-241-1/+7
|
* in the snap decision code, handle custom sounds and volume levels.Charles Kerr2014-06-231-4/+21
|
* remove unused field Appointment.is_dailyCharles Kerr2014-04-151-1/+0
|
* remove unused field Appointment.is_eventCharles Kerr2014-04-151-1/+0
|
* Add audio notitication when the alarm is triggered. Add a manual test to ↵Charles Kerr2014-02-041-0/+63
tests/ to trigger a snap decision.