aboutsummaryrefslogtreecommitdiff
path: root/src/formatter-desktop.cpp
Commit message (Collapse)AuthorAgeFilesLines
* README.md: Add some manual line breaks.Mike Gabriel2017-12-081-1/+1
|
* Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.Mike Gabriel2017-05-171-2/+2
|
* add comments & examples for translators to help them to fix bug #1001595 for ↵Charles Kerr2014-03-271-14/+35
| | | | their locale.
* copyediting: as per review, use name_of_thing() instead of ↵Charles Kerr2014-01-301-2/+2
| | | | get_name_of_thing() or getNameOfThing()
* following on the review comment covered in the last commit, use ↵Charles Kerr2014-01-301-2/+2
| | | | 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-0/+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.
* update DesktopFormatter class to use the "Settings" class instead of using ↵Charles Kerr2014-01-161-115/+71
| | | | GSettings directly.
* Function: add fully-tested ActionGroups, per-profile Menus, state object.Charles Kerr2014-01-141-128/+130
| | | | | | 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/+210