aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/formatter.h
Commit message (Collapse)AuthorAgeFilesLines
* Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.Mike Gabriel2017-05-171-2/+2
|
* fix flint++ warningsCharles Kerr2014-09-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-4/+4
| | | | 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-8/+1
| | | | 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.
* copyediting: slightly better header comments/docsCharles Kerr2014-01-221-2/+1
|
* update DesktopFormatter class to use the "Settings" class instead of using ↵Charles Kerr2014-01-161-5/+14
| | | | GSettings directly.
* Function: add fully-tested ActionGroups, per-profile Menus, state object.Charles Kerr2014-01-141-5/+24
| | | | | | 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 formatter + testsCharles Kerr2013-12-171-0/+118