Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added separated integration tests for desktop and phone, with different ↵ | Xavi Garcia Mena | 2015-09-21 | 1 | -0/+16 |
| | | | | instances of pulseaudio | ||||
* | Updated set-volume utility | Xavi Garcia Mena | 2015-09-20 | 1 | -1/+1 |
| | |||||
* | Added AccountsService Mock to the integration tests | Xavi Garcia Mena | 2015-09-18 | 1 | -2/+1 |
| | |||||
* | test version for gmenuharness | Xavi Garcia Mena | 2015-09-07 | 7 | -13/+1407 |
| | |||||
* | Merged lp:~xavi-garcia-mena/indicator-sound/icon-volume-zero | Xavi Garcia Mena | 2015-08-18 | 1 | -4/+2 |
|\ | |||||
| * | Changed sound icon when volume is 0 | Xavi Garcia | 2015-08-12 | 1 | -4/+2 |
| | | |||||
* | | in volume-control-pulse, extract methods from ctor and dtor for readability | Charles Kerr | 2015-08-12 | 1 | -3/+13 |
| | | |||||
* | | copyediting: fix missing tab | Charles Kerr | 2015-08-12 | 1 | -1/+1 |
| | | |||||
* | | copyediting: in new code, use unowned strings where practical, slightly ↵ | Charles Kerr | 2015-08-12 | 2 | -26/+26 |
| | | | | | | | | better comments, more consistent method names | ||||
* | | copyediting: make tabs use in the new code consistent with existing codebase | Charles Kerr | 2015-08-12 | 3 | -32/+32 |
| | | |||||
* | | in volume-control-pulse's update_high_volume_approved_timer(), fix timer ↵ | Charles Kerr | 2015-08-11 | 1 | -1/+1 |
| | | | | | | | | interval | ||||
* | | fix circular reference loop that prevented Service from being destructed ↵ | Charles Kerr | 2015-08-11 | 1 | -21/+21 |
| | | | | | | | | properly | ||||
* | | 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. | ||||
* | | take the g_message() tracers and remove or demote to g_debug() as appropriate | Charles Kerr | 2015-08-11 | 2 | -27/+13 |
| | | |||||
* | | before the service pops up a 'high volume' warning and clamps the volume, ↵ | Charles Kerr | 2015-08-11 | 1 | -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 Kerr | 2015-08-11 | 3 | -11/+47 |
| | | |||||
* | | fix invocation to activate_scroll_action | Charles Kerr | 2015-08-11 | 1 | -6/+5 |
| | | |||||
* | | ensure the high volume timer is always at least 1 sec | Charles Kerr | 2015-08-11 | 1 | -1/+1 |
| | | |||||
* | | fix volume_action -> scroll action signal connection regression found by xavi | Charles Kerr | 2015-08-11 | 1 | -1/+1 |
| | | |||||
* | | huge pile of diff that consolidates pulse-specific audio work into ↵ | Charles Kerr | 2015-08-10 | 3 | -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 Kerr | 2015-08-07 | 1 | -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 Kerr | 2015-08-07 | 1 | -6/+6 |
| | | | | reason instead of assuming it's always a user keypress | ||||
* | add time-based confirmation dialog for high volumes | Charles Kerr | 2015-08-06 | 2 | -79/+123 |
| | |||||
* | Use the BusWatcher to look for org.freedesktop.Notifications ownership ↵ | Charles Kerr | 2015-05-07 | 1 | -13/+4 |
|\ | | | | | | | | | | | changes on the bus. Fixes: #1432446 Approved by: Rodney Dawes | ||||
| * | in SoundService, use BusWatcher to look for Notifications name owner changes | Charles Kerr | 2015-04-20 | 1 | -13/+4 |
| | | |||||
* | | Always record the volume whether we do something with it or not | Ted Gould | 2015-04-17 | 1 | -17/+19 |
|/ | |||||
* | Fix stream property lookup to reliably signal multimedia streams Fixes: #1436021 | Ted Gould | 2015-04-13 | 1 | -3/+11 |
|\ | | | | | | | Approved by: Ricardo Salveti, PS Jenkins bot | ||||
| * | Change the stream definition to not use the index into the names table, the ↵ | Ted Gould | 2015-04-10 | 1 | -3/+11 |
| | | | | | | | | two indexes don't align. | ||||
* | | volume-control-pulse: only set volume if value is indeed different and ↵ | Ricardo Salveti de Araujo | 2015-04-12 | 1 | -13/+16 |
| | | | | | | | | reason not from AS | ||||
* | | Handle Vala incorrectly returning null for a non-null type | Ted Gould | 2015-03-26 | 2 | -3/+3 |
|/ | |||||
* | in main(), balance the notify_init() call with a notify_uninit() right ↵ | Charles Kerr | 2015-03-10 | 1 | -0/+2 |
| | | | | before exiting | ||||
* | in main.c's g_bus_own_name() calls, move service creation/export to ↵ | Charles Kerr | 2015-03-10 | 1 | -21/+35 |
| | | | | bus_acquired_handler to ensure that everything is exported onto the bus before name_acquired_handler is reached | ||||
* | move from g_bus_own_name_on_connection() to g_bus_own_name() to simplify the ↵ | Charles Kerr | 2015-03-06 | 1 | -20/+10 |
| | | | | code | ||||
* | Check stream when looking at high volume Fixes: #1418032 | Ted Gould | 2015-02-27 | 1 | -2/+2 |
|\ | | | | | | | Approved by: Charles Kerr, PS Jenkins bot | ||||
| * | Changing default for unknown to alert | Ted Gould | 2015-02-27 | 1 | -1/+1 |
| | | |||||
| * | Only set high volume on multimedia streams | Ted Gould | 2015-02-27 | 1 | -1/+1 |
| | | |||||
* | | Switch to an internal variable to track blocking notifications | Ted Gould | 2015-02-27 | 1 | -3/+7 |
|\ \ | | | | | | | | | | Approved by: Charles Kerr, PS Jenkins bot | ||||
| * \ | Merging the max volume branch | Ted Gould | 2015-02-24 | 1 | -1/+1 |
| |\ \ | |||||
| * | | | Switch to using a state variable based on the change | Ted Gould | 2015-02-24 | 1 | -3/+7 |
| | |/ | |/| | |||||
* | | | Use max volume in calculating notification value Fixes: #1422745 | Ted Gould | 2015-02-27 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | | | | Approved by: Charles Kerr, PS Jenkins bot | ||||
| * | | Use the max volume attribute to scale the volume measure | Ted Gould | 2015-02-24 | 1 | -1/+1 |
| |/ | |||||
* | | Correct white space. | Martin Wimpress | 2015-02-27 | 1 | -1/+1 |
| | | |||||
* | | Added MATE Desktop support. | Martin Wimpress | 2015-02-27 | 1 | -0/+2 |
|/ | |||||
* | Track the reason a volume was set to filter volume changes more accurately ↵ | Ted Gould | 2015-02-19 | 4 | -96/+103 |
|\ | | | | | | | | | | | Fixes: #1416520 Approved by: Jussi Pakkanen, PS Jenkins bot | ||||
| * | Round the value because apparently i386 ends up at 59.9 in the test and ↵ | Ted Gould | 2015-02-19 | 2 | -1/+2 |
| | | | | | | | | truncation causes a failure. | ||||
| * | Truthiness is a lost art | Ted Gould | 2015-02-18 | 1 | -1/+1 |
| | | |||||
| * | Making the debug messages easier to read | Ted Gould | 2015-02-18 | 1 | -0/+1 |
| | | |||||
| * | Fixing debug messages and printing one after setting PA | Ted Gould | 2015-02-18 | 1 | -5/+6 |
| | | |||||
| * | Fixing debug message | Ted Gould | 2015-02-18 | 1 | -1/+1 |
| | | |||||
| * | We can't keep comparing uint32's to -1 and expect reliable results | Ted Gould | 2015-02-18 | 1 | -4/+4 |
| | |