aboutsummaryrefslogtreecommitdiff
path: root/src/service.vala
Commit message (Collapse)AuthorAgeFilesLines
* make VolumeControl::active_output easier to mock for testscharles kerr2015-12-301-4/+4
|
* when max-volume changes, update volume action state & info notificationcharles kerr2015-12-301-0/+4
|
* when showing volume notifications, show as a percentage of max-volumecharles kerr2015-12-301-1/+1
|
* simplify the Options class' propertiescharles kerr2015-12-301-1/+1
|
* clean up tracer GLib.message() callscharles kerr2015-12-291-3/+0
|
* prefer Source.REMOVE instead of false in timeout funcscharles kerr2015-12-291-2/+2
|
* use G_SOURCE_REMOVE instead of falsecharles kerr2015-12-291-7/+0
|
* use the InfoNotification classcharles kerr2015-12-291-217/+6
|
* experiment with making volume-warning's multimedia-active property protectedcharles kerr2015-12-281-0/+2
|
* remove earlier unneeded tracerscharles kerr2015-12-281-6/+2
|
* make notification calls asynccharles kerr2015-12-211-5/+12
|
* fix property binding warningcharles kerr2015-12-211-5/+10
|
* remove code duplication between volume-warning and volume-control-pulsecharles kerr2015-12-201-2/+20
| | | | | | | | | let volume-warning's 'multimedia_active' and 'headphones_active' be bound to volume-control's 'active-stream' and 'active-output' properties. Service manages the bindings. This lets us remove all the pacontext code from volume-warning.
* move warning dialog from service to volume-warningcharles kerr2015-12-201-112/+42
|
* remove 'high_volume' property from volume-controlcharles kerr2015-12-191-5/+12
|
* remove set_warning_volume() from volume-controlcharles kerr2015-12-191-1/+1
|
* move service.waiting_user_approve_warn into warning-volumecharles kerr2015-12-191-9/+7
|
* remove high-volume-approved from volume-controlcharles kerr2015-12-191-3/+3
|
* remove ignore_high_volume from volume-controlcharles kerr2015-12-191-1/+1
|
* bugfix: don't requery notificaton server capabilities each time volume changescharles kerr2015-12-191-4/+6
|
* instantiate volume-warning and pass it to the servicecharles kerr2015-12-191-4/+6
|
* move loudness warning's enabled & decibels from volume-control-pulse to optionscharles kerr2015-12-191-3/+3
|
* move max_volume into a reusable 'options' classcharles kerr2015-12-191-5/+9
|
* Added workaround for Maroon in Trouble, second optionXavi Garcia Mena2015-12-171-3/+4
|
* rolling back ↵Xavi Garcia Mena2015-12-141-26/+0
| | | | lp:~xavi-garcia-mena/indicator-sound/bug-1512798-reenable-amplified-volume
* Merged ↵Xavi Garcia Mena2015-12-091-0/+26
|\ | | | | | | lp:~xavi-garcia-mena/indicator-sound/bug-1512798-reenable-amplified-volume
| * Restore code to allow amplified volumeXavi Garcia Mena2015-11-101-0/+26
| |
* | Setting user selected volume when pressing OK in the high volume dialogXavi Garcia Mena2015-12-041-5/+7
| |
* | Changes after review. Method to increment sync counter and integration test ↵Xavi Garcia Mena2015-12-021-2/+6
| | | | | | | | changed
* | Added integration testsXavi Garcia Mena2015-12-021-3/+3
| |
* | Added action to sync volume with UIXavi Garcia Mena2015-12-011-1/+15
| |
* | restore warning level volume when warning dialog is cancelledXavi Garcia Mena2015-11-191-0/+1
| |
* | Fix issues with warning dialogXavi Garcia Mena2015-11-191-2/+4
| |
* | Checking capabilites in every notification. This is a workaround as it was ↵Xavi Garcia Mena2015-10-301-6/+4
| | | | | | | | observed that when using headphones the capabilities are not correct when we check for the first time
* | Changes as suggestedXavi Garcia Mena2015-10-271-23/+27
| |
* | Removed warning label in volume notificationXavi Garcia Mena2015-10-221-38/+31
| |
* | Fixed issue with warning notification. Fixed race conditions in testsXavi Garcia Mena2015-10-211-51/+57
| |
* | Fixed race condition connection to the Notifications interfaceXavi Garcia Mena2015-10-161-1/+1
| |
* | fixed panel root panel iconsXavi Garcia Mena2015-10-051-8/+97
| |
* | Added USB and HDMI active outputsXavi Garcia Mena2015-10-051-4/+129
| |
* | Updated to show a label stating the active outputXavi Garcia Mena2015-10-021-1/+15
| |
* | Changed to show a notification when the active output changesXavi Garcia Mena2015-10-011-38/+71
| |
* | Adding the code to change the icons and label when a bluetooth headset is ↵Xavi Garcia Mena2015-09-291-26/+67
|/ | | | connected
* under unity8 start system-settings instead unity-control-centerSebastien Bacher2015-08-271-0/+7
|
* Merged lp:~xavi-garcia-mena/indicator-sound/icon-volume-zeroXavi Garcia Mena2015-08-181-4/+2
|\
| * Changed sound icon when volume is 0Xavi Garcia2015-08-121-4/+2
| |
* | copyediting: fix missing tabCharles Kerr2015-08-121-1/+1
| |
* | copyediting: in new code, use unowned strings where practical, slightly ↵Charles Kerr2015-08-121-15/+18
| | | | | | | | better comments, more consistent method names
* | copyediting: make tabs use in the new code consistent with existing codebaseCharles Kerr2015-08-121-19/+19
| |
* | fix circular reference loop that prevented Service from being destructed ↵Charles Kerr2015-08-111-21/+21
| | | | | | | | properly