aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/state.h
Commit message (Collapse)AuthorAgeFilesLines
* README.md: Add some manual line breaks.Mike Gabriel2017-12-081-1/+1
|
* Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.Mike Gabriel2017-05-171-2/+2
|
* decouple the planner's states; need three separate sets: upcoming-now (for ↵Charles Kerr2014-03-091-4/+10
| | | | alarms in the current time), upcoming-calendar (to show events coming from the selected calendar date), and calendar-month (all the appointments in the month displayed in the menu).
* sync the exported calendar state with the #State backendCharles Kerr2014-01-251-2/+0
|
* 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