Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add comments & examples for translators to help them to fix bug #1001595 for ↵ | Charles Kerr | 2014-03-27 | 1 | -14/+35 |
| | | | | their locale. | ||||
* | copyediting: as per review, use name_of_thing() instead of ↵ | Charles Kerr | 2014-01-30 | 1 | -2/+2 |
| | | | | get_name_of_thing() or getNameOfThing() | ||||
* | following on the review comment covered in the last commit, use ↵ | Charles Kerr | 2014-01-30 | 1 | -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 Kerr | 2014-01-28 | 1 | -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 Kerr | 2014-01-16 | 1 | -115/+71 |
| | | | | GSettings directly. | ||||
* | Function: add fully-tested ActionGroups, per-profile Menus, state object. | Charles Kerr | 2014-01-14 | 1 | -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 + tests | Charles Kerr | 2013-12-17 | 1 | -0/+210 |