aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Adjusting the tests so they're testing what we needTed Gould2015-02-171-7/+7
| |
| * Migrate tests to new interfaceTed Gould2015-02-172-18/+28
| |
| * Change volume to an object with an attached reason so we can make better ↵Ted Gould2015-02-173-88/+90
| | | | | | | | choices up the stack
| * Grabbing the notification mockTed Gould2015-02-1715-986/+1816
| |\
* | \ Add notifications mock and testsTed Gould2015-02-1915-990/+1814
|\ \ \ | | | | | | | | | | | | Approved by: Jussi Pakkanen, PS Jenkins bot
| * | | Drop the notification server watch intTed Gould2015-02-171-6/+0
| | |/ | |/|
| * | Adding a comment for an odd checkTed Gould2015-02-131-1/+1
| | |
| * | Block notifications in the volume event instead of in the notification one ↵Ted Gould2015-02-132-19/+17
| | | | | | | | | | | | so that high volume warnings can get through
| * | Add a high volume notification testTed Gould2015-02-131-0/+44
| | |
| * | Adding a test for notification servers coming on and off the bus, and fixing ↵Ted Gould2015-02-132-4/+53
| | | | | | | | | | | | the code for it
| * | Adding icon testing, which made me realize our other volumes were really loudTed Gould2015-02-131-12/+46
| | |
| * | Change streams press volume upTed Gould2015-02-131-0/+10
| | |
| * | Test stream change base casesTed Gould2015-02-132-0/+32
| | |
| * | Clean up some of the boiler plateTed Gould2015-02-131-6/+31
| | |
| * | Fine change testTed Gould2015-02-131-0/+7
| | |
| * | Have a version for those who want parse and have a GVariant pointerTed Gould2015-02-121-0/+15
| | |
| * | Remove unnecissary parameter listTed Gould2015-02-121-1/+1
| | |
| * | Add in ability to easily check GVariantsTed Gould2015-02-122-0/+101
| | |
| * | Forgot to add this file a lot earlierTed Gould2015-02-121-0/+33
| | |
| * | More notification testings.Ted Gould2015-02-122-5/+20
| | |
| * | Setting the default streamTed Gould2015-02-121-1/+1
| | |
| * | Adding a bustle block for funTed Gould2015-02-121-0/+13
| | |