aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Block notifications in the volume event instead of in the notification one ↵Ted Gould2015-02-131-15/+16
| | | | so that high volume warnings can get through
* Adding a test for notification servers coming on and off the bus, and fixing ↵Ted Gould2015-02-131-4/+5
| | | | the code for it
* Forgot to add this file a lot earlierTed Gould2015-02-121-0/+33
|
* Make sure to save the bus we exported onTed Gould2015-02-111-1/+2
|
* Better commentTed Gould2015-02-111-3/+15
|
* Make it so that Vala stops generating circular referencesTed Gould2015-02-112-50/+78
|
* Pulling the mainloop out of the service objectTed Gould2015-02-112-33/+39
|
* Unexport the menu model on object being destroyedTed Gould2015-02-091-1/+11
|
* Make it so that we unexport actions when destroying the objectTed Gould2015-02-091-1/+11
|
* Make it so that we have media player objectsTed Gould2015-02-091-1/+1
|
* Make it so that the accounts service object is made outside of the service ↵Ted Gould2015-02-092-5/+7
| | | | object
* Make it so that we can inject the volume control object into the serviceTed Gould2015-02-092-3/+5
|
* Putting an interface in for volume controlTed Gould2015-02-093-13/+19
|
* 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-302-0/+16
|
* Ensure that the active port is not null before looking at its value Fixes: ↵Ted Gould2015-01-291-4/+4
|\ | | | | | | | | | | #1399862 Approved by: Antti Kaijanmäki, PS Jenkins bot
| * Merge trunkTed Gould2015-01-292-3/+10
| |\
| * | Ensure that the active port is not null before looking at its valueTed Gould2014-12-061-3/+4
| | |
* | | Disconnect the right function from the 'closed' signal Fixes: #1307021Ted Gould2015-01-291-1/+8
|\ \ \ | | | | | | | | | | | | Approved by: Antti Kaijanmäki, PS Jenkins bot
| * | | Disconnect the right function from the 'closed' signal'Ted Gould2014-12-061-1/+8
| |/ /
* | | Build a rudimentary Pulse Audio mock for testing. Ted Gould2015-01-291-1/+1
|\ \ \ | | | | | | | | | | | | Approved by: Antti Kaijanmäki, Jussi Pakkanen, PS Jenkins bot
| * \ \ Grabbing the notification clean up branch to align landings in LPTed Gould2015-01-283-155/+145
| |\ \ \
| * | | | Linking and starting and failing! Ted Gould2015-01-271-1/+1
| | |/ / | |/| |
* | | | Move notification code out of volume control object Ted Gould2015-01-293-155/+155
|\ \ \ \ | |_|_|/ |/| | | | | | | Approved by: Charles Kerr, Jussi Pakkanen, PS Jenkins bot
| * | | Add a watcher for the notification server going up and down. Redetect sync ↵Ted Gould2015-01-291-1/+11
| | |/ | |/| | | | | | | notifications depending on it.
| * | Encapsulate high volume betterTed Gould2014-12-041-5/+16
| | |
| * | Switch from having custom signals for volume changing to using the property ↵Ted Gould2014-12-032-24/+19
| | | | | | | | | | | | change signals.
| * | Ensuring that if high volume changes we also show a notification (i.e. the ↵Ted Gould2014-12-031-4/+6
| | | | | | | | | | | | headphones were plugged in)
| * | 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 ↵Ted Gould2014-12-032-0/+6
| | | | | | | | | | | | show notifications if it is open
| * | Remove the sync notification on scroll settingTed Gould2014-12-031-32/+15
| | |
| * | Moving the notification into the serviceTed Gould2014-12-022-93/+74
| |/
* | Fix indicator-sound-service crash when active_port is null. Fixes: #1395455Dmitry Shachnev2015-01-201-2/+3
|\ \ | | | | | | | | | Approved by: Ted Gould
| * | Fix crash when active_port is null.Dmitry Shachnev2014-11-231-2/+3
| |/
* | Update the panel icon when entering/exiting silent mode. Fixes: #1390067Nick Dedekind2015-01-201-2/+7
|\ \ | | | | | | | | | Approved by: Ted Gould, PS Jenkins bot
| * | silent mode updates iconNick Dedekind2014-11-191-2/+7
| |/
* | Make sure to set the internal variable tooTed Gould2014-12-091-0/+1
|\ \
| * | Make sure to set the internal variable tooTed Gould2014-12-091-0/+1
| | |
* | | Merge trunkTed Gould2014-11-103-10/+12
|\ \ \ | |/ / |/| / | |/
| * Missed part of a mergeTed Gould2014-11-051-10/+0
| |
| * 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-168-35/+215
| | |\
| * | \ Warn on high audio levels when using headphones (LP: #123633, #1373404)Ted Gould2014-11-053-8/+123
| |\ \ \
| | * | | Make sure to check the item in the loopTed Gould2014-10-151-1/+1
| | | | |
| | * | | Removing the remove code that was supposed to be removed earlierTed Gould2014-10-151-1/+0
| | | | |
| * | | | Show notifications on volume change (LP: #1378564, #1378961)Ted Gould2014-11-051-1/+36
| |\ \ \ \
| * | | | | Remove usage of deprecated hint functionsTed Gould2014-10-221-2/+2
| | | | | |