aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* in icon picking code, fold redundant cases togethercharles kerr2015-12-312-185/+54
* use the 'unowned' keyword when picking from lists of hardcoded stringscharles kerr2015-12-312-16/+16
* fix references to unowned strings returned by Environment.get_variable()charles kerr2015-12-312-3/+3
* fix references to unowned strings returned by Proplist.gets()charles kerr2015-12-311-4/+4
* use predefined VariantTypes instead of reinventing the wheelcharles kerr2015-12-314-8/+8
* simplify some code in volume-warning and volume-warning-pulsecharles kerr2015-12-312-63/+46
* copyediting: yet more whitespacecharles kerr2015-12-311-25/+25
* in info-warning's icon picking code, fold redundant cases into one.charles kerr2015-12-311-77/+1
* copyediting: whitespacecharles kerr2015-12-313-22/+24
* in Options, make const strings constcharles kerr2015-12-311-12/+16
* rename VolumeWarning.high_volume_approved as VolumeWarning.approvedcharles kerr2015-12-311-67/+67
* make VolumeControl::active_output easier to mock for testscharles kerr2015-12-303-22/+17
* when max-volume changes, update volume action state & info notificationcharles kerr2015-12-301-0/+4
* when showing volume notifications, show as a percentage of max-volumecharles kerr2015-12-301-1/+1
* when showing volume % in notification, clamp to the range of [0%..100%]charles kerr2015-12-301-1/+1
* simplify the Options class' propertiescharles kerr2015-12-304-55/+24
* fix rounding regression in info-notification's volume percentagecharles kerr2015-12-301-1/+1
* remove unused property Notification.visiblecharles kerr2015-12-291-6/+0
* remove ignore_high_volume dupe from volume-warningcharles kerr2015-12-291-14/+0
* in vol-control-pulse, remove redundant vapi scaffoldingcharles kerr2015-12-291-4/+1
* add docs/comments to vol-warning-pulsecharles kerr2015-12-291-9/+16
* clean up tracer GLib.message() callscharles kerr2015-12-294-17/+1
* remove unnecessary field vol-warning-pulse.multimedia_cvolumecharles kerr2015-12-291-7/+2
* tidy up vol-warning-pulse's override methodscharles kerr2015-12-291-18/+14
* generate less pulse traffic on a sink-input-removed eventcharles kerr2015-12-291-13/+26
* fix tyopcharles kerr2015-12-291-1/+1
* in volume-warning, shorten the Pulse flood damper's timercharles kerr2015-12-291-2/+3
* fix hashset construction error from previous commitcharles kerr2015-12-291-1/+1
* dampen Pulse floods in vol-warning by requerying no more than once per seccharles kerr2015-12-292-30/+69
* silence spurious g_warningcharles kerr2015-12-291-4/+5
* copyediting: use vala whitespace style in new codecharles kerr2015-12-295-119/+84
* fix oops in last commitcharles kerr2015-12-291-6/+19
* in volume-warning-pulse, get/set the sink's volume, not the sink input'scharles kerr2015-12-291-25/+54
* prefer Source.REMOVE instead of false in timeout funcscharles kerr2015-12-293-6/+5
* break volume-warning into an abstract base and concrete pulse-based implcharles kerr2015-12-294-183/+231
* copyeditingcharles kerr2015-12-291-33/+31
* bump glib minimum to 2.32 (released Mar 2012) for G_SOURCE_REMOVEcharles kerr2015-12-291-0/+1
* use G_SOURCE_REMOVE instead of falsecharles kerr2015-12-293-12/+5
* use the InfoNotification classcharles kerr2015-12-293-217/+233
* remove unneeded tracerscharles kerr2015-12-281-13/+5
* make tab damage consistentcharles kerr2015-12-281-39/+39
* call set_subscribe_callback() /before/ subscribe()charles kerr2015-12-281-1/+1
* improve r583's changes to make volume-warning's prop names more readablecharles kerr2015-12-281-11/+11
* fix mpris2-interfaces' type of Position (was d, should be x)charles kerr2015-12-281-9/+9
* experiment with making volume-warning's multimedia-active property protectedcharles kerr2015-12-282-12/+15
* make VolumeWarning's multimedia-volume property a little more readablecharles kerr2015-12-281-15/+15
* in volume-warning's set_multimedia_volume(), test for PA.Volume.INVALIDcharles kerr2015-12-281-0/+1
* remove unused field VolumeControl.pre_clamp_volumecharles kerr2015-12-281-6/+0
* fix regression that broke down-volume-button dismissing warning dialogcharles kerr2015-12-281-2/+5
* remove earlier unneeded tracerscharles kerr2015-12-281-10/+1