aboutsummaryrefslogtreecommitdiff
path: root/src/formatter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.Mike Gabriel2017-05-171-2/+2
|
* copyediting: as per review, use name_of_thing() instead of ↵Charles Kerr2014-01-301-6/+6
| | | | get_name_of_thing() or getNameOfThing()
* following on the review comment covered in the last commit, use ↵Charles Kerr2014-01-301-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 Kerr2014-01-281-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.cppCharles Kerr2014-01-271-8/+2
|
* 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