aboutsummaryrefslogtreecommitdiff
path: root/src/exporter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix cppcheck errors/warningsRobert Tari2022-02-081-4/+6
|
* Fix a couple of build failures on Ubuntu hirsute:Olivier Tilloy2021-03-041-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 Gabriel2017-05-171-2/+2
|
* add snooze properties to our schema; export it on the bus; add testsCharles Kerr2014-09-021-0/+1
|
* configurable haptic mode, part 3 of 3: expose the new haptic mode setting as ↵Charles Kerr2014-07-311-0/+1
| | | | a DBus property; sync exporter tests
* move the powerd and screen bus name, path, and interface strings into ↵Charles Kerr2014-07-231-4/+4
| | | | dbus-shared
* use unsigned ints for the alarm volume, duration propertiesCharles Kerr2014-06-271-11/+13
|
* Design prefers to have a volume slider instead of presets, so remove the ↵Charles Kerr2014-06-261-25/+1
| | | | AlarmVolume enum and replace it with an int range.
* Expose the alarm settings via dbus properties.Charles Kerr2014-06-261-6/+109
|
* Add Exporter's implementation to an Impl file because I'm about to shovel ↵Charles Kerr2014-06-261-67/+103
| | | | more methods and fields in there.
* as per review, there were a few places that accidentally passed a ↵Charles Kerr2014-01-301-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 Kerr2014-01-221-1/+0
| | | | ask the clock app which icon it's using
* plug in the greeter menusCharles Kerr2014-01-221-1/+3
|
* copyediting: rename Service as Exporter & tweak commentsCharles Kerr2014-01-221-0/+144