Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src, tests: fix -Wint-to-pointer-cast and a chance of test crashpersonal/peat-psuwit/protected-superclass | Ratchanan Srirattanamet | 2023-11-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Turns the constructor of `VolumeControl` and `VolumeWarning` from `internal` to `protected`. This makes Vala emits C declaration of constructors, which is required by the test's mocks extending these classes, in the external header. Without them, the mocks' C code would then consider them "implicitly declared", and will assume they return `int` instead of a pointer. If the returned address happened to be higher than `INT_MAX`, the code will consider the returned address negative and sign-extend it when casting to a pointer, corrupting it. As for "unprivating" these constructors, this is an internal static library anyway. No libraries or headers are installed from this package. This change is invisible from outside. | ||||
* | license headers: Stop using the '©' character. | Mike Gabriel | 2021-11-19 | 1 | -1/+1 |
| | |||||
* | Fix several 'Creation method of abstract class cannot be public.' Vala issues. | Mike Gabriel | 2019-12-02 | 1 | -1/+1 |
| | |||||
* | sync with trunk.15.10 | Charles Kerr | 2016-01-06 | 1 | -0/+6 |
|\ | |||||
* | | make VolumeControl::active_output easier to mock for tests | charles kerr | 2015-12-30 | 1 | -1/+1 |
| | | |||||
* | | remove unused field VolumeControl.pre_clamp_volume | charles kerr | 2015-12-28 | 1 | -6/+0 |
| | | |||||
* | | always keep volume-control's 'stream' property updated | charles kerr | 2015-12-20 | 1 | -1/+8 |
| | | |||||
* | | remove 'high_volume' property from volume-control | charles kerr | 2015-12-19 | 1 | -3/+0 |
| | | |||||
* | | remove set_warning_volume() from volume-control | charles kerr | 2015-12-19 | 1 | -1/+0 |
| | | |||||
* | | remove 'ready' property from volume-warning | charles kerr | 2015-12-19 | 1 | -1/+1 |
| | | |||||
* | | remove 'is-playing' property from volume-warning | charles kerr | 2015-12-19 | 1 | -1/+1 |
| | | |||||
* | | remove high-volume-approved from volume-control | charles kerr | 2015-12-19 | 1 | -2/+0 |
| | | |||||
* | | remove ignore_high_volume from volume-control | charles kerr | 2015-12-19 | 1 | -1/+0 |
| | | |||||
* | | move loudness warning's enabled & decibels from volume-control-pulse to options | charles kerr | 2015-12-19 | 1 | -2/+1 |
| | | |||||
* | | move max_volume into a reusable 'options' class | charles kerr | 2015-12-19 | 1 | -2/+7 |
|/ | |||||
* | Added workaround for Maroon in Trouble, second option | Xavi Garcia Mena | 2015-12-17 | 1 | -0/+1 |
| | |||||
* | rolling back ↵ | Xavi Garcia Mena | 2015-12-14 | 1 | -2/+1 |
| | | | | lp:~xavi-garcia-mena/indicator-sound/bug-1512798-reenable-amplified-volume | ||||
* | Merged ↵ | Xavi Garcia Mena | 2015-12-09 | 1 | -1/+2 |
|\ | | | | | | | lp:~xavi-garcia-mena/indicator-sound/bug-1512798-reenable-amplified-volume | ||||
| * | Restore code to allow amplified volume | Xavi Garcia Mena | 2015-11-10 | 1 | -1/+2 |
| | | |||||
* | | Setting user selected volume when pressing OK in the high volume dialog | Xavi Garcia Mena | 2015-12-04 | 1 | -0/+6 |
| | | |||||
* | | Added a CALL mode and avoid sending output notifications when we have an ↵ | Xavi Garcia Mena | 2015-11-23 | 1 | -1/+2 |
| | | | | | | | | incoming call | ||||
* | | restore warning level volume when warning dialog is cancelled | Xavi Garcia Mena | 2015-11-19 | 1 | -0/+1 |
| | | |||||
* | | Fix issues with warning dialog | Xavi Garcia Mena | 2015-11-19 | 1 | -0/+1 |
| | | |||||
* | | Added USB and HDMI active outputs | Xavi Garcia Mena | 2015-10-05 | 1 | -1/+6 |
| | | |||||
* | | Changed to show a notification when the active output changes | Xavi Garcia Mena | 2015-10-01 | 1 | -2/+8 |
| | | |||||
* | | Adding the code to change the icons and label when a bluetooth headset is ↵ | Xavi Garcia Mena | 2015-09-29 | 1 | -0/+3 |
|/ | | | | connected | ||||
* | copyediting: make tabs use in the new code consistent with existing codebase | Charles Kerr | 2015-08-12 | 1 | -7/+7 |
| | |||||
* | set the default value of max-volume to 1.0 so that tests behave nicely ↵ | Charles Kerr | 2015-08-11 | 1 | -1/+1 |
| | | | | without explicitly having to set this value. | ||||
* | clamp the volume whenever the 'high volume' confirmation notification is open. | Charles Kerr | 2015-08-11 | 1 | -0/+1 |
| | |||||
* | huge pile of diff that consolidates pulse-specific audio work into ↵ | Charles Kerr | 2015-08-10 | 1 | -1/+12 |
| | | | | volume-control-pulse. Work in progress. Promising but currently ugly. | ||||
* | Change volume to an object with an attached reason so we can make better ↵ | Ted Gould | 2015-02-17 | 1 | -1/+15 |
| | | | | choices up the stack | ||||
* | Forgot to add this file a lot earlier | Ted Gould | 2015-02-12 | 1 | -0/+33 |
| | |||||
* | Putting an interface in for volume control | Ted Gould | 2015-02-09 | 1 | -917/+0 |
| | |||||
* | Track output mode | Ted Gould | 2015-01-30 | 1 | -0/+8 |
| | |||||
* | Ensure that the active port is not null before looking at its value Fixes: ↵ | Ted Gould | 2015-01-29 | 1 | -4/+4 |
|\ | | | | | | | | | | | #1399862 Approved by: Antti Kaijanmäki, PS Jenkins bot | ||||
| * | Ensure that the active port is not null before looking at its value | Ted Gould | 2014-12-06 | 1 | -3/+4 |
| | | |||||
* | | Move notification code out of volume control object | Ted Gould | 2015-01-29 | 1 | -97/+44 |
|\ \ | | | | | | | | | | Approved by: Charles Kerr, Jussi Pakkanen, PS Jenkins bot | ||||
| * | | Encapsulate high volume better | Ted Gould | 2014-12-04 | 1 | -5/+16 |
| | | | |||||
| * | | Switch from having custom signals for volume changing to using the property ↵ | Ted Gould | 2014-12-03 | 1 | -11/+8 |
| | | | | | | | | | | | | change signals. | ||||
| * | | Moving the notification into the service | Ted Gould | 2014-12-02 | 1 | -83/+22 |
| |/ | |||||
* / | Fix crash when active_port is null. | Dmitry Shachnev | 2014-11-23 | 1 | -2/+3 |
|/ | |||||
* | Missed part of a merge | Ted Gould | 2014-11-05 | 1 | -10/+0 |
| | |||||
* | Warn on high audio levels when using headphones (LP: #123633, #1373404) | Ted Gould | 2014-11-05 | 1 | -7/+68 |
|\ | |||||
| * | Commenting out the sound for now | Ted Gould | 2014-10-15 | 1 | -0/+3 |
| | | |||||
| * | Make volume icons match the panel icons | Ted Gould | 2014-10-15 | 1 | -3/+5 |
| | | |||||
| * | Check more precisely the valid roles | Ted Gould | 2014-10-14 | 1 | -1/+2 |
| | | |||||
| * | Make High-volume text work correctly | Mirco Müller | 2014-10-14 | 1 | -1/+4 |
| | | |||||
| * | Merge trunk | Ted Gould | 2014-10-14 | 1 | -0/+3 |
| |\ | |||||
| * | | Ensure that we're always getting a vlue in the list | Ted Gould | 2014-10-14 | 1 | -1/+1 |
| | | | |||||
| * | | Use title for the a11y info and the body for the message on sync notifications | Ted Gould | 2014-10-14 | 1 | -1/+1 |
| | | |