aboutsummaryrefslogtreecommitdiff
path: root/src/clock-live.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Alarms is going to need to know when the clock's minute changes. We already ↵Charles Kerr2014-01-221-47/+66
| | | | 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.
* Remove the Timezones property from Clock; it's only needed by the subclass ↵Charles Kerr2014-01-221-0/+1
| | | | LiveClock
* Function: add fully-tested ActionGroups, per-profile Menus, state object.Charles Kerr2014-01-141-39/+45
| | | | | | Form: Add code annotations/comments. Remove dead code. Use Mir style guide. Todo: GSettings toggles, sync with new dbus-test-runner API, get GNOME Panel building again
* add clock + testsCharles Kerr2013-12-171-0/+137