Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix failing tests | Robert Tari | 2021-07-21 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | - 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 | ||||
* | Detect desktop to launch applications. | Renato Araujo Oliveira Filho | 2021-07-07 | 1 | -8/+4 |
| | |||||
* | Make sure that the ocurrence time is used to build the url to launch ↵ | Renato Araujo Oliveira Filho | 2021-07-05 | 1 | -2/+2 |
| | | | | external application. | ||||
* | Fix calendar going into update loop | Robert Tari | 2020-07-26 | 1 | -1/+1 |
| | |||||
* | URL dispatcher support: Build phone code, even if URL dispatcher is unavailable. | Mike Gabriel | 2018-03-26 | 1 | -2/+0 |
| | |||||
* | Make the datetime indicator build on non-Ubuntu systems (which mostly lack ↵ | Mike Gabriel | 2017-12-08 | 1 | -0/+2 |
| | | | | url-dispatcher and Ubuntu Touch sound schema files. | ||||
* | Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime. | Mike Gabriel | 2017-05-17 | 1 | -2/+2 |
| | |||||
* | fix flint++ warnings | Charles Kerr | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | make the phone and desktop actions more consistent with each other; eg, ↵ | Charles Kerr | 2014-03-22 | 1 | -7/+13 |
| | | | | 'indicator.desktop.open-calendar-app' + 'indicator.phone.open-calendar-app' | ||||
* | In the Desktop profile, don't show the 'Add Event…' button if evolution ↵ | Charles Kerr | 2014-03-06 | 1 | -0/+1 |
| | | | | can't be launched. | ||||
* | as per review, constify getters where possible. This isn't always possible ↵ | Charles Kerr | 2014-01-30 | 1 | -1/+1 |
| | | | | due to system APIs asking for non-const pointers. | ||||
* | as per review, don't inline getters | Charles Kerr | 2014-01-30 | 1 | -2/+2 |
| | |||||
* | sync the exported calendar state with the #State backend | Charles Kerr | 2014-01-25 | 1 | -2/+2 |
| | |||||
* | copyediting: slightly better header comments/docs | Charles Kerr | 2014-01-22 | 1 | -1/+5 |
| | |||||
* | get timezone, clock tests running again with Settings & State | Charles Kerr | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | Function: add fully-tested ActionGroups, per-profile Menus, state object. | Charles Kerr | 2014-01-14 | 1 | -0/+70 |
Form: Add code annotations/comments. Remove dead code. Use Mir style guide. Todo: GSettings toggles, sync with new dbus-test-runner API, get GNOME Panel building again |