aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * in notifications-test, make the loop test more flexiblecharles kerr2016-01-011-16/+27
| | | * use a custom timer to speed up TriggerWarning's many test combinationscharles kerr2015-12-311-2/+28
| | | * expand volume warning test to include all trigger requirementscharles kerr2015-12-311-31/+74
| | | * re-add notifications-test to testscharles kerr2015-12-311-1/+1
| | | * 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
| | | * update POTFILES.incharles kerr2015-12-311-0/+4
| | | * 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-313-70/+70
| | | * add new Notifications test for volume-warning requiring headphonescharles kerr2015-12-301-0/+59
| | | * in mock Notify server, support actions required for volume warningscharles kerr2015-12-301-1/+1
| | | * fill out volume-warning-mock's mocking capabilitiescharles kerr2015-12-301-1/+9
| | | * make VolumeControl::active_output easier to mock for testscharles kerr2015-12-304-23/+28
| | | * fix and re-enable NotificationsTest::ExtendendVolumeNotificationcharles kerr2015-12-301-3/+4
| | | * 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-305-77/+27
| | | * 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-296-184/+238
| | | * copyeditingcharles kerr2015-12-291-33/+31
| | | * bump glib minimum to 2.32 (released Mar 2012) for G_SOURCE_REMOVEcharles kerr2015-12-293-1/+4
| | | * 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