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