aboutsummaryrefslogtreecommitdiff
path: root/src/settings-live.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add option to show/hide alarmskugiigi2023-12-191-0/+13
|
* src/settings-live.cpp: Check for schema instead of LomiriRobert Tari2021-09-011-6/+4
|
* src/settings-live.cpp: White-space change, drop blanks in between parameters ↵Mike Gabriel2021-08-301-1/+1
| | | | in function call.
* src/settings-live.cpp: initialise m_settings_cal_notification and ↵Robert Tari2021-08-291-0/+5
| | | | m_settings_general_notification to NULL if we are not on Lomiri
* In main.cpp and tests where Snap is instantiated, provide the system_bus to ↵Charles Kerr2021-08-291-11/+15
| | | | Snap's constructor
* If in silent mode should only vibrate if the settings say soArthur Mello2021-08-291-3/+35
|
* Do not fail gracefully if gsettings schema is not installedArthur Mello2021-08-291-38/+7
|
* Undo revisions 456/457Arthur Mello2021-08-291-5/+5
|
* Fix settings test check so we do not fail if GSettings schema is missingArthur Mello2021-08-291-5/+5
|
* Fix typoArthur Mello2021-08-291-3/+3
|
* Do not fail tests if schema is not installedArthur Mello2021-08-291-3/+9
|
* Set calendar notification settings to true in case GSettings schema is not ↵Arthur Mello2021-08-291-5/+25
| | | | available Make sure calendar notification settings are correct during tests
* Update indicator-datetime to work with the new notification settingsArthur Mello2021-08-291-46/+69
|
* in settings-live.cpp, use std::string instead of auto to make g++ 4.9.2 ↵Charles Kerr2021-08-291-2/+2
| | | | happy on vivid
* in LiveSettings, add gschema support for notification app blacklistingCharles Kerr2021-08-291-8/+72
|
* gsettings: Drop the 'show-clock' setting. Always show the clock.Robert Tari2020-09-051-13/+1
| | | | | | | The 'show-clock' gsetting option made it possible to "hide" the time from the indicator. Fixes AyatanaIndicator/ayatana-indicator-datetime#16.
* honor gsettings for calendar eventsCharles Kerr2018-03-261-0/+14
|
* Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.Mike Gabriel2017-05-171-2/+2
|
* add snooze properties to our schema; export it on the bus; add testsCharles Kerr2014-09-021-0/+12
|
* configurable haptic mode, part 1 of 3: add haptic feedback mode to the ↵Charles Kerr2014-07-311-0/+14
| | | | GSettings schema and to our Settings object
* 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