aboutsummaryrefslogtreecommitdiff
path: root/src/volume-warning.vala
Commit message (Collapse)AuthorAgeFilesLines
...
* start making volume-control-pulse's pulse functions public static for reuse.charles kerr2015-12-201-99/+23
| | | | | | calculate_active_output() and create_pulse_dbus_connection() are now 'public static' so volume-warning can use them too.
* change volume-warning to subclass from object instead of volume-controlcharles kerr2015-12-201-35/+9
| | | | | Now we're starting to get somewhere...
* remove mic-volume property from volume-warningcharles kerr2015-12-201-69/+10
|
* move warning dialog from service to volume-warningcharles kerr2015-12-201-14/+91
|
* remove 'high_volume' property from volume-controlcharles kerr2015-12-191-6/+4
|
* add WarnNotification to volume-warningcharles kerr2015-12-191-0/+2
| | | | | Not actually /used/ yet, but it compiles & tests still pass...
* remove set_warning_volume() from volume-controlcharles kerr2015-12-191-1/+1
|
* remove 'ready' property from volume-warningcharles kerr2015-12-191-7/+6
|
* remove 'is-playing' property from volume-warningcharles kerr2015-12-191-24/+8
|
* move service.waiting_user_approve_warn into warning-volumecharles kerr2015-12-191-0/+3
|
* remove high-volume-approved from volume-controlcharles kerr2015-12-191-10/+8
|
* remove ignore_high_volume from volume-controlcharles kerr2015-12-191-1/+1
|
* move loudness warning's enabled & decibels from volume-control-pulse to optionscharles kerr2015-12-191-27/+10
|
* move max_volume into a reusable 'options' classcharles kerr2015-12-191-27/+3
|
* get the build working againcharles kerr2015-12-191-2/+9
|
* remove accountsservice/greeter from volume-warningcharles kerr2015-12-191-215/+0
|
* remove 'mute' property from volume-warningcharles kerr2015-12-191-54/+0
|
* copy volume-control-pulse into a new class, volume-warningcharles kerr2015-12-191-0/+1165