Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyediting: as per review, use name_of_thing() instead of ↵ | Charles Kerr | 2014-01-30 | 1 | -6/+6 |
| | | | | get_name_of_thing() or getNameOfThing() | ||||
* | following on the review comment covered in the last commit, use ↵ | Charles Kerr | 2014-01-30 | 1 | -3/+3 |
| | | | | shared_ptr<const X> instead of shared_ptr<X> where possible. | ||||
* | cleanup from previous commit: since Formatter code was migrated to utils.c ↵ | Charles Kerr | 2014-01-28 | 1 | -167/+5 |
| | | | | so that it could be used standalone by the panels, there's now code duplication between Utils and Formatter. Remove code duplication s.t. Formatter uses the Utils code as well. | ||||
* | remove code duplication between formatter.cpp and utils.cpp | Charles Kerr | 2014-01-27 | 1 | -8/+2 |
| | |||||
* | Alarms is going to need to know when the clock's minute changes. We already ↵ | Charles Kerr | 2014-01-22 | 1 | -59/+47 |
| | | | | 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. | ||||
* | update DesktopFormatter class to use the "Settings" class instead of using ↵ | Charles Kerr | 2014-01-16 | 1 | -28/+21 |
| | | | | GSettings directly. | ||||
* | Function: add fully-tested ActionGroups, per-profile Menus, state object. | Charles Kerr | 2014-01-14 | 1 | -77/+69 |
| | | | | | | 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 geoclue, glib test fixtures | Charles Kerr | 2013-12-17 | 1 | -0/+462 |