Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mark methods as const | Dave Reisner | 2013-08-23 | 1 | -5/+5 |
| | |||||
* | notify: Create a NullNotifier as the default notifier | Dave Reisner | 2013-08-22 | 1 | -0/+6 |
| | | | | This notifier is boring. It does nothing. | ||||
* | Favor nullptr over NULL | Dave Reisner | 2013-04-10 | 1 | -1/+1 |
| | |||||
* | add support for libnotify based notifier | Dave Reisner | 2013-01-22 | 1 | -0/+52 |
| | |||||
* | abstract volume/balance output away from ponymix | Dave Reisner | 2013-01-21 | 1 | -0/+38 |
Add a Notifier virtual base class and a CommandLineNotifier implementation which handles output of volume and balance levels after a change. |