add als2019 source code sandbox/zheng_wenlong/als2019
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>
Mon, 20 May 2019 07:16:18 +0000 (16:16 +0900)
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>
Mon, 20 May 2019 07:16:18 +0000 (16:16 +0900)
commit39de6fae412ddb327d7ba0c3545a2445e94fbd9e
tree5c5d78e462655aa73196ac9b07cdd009ab9543ce
parent1046e52b2936b64d7b112e1408136ad0bec0464b
add als2019 source code
37 files changed:
launcher/launcher.pro
launcher/qml/Launcher.qml
launcher/qml/TopShortcutArea.qml [new file with mode: 0644]
launcher/qml/TopShortcutIcon.qml [new file with mode: 0644]
launcher/qml/UninstallDialog.qml [new file with mode: 0644]
launcher/qml/images/DividingLine.svg [new file with mode: 0644]
launcher/qml/images/TopShortcut/hvac.svg [new file with mode: 0644]
launcher/qml/images/TopShortcut/hvac_active.svg [new file with mode: 0644]
launcher/qml/images/TopShortcut/launcher.svg [new file with mode: 0644]
launcher/qml/images/TopShortcut/launcher_active.svg [new file with mode: 0644]
launcher/qml/images/TopShortcut/mediaplayer.svg [new file with mode: 0644]
launcher/qml/images/TopShortcut/mediaplayer_active.svg [new file with mode: 0644]
launcher/qml/images/TopShortcut/navigation.svg [new file with mode: 0644]
launcher/qml/images/TopShortcut/navigation_active.svg [new file with mode: 0644]
launcher/qml/images/TopShortcut/sdl_usb.svg [new file with mode: 0644]
launcher/qml/images/TopShortcut/sdl_usb_active.svg [new file with mode: 0644]
launcher/qml/images/TopShortcut/topshortcut.qrc [new file with mode: 0644]
launcher/qml/images/TopShortcut/video.svg [new file with mode: 0644]
launcher/qml/images/TopShortcut/video_active.svg [new file with mode: 0644]
launcher/qml/images/background.png [new file with mode: 0644]
launcher/qml/images/browser_active.svg [new file with mode: 0644]
launcher/qml/images/browser_inactive.svg [new file with mode: 0644]
launcher/qml/images/hud.png [new file with mode: 0644]
launcher/qml/images/images.qrc
launcher/qml/images/meterdisplay.png [new file with mode: 0644]
launcher/qml/images/rse.png [new file with mode: 0644]
launcher/qml/images/sdl_active.svg [new file with mode: 0644]
launcher/qml/images/sdl_inactive.svg [new file with mode: 0644]
launcher/qml/images/top_three_shortcut_background.png [new file with mode: 0644]
launcher/qml/images/uninstall.png [new file with mode: 0644]
launcher/qml/qml.qrc
launcher/src/applicationmodel.cpp
launcher/src/homescreenhandler.cpp
launcher/src/homescreenhandler.h
launcher/src/main.cpp
launcher/src/shortcutappmodel.cpp [new file with mode: 0644]
launcher/src/shortcutappmodel.h [new file with mode: 0644]