lp://staging/~renatofilho/mediaplayer-app/share-components
Created by
Renato Araujo Oliveira Filho
and last modified
- Get this branch:
- bzr branch lp://staging/~renatofilho/mediaplayer-app/share-components
Only
Renato Araujo Oliveira Filho
can upload to this branch. If you are
Renato Araujo Oliveira Filho
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Ready for review
for merging
into
lp://staging/mediaplayer-app
- system-apps-ci-bot: Needs Fixing (continuous-integration)
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Ubuntu Phablet Team: Pending requested
-
Diff: 2613 lines (+144/-2094)26 files modifiedCMakeLists.txt (+10/-0)
debian/control (+2/-1)
po/mediaplayer-app.pot (+17/-41)
src/CMakeLists.txt (+1/-0)
src/mediaplayer.cpp (+16/-12)
src/mediaplayer.h (+7/-2)
src/qml/common/VideoInfo.qml (+0/-83)
src/qml/common/utils.js (+0/-175)
src/qml/player.qml (+86/-50)
src/qml/player/AbstractPlayer.qml (+0/-203)
src/qml/player/Controls.qml (+0/-347)
src/qml/player/ControlsMask.qml (+0/-52)
src/qml/player/HLine.qml (+0/-28)
src/qml/player/IconButton.qml (+0/-43)
src/qml/player/SceneFrame.qml (+0/-79)
src/qml/player/SceneSelector.qml (+0/-74)
src/qml/player/TimeLabel.qml (+0/-58)
src/qml/player/TimeLine.qml (+0/-82)
src/qml/player/VLine.qml (+0/-54)
src/qml/player/VideoPlayer.qml (+0/-248)
src/qml/player/VideoSlider.qml (+0/-89)
src/qml/sdk/DraggingArea.qml (+0/-114)
src/qml/sdk/GenericToolbar.qml (+0/-212)
src/qml/sdk/mathUtils.js (+0/-42)
tests/autopilot/mediaplayer_app/emulators/main_window.py (+1/-1)
tests/autopilot/mediaplayer_app/tests/test_player_with_video.py (+4/-4)
Branch information
Recent revisions
- 318. By Renato Araujo Oliveira Filho
-
Move error dialog from VideoPlayer component into the player.qml.
- 316. By Renato Araujo Oliveira Filho
-
Removed MediaPlayer components.
Components moved to qtdeclarative5-
ubuntu- ui-extras- mediaplayer0. 1 - 313. By Renato Araujo Oliveira Filho
-
Added dependency necessy for qmake to find the install dir for qml components.
- 312. By Renato Araujo Oliveira Filho
-
Remove all application object references from VideoPlayer.qml component.
- 311. By Renato Araujo Oliveira Filho
-
Split the app in two packages. One with the main app and the second one with QML components.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/mediaplayer-app