aboutsummaryrefslogtreecommitdiff
path: root/src/actions-live.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove the activation_url from the Appointment classRobert Tari2021-10-281-6/+1
|
* Drop the 'ubuntu' prefix from the alarm types and functionsRobert Tari2021-10-281-1/+3
|
* Fix failing testsRobert Tari2021-07-211-17/+40
| | | | | | | | | | | | | | | | | - 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
* Fix clock app URL.Rodney Dawes2021-07-091-1/+1
|
* Update app name usage to match snaps.Rodney Dawes2021-07-091-1/+1
|
* Detect desktop to launch applications.Renato Araujo Oliveira Filho2021-07-071-81/+45
|
* in actions-live, don't hardcode the bus stringsCharles Kerr2021-07-061-4/+5
|
* Make sure that the ocurrence time is used to build the url to launch ↵Renato Araujo Oliveira Filho2021-07-051-4/+4
| | | | external application.
* Lauch calendar app using the event start time.Renato Araujo Oliveira Filho2021-07-051-12/+3
|
* calls 'calendar://eventId=<event-id>' when clicking on an event in the ↵Renato Araujo Oliveira Filho2021-07-011-3/+17
| | | | indicator.
* Port from URL Dispatcher to Lomiri URL Dispatcher.Mike Gabriel2021-02-031-2/+2
|
* -Made GCC 10.1.0 friendlyRobert Tari2020-07-171-6/+12
| | | | | | -Fixed to work with ECal 2.0 -Added libaccounts-glib dependency -Added mate-time-admin handler
* URL dispatcher on non-Ubuntu: Fake it as best as possible, so that the unit ↵Mike Gabriel2018-03-281-20/+4
| | | | tests are happy and succeed.
* URL dispatcher support: Build phone code, even if URL dispatcher is unavailable.Mike Gabriel2018-03-261-2/+16
|
* Make the datetime indicator build on non-Ubuntu systems (which mostly lack ↵Mike Gabriel2017-12-081-1/+11
| | | | url-dispatcher and Ubuntu Touch sound schema files.
* Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.Mike Gabriel2017-05-171-2/+2
|
* under unity8 start system-settings instead unity-control-center,Sebastien Bacher2015-08-271-6/+6
| | | | | | don't special case u-c-c by looking for the binary, Unity installations come with it installed
* add an Alarm class to represent ical valarm components; change the ↵Charles Kerr2015-03-311-6/+13
| | | | Appointment class to hold an arbitrary number of Alarms.
* make utc variable name more sensible.Charles Kerr2015-03-161-2/+2
|
* use the new DateTime::start_of_day() and DateTime::start_of_minute() functions.Charles Kerr2015-03-141-2/+1
|
* ensure that disabled alarms aren't shown in indicator-datetime and that ↵Charles Kerr2014-12-071-1/+1
| | | | notifications aren't shown for them.
* work around gio wakeup bugCharles Kerr2014-03-251-0/+8
|
* make the phone and desktop actions more consistent with each other; eg, ↵Charles Kerr2014-03-221-20/+33
| | | | 'indicator.desktop.open-calendar-app' + 'indicator.phone.open-calendar-app'
* Don't show the "Add Event..." button if the calendar app can't be found. ↵Charles Kerr2014-03-141-0/+24
|\ | | | | | | Fixes: 1250632
| * test for evolution with g_app_info_get_id() rather than g_app_info_get_name()Charles Kerr2014-03-131-6/+6
| |
| * Don't list an 'Add Event…' button if there's not a calendar app availableCharles Kerr2014-03-091-0/+24
| |\
| | * In the Desktop profile, don't show the 'Add Event…' button if evolution ↵Charles Kerr2014-03-061-0/+24
| | | | | | | | | | | | can't be launched.
* | | When invoking Evolution's calendar via the commandline and the 'startdate' ↵Charles Kerr2014-03-121-1/+3
|/ / | | | | | | argument, use a UTC argument for startdate.
* / decouple the planner's states; need three separate sets: upcoming-now (for ↵Charles Kerr2014-03-091-1/+1
|/ | | | alarms in the current time), upcoming-calendar (to show events coming from the selected calendar date), and calendar-month (all the appointments in the month displayed in the menu).
* sync with trunkCharles Kerr2014-02-191-4/+0
|\
| * Move date/time panel into unity-control-centerRobert Ancell2014-02-111-4/+0
| |
* | copyediting: use 'nullptr' instead of 'NULL' in c++ sourceCharles Kerr2014-02-021-1/+1
|/
* as per review, don't inline unless there are performance issuesCharles Kerr2014-01-301-0/+5
|
* merge lp:~robert-ancell/indicator-datetime/call-ucc into lp:indicator-datetimeCharles Kerr2014-01-271-2/+13
|
* sync the exported calendar state with the #State backendCharles Kerr2014-01-251-5/+0
|
* add LiveActions implementation and unit testsCharles Kerr2014-01-211-13/+140
|
* get timezone, clock tests running again with Settings & StateCharles Kerr2014-01-161-7/+2
|
* Function: add fully-tested ActionGroups, per-profile Menus, state object.Charles Kerr2014-01-141-0/+84
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