| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | | | | | * | adding lp:~xavi-garcia-mena/indicator-sound/restore-osd-notifications | Charles Kerr | 2016-01-05 | 61 | -176/+6328 |
| |_|_|_|_|/|
|/| | | | |/
| | | | |/|
| | | |/| |
| | |/| | |
| |/| | | | |
|
| * | | | | | restore debian/changelog changes | Xavi Garcia Mena | 2016-01-05 | 1 | -2/+21 |
| |/ / / / |
|
| * | | | | restore OSD notifications | Xavi Garcia Mena | 2015-12-23 | 62 | -197/+6330 |
* | | | | | Releasing 12.10.2+16.04.20151223.1-0ubuntu1 | CI Train Bot | 2015-12-23 | 1 | -0/+9 |
* | | | | | Very simple change to make upstart try to respawn the process 30 times (inste... | Xavi Garcia Mena | 2015-12-23 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Changed number of upstart respawn retries | Xavi Garcia Mena | 2015-12-23 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Releasing 12.10.2+16.04.20151223-0ubuntu1 | CI Train Bot | 2015-12-23 | 1 | -0/+7 |
* | | | | | Very simple change to make upstart try to respawn the process 30 times (inste... | CI Train Bot | 2015-12-23 | 0 | -0/+0 |
|/ / / / |
|
* | | | | Restore changelog entries for CI Train purposes but note that they should be ... | Timo Jyrinki | 2015-12-23 | 1 | -0/+26 |
* | | | | Reverted to release 507 | Xavi Garcia Mena | 2015-12-23 | 63 | -6349/+177 |
* | | | | Releasing 12.10.2+16.04.20151222-0ubuntu1 | CI Train Bot | 2015-12-22 | 1 | -0/+9 |
* | | | | Very simple change to make upstart try to respawn the process 30 times (inste... | Xavi Garcia Mena | 2015-12-22 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Changed number of times upstart can try to respawn the process | Xavi Garcia Mena | 2015-12-21 | 1 | -1/+1 |
|/ / / / |
|
| | | * | revert previous commit to preserve translation strings (eg, s/USB/Usb/) | Charles Kerr | 2016-01-05 | 2 | -4/+4 |
| | | * | typo fix: s/Usb/USB/ in ui strings | charles kerr | 2016-01-01 | 2 | -4/+4 |
| | | * | in notifications-test, make the loop test more flexible | charles kerr | 2016-01-01 | 1 | -16/+27 |
| | | * | use a custom timer to speed up TriggerWarning's many test combinations | charles kerr | 2015-12-31 | 1 | -2/+28 |
| | | * | expand volume warning test to include all trigger requirements | charles kerr | 2015-12-31 | 1 | -31/+74 |
| | | * | re-add notifications-test to tests | charles kerr | 2015-12-31 | 1 | -1/+1 |
| | | * | in icon picking code, fold redundant cases together | charles kerr | 2015-12-31 | 2 | -185/+54 |
| | | * | use the 'unowned' keyword when picking from lists of hardcoded strings | charles kerr | 2015-12-31 | 2 | -16/+16 |
| | | * | fix references to unowned strings returned by Environment.get_variable() | charles kerr | 2015-12-31 | 2 | -3/+3 |
| | | * | fix references to unowned strings returned by Proplist.gets() | charles kerr | 2015-12-31 | 1 | -4/+4 |
| | | * | use predefined VariantTypes instead of reinventing the wheel | charles kerr | 2015-12-31 | 4 | -8/+8 |
| | | * | simplify some code in volume-warning and volume-warning-pulse | charles kerr | 2015-12-31 | 2 | -63/+46 |
| | | * | copyediting: yet more whitespace | charles kerr | 2015-12-31 | 1 | -25/+25 |
| | | * | update POTFILES.in | charles kerr | 2015-12-31 | 1 | -0/+4 |
| | | * | in info-warning's icon picking code, fold redundant cases into one. | charles kerr | 2015-12-31 | 1 | -77/+1 |
| | | * | copyediting: whitespace | charles kerr | 2015-12-31 | 3 | -22/+24 |
| | | * | in Options, make const strings const | charles kerr | 2015-12-31 | 1 | -12/+16 |
| | | * | rename VolumeWarning.high_volume_approved as VolumeWarning.approved | charles kerr | 2015-12-31 | 3 | -70/+70 |
| | | * | add new Notifications test for volume-warning requiring headphones | charles kerr | 2015-12-30 | 1 | -0/+59 |
| | | * | in mock Notify server, support actions required for volume warnings | charles kerr | 2015-12-30 | 1 | -1/+1 |
| | | * | fill out volume-warning-mock's mocking capabilities | charles kerr | 2015-12-30 | 1 | -1/+9 |
| | | * | make VolumeControl::active_output easier to mock for tests | charles kerr | 2015-12-30 | 4 | -23/+28 |
| | | * | fix and re-enable NotificationsTest::ExtendendVolumeNotification | charles kerr | 2015-12-30 | 1 | -3/+4 |
| | | * | when max-volume changes, update volume action state & info notification | charles kerr | 2015-12-30 | 1 | -0/+4 |
| | | * | when showing volume notifications, show as a percentage of max-volume | charles kerr | 2015-12-30 | 1 | -1/+1 |
| | | * | when showing volume % in notification, clamp to the range of [0%..100%] | charles kerr | 2015-12-30 | 1 | -1/+1 |
| | | * | simplify the Options class' properties | charles kerr | 2015-12-30 | 5 | -77/+27 |
| | | * | fix rounding regression in info-notification's volume percentage | charles kerr | 2015-12-30 | 1 | -1/+1 |
| | | * | remove unused property Notification.visible | charles kerr | 2015-12-29 | 1 | -6/+0 |
| | | * | remove ignore_high_volume dupe from volume-warning | charles kerr | 2015-12-29 | 1 | -14/+0 |
| | | * | in vol-control-pulse, remove redundant vapi scaffolding | charles kerr | 2015-12-29 | 1 | -4/+1 |
| | | * | add docs/comments to vol-warning-pulse | charles kerr | 2015-12-29 | 1 | -9/+16 |
| | | * | clean up tracer GLib.message() calls | charles kerr | 2015-12-29 | 4 | -17/+1 |
| | | * | remove unnecessary field vol-warning-pulse.multimedia_cvolume | charles kerr | 2015-12-29 | 1 | -7/+2 |
| | | * | tidy up vol-warning-pulse's override methods | charles kerr | 2015-12-29 | 1 | -18/+14 |
| | | * | generate less pulse traffic on a sink-input-removed event | charles kerr | 2015-12-29 | 1 | -13/+26 |
| | | * | fix tyop | charles kerr | 2015-12-29 | 1 | -1/+1 |