aboutsummaryrefslogtreecommitdiff
path: root/tests/test-live-actions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* URL dispatcher support: Build phone code, even if URL dispatcher is unavailable.Mike Gabriel2018-03-261-2/+0
|
* Make the datetime indicator build on non-Ubuntu systems (which mostly lack ↵Mike Gabriel2017-12-081-0/+2
| | | | url-dispatcher and Ubuntu Touch sound schema files.
* Make test-live-actions quit itself once the tz has been changed, the mock no ↵Iain Lane2015-09-031-0/+4
| | | | longer does this
* Use timedated's Timezone property instead of watching /etc/timezoneIain Lane2015-08-311-222/+12
| | | | | Still need to rename everything to not use "timezone-file"
* add an Alarm class to represent ical valarm components; change the ↵Charles Kerr2015-03-311-6/+0
| | | | Appointment class to hold an arbitrary number of Alarms.
* add DateTime::end_of_month(), DateTime::end_of_day(). Add unit tests for them.Charles Kerr2015-03-161-6/+8
|
* use the new DateTime::start_of_day() and DateTime::start_of_minute() functions.Charles Kerr2015-03-141-20/+7
|
* ensure that disabled alarms aren't shown in indicator-datetime and that ↵Charles Kerr2014-12-071-2/+2
| | | | notifications aren't shown for them.
* fix flint++ warningsCharles Kerr2014-09-171-4/+6
|
* make the phone and desktop actions more consistent with each other; eg, ↵Charles Kerr2014-03-221-20/+71
| | | | 'indicator.desktop.open-calendar-app' + 'indicator.phone.open-calendar-app'
* sync the unit tests to the evolution startdate changes in r319Charles Kerr2014-03-131-1/+3
|
* decouple the planner's states; need three separate sets: upcoming-now (for ↵Charles Kerr2014-03-091-3/+4
| | | | 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).
* copyediting: as per review, use name_of_thing() instead of ↵Charles Kerr2014-01-301-2/+2
| | | | get_name_of_thing() or getNameOfThing()
* sync the exported calendar state with the #State backendCharles Kerr2014-01-251-0/+114
|
* copyediting: rename the test/ directory's .cc files to .cpp for consistency ↵Charles Kerr2014-01-221-0/+289
with src/