Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'tari01-pr/fix-failing-tests' | Robert Tari | 2021-08-30 | 1 | -1/+12 |
|\ | | | | | | | Attributes GH PR #47: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/47 | ||||
| * | Fix failing tests | Robert Tari | 2021-07-21 | 1 | -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 Mello | 2021-07-08 | 1 | -7/+3 |
| | | | | | | | | gsettings-ubuntu-touch-schemas package | ||||
| * | Undo revisions 456/457 | Arthur Mello | 2021-07-08 | 1 | -27/+9 |
| | | |||||
| * | Fix settings test check so we do not fail if GSettings schema is missing | Arthur Mello | 2021-07-08 | 1 | -33/+25 |
| | | |||||
| * | Do not fail test if GSettings schema is not installed | Arthur Mello | 2021-07-08 | 1 | -1/+23 |
| | | |||||
| * | Do not fail tests if schema is not installed | Arthur Mello | 2021-07-08 | 1 | -1/+9 |
| | | |||||
| * | Update indicator-datetime to work with the new notification settings | Arthur Mello | 2021-07-07 | 1 | -69/+42 |
| | | |||||
| * | add Settings tests for blacklisting apps' notifications | Charles Kerr | 2021-06-30 | 1 | -0/+49 |
| | | |||||
* | | Remove gsettings source call during unit tests Set minimal version for ↵ | Arthur Mello | 2021-08-29 | 1 | -7/+3 |
| | | | | | | | | gsettings-ubuntu-touch-schemas package | ||||
* | | Undo revisions 456/457 | Arthur Mello | 2021-08-29 | 1 | -27/+9 |
| | | |||||
* | | Fix settings test check so we do not fail if GSettings schema is missing | Arthur Mello | 2021-08-29 | 1 | -33/+25 |
| | | |||||
* | | Do not fail test if GSettings schema is not installed | Arthur Mello | 2021-08-29 | 1 | -1/+23 |
| | | |||||
* | | Do not fail tests if schema is not installed | Arthur Mello | 2021-08-29 | 1 | -1/+9 |
| | | |||||
* | | Update indicator-datetime to work with the new notification settings | Arthur Mello | 2021-08-29 | 1 | -69/+42 |
| | | |||||
* | | add Settings tests for blacklisting apps' notifications | Charles Kerr | 2021-08-29 | 1 | -0/+49 |
|/ | |||||
* | gsettings: Drop the 'show-clock' setting. Always show the clock. | Robert Tari | 2020-09-05 | 1 | -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 events | Charles Kerr | 2018-03-26 | 1 | -0/+1 |
| | |||||
* | README.md: Add some manual line breaks. | Mike Gabriel | 2017-12-08 | 1 | -1/+1 |
| | |||||
* | Many more C++ namespace name changes (unity -> ayatana). | Mike Gabriel | 2017-12-08 | 1 | -1/+1 |
| | |||||
* | fix flint++ warnings | Charles Kerr | 2014-09-17 | 1 | -2/+2 |
| | |||||
* | add snooze properties to our schema; export it on the bus; add tests | Charles Kerr | 2014-09-02 | 1 | -0/+1 |
| | |||||
* | configurable haptic mode, part 1 of 3: add haptic feedback mode to the ↵ | Charles Kerr | 2014-07-31 | 1 | -0/+1 |
| | | | | GSettings schema and to our Settings object | ||||
* | use unsigned ints for the alarm volume, duration properties | Charles Kerr | 2014-06-27 | 1 | -11/+11 |
| | |||||
* | Design prefers to have a volume slider instead of presets, so remove the ↵ | Charles Kerr | 2014-06-26 | 1 | -25/+1 |
| | | | | AlarmVolume enum and replace it with an int range. | ||||
* | add GSettings support for specifying an alarm loop duration | Charles Kerr | 2014-06-24 | 1 | -2/+5 |
| | |||||
* | add GSettings support for specifying a default alarm sound and default alarm ↵ | Charles Kerr | 2014-06-23 | 1 | -0/+51 |
| | | | | volume. | ||||
* | copyediting: use 'nullptr' instead of 'NULL' in c++ source | Charles Kerr | 2014-02-02 | 1 | -2/+2 |
| | |||||
* | copyediting: remove dead '#if 0''ed code | Charles Kerr | 2014-01-30 | 1 | -6/+0 |
| | |||||
* | silence a minor compiler warning in test-settings | Charles Kerr | 2014-01-22 | 1 | -4/+4 |
| | |||||
* | copyediting: rename the test/ directory's .cc files to .cpp for consistency ↵ | Charles Kerr | 2014-01-22 | 1 | -0/+197 |
with src/ |