From 9b63d70ccf7de50b9e702bd78bce9e1b8b8c28f6 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Tue, 4 Dec 2018 09:19:25 +0900 Subject: use two sdl apps --- launcher/qml/images/images.qrc | 6 +- launcher/qml/images/sdl_active.svg | 232 +++++++++++++++++- launcher/qml/images/sdl_bt_active.svg | 368 ++++++++++++++++++++++++++++ launcher/qml/images/sdl_bt_inactive.svg | 311 +++++++++++++++++++++++ launcher/qml/images/sdl_inactive.svg | 234 +++++++++++++++++- launcher/qml/images/sdl_usb_active.svg | 368 ++++++++++++++++++++++++++++ launcher/qml/images/sdl_usb_inactive.svg | 311 +++++++++++++++++++++++ launcher/qml/images/webbrowser_active.svg | 368 ---------------------------- launcher/qml/images/webbrowser_inactive.svg | 311 ----------------------- 9 files changed, 1823 insertions(+), 686 deletions(-) create mode 100644 launcher/qml/images/sdl_bt_active.svg create mode 100644 launcher/qml/images/sdl_bt_inactive.svg create mode 100644 launcher/qml/images/sdl_usb_active.svg create mode 100644 launcher/qml/images/sdl_usb_inactive.svg delete mode 100644 launcher/qml/images/webbrowser_active.svg delete mode 100644 launcher/qml/images/webbrowser_inactive.svg diff --git a/launcher/qml/images/images.qrc b/launcher/qml/images/images.qrc index 64b5f9c..048b96c 100644 --- a/launcher/qml/images/images.qrc +++ b/launcher/qml/images/images.qrc @@ -29,11 +29,13 @@ browser_inactive.svg sdl_active.svg sdl_inactive.svg + sdl_usb_active.svg + sdl_usb_inactive.svg + sdl_bt_active.svg + sdl_bt_inactive.svg blank_active.svg blank_inactive.svg plus_active.svg plus_inactive.svg - webbrowser_active.svg - webbrowser_inactive.svg diff --git a/launcher/qml/images/sdl_active.svg b/launcher/qml/images/sdl_active.svg index efe3fe7..6bb1ac5 100644 --- a/launcher/qml/images/sdl_active.svg +++ b/launcher/qml/images/sdl_active.svg @@ -18,7 +18,7 @@ style="enable-background:new 0 0 300 300;" xml:space="preserve" inkscape:version="0.91 r13725" - sodipodi:docname="blank_active.svg">image/svg+xml diff --git a/launcher/qml/images/sdl_bt_active.svg b/launcher/qml/images/sdl_bt_active.svg new file mode 100644 index 0000000..6bb1ac5 --- /dev/null +++ b/launcher/qml/images/sdl_bt_active.svg @@ -0,0 +1,368 @@ + + + +image/svg+xml diff --git a/launcher/qml/images/sdl_bt_inactive.svg b/launcher/qml/images/sdl_bt_inactive.svg new file mode 100644 index 0000000..e4a87aa --- /dev/null +++ b/launcher/qml/images/sdl_bt_inactive.svg @@ -0,0 +1,311 @@ + + + +image/svg+xml diff --git a/launcher/qml/images/sdl_inactive.svg b/launcher/qml/images/sdl_inactive.svg index dcc077a..e4a87aa 100644 --- a/launcher/qml/images/sdl_inactive.svg +++ b/launcher/qml/images/sdl_inactive.svg @@ -18,7 +18,7 @@ style="enable-background:new 0 0 300 300;" xml:space="preserve" inkscape:version="0.91 r13725" - sodipodi:docname="blank_inactive.svg">image/svg+xml diff --git a/launcher/qml/images/sdl_usb_inactive.svg b/launcher/qml/images/sdl_usb_inactive.svg new file mode 100644 index 0000000..e4a87aa --- /dev/null +++ b/launcher/qml/images/sdl_usb_inactive.svg @@ -0,0 +1,311 @@ + + + +image/svg+xml diff --git a/launcher/qml/images/webbrowser_active.svg b/launcher/qml/images/webbrowser_active.svg deleted file mode 100644 index 6bb1ac5..0000000 --- a/launcher/qml/images/webbrowser_active.svg +++ /dev/null @@ -1,368 +0,0 @@ - - - -image/svg+xml diff --git a/launcher/qml/images/webbrowser_inactive.svg b/launcher/qml/images/webbrowser_inactive.svg deleted file mode 100644 index e4a87aa..0000000 --- a/launcher/qml/images/webbrowser_inactive.svg +++ /dev/null @@ -1,311 +0,0 @@ - - - -image/svg+xml -- cgit 1.2.3-korg