Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |