aboutsummaryrefslogtreecommitdiff
path: root/src/settings-live.cpp
Commit message (Collapse)AuthorAgeFilesLines
* use unsigned ints for the alarm volume, duration propertiesCharles Kerr2014-06-271-6/+6
|
* Design prefers to have a volume slider instead of presets, so remove the ↵Charles Kerr2014-06-261-3/+3
| | | | AlarmVolume enum and replace it with an int range.
* add GSettings support for specifying an alarm loop durationCharles Kerr2014-06-241-0/+12
|
* add GSettings support for specifying a default alarm sound and default alarm ↵Charles Kerr2014-06-231-0/+26
| | | | volume.
* Implement Settings, a properties-cpp wrapper around GSettingsCharles Kerr2014-01-161-223/+187
|
* Function: add fully-tested ActionGroups, per-profile Menus, state object.Charles Kerr2014-01-141-0/+293
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