aboutsummaryrefslogtreecommitdiff
path: root/tests/test-live-actions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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/