Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Many more C++ namespace name changes (unity -> ayatana). | Mike Gabriel | 2017-12-08 | 1 | -2/+2 |
| | |||||
* | fix flint++ warnings | Charles Kerr | 2014-09-17 | 1 | -1/+19 |
| | |||||
* | decouple the planner's states; need three separate sets: upcoming-now (for ↵ | Charles Kerr | 2014-03-09 | 1 | -3/+9 |
| | | | | 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 the exported calendar state with the #State backend | Charles Kerr | 2014-01-25 | 1 | -1/+0 |
| | |||||
* | move planner-mock.h from include/datetime/ to tests/ because it's only ↵ | Charles Kerr | 2014-01-22 | 1 | -1/+2 |
| | | | | needed by the tests. | ||||
* | remove the State.timezones property. Timezones is a helper class for ↵ | Charles Kerr | 2014-01-22 | 1 | -3/+0 |
| | | | | LiveClock and doesn't need to be public in State. | ||||
* | remove unnecessary #includes | Charles Kerr | 2014-01-22 | 1 | -3/+0 |
| | |||||
* | Extract the MockState logic from state-fixture.h so that it can be reused ↵ | Charles Kerr | 2014-01-21 | 1 | -0/+49 |
for testing LiveActions |