aboutsummaryrefslogtreecommitdiff
path: root/src/clock.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename com.canonical.powerd -> com.lomiri.RepowerdRobert Tari2021-08-291-1/+1
|
* Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.Mike Gabriel2017-05-171-2/+2
|
* listen to powerd SysPowerStateChange instead of WakeupCharles Kerr2014-09-151-10/+10
|
* fooCharles Kerr2014-09-131-41/+180
|\
| * update the time string when a powerd.Wakeup signal is seen.Charles Kerr2014-09-131-12/+67
| |
| * hide Clock's implementation details into an Impl class.Charles Kerr2014-09-131-41/+97
|/
* copyediting: as per review, use name_of_thing() instead of ↵Charles Kerr2014-01-301-11/+11
| | | | get_name_of_thing() or getNameOfThing()
* Alarms is going to need to know when the clock's minute changes. We already ↵Charles Kerr2014-01-221-1/+1
| | | | 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-5/+0
| | | | LiveClock
* Function: add fully-tested ActionGroups, per-profile Menus, state object.Charles Kerr2014-01-141-16/+16
| | | | | | 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/+98