Merge lp://staging/~ted/indicator-sound/sound-stream-cleanup into lp://staging/indicator-sound/15.04
Proposed by
Ted Gould
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~ted/indicator-sound/sound-stream-cleanup |
Merge into: | lp://staging/indicator-sound/15.04 |
Prerequisite: | lp://staging/~ted/indicator-sound/indicator-test |
Diff against target: |
2656 lines (+1450/-591) 20 files modified
src/CMakeLists.txt (+18/-0) src/focus-tracker-stack.vala (+88/-0) src/focus-tracker.vala (+22/-0) src/main.c (+73/-12) src/media-player-list.vala (+1/-1) src/service.vala (+95/-77) src/sound-menu.vala (+12/-1) src/volume-control-pulse.vala (+318/-498) src/volume-control.vala (+31/-0) tests/CMakeLists.txt (+30/-0) tests/focus-tracker-mock.vala (+27/-0) tests/gtest-gvariant.h (+110/-0) tests/indicator-test.cc (+6/-0) tests/media-player-list-mock.vala (+25/-0) tests/notifications-mock.h (+155/-0) tests/notifications-test.cc (+348/-0) tests/pa-mock.cpp (+22/-0) tests/volume-control-mock.vala (+43/-0) tests/volume-control-test.cc (+4/-2) 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+248180@code.staging.launchpad.net |
This proposal supersedes a proposal from 2014-12-17.
To post a comment you must log in.
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