aboutsummaryrefslogtreecommitdiff
path: root/src/service.vala
Commit message (Expand)AuthorAgeFilesLines
* Checking capabilites in every notification. This is a workaround as it was ob...Xavi Garcia Mena2015-10-301-6/+4
* Changes as suggestedXavi Garcia Mena2015-10-271-23/+27
* Removed warning label in volume notificationXavi Garcia Mena2015-10-221-38/+31
* Fixed issue with warning notification. Fixed race conditions in testsXavi Garcia Mena2015-10-211-51/+57
* Fixed race condition connection to the Notifications interfaceXavi Garcia Mena2015-10-161-1/+1
* fixed panel root panel iconsXavi Garcia Mena2015-10-051-8/+97
* Added USB and HDMI active outputsXavi Garcia Mena2015-10-051-4/+129
* Updated to show a label stating the active outputXavi Garcia Mena2015-10-021-1/+15
* Changed to show a notification when the active output changesXavi Garcia Mena2015-10-011-38/+71
* Adding the code to change the icons and label when a bluetooth headset is con...Xavi Garcia Mena2015-09-291-26/+67
* under unity8 start system-settings instead unity-control-centerSebastien Bacher2015-08-271-0/+7
* Merged lp:~xavi-garcia-mena/indicator-sound/icon-volume-zeroXavi Garcia Mena2015-08-181-4/+2
|\
| * Changed sound icon when volume is 0Xavi Garcia2015-08-121-4/+2
* | copyediting: fix missing tabCharles Kerr2015-08-121-1/+1
* | copyediting: in new code, use unowned strings where practical, slightly bette...Charles Kerr2015-08-121-15/+18
* | copyediting: make tabs use in the new code consistent with existing codebaseCharles Kerr2015-08-121-19/+19
* | fix circular reference loop that prevented Service from being destructed prop...Charles Kerr2015-08-111-21/+21
* | take the g_message() tracers and remove or demote to g_debug() as appropriateCharles Kerr2015-08-111-5/+1
* | before the service pops up a 'high volume' warning and clamps the volume, rem...Charles Kerr2015-08-111-18/+36
* | clamp the volume whenever the 'high volume' confirmation notification is open.Charles Kerr2015-08-111-1/+33
* | fix invocation to activate_scroll_actionCharles Kerr2015-08-111-6/+5
* | fix volume_action -> scroll action signal connection regression found by xaviCharles Kerr2015-08-111-1/+1
* | huge pile of diff that consolidates pulse-specific audio work into volume-con...Charles Kerr2015-08-101-75/+33
|/
* in service's new user_recently_approved_loudness() method, fix a possible mat...Charles Kerr2015-08-071-3/+4
* in service's set_clamped_volume(), require the caller to provide the change r...Charles Kerr2015-08-071-6/+6
* add time-based confirmation dialog for high volumesCharles Kerr2015-08-061-78/+114
* 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