aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/state.h
Commit message (Collapse)AuthorAgeFilesLines
* remove the State.timezones property. Timezones is a helper class for ↵Charles Kerr2014-01-221-1/+10
| | | | LiveClock and doesn't need to be public in State.
* Plug the Settings object into the State container s.t. menus and actions can ↵Charles Kerr2014-01-161-7/+7
| | | | update themselves when the user's settings change.
* Function: add fully-tested ActionGroups, per-profile Menus, state object.Charles Kerr2014-01-141-0/+68
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