aboutsummaryrefslogtreecommitdiff
path: root/src/actions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* sync the exported calendar state with the #State backendCharles Kerr2014-01-251-2/+28
|
* fix r325 regression found by test-menusCharles Kerr2014-01-221-2/+2
|
* get timezone, clock tests running again with Settings & StateCharles Kerr2014-01-161-3/+3
|
* Plug the Settings object into the State container s.t. menus and actions can ↵Charles Kerr2014-01-161-2/+2
| | | | update themselves when the user's settings change.
* Function: add fully-tested ActionGroups, per-profile Menus, state object.Charles Kerr2014-01-141-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