Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move timezone code behind a private Impl class | Charles Kerr | 2014-09-19 | 1 | -2/+0 |
|\ | | | | | | | Approved by: Ted Gould, PS Jenkins bot | ||||
| * | hide the implementation detials of FileTimezone and GeoclueTimezone behind ↵ | Charles Kerr | 2014-09-13 | 1 | -2/+0 |
| | | | | | | | | Impl classes | ||||
* | | sync with trunk | Charles Kerr | 2014-09-16 | 1 | -6/+3 |
|\| | |||||
| * | hide Clock's implementation details into an Impl class. | Charles Kerr | 2014-09-13 | 1 | -6/+3 |
| | | |||||
* | | LiveClock only needs one Timezone, so give it that instead of a Timezones object | Charles Kerr | 2014-09-16 | 1 | -2/+2 |
|/ | |||||
* | copyediting: as per review, use name_of_thing() instead of ↵ | Charles Kerr | 2014-01-30 | 1 | -5/+5 |
| | | | | get_name_of_thing() or getNameOfThing() | ||||
* | following on the review comment covered in the last commit, use ↵ | Charles Kerr | 2014-01-30 | 1 | -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 Kerr | 2014-01-22 | 1 | -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 Kerr | 2014-01-22 | 1 | -5/+4 |
| | | | | LiveClock | ||||
* | copyediting: slightly better header comments/docs | Charles Kerr | 2014-01-22 | 1 | -1/+1 |
| | |||||
* | Function: add fully-tested ActionGroups, per-profile Menus, state object. | Charles Kerr | 2014-01-14 | 1 | -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 + tests | Charles Kerr | 2013-12-17 | 1 | -0/+99 |