| Commit message (Expand) | Author | Age | Files | Lines |
* | in main(), balance the notify_init() call with a notify_uninit() right before... | Charles Kerr | 2015-03-10 | 1 | -0/+2 |
* | in main.c's g_bus_own_name() calls, move service creation/export to bus_acqui... | Charles Kerr | 2015-03-10 | 1 | -21/+35 |
* | move from g_bus_own_name_on_connection() to g_bus_own_name() to simplify the ... | Charles Kerr | 2015-03-06 | 1 | -20/+10 |
* | Check stream when looking at high volume Fixes: #1418032 | Ted Gould | 2015-02-27 | 1 | -2/+2 |
|\ |
|
| * | 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 |
|\ \ |
|
| * \ | 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 |
|\ \ \
| | |/
| |/| |
|
| * | | 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 Fi... | Ted Gould | 2015-02-19 | 4 | -96/+103 |
|\ |
|
| * | Round the value because apparently i386 ends up at 59.9 in the test and trunc... | Ted Gould | 2015-02-19 | 2 | -1/+2 |
| * | 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 |
| * | Change volume to an object with an attached reason so we can make better choi... | Ted Gould | 2015-02-17 | 3 | -88/+90 |
* | | Drop the notification server watch int | Ted Gould | 2015-02-17 | 1 | -6/+0 |
|/ |
|
* | Block notifications in the volume event instead of in the notification one so... | Ted Gould | 2015-02-13 | 1 | -15/+16 |
* | Adding a test for notification servers coming on and off the bus, and fixing ... | Ted Gould | 2015-02-13 | 1 | -4/+5 |
* | Forgot to add this file a lot earlier | Ted Gould | 2015-02-12 | 1 | -0/+33 |
* | 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 |
* | Unexport the menu model on object being destroyed | Ted Gould | 2015-02-09 | 1 | -1/+11 |
* | Make it so that we unexport actions when destroying the object | Ted Gould | 2015-02-09 | 1 | -1/+11 |
* | Make it so that we have media player objects | Ted Gould | 2015-02-09 | 1 | -1/+1 |
* | Make it so that the accounts service object is made outside of the service ob... | Ted Gould | 2015-02-09 | 2 | -5/+7 |
* | Make it so that we can inject the volume control object into the service | Ted Gould | 2015-02-09 | 2 | -3/+5 |
* | Putting an interface in for volume control | Ted Gould | 2015-02-09 | 3 | -13/+19 |
* | Compare doubles with an accuracy range | Ted Gould | 2015-02-05 | 1 | -1/+1 |
* | Making sure to record the output and volume for each invocation | Ted Gould | 2015-02-05 | 1 | -5/+7 |
* | Incorrect type | Ted Gould | 2015-02-03 | 1 | -1/+1 |
* | Watch for double updates from notifications. Supress them | Ted Gould | 2015-02-02 | 1 | -0/+7 |
* | Track output mode | Ted Gould | 2015-01-30 | 2 | -0/+16 |
* | Ensure that the active port is not null before looking at its value Fixes: #1... | Ted Gould | 2015-01-29 | 1 | -4/+4 |
|\ |
|
| * | Merge trunk | Ted Gould | 2015-01-29 | 2 | -3/+10 |
| |\ |
|
| * | | Ensure that the active port is not null before looking at its value | Ted Gould | 2014-12-06 | 1 | -3/+4 |
* | | | Disconnect the right function from the 'closed' signal Fixes: #1307021 | Ted Gould | 2015-01-29 | 1 | -1/+8 |
|\ \ \ |
|
| * | | | Disconnect the right function from the 'closed' signal' | Ted Gould | 2014-12-06 | 1 | -1/+8 |
| |/ / |
|
* | | | Build a rudimentary Pulse Audio mock for testing. | Ted Gould | 2015-01-29 | 1 | -1/+1 |
|\ \ \ |
|
| * \ \ | Grabbing the notification clean up branch to align landings in LP | Ted Gould | 2015-01-28 | 3 | -155/+145 |
| |\ \ \ |
|
| * | | | | Linking and starting and failing! | Ted Gould | 2015-01-27 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | Move notification code out of volume control object | Ted Gould | 2015-01-29 | 3 | -155/+155 |
|\ \ \ \
| |_|_|/
|/| | | |
|