Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | for low power notifications, use libnotify's 'sound-file' property instead ↵ | Charles Kerr | 2021-08-28 | 1 | -5/+1 |
| | | | | of indicator-power calling the sound player directly | ||||
* | fix another touched file's copyright date | charles kerr | 2021-08-28 | 1 | -4/+4 |
| | |||||
* | make a SoundPlayer interface so we can mock it in the tests | charles kerr | 2021-08-28 | 1 | -2/+10 |
| | | | | | | | | this requires an annoying amount of scaffolding: 1. implement gst and mock classes to implement the SoundPlayer interface 2. modify notifier to take a SoundPlayer argument in its ctor 3. modify service to take a Notifier argument in its ctor instead of instantiating it on its own 4. change main to update the startup steps for player/notifier/service | ||||
* | Rename GNOMELOCALEDIR -> LOCALEDIR. | Mike Gabriel | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | move the mock battery from GSettings to DBus | Charles Kerr | 2014-10-14 | 1 | -68/+7 |
| | |||||
* | add gsettings for a mock battery to make QA tester's lives easier | Charles Kerr | 2014-10-10 | 1 | -5/+65 |
| | |||||
* | second draft of low battery power notifications, still a work in progress | Charles Kerr | 2014-07-21 | 1 | -4/+0 |
| | |||||
* | add first draft of low battery notifications | Charles Kerr | 2014-07-16 | 1 | -4/+8 |
| | |||||
* | fix some compiler warnings generated by clang static analyzer | Charles Kerr | 2014-07-13 | 1 | -2/+0 |
| | |||||
* | remove the '--replace' command line argument; process management will be ↵ | Charles Kerr | 2013-06-19 | 1 | -35/+2 |
| | | | | handled by Upstart | ||||
* | add a main() wrapper to create a service and pass a device-provider-upower to it | Charles Kerr | 2013-06-16 | 1 | -0/+101 |