Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix cppcheck errors/warnings | Robert Tari | 2022-02-08 | 1 | -2/+3 |
| | |||||
* | Whitespace fix | Robert Tari | 2022-02-08 | 1 | -1/+0 |
| | |||||
* | Fix failing tests | Robert Tari | 2021-07-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | - 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 | ||||
* | Attempt to fix test on xenial. | Renato Araujo Oliveira Filho | 2021-07-05 | 1 | -6/+5 |
| | |||||
* | temporarily disable the formatter tests. This is a test harness error that ↵ | Charles Kerr | 2021-07-05 | 1 | -4/+4 |
| | | | | doesn't need to block work on 1560188 | ||||
* | URL dispatcher support: Build phone code, even if URL dispatcher is unavailable. | Mike Gabriel | 2018-03-26 | 1 | -2/+0 |
| | |||||
* | README.md: Add some manual line breaks. | Mike Gabriel | 2017-12-08 | 1 | -2/+2 |
| | |||||
* | tests/test-formatter.cpp: Fix locale setting and ignore failures if the ↵ | Mike Gabriel | 2017-12-08 | 1 | -9/+16 |
| | | | | build system does not have en_US.UTF-8 as valid locale available. | ||||
* | Make the datetime indicator build on non-Ubuntu systems (which mostly lack ↵ | Mike Gabriel | 2017-12-08 | 1 | -0/+1 |
| | | | | url-dispatcher and Ubuntu Touch sound schema files. | ||||
* | Many more C++ namespace name changes (unity -> ayatana). | Mike Gabriel | 2017-12-08 | 1 | -1/+1 |
| | |||||
* | sync the rest of the code with the changes to DateTime instantiation ↵ | Charles Kerr | 2015-03-14 | 1 | -53/+36 |
| | | | | mentioned two commits ago | ||||
* | fix flint++ warnings | Charles Kerr | 2014-09-17 | 1 | -6/+6 |
| | |||||
* | copyediting: as per review, use name_of_thing() instead of ↵ | Charles Kerr | 2014-01-30 | 1 | -5/+5 |
| | | | | get_name_of_thing() or getNameOfThing() | ||||
* | copyediting: rename the test/ directory's .cc files to .cpp for consistency ↵ | Charles Kerr | 2014-01-22 | 1 | -0/+256 |
with src/ |