aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/clock.h
Commit message (Collapse)AuthorAgeFilesLines
* Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.Mike Gabriel2017-05-171-2/+2
|
* add override keyword to Clock classCharles Kerr2015-04-031-1/+1
|
* Move timezone code behind a private Impl class Charles Kerr2014-09-191-2/+0
|\ | | | | | | Approved by: Ted Gould, PS Jenkins bot
| * hide the implementation detials of FileTimezone and GeoclueTimezone behind ↵Charles Kerr2014-09-131-2/+0
| | | | | | | | Impl classes
* | sync with trunkCharles Kerr2014-09-161-6/+3
|\|
| * hide Clock's implementation details into an Impl class.Charles Kerr2014-09-131-6/+3
| |
* | LiveClock only needs one Timezone, so give it that instead of a Timezones objectCharles Kerr2014-09-161-2/+2
|/
* copyediting: as per review, use name_of_thing() instead of ↵Charles Kerr2014-01-301-5/+5
| | | | get_name_of_thing() or getNameOfThing()
* following on the review comment covered in the last commit, use ↵Charles Kerr2014-01-301-1/+1
| | | | shared_ptr<const X> instead of shared_ptr<X> where possible.
* Alarms is going to need to know when the clock's minute changes. We already ↵Charles Kerr2014-01-221-11/+9
| | | | 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/+4
| | | | LiveClock
* copyediting: slightly better header comments/docsCharles Kerr2014-01-221-1/+1
|
* Function: add fully-tested ActionGroups, per-profile Menus, state object.Charles Kerr2014-01-141-11/+14
| | | | | | 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/+99