aboutsummaryrefslogtreecommitdiff
path: root/tests/test-snap.cpp
Commit message (Collapse)AuthorAgeFilesLines
* update notification tests to wait for the needed bus events instead of ↵Charles Kerr2021-08-291-396/+0
| | | | waiting for arbitrary time intervals
* Move notifications tests into a new unit test. Extract notifications test ↵Charles Kerr2021-08-291-348/+6
| | | | fixture into a reusable header.
* add explanation comments to test-snapCharles Kerr2021-08-291-10/+11
|
* in test-snap, move new tests to bottom to avoid confusing diffCharles Kerr2021-08-291-0/+71
|
* add combinatorial tests to check how snap behaves under system settings, ↵Charles Kerr2021-08-291-17/+86
| | | | event types, etc
* re-enable sound tests in test-snapCharles Kerr2021-08-291-1/+1
|
* in test-snap, wait a moment after creating the Snap to allow its async dbus ↵Charles Kerr2021-08-291-7/+21
| | | | internals to finish bootstrapping
* rather than commenting out a test, use Google Test's DISABLED_ feature to ↵Charles Kerr2021-08-291-3/+1
| | | | disable it
* disable broken testCharles Kerr2021-08-291-0/+2
|
* Replace deprecated pre-processor symbolsRobert Tari2021-08-241-2/+2
|
* 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.