Merge lp://staging/~ted/indicator-sound/sound-stream-cleanup into lp://staging/indicator-sound/15.04
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~ted/indicator-sound/sound-stream-cleanup |
Merge into: | lp://staging/indicator-sound/15.04 |
Prerequisite: | lp://staging/~ted/indicator-sound/notification-cleanup |
Diff against target: |
2215 lines (+1174/-512) 19 files modified
CMakeLists.txt (+1/-1) debian/control (+2/-2) src/CMakeLists.txt (+13/-0) src/focus-tracker-stack.vala (+88/-0) src/focus-tracker.vala (+22/-0) src/main.c (+22/-4) src/media-player-list.vala (+1/-1) src/service.vala (+23/-4) src/volume-control.vala (+315/-486) tests/CMakeLists.txt (+32/-0) tests/accounts-service-mock.h (+21/-0) tests/accounts-service-user.cc (+1/-2) tests/focus-tracker-mock.vala (+27/-0) tests/indicator-fixture.h (+444/-0) tests/indicator-test.cc (+110/-0) tests/media-player-user.cc (+5/-11) tests/pa-mock.cpp (+22/-0) tests/volume-control-test.cc (+3/-1) vapi/libpulse-ext-stream-restore.vapi (+22/-0) |
To merge this branch: | bzr merge lp://staging/~ted/indicator-sound/sound-stream-cleanup |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Indicator Applet Developers | Pending | ||
Review via email: mp+245053@code.staging.launchpad.net |
This proposal supersedes a proposal from 2014-12-17.
This proposal has been superseded by a proposal from 2015-01-30.
Unmerged revisions
- 503. By Ted Gould
-
Merging in the notifications mock branch
- 502. By Ted Gould
-
Adding another missing symbol
- 501. By Ted Gould
-
Add a mock symbol for stream restore checking
- 500. By Ted Gould
-
Add a focus tracker mock
- 499. By Ted Gould
-
Put an abstraction in for the focus tracker so we can mock it
- 498. By Ted Gould
-
Merging the indicator-test branch
- 497. By Ted Gould
-
Set it up so the end we're detecting that the stream changes, and then looking up values based on that.
- 496. By Ted Gould
-
Warn when we stop because of not being able to get a name
- 495. By Ted Gould
-
Making sure all the media player lists can use standard object primitivs
- 494. By Ted Gould
-
Bind the property into a value in volume control