Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | 2 | -110/+41 | |
| | | | | | | | | | | | | 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-pulse | charles kerr | 2015-12-20 | 1 | -3/+0 | |
| | | ||||||
* | | change volume-warning to subclass from object instead of volume-control | charles kerr | 2015-12-20 | 1 | -35/+9 | |
| | | | | | | | | | | Now we're starting to get somewhere... | |||||
* | | remove mic-volume property from volume-warning | charles kerr | 2015-12-20 | 2 | -108/+10 | |
| | | ||||||
* | | move warning dialog from service to volume-warning | charles kerr | 2015-12-20 | 4 | -126/+273 | |
| | | ||||||
* | | set options.max_volume's default value to 1.0 | charles kerr | 2015-12-20 | 1 | -1/+1 | |
| | | | | | | | | | | this fixes the notifications-tests unit tests. | |||||
* | | remove 'high_volume' property from volume-control | charles kerr | 2015-12-19 | 4 | -61/+16 | |
| | | ||||||
* | | add WarnNotification to volume-warning | charles kerr | 2015-12-19 | 2 | -0/+12 | |
| | | | | | | | | | | Not actually /used/ yet, but it compiles & tests still pass... | |||||
* | | remove set_warning_volume() from volume-control | charles kerr | 2015-12-19 | 4 | -11/+2 | |
| | | ||||||
* | | remove 'ready' property from volume-warning | charles kerr | 2015-12-19 | 3 | -12/+8 | |
| | | ||||||
* | | remove 'is-playing' property from volume-warning | charles kerr | 2015-12-19 | 3 | -39/+11 | |
| | | ||||||
* | | move service.waiting_user_approve_warn into warning-volume | charles kerr | 2015-12-19 | 2 | -9/+10 | |
| | | ||||||
* | | remove high-volume-approved from volume-control | charles kerr | 2015-12-19 | 4 | -83/+11 | |
| | | ||||||
* | | remove ignore_high_volume from volume-control | charles kerr | 2015-12-19 | 4 | -23/+2 | |
| | | ||||||
* | | bugfix: don't requery notificaton server capabilities each time volume changes | charles kerr | 2015-12-19 | 1 | -4/+6 | |
| | | ||||||
* | | instantiate volume-warning and pass it to the service | charles kerr | 2015-12-19 | 2 | -5/+10 | |
| | | ||||||
* | | move loudness warning's enabled & decibels from volume-control-pulse to options | charles kerr | 2015-12-19 | 7 | -60/+175 | |
| | | ||||||
* | | move max_volume into a reusable 'options' class | charles kerr | 2015-12-19 | 6 | -65/+46 | |
| | | ||||||
* | | get the build working again | charles kerr | 2015-12-19 | 1 | -2/+9 | |
| | | ||||||
* | | remove accountsservice/greeter from volume-warning | charles kerr | 2015-12-19 | 1 | -215/+0 | |
| | | ||||||
* | | remove 'mute' property from volume-warning | charles kerr | 2015-12-19 | 1 | -54/+0 | |
| | | ||||||
* | | copy volume-control-pulse into a new class, volume-warning | charles kerr | 2015-12-19 | 2 | -0/+1171 | |
|/ | ||||||
* | Added workaround for Maroon in Trouble, second option | Xavi Garcia Mena | 2015-12-17 | 3 | -5/+21 | |
| | ||||||
* | Maroon in trouble and other games changing the volume in sink and changing ↵ | Xavi Garcia Mena | 2015-12-17 | 1 | -2/+8 | |
| | | | | role workaround | |||||
* | Re-adding indicator.volume-sync | Xavi Garcia Mena | 2015-12-14 | 1 | -1/+1 | |
| | ||||||
* | rolling back ↵ | Xavi Garcia Mena | 2015-12-14 | 3 | -29/+2 | |
| | | | | lp:~xavi-garcia-mena/indicator-sound/bug-1512798-reenable-amplified-volume | |||||
* | Added indicator. prefix to volume sync attibute | Xavi Garcia Mena | 2015-12-09 | 1 | -1/+1 | |
| | ||||||
* | Merged ↵ | Xavi Garcia Mena | 2015-12-09 | 2 | -1/+28 | |
|\ | | | | | | | lp:~xavi-garcia-mena/indicator-sound/bug-1512798-reenable-amplified-volume | |||||
| * | Restore code to allow amplified volume | Xavi Garcia Mena | 2015-11-10 | 2 | -1/+28 | |
| | | ||||||
* | | Added attibute to volume slider to define the sync action | Xavi Garcia Mena | 2015-12-09 | 1 | -4/+7 | |
| | | ||||||
* | | Setting user selected volume when pressing OK in the high volume dialog | Xavi Garcia Mena | 2015-12-04 | 2 | -5/+13 | |
| | | ||||||
* | | Changes after review. Method to increment sync counter and integration test ↵ | Xavi Garcia Mena | 2015-12-02 | 1 | -2/+6 | |
| | | | | | | | | changed | |||||
* | | Added integration tests | Xavi Garcia Mena | 2015-12-02 | 1 | -3/+3 | |
| | | ||||||
* | | Added action to sync volume with UI | Xavi Garcia Mena | 2015-12-01 | 1 | -1/+15 | |
| | | ||||||
* | | Added a CALL mode and avoid sending output notifications when we have an ↵ | Xavi Garcia Mena | 2015-11-23 | 2 | -23/+31 | |
| | | | | | | | | incoming call | |||||
* | | restore warning level volume when warning dialog is cancelled | Xavi Garcia Mena | 2015-11-19 | 3 | -0/+10 | |
| | | ||||||
* | | Fix issues with warning dialog | Xavi Garcia Mena | 2015-11-19 | 3 | -2/+9 | |
| | | ||||||
* | | Re-added integration tests using gmenuharness | Xavi Garcia Mena | 2015-11-11 | 1 | -2/+1 | |
| | | ||||||
* | | Disable integration tests to avoid universe dependencies | Xavi Garcia Mena | 2015-11-03 | 1 | -1/+2 | |
| | | ||||||
* | | Checking capabilites in every notification. This is a workaround as it was ↵ | Xavi Garcia Mena | 2015-10-30 | 1 | -6/+4 | |
| | | | | | | | | observed that when using headphones the capabilities are not correct when we check for the first time | |||||
* | | Changes as suggested | Xavi Garcia Mena | 2015-10-27 | 1 | -23/+27 | |
| | | ||||||
* | | Removed warning label in volume notification | Xavi Garcia Mena | 2015-10-22 | 1 | -38/+31 | |
| | | ||||||
* | | Fixed conflict. Updated changelog to be in sync with trunk | Xavi Garcia Mena | 2015-10-21 | 10 | -69/+1983 | |
|\ \ | |/ |/| | ||||||
| * | Fixed issue with warning notification. Fixed race conditions in tests | Xavi Garcia Mena | 2015-10-21 | 1 | -51/+57 | |
| | | ||||||
| * | Fixed race condition connection to the Notifications interface | Xavi Garcia Mena | 2015-10-16 | 1 | -1/+1 | |
| | | ||||||
| * | Labels in sound menu marked to be translated | Xavi Garcia Mena | 2015-10-15 | 1 | -8/+8 | |
| | | ||||||
| * | Added integragrion tests to the devices labels and icons | Xavi Garcia Mena | 2015-10-15 | 11 | -53/+1648 | |
| |\ | ||||||
| | * | Added notifications tests integrated with the test instance of pulseAudio ↵ | Xavi Garcia Mena | 2015-10-13 | 1 | -5/+6 | |
| | | | | | | | | | | | | and gmenuharness | |||||
| | * | Added attribute_not_set to gmenuharness, added tests for player control buttons | Xavi Garcia Mena | 2015-09-25 | 2 | -1/+21 | |
| | | |