aboutsummaryrefslogtreecommitdiff
path: root/tests/test-exporter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* move the powerd and screen bus name, path, and interface strings into ↵Charles Kerr2014-07-231-3/+3
| | | | dbus-shared
* Design prefers to have a volume slider instead of presets, so remove the ↵Charles Kerr2014-06-261-2/+2
| | | | AlarmVolume enum and replace it with an int range.
* Expose the alarm settings via dbus properties.Charles Kerr2014-06-261-1/+92
|
* Add Exporter's implementation to an Impl file because I'm about to shovel ↵Charles Kerr2014-06-261-1/+1
| | | | more methods and fields in there.
* make the phone and desktop actions more consistent with each other; eg, ↵Charles Kerr2014-03-221-5/+8
| | | | 'indicator.desktop.open-calendar-app' + 'indicator.phone.open-calendar-app'
* add test coverage for Exporter's name_lost signalCharles Kerr2014-01-271-14/+20
|
* sync test-exporter with the greeter profile's header names that changed in r325Charles Kerr2014-01-221-2/+2
|
* copyediting: rename the test/ directory's .cc files to .cpp for consistency ↵Charles Kerr2014-01-221-0/+128
with src/