aboutsummaryrefslogtreecommitdiff
path: root/tests/test-actions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* make the phone and desktop actions more consistent with each other; eg, ↵Charles Kerr2014-03-221-86/+174
| | | | 'indicator.desktop.open-calendar-app' + 'indicator.phone.open-calendar-app'
* give 'phone' and 'desktop' their own action namespaces. Fix documentation on ↵Charles Kerr2014-03-211-6/+6
| | | | 'activate-settings', since there are two forms of it, one for phone and one for desktop.
* decouple the planner's states; need three separate sets: upcoming-now (for ↵Charles Kerr2014-03-091-5/+7
| | | | 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 lp:~larsu/indicator-datetime/reset-date and add corresponding unit ↵Charles Kerr2014-01-291-0/+54
| | | | tests.
* sync the exported calendar state with the #State backendCharles Kerr2014-01-251-7/+12
|
* copyediting: rename the test/ directory's .cc files to .cpp for consistency ↵Charles Kerr2014-01-221-0/+173
with src/