aboutsummaryrefslogtreecommitdiff
path: root/src/date-time.cpp
Commit message (Collapse)AuthorAgeFilesLines
* hw alarmsCharles Kerr2014-04-241-0/+5
|
* decouple the planner's states; need three separate sets: upcoming-now (for ↵Charles Kerr2014-03-091-2/+25
| | | | 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).
* in DateTime::format(), don't assign NULL to a std::stringCharles Kerr2014-02-261-3/+9
|
* another pass at removing alarms from the menu once they're no longer ↵Charles Kerr2014-02-051-0/+18
| | | | upcoming. This version fixes the header's icon as well.
* as per review, don't inline unless there are performance issuesCharles Kerr2014-01-301-0/+17
|
* Alarms is going to need to know when the clock's minute changes. We already ↵Charles Kerr2014-01-221-40/+25
| | | | have a timer for that in Formatter, so move it from there to Clock and add a corresponding public signal Clock.minuteChanged that both Formatter and Alarms can use. Sync unit tests.
* move DateTime's impl from the header to a cc fileCharles Kerr2014-01-221-0/+157