aboutsummaryrefslogtreecommitdiff
path: root/tests/test-menus.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix test-menus.cpp build failure in clang++Charles Kerr2014-06-261-1/+1
|
* make the phone and desktop actions more consistent with each other; eg, ↵Charles Kerr2014-03-221-11/+20
| | | | 'indicator.desktop.open-calendar-app' + 'indicator.phone.open-calendar-app'
* Don't list an 'Add Event…' button if there's not a calendar app availableCharles Kerr2014-03-091-18/+34
|\
| * In the Desktop profile, don't show the 'Add Event…' button if evolution ↵Charles Kerr2014-03-061-18/+34
| | | | | | | | can't be launched.
* | decouple the planner's states; need three separate sets: upcoming-now (for ↵Charles Kerr2014-03-091-5/+5
|/ | | | 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).
* fix 'clock app' menuitem on phone profile reported by seb128 and update the ↵Charles Kerr2014-01-301-67/+175
| | | | corresponding unit tests
* fix disabled 'Add Event…' menuitem issue reported in testing by seb128; ↵Charles Kerr2014-01-291-0/+8
| | | | add a test for this regression
* fix instant calendar toggle issue reported in testing by seb128; add a test ↵Charles Kerr2014-01-291-1/+7
| | | | for this regression
* copyediting: rename the test/ directory's .cc files to .cpp for consistency ↵Charles Kerr2014-01-221-0/+402
with src/