aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | restore debian/changelog changesXavi Garcia Mena2016-01-051-2/+21
| |/ / / /
| * | | | restore OSD notificationsXavi Garcia Mena2015-12-2362-197/+6330
| | | | |
* | | | | Releasing 12.10.2+16.04.20151223.1-0ubuntu1CI Train Bot2015-12-231-0/+9
| | | | |
* | | | | Very simple change to make upstart try to respawn the process 30 times ↵Xavi Garcia Mena2015-12-231-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (instead of 2). This is a workaround for the case when dbus session is not ready yet at startup. Approved by: Xavi Garcia
| * | | | | Changed number of upstart respawn retriesXavi Garcia Mena2015-12-231-1/+1
|/ / / / /
* | | | | Releasing 12.10.2+16.04.20151223-0ubuntu1CI Train Bot2015-12-231-0/+7
| | | | |
* | | | | Very simple change to make upstart try to respawn the process 30 times ↵CI Train Bot2015-12-230-0/+0
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | (instead of 2). This is a workaround for the case when dbus session is not ready yet at startup. Approved by: PS Jenkins bot, Charles Kerr
* | | | Restore changelog entries for CI Train purposes but note that they should be ↵Timo Jyrinki2015-12-231-0/+26
| | | | | | | | | | | | | | | | ignored as they were reverted.
* | | | Reverted to release 507Xavi Garcia Mena2015-12-2363-6349/+177
| | | |
* | | | Releasing 12.10.2+16.04.20151222-0ubuntu1CI Train Bot2015-12-221-0/+9
| | | |
* | | | Very simple change to make upstart try to respawn the process 30 times ↵Xavi Garcia Mena2015-12-221-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (instead of 2). This is a workaround for the case when dbus session is not ready yet at startup. Approved by: PS Jenkins bot, Charles Kerr
| * | | | Changed number of times upstart can try to respawn the processXavi Garcia Mena2015-12-211-1/+1
|/ / / /
| | | * revert previous commit to preserve translation strings (eg, s/USB/Usb/)Charles Kerr2016-01-052-4/+4
| | | |
| | | * typo fix: s/Usb/USB/ in ui stringscharles kerr2016-01-012-4/+4
| | | |
| | | * 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
| | | | | | | | | | | | | | | | | | | | | | | | It looks like these switch statements are intended for future expansion, so leaving the basic switching logic intact
| | | * 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
| | | | | | | | | | | | | | | | | | | | | | | | After being moved into a class named "VolumeWarning", the high_volume_ prefix was redunant.
| | | * 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
| | | | | | | | | | | | | | | | | | | | one second is too long in practice; shortening to 500 msec