aboutsummaryrefslogtreecommitdiff
path: root/src/date-time.cpp
Commit message (Expand)AuthorAgeFilesLines
* get event selection up-to-date with the spec, including showing in-progress e...Charles Kerr2021-08-291-0/+10
* If possible, avoid deprecated g_time_zone_newRobert Tari2021-06-271-0/+11
* -Made GCC 10.1.0 friendlyRobert Tari2020-07-171-0/+1
* 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-4/+14
* make DateTime::is_same_day() fasterCharles Kerr2015-04-051-4/+6
* add the new Alarm class as an argument to the alarm queue classCharles Kerr2015-04-031-0/+10
* add DateTime::end_of_month(), DateTime::end_of_day(). Add unit tests for them.Charles Kerr2015-03-161-18/+42
* in DateTime::is_set(), include timezone testCharles Kerr2015-03-161-2/+0
* in DateTime::DateTime(GTimeZone*,GDateTime*), don't allow either argument to ...Charles Kerr2015-03-161-23/+9
* in DateTime::Local() and DateTime::NowLocal(), avoid redundant construction o...Charles Kerr2015-03-141-2/+2
* Add DateTime::start_of_day() to use instead of the add_hours(-hours()) trick,...Charles Kerr2015-03-141-13/+64
* hw alarmsCharles Kerr2014-04-241-0/+5
* decouple the planner's states; need three separate sets: upcoming-now (for al...Charles Kerr2014-03-091-2/+25
* 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 upcoming...Charles Kerr2014-02-051-0/+18
* 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 h...Charles Kerr2014-01-221-40/+25
* move DateTime's impl from the header to a cc fileCharles Kerr2014-01-221-0/+157