Merge lp://staging/~phablet-team/qtubuntu-media/fix-1510221 into lp://staging/qtubuntu-media/stable
Proposed by
Jim Hodapp
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~phablet-team/qtubuntu-media/fix-1510221 |
Merge into: | lp://staging/qtubuntu-media/stable |
Diff against target: |
682 lines (+354/-39) 9 files modified
src/aal/aalmediaplayercontrol.cpp (+11/-10) src/aal/aalmediaplayerservice.cpp (+5/-6) src/aal/aalmediaplaylistcontrol.cpp (+2/-0) src/aal/aalmediaplaylistprovider.cpp (+180/-19) src/aal/aalmediaplaylistprovider.h (+13/-0) src/aal/private/qmediaplaylistprovider_p.h (+1/-0) tests/integration/integration.pro (+1/-1) tests/integration/tst_mediaplaylist.cpp (+134/-2) tests/integration/tst_mediaplaylist.h (+7/-1) |
To merge this branch: | bzr merge lp://staging/~phablet-team/qtubuntu-media/fix-1510221 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Simon Fels | Approve | ||
Review via email: mp+276001@code.staging.launchpad.net |
This proposal has been superseded by a proposal from 2015-11-03.
Commit message
* Implements insertTrack()
* Add moveTrack implementation. Also refactored removeTrack to remove the locally cached Track::Id before the on_track_removed signal arrives.
Description of the change
* Implements insertTrack()
* Add moveTrack implementation. Also refactored removeTrack to remove the locally cached Track::Id before the on_track_removed signal arrives.
To post a comment you must log in.
LGTM