aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Adding in a session busTed Gould2015-05-272-7/+25
|
* Baking version number for PPATed Gould2015-05-271-1/+1
|
* Using eventually to avoid arbitrary timeouts in testsTed Gould2015-05-271-0/+6
|
* Switch to an eventually worldTed Gould2015-05-271-12/+17
|
* Stealing the eventually code from indicator messagesTed Gould2015-05-271-0/+75
|
* Releasing 12.10.2+15.10.20150507-0ubuntu1CI Train Bot2015-05-071-0/+8
|
* 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
| |
* | Releasing 12.10.2+15.04.20150421-0ubuntu1CI Train Bot2015-04-211-0/+8
| |
* | Always record the volume whether we do something with it or not (LP: #1446703)Ted Gould2015-04-211-17/+19
|\ \ | |/ |/| | | Approved by: Ricardo Salveti, PS Jenkins bot
| * Always record the volume whether we do something with it or notTed Gould2015-04-171-17/+19
|/
* Releasing 12.10.2+15.04.20150413-0ubuntu1CI Train Bot2015-04-131-0/+15
|
* Fix stream property lookup to reliably signal multimedia streams Fixes: #1436021Ted Gould2015-04-131-3/+11
|\ | | | | | | Approved by: Ricardo Salveti, PS Jenkins bot
| * Attaching bugTed Gould2015-04-100-0/+0
| |
| * 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-131-13/+16
|\ \ | | | | | | | | | | | | | | | | | | reason not from AS Fixes: #1443005 Approved by: Charles Kerr, PS Jenkins bot
| * | volume-control-pulse: only set volume if value is indeed different and ↵Ricardo Salveti de Araujo2015-04-121-13/+16
|/ / | | | | | | reason not from AS
* | Releasing 12.10.2+15.04.20150403-0ubuntu1CI Train Bot2015-04-031-0/+8
| |
* | Handle Vala incorrectly returning null for a non-null type Fixes: #1428711Ted Gould2015-04-032-3/+3
|\ \ | |/ |/| | | Approved by: Charles Kerr, PS Jenkins bot
| * Attach bugTed Gould2015-03-260-0/+0
| |
| * Handle Vala incorrectly returning null for a non-null typeTed Gould2015-03-262-3/+3
|/
* Releasing 12.10.2+15.04.20150311-0ubuntu1CI Train Bot2015-03-111-0/+8
|
* Exit more gracefully on startup when the session bus can't be found. Fixes: ↵Charles Kerr2015-03-111-34/+40
|\ | | | | | | | | | | #1427708 Approved by: Ted Gould, PS Jenkins bot
| * 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
* Releasing 12.10.2+15.04.20150227.1-0ubuntu1CI Train Bot2015-02-271-0/+12
|
* 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-272-4/+56
|\ \ | | | | | | | | | Approved by: Charles Kerr, PS Jenkins bot
| * \ Merging the max volume branchTed Gould2015-02-242-1/+42
| |\ \
| * | | Switch to using a state variable based on the changeTed Gould2015-02-241-3/+7
| | | |
| * | | Writing a test to show that we're not checking the hideTed Gould2015-02-241-0/+49
| | |/ | |/|
* | | Use max volume in calculating notification value Fixes: #1422745Ted Gould2015-02-272-1/+43
|\ \ \ | | |/ | |/| | | | Approved by: Charles Kerr, PS Jenkins bot
| * | Attaching bugTed Gould2015-02-240-0/+0
| | |
| * | Adding a test for amplified volumeTed Gould2015-02-241-0/+42
| | |
| * | Use the max volume attribute to scale the volume measureTed Gould2015-02-241-1/+1
| |/
* | Add support for settings on the MATE Desktop.Martin Wimpress2015-02-272-1/+3
|\ \ | |/ |/| | | Approved by: Ted Gould
| * Correct white space.Martin Wimpress2015-02-271-1/+1
| |
| * Added MATE Desktop support.Martin Wimpress2015-02-272-1/+3
|/
* Releasing 12.10.2+15.04.20150219.1-0ubuntu1CI Train Bot2015-02-191-0/+10
|
* Track the reason a volume was set to filter volume changes more accurately ↵Ted Gould2015-02-196-116/+133
|\ | | | | | | | | | | 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
| |