aboutsummaryrefslogtreecommitdiff
path: root/tests/test-snap.cpp
Commit message (Expand)AuthorAgeFilesLines
* update notification tests to wait for the needed bus events instead of waitin...Charles Kerr2021-08-291-396/+0
* Move notifications tests into a new unit test. Extract notifications test fix...Charles Kerr2021-08-291-348/+6
* 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, even...Charles Kerr2021-08-291-17/+86
* 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 i...Charles Kerr2021-08-291-7/+21
* rather than commenting out a test, use Google Test's DISABLED_ feature to dis...Charles Kerr2021-08-291-3/+1
* 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 x-ayata...Mike Gabriel2020-08-111-1/+1
* 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 -> ayatana-indicator-datetime...Mike Gabriel2017-12-081-1/+1
* 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 Appointmen...Charles Kerr2015-03-311-10/+10
* 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 mentione...Charles Kerr2015-03-141-4/+2
* ensure that disabled alarms aren't shown in indicator-datetime and that notif...Charles Kerr2014-12-071-1/+1
* fix flint++ warningsCharles Kerr2014-09-171-4/+4
* configurable haptic mode, part 2 of 3: use the new haptic mode setting when p...Charles Kerr2014-07-311-7/+42
* 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 on...Charles Kerr2014-07-241-33/+257
* add a dbustest1 test to confirm that the snap decision's hint has the correct...Charles Kerr2014-07-151-0/+212