| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix several 'Creation method of abstract class cannot be public.' Vala issues. | Mike Gabriel | 2019-12-02 | 1 | -1/+1 |
* | Fork from Ubuntu's indicator-sound. | Mike Gabriel | 2017-10-22 | 1 | -1/+1 |
* | Added a new signal in volumeWarning to notify when the user has pressed cance... | Xavi Garcia Mena | 2016-04-15 | 1 | -0/+10 |
* | Set warning volume to the maximum allowed when the user presses cancel | Xavi Garcia Mena | 2016-03-01 | 1 | -3/+7 |
* | simplify some code in volume-warning and volume-warning-pulse | charles kerr | 2015-12-31 | 1 | -39/+34 |
* | rename VolumeWarning.high_volume_approved as VolumeWarning.approved | charles kerr | 2015-12-31 | 1 | -67/+67 |
* | simplify the Options class' properties | charles kerr | 2015-12-30 | 1 | -13/+15 |
* | remove ignore_high_volume dupe from volume-warning | charles kerr | 2015-12-29 | 1 | -14/+0 |
* | dampen Pulse floods in vol-warning by requerying no more than once per sec | charles kerr | 2015-12-29 | 1 | -4/+8 |
* | copyediting: use vala whitespace style in new code | charles kerr | 2015-12-29 | 1 | -2/+2 |
* | break volume-warning into an abstract base and concrete pulse-based impl | charles kerr | 2015-12-29 | 1 | -182/+12 |
* | copyediting | charles kerr | 2015-12-29 | 1 | -33/+31 |
* | use G_SOURCE_REMOVE instead of false | charles kerr | 2015-12-29 | 1 | -2/+2 |
* | remove unneeded tracers | charles kerr | 2015-12-28 | 1 | -13/+5 |
* | make tab damage consistent | charles kerr | 2015-12-28 | 1 | -39/+39 |
* | call set_subscribe_callback() /before/ subscribe() | charles kerr | 2015-12-28 | 1 | -1/+1 |
* | improve r583's changes to make volume-warning's prop names more readable | charles kerr | 2015-12-28 | 1 | -11/+11 |
* | experiment with making volume-warning's multimedia-active property protected | charles kerr | 2015-12-28 | 1 | -12/+13 |
* | make VolumeWarning's multimedia-volume property a little more readable | charles kerr | 2015-12-28 | 1 | -15/+15 |
* | in volume-warning's set_multimedia_volume(), test for PA.Volume.INVALID | charles kerr | 2015-12-28 | 1 | -0/+1 |
* | fix regression that broke down-volume-button dismissing warning dialog | charles kerr | 2015-12-28 | 1 | -2/+5 |
* | remove earlier unneeded tracers | charles kerr | 2015-12-28 | 1 | -10/+1 |
* | in volume-warning, show the dialog before setting the high-volume prop | charles kerr | 2015-12-28 | 1 | -2/+2 |
* | in volume-warning, better use of pa_operations. | charles kerr | 2015-12-28 | 1 | -49/+4 |
* | remove unneeded idle timer from volume-warning | charles kerr | 2015-12-28 | 1 | -22/+0 |
* | remove earlier unneeded tracers | charles kerr | 2015-12-28 | 1 | -2/+1 |
* | add testing tracers | charles kerr | 2015-12-28 | 1 | -16/+7 |
* | when deciding to show volume warning, check for PA INVALID volume | charles kerr | 2015-12-28 | 1 | -3/+5 |
* | fix tyop | charles kerr | 2015-12-28 | 1 | -1/+1 |
* | fix volume-warning timing issue | charles kerr | 2015-12-28 | 1 | -3/+13 |
* | fix pa_cvolume_set call | charles kerr | 2015-12-28 | 1 | -12/+7 |
* | in volume-warning, use multimedia through direct pulse instead of dbus | charles kerr | 2015-12-28 | 1 | -132/+54 |
* | update volume-warning's 'multimedia-volume' property from pulse | charles kerr | 2015-12-28 | 1 | -2/+10 |
* | in volume-warning, use pulse directly rather than through dbus | charles kerr | 2015-12-28 | 1 | -27/+181 |
* | call show() in an idle func to avoid callback cycles | charles kerr | 2015-12-21 | 1 | -2/+27 |
* | reduce the volume while the warning dialog is active | charles kerr | 2015-12-21 | 1 | -38/+3 |
* | unconfuse Vala's C generator making the PulesAudio.Volume property uint32 | charles kerr | 2015-12-21 | 1 | -12/+32 |
* | remove unused code from volume-warning | charles kerr | 2015-12-20 | 1 | -3/+0 |
* | remove code duplication between volume-warning and volume-control-pulse | charles kerr | 2015-12-20 | 1 | -307/+16 |
* | group volume-warning's protected properties together | charles kerr | 2015-12-20 | 1 | -43/+46 |
* | replace volume-warning's 'volume' property with 'multimedia-volume' | charles kerr | 2015-12-20 | 1 | -210/+135 |
* | replace volume-warning's 'stream' property with a more focused 'multimedia-ac... | charles kerr | 2015-12-20 | 1 | -56/+44 |
* | in volume-warning, group the pulse methods closer together | charles kerr | 2015-12-20 | 1 | -50/+50 |
* | refactor 'stop_reconnect_timer' into its own function in volume-warning | charles kerr | 2015-12-20 | 1 | -6/+11 |
* | fix tyop | charles kerr | 2015-12-20 | 1 | -2/+2 |
* | start making volume-control-pulse's pulse functions public static for reuse. | charles kerr | 2015-12-20 | 1 | -99/+23 |
* | change volume-warning to subclass from object instead of volume-control | charles kerr | 2015-12-20 | 1 | -35/+9 |
* | remove mic-volume property from volume-warning | charles kerr | 2015-12-20 | 1 | -69/+10 |
* | move warning dialog from service to volume-warning | charles kerr | 2015-12-20 | 1 | -14/+91 |
* | remove 'high_volume' property from volume-control | charles kerr | 2015-12-19 | 1 | -6/+4 |