Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyediting: as per review, use name_of_thing() instead of ↵ | Charles Kerr | 2014-01-30 | 1 | -2/+2 |
| | | | | get_name_of_thing() or getNameOfThing() | ||||
* | as per review, constify getters where possible. This isn't always possible ↵ | Charles Kerr | 2014-01-30 | 1 | -3/+3 |
| | | | | due to system APIs asking for non-const pointers. | ||||
* | as per review, don't inline getters | Charles Kerr | 2014-01-30 | 1 | -0/+11 |
| | |||||
* | sync with lp:~larsu/indicator-datetime/reset-date and add corresponding unit ↵ | Charles Kerr | 2014-01-29 | 1 | -3/+17 |
| | | | | tests. | ||||
* | sync the exported calendar state with the #State backend | Charles Kerr | 2014-01-25 | 1 | -2/+28 |
| | |||||
* | fix r325 regression found by test-menus | Charles Kerr | 2014-01-22 | 1 | -2/+2 |
| | |||||
* | get timezone, clock tests running again with Settings & State | Charles Kerr | 2014-01-16 | 1 | -3/+3 |
| | |||||
* | Plug the Settings object into the State container s.t. menus and actions can ↵ | Charles Kerr | 2014-01-16 | 1 | -2/+2 |
| | | | | update themselves when the user's settings change. | ||||
* | Function: add fully-tested ActionGroups, per-profile Menus, state object. | Charles Kerr | 2014-01-14 | 1 | -0/+215 |
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 |