| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Releasing 12.10.2+15.04.20150227.1-0ubuntu1 | CI Train Bot | 2015-02-27 | 1 | -0/+12 | |
| | | ||||||
| * | 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 | 2 | -4/+56 | |
| |\ \ | | | | | | | | | | Approved by: Charles Kerr, PS Jenkins bot | |||||
| | * \ | Merging the max volume branch | Ted Gould | 2015-02-24 | 2 | -1/+42 | |
| | |\ \ | ||||||
| | * | | | Switch to using a state variable based on the change | Ted Gould | 2015-02-24 | 1 | -3/+7 | |
| | | | | | ||||||
| | * | | | Writing a test to show that we're not checking the hide | Ted Gould | 2015-02-24 | 1 | -0/+49 | |
| | | |/ | |/| | ||||||
| * | | | Use max volume in calculating notification value Fixes: #1422745 | Ted Gould | 2015-02-27 | 2 | -1/+43 | |
| |\ \ \ | | |/ | |/| | | | | Approved by: Charles Kerr, PS Jenkins bot | |||||
| | * | | Attaching bug | Ted Gould | 2015-02-24 | 0 | -0/+0 | |
| | | | | ||||||
| | * | | Adding a test for amplified volume | Ted Gould | 2015-02-24 | 1 | -0/+42 | |
| | | | | ||||||
| | * | | Use the max volume attribute to scale the volume measure | Ted Gould | 2015-02-24 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | Add support for settings on the MATE Desktop. | Martin Wimpress | 2015-02-27 | 2 | -1/+3 | |
| |\ \ | |/ |/| | | | Approved by: Ted Gould | |||||
| | * | Correct white space. | Martin Wimpress | 2015-02-27 | 1 | -1/+1 | |
| | | | ||||||
| | * | Added MATE Desktop support. | Martin Wimpress | 2015-02-27 | 2 | -1/+3 | |
| |/ | ||||||
| * | Releasing 12.10.2+15.04.20150219.1-0ubuntu1 | CI Train Bot | 2015-02-19 | 1 | -0/+10 | |
| | | ||||||
| * | Track the reason a volume was set to filter volume changes more accurately ↵ | Ted Gould | 2015-02-19 | 6 | -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 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 | |
| | | | ||||||
| | * | Adding a debug message to track changes | Ted Gould | 2015-02-18 | 1 | -0/+2 | |
| | | | ||||||
| | * | Adjusting the tests so they're testing what we need | Ted Gould | 2015-02-17 | 1 | -7/+7 | |
| | | | ||||||
| | * | Migrate tests to new interface | Ted Gould | 2015-02-17 | 2 | -18/+28 | |
| | | | ||||||
| | * | Change volume to an object with an attached reason so we can make better ↵ | Ted Gould | 2015-02-17 | 3 | -88/+90 | |
| | | | | | | | | | choices up the stack | |||||
| | * | Grabbing the notification mock | Ted Gould | 2015-02-17 | 15 | -986/+1816 | |
| | |\ | ||||||
| * | \ | Add notifications mock and tests | Ted Gould | 2015-02-19 | 15 | -990/+1814 | |
| |\ \ \ | | | | | | | | | | | | | Approved by: Jussi Pakkanen, PS Jenkins bot | |||||
| | * | | | Drop the notification server watch int | Ted Gould | 2015-02-17 | 1 | -6/+0 | |
| | | |/ | |/| | ||||||
| | * | | Adding a comment for an odd check | Ted Gould | 2015-02-13 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Block notifications in the volume event instead of in the notification one ↵ | Ted Gould | 2015-02-13 | 2 | -19/+17 | |
| | | | | | | | | | | | | | so that high volume warnings can get through | |||||
| | * | | Add a high volume notification test | Ted Gould | 2015-02-13 | 1 | -0/+44 | |
| | | | | ||||||
| | * | | Adding a test for notification servers coming on and off the bus, and fixing ↵ | Ted Gould | 2015-02-13 | 2 | -4/+53 | |
| | | | | | | | | | | | | | the code for it | |||||
| | * | | Adding icon testing, which made me realize our other volumes were really loud | Ted Gould | 2015-02-13 | 1 | -12/+46 | |
| | | | | ||||||
| | * | | Change streams press volume up | Ted Gould | 2015-02-13 | 1 | -0/+10 | |
| | | | | ||||||
| | * | | Test stream change base cases | Ted Gould | 2015-02-13 | 2 | -0/+32 | |
| | | | | ||||||
| | * | | Clean up some of the boiler plate | Ted Gould | 2015-02-13 | 1 | -6/+31 | |
| | | | | ||||||
| | * | | Fine change test | Ted Gould | 2015-02-13 | 1 | -0/+7 | |
| | | | | ||||||
| | * | | Have a version for those who want parse and have a GVariant pointer | Ted Gould | 2015-02-12 | 1 | -0/+15 | |
| | | | | ||||||
| | * | | Remove unnecissary parameter list | Ted Gould | 2015-02-12 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Add in ability to easily check GVariants | Ted Gould | 2015-02-12 | 2 | -0/+101 | |
| | | | | ||||||
| | * | | Forgot to add this file a lot earlier | Ted Gould | 2015-02-12 | 1 | -0/+33 | |
| | | | | ||||||
| | * | | More notification testings. | Ted Gould | 2015-02-12 | 2 | -5/+20 | |
| | | | | ||||||
| | * | | Setting the default stream | Ted Gould | 2015-02-12 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Adding a bustle block for fun | Ted Gould | 2015-02-12 | 1 | -0/+13 | |
| | | | | ||||||
| | * | | Make sure to save the bus we exported on | Ted Gould | 2015-02-11 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | Better comment | Ted Gould | 2015-02-11 | 1 | -3/+15 | |
| | | | | ||||||
| | * | | Make it so that Vala stops generating circular references | Ted Gould | 2015-02-11 | 2 | -50/+78 | |
| | | | | ||||||
| | * | | Pulling the mainloop out of the service object | Ted Gould | 2015-02-11 | 2 | -33/+39 | |
| | | | | ||||||
