Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a couple of build failures on Ubuntu hirsute: | Olivier Tilloy | 2021-03-04 | 1 | -1/+1 |
| | | | | | - src/engine-eds.cpp: use i_cal_component_free for ICalComponent - src/exporter.cpp: drop unnecessary G_OBJECT cast | ||||
* | 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/+1 |
| | |||||
* | configurable haptic mode, part 3 of 3: expose the new haptic mode setting as ↵ | Charles Kerr | 2014-07-31 | 1 | -0/+1 |
| | | | | a DBus property; sync exporter tests | ||||
* | move the powerd and screen bus name, path, and interface strings into ↵ | Charles Kerr | 2014-07-23 | 1 | -4/+4 |
| | | | | dbus-shared | ||||
* | use unsigned ints for the alarm volume, duration properties | Charles Kerr | 2014-06-27 | 1 | -11/+13 |
| | |||||
* | Design prefers to have a volume slider instead of presets, so remove the ↵ | Charles Kerr | 2014-06-26 | 1 | -25/+1 |
| | | | | AlarmVolume enum and replace it with an int range. | ||||
* | Expose the alarm settings via dbus properties. | Charles Kerr | 2014-06-26 | 1 | -6/+109 |
| | |||||
* | Add Exporter's implementation to an Impl file because I'm about to shovel ↵ | Charles Kerr | 2014-06-26 | 1 | -67/+103 |
| | | | | more methods and fields in there. | ||||
* | as per review, there were a few places that accidentally passed a ↵ | Charles Kerr | 2014-01-30 | 1 | -2/+2 |
| | | | | shared_ptr<X>& instead of a const shared_ptr<X>& | ||||
* | the clock icon should match the one used by the clock app, so use click to ↵ | Charles Kerr | 2014-01-22 | 1 | -1/+0 |
| | | | | ask the clock app which icon it's using | ||||
* | plug in the greeter menus | Charles Kerr | 2014-01-22 | 1 | -1/+3 |
| | |||||
* | copyediting: rename Service as Exporter & tweak comments | Charles Kerr | 2014-01-22 | 1 | -0/+144 |