aboutsummaryrefslogtreecommitdiff
path: root/tests/test-settings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'tari01-pr/fix-failing-tests'Robert Tari2021-08-301-1/+12
|\ | | | | | | Attributes GH PR #47: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/47
| * Fix failing testsRobert Tari2021-07-211-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - include/actions-mock.h: Set return value to std::string and return an empty string - include/actions.h: Make open_alarm_app, open_appointment, open_calendar_app and open_settings_app return the uri/command - include/actions-live.h: Make open_alarm_app, open_appointment, open_calendar_app and open_settings_app return the uri/command - src/actions-live.cpp: Make open_alarm_app, open_appointment, open_calendar_app and open_settings_app return the uri/command - tests/test-live-actions.cpp: Drop last_cmd and last_url variables + use return values of actions-live functions for testing + test phone functions on lomiri only - tests/test-live-actions.cpp: test phone functions after setting XDG_CURRENT_DESKTOP - tests/test-settings.cpp: Use SETTINGS_NOTIFY_SCHEMA_ID only if it exists - tests/run-eds-ics-test.sh: Remove return statement - tests/CMakeLists.txt: Enable the timezone unit tests - tests/CMakeLists.txt: Catch race condition while attempting to copy schemas - tests/CMakeLists.txt: Exclude blocking tests on Travis for now - tests/tests-timezones.cpp: Use MockTimezone to construct LiveTimezones + drop section expecting changes after /timezone is modified (not monitored) - tests/test-formater: Change warning to plain message otherwise it can crash the test - .build.yml: Replace libmessaging-menu-dev with ayatana-indicator-messages Git build
| * Remove gsettings source call during unit tests Set minimal version for ↵Arthur Mello2021-07-081-7/+3
| | | | | | | | gsettings-ubuntu-touch-schemas package
| * Undo revisions 456/457Arthur Mello2021-07-081-27/+9
| |
| * Fix settings test check so we do not fail if GSettings schema is missingArthur Mello2021-07-081-33/+25
| |
| * Do not fail test if GSettings schema is not installedArthur Mello2021-07-081-1/+23
| |
| * Do not fail tests if schema is not installedArthur Mello2021-07-081-1/+9
| |
| * Update indicator-datetime to work with the new notification settingsArthur Mello2021-07-071-69/+42
| |
| * add Settings tests for blacklisting apps' notificationsCharles Kerr2021-06-301-0/+49
| |
* | Remove gsettings source call during unit tests Set minimal version for ↵Arthur Mello2021-08-291-7/+3
| | | | | | | | gsettings-ubuntu-touch-schemas package
* | Undo revisions 456/457Arthur Mello2021-08-291-27/+9
| |
* | Fix settings test check so we do not fail if GSettings schema is missingArthur Mello2021-08-291-33/+25
| |
* | Do not fail test if GSettings schema is not installedArthur Mello2021-08-291-1/+23
| |
* | Do not fail tests if schema is not installedArthur Mello2021-08-291-1/+9
| |
* | Update indicator-datetime to work with the new notification settingsArthur Mello2021-08-291-69/+42
| |
* | add Settings tests for blacklisting apps' notificationsCharles Kerr2021-08-291-0/+49
|/
* gsettings: Drop the 'show-clock' setting. Always show the clock.Robert Tari2020-09-051-1/+0
| | | | | | | The 'show-clock' gsetting option made it possible to "hide" the time from the indicator. Fixes AyatanaIndicator/ayatana-indicator-datetime#16.
* honor gsettings for calendar eventsCharles Kerr2018-03-261-0/+1
|
* README.md: Add some manual line breaks.Mike Gabriel2017-12-081-1/+1
|
* Many more C++ namespace name changes (unity -> ayatana).Mike Gabriel2017-12-081-1/+1
|
* fix flint++ warningsCharles Kerr2014-09-171-2/+2
|
* add snooze properties to our schema; export it on the bus; add testsCharles Kerr2014-09-021-0/+1
|
* 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
* use unsigned ints for the alarm volume, duration propertiesCharles Kerr2014-06-271-11/+11
|
* Design prefers to have a volume slider instead of presets, so remove the ↵Charles Kerr2014-06-261-25/+1
| | | | AlarmVolume enum and replace it with an int range.
* add GSettings support for specifying an alarm loop durationCharles Kerr2014-06-241-2/+5
|
* add GSettings support for specifying a default alarm sound and default alarm ↵Charles Kerr2014-06-231-0/+51
| | | | volume.
* copyediting: use 'nullptr' instead of 'NULL' in c++ sourceCharles Kerr2014-02-021-2/+2
|
* copyediting: remove dead '#if 0''ed codeCharles Kerr2014-01-301-6/+0
|
* silence a minor compiler warning in test-settingsCharles Kerr2014-01-221-4/+4
|
* copyediting: rename the test/ directory's .cc files to .cpp for consistency ↵Charles Kerr2014-01-221-0/+197
with src/