aboutsummaryrefslogtreecommitdiff
path: root/tests/test-planner.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Many more C++ namespace name changes (unity -> ayatana).Mike Gabriel2017-12-081-1/+1
|
* sync the rest of the code with the changes to DateTime instantiation ↵Charles Kerr2015-03-141-10/+10
| | | | mentioned two commits ago
* don't connect to EDS when running in the greeter.Charles Kerr2014-03-091-1/+1
|
* decouple the planner's states; need three separate sets: upcoming-now (for ↵Charles Kerr2014-03-091-21/+0
| | | | 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 unit testsCharles Kerr2014-03-091-3/+3
|
* use the timezones object to set the ECalComponent's default timezone. This ↵Charles Kerr2014-02-261-1/+3
| | | | is needed to properly handle the 'floating' dates in the alarms
* pin the planner's upcoming appointments to the live clock time, rather than ↵Charles Kerr2014-02-041-6/+8
| | | | the calendar's time, so that they always update correctly in real-time
* copyediting: as per review, use name_of_thing() instead of ↵Charles Kerr2014-01-301-3/+3
| | | | get_name_of_thing() or getNameOfThing()
* copyediting: rename the test/ directory's .cc files to .cpp for consistency ↵Charles Kerr2014-01-221-0/+85
with src/