aboutsummaryrefslogtreecommitdiff
path: root/src/formatter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Alarms is going to need to know when the clock's minute changes. We already ↵Charles Kerr2014-01-221-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 Kerr2014-01-161-28/+21
| | | | GSettings directly.
* Function: add fully-tested ActionGroups, per-profile Menus, state object.Charles Kerr2014-01-141-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 fixturesCharles Kerr2013-12-171-0/+462