Add demo video player app for CES2018 23/13123/2 eel 5.0.1 5.0.2 5.0.3 5.1.0 5.99.1 5.99.2 5.99.3 5.99.4 5.99.5 5.99.6 6.90.0 6.99.1 6.99.2 6.99.3 6.99.4 eel/5.0.1 eel/5.0.2 eel/5.0.3 eel/5.1.0 eel_5.0.1 eel_5.0.2 eel_5.0.3 eel_5.1.0 flounder/5.99.1 flounder/5.99.2 flounder/5.99.3 flounder/5.99.4 flounder/5.99.5 flounder/5.99.6 flounder_5.99.1 flounder_5.99.2 flounder_5.99.3 flounder_5.99.4 flounder_5.99.5 flounder_5.99.6 guppy/6.90.0 guppy/6.99.1 guppy/6.99.2 guppy/6.99.3 guppy/6.99.4 guppy_6.90.0 guppy_6.99.1 guppy_6.99.2 guppy_6.99.3 guppy_6.99.4
authorTasuku Suzuki <tasuku.suzuki@qt.io>
Thu, 4 Jan 2018 14:43:58 +0000 (23:43 +0900)
committerTasuku Suzuki <tasuku.suzuki@qt.io>
Fri, 5 Jan 2018 01:35:23 +0000 (10:35 +0900)
commit64551c373988866607cc4af49e8b3e55aa0d218e
tree057e812bb7c6fe571da864cef74192abc233f0aa
parent338e945a4315a3951211290eb2ae248faadb1535
Add demo video player app for CES2018

Change-Id: I4fb664a8520f02bc8e8eb8a87aa14c52d0fe8800
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
27 files changed:
.gitignore [new file with mode: 0644]
.gitreview [new file with mode: 0644]
LICENSE [new file with mode: 0644]
app/VideoPlayer.qml [new file with mode: 0644]
app/api/MediaScanner.qml [new file with mode: 0644]
app/app.pri [new file with mode: 0644]
app/app.pro [new file with mode: 0644]
app/images/AGL_MediaPlayer_BackArrow.svg [new file with mode: 0644]
app/images/AGL_MediaPlayer_DividingLine.svg [new file with mode: 0644]
app/images/AGL_MediaPlayer_ForwardArrow.svg [new file with mode: 0644]
app/images/AGL_MediaPlayer_Loop_Active.svg [new file with mode: 0644]
app/images/AGL_MediaPlayer_Loop_Inactive.svg [new file with mode: 0644]
app/images/AGL_MediaPlayer_Player_Pause.svg [new file with mode: 0644]
app/images/AGL_MediaPlayer_Player_Play.svg [new file with mode: 0644]
app/images/AGL_MediaPlayer_Shuffle_Active.svg [new file with mode: 0644]
app/images/AGL_MediaPlayer_Shuffle_Inactive.svg [new file with mode: 0644]
app/images/images.qrc [new file with mode: 0644]
app/main.cpp [new file with mode: 0644]
app/videoplayer.qrc [new file with mode: 0644]
package/HMI_AppLauncher_VideoPlayer_Active-01.png [new file with mode: 0644]
package/HMI_AppLauncher_VideoPlayer_Active-01.svg [new file with mode: 0644]
package/HMI_AppLauncher_VideoPlayer_Inactive-01.png [new file with mode: 0644]
package/HMI_AppLauncher_VideoPlayer_Inactive-01.svg [new file with mode: 0644]
package/config.xml [new file with mode: 0644]
package/icon.svg [new file with mode: 0644]
package/package.pro [new file with mode: 0644]
videoplayer.pro [new file with mode: 0644]