aboutsummaryrefslogtreecommitdiff
path: root/src/service.vala
Commit message (Expand)AuthorAgeFilesLines
* in SoundService, use BusWatcher to look for Notifications name owner changesCharles Kerr2015-04-201-13/+4
* Switch to an internal variable to track blocking notificationsTed Gould2015-02-271-3/+7
|\
| * 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
|\ \ \ | | |/ | |/|
| * | 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 Fi...Ted Gould2015-02-191-31/+28
|\
| * Round the value because apparently i386 ends up at 59.9 in the test and trunc...Ted Gould2015-02-191-1/+1
| * Change volume to an object with an attached reason so we can make better choi...Ted Gould2015-02-171-31/+28
* | Drop the notification server watch intTed Gould2015-02-171-6/+0
|/
* Block notifications in the volume event instead of in the notification one so...Ted Gould2015-02-131-15/+16
* Adding a test for notification servers coming on and off the bus, and fixing ...Ted Gould2015-02-131-4/+5
* Make it so that Vala stops generating circular referencesTed Gould2015-02-111-45/+48
* Pulling the mainloop out of the service objectTed Gould2015-02-111-29/+21
* Make it so that we unexport actions when destroying the objectTed Gould2015-02-091-1/+11
* Make it so that the accounts service object is made outside of the service ob...Ted Gould2015-02-091-4/+3
* Make it so that we can inject the volume control object into the serviceTed Gould2015-02-091-2/+2
* Putting an interface in for volume controlTed Gould2015-02-091-1/+1
* Compare doubles with an accuracy rangeTed Gould2015-02-051-1/+1
* Making sure to record the output and volume for each invocationTed Gould2015-02-051-5/+7
* Incorrect typeTed Gould2015-02-031-1/+1
* Watch for double updates from notifications. Supress themTed Gould2015-02-021-0/+7
* Track output modeTed Gould2015-01-301-0/+8
* Move notification code out of volume control object Ted Gould2015-01-291-58/+110
|\
| * Add a watcher for the notification server going up and down. Redetect sync no...Ted Gould2015-01-291-1/+11
| * Switch from having custom signals for volume changing to using the property c...Ted Gould2014-12-031-13/+11
| * Ensuring that if high volume changes we also show a notification (i.e. the he...Ted Gould2014-12-031-4/+6
| * Hide notification when the menu is shownTed Gould2014-12-031-0/+12
| * Add an action to track whether the indicator is shown so that we can not show...Ted Gould2014-12-031-0/+5
| * Remove the sync notification on scroll settingTed Gould2014-12-031-32/+15
| * Moving the notification into the serviceTed Gould2014-12-021-10/+52
* | silent mode updates iconNick Dedekind2014-11-191-2/+7
|/
* service.vala: don't call set_volume unnecessarily (LP: #1381871)Ted Gould2014-11-051-0/+3
|\
| * Align with trunk to prepare for landing thereTed Gould2014-10-161-29/+63
| |\
| * | service.vala: don't call set_volume unnecessarilyLars Uebernickel2014-10-161-0/+3
| * | Fixes for icon values and manual testsTed Gould2014-10-151-0/+2
| |\ \
| * \ \ Correct property nameTed Gould2014-10-141-1/+1
| |\ \ \
| * \ \ \ Grabbing the extreme volume warningsTed Gould2014-10-141-0/+14
| |\ \ \ \
* | \ \ \ \ Warn on high audio levels when using headphones (LP: #123633, #1373404)Ted Gould2014-11-051-0/+16
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Found other notificationTed Gould2014-10-151-0/+2
| | |_|/ / | |/| | |
| * | | | Get propery property nameTed Gould2014-10-141-1/+1
| | |/ / | |/| |
| * | | Linking volume control and the menu visibilityTed Gould2014-10-141-0/+4
| * | | Changing tact to change the menu when we want to show the warningTed Gould2014-10-141-2/+2
| * | | Drop the high volume menu action as that wasn't workingTed Gould2014-10-141-21/+0
| * | | Add high volume warnings to the phone menuTed Gould2014-10-141-2/+2
| * | | Create actions based on the high volume statusTed Gould2014-10-131-0/+31
| | |/ | |/|
* / | Remove usage of deprecated hint functionsTed Gould2014-10-221-2/+2
|/ /
* | Don't represent silent mode in the indicatorTed Gould2014-10-031-18/+2