aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
| |/
* | Added themed_icon to integration testsXavi Garcia Mena2015-09-221-0/+70
* | Added separated integration tests for desktop and phone, with different insta...Xavi Garcia Mena2015-09-211-0/+16
* | 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
|/
* 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 bette...Charles Kerr2015-08-122-26/+26
* | 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 inte...Charles Kerr2015-08-111-1/+1
* | fix circular reference loop that prevented Service from being destructed prop...Charles Kerr2015-08-111-21/+21
* | set the default value of max-volume to 1.0 so that tests behave nicely withou...Charles Kerr2015-08-111-1/+1
* | 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, rem...Charles Kerr2015-08-111-18/+36
* | 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 volume-con...Charles Kerr2015-08-103-93/+201
|/
* in service's new user_recently_approved_loudness() method, fix a possible mat...Charles Kerr2015-08-071-3/+4
* in service's set_clamped_volume(), require the caller to provide the change r...Charles Kerr2015-08-071-6/+6
* add time-based confirmation dialog for high volumesCharles Kerr2015-08-062-79/+123
* Use the BusWatcher to look for org.freedesktop.Notifications ownership change...Charles Kerr2015-05-071-13/+4
|\
| * 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
|\
| * Change the stream definition to not use the index into the names table, the t...Ted Gould2015-04-101-3/+11
* | volume-control-pulse: only set volume if value is indeed different and reason...Ricardo Salveti de Araujo2015-04-121-13/+16
* | Handle Vala incorrectly returning null for a non-null typeTed Gould2015-03-262-3/+3
|/
* in main(), balance the notify_init() call with a notify_uninit() right before...Charles Kerr2015-03-101-0/+2
* in main.c's g_bus_own_name() calls, move service creation/export to bus_acqui...Charles Kerr2015-03-101-21/+35
* move from g_bus_own_name_on_connection() to g_bus_own_name() to simplify the ...Charles Kerr2015-03-061-20/+10
* Check stream when looking at high volume Fixes: #1418032Ted Gould2015-02-271-2/+2
|\
| * Changing default for unknown to alertTed Gould2015-02-271-1/+1
| * Only set high volume on multimedia streamsTed Gould2015-02-271-1/+1
* | Switch to an internal variable to track blocking notificationsTed Gould2015-02-271-3/+7
|\ \
| * \ Merging the max volume branchTed Gould2015-02-241-1/+1
| |\ \
| * | | Switch to using a state variable based on the changeTed Gould2015-02-241-3/+7
| | |/ | |/|
* | | Use max volume in calculating notification value Fixes: #1422745Ted Gould2015-02-271-1/+1
|\ \ \ | | |/ | |/|
| * | Use the max volume attribute to scale the volume measureTed Gould2015-02-241-1/+1
| |/
* | Correct white space.Martin Wimpress2015-02-271-1/+1
* | Added MATE Desktop support.Martin Wimpress2015-02-271-0/+2
|/
* Track the reason a volume was set to filter volume changes more accurately Fi...Ted Gould2015-02-194-96/+103
|\