move MediaPlayer from CES2017 47/7647/2
authorTasuku Suzuki <tasuku.suzuki@qt.io>
Thu, 15 Dec 2016 10:44:31 +0000 (19:44 +0900)
committerTasuku Suzuki <tasuku.suzuki@qt.io>
Fri, 16 Dec 2016 15:10:09 +0000 (00:10 +0900)
commit9daba1c3bc1cb1ae68486a7aa34f734e54748403
tree89aed7c656a09376d9d3c19dc48ff9405ed54f37
parenteefabbe12bb7ef6766e4d095c3b1b4180d62830c
move MediaPlayer from CES2017

Change-Id: I302350f213b63d8f07e7020d95795d941228c86d
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
48 files changed:
.gitignore [new file with mode: 0644]
app/MediaPlayer.qml [new file with mode: 0644]
app/app.pri [new file with mode: 0644]
app/app.pro [new file with mode: 0644]
app/config.tests/libhomescreen.cpp [new file with mode: 0644]
app/config.tests/libhomescreen.pro [new file with mode: 0644]
app/images/AGL_MediaPlayer_AlbumArtwork.svg [new file with mode: 0644]
app/images/AGL_MediaPlayer_BackArrow.svg [new file with mode: 0644]
app/images/AGL_MediaPlayer_Bluetooth_Active.svg [new file with mode: 0644]
app/images/AGL_MediaPlayer_Bluetooth_Inactive.svg [new file with mode: 0644]
app/images/AGL_MediaPlayer_CD_Active.svg [new file with mode: 0644]
app/images/AGL_MediaPlayer_CD_Inactive.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_PlaylistToggle_Active.svg [new file with mode: 0644]
app/images/AGL_MediaPlayer_PlaylistToggle_Inactive.svg [new file with mode: 0644]
app/images/AGL_MediaPlayer_Playlist_Active.svg [new file with mode: 0644]
app/images/AGL_MediaPlayer_Playlist_Inactive.svg [new file with mode: 0644]
app/images/AGL_MediaPlayer_Radio_Active.svg [new file with mode: 0644]
app/images/AGL_MediaPlayer_Radio_Inactive.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/Albums_Active.svg [new file with mode: 0644]
app/images/Albums_Inactive.svg [new file with mode: 0644]
app/images/DividingLine.svg [new file with mode: 0644]
app/images/GreenLine.svg [new file with mode: 0644]
app/images/Music_Active.svg [new file with mode: 0644]
app/images/Music_Inactive.svg [new file with mode: 0644]
app/images/Podcasts_Active.svg [new file with mode: 0644]
app/images/Podcasts_Inactive.svg [new file with mode: 0644]
app/images/Popup_Highlight.svg [new file with mode: 0644]
app/images/Popup_PauseIcon.svg [new file with mode: 0644]
app/images/Popup_PlayIcon.svg [new file with mode: 0644]
app/images/Popup_VerticalLine.svg [new file with mode: 0644]
app/images/X.svg [new file with mode: 0644]
app/images/images.qrc [new file with mode: 0644]
app/main.cpp [new file with mode: 0644]
app/mediaplayer.qrc [new file with mode: 0644]
app/playlistwithmetadata.cpp [new file with mode: 0644]
app/playlistwithmetadata.h [new file with mode: 0644]
mediaplayer.pro [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]