aboutsummaryrefslogtreecommitdiff
path: root/src/menu.cpp
Commit message (Collapse)AuthorAgeFilesLines
* follow-up to r326, if we can't get the alarm icon from click, use a sane ↵Charles Kerr2014-01-221-2/+9
| | | | fallback icon
* copyediting: omit unnecessary #includesCharles Kerr2014-01-221-4/+0
|
* the clock icon should match the one used by the clock app, so use click to ↵Charles Kerr2014-01-221-8/+54
| | | | ask the clock app which icon it's using
* plug in the greeter menusCharles Kerr2014-01-221-2/+2
|
* Plug the Settings object into the State container s.t. menus and actions can ↵Charles Kerr2014-01-161-15/+5
| | | | update themselves when the user's settings change.
* Function: add fully-tested ActionGroups, per-profile Menus, state object.Charles Kerr2014-01-141-0/+518
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