aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't play calendar alarm sounds if Silent Mode is enabled. Use the alarm ↵Charles Kerr2015-01-281-0/+13
|\ | | | | | | | | | | sound role for both clock and calendar alarms. Fixes: #1410874 Approved by: Antti Kaijanmäki, PS Jenkins bot
| * new manual test, indicator-datetime/silent-modeCharles Kerr2015-01-211-0/+13
| |
* | strengthen the test that decides if an icalcomponent is a one-shot or repeating.Charles Kerr2015-01-151-0/+6
|/
* disable one-time alarms after their notifications are shown.Charles Kerr2014-12-071-0/+10
|
* for calendar events, use interactive notifications and a nonrepeating sound.Charles Kerr2014-12-071-0/+10
|
* ensure that disabled alarms aren't shown in indicator-datetime and that ↵Charles Kerr2014-12-077-12/+22
| | | | notifications aren't shown for them.
* Small tag typo in integration test Ted Gould2014-11-031-10/+5
|\ | | | | | | Approved by: PS Jenkins bot
| * Removing newlines because the sed script can't handle them.Ted Gould2014-10-101-8/+3
| |
| * Another typoTed Gould2014-10-101-1/+1
| |
| * Small tag typoTed Gould2014-10-101-1/+1
| |
* | Fix appointment comparison function to include the audio_url field in its ↵Charles Kerr2014-10-091-0/+13
|\ \ | |/ |/| | | | | | | test. Fixes: 1364949 Approved by: Antti Kaijanmäki
| * add a manual test case from dmorley's report in #1364949Charles Kerr2014-10-071-0/+13
| |
* | rename title from 'Upcoming events' to 'Time & Date'Charles Kerr2014-10-031-1/+1
|/
* Fix flint++ warnings Charles Kerr2014-09-1917-42/+103
|\ | | | | | | Approved by: Ted Gould, PS Jenkins bot
| * fix flint++ warningsCharles Kerr2014-09-1717-42/+103
| |
* | add manual test indicator-datetime/alarm-timezoneCharles Kerr2014-09-161-0/+9
| |
* | sync with trunkCharles Kerr2014-09-162-18/+100
|\|
| * add unit tests for the powerd monitorCharles Kerr2014-09-151-0/+61
| |
| * add manual test indicator-datetime/timestamp-wakeupCharles Kerr2014-09-151-0/+7
| |
| * hide Clock's implementation details into an Impl class.Charles Kerr2014-09-131-18/+32
| |
* | LiveClock only needs one Timezone, so give it that instead of a Timezones objectCharles Kerr2014-09-161-15/+16
|/
* change header from 'Upcoming' to 'Upcoming events'Charles Kerr2014-09-081-1/+1
|
* update manual-test-snap's diagnostic text to reflect snooze/ok buttonsCharles Kerr2014-09-021-5/+5
|
* add manual test for snoozeCharles Kerr2014-09-021-0/+10
|
* add snooze properties to our schema; export it on the bus; add testsCharles Kerr2014-09-022-1/+11
|
* configurable haptic mode, part 3 of 3: expose the new haptic mode setting as ↵Charles Kerr2014-07-311-0/+12
| | | | a DBus property; sync exporter tests
* configurable haptic mode, part 2 of 3: use the new haptic mode setting when ↵Charles Kerr2014-07-311-7/+42
| | | | popping up notifications; sync notification tests
* configurable haptic mode, part 1 of 3: add haptic feedback mode to the ↵Charles Kerr2014-07-311-0/+1
| | | | GSettings schema and to our Settings object
* in haptic.cpp, better support for vibration patternsCharles Kerr2014-07-311-4/+4
|
* add haptic feedback unit testsCharles Kerr2014-07-311-1/+32
|
* add haptic feedback to the manual testsCharles Kerr2014-07-301-0/+2
|
* refactor the Notifications / sound / awake codeCharles Kerr2014-07-262-32/+53
|
* add 'confirm that the screen comes on' to relevant manual testsCharles Kerr2014-07-241-0/+2
|
* add tests to confirm that sleep gets inhibited, and the screen gets forced ↵Charles Kerr2014-07-241-33/+257
| | | | on, while a notification is shown.
* move the powerd and screen bus name, path, and interface strings into ↵Charles Kerr2014-07-231-3/+3
| | | | dbus-shared
* add a dbustest1 test to confirm that the snap decision's hint has the ↵Charles Kerr2014-07-152-2/+220
| | | | correct timeout interval.
* add a visual hint that the next unit test isn't stuck, it's just slow.Charles Kerr2014-07-141-0/+1
|
* silence dead store assignment found by clang static analyzerCharles Kerr2014-07-131-1/+0
|
* copyedit the new manual test for clarity.Charles Kerr2014-07-071-2/+2
|
* add manual testCharles Kerr2014-07-031-0/+10
|
* Format the manual tests properly. Update the submitter/reviewer checklist.Charles Kerr2014-06-301-0/+22
|
* use unsigned ints for the alarm volume, duration propertiesCharles Kerr2014-06-272-13/+13
|
* Design prefers to have a volume slider instead of presets, so remove the ↵Charles Kerr2014-06-263-28/+24
| | | | AlarmVolume enum and replace it with an int range.
* Expose the alarm settings via dbus properties.Charles Kerr2014-06-262-1/+94
|
* fix test-menus.cpp build failure in clang++Charles Kerr2014-06-261-1/+1
|
* Add Exporter's implementation to an Impl file because I'm about to shovel ↵Charles Kerr2014-06-261-1/+1
| | | | more methods and fields in there.
* in the snap decision code, handle sound custom loop durationsCharles Kerr2014-06-241-1/+7
|
* add GSettings support for specifying an alarm loop durationCharles Kerr2014-06-241-2/+5
|
* in the snap decision code, handle custom sounds and volume levels.Charles Kerr2014-06-231-4/+21
|
* add GSettings support for specifying a default alarm sound and default alarm ↵Charles Kerr2014-06-231-0/+51
| | | | volume.