aboutsummaryrefslogtreecommitdiff
path: root/tests/test-snap.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Partially revert fab51b4. Only rename those x-canonical attributes to ↵Mike Gabriel2020-08-111-1/+1
| | | | x-ayatana if they are solely used by Ayatana Indicators.
* Replace x-canonical attributesRobert Tari2020-08-111-1/+1
|
* add a ualarm to test-snap.cppCharles Kerr2018-03-261-3/+14
|
* Fix executable/project name (indicator-datetime -> ↵Mike Gabriel2017-12-081-1/+1
| | | | ayatana-indicator-datetime) at various locations.
* README.md: Add some manual line breaks.Mike Gabriel2017-12-081-9/+9
|
* Many more C++ namespace name changes (unity -> ayatana).Mike Gabriel2017-12-081-6/+6
|
* honor the AccountsService 'other vibrations' setting.Charles Kerr2015-04-081-28/+81
|
* 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-10/+10
| | | | 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-4/+3
|
* sync the rest of the code with the changes to DateTime instantiation ↵Charles Kerr2015-03-141-4/+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-4/+4
|
* 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
* in haptic.cpp, better support for vibration patternsCharles Kerr2014-07-311-4/+4
|
* add haptic feedback unit testsCharles Kerr2014-07-311-1/+32
|
* refactor the Notifications / sound / awake codeCharles Kerr2014-07-261-27/+47
|
* 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.
* add a dbustest1 test to confirm that the snap decision's hint has the ↵Charles Kerr2014-07-151-0/+212
correct timeout interval.