aboutsummaryrefslogtreecommitdiff
path: root/src/planner-upcoming.cpp
Commit message (Collapse)AuthorAgeFilesLines
* UpcomingPlanner: don't get events from the day before of the selected oneMarco Trevisan (Treviño)2021-08-291-1/+1
| | | | We only need events from the midnight of the selected date to the next month
* Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.Mike Gabriel2017-05-171-2/+2
|
* use the new DateTime::start_of_day() and DateTime::start_of_minute() functions.Charles Kerr2015-03-141-1/+1
|
* when clicking onto a different calendar date on the Desktop, show the events ↵Charles Kerr2014-03-201-2/+2
| | | | for that calendar day starting at the beginning of the day, rather than the current time of day.
* decouple the planner's states; need three separate sets: upcoming-now (for ↵Charles Kerr2014-03-091-0/+61
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).