| Commit message (Expand) | Author | Age | Files | Lines |
* | Report exact GLib error message when unable to find stream restore data. | Mike Gabriel | 2019-08-28 | 1 | -1/+1 |
* | Fix build with vala 0.36. | Jeremy Bicha | 2017-10-23 | 1 | -1/+1 |
* | Fork from Ubuntu's indicator-sound. | Mike Gabriel | 2017-10-22 | 1 | -0/+1 |
* | Added integration tests to detect external microphones | Xavi Garcia Mena | 2016-03-04 | 1 | -0/+3 |
* | Added is_external_mic function to check for an external microphone | Xavi Garcia Mena | 2016-03-03 | 1 | -6/+14 |
* | Changes to show up the microphone volume control when an external mic is dete... | Xavi Garcia Mena | 2016-03-03 | 1 | -2/+20 |
* | Accounts service notification fix | Xavi Garcia Mena | 2016-02-29 | 1 | -1/+1 |
* | Created new class AccountsServiceAccess to hold all accounts service operations | Xavi Garcia Mena | 2016-02-23 | 1 | -180/+12 |
* | Changed last running player to user Accounts service | Xavi Garcia Mena | 2016-02-22 | 1 | -0/+39 |
* | fix references to unowned strings returned by Environment.get_variable() | charles kerr | 2015-12-31 | 1 | -2/+2 |
* | fix references to unowned strings returned by Proplist.gets() | charles kerr | 2015-12-31 | 1 | -4/+4 |
* | use predefined VariantTypes instead of reinventing the wheel | charles kerr | 2015-12-31 | 1 | -3/+3 |
* | make VolumeControl::active_output easier to mock for tests | charles kerr | 2015-12-30 | 1 | -17/+12 |
* | in vol-control-pulse, remove redundant vapi scaffolding | charles kerr | 2015-12-29 | 1 | -4/+1 |
* | clean up tracer GLib.message() calls | charles kerr | 2015-12-29 | 1 | -6/+0 |
* | use G_SOURCE_REMOVE instead of false | charles kerr | 2015-12-29 | 1 | -3/+3 |
* | remove earlier unneeded tracers | charles kerr | 2015-12-28 | 1 | -5/+1 |
* | in volume-warning, use pulse directly rather than through dbus | charles kerr | 2015-12-28 | 1 | -5/+3 |
* | add tracer GLib.message() calls | charles kerr | 2015-12-21 | 1 | -5/+18 |
* | always keep volume-control's 'stream' property updated | charles kerr | 2015-12-20 | 1 | -16/+16 |
* | make more of volume-control-pulse's pulse functions 'public static' | charles kerr | 2015-12-20 | 1 | -7/+7 |
* | start making volume-control-pulse's pulse functions public static for reuse. | charles kerr | 2015-12-20 | 1 | -11/+18 |
* | remove _active_port_headphone field from volume-control-pulse | charles kerr | 2015-12-20 | 1 | -3/+0 |
* | remove 'high_volume' property from volume-control | charles kerr | 2015-12-19 | 1 | -47/+0 |
* | remove set_warning_volume() from volume-control | charles kerr | 2015-12-19 | 1 | -8/+0 |
* | remove 'ready' property from volume-warning | charles kerr | 2015-12-19 | 1 | -4/+1 |
* | remove 'is-playing' property from volume-warning | charles kerr | 2015-12-19 | 1 | -14/+2 |
* | remove high-volume-approved from volume-control | charles kerr | 2015-12-19 | 1 | -68/+0 |
* | remove ignore_high_volume from volume-control | charles kerr | 2015-12-19 | 1 | -20/+0 |
* | move loudness warning's enabled & decibels from volume-control-pulse to options | charles kerr | 2015-12-19 | 1 | -27/+10 |
* | move max_volume into a reusable 'options' class | charles kerr | 2015-12-19 | 1 | -29/+5 |
* | Added workaround for Maroon in Trouble, second option | Xavi Garcia Mena | 2015-12-17 | 1 | -2/+16 |
* | Maroon in trouble and other games changing the volume in sink and changing ro... | Xavi Garcia Mena | 2015-12-17 | 1 | -2/+8 |
* | Added a CALL mode and avoid sending output notifications when we have an inco... | Xavi Garcia Mena | 2015-11-23 | 1 | -22/+29 |
* | restore warning level volume when warning dialog is cancelled | Xavi Garcia Mena | 2015-11-19 | 1 | -0/+8 |
* | Fix issues with warning dialog | Xavi Garcia Mena | 2015-11-19 | 1 | -0/+4 |
* | Added integragrion tests to the devices labels and icons | Xavi Garcia Mena | 2015-10-15 | 1 | -36/+34 |
|\ |
|
| * | Added notifications tests integrated with the test instance of pulseAudio and... | Xavi Garcia Mena | 2015-10-13 | 1 | -5/+6 |
| * | Updated set-volume utility | Xavi Garcia Mena | 2015-09-20 | 1 | -1/+1 |
| * | Added AccountsService Mock to the integration tests | Xavi Garcia Mena | 2015-09-18 | 1 | -2/+1 |
| * | test version for gmenuharness | Xavi Garcia Mena | 2015-09-07 | 1 | -4/+6 |
* | | Added USB and HDMI active outputs | Xavi Garcia Mena | 2015-10-05 | 1 | -28/+52 |
* | | Changed to show a notification when the active output changes | Xavi Garcia Mena | 2015-10-01 | 1 | -34/+42 |
* | | Adding the code to change the icons and label when a bluetooth headset is con... | Xavi Garcia Mena | 2015-09-29 | 1 | -12/+37 |
|/ |
|
* | in volume-control-pulse, extract methods from ctor and dtor for readability | Charles Kerr | 2015-08-12 | 1 | -3/+13 |
* | copyediting: in new code, use unowned strings where practical, slightly bette... | Charles Kerr | 2015-08-12 | 1 | -11/+8 |
* | copyediting: make tabs use in the new code consistent with existing codebase | Charles Kerr | 2015-08-12 | 1 | -6/+6 |
* | in volume-control-pulse's update_high_volume_approved_timer(), fix timer inte... | Charles Kerr | 2015-08-11 | 1 | -1/+1 |
* | take the g_message() tracers and remove or demote to g_debug() as appropriate | Charles Kerr | 2015-08-11 | 1 | -22/+12 |
* | clamp the volume whenever the 'high volume' confirmation notification is open. | Charles Kerr | 2015-08-11 | 1 | -10/+13 |