aboutsummaryrefslogtreecommitdiff
path: root/src/formatter-desktop.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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