aboutsummaryrefslogtreecommitdiff
path: root/src/volume-warning-pulse.vala
Commit message (Collapse)AuthorAgeFilesLines
* Restrict com.canonical.settings.sound code to UnityRobert Tari2021-11-081-5/+11
|
* Whitespace fixRobert Tari2021-11-081-155/+155
|
* Fork from Ubuntu's indicator-sound.Mike Gabriel2017-10-221-0/+1
|
* change a tracer GLib.message() call to GLib.debug()Charles Kerr2016-01-121-1/+1
|
* remove newly-dead variable VolumeWarningPulse._update_sink_timerCharles Kerr2016-01-121-2/+0
|
* in volume-warning-pulse, get/set the sink input's volume rather than the ↵Charles Kerr2016-01-121-50/+7
| | | | sink's volume, just as volume-control-pulse does
* simplify some code in volume-warning and volume-warning-pulsecharles kerr2015-12-311-24/+12
|
* copyediting: yet more whitespacecharles kerr2015-12-311-25/+25
|
* add docs/comments to vol-warning-pulsecharles kerr2015-12-291-9/+16
|
* clean up tracer GLib.message() callscharles kerr2015-12-291-7/+1
|
* remove unnecessary field vol-warning-pulse.multimedia_cvolumecharles kerr2015-12-291-7/+2
|
* tidy up vol-warning-pulse's override methodscharles kerr2015-12-291-18/+14
|
* generate less pulse traffic on a sink-input-removed eventcharles kerr2015-12-291-13/+26
|
* fix tyopcharles kerr2015-12-291-1/+1
|
* in volume-warning, shorten the Pulse flood damper's timercharles kerr2015-12-291-2/+3
| | | | | one second is too long in practice; shortening to 500 msec
* fix hashset construction error from previous commitcharles kerr2015-12-291-1/+1
|
* dampen Pulse floods in vol-warning by requerying no more than once per seccharles kerr2015-12-291-26/+61
|
* silence spurious g_warningcharles kerr2015-12-291-4/+5
|
* copyediting: use vala whitespace style in new codecharles kerr2015-12-291-70/+46
|
* fix oops in last commitcharles kerr2015-12-291-6/+19
|
* in volume-warning-pulse, get/set the sink's volume, not the sink input'scharles kerr2015-12-291-25/+54
|
* break volume-warning into an abstract base and concrete pulse-based implcharles kerr2015-12-291-0/+208