| Commit message (Expand) | Author | Age | Files | Lines |
* | src/settings-live.cpp: Check for schema instead of Lomiri | Robert Tari | 2021-09-01 | 1 | -6/+4 |
* | src/settings-live.cpp: White-space change, drop blanks in between parameters ... | Mike Gabriel | 2021-08-30 | 1 | -1/+1 |
* | src/settings-live.cpp: initialise m_settings_cal_notification and m_settings_... | Robert Tari | 2021-08-29 | 1 | -0/+5 |
* | In main.cpp and tests where Snap is instantiated, provide the system_bus to S... | Charles Kerr | 2021-08-29 | 1 | -11/+15 |
* | If in silent mode should only vibrate if the settings say so | Arthur Mello | 2021-08-29 | 1 | -3/+35 |
* | Do not fail gracefully if gsettings schema is not installed | Arthur Mello | 2021-08-29 | 1 | -38/+7 |
* | Undo revisions 456/457 | Arthur Mello | 2021-08-29 | 1 | -5/+5 |
* | Fix settings test check so we do not fail if GSettings schema is missing | Arthur Mello | 2021-08-29 | 1 | -5/+5 |
* | Fix typo | Arthur Mello | 2021-08-29 | 1 | -3/+3 |
* | Do not fail tests if schema is not installed | Arthur Mello | 2021-08-29 | 1 | -3/+9 |
* | Set calendar notification settings to true in case GSettings schema is not av... | Arthur Mello | 2021-08-29 | 1 | -5/+25 |
* | Update indicator-datetime to work with the new notification settings | Arthur Mello | 2021-08-29 | 1 | -46/+69 |
* | in settings-live.cpp, use std::string instead of auto to make g++ 4.9.2 happy... | Charles Kerr | 2021-08-29 | 1 | -2/+2 |
* | in LiveSettings, add gschema support for notification app blacklisting | Charles Kerr | 2021-08-29 | 1 | -8/+72 |
* | gsettings: Drop the 'show-clock' setting. Always show the clock. | Robert Tari | 2020-09-05 | 1 | -13/+1 |
* | honor gsettings for calendar events | Charles Kerr | 2018-03-26 | 1 | -0/+14 |
* | Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime. | Mike Gabriel | 2017-05-17 | 1 | -2/+2 |
* | add snooze properties to our schema; export it on the bus; add tests | Charles Kerr | 2014-09-02 | 1 | -0/+12 |
* | configurable haptic mode, part 1 of 3: add haptic feedback mode to the GSetti... | Charles Kerr | 2014-07-31 | 1 | -0/+14 |
* | use unsigned ints for the alarm volume, duration properties | Charles Kerr | 2014-06-27 | 1 | -6/+6 |
* | Design prefers to have a volume slider instead of presets, so remove the Alar... | Charles Kerr | 2014-06-26 | 1 | -3/+3 |
* | add GSettings support for specifying an alarm loop duration | Charles Kerr | 2014-06-24 | 1 | -0/+12 |
* | add GSettings support for specifying a default alarm sound and default alarm ... | Charles Kerr | 2014-06-23 | 1 | -0/+26 |
* | Implement Settings, a properties-cpp wrapper around GSettings | Charles Kerr | 2014-01-16 | 1 | -223/+187 |
* | Function: add fully-tested ActionGroups, per-profile Menus, state object. | Charles Kerr | 2014-01-14 | 1 | -0/+293 |