From 687d3fd6162d6415b0e4eb5aaf408f4824e27a0c Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Tue, 4 Dec 2018 09:17:17 +0900 Subject: use two sdl app, change default sdl to sdl_usb --- homescreen/qml/ShortcutArea.qml | 4 +- homescreen/qml/images/Shortcut/sdl.svg | 311 ---------------------- homescreen/qml/images/Shortcut/sdl_active.svg | 278 ------------------- homescreen/qml/images/Shortcut/sdl_usb.svg | 311 ++++++++++++++++++++++ homescreen/qml/images/Shortcut/sdl_usb_active.svg | 278 +++++++++++++++++++ homescreen/qml/images/Shortcut/shortcut.qrc | 4 +- 6 files changed, 593 insertions(+), 593 deletions(-) delete mode 100644 homescreen/qml/images/Shortcut/sdl.svg delete mode 100644 homescreen/qml/images/Shortcut/sdl_active.svg create mode 100644 homescreen/qml/images/Shortcut/sdl_usb.svg create mode 100644 homescreen/qml/images/Shortcut/sdl_usb_active.svg diff --git a/homescreen/qml/ShortcutArea.qml b/homescreen/qml/ShortcutArea.qml index 3f78f57..a708e61 100644 --- a/homescreen/qml/ShortcutArea.qml +++ b/homescreen/qml/ShortcutArea.qml @@ -39,8 +39,8 @@ Item { application: 'launcher@0.1' } ListElement { - name: 'SDL' - application: 'sdl@5.0' + name: 'sdl_usb' + application: 'sdl_usb@5.0' } ListElement { name: 'Video' diff --git a/homescreen/qml/images/Shortcut/sdl.svg b/homescreen/qml/images/Shortcut/sdl.svg deleted file mode 100644 index 3b6a7e9..0000000 --- a/homescreen/qml/images/Shortcut/sdl.svg +++ /dev/null @@ -1,311 +0,0 @@ - - - -image/svg+xml diff --git a/homescreen/qml/images/Shortcut/sdl_active.svg b/homescreen/qml/images/Shortcut/sdl_active.svg deleted file mode 100644 index 9584885..0000000 --- a/homescreen/qml/images/Shortcut/sdl_active.svg +++ /dev/null @@ -1,278 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - diff --git a/homescreen/qml/images/Shortcut/sdl_usb.svg b/homescreen/qml/images/Shortcut/sdl_usb.svg new file mode 100644 index 0000000..3b6a7e9 --- /dev/null +++ b/homescreen/qml/images/Shortcut/sdl_usb.svg @@ -0,0 +1,311 @@ + + + +image/svg+xml diff --git a/homescreen/qml/images/Shortcut/sdl_usb_active.svg b/homescreen/qml/images/Shortcut/sdl_usb_active.svg new file mode 100644 index 0000000..9584885 --- /dev/null +++ b/homescreen/qml/images/Shortcut/sdl_usb_active.svg @@ -0,0 +1,278 @@ + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + diff --git a/homescreen/qml/images/Shortcut/shortcut.qrc b/homescreen/qml/images/Shortcut/shortcut.qrc index 240cc33..a480dc2 100644 --- a/homescreen/qml/images/Shortcut/shortcut.qrc +++ b/homescreen/qml/images/Shortcut/shortcut.qrc @@ -10,7 +10,7 @@ navigation_active.svg video.svg video_active.svg - sdl.svg - sdl_active.svg + sdl_usb.svg + sdl_usb_active.svg -- cgit 1.2.3-korg