aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/date-time.h
Commit message (Expand)AuthorAgeFilesLines
* get event selection up-to-date with the spec, including showing in-progress e...Charles Kerr2021-07-051-0/+2
* Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.Mike Gabriel2017-05-171-2/+2
* in DateTime class, make it harder to accidentally mix local and nonlocal time...Charles Kerr2015-04-061-1/+2
* add the new Alarm class as an argument to the alarm queue classCharles Kerr2015-04-031-0/+3
* add DateTime::end_of_month(), DateTime::end_of_day(). Add unit tests for them.Charles Kerr2015-03-161-2/+6
* in DateTime::is_set(), include timezone testCharles Kerr2015-03-161-1/+1
* Add DateTime::start_of_day() to use instead of the add_hours(-hours()) trick,...Charles Kerr2015-03-141-3/+7
* in date-time.h, remove unnecessary get() call. (h/t ted)Charles Kerr2014-06-101-1/+1
* hw alarmsCharles Kerr2014-04-241-0/+3
* decouple the planner's states; need three separate sets: upcoming-now (for al...Charles Kerr2014-03-091-0/+5
* another pass at removing alarms from the menu once they're no longer upcoming...Charles Kerr2014-02-051-0/+3
* as per review, don't inline unless there are performance issuesCharles Kerr2014-01-301-3/+3
* Alarms is going to need to know when the clock's minute changes. We already h...Charles Kerr2014-01-221-2/+3
* move DateTime's impl from the header to a cc fileCharles Kerr2014-01-221-101/+20
* Fix GDateTime leak in DateTime::DateTime(time_t)Charles Kerr2014-01-221-1/+5
* Function: add fully-tested ActionGroups, per-profile Menus, state object.Charles Kerr2014-01-141-26/+77
* add other datetime header filesCharles Kerr2013-12-171-0/+93