aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Change the stream definition to not use the index into the names table, the ↵Ted Gould2015-04-101-3/+11
| | | | | | | | two indexes don't align.
* | volume-control-pulse: only set volume if value is indeed different and ↵Ricardo Salveti de Araujo2015-04-121-13/+16
| | | | | | | | reason not from AS
* | 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 ↵Charles Kerr2015-03-101-0/+2
| | | | before exiting
* in main.c's g_bus_own_name() calls, move service creation/export to ↵Charles Kerr2015-03-101-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 Kerr2015-03-061-20/+10
| | | | code
* Check stream when looking at high volume Fixes: #1418032Ted Gould2015-02-271-2/+2
|\ | | | | | | Approved by: Charles Kerr, PS Jenkins bot
| * 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
|\ \ | | | | | | | | | Approved by: Charles Kerr, PS Jenkins bot
| * \ 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
|\ \ \ | | |/ | |/| | | | Approved by: Charles Kerr, PS Jenkins bot
| * | 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 ↵Ted Gould2015-02-194-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 Gould2015-02-192-1/+2
| | | | | | | | truncation causes a failure.
| * Truthiness is a lost artTed Gould2015-02-181-1/+1
| |
| * Making the debug messages easier to readTed Gould2015-02-181-0/+1
| |
| * Fixing debug messages and printing one after setting PATed Gould2015-02-181-5/+6
| |
| * Fixing debug messageTed Gould2015-02-181-1/+1
| |
| * We can't keep comparing uint32's to -1 and expect reliable resultsTed Gould2015-02-181-4/+4
| |
| * Adding a debug message to track changesTed Gould2015-02-181-0/+2
| |
| * Change volume to an object with an attached reason so we can make better ↵Ted Gould2015-02-173-88/+90
| | | | | | | | choices up the stack
* | Drop the notification server watch intTed Gould2015-02-171-6/+0
|/
* Block notifications in the volume event instead of in the notification one ↵Ted Gould2015-02-131-15/+16
| | | | so that high volume warnings can get through
* Adding a test for notification servers coming on and off the bus, and fixing ↵Ted Gould2015-02-131-4/+5
| | | | the code for it
* Forgot to add this file a lot earlierTed Gould2015-02-121-0/+33
|
* Make sure to save the bus we exported onTed Gould2015-02-111-1/+2
|
* Better commentTed Gould2015-02-111-3/+15
|
* Make it so that Vala stops generating circular referencesTed Gould2015-02-112-50/+78
|
* Pulling the mainloop out of the service objectTed Gould2015-02-112-33/+39
|
* Unexport the menu model on object being destroyedTed Gould2015-02-091-1/+11
|
* Make it so that we unexport actions when destroying the objectTed Gould2015-02-091-1/+11
|
* Make it so that we have media player objectsTed Gould2015-02-091-1/+1
|
* Make it so that the accounts service object is made outside of the service ↵Ted Gould2015-02-092-5/+7
| | | | object
* Make it so that we can inject the volume control object into the serviceTed Gould2015-02-092-3/+5
|
* Putting an interface in for volume controlTed Gould2015-02-093-13/+19
|
* Compare doubles with an accuracy rangeTed Gould2015-02-051-1/+1
|