aboutsummaryrefslogtreecommitdiff
path: root/src/volume-control-pulse.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix AccountsService integrationRobert Tari2023-11-101-1/+11
|
* Restrict com.canonical.settings.sound code to UnityRobert Tari2021-11-081-5/+9
|
* src/volume-control-pulse.vala: Make stream-restore warning a debug messageRobert Tari2021-08-091-1/+1
|
* Add us to the copyright headerRobert Tari2021-08-041-1/+0
|
* Add us to the copyright headerRobert Tari2021-08-041-0/+2
|
* Handle all switch casesRobert Tari2021-08-041-0/+5
|
* Whitespace fixRobert Tari2021-08-041-835/+835
|
* Report exact GLib error message when unable to find stream restore data.Mike Gabriel2019-08-281-1/+1
|
* Fix build with vala 0.36.Jeremy Bicha2017-10-231-1/+1
|
* Fork from Ubuntu's indicator-sound.Mike Gabriel2017-10-221-0/+1
|
* Added integration tests to detect external microphonesXavi Garcia Mena2016-03-041-0/+3
|
* Added is_external_mic function to check for an external microphoneXavi Garcia Mena2016-03-031-6/+14
|
* Changes to show up the microphone volume control when an external mic is ↵Xavi Garcia Mena2016-03-031-2/+20
| | | | detected
* Accounts service notification fixXavi Garcia Mena2016-02-291-1/+1
|
* Created new class AccountsServiceAccess to hold all accounts service operationsXavi Garcia Mena2016-02-231-180/+12
|
* Changed last running player to user Accounts serviceXavi Garcia Mena2016-02-221-0/+39
|
* fix references to unowned strings returned by Environment.get_variable()charles kerr2015-12-311-2/+2
|
* fix references to unowned strings returned by Proplist.gets()charles kerr2015-12-311-4/+4
|
* use predefined VariantTypes instead of reinventing the wheelcharles kerr2015-12-311-3/+3
|
* make VolumeControl::active_output easier to mock for testscharles kerr2015-12-301-17/+12
|
* in vol-control-pulse, remove redundant vapi scaffoldingcharles kerr2015-12-291-4/+1
|
* clean up tracer GLib.message() callscharles kerr2015-12-291-6/+0
|
* use G_SOURCE_REMOVE instead of falsecharles kerr2015-12-291-3/+3
|
* remove earlier unneeded tracerscharles kerr2015-12-281-5/+1
|
* in volume-warning, use pulse directly rather than through dbuscharles kerr2015-12-281-5/+3
|
* add tracer GLib.message() callscharles kerr2015-12-211-5/+18
|
* always keep volume-control's 'stream' property updatedcharles kerr2015-12-201-16/+16
|
* make more of volume-control-pulse's pulse functions 'public static'charles kerr2015-12-201-7/+7
| | | | | | This time it's stream_restore_get_object_path(), again for use by volume-warning
* start making volume-control-pulse's pulse functions public static for reuse.charles kerr2015-12-201-11/+18
| | | | | | calculate_active_output() and create_pulse_dbus_connection() are now 'public static' so volume-warning can use them too.
* remove _active_port_headphone field from volume-control-pulsecharles kerr2015-12-201-3/+0
|
* remove 'high_volume' property from volume-controlcharles kerr2015-12-191-47/+0
|
* remove set_warning_volume() from volume-controlcharles kerr2015-12-191-8/+0
|
* remove 'ready' property from volume-warningcharles kerr2015-12-191-4/+1
|
* remove 'is-playing' property from volume-warningcharles kerr2015-12-191-14/+2
|
* remove high-volume-approved from volume-controlcharles kerr2015-12-191-68/+0
|
* remove ignore_high_volume from volume-controlcharles kerr2015-12-191-20/+0
|
* 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-29/+5
|
* Added workaround for Maroon in Trouble, second optionXavi Garcia Mena2015-12-171-2/+16
|
* Maroon in trouble and other games changing the volume in sink and changing ↵Xavi Garcia Mena2015-12-171-2/+8
| | | | role workaround
* Added a CALL mode and avoid sending output notifications when we have an ↵Xavi Garcia Mena2015-11-231-22/+29
| | | | incoming call
* restore warning level volume when warning dialog is cancelledXavi Garcia Mena2015-11-191-0/+8
|
* Fix issues with warning dialogXavi Garcia Mena2015-11-191-0/+4
|
* Added integragrion tests to the devices labels and iconsXavi Garcia Mena2015-10-151-36/+34
|\
| * Added notifications tests integrated with the test instance of pulseAudio ↵Xavi Garcia Mena2015-10-131-5/+6
| | | | | | | | and gmenuharness
| * Updated set-volume utilityXavi Garcia Mena2015-09-201-1/+1
| |
| * Added AccountsService Mock to the integration testsXavi Garcia Mena2015-09-181-2/+1
| |
| * test version for gmenuharnessXavi Garcia Mena2015-09-071-4/+6
| |
* | Added USB and HDMI active outputsXavi Garcia Mena2015-10-051-28/+52
| |
* | Changed to show a notification when the active output changesXavi Garcia Mena2015-10-011-34/+42
| |