aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Disable integration tests to avoid universe dependenciesXavi Garcia Mena2015-11-031-1/+2
|
* 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 conflict. Updated changelog to be in sync with trunkXavi Garcia Mena2015-10-2110-69/+1983
|\
| * 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
| |
| * Labels in sound menu marked to be translatedXavi Garcia Mena2015-10-151-8/+8
| |
| * Added integragrion tests to the devices labels and iconsXavi Garcia Mena2015-10-1511-53/+1648
| |\
| | * Added notifications tests integrated with the test instance of pulseAudio ↵Xavi Garcia Mena2015-10-131-5/+6
| | | | | | | | | | | | and gmenuharness
| | * Added attribute_not_set to gmenuharness, added tests for player control buttonsXavi Garcia Mena2015-09-252-1/+21
| | |
| | * merged lp:~xavi-garcia-mena/indicator-sound/next-play-prev-buttons-bug-1373313Xavi Garcia Mena2015-09-245-7/+97
| | |\
| | * | Added themed_icon to integration testsXavi Garcia Mena2015-09-221-0/+70
| | | |
| | * | Added separated integration tests for desktop and phone, with different ↵Xavi Garcia Mena2015-09-211-0/+16
| | | | | | | | | | | | | | | | instances of pulseaudio
| | * | 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-077-13/+1407
| | | |
| * | | fixed panel root panel iconsXavi Garcia Mena2015-10-051-8/+97
| | | |
| * | | Added USB and HDMI active outputsXavi Garcia Mena2015-10-053-33/+187
| | | |
| * | | 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-015-76/+135
| | | |
| * | | Adding the code to change the icons and label when a bluetooth headset is ↵Xavi Garcia Mena2015-09-294-38/+119
| | | | | | | | | | | | | | | | connected
* | | | Updating MPRIS control in the menu not only when next and previous are updatedXavi Garcia Mena2015-10-141-1/+2
| | | |
* | | | Fixed property name when checking if CanGoPrevious changedXavi Garcia Mena2015-09-281-1/+1
| |_|/ |/| |
* | | merged with trunkXavi Garcia Mena2015-09-171-0/+7
|\| |
| * | under unity8 start system-settings instead unity-control-centerSebastien Bacher2015-08-271-0/+7
| |/
* / Added changed to reflect the state of the player control buttonsXavi Garcia Mena2015-09-154-7/+90
|/
* 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
| |
* | in volume-control-pulse, extract methods from ctor and dtor for readabilityCharles Kerr2015-08-121-3/+13
| |
* | copyediting: fix missing tabCharles Kerr2015-08-121-1/+1
| |
* | copyediting: in new code, use unowned strings where practical, slightly ↵Charles Kerr2015-08-122-26/+26
| | | | | | | | better comments, more consistent method names
* | copyediting: make tabs use in the new code consistent with existing codebaseCharles Kerr2015-08-123-32/+32
| |
* | in volume-control-pulse's update_high_volume_approved_timer(), fix timer ↵Charles Kerr2015-08-111-1/+1
| | | | | | | | interval
* | fix circular reference loop that prevented Service from being destructed ↵Charles Kerr2015-08-111-21/+21
| | | | | | | | properly
* | set the default value of max-volume to 1.0 so that tests behave nicely ↵Charles Kerr2015-08-111-1/+1
| | | | | | | | without explicitly having to set this value.
* | take the g_message() tracers and remove or demote to g_debug() as appropriateCharles Kerr2015-08-112-27/+13
| |
* | before the service pops up a 'high volume' warning and clamps the volume, ↵Charles Kerr2015-08-111-18/+36
| | | | | | | | remember the previous volume. If the user hits 'OK', restore that volume.
* | clamp the volume whenever the 'high volume' confirmation notification is open.Charles Kerr2015-08-113-11/+47
| |
* | fix invocation to activate_scroll_actionCharles Kerr2015-08-111-6/+5
| |
* | ensure the high volume timer is always at least 1 secCharles Kerr2015-08-111-1/+1
| |
* | fix volume_action -> scroll action signal connection regression found by xaviCharles Kerr2015-08-111-1/+1
| |
* | huge pile of diff that consolidates pulse-specific audio work into ↵Charles Kerr2015-08-103-93/+201
|/ | | | volume-control-pulse. Work in progress. Promising but currently ugly.
* in service's new user_recently_approved_loudness() method, fix a possible ↵Charles Kerr2015-08-071-3/+4
| | | | math underflow that could cause a false positive return value
* in service's set_clamped_volume(), require the caller to provide the change ↵Charles Kerr2015-08-071-6/+6
| | | | reason instead of assuming it's always a user keypress
* add time-based confirmation dialog for high volumesCharles Kerr2015-08-062-79/+123
|
* Use the BusWatcher to look for org.freedesktop.Notifications ownership ↵Charles Kerr2015-05-071-13/+4
|\ | | | | | | | | | | changes on the bus. Fixes: #1432446 Approved by: Rodney Dawes
| * in SoundService, use BusWatcher to look for Notifications name owner changesCharles Kerr2015-04-201-13/+4
| |
* | Always record the volume whether we do something with it or notTed Gould2015-04-171-17/+19
|/
* Fix stream property lookup to reliably signal multimedia streams Fixes: #1436021Ted Gould2015-04-131-3/+11
|\ | | | | | | Approved by: Ricardo Salveti, PS Jenkins bot