aboutsummaryrefslogtreecommitdiff
path: root/src/clock-live.cpp
Commit message (Expand)AuthorAgeFilesLines
* If possible, avoid deprecated g_time_zone_newRobert Tari2021-06-271-0/+11
* src/clock-live.cpp: Replace 'signed size_t' by 'ssize_t'.Mike Gabriel2021-05-051-1/+1
* -Made GCC 10.1.0 friendlyRobert Tari2020-07-171-1/+1
* README.md: Add some manual line breaks.Mike Gabriel2017-12-081-1/+1
* Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.Mike Gabriel2017-05-171-2/+2
* sync the rest of the code with the changes to DateTime instantiation mentione...Charles Kerr2015-03-141-1/+1
* create a new timerfd each time we need to call timerfd_settime().Charles Kerr2015-02-271-24/+35
* add a g_message() when updating due to anything that's not a periodic timerCharles Kerr2015-02-121-15/+18
* extract the timerfd_settime() code into its own method. Add a new call to it ...Charles Kerr2015-02-121-20/+29
* change the LiveClock's private impl to detect time changes from timerfd's TFD...Charles Kerr2015-02-111-48/+77
* LiveClock only needs one Timezone, so give it that instead of a Timezones objectCharles Kerr2014-09-161-15/+16
* copyediting: as per review, use name_of_thing() instead of get_name_of_thing(...Charles Kerr2014-01-301-3/+3
* following on the review comment covered in the last commit, use shared_ptr<co...Charles 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-47/+66
* Remove the Timezones property from Clock; it's only needed by the subclass Li...Charles Kerr2014-01-221-0/+1
* Function: add fully-tested ActionGroups, per-profile Menus, state object.Charles Kerr2014-01-141-39/+45
* add clock + testsCharles Kerr2013-12-171-0/+137