[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [digikam] /: clean code to prepare KF5 port in the future.
From:       Gilles Caulier <caulier.gilles () gmail ! com>
Date:       2014-10-31 22:09:12
Message-ID: E1XkKNc-00037a-Co () scm ! kde ! org
[Download RAW message or body]

Git commit 36f646f949c1b7f24e9ab9a6f50592b757f26471 by Gilles Caulier.
Committed on 31/10/2014 at 22:08.
Pushed by cgilles into branch 'master'.

clean code to prepare KF5 port in the future.
Remove qmlshow implementation which have never been finalized and used

M  +0    -14   CMakeLists.txt
M  +0    -3    README
M  +0    -12   app/CMakeLists.txt
M  +0    -8    app/main/digikamapp.cpp
M  +0    -6    app/utils/config-digikam.h.cmake.in
M  +0    -24   app/views/digikamview.cpp
M  +0    -4    app/views/digikamview.h
M  +0    -4    data/CMakeLists.txt
D  +0    -15   data/qmlshow/CMakeLists.txt
D  +-    --    data/qmlshow/blue_pencil.png
D  +-    --    data/qmlshow/cross.png
D  +0    -10   data/qmlshow/def/CMakeLists.txt
D  +0    -63   data/qmlshow/def/back.svg
D  +0    -136  data/qmlshow/def/close.svg
D  +0    -187  data/qmlshow/def/grid.svg
D  +0    -63   data/qmlshow/def/next.svg
D  +0    -70   data/qmlshow/def/pause.svg
D  +0    -73   data/qmlshow/def/play.svg
D  +0    -120  data/qmlshow/def/zoom+.svg
D  +0    -112  data/qmlshow/def/zoom-.svg
D  +-    --    data/qmlshow/edit_icon.png
D  +-    --    data/qmlshow/empty_star.png
D  +-    --    data/qmlshow/filled_star.png
D  +-    --    data/qmlshow/flag.png
D  +-    --    data/qmlshow/flag2.png
D  +0    -5    data/qmlshow/mapview.html
D  +0    -113  data/qmlshow/menu.svg
D  +0    -10   data/qmlshow/onpress/CMakeLists.txt
D  +0    -63   data/qmlshow/onpress/back1.svg
D  +0    -124  data/qmlshow/onpress/close1.svg
D  +0    -180  data/qmlshow/onpress/grid1.svg
D  +0    -63   data/qmlshow/onpress/next1.svg
D  +0    -70   data/qmlshow/onpress/pause1.svg
D  +0    -73   data/qmlshow/onpress/play1.svg
D  +0    -128  data/qmlshow/onpress/zoom+1.svg
D  +0    -112  data/qmlshow/onpress/zoom-1.svg
D  +0    -802  data/qmlshow/qmlview.qml
D  +0    -324  utilities/qmlshow/qmlshow.cpp
D  +0    -73   utilities/qmlshow/qmlshow.h

http://commits.kde.org/digikam/36f646f949c1b7f24e9ab9a6f50592b757f26471

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 14a40c4..b2278ba 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,9 +14,6 @@ OPTION(ENABLE_KDEPIMLIBSSUPPORT "Build digiKam with Kdepimlibs \
support (default=  OPTION(DIGIKAM_ENABLE_MODELTEST "Enable ModelTest on some models \
for debugging (default=OFF)"           OFF)  OPTION(ENABLE_ADVANCEDDEBUGMSG  "Build \
digiKam with more internal debug message (default=OFF)"          OFF)  
-#experimental options:
-OPTION(ENABLE_PRESENTATIONMODE  "Build digiKam with presentation mode support \
                (default=OFF)"            OFF)
-
 # ==================================================================================================
  # Information to update before to release this package.
 
@@ -280,7 +277,6 @@ MACRO_BOOL_TO_01(LENSFUN_FOUND HAVE_LENSFUN)
 MACRO_OPTIONAL_FIND_PACKAGE(Lqr-1)
 MACRO_BOOL_TO_01(LQR-1_FOUND HAVE_LIBLQR_1)
 
-MACRO_BOOL_TO_01(ENABLE_PRESENTATIONMODE USE_PRESENTATION_MODE)
 MACRO_BOOL_TO_01(ENABLE_THUMBS_DB        USE_THUMBS_DB)
 MACRO_BOOL_TO_01(ENABLE_ADVANCEDDEBUGMSG USE_ADVANCEDDEBUGMSG)
 
@@ -601,10 +597,6 @@ IF(DIGIKAM_CAN_BE_COMPILED)
         INCLUDE_DIRECTORIES(${QT_QTSCRIPT_INCLUDE_DIR})
     ENDIF(USE_SCRIPT_IFACE)
 
-    IF(USE_PRESENTATION_MODE)
-        INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/utilities/qmlshow)
-    ENDIF(USE_PRESENTATION_MODE)
-
     IF(Baloo_FOUND)
         INCLUDE_DIRECTORIES(${BALOO_INCLUDE_DIR} ${KFILEMETADATA_INCLUDE_DIR})
     ENDIF(Baloo_FOUND)
@@ -950,12 +942,6 @@ IF(DIGIKAM_CAN_BE_COMPILED)
         ${CMAKE_CURRENT_SOURCE_DIR}/libs/widgets/metadata/picklabelwidget.cpp
        )
 
-    IF(USE_PRESENTATION_MODE)
-        SET(libpresentationview_SRCS
-            ${CMAKE_CURRENT_SOURCE_DIR}/utilities/qmlshow/qmlshow.cpp
-           )
-    ENDIF(USE_PRESENTATION_MODE)
-
     SET(libslideshow_SRCS
         ${CMAKE_CURRENT_SOURCE_DIR}/utilities/slideshow/slidetoolbar.cpp
         ${CMAKE_CURRENT_SOURCE_DIR}/utilities/slideshow/slideosd.cpp
diff --git a/README b/README
index 0b09b67..51727f8 100644
--- a/README
+++ b/README
@@ -127,9 +127,6 @@ Debug options:
 Use CMake "-DENABLE_ADVANCEDDEBUGMSG=on"  flag to compile digiKam with more internal \
debug messages, especially in image loaders (disabled by default).  Use CMake \
"-DKDE4_BUILD_TESTS=on"         flag to compile digiKam source code unit tests        \
(disabled by default).  
-Experimental options:
-Use CMake "-DENABLE_PRESENTATIONMODE=on"  flag to compile digiKam with presentation \
                mode                                         (disabled by default).
-
 digiKam do not have any video thumbnailer. Video support is delegate to KDE. To \
support Video thumbnails,   please install "ffmpegthumbs" package, which is the \
kdemultimedia Video thumbnail generator for KDE4 file managers.  
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt
index 9cf35e6..79d05a7 100644
--- a/app/CMakeLists.txt
+++ b/app/CMakeLists.txt
@@ -94,10 +94,6 @@ TARGET_LINK_LIBRARIES(digikamcore
         ${LCMS_LIBRARIES}
 )
 
-IF(USE_PRESENTATION_MODE)
-    TARGET_LINK_LIBRARIES(digikamcore ${QT_QTDECLARATIVE_LIBRARY})
-ENDIF(USE_PRESENTATION_MODE)
-
 IF(Q_WS_X11)
     TARGET_LINK_LIBRARIES(digikamcore ${X11_LIBRARIES})
 ENDIF(Q_WS_X11)
@@ -215,10 +211,6 @@ SET(digikam_SRCS ${libeditorgui_SRCS}
                  main/main.cpp
 )
 
-IF(USE_PRESENTATION_MODE)
-    SET(digikam_SRCS ${digikam_SRCS} ${libpresentationview_SRCS})
-ENDIF(USE_PRESENTATION_MODE)
-
 IF(KIPI_FOUND)
     SET(digikam_SRCS ${digikam_SRCS} ${libkipiiface_SRCS})
 ENDIF(KIPI_FOUND)
@@ -287,10 +279,6 @@ IF (NOT WIN32 AND GPHOTO2_FOUND)
     TARGET_LINK_LIBRARIES(digikam ${LIBUSB_LIBRARIES})
 ENDIF (NOT WIN32 AND GPHOTO2_FOUND)
 
-IF(USE_PRESENTATION_MODE)
-    TARGET_LINK_LIBRARIES(digikam ${QT_QTDECLARATIVE_LIBRARY})
-ENDIF(USE_PRESENTATION_MODE)
-
 IF(KDEPIMLIBS_FOUND)
   TARGET_LINK_LIBRARIES(digikam ${KDE4_KABC_LIBS} ${KDEPIMLIBS_AKONADI_LIBS} \
${KDEPIMLIBS_AKONADI_CONTACT_LIBS})  ENDIF(KDEPIMLIBS_FOUND)
diff --git a/app/main/digikamapp.cpp b/app/main/digikamapp.cpp
index 33d6ce2..aed5f3e 100644
--- a/app/main/digikamapp.cpp
+++ b/app/main/digikamapp.cpp
@@ -1277,14 +1277,6 @@ void DigikamApp::setupActions()
     actionCollection()->addAction("slideshow_recursive", \
d->slideShowRecursiveAction);  \
d->slideShowAction->addAction(d->slideShowRecursiveAction);  
-#ifdef USE_PRESENTATION_MODE
-    d->slideShowQmlAction = new KAction(i18n("Presentation View"), this);
-    d->slideShowQmlAction->setShortcut(KShortcut(Qt::Key_F10));
-    connect(d->slideShowQmlAction, SIGNAL(triggered()), d->view, \
                SLOT(slotSlideShowQml()));
-    actionCollection()->addAction("slideshow_qml", d->slideShowQmlAction);
-    d->slideShowAction->addAction(d->slideShowQmlAction);
-#endif // USE_PRESENTATION_MODE
-
     // -----------------------------------------------------------
 
     d->viewCMViewAction = new KToggleAction(KIcon("video-display"), \
                i18n("Color-Managed View"), this);
diff --git a/app/utils/config-digikam.h.cmake.in \
b/app/utils/config-digikam.h.cmake.in index bb2e271..d7230f2 100644
--- a/app/utils/config-digikam.h.cmake.in
+++ b/app/utils/config-digikam.h.cmake.in
@@ -60,12 +60,6 @@
 /* Define to 1 if thumbnails database is used */
 #cmakedefine USE_THUMBS_DB 1
 
-/* Define to 1 if script interface is enabled */
-#cmakedefine USE_SCRIPT_IFACE 1
-
-/* Define to 1 if presentation mode is enabled */
-#cmakedefine USE_PRESENTATION_MODE 1
-
 /* Define to 1 if you want Qt to scale the preview images */
 #cmakedefine USE_QT_SCALING 1
 
diff --git a/app/views/digikamview.cpp b/app/views/digikamview.cpp
index 0d4dc70..8729911 100644
--- a/app/views/digikamview.cpp
+++ b/app/views/digikamview.cpp
@@ -89,10 +89,6 @@
 #include "mapwidgetview.h"
 #endif // HAVE_KGEOMAP
 
-#ifdef USE_PRESENTATION_MODE
-#include "qmlshow.h"
-#endif // USE_PRESENTATION_MODE
-
 namespace Digikam
 {
 
@@ -2374,24 +2370,4 @@ void DigikamView::toggleFullScreen(bool set)
     d->stackedview->imagePreviewView()->toggleFullScreen(set);
 }
 
-#ifdef USE_PRESENTATION_MODE
-
-void DigikamView::slotSlideShowQml()
-{
-/*
-    QStringList list;
-    foreach (const ImageInfo& info, d->iconView->imageInfos())
-    {
-        list << info.filePath();
-    }
-*/
-    SlideShowSettings settings;
-    settings.readFromConfig();
-    QmlShow* const qmlShow = new QmlShow(allInfo(), settings);
-    qmlShow->setWindowState(Qt::WindowFullScreen);
-    qmlShow->show();
-}
-
-#endif // USE_PRESENTATION_MODE
-
 }  // namespace Digikam
diff --git a/app/views/digikamview.h b/app/views/digikamview.h
index 72ed777..23c9226 100644
--- a/app/views/digikamview.h
+++ b/app/views/digikamview.h
@@ -227,10 +227,6 @@ public Q_SLOTS:
 
     void slotFocusAndNextImage();
 
-#ifdef USE_PRESENTATION_MODE
-    void slotSlideShowQml();
-#endif // USE_PRESENTATION_MODE
-
 private:
 
     void toggleZoomActions();
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index 100083a..afb4cab 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -4,8 +4,4 @@ ADD_SUBDIRECTORY(about)
 ADD_SUBDIRECTORY(database)
 ADD_SUBDIRECTORY(hotplug)
 
-IF(USE_PRESENTATION_MODE)
-    ADD_SUBDIRECTORY(qmlshow)
-ENDIF(USE_PRESENTATION_MODE)
-
 INSTALL(FILES tips DESTINATION ${DATA_INSTALL_DIR}/digikam)
diff --git a/data/qmlshow/CMakeLists.txt b/data/qmlshow/CMakeLists.txt
deleted file mode 100644
index 88e0dc0..0000000
--- a/data/qmlshow/CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-ADD_SUBDIRECTORY(def)
-ADD_SUBDIRECTORY(onpress)
-
-INSTALL(FILES cross.png
-              blue_pencil.png
-              edit_icon.png
-              empty_star.png
-              filled_star.png
-              flag.png
-              flag2.png
-              menu.svg
-              qmlview.qml
-              mapview.html
-        DESTINATION ${DATA_INSTALL_DIR}/digikam/qmlshow
-       )
diff --git a/data/qmlshow/blue_pencil.png b/data/qmlshow/blue_pencil.png
deleted file mode 100644
index 1d4411f..0000000
Binary files a/data/qmlshow/blue_pencil.png and /dev/null differ
diff --git a/data/qmlshow/cross.png b/data/qmlshow/cross.png
deleted file mode 100644
index be7218e..0000000
Binary files a/data/qmlshow/cross.png and /dev/null differ
diff --git a/data/qmlshow/def/CMakeLists.txt b/data/qmlshow/def/CMakeLists.txt
deleted file mode 100644
index bcd0be3..0000000
--- a/data/qmlshow/def/CMakeLists.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-INSTALL(FILES back.svg
-              close.svg
-              grid.svg
-              next.svg
-              pause.svg
-              play.svg
-              zoom-.svg
-              zoom+.svg
-        DESTINATION ${DATA_INSTALL_DIR}/digikam/qmlshow/def
-       )
diff --git a/data/qmlshow/def/back.svg b/data/qmlshow/def/back.svg
deleted file mode 100644
index cd7e54f..0000000
--- a/data/qmlshow/def/back.svg
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
-"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
-[
- <!ATTLIST svg
-  xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink">
-]>
-<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
-<svg
-   xml:space="preserve"
-   width="128pt"
-   height="128pt"
-   viewBox="0 0 507.946 507.946"
-   id="svg49"
-   sodipodi:version="0.27"
-   sodipodi:docname="/mnt/windows/themes/Work/round-arrow-left.svg"
-   sodipodi:docbase="/mnt/windows/themes/Work/"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:xlink="http://www.w3.org/1999/xlink">
-  <defs
-     id="defs62">
-    <radialGradient
-       id="aigrd1"
-       cx="218.9404"
-       cy="219.7715"
-       r="150.7063"
-       fx="218.9404"
-       fy="219.7715"
-       gradientUnits="userSpaceOnUse"
-       style="stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;">
-      <stop
-         offset="0"
-         style="stop-color:#73ffff;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop53" />
-      <stop
-         offset="0.2809"
-         style="stop-color:#2EA6B9;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop54" />
-      <stop
-         offset="1"
-         style="stop-color:#006b8b;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop55" />
-    </radialGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base" />
-  <path
-     style="font-size:12;stroke:none;stroke-width:0.979268;stroke-opacity:0.986014;fill:#a4c9ee;fill-opacity:0.7;"
                
-     d="M134.757,263.776c0,66.739,54.298,121.04,121.039,121.04c66.739,0,121.039-54.30 \
1,121.039-121.04c0-66.741-54.3-121.039-121.039-121.039c-66.741,0-121.039,54.298-121.039,121.039z"
                
-     id="path51"
-     transform="matrix(1.89511,0,0,1.91236,-231.458,-247.971)" />
-  <path
-     style="font-size:12;fill:url(#aigrd1);fill-rule:evenodd;stroke:#1c6671;stroke-width:7.73106;stroke-opacity:0.988235;"
                
-     d="M356.643,263.366c0,57.027-46.23,103.257-103.256,103.257c-57.027,0-103.256-46.229-103.256-103.257c0-57.027,46.229-103.256,103.256-103.256 \
                c57.025,0,103.256,46.229,103.256,103.256z"
-     id="path56"
-     transform="matrix(2.04451,0,0,2.04451,-264.353,-281.723)" />
-  <path
-     style="font-size:12;opacity:0.7;fill:#ffffff;stroke:#1c6772;stroke-width:2.38642;stroke-opacity:0.988235;"
                
-     d="M305.753,281.376c0,0-18.858-18.856-27.854-27.851c7.943-7.944,21.152-21.153,21 \
.152-21.153c1.913-1.913,2.929-4.471,2.929-7.073c0-1.289-0.249-2.588-0.762-3.825c-1.548-3.736-5.193-6.173-9.238-6.173 \
l-76.863,0c-5.523,0-10,4.477-10,10v76.867c0,4.045,2.437,7.691,6.173,9.239c3.737,1.548, \
8.039,0.691,10.898-2.169c0,0,13.208-13.211,21.152-21.155c8.996,8.996,27.852,27.854,27.852,27.854c1.875,1.876,4.419,2.93,7.071,2.93s5.195-1.054,7.071-2.929l20.42-20.42 \
                c1.875-1.876,2.929-4.419,2.929-7.071s-1.054-5.196-2.93-7.071z"
-     id="path59"
-     transform="matrix(1.39896,-1.41113,1.41113,1.39896,-469.673,250.645)" />
-</svg>
diff --git a/data/qmlshow/def/close.svg b/data/qmlshow/def/close.svg
deleted file mode 100644
index 4ab014d..0000000
--- a/data/qmlshow/def/close.svg
+++ /dev/null
@@ -1,136 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
-"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
-[
- <!ATTLIST svg
-  xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink">
-]>
-<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
-<svg
-   xml:space="preserve"
-   width="128pt"
-   height="128pt"
-   viewBox="0 0 507.946 507.946"
-   id="svg49"
-   sodipodi:version="0.27"
-   sodipodi:docname="/mnt/windows/Themes/Work/Blue-Sphere/stop-2.svg"
-   sodipodi:docbase="/mnt/windows/Themes/Work/Blue-Sphere/"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:xlink="http://www.w3.org/1999/xlink">
-  <defs
-     id="defs62">
-    <radialGradient
-       id="radialGradient93"
-       cx="218.9404"
-       cy="219.7715"
-       r="150.7063"
-       fx="218.9404"
-       fy="219.7715"
-       gradientUnits="userSpaceOnUse"
-       style="stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;">
-      <stop
-         offset="0.000000"
-         style="stop-color:#25a6ca;stop-opacity:1;"
-         id="stop94" />
-      <stop
-         offset="1.000000"
-         style="stop-color:#2ea6b9;stop-opacity:0.843137;"
-         id="stop95" />
-    </radialGradient>
-    <radialGradient
-       id="aigrd1"
-       cx="218.9404"
-       cy="219.7715"
-       r="150.7063"
-       fx="218.9404"
-       fy="219.7715"
-       gradientUnits="userSpaceOnUse"
-       style="stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;">
-      <stop
-         offset="0"
-         style="stop-color:#73ffff;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop53" />
-      <stop
-         offset="0.2809"
-         style="stop-color:#2EA6B9;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop54" />
-      <stop
-         offset="1"
-         style="stop-color:#006b8b;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop55" />
-    </radialGradient>
-    <linearGradient
-       xlink:href="#aigrd1"
-       id="linearGradient91"
-       x1="-0.295723"
-       y1="-0.264591"
-       x2="0.622574"
-       y2="0.365762"
-       gradientUnits="objectBoundingBox"
-       gradientTransform="matrix(0.996114,0,0,1.0039,0.496124,0.492186)"
-       spreadMethod="pad" />
-    <radialGradient
-       xlink:href="#aigrd1"
-       id="radialGradient92"
-       cx="-8.09344e-05"
-       cy="-7.68867e-05"
-       fx="-8.09344e-05"
-       fy="-7.68867e-05"
-       r="0.789127"
-       gradientUnits="objectBoundingBox"
-       gradientTransform="matrix(1.06784,0,0,0.936469,0.342219,0.344712)"
-       spreadMethod="pad" />
-  </defs>
-  <sodipodi:namedview
-     id="base">
-    <sodipodi:guide
-       orientation="horizontal"
-       position="70.460571"
-       id="sodipodi:guide125" />
-    <sodipodi:guide
-       orientation="horizontal"
-       position="48.656151"
-       id="sodipodi:guide126" />
-    <sodipodi:guide
-       orientation="vertical"
-       position="66.018929"
-       id="sodipodi:guide127" />
-    <sodipodi:guide
-       orientation="horizontal"
-       position="90.246056"
-       id="sodipodi:guide20" />
-    <sodipodi:guide
-       orientation="horizontal"
-       position="29.274448"
-       id="sodipodi:guide21" />
-    <sodipodi:guide
-       orientation="vertical"
-       position="97.110413"
-       id="sodipodi:guide22" />
-    <sodipodi:guide
-       orientation="vertical"
-       position="34.927444"
-       id="sodipodi:guide23" />
-    <sodipodi:guide
-       orientation="horizontal"
-       position="59.962147"
-       id="sodipodi:guide24" />
-  </sodipodi:namedview>
-  <path
-     style="font-size:12;stroke:none;stroke-width:0.979268;stroke-opacity:0.986014;fill:#a4c9ee;fill-opacity:0.7;"
                
-     d="M134.757,263.776c0,66.739,54.298,121.04,121.039,121.04c66.739,0,121.039-54.30 \
1,121.039-121.04c0-66.741-54.3-121.039-121.039-121.039c-66.741,0-121.039,54.298-121.039,121.039z"
                
-     id="path51"
-     transform="matrix(1.89511,0,0,1.91236,-231.458,-247.971)" />
-  <path
-     style="font-size:12;fill:url(#radialGradient92);fill-rule:evenodd;stroke:#1c6671;stroke-width:7.72505;stroke-opacity:0.988235;"
                
-     d="M356.643,263.366c0,57.027-46.23,103.257-103.256,103.257c-57.027,0-103.256-46.229-103.256-103.257c0-57.027,46.229-103.256,103.256-103.256 \
                c57.025,0,103.256,46.229,103.256,103.256z"
-     id="path56"
-     transform="matrix(2.04451,0,0,2.04451,-264.353,-281.723)" />
-  <path
-     style="font-size:12;opacity:0.7;fill:#ffffff;stroke:#1c6772;stroke-width:3.86972;stroke-opacity:0.988235;"
                
-     d="M 246.07 280.233 L 164.73 280.777 C 151.122 280.863 145.143 265.54 145.421 \
255.258 C 144.775 247.053 148.852 232.142 164.429 230.994 L 244.216 229.011 L 241.953 \
153.421 C 241.796 138.289 257.675 128.71 267.404 129.607 C 278.285 128.656 290.708 \
137.925 291.688 150.233 C 291.688 155.507 293.031 209.592 293.209 230.76 L 369.189 \
227.788 C 382.351 226.748 395.032 239.215 395.06 249.825 C 395.088 260.706 393.504 \
274.842 374.095 275.209 L 297.205 277.016 L 299.416 360.521 C 299.502 371.358 285.104 \
379.184 276.67 378.906 C 268.465 379.552 251.244 376.861 250.096 361.284 L 246.07 \
                280.233 z "
-     id="path124"
-     sodipodi:nodetypes="ccccccccccccccccc"
-     transform="matrix(0.908402,-0.864764,0.864764,0.908402,-204.249,273.607)" />
-</svg>
diff --git a/data/qmlshow/def/grid.svg b/data/qmlshow/def/grid.svg
deleted file mode 100644
index a23fe7f..0000000
--- a/data/qmlshow/def/grid.svg
+++ /dev/null
@@ -1,187 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
-"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
-[
- <!ATTLIST svg
-  xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink">
-]>
-<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
-<svg
-   width="128pt"
-   height="128pt"
-   id="svg1"
-   sodipodi:version="0.27"
-   sodipodi:docname="/mnt/windows/themes/Work/Blue-Sphere/view_multicolumn.svg"
-   sodipodi:docbase="/mnt/windows/themes/Work/Blue-Sphere/"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:xlink="http://www.w3.org/1999/xlink">
-  <defs
-     id="defs22">
-    <linearGradient
-       id="linearGradient168">
-      <stop
-         offset="0.000000"
-         style="stop-color:#cdffff;stop-opacity:1;"
-         id="stop169" />
-      <stop
-         offset="1.000000"
-         style="stop-color:#0c5d7d;stop-opacity:0.905882;"
-         id="stop170" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient90">
-      <stop
-         offset="0.000000"
-         style="stop-color:#cdffff;stop-opacity:1;"
-         id="stop91" />
-      <stop
-         offset="1.000000"
-         style="stop-color:#006b97;stop-opacity:0.905882;"
-         id="stop92" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient67">
-      <stop
-         offset="0.000000"
-         style="stop-color:#d7ffff;stop-opacity:0.898039;"
-         id="stop70" />
-      <stop
-         offset="1.000000"
-         style="stop-color:#2ea6b9;stop-opacity:0.952941;"
-         id="stop69" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient57">
-      <stop
-         offset="0.000000"
-         style="stop-color:#ffffff;stop-opacity:1;"
-         id="stop59" />
-      <stop
-         offset="1.000000"
-         style="stop-color:#797979;stop-opacity:1;"
-         id="stop58" />
-    </linearGradient>
-    <defs
-       id="defs4">
-      <radialGradient
-         id="1"
-         cx="869.603027"
-         cy="1973.579956"
-         r="2106.649902"
-         fx="869.603027"
-         fy="1973.579956"
-         gradientUnits="userSpaceOnUse"
-         xlink:href="#linearGradient67" />
-    </defs>
-    <defs
-       id="defs11">
-      <linearGradient
-         id="2"
-         x1="255.848"
-         y1="119.147"
-         x2="375.686"
-         y2="34.1009"
-         gradientUnits="userSpaceOnUse">
-        <stop
-           offset="0"
-           style="stop-color:#ffffff"
-           id="stop13" />
-        <stop
-           offset="1"
-           style="stop-color:#000000"
-           id="stop14" />
-      </linearGradient>
-    </defs>
-    <defs
-       id="defs16">
-      <linearGradient
-         id="3"
-         x1="275.053009"
-         y1="109.384003"
-         x2="356.480988"
-         y2="30.864300"
-         gradientUnits="userSpaceOnUse"
-         xlink:href="#linearGradient57" />
-    </defs>
-    <radialGradient
-       cx="3.03981e-14"
-       cy="1.05578e-10"
-       r="0.773346"
-       fx="3.03981e-14"
-       fy="1.05578e-10"
-       xlink:href="#linearGradient168"
-       id="radialGradient88"
-       gradientUnits="objectBoundingBox"
-       gradientTransform="matrix(0.945877,0,0,1.05722,0.264368,0.249996)"
-       spreadMethod="pad" />
-    <linearGradient
-       x1="2.69643"
-       y1="1.14655"
-       x2="3.85147"
-       y2="0.623116"
-       xlink:href="#linearGradient67"
-       id="linearGradient89"
-       gradientUnits="objectBoundingBox"
-       gradientTransform="translate(-2.65767,-0.201241)"
-       spreadMethod="pad" />
-  </defs>
-  <sodipodi:namedview
-     id="base">
-    <sodipodi:guide
-       orientation="horizontal"
-       position="114.876968"
-       id="sodipodi:guide589" />
-    <sodipodi:guide
-       orientation="vertical"
-       position="45.022083"
-       id="sodipodi:guide590" />
-    <sodipodi:guide
-       orientation="vertical"
-       position="90.246056"
-       id="sodipodi:guide622" />
-  </sodipodi:namedview>
-  <path
-     style="font-size:12;fill:#ffffff;fill-opacity:0.699301;stroke:#2ea6b9;stroke-width:8.96855;stroke-opacity:0.993007;"
                
-     d="M -52.1016 244.649 L 366.038 243.458 L 365.767 535.103 L -53.9123 533.292 L \
                -52.1016 244.649 z "
-     id="path10"
-     transform="matrix(0.327849,0,0,0.386492,29.9559,-76.1115)"
-     sodipodi:nodetypes="ccccc" />
-  <path
-     style="font-size:12;fill:url(#radialGradient88);stroke:#0c5d7d;stroke-opacity:0.99;stroke-width:4.03585;"
                
-     d="M -42.4604 274.763 L 433.35 273.812 L 434.557 303.708 L -42.4604 305.48 L \
                -42.4604 274.763 z "
-     id="path9"
-     transform="matrix(0.278752,0,0,0.284891,26.8038,-57.9251)"
-     sodipodi:nodetypes="ccccc" />
-  <g
-     id="g623">
-    <path
-       style="font-size:12;fill:url(#linearGradient89);stroke:#2ea6b9;stroke-width:6.72641;stroke-opacity:0.91;"
                
-       d="M 265.767 120.124 L 363.454 120.124 L 362.845 21.2356 L 265.767 20.1241 L \
                265.767 120.124 "
-       id="path20"
-       transform="matrix(0.218184,0,0,0.218184,-22.7139,43.8317)"
-       sodipodi:nodetypes="ccccc" />
-    <path
-       style="font-size:12;fill:url(#linearGradient89);stroke:#2ea6b9;stroke-width:6.72641;stroke-opacity:0.91;"
                
-       d="M 265.767 120.124 L 363.454 120.124 L 362.845 21.2356 L 265.767 20.1241 L \
                265.767 120.124 "
-       id="path621"
-       transform="matrix(0.218184,0,0,0.218184,-22.7139,80.6771)"
-       sodipodi:nodetypes="ccccc" />
-  </g>
-  <g
-     id="g626"
-     transform="translate(56.53,0.504732)">
-    <path
-       style="font-size:12;fill:url(#linearGradient89);stroke:#2ea6b9;stroke-width:6.72641;stroke-opacity:0.91;"
                
-       d="M 265.767 120.124 L 363.454 120.124 L 362.845 21.2356 L 265.767 20.1241 L \
                265.767 120.124 "
-       id="path627"
-       transform="matrix(0.218184,0,0,0.218184,-22.7139,43.8317)"
-       sodipodi:nodetypes="ccccc" />
-    <path
-       style="font-size:12;fill:url(#linearGradient89);stroke:#2ea6b9;stroke-width:6.72641;stroke-opacity:0.91;"
                
-       d="M 265.767 120.124 L 363.454 120.124 L 362.845 21.2356 L 265.767 20.1241 L \
                265.767 120.124 "
-       id="path628"
-       transform="matrix(0.218184,0,0,0.218184,-22.7139,80.6771)"
-       sodipodi:nodetypes="ccccc" />
-  </g>
-</svg>
diff --git a/data/qmlshow/def/next.svg b/data/qmlshow/def/next.svg
deleted file mode 100644
index 92a943b..0000000
--- a/data/qmlshow/def/next.svg
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
-"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
-[
- <!ATTLIST svg
-  xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink">
-]>
-<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
-<svg
-   xml:space="preserve"
-   width="128pt"
-   height="128pt"
-   viewBox="0 0 507.946 507.946"
-   id="svg49"
-   sodipodi:version="0.27"
-   sodipodi:docname="/mnt/windows/themes/Work/round-arrow-right-blue.svg"
-   sodipodi:docbase="/mnt/windows/themes/Work/"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:xlink="http://www.w3.org/1999/xlink">
-  <defs
-     id="defs62">
-    <radialGradient
-       id="aigrd1"
-       cx="218.9404"
-       cy="219.7715"
-       r="150.7063"
-       fx="218.9404"
-       fy="219.7715"
-       gradientUnits="userSpaceOnUse"
-       style="stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;">
-      <stop
-         offset="0"
-         style="stop-color:#73ffff;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop53" />
-      <stop
-         offset="0.2809"
-         style="stop-color:#2EA6B9;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop54" />
-      <stop
-         offset="1"
-         style="stop-color:#006b8b;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop55" />
-    </radialGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base" />
-  <path
-     style="font-size:12;stroke:none;stroke-width:0.979268;stroke-opacity:0.986014;fill:#a4c9ee;fill-opacity:0.7;"
                
-     d="M134.757,263.776c0,66.739,54.298,121.04,121.039,121.04c66.739,0,121.039-54.30 \
1,121.039-121.04c0-66.741-54.3-121.039-121.039-121.039c-66.741,0-121.039,54.298-121.039,121.039z"
                
-     id="path51"
-     transform="matrix(1.89511,0,0,1.91236,-231.458,-247.971)" />
-  <path
-     style="font-size:12;fill:url(#aigrd1);fill-rule:evenodd;stroke:#1c6671;stroke-width:7.73106;stroke-opacity:0.988235;"
                
-     d="M356.643,263.366c0,57.027-46.23,103.257-103.256,103.257c-57.027,0-103.256-46.229-103.256-103.257c0-57.027,46.229-103.256,103.256-103.256 \
                c57.025,0,103.256,46.229,103.256,103.256z"
-     id="path56"
-     transform="matrix(2.04451,0,0,2.04451,-264.353,-281.723)" />
-  <path
-     style="font-size:12;opacity:0.7;fill:#ffffff;stroke:#1c6772;stroke-width:2.38642;stroke-opacity:0.988235;"
                
-     d="M305.753,281.376c0,0-18.858-18.856-27.854-27.851c7.943-7.944,21.152-21.153,21 \
.152-21.153c1.913-1.913,2.929-4.471,2.929-7.073c0-1.289-0.249-2.588-0.762-3.825c-1.548-3.736-5.193-6.173-9.238-6.173 \
l-76.863,0c-5.523,0-10,4.477-10,10v76.867c0,4.045,2.437,7.691,6.173,9.239c3.737,1.548, \
8.039,0.691,10.898-2.169c0,0,13.208-13.211,21.152-21.155c8.996,8.996,27.852,27.854,27.852,27.854c1.875,1.876,4.419,2.93,7.071,2.93s5.195-1.054,7.071-2.929l20.42-20.42 \
                c1.875-1.876,2.929-4.419,2.929-7.071s-1.054-5.196-2.93-7.071z"
-     id="path59"
-     transform="matrix(-1.38018,1.4295,-1.4295,-1.38018,998.477,266.547)" />
-</svg>
diff --git a/data/qmlshow/def/pause.svg b/data/qmlshow/def/pause.svg
deleted file mode 100644
index 569583e..0000000
--- a/data/qmlshow/def/pause.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
-"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
-[
- <!ATTLIST svg
-  xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink">
-]>
-<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
-<svg
-   xml:space="preserve"
-   width="128pt"
-   height="128pt"
-   viewBox="0 0 507.946 507.946"
-   id="svg49"
-   sodipodi:version="0.27"
-   sodipodi:docname="/mnt/windows/Themes/Work/stop-blue.svg"
-   sodipodi:docbase="/mnt/windows/Themes/Work/"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:xlink="http://www.w3.org/1999/xlink">
-  <defs
-     id="defs62">
-    <radialGradient
-       id="aigrd1"
-       cx="218.9404"
-       cy="219.7715"
-       r="150.7063"
-       fx="218.9404"
-       fy="219.7715"
-       gradientUnits="userSpaceOnUse"
-       style="stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;">
-      <stop
-         offset="0"
-         style="stop-color:#73ffff;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop53" />
-      <stop
-         offset="0.2809"
-         style="stop-color:#2EA6B9;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop54" />
-      <stop
-         offset="1"
-         style="stop-color:#006b8b;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop55" />
-    </radialGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base" />
-  <path
-     style="font-size:12;stroke:none;stroke-width:0.979268;stroke-opacity:0.986014;fill:#a4c9ee;fill-opacity:0.7;"
                
-     d="M134.757,263.776c0,66.739,54.298,121.04,121.039,121.04c66.739,0,121.039-54.30 \
1,121.039-121.04c0-66.741-54.3-121.039-121.039-121.039c-66.741,0-121.039,54.298-121.039,121.039z"
                
-     id="path51"
-     transform="matrix(1.89511,0,0,1.91236,-231.458,-247.971)" />
-  <path
-     style="font-size:12;fill:url(#aigrd1);fill-rule:evenodd;stroke:#1c6671;stroke-width:7.73106;stroke-opacity:0.988235;"
                
-     d="M356.643,263.366c0,57.027-46.23,103.257-103.256,103.257c-57.027,0-103.256-46.229-103.256-103.257c0-57.027,46.229-103.256,103.256-103.256 \
                c57.025,0,103.256,46.229,103.256,103.256z"
-     id="path56"
-     transform="matrix(2.04451,0,0,2.04451,-264.353,-281.723)" />
-  <path
-     style="font-size:12;opacity:0.7;fill:#ffffff;stroke:#1c6772;stroke-width:2.38642;stroke-opacity:0.988235;"
                
-     d="M 296.974 234.395 C 299.406 231.976 298.797 223.275 294.343 218.052 C \
290.395 213.348 279.4 212.777 276.846 216.384 L 202.982 289.07 C 197.83 295.098 \
202.899 303.263 206.738 306.734 C 211.083 310.725 218.291 313.11 222.188 309.238 C \
                222.188 309.238 293.34 237.935 296.974 234.395 z "
-     id="path44"
-     transform="matrix(1.36655,-1.15085,1.40279,1.12112,-401.048,252.835)"
-     sodipodi:nodetypes="czcczcc" />
-  <path
-     style="font-size:12;opacity:0.7;fill:#ffffff;stroke:#1c6772;stroke-width:2.38642;stroke-opacity:0.988235;"
                
-     d="M 296.974 234.395 C 299.406 231.976 298.797 223.275 294.343 218.052 C \
290.395 213.348 279.4 212.777 276.846 216.384 L 202.982 289.07 C 197.83 295.098 \
202.899 303.263 206.738 306.734 C 211.083 310.725 218.291 313.11 222.188 309.238 C \
                222.188 309.238 293.34 237.935 296.974 234.395 z "
-     id="path76"
-     transform="matrix(1.36655,-1.15085,1.40279,1.12112,-493.984,254.437)"
-     sodipodi:nodetypes="czcczcc" />
-</svg>
diff --git a/data/qmlshow/def/play.svg b/data/qmlshow/def/play.svg
deleted file mode 100644
index 7a5fce1..0000000
--- a/data/qmlshow/def/play.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
-"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
-[
- <!ATTLIST svg
-  xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink">
-]>
-<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
-<svg
-   xml:space="preserve"
-   width="128pt"
-   height="128pt"
-   viewBox="0 0 507.946 507.946"
-   id="svg49"
-   sodipodi:version="0.27"
-   sodipodi:docname="/mnt/windows/Themes/Work/Blue-Sphere/noatunplay.svg"
-   sodipodi:docbase="/mnt/windows/Themes/Work/Blue-Sphere/"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:xlink="http://www.w3.org/1999/xlink">
-  <defs
-     id="defs62">
-    <radialGradient
-       id="aigrd1"
-       cx="218.9404"
-       cy="219.7715"
-       r="150.7063"
-       fx="218.9404"
-       fy="219.7715"
-       gradientUnits="userSpaceOnUse"
-       style="stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;">
-      <stop
-         offset="0"
-         style="stop-color:#73ffff;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop53" />
-      <stop
-         offset="0.2809"
-         style="stop-color:#2EA6B9;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop54" />
-      <stop
-         offset="1"
-         style="stop-color:#006b8b;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop55" />
-    </radialGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base">
-    <sodipodi:guide
-       orientation="horizontal"
-       position="85.804413"
-       id="sodipodi:guide62" />
-    <sodipodi:guide
-       orientation="horizontal"
-       position="37.753944"
-       id="sodipodi:guide63" />
-  </sodipodi:namedview>
-  <path
-     style="font-size:12;stroke:none;stroke-width:0.979268;stroke-opacity:0.986014;fill:#a4c9ee;fill-opacity:0.7;"
                
-     d="M134.757,263.776c0,66.739,54.298,121.04,121.039,121.04c66.739,0,121.039-54.30 \
1,121.039-121.04c0-66.741-54.3-121.039-121.039-121.039c-66.741,0-121.039,54.298-121.039,121.039z"
                
-     id="path51"
-     transform="matrix(1.89511,0,0,1.91236,-231.458,-247.971)" />
-  <path
-     style="font-size:12;fill:url(#aigrd1);fill-rule:evenodd;stroke:#1c6671;stroke-width:7.73106;stroke-opacity:0.988235;"
                
-     d="M356.643,263.366c0,57.027-46.23,103.257-103.256,103.257c-57.027,0-103.256-46.229-103.256-103.257c0-57.027,46.229-103.256,103.256-103.256 \
                c57.025,0,103.256,46.229,103.256,103.256z"
-     id="path56"
-     transform="matrix(2.04451,0,0,2.04451,-264.353,-281.723)" />
-  <path
-     style="font-size:12;opacity:0.7;fill:#ffffff;stroke:#1c6772;stroke-width:2.38642;stroke-opacity:0.988235;"
                
-     d="M 299.051 232.372 C 300.964 230.459 301.731 222.711 301.218 221.474 C 299.67 \
217.738 296.025 215.301 291.98 215.301 L 215.117 215.301 C 209.594 215.301 205.117 \
219.778 205.117 225.301 L 205.117 302.168 C 205.117 306.213 207.554 309.859 211.29 \
311.407 C 215.027 312.955 219.329 312.098 222.188 309.238 C 222.188 309.238 299.051 \
                232.372 299.051 232.372 z "
-     id="path59"
-     transform="matrix(-1.03094,1.05323,-1.05323,-1.03094,774.561,269.436)"
-     sodipodi:nodetypes="ccccccccc" />
-</svg>
diff --git a/data/qmlshow/def/zoom+.svg b/data/qmlshow/def/zoom+.svg
deleted file mode 100644
index 395c272..0000000
--- a/data/qmlshow/def/zoom+.svg
+++ /dev/null
@@ -1,120 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
-"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
-[
- <!ATTLIST svg
-  xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink">
-]>
-<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
-<svg
-   xml:space="preserve"
-   width="128pt"
-   height="128pt"
-   viewBox="0 0 507.946 507.946"
-   id="svg49"
-   sodipodi:version="0.27"
-   sodipodi:docname="/mnt/windows/Themes/Work/Blue-Sphere/viewmag+.svg"
-   sodipodi:docbase="/mnt/windows/Themes/Work/Blue-Sphere/"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:xlink="http://www.w3.org/1999/xlink">
-  <defs
-     id="defs62">
-    <radialGradient
-       id="radialGradient93"
-       cx="218.9404"
-       cy="219.7715"
-       r="150.7063"
-       fx="218.9404"
-       fy="219.7715"
-       gradientUnits="userSpaceOnUse"
-       style="stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;">
-      <stop
-         offset="0.000000"
-         style="stop-color:#25a6ca;stop-opacity:1;"
-         id="stop94" />
-      <stop
-         offset="1.000000"
-         style="stop-color:#2ea6b9;stop-opacity:0.843137;"
-         id="stop95" />
-    </radialGradient>
-    <radialGradient
-       id="aigrd1"
-       cx="218.9404"
-       cy="219.7715"
-       r="150.7063"
-       fx="218.9404"
-       fy="219.7715"
-       gradientUnits="userSpaceOnUse"
-       style="stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;">
-      <stop
-         offset="0"
-         style="stop-color:#73ffff;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop53" />
-      <stop
-         offset="0.2809"
-         style="stop-color:#2EA6B9;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop54" />
-      <stop
-         offset="1"
-         style="stop-color:#006b8b;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop55" />
-    </radialGradient>
-    <linearGradient
-       xlink:href="#aigrd1"
-       id="linearGradient91"
-       x1="-0.295723"
-       y1="-0.264591"
-       x2="0.622574"
-       y2="0.365762"
-       gradientUnits="objectBoundingBox"
-       gradientTransform="matrix(0.996114,0,0,1.0039,0.496124,0.492186)"
-       spreadMethod="pad" />
-    <radialGradient
-       xlink:href="#aigrd1"
-       id="radialGradient92"
-       cx="-8.09344e-05"
-       cy="-7.68867e-05"
-       fx="-8.09344e-05"
-       fy="-7.68867e-05"
-       r="0.789127"
-       gradientUnits="objectBoundingBox"
-       gradientTransform="matrix(1.06784,0,0,0.936469,0.342219,0.344712)"
-       spreadMethod="pad" />
-  </defs>
-  <sodipodi:namedview
-     id="base">
-    <sodipodi:guide
-       orientation="horizontal"
-       position="69.114616"
-       id="sodipodi:guide125" />
-    <sodipodi:guide
-       orientation="horizontal"
-       position="55.924290"
-       id="sodipodi:guide126" />
-    <sodipodi:guide
-       orientation="vertical"
-       position="59.221870"
-       id="sodipodi:guide127" />
-    <sodipodi:guide
-       orientation="vertical"
-       position="71.739220"
-       id="sodipodi:guide128" />
-  </sodipodi:namedview>
-  <path
-     style="font-size:12;stroke:none;stroke-width:0.979268;stroke-opacity:0.986014;fill:#a4c9ee;fill-opacity:0.7;"
                
-     d="M134.757,263.776c0,66.739,54.298,121.04,121.039,121.04c66.739,0,121.039-54.30 \
1,121.039-121.04c0-66.741-54.3-121.039-121.039-121.039c-66.741,0-121.039,54.298-121.039,121.039z"
                
-     id="path51"
-     transform="matrix(1.89511,0,0,1.91236,-231.458,-247.971)" />
-  <path
-     style="font-size:12;fill:url(#radialGradient92);fill-rule:evenodd;stroke:#1c6671;stroke-width:7.72505;stroke-opacity:0.988235;"
                
-     d="M356.643,263.366c0,57.027-46.23,103.257-103.256,103.257c-57.027,0-103.256-46.229-103.256-103.257c0-57.027,46.229-103.256,103.256-103.256 \
                c57.025,0,103.256,46.229,103.256,103.256z"
-     id="path56"
-     transform="matrix(2.04451,0,0,2.04451,-264.353,-281.723)" />
-  <path
-     style="font-size:12;opacity:0.7;fill:#ffffff;stroke:#1c6772;stroke-width:3.86972;stroke-opacity:0.988235;"
                
-     d="M 247.96 280.234 L 160.192 279.985 C 149.355 280.071 142.453 269.367 141.807 \
260.009 C 141.161 251.804 144.314 236.893 159.891 235.745 L 247.912 234.511 L 247.544 \
156.946 C 247.387 148.28 259.109 133.621 268.838 134.518 C 279.719 135.414 290.295 \
146.531 290.351 153.297 C 290.351 155.8 291.56 212.823 291.738 233.991 L 378.264 \
233.067 C 386.933 233.041 396.046 246.48 395.149 256.209 C 394.253 267.09 387.293 \
278.589 380.527 278.645 L 290.405 278.407 L 290.766 362.921 C 290.852 373.758 281.996 \
379.736 272.638 380.382 C 264.433 381.028 249.522 376.951 248.374 361.374 L 247.96 \
                280.234 z "
-     id="path124"
-     sodipodi:nodetypes="ccccccccccccccccc"
-     transform="matrix(1.15641,0,0,1.15641,-51.0229,-37.0639)" />
-</svg>
diff --git a/data/qmlshow/def/zoom-.svg b/data/qmlshow/def/zoom-.svg
deleted file mode 100644
index b6106b2..0000000
--- a/data/qmlshow/def/zoom-.svg
+++ /dev/null
@@ -1,112 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
-"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
-[
- <!ATTLIST svg
-  xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink">
-]>
-<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
-<svg
-   xml:space="preserve"
-   width="128pt"
-   height="128pt"
-   viewBox="0 0 507.946 507.946"
-   id="svg49"
-   sodipodi:version="0.27"
-   sodipodi:docname="/mnt/windows/Themes/Work/Blue-Sphere/viewmag-.svg"
-   sodipodi:docbase="/mnt/windows/Themes/Work/Blue-Sphere/"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:xlink="http://www.w3.org/1999/xlink">
-  <defs
-     id="defs62">
-    <radialGradient
-       id="radialGradient93"
-       cx="218.9404"
-       cy="219.7715"
-       r="150.7063"
-       fx="218.9404"
-       fy="219.7715"
-       gradientUnits="userSpaceOnUse"
-       style="stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;">
-      <stop
-         offset="0.000000"
-         style="stop-color:#25a6ca;stop-opacity:1;"
-         id="stop94" />
-      <stop
-         offset="1.000000"
-         style="stop-color:#2ea6b9;stop-opacity:0.843137;"
-         id="stop95" />
-    </radialGradient>
-    <radialGradient
-       id="aigrd1"
-       cx="218.9404"
-       cy="219.7715"
-       r="150.7063"
-       fx="218.9404"
-       fy="219.7715"
-       gradientUnits="userSpaceOnUse"
-       style="stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;">
-      <stop
-         offset="0"
-         style="stop-color:#73ffff;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop53" />
-      <stop
-         offset="0.2809"
-         style="stop-color:#2EA6B9;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop54" />
-      <stop
-         offset="1"
-         style="stop-color:#006b8b;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop55" />
-    </radialGradient>
-    <linearGradient
-       xlink:href="#aigrd1"
-       id="linearGradient91"
-       x1="-0.295723"
-       y1="-0.264591"
-       x2="0.622574"
-       y2="0.365762"
-       gradientUnits="objectBoundingBox"
-       gradientTransform="matrix(0.996114,0,0,1.0039,0.496124,0.492186)"
-       spreadMethod="pad" />
-    <radialGradient
-       xlink:href="#aigrd1"
-       id="radialGradient92"
-       cx="-8.09344e-05"
-       cy="-7.68867e-05"
-       fx="-8.09344e-05"
-       fy="-7.68867e-05"
-       r="0.789127"
-       gradientUnits="objectBoundingBox"
-       gradientTransform="matrix(1.06784,0,0,0.936469,0.342219,0.344712)"
-       spreadMethod="pad" />
-  </defs>
-  <sodipodi:namedview
-     id="base">
-    <sodipodi:guide
-       orientation="horizontal"
-       position="69.114616"
-       id="sodipodi:guide125" />
-    <sodipodi:guide
-       orientation="horizontal"
-       position="55.924290"
-       id="sodipodi:guide126" />
-  </sodipodi:namedview>
-  <path
-     style="font-size:12;stroke:none;stroke-width:0.979268;stroke-opacity:0.986014;fill:#a4c9ee;fill-opacity:0.7;"
                
-     d="M134.757,263.776c0,66.739,54.298,121.04,121.039,121.04c66.739,0,121.039-54.30 \
1,121.039-121.04c0-66.741-54.3-121.039-121.039-121.039c-66.741,0-121.039,54.298-121.039,121.039z"
                
-     id="path51"
-     transform="matrix(1.89511,0,0,1.91236,-231.458,-247.971)" />
-  <path
-     style="font-size:12;fill:url(#radialGradient92);fill-rule:evenodd;stroke:#1c6671;stroke-width:7.72505;stroke-opacity:0.988235;"
                
-     d="M356.643,263.366c0,57.027-46.23,103.257-103.256,103.257c-57.027,0-103.256-46.229-103.256-103.257c0-57.027,46.229-103.256,103.256-103.256 \
                c57.025,0,103.256,46.229,103.256,103.256z"
-     id="path56"
-     transform="matrix(2.04451,0,0,2.04451,-264.353,-281.723)" />
-  <path
-     style="font-size:12;opacity:0.7;fill:#ffffff;stroke:#1c6772;stroke-width:2.38642;stroke-opacity:0.988235;"
                
-     d="M 298.96 232.46 C 301.392 230.041 298.797 223.275 294.343 218.052 C 290.395 \
213.348 281.386 210.842 278.832 214.449 L 202.982 289.07 C 197.83 295.098 202.899 \
303.263 206.738 306.734 C 211.083 310.725 218.291 313.11 222.188 309.238 C 222.188 \
                309.238 295.326 236 298.96 232.46 z "
-     id="path44"
-     transform="matrix(1.65555,1.33238,-1.61278,1.36771,272.35,-431.516)"
-     sodipodi:nodetypes="czcczcc" />
-</svg>
diff --git a/data/qmlshow/edit_icon.png b/data/qmlshow/edit_icon.png
deleted file mode 100644
index 9220300..0000000
Binary files a/data/qmlshow/edit_icon.png and /dev/null differ
diff --git a/data/qmlshow/empty_star.png b/data/qmlshow/empty_star.png
deleted file mode 100644
index dec72e5..0000000
Binary files a/data/qmlshow/empty_star.png and /dev/null differ
diff --git a/data/qmlshow/filled_star.png b/data/qmlshow/filled_star.png
deleted file mode 100644
index ed65e41..0000000
Binary files a/data/qmlshow/filled_star.png and /dev/null differ
diff --git a/data/qmlshow/flag.png b/data/qmlshow/flag.png
deleted file mode 100644
index 9ea8cdf..0000000
Binary files a/data/qmlshow/flag.png and /dev/null differ
diff --git a/data/qmlshow/flag2.png b/data/qmlshow/flag2.png
deleted file mode 100644
index cdd4db8..0000000
Binary files a/data/qmlshow/flag2.png and /dev/null differ
diff --git a/data/qmlshow/mapview.html b/data/qmlshow/mapview.html
deleted file mode 100644
index 9772410..0000000
--- a/data/qmlshow/mapview.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<html>
-<body>
-<iframe width="400" height="300" frameborder="0" scrolling="no" marginheight="0" \
marginwidth="0" src="http://openstreetmap.org.ph/widget-view/14.62439/120.97871/13/400/300/" \
style="border: 1px solid black">View the <a \
href="http://openstreetmap.org.ph/map/manila">Map of Manila</a> or visit <a \
                href="http://openstreetmap.org.ph/">Philippines Open Street \
                Map</a></iframe> 
-</body>
-</html>
diff --git a/data/qmlshow/menu.svg b/data/qmlshow/menu.svg
deleted file mode 100644
index b9ced87..0000000
--- a/data/qmlshow/menu.svg
+++ /dev/null
@@ -1,113 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   version="1.0"
-   width="1000"
-   height="1000"
-   id="svg5496">
-  <metadata
-     id="metadata5594">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <defs
-     id="defs5498">
-    <linearGradient
-       id="linearGradient5211">
-      <stop
-         id="stop5213"
-         style="stop-color:#000000;stop-opacity:1"
-         offset="0" />
-    </linearGradient>
-    <filter
-       x="-0.35791525"
-       y="-0.36209866"
-       width="1.7158304"
-       height="1.7241973"
-       color-interpolation-filters="sRGB"
-       id="filter3778">
-      <feGaussianBlur
-         id="feGaussianBlur3780"
-         stdDeviation="255.88839" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       id="filter3788">
-      <feGaussianBlur
-         id="feGaussianBlur3790"
-         stdDeviation="27.670704" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       id="filter3799">
-      <feGaussianBlur
-         id="feGaussianBlur3801"
-         stdDeviation="38.667111" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       id="filter5217">
-      <feGaussianBlur
-         stdDeviation="23.152921"
-         id="feGaussianBlur5219" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       id="filter3777">
-      <feGaussianBlur
-         id="feGaussianBlur3779"
-         stdDeviation="17.059226" />
-    </filter>
-  </defs>
-  <g
-     id="layer1" />
-  <path
-     d="m 579.29514,414.09692 a 857.92952,848.01766 0 1 1 -1715.85904,0 \
                857.92952,848.01766 0 1 1 1715.85904,0 z"
-     transform="matrix(1.1055464,0,0,1.1135006,359.56236,-407.18249)"
-     id="path3041"
-     style="fill:#8b8a9a;fill-opacity:0.62962964;fill-rule:evenodd;stroke:#000000;str \
oke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3777)" \
                />
-  <path
-     d="m 984.58149,87.004402 a 960.35242,884.36121 0 1 1 -1920.70483,0 \
                960.35242,884.36121 0 1 1 1920.70483,0 z"
-     id="path3782"
-     style="fill:#1e1e1e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width \
:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3788)" \
                />
-  <path
-     d="m 984.5815,96.916298 a 958.14978,883.25989 0 1 1 -1916.29956,0 \
                958.14978,883.25989 0 1 1 1916.29956,0 z"
-     transform="translate(-4.4052863,-8.8105727)"
-     id="path3768"
-     style="fill:#000000;fill-opacity:0.3386243;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" \
                />
-  <path
-     d="m 808.37002,53.083702 a 799.55945,746.91632 0 1 1 -1599.1189,0 \
                799.55945,746.91632 0 1 1 1599.1189,0 z"
-     transform="matrix(0.92291538,0,0,0.91600792,-60.994849,-58.31672)"
-     id="path3792"
-     style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width \
:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3799)" \
                />
-  <path
-     d="m 709.2511,-41.85022 a 792.95154,737.88544 0 1 1 -1585.90308,0 \
                792.95154,737.88544 0 1 1 1585.90308,0 z"
-     id="path3803"
-     style="fill:#000000;fill-opacity:0.61904764;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" \
                />
-  <g
-     id="g2996"
-     style="fill:#000000;fill-opacity:1;filter:url(#filter5217)">
-    <path
-       d="m 419.24399,-22.336769 a 491.40894,434.70792 0 1 1 -982.81787,0 \
                491.40894,434.70792 0 1 1 982.81787,0 z"
-       id="path2994"
-       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" \
                />
-  </g>
-  <path
-     d="m 419.244,-20.618557 a 489.69074,415.80756 0 1 1 -979.38147,0 \
                489.69074,415.80756 0 1 1 979.38147,0 z"
-     transform="matrix(1,0,0,1.0170797,0,7.4540133)"
-     id="path5221"
-     style="fill:#fefeff;fill-opacity:0.17460315;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" \
                />
-</svg>
diff --git a/data/qmlshow/onpress/CMakeLists.txt \
b/data/qmlshow/onpress/CMakeLists.txt deleted file mode 100644
index 51543ed..0000000
--- a/data/qmlshow/onpress/CMakeLists.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-INSTALL(FILES back1.svg
-              close1.svg
-              grid1.svg
-              next1.svg
-              pause1.svg
-              play1.svg
-              zoom-1.svg
-              zoom+1.svg
-         DESTINATION ${DATA_INSTALL_DIR}/digikam/qmlshow/onpress
-        )
diff --git a/data/qmlshow/onpress/back1.svg b/data/qmlshow/onpress/back1.svg
deleted file mode 100644
index 0e8a4c7..0000000
--- a/data/qmlshow/onpress/back1.svg
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
-"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
-[
- <!ATTLIST svg
-  xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink">
-]>
-<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
-<svg
-   xml:space="preserve"
-   width="128pt"
-   height="128pt"
-   viewBox="0 0 507.946 507.946"
-   id="svg49"
-   sodipodi:version="0.27"
-   sodipodi:docname="/mnt/windows/Themes/Work/Blue-Sphere/arrow-left-2.0.svg"
-   sodipodi:docbase="/mnt/windows/Themes/Work/Blue-Sphere/"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:xlink="http://www.w3.org/1999/xlink">
-  <defs
-     id="defs62">
-    <radialGradient
-       id="aigrd1"
-       cx="218.9404"
-       cy="219.7715"
-       r="150.7063"
-       fx="218.9404"
-       fy="219.7715"
-       gradientUnits="userSpaceOnUse"
-       style="stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;">
-      <stop
-         offset="0"
-         style="stop-color:#73ffff;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop53" />
-      <stop
-         offset="0.2809"
-         style="stop-color:#2EA6B9;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop54" />
-      <stop
-         offset="1"
-         style="stop-color:#006b8b;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop55" />
-    </radialGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base" />
-  <path
-     style="font-size:12;stroke:none;stroke-width:0.979268;stroke-opacity:0.986014;fill:#a4c9ee;fill-opacity:0.7;"
                
-     d="M134.757,263.776c0,66.739,54.298,121.04,121.039,121.04c66.739,0,121.039-54.30 \
1,121.039-121.04c0-66.741-54.3-121.039-121.039-121.039c-66.741,0-121.039,54.298-121.039,121.039z"
                
-     id="path51"
-     transform="matrix(1.89511,0,0,1.91236,-231.458,-247.971)" />
-  <path
-     style="font-size:12;fill:url(#aigrd1);fill-rule:evenodd;stroke:#1c6671;stroke-width:7.73106;stroke-opacity:0.988235;"
                
-     d="M356.643,263.366c0,57.027-46.23,103.257-103.256,103.257c-57.027,0-103.256-46.229-103.256-103.257c0-57.027,46.229-103.256,103.256-103.256 \
                c57.025,0,103.256,46.229,103.256,103.256z"
-     id="path56"
-     transform="matrix(2.04451,0,0,2.04451,-264.353,-281.723)" />
-  <path
-     style="font-size:12;opacity:1.0;fill:#fffffd;stroke:#1c6772;stroke-width:4.99273;stroke-opacity:0.988235;fill-opacity:0.7;"
                
-     d="M305.753,281.376c0,0-18.858-18.856-27.854-27.851c7.943-7.944,21.152-21.153,21 \
.152-21.153c1.913-1.913,2.929-4.471,2.929-7.073c0-1.289-0.249-2.588-0.762-3.825c-1.548-3.736-5.193-6.173-9.238-6.173 \
l-76.863,0c-5.523,0-10,4.477-10,10v76.867c0,4.045,2.437,7.691,6.173,9.239c3.737,1.548, \
8.039,0.691,10.898-2.169c0,0,13.208-13.211,21.152-21.155c8.996,8.996,27.852,27.854,27.852,27.854c1.875,1.876,4.419,2.93,7.071,2.93s5.195-1.054,7.071-2.929l20.42-20.42 \
                c1.875-1.876,2.929-4.419,2.929-7.071s-1.054-5.196-2.93-7.071z"
-     id="path59"
-     transform="matrix(1.39896,-1.41113,1.41113,1.39896,-469.673,250.645)" />
-</svg>
diff --git a/data/qmlshow/onpress/close1.svg b/data/qmlshow/onpress/close1.svg
deleted file mode 100644
index 89f5a41..0000000
--- a/data/qmlshow/onpress/close1.svg
+++ /dev/null
@@ -1,124 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
-"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
-[
- <!ATTLIST svg
-  xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink">
-]>
-<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
-<svg
-   xml:space="preserve"
-   width="128pt"
-   height="128pt"
-   viewBox="0 0 507.946 507.946"
-   id="svg49"
-   sodipodi:version="0.27"
-   sodipodi:docname="/mnt/windows/Themes/Work/Blue-Sphere/stop-2.1.svg"
-   sodipodi:docbase="/mnt/windows/Themes/Work/Blue-Sphere/"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:xlink="http://www.w3.org/1999/xlink">
-  <defs
-     id="defs62">
-    <radialGradient
-       id="radialGradient93"
-       cx="218.9404"
-       cy="219.7715"
-       r="150.7063"
-       fx="218.9404"
-       fy="219.7715"
-       gradientUnits="userSpaceOnUse"
-       style="stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;">
-      <stop
-         offset="0.000000"
-         style="stop-color:#25a6ca;stop-opacity:1;"
-         id="stop94" />
-      <stop
-         offset="1.000000"
-         style="stop-color:#2ea6b9;stop-opacity:0.843137;"
-         id="stop95" />
-    </radialGradient>
-    <radialGradient
-       id="aigrd1"
-       cx="218.9404"
-       cy="219.7715"
-       r="150.7063"
-       fx="218.9404"
-       fy="219.7715"
-       gradientUnits="userSpaceOnUse"
-       style="stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;">
-      <stop
-         offset="0"
-         style="stop-color:#73ffff;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop53" />
-      <stop
-         offset="0.2809"
-         style="stop-color:#2EA6B9;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop54" />
-      <stop
-         offset="1"
-         style="stop-color:#006b8b;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop55" />
-    </radialGradient>
-    <linearGradient
-       xlink:href="#aigrd1"
-       id="linearGradient91"
-       x1="-0.295723"
-       y1="-0.264591"
-       x2="0.622574"
-       y2="0.365762"
-       gradientUnits="objectBoundingBox"
-       gradientTransform="matrix(0.996114,0,0,1.0039,0.496124,0.492186)"
-       spreadMethod="pad" />
-    <radialGradient
-       xlink:href="#aigrd1"
-       id="radialGradient92"
-       cx="-8.09344e-05"
-       cy="-7.68867e-05"
-       fx="-8.09344e-05"
-       fy="-7.68867e-05"
-       r="0.789127"
-       gradientUnits="objectBoundingBox"
-       gradientTransform="matrix(1.06784,0,0,0.936469,0.342219,0.344712)"
-       spreadMethod="pad" />
-  </defs>
-  <sodipodi:namedview
-     id="base">
-    <sodipodi:guide
-       orientation="vertical"
-       position="66.018929"
-       id="sodipodi:guide127" />
-    <sodipodi:guide
-       orientation="horizontal"
-       position="91.861198"
-       id="sodipodi:guide20" />
-    <sodipodi:guide
-       orientation="horizontal"
-       position="31.293375"
-       id="sodipodi:guide21" />
-    <sodipodi:guide
-       orientation="vertical"
-       position="97.110413"
-       id="sodipodi:guide22" />
-    <sodipodi:guide
-       orientation="vertical"
-       position="34.927444"
-       id="sodipodi:guide23" />
-  </sodipodi:namedview>
-  <path
-     style="font-size:12;stroke:none;stroke-width:0.979268;stroke-opacity:0.986014;fill:#a4c9ee;fill-opacity:0.7;"
                
-     d="M134.757,263.776c0,66.739,54.298,121.04,121.039,121.04c66.739,0,121.039-54.30 \
1,121.039-121.04c0-66.741-54.3-121.039-121.039-121.039c-66.741,0-121.039,54.298-121.039,121.039z"
                
-     id="path51"
-     transform="matrix(1.89511,0,0,1.91236,-231.458,-247.971)" />
-  <path
-     style="font-size:12;fill:url(#radialGradient92);fill-rule:evenodd;stroke:#1c6671;stroke-width:7.72505;stroke-opacity:0.988235;"
                
-     d="M356.643,263.366c0,57.027-46.23,103.257-103.256,103.257c-57.027,0-103.256-46.229-103.256-103.257c0-57.027,46.229-103.256,103.256-103.256 \
                c57.025,0,103.256,46.229,103.256,103.256z"
-     id="path56"
-     transform="matrix(2.04451,0,0,2.04451,-264.353,-281.723)" />
-  <path
-     style="font-size:12;opacity:1.0;fill:#ffffff;stroke:#1c6772;stroke-width:9.49211;stroke-opacity:0.988235;fill-opacity:0.7;"
                
-     d="M 246.07 280.233 L 164.73 280.777 C 151.122 280.863 145.143 265.54 145.421 \
255.258 C 144.775 247.053 148.852 232.142 164.429 230.994 L 244.216 229.011 L 241.953 \
153.421 C 241.796 138.289 257.675 128.71 267.404 129.607 C 278.285 128.656 290.708 \
137.925 291.688 150.233 C 291.688 155.507 293.031 209.592 293.209 230.76 L 369.189 \
227.788 C 382.351 226.748 395.032 239.215 395.06 249.825 C 395.088 260.706 393.504 \
274.842 374.095 275.209 L 297.205 277.016 L 299.416 360.521 C 299.502 371.358 285.104 \
379.184 276.67 378.906 C 268.465 379.552 251.244 376.861 250.096 361.284 L 246.07 \
                280.233 z "
-     id="path124"
-     sodipodi:nodetypes="ccccccccccccccccc"
-     transform="matrix(0.908402,-0.864764,0.864764,0.908402,-204.249,267.198)" />
-</svg>
diff --git a/data/qmlshow/onpress/grid1.svg b/data/qmlshow/onpress/grid1.svg
deleted file mode 100644
index 9f5542a..0000000
--- a/data/qmlshow/onpress/grid1.svg
+++ /dev/null
@@ -1,180 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
-"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
-[
- <!ATTLIST svg
-  xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink">
-]>
-<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
-<svg
-   width="128pt"
-   height="128pt"
-   id="svg1"
-   sodipodi:version="0.27"
-   sodipodi:docname="/mnt/windows/Themes/Work/Blue-Sphere/view_multicolumn-2.0.svg"
-   sodipodi:docbase="/mnt/windows/Themes/Work/Blue-Sphere/"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:xlink="http://www.w3.org/1999/xlink">
-  <defs
-     id="defs22">
-    <linearGradient
-       id="linearGradient168">
-      <stop
-         offset="0.000000"
-         style="stop-color:#cdffff;stop-opacity:1;"
-         id="stop169" />
-      <stop
-         offset="1.000000"
-         style="stop-color:#0c5d7d;stop-opacity:0.905882;"
-         id="stop170" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient90">
-      <stop
-         offset="0.000000"
-         style="stop-color:#cdffff;stop-opacity:1;"
-         id="stop91" />
-      <stop
-         offset="1.000000"
-         style="stop-color:#006b97;stop-opacity:0.905882;"
-         id="stop92" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient67">
-      <stop
-         offset="0.000000"
-         style="stop-color:#d7ffff;stop-opacity:0.898039;"
-         id="stop70" />
-      <stop
-         offset="1.000000"
-         style="stop-color:#2ea6b9;stop-opacity:0.952941;"
-         id="stop69" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient57">
-      <stop
-         offset="0.000000"
-         style="stop-color:#ffffff;stop-opacity:1;"
-         id="stop59" />
-      <stop
-         offset="1.000000"
-         style="stop-color:#797979;stop-opacity:1;"
-         id="stop58" />
-    </linearGradient>
-    <defs
-       id="defs4">
-      <radialGradient
-         id="1"
-         cx="869.603027"
-         cy="1973.579956"
-         r="2106.649902"
-         fx="869.603027"
-         fy="1973.579956"
-         gradientUnits="userSpaceOnUse"
-         xlink:href="#linearGradient67" />
-    </defs>
-    <defs
-       id="defs11">
-      <linearGradient
-         id="2"
-         x1="255.848"
-         y1="119.147"
-         x2="375.686"
-         y2="34.1009"
-         gradientUnits="userSpaceOnUse">
-        <stop
-           offset="0"
-           style="stop-color:#ffffff"
-           id="stop13" />
-        <stop
-           offset="1"
-           style="stop-color:#000000"
-           id="stop14" />
-      </linearGradient>
-    </defs>
-    <defs
-       id="defs16">
-      <linearGradient
-         id="3"
-         x1="275.053009"
-         y1="109.384003"
-         x2="356.480988"
-         y2="30.864300"
-         gradientUnits="userSpaceOnUse"
-         xlink:href="#linearGradient57" />
-    </defs>
-    <radialGradient
-       cx="3.03981e-14"
-       cy="1.05578e-10"
-       r="0.773346"
-       fx="3.03981e-14"
-       fy="1.05578e-10"
-       xlink:href="#linearGradient168"
-       id="radialGradient88"
-       gradientUnits="objectBoundingBox"
-       gradientTransform="matrix(0.945877,0,0,1.05722,0.264368,0.249996)"
-       spreadMethod="pad" />
-    <linearGradient
-       x1="2.69643"
-       y1="1.14655"
-       x2="3.85147"
-       y2="0.623116"
-       xlink:href="#linearGradient67"
-       id="linearGradient89"
-       gradientUnits="objectBoundingBox"
-       gradientTransform="translate(-2.65767,-0.201241)"
-       spreadMethod="pad" />
-  </defs>
-  <sodipodi:namedview
-     id="base">
-    <sodipodi:guide
-       orientation="horizontal"
-       position="114.876968"
-       id="sodipodi:guide589" />
-    <sodipodi:guide
-       orientation="vertical"
-       position="45.022083"
-       id="sodipodi:guide590" />
-    <sodipodi:guide
-       orientation="vertical"
-       position="90.246056"
-       id="sodipodi:guide622" />
-  </sodipodi:namedview>
-  <path
-     style="font-size:12;fill:#ffffff;fill-opacity:0.699301;stroke:#2ea6b9;stroke-width:14.0463;stroke-opacity:0.993007;"
                
-     d="M -52.1016 244.649 L 366.038 243.458 L 365.767 535.103 L -53.9123 533.292 L \
                -52.1016 244.649 z "
-     id="path10"
-     transform="matrix(0.327849,0,0,0.386492,29.9559,-76.1115)"
-     sodipodi:nodetypes="ccccc" />
-  <path
-     style="font-size:12;fill:url(#radialGradient88);stroke:#0c5d7d;stroke-opacity:0.99;stroke-width:4.03585;"
                
-     d="M -42.4604 274.763 L 433.35 273.812 L 434.557 303.708 L -42.4604 305.48 L \
                -42.4604 274.763 z "
-     id="path9"
-     transform="matrix(0.278752,0,0,0.284891,26.8038,-57.9251)"
-     sodipodi:nodetypes="ccccc" />
-  <path
-     style="font-size:12;fill:url(#linearGradient89);stroke:#2ea6b9;stroke-width:14.3228;stroke-opacity:0.91;"
                
-     d="M 265.767 120.124 L 363.454 120.124 L 362.845 21.2356 L 265.767 20.1241 L \
                265.767 120.124 "
-     id="path20"
-     transform="matrix(0.218184,0,0,0.218184,-22.7139,43.8317)"
-     sodipodi:nodetypes="ccccc" />
-  <path
-     style="font-size:12;fill:url(#linearGradient89);stroke:#2ea6b9;stroke-width:14.3228;stroke-opacity:0.91;"
                
-     d="M 265.767 120.124 L 363.454 120.124 L 362.845 21.2356 L 265.767 20.1241 L \
                265.767 120.124 "
-     id="path621"
-     transform="matrix(0.218184,0,0,0.218184,-22.7139,80.6771)"
-     sodipodi:nodetypes="ccccc" />
-  <path
-     style="font-size:12;fill:url(#linearGradient89);stroke:#2ea6b9;stroke-width:14.3228;stroke-opacity:0.91;"
                
-     d="M 265.767 120.124 L 363.454 120.124 L 362.845 21.2356 L 265.767 20.1241 L \
                265.767 120.124 "
-     id="path627"
-     transform="matrix(0.218184,0,0,0.218184,33.8161,44.3364)"
-     sodipodi:nodetypes="ccccc" />
-  <path
-     style="font-size:12;fill:url(#linearGradient89);stroke:#2ea6b9;stroke-width:14.3228;stroke-opacity:0.91;"
                
-     d="M 265.767 120.124 L 363.454 120.124 L 362.845 21.2356 L 265.767 20.1241 L \
                265.767 120.124 "
-     id="path628"
-     transform="matrix(0.218184,0,0,0.218184,33.8161,81.1818)"
-     sodipodi:nodetypes="ccccc" />
-</svg>
diff --git a/data/qmlshow/onpress/next1.svg b/data/qmlshow/onpress/next1.svg
deleted file mode 100644
index 4c4c64b..0000000
--- a/data/qmlshow/onpress/next1.svg
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
-"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
-[
- <!ATTLIST svg
-  xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink">
-]>
-<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
-<svg
-   xml:space="preserve"
-   width="128pt"
-   height="128pt"
-   viewBox="0 0 507.946 507.946"
-   id="svg49"
-   sodipodi:version="0.27"
-   sodipodi:docname="/mnt/windows/Themes/Work/Blue-Sphere/arrow-right-2.0.svg"
-   sodipodi:docbase="/mnt/windows/Themes/Work/Blue-Sphere/"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:xlink="http://www.w3.org/1999/xlink">
-  <defs
-     id="defs62">
-    <radialGradient
-       id="aigrd1"
-       cx="218.9404"
-       cy="219.7715"
-       r="150.7063"
-       fx="218.9404"
-       fy="219.7715"
-       gradientUnits="userSpaceOnUse"
-       style="stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;">
-      <stop
-         offset="0"
-         style="stop-color:#73ffff;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop53" />
-      <stop
-         offset="0.2809"
-         style="stop-color:#2EA6B9;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop54" />
-      <stop
-         offset="1"
-         style="stop-color:#006b8b;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop55" />
-    </radialGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base" />
-  <path
-     style="font-size:12;stroke:none;stroke-width:0.979268;stroke-opacity:0.986014;fill:#a4c9ee;fill-opacity:0.7;"
                
-     d="M134.757,263.776c0,66.739,54.298,121.04,121.039,121.04c66.739,0,121.039-54.30 \
1,121.039-121.04c0-66.741-54.3-121.039-121.039-121.039c-66.741,0-121.039,54.298-121.039,121.039z"
                
-     id="path51"
-     transform="matrix(1.89511,0,0,1.91236,-231.458,-247.971)" />
-  <path
-     style="font-size:12;fill:url(#aigrd1);fill-rule:evenodd;stroke:#1c6671;stroke-width:7.73106;stroke-opacity:0.988235;"
                
-     d="M356.643,263.366c0,57.027-46.23,103.257-103.256,103.257c-57.027,0-103.256-46.229-103.256-103.257c0-57.027,46.229-103.256,103.256-103.256 \
                c57.025,0,103.256,46.229,103.256,103.256z"
-     id="path56"
-     transform="matrix(2.04451,0,0,2.04451,-264.353,-281.723)" />
-  <path
-     style="font-size:12;opacity:1.0;fill:#ffffff;stroke:#1c6772;stroke-width:4.99274;stroke-opacity:0.988235;fill-opacity:0.7;"
                
-     d="M305.753,281.376c0,0-18.858-18.856-27.854-27.851c7.943-7.944,21.152-21.153,21 \
.152-21.153c1.913-1.913,2.929-4.471,2.929-7.073c0-1.289-0.249-2.588-0.762-3.825c-1.548-3.736-5.193-6.173-9.238-6.173 \
l-76.863,0c-5.523,0-10,4.477-10,10v76.867c0,4.045,2.437,7.691,6.173,9.239c3.737,1.548, \
8.039,0.691,10.898-2.169c0,0,13.208-13.211,21.152-21.155c8.996,8.996,27.852,27.854,27.852,27.854c1.875,1.876,4.419,2.93,7.071,2.93s5.195-1.054,7.071-2.929l20.42-20.42 \
                c1.875-1.876,2.929-4.419,2.929-7.071s-1.054-5.196-2.93-7.071z"
-     id="path59"
-     transform="matrix(-1.38018,1.4295,-1.4295,-1.38018,998.477,266.547)" />
-</svg>
diff --git a/data/qmlshow/onpress/pause1.svg b/data/qmlshow/onpress/pause1.svg
deleted file mode 100644
index 569583e..0000000
--- a/data/qmlshow/onpress/pause1.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
-"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
-[
- <!ATTLIST svg
-  xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink">
-]>
-<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
-<svg
-   xml:space="preserve"
-   width="128pt"
-   height="128pt"
-   viewBox="0 0 507.946 507.946"
-   id="svg49"
-   sodipodi:version="0.27"
-   sodipodi:docname="/mnt/windows/Themes/Work/stop-blue.svg"
-   sodipodi:docbase="/mnt/windows/Themes/Work/"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:xlink="http://www.w3.org/1999/xlink">
-  <defs
-     id="defs62">
-    <radialGradient
-       id="aigrd1"
-       cx="218.9404"
-       cy="219.7715"
-       r="150.7063"
-       fx="218.9404"
-       fy="219.7715"
-       gradientUnits="userSpaceOnUse"
-       style="stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;">
-      <stop
-         offset="0"
-         style="stop-color:#73ffff;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop53" />
-      <stop
-         offset="0.2809"
-         style="stop-color:#2EA6B9;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop54" />
-      <stop
-         offset="1"
-         style="stop-color:#006b8b;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop55" />
-    </radialGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base" />
-  <path
-     style="font-size:12;stroke:none;stroke-width:0.979268;stroke-opacity:0.986014;fill:#a4c9ee;fill-opacity:0.7;"
                
-     d="M134.757,263.776c0,66.739,54.298,121.04,121.039,121.04c66.739,0,121.039-54.30 \
1,121.039-121.04c0-66.741-54.3-121.039-121.039-121.039c-66.741,0-121.039,54.298-121.039,121.039z"
                
-     id="path51"
-     transform="matrix(1.89511,0,0,1.91236,-231.458,-247.971)" />
-  <path
-     style="font-size:12;fill:url(#aigrd1);fill-rule:evenodd;stroke:#1c6671;stroke-width:7.73106;stroke-opacity:0.988235;"
                
-     d="M356.643,263.366c0,57.027-46.23,103.257-103.256,103.257c-57.027,0-103.256-46.229-103.256-103.257c0-57.027,46.229-103.256,103.256-103.256 \
                c57.025,0,103.256,46.229,103.256,103.256z"
-     id="path56"
-     transform="matrix(2.04451,0,0,2.04451,-264.353,-281.723)" />
-  <path
-     style="font-size:12;opacity:0.7;fill:#ffffff;stroke:#1c6772;stroke-width:2.38642;stroke-opacity:0.988235;"
                
-     d="M 296.974 234.395 C 299.406 231.976 298.797 223.275 294.343 218.052 C \
290.395 213.348 279.4 212.777 276.846 216.384 L 202.982 289.07 C 197.83 295.098 \
202.899 303.263 206.738 306.734 C 211.083 310.725 218.291 313.11 222.188 309.238 C \
                222.188 309.238 293.34 237.935 296.974 234.395 z "
-     id="path44"
-     transform="matrix(1.36655,-1.15085,1.40279,1.12112,-401.048,252.835)"
-     sodipodi:nodetypes="czcczcc" />
-  <path
-     style="font-size:12;opacity:0.7;fill:#ffffff;stroke:#1c6772;stroke-width:2.38642;stroke-opacity:0.988235;"
                
-     d="M 296.974 234.395 C 299.406 231.976 298.797 223.275 294.343 218.052 C \
290.395 213.348 279.4 212.777 276.846 216.384 L 202.982 289.07 C 197.83 295.098 \
202.899 303.263 206.738 306.734 C 211.083 310.725 218.291 313.11 222.188 309.238 C \
                222.188 309.238 293.34 237.935 296.974 234.395 z "
-     id="path76"
-     transform="matrix(1.36655,-1.15085,1.40279,1.12112,-493.984,254.437)"
-     sodipodi:nodetypes="czcczcc" />
-</svg>
diff --git a/data/qmlshow/onpress/play1.svg b/data/qmlshow/onpress/play1.svg
deleted file mode 100644
index 7a5fce1..0000000
--- a/data/qmlshow/onpress/play1.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
-"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
-[
- <!ATTLIST svg
-  xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink">
-]>
-<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
-<svg
-   xml:space="preserve"
-   width="128pt"
-   height="128pt"
-   viewBox="0 0 507.946 507.946"
-   id="svg49"
-   sodipodi:version="0.27"
-   sodipodi:docname="/mnt/windows/Themes/Work/Blue-Sphere/noatunplay.svg"
-   sodipodi:docbase="/mnt/windows/Themes/Work/Blue-Sphere/"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:xlink="http://www.w3.org/1999/xlink">
-  <defs
-     id="defs62">
-    <radialGradient
-       id="aigrd1"
-       cx="218.9404"
-       cy="219.7715"
-       r="150.7063"
-       fx="218.9404"
-       fy="219.7715"
-       gradientUnits="userSpaceOnUse"
-       style="stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;">
-      <stop
-         offset="0"
-         style="stop-color:#73ffff;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop53" />
-      <stop
-         offset="0.2809"
-         style="stop-color:#2EA6B9;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop54" />
-      <stop
-         offset="1"
-         style="stop-color:#006b8b;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop55" />
-    </radialGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base">
-    <sodipodi:guide
-       orientation="horizontal"
-       position="85.804413"
-       id="sodipodi:guide62" />
-    <sodipodi:guide
-       orientation="horizontal"
-       position="37.753944"
-       id="sodipodi:guide63" />
-  </sodipodi:namedview>
-  <path
-     style="font-size:12;stroke:none;stroke-width:0.979268;stroke-opacity:0.986014;fill:#a4c9ee;fill-opacity:0.7;"
                
-     d="M134.757,263.776c0,66.739,54.298,121.04,121.039,121.04c66.739,0,121.039-54.30 \
1,121.039-121.04c0-66.741-54.3-121.039-121.039-121.039c-66.741,0-121.039,54.298-121.039,121.039z"
                
-     id="path51"
-     transform="matrix(1.89511,0,0,1.91236,-231.458,-247.971)" />
-  <path
-     style="font-size:12;fill:url(#aigrd1);fill-rule:evenodd;stroke:#1c6671;stroke-width:7.73106;stroke-opacity:0.988235;"
                
-     d="M356.643,263.366c0,57.027-46.23,103.257-103.256,103.257c-57.027,0-103.256-46.229-103.256-103.257c0-57.027,46.229-103.256,103.256-103.256 \
                c57.025,0,103.256,46.229,103.256,103.256z"
-     id="path56"
-     transform="matrix(2.04451,0,0,2.04451,-264.353,-281.723)" />
-  <path
-     style="font-size:12;opacity:0.7;fill:#ffffff;stroke:#1c6772;stroke-width:2.38642;stroke-opacity:0.988235;"
                
-     d="M 299.051 232.372 C 300.964 230.459 301.731 222.711 301.218 221.474 C 299.67 \
217.738 296.025 215.301 291.98 215.301 L 215.117 215.301 C 209.594 215.301 205.117 \
219.778 205.117 225.301 L 205.117 302.168 C 205.117 306.213 207.554 309.859 211.29 \
311.407 C 215.027 312.955 219.329 312.098 222.188 309.238 C 222.188 309.238 299.051 \
                232.372 299.051 232.372 z "
-     id="path59"
-     transform="matrix(-1.03094,1.05323,-1.05323,-1.03094,774.561,269.436)"
-     sodipodi:nodetypes="ccccccccc" />
-</svg>
diff --git a/data/qmlshow/onpress/zoom+1.svg b/data/qmlshow/onpress/zoom+1.svg
deleted file mode 100644
index f069bde..0000000
--- a/data/qmlshow/onpress/zoom+1.svg
+++ /dev/null
@@ -1,128 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
-"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
-[
- <!ATTLIST svg
-  xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink">
-]>
-<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
-<svg
-   xml:space="preserve"
-   width="128pt"
-   height="128pt"
-   viewBox="0 0 507.946 507.946"
-   id="svg49"
-   sodipodi:version="0.27"
-   sodipodi:docname="/mnt/windows/Themes/Work/Blue-Sphere/viewmag+_2.2.svg"
-   sodipodi:docbase="/mnt/windows/Themes/Work/Blue-Sphere/"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:xlink="http://www.w3.org/1999/xlink">
-  <defs
-     id="defs62">
-    <radialGradient
-       id="radialGradient93"
-       cx="218.9404"
-       cy="219.7715"
-       r="150.7063"
-       fx="218.9404"
-       fy="219.7715"
-       gradientUnits="userSpaceOnUse"
-       style="stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;">
-      <stop
-         offset="0.000000"
-         style="stop-color:#25a6ca;stop-opacity:1;"
-         id="stop94" />
-      <stop
-         offset="1.000000"
-         style="stop-color:#2ea6b9;stop-opacity:0.843137;"
-         id="stop95" />
-    </radialGradient>
-    <radialGradient
-       id="aigrd1"
-       cx="218.9404"
-       cy="219.7715"
-       r="150.7063"
-       fx="218.9404"
-       fy="219.7715"
-       gradientUnits="userSpaceOnUse"
-       style="stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;">
-      <stop
-         offset="0"
-         style="stop-color:#73ffff;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop53" />
-      <stop
-         offset="0.2809"
-         style="stop-color:#2EA6B9;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop54" />
-      <stop
-         offset="1"
-         style="stop-color:#006b8b;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop55" />
-    </radialGradient>
-    <linearGradient
-       xlink:href="#aigrd1"
-       id="linearGradient91"
-       x1="-0.295723"
-       y1="-0.264591"
-       x2="0.622574"
-       y2="0.365762"
-       gradientUnits="objectBoundingBox"
-       gradientTransform="matrix(0.996114,0,0,1.0039,0.496124,0.492186)"
-       spreadMethod="pad" />
-    <radialGradient
-       xlink:href="#aigrd1"
-       id="radialGradient92"
-       cx="-8.09344e-05"
-       cy="-7.68867e-05"
-       fx="-8.09344e-05"
-       fy="-7.68867e-05"
-       r="0.789127"
-       gradientUnits="objectBoundingBox"
-       gradientTransform="matrix(1.06784,0,0,0.936469,0.342219,0.344712)"
-       spreadMethod="pad" />
-  </defs>
-  <sodipodi:namedview
-     id="base">
-    <sodipodi:guide
-       orientation="vertical"
-       position="73.690849"
-       id="sodipodi:guide127" />
-    <sodipodi:guide
-       orientation="horizontal"
-       position="68.037857"
-       id="sodipodi:guide20" />
-    <sodipodi:guide
-       orientation="horizontal"
-       position="52.694008"
-       id="sodipodi:guide21" />
-    <sodipodi:guide
-       orientation="vertical"
-       position="101.148262"
-       id="sodipodi:guide22" />
-    <sodipodi:guide
-       orientation="vertical"
-       position="57.943218"
-       id="sodipodi:guide23" />
-    <sodipodi:guide
-       orientation="vertical"
-       position="30.889589"
-       id="sodipodi:guide1593" />
-  </sodipodi:namedview>
-  <path
-     style="font-size:12;stroke:none;stroke-width:0.979268;stroke-opacity:0.986014;fill:#a4c9ee;fill-opacity:0.7;"
                
-     d="M134.757,263.776c0,66.739,54.298,121.04,121.039,121.04c66.739,0,121.039-54.30 \
1,121.039-121.04c0-66.741-54.3-121.039-121.039-121.039c-66.741,0-121.039,54.298-121.039,121.039z"
                
-     id="path51"
-     transform="matrix(1.89511,0,0,1.91236,-231.458,-247.971)" />
-  <path
-     style="font-size:12;fill:url(#radialGradient92);fill-rule:evenodd;stroke:#1c6671;stroke-width:7.72505;stroke-opacity:0.988235;"
                
-     d="M356.643,263.366c0,57.027-46.23,103.257-103.256,103.257c-57.027,0-103.256-46.229-103.256-103.257c0-57.027,46.229-103.256,103.256-103.256 \
                c57.025,0,103.256,46.229,103.256,103.256z"
-     id="path56"
-     transform="matrix(2.04451,0,0,2.04451,-264.353,-281.723)" />
-  <path
-     style="font-size:12;opacity:1.0;fill:#ffffff;stroke:#1c6772;stroke-width:9.49207;stroke-opacity:0.988235;fill-opacity:0.7;"
                
-     d="M 246.07 280.233 L 164.809 283.331 C 151.201 283.417 145.222 268.094 145.5 \
257.812 C 144.854 249.607 148.852 232.142 164.429 230.994 L 244.216 229.011 L 241.953 \
153.421 C 241.796 138.289 257.675 128.71 267.404 129.607 C 278.285 128.656 290.708 \
137.925 291.688 150.233 L 293.169 229.483 L 373.02 227.669 C 386.182 226.629 395.032 \
239.215 395.06 249.825 C 395.088 260.706 394.781 274.802 375.372 275.169 L 295.928 \
277.056 L 298.139 360.561 C 298.225 371.398 285.104 379.184 276.67 378.906 C 268.465 \
                379.552 248.69 376.94 247.542 361.363 L 246.07 280.233 z "
-     id="path124"
-     sodipodi:nodetypes="ccccccccccccccccc"
-     transform="matrix(1.2536,0.0388772,-0.0388772,1.2536,-66.3537,-60.5988)" />
-</svg>
diff --git a/data/qmlshow/onpress/zoom-1.svg b/data/qmlshow/onpress/zoom-1.svg
deleted file mode 100644
index 7cabd43..0000000
--- a/data/qmlshow/onpress/zoom-1.svg
+++ /dev/null
@@ -1,112 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
-"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
-[
- <!ATTLIST svg
-  xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink">
-]>
-<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
-<svg
-   xml:space="preserve"
-   width="128pt"
-   height="128pt"
-   viewBox="0 0 507.946 507.946"
-   id="svg49"
-   sodipodi:version="0.27"
-   sodipodi:docname="/mnt/windows/Themes/Work/Blue-Sphere/viewmag-_2.1.svg"
-   sodipodi:docbase="/mnt/windows/Themes/Work/Blue-Sphere/"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:xlink="http://www.w3.org/1999/xlink">
-  <defs
-     id="defs62">
-    <radialGradient
-       id="radialGradient93"
-       cx="218.9404"
-       cy="219.7715"
-       r="150.7063"
-       fx="218.9404"
-       fy="219.7715"
-       gradientUnits="userSpaceOnUse"
-       style="stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;">
-      <stop
-         offset="0.000000"
-         style="stop-color:#25a6ca;stop-opacity:1;"
-         id="stop94" />
-      <stop
-         offset="1.000000"
-         style="stop-color:#2ea6b9;stop-opacity:0.843137;"
-         id="stop95" />
-    </radialGradient>
-    <radialGradient
-       id="aigrd1"
-       cx="218.9404"
-       cy="219.7715"
-       r="150.7063"
-       fx="218.9404"
-       fy="219.7715"
-       gradientUnits="userSpaceOnUse"
-       style="stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;">
-      <stop
-         offset="0"
-         style="stop-color:#73ffff;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop53" />
-      <stop
-         offset="0.2809"
-         style="stop-color:#2EA6B9;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop54" />
-      <stop
-         offset="1"
-         style="stop-color:#006b8b;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
                
-         id="stop55" />
-    </radialGradient>
-    <linearGradient
-       xlink:href="#aigrd1"
-       id="linearGradient91"
-       x1="-0.295723"
-       y1="-0.264591"
-       x2="0.622574"
-       y2="0.365762"
-       gradientUnits="objectBoundingBox"
-       gradientTransform="matrix(0.996114,0,0,1.0039,0.496124,0.492186)"
-       spreadMethod="pad" />
-    <radialGradient
-       xlink:href="#aigrd1"
-       id="radialGradient92"
-       cx="-8.09344e-05"
-       cy="-7.68867e-05"
-       fx="-8.09344e-05"
-       fy="-7.68867e-05"
-       r="0.789127"
-       gradientUnits="objectBoundingBox"
-       gradientTransform="matrix(1.06784,0,0,0.936469,0.342219,0.344712)"
-       spreadMethod="pad" />
-  </defs>
-  <sodipodi:namedview
-     id="base">
-    <sodipodi:guide
-       orientation="horizontal"
-       position="72.479492"
-       id="sodipodi:guide125" />
-    <sodipodi:guide
-       orientation="horizontal"
-       position="55.924290"
-       id="sodipodi:guide126" />
-  </sodipodi:namedview>
-  <path
-     style="font-size:12;stroke:none;stroke-width:0.979268;stroke-opacity:0.986014;fill:#a4c9ee;fill-opacity:0.7;"
                
-     d="M134.757,263.776c0,66.739,54.298,121.04,121.039,121.04c66.739,0,121.039-54.30 \
1,121.039-121.04c0-66.741-54.3-121.039-121.039-121.039c-66.741,0-121.039,54.298-121.039,121.039z"
                
-     id="path51"
-     transform="matrix(1.89511,0,0,1.91236,-231.458,-247.971)" />
-  <path
-     style="font-size:12;fill:url(#radialGradient92);fill-rule:evenodd;stroke:#1c6671;stroke-width:7.72505;stroke-opacity:0.988235;"
                
-     d="M356.643,263.366c0,57.027-46.23,103.257-103.256,103.257c-57.027,0-103.256-46.229-103.256-103.257c0-57.027,46.229-103.256,103.256-103.256 \
                c57.025,0,103.256,46.229,103.256,103.256z"
-     id="path56"
-     transform="matrix(2.04451,0,0,2.04451,-264.353,-281.723)" />
-  <path
-     style="font-size:12;opacity:0.7;fill:#ffffff;stroke:#1c6772;stroke-width:4.33495;stroke-opacity:0.988235;"
                
-     d="M 298.96 232.46 C 301.392 230.041 298.797 223.275 294.343 218.052 C 290.395 \
213.348 281.386 210.842 278.832 214.449 L 202.982 289.07 C 197.83 295.098 202.899 \
303.263 206.738 306.734 C 211.083 310.725 218.291 313.11 222.188 309.238 C 222.188 \
                309.238 295.326 236 298.96 232.46 z "
-     id="path44"
-     transform="matrix(1.58188,1.65491,-1.54101,1.6988,270.374,-605.268)"
-     sodipodi:nodetypes="czcczcc" />
-</svg>
diff --git a/data/qmlshow/qmlview.qml b/data/qmlshow/qmlview.qml
deleted file mode 100644
index 618c4af..0000000
--- a/data/qmlshow/qmlview.qml
+++ /dev/null
@@ -1,802 +0,0 @@
-import QtQuick 1.0
-
-
-Rectangle {
-
-    id:rect
-    focus: true;
-    color:"black"
-
-
-    signal nextClicked;
-    signal prevClicked;
-    signal play;
-    signal pause;
-    signal gridChanged (int index);
-    signal loadMetaData();
-
-    property bool bool_pp: true;
-    property bool editbox_opened: false;
-    property real source_scale: 1.0;
-    property int imagewidth: 0
-    property int imageheight: 0
-    property string text: ""
-
-    Keys.onLeftPressed:
-    { rect.prevClicked(); rect.source_scale=1.0 }
-    Keys.onRightPressed:
-    { rect.nextClicked(); rect.source_scale=1.0}
-    Keys.onEscapePressed:
-    { Qt.quit() }
-    Keys.onSpacePressed:
-    {
-        if (play_pause.src == "def/pause.svg")
-        {
-            play_pause.src = "def/play.svg"; rect.pause();
-        }
-        else
-        {
-            play_pause.src= "def/pause.svg";rect.play();
-        };
-    }
-
-    Image {
-        id: circle_image
-        x: 0
-        y: 0
-        width: parent.height / 3
-        height: parent.height / 3
-        visible: true
-        rotation: 0
-        opacity: 0.7
-        source: "menu.svg"
-        z: 5
-
-        states: [
-          State {
-            name: "Enable"
-            PropertyChanges { target: circle_image; opacity: 1; }
-          },
-          State {
-            name: "Disable"
-            PropertyChanges { target: circle_image; opacity: 0; }
-          }
-        ]
-
-        transitions: [
-            Transition {
-                from: "*"; to: "*"
-                PropertyAnimation {
-                    target: circle_image
-                    properties: "opacity"; duration: 500 ;
-                }
-            }
-        ]
-
-        Image {
-            id: play_pause
-            height:parent.height/5
-            width:parent.width/5
-            x:5
-            y:5 
-            z: 12
-            property string src: "def/pause.svg"
-            source: src
-            MouseArea
-            {
-                id: flip_icon
-                anchors.fill: parent
-                onClicked: { if (parent.src == "def/pause.svg") {parent.src = \
                "def/play.svg"; rect.pause();}
-                else {parent.src= "def/pause.svg";rect.play();};
-                }
-
-            }
-        }
-
-        Image {
-            id: next
-            x: zoom_in.x - (width / 2)
-            y: zoom_in.height
-            width: parent.width / 5
-            height: parent.height / 5
-            rotation: 0
-            z: 12
-            source: "def/next.svg"
-            MouseArea
-            {
-                anchors.fill: parent;
-                onClicked: rect.nextClicked();
-                onPressed: parent.source = "onpress/next1.svg";
-                onReleased: parent.source = "def/next.svg";
-            }
-        }
-
-        Image {
-            id: prev
-            x: zoom_out.x + 4/3*zoom_out.width
-            y: parent.height * 3/4 - 1/2 *zoom_out.height
-            width: parent.width / 5
-            height: parent.height / 5
-            rotation: 0
-            z: 12
-            source: "def/back.svg"
-            MouseArea
-            {
-                anchors.fill:parent;
-                onClicked: rect.prevClicked();
-                onPressed: parent.source = "onpress/back1.svg";
-                onReleased: parent.source = "def/back.svg";
-            }
-        }
-
-        Image {
-            id: zoom_out
-            x: 0
-            y: parent.height*3 / 4
-            width: parent.width / 5
-            height: parent.height / 5
-            rotation: 0
-            z: 12
-            source: "def/zoom-.svg"
-                MouseArea
-                {
-                        id:zoomout
-                        anchors.fill: parent
-                        onClicked: {rect.source_scale = rect.source_scale / 2;}
-                        onPressed: parent.source = "onpress/zoom-1.svg";
-                        onReleased: parent.source = "def/zoom-.svg";
-                }
-        }
-
-        Image {
-            id: zoom_in
-            x: 3/4 * parent.width
-            y: 0
-            width: parent.width / 5
-            height: parent.height / 5
-            rotation: 0
-            z: 12
-            source: "def/zoom+.svg"
-                MouseArea
-                {
-                        id:zoomin
-                        anchors.fill: parent
-                        onClicked: {rect.source_scale = rect.source_scale * 2;}
-                        onPressed: parent.source = "onpress/zoom+1.svg";
-                        onReleased: parent.source = "def/zoom+.svg";
-                }
-        }
-
-        /*Image {
-            id: map_view
-            x: 0
-            y: parent.height*3 / 4
-            width: parent.width / 5
-            height: parent.height / 5
-            source: "map_view.png"
-
-            MouseArea {
-                id: show_map
-                anchors.fill: parent
-                onClicked: { if (openstreetmap.visible == false) \
                openstreetmap.visible = true
-                else openstreetmap.visible=false;}
-            }
-        }
-*/
-
-        Image {
-            id: gridviewicon
-            x: next.x - 2/3*prev.width
-            y: next.height + 6/5*zoom_in.height
-            width: parent.height / 5
-            height: parent.height / 5
-            source: "def/grid.svg"
-            MouseArea {
-                id:show_gridview
-                anchors.fill: parent
-                onClicked:
-                {
-                if(rect2.visible==false){
-                    rect2.visible=true;
-                    grid.focus= true;
-                    play_pause.src = "def/play.svg";
-                    rect.pause();}
-                else
-                { rect2.visible = false;
-                        rect.focus = true;
-                }
-                }
-
-                onPressed: parent.source = "onpress/grid1.svg";
-                onReleased: parent.source = "def/grid.svg";
-            }
-        }
-/*    }*/
-
-    Image{
-        id:edit_icon;
-        source:"blue_pencil.png";
-        x:gridviewicon.x-gridviewicon.width;
-        y:gridviewicon.y-gridviewicon.height;
-        z:10;
-        height:gridviewicon.height;
-        width:height;
-        MouseArea
-        {
-            id:open_metadata_editbox
-            anchors.fill:parent;
-            onClicked:
-            {
-                if(rect.editbox_opened==false) \
                {rect.open_metadata_editbox();rect.editbox_opened=true;}
-                else \
                {editbox.visible=false;rect.editbox_opened=false;rect.focus=true;}
-            }
-        }
-    }
-
-    }
-
-    Rectangle
-    {
-        id:editbox
-        x:parent.width/4
-        y:parent.height*3/8
-        z:10
-        width: parent.width/2
-        height: parent.height/4;
-        color: "black"
-        opacity: 0.7
-        radius:10
-        property string name: "";
-        property string data_time: "";
-        property int pick_label: 0;
-        property int color_label: 0;
-        property int rating: 0;
-        visible: false;
-        objectName:"editbox";
-        Text
-        {
-            id:name_text;
-            text:"Image Name";
-            color: "white";
-            x:5;
-            y:5;
-            font.family : "Helvetica"
-            font.pixelSize: 20;
-        }
-        Rectangle
-        {
-        id:image_name_rect;
-        color:"white";
-        x:name_text.x+name_text.width+5;
-        y:name_text.y;
-        width:parent.width-name_text.width-15;
-        height:image_name.height+5;
-        radius:5;
-        TextInput
-        {
-            id: image_name;
-            text:editbox.name;
-            anchors.centerIn: parent;
-            font.family : "Helvetica"
-            font.pixelSize: 20;
-            font.bold: true;
-            x: parent.x;
-            y: parent.y;
-            width:parent.width-10;
-            color:"black"
-        }
-        }
-        Text
-        {
-            id:dt_text;
-            text:"Date & Time";
-            color:"gray"
-            x:name_text.x;
-            y:image_name_rect.y+image_name_rect.height+5;
-            font.family : "Helvetica"
-            font.pixelSize: 20;
-        }
-        Text
-        {
-            id: image_dt;
-            color: "white"
-            text:editbox.data_time;
-            font.family : "Helvetica"
-            font.pixelSize: 20;
-            font.bold: true;
-            x:image_name_rect.x;
-            y:dt_text.y;
-            width:parent.width-10;
-        }
-        Text
-        {
-            id: picklabel;
-/*            text: {if(editbox.pick_label==0) return "NoPickLabel"; else \
if(editbox.pick_label==1) return "RejectedLabel"; else if(editbox.pick_label==2) \
return "PendingLabel"; else if(editbox.pick_label==3) return "AcceptedLabel"; else \
                return "InvalidLabel"}*/
-            text: "Pick Label";
-            color:"gray";
-            font.family : "Helvetica"
-            font.pixelSize: 20;
-            x:5;
-            y:image_dt.y+30;
-        }
-        /*Rectangle
-        {
-            id:no_pick_label_rect;
-            x:image_name_rect.x;
-            y:picklabel.y;
-            height:picklabel.height;
-            width:height;
-            color:"gray";
-            radius:5;
-        }*/
-        Grid
-        {
-            x:image_name_rect.x;
-            y:picklabel.y;
-            height:picklabel.height;
-            columns:4
-            rows:1
-            spacing: 10
-            Rectangle
-            {
-                id:no_pick_rect;
-                color:"gray";
-                radius:5;
-                height:parent.height;
-                width:height;
-/*                ToolTip \
                {id:tooltip;text:"NoPickLabel";target:no_pick_rect;visible:mouseArea.onEntered;}
                
-                MouseArea {id:mouseArea;anchors.fill:parent;}*/
-            }
-            Rectangle
-            {
-                id:rejected_label_rect;
-                color:"gray";
-                radius:5;
-                height:parent.height;
-                width:height;
-                Image
-                {
-                    id:rejected_label_image;
-                    source:"flag2.png";
-                    anchors.centerIn:parent;
-                    height:2*parent.height/3;
-                    width:height;
-                }
-            }
-            Rectangle
-            {
-                id:pending_label_rect;
-                color:"gray";
-                radius:5;
-                height:parent.height;
-                width:height;
-                Image
-                {
-                    id:pending_label_image;
-                    source:"flag2.png";
-                    anchors.centerIn:parent;
-                    height:2*parent.height/3;
-                    width:height;
-                }
-            }
-            Rectangle
-            {
-                id:accepted_label_rect;
-                color:"gray";
-                radius:5;
-                height:parent.height;
-                width:height;
-                Image
-                {
-                    id:accepted_label_image;
-                    source:"flag2.png";
-                    anchors.centerIn:parent;
-                    height:2*parent.height/3;
-                    width:height;
-                }
-            }
-        }
-        Image
-        {
-            id:flag_1;
-        }
-        Text
-        {
-            id: colorlabel;
-            /*            text: {if(editbox.color_label==0) return "NoColorLabel"; \
else if(editbox.color_label==1) return "RedLabel"; else if(editbox.color_label==2) \
return "OrangeLabel"; else if(editbox.color_label==3) return     "YellowLabel"; else \
if(editbox.color_label==4) return "GreenLabel"; else if(editbox.color_label==5) \
return "BlueLabel"; else if(editbox.color_label==6) return "MagentaLabel"; else \
if(editbox.color_label==7) return "GrayLabel"; else if(editbox.color_label==8) return \
"BlackLabel"; else if(editbox.color_label==9) return "WhiteLabel"; else return \
                "InvalidLabel";}*/
-            text:"Color Label";
-            color:"gray";
-            font.family : "Helvetica"
-            font.pixelSize: 20;
-            x:5;
-            y:picklabel.y+30;
-        }
-    Grid
-        {
-            x:image_name_rect.x;
-            y:colorlabel.y;
-            height:picklabel.height;
-            columns:10
-            rows:1
-            spacing: 10
-            Rectangle
-            {
-                id:no_color_rect;
-                color:"gray";
-                radius:5;
-                height:parent.height;
-                width:height;
-                Image
-                {
-                    id:no_color_image;
-                     source:"cross.png";
-                    anchors.centerIn:parent;
-                    height:2*parent.height/3;
-                    width:height;
-                }
-            }
-            Rectangle
-            {
-                id:red_color_rect;
-                color:"gray";
-                radius:5;
-                height:parent.height;
-                width:height;
-                Rectangle
-                {
-                    id:red_color_image;
-                    color:"red";
-                    anchors.centerIn:parent;
-                    height:2*parent.height/3;
-                    width:height;
-                }
-            }
-            Rectangle
-            {
-                id:orange_color_rect;
-                color:"gray";
-                radius:5;
-                height:parent.height;
-                width:height;
-                Rectangle
-                {
-                    id:orange_color_image;
-                    color:"orange";
-                    anchors.centerIn:parent;
-                    height:2*parent.height/3;
-                    width:height;
-                }
-            }
-            Rectangle
-            {
-                id:yellow_color_rect;
-                color:"gray";
-                radius:5;
-                height:parent.height;
-                width:height;
-                Rectangle
-                {
-                    id:yellow_color_image;
-                    color:"yellow";
-                    anchors.centerIn:parent;
-                    height:2*parent.height/3;
-                    width:height;
-                }
-            }
-            Rectangle
-            {
-                id:green_color_rect;
-                color:"gray";
-                radius:5;
-                height:parent.height;
-                width:height;
-                Rectangle
-                {
-                    id:green_color_image;
-                    color:"green";
-                    anchors.centerIn:parent;
-                    height:2*parent.height/3;
-                    width:height;
-                }
-            }
-            Rectangle
-            {
-                id:blue_color_rect;
-                color:"gray";
-                radius:5;
-                height:parent.height;
-                width:height;
-                Rectangle
-                {
-                    id:blue_color_image;
-                    color:"blue";
-                    anchors.centerIn:parent;
-                    height:2*parent.height/3;
-                    width:height;
-                }
-            }
-            Rectangle
-            {
-                id:magenta_color_rect;
-                color:"gray";
-                radius:5;
-                height:parent.height;
-                width:height;
-                Rectangle
-                {
-                    id:magenta_color_image;
-                    color:"magenta";
-                    anchors.centerIn:parent;
-                    height:2*parent.height/3;
-                    width:height;
-                }
-            }
-            Rectangle
-            {
-                id:gray_color_rect;
-                color:"gray";
-                radius:5;
-                height:parent.height;
-                width:height;
-                Rectangle
-                {
-                    id:gray_color_image;
-                    color:"gray";
-                    anchors.centerIn:parent;
-                    height:2*parent.height/3;
-                    width:height;
-                }
-            }
-            Rectangle
-            {
-                id:black_color_rect;
-                color:"gray";
-                radius:5;
-                height:parent.height;
-                width:height;
-                Rectangle
-                {
-                    id:black_color_image;
-                    color:"black";
-                    anchors.centerIn:parent;
-                    height:2*parent.height/3;
-                    width:height;
-                }
-            }
-            Rectangle
-            {
-                id:white_color_rect;
-                color:"gray";
-                radius:5;
-                height:parent.height;
-                width:height;
-                Rectangle
-                {
-                    id:white_color_image;
-                    color:"white";
-                    anchors.centerIn:parent;
-                    height:2*parent.height/3;
-                    width:height;
-                }
-            }
-        }
-        Text
-        {
-            id: rating_text;
-            color: "gray"
-//            text:editbox.rating;
-            text:"Rating";
-            font.family : "Helvetica"
-            font.pixelSize: 20;
-            x:5;
-            y:colorlabel.y+30;
-            width:parent.width-10;
-        }
-        Grid
-        {
-            x:image_name_rect.x;
-            y:rating_text.y;
-            height:picklabel.height;
-            columns:5
-            rows:1
-            spacing: 10
-            Image
-            {
-                id:rating_1;
-                source:"empty_star.png";
-                height:parent.height;
-                width:height;
-            }
-            Image
-            {
-                id:rating_2;
-                source:"empty_star.png";
-                height:parent.height;
-                width:height;
-            }
-            Image
-            {
-                id:rating_3;
-                source:"empty_star.png";
-                height:parent.height;
-                width:height;
-            }
-            Image
-            {
-                id:rating_4;
-                source:"empty_star.png";
-                height:parent.height;
-                width:height;
-            }
-            Image
-            {
-                id:rating_5;
-                source:"empty_star.png";
-                height:parent.height;
-                width:height;
-            }
-        }
-    }
-
-    function open_metadata_editbox()
-    {
-        editbox.visible=true;
-        rect.loadMetaData();
-    }
-
-
-    Image {
-        id: close
-        x: parent.width - width
-        y: 0
-        width: parent.height/8
-        height: parent.height/8
-        visible: true
-        z: 5
-        opacity: 0.5
-        rotation: 0
-        source: "def/close.svg"
-        MouseArea
-        {
-            id:quit
-            hoverEnabled: true
-            anchors.fill: parent
-            onClicked:{Qt.quit()}
-            onPressed: parent.source = "onpress/close1.svg";
-            onReleased: parent.source = "def/close.svg";
-        }
-    }
-
-
-        Flickable
-        {
-        id:flickable
-        anchors.fill: parent
-        contentWidth: (rect.width<source.width)?source.width:rect.width;
-        contentHeight: (rect.height<source.height)?source.height:rect.height;
-//        x: (rect.width - source.width) / 2;
-//        y: (rect.height - source.height) / 2;
-        boundsBehavior: Flickable.StopAtBounds;
-    Image {
-        id: source
-        anchors.centerIn: parent
-        width: rect.imagewidth*rect.source_scale;
-        height: rect.imageheight*rect.source_scale;
-        source: rect.text
-        visible:true
-
-        Timer
-        {
-            id:timer
-            interval: 6000; running:rect.bool_pp;
-            repeat: rect.bool_pp;
-            onTriggered: rect.nextClicked();
-        }
-
-        }
-
-        MouseArea {
-            id: view_icons
-            hoverEnabled: true
-            anchors.fill: parent
-            z: 10
-            onPositionChanged:
-            {
-                circle_image.state = "Enable";
-                close.visible = true ;
-                remove_icon.running = true;
-            }
-
-        Timer
-        {
-            id: remove_icon
-            interval: 4000; running: false;
-            onTriggered:
-            {
-                circle_image.state = "Disable";
-                close.visible = false;
-            }
-         }
-
-    }
-}
-    Rectangle
-    {
-        id:rect2
-        visible: false
-        anchors.verticalCenter: parent.verticalCenter
-        anchors.horizontalCenter: parent.horizontalCenter
-        height:(parent.height/3)*2
-        width:(parent.width/3)*2
-        radius: 15
-        opacity:0.7
-        color: "black"
-        GridView
-        {
-            id: grid;
-            visible: true
-            anchors.verticalCenter: parent.verticalCenter
-            anchors.horizontalCenter: parent.horizontalCenter
-            height: rect2.height -50
-            width: rect2.width - 40;
-            cellHeight: grid.height/3
-            cellWidth: grid.width/3
-            clip: true
-            model: myModel
-            cacheBuffer: 0
-            highlightFollowsCurrentItem: true
-            highlight:    Rectangle{
-                id: highlight_rect;
-                opacity:0.7;
-                border.width: 10;
-                border.color: "yellow";
-                clip: true
-                height: grid.cellHeight;
-                width: grid.cellWidth;
-                onXChanged: {
-                                rect.gridChanged(grid.currentIndex);
-                            }
-                onYChanged: {
-                                rect.gridChanged(grid.currentIndex);
-                            }
-            }
-            focus: parent.visible
-
-            Keys.onEscapePressed:
-            {
-                rect2.visible=false; rect.focus=true
-            }
-
-            delegate: Component {
-                Rectangle {
-                    id:image;
-                    width:grid.cellWidth-20;
-                    height:grid.cellHeight-20;
-                    radius: 10;
-                    clip: true
-                    Image{anchors.fill:parent;clip:true;source: modelData; }
-                    MouseArea
-                    {
-                        anchors.fill:parent;
-                        clip: true;
-                        onClicked: {
-                            grid.currentIndex = grid.indexAt(parent.x,parent.y);
-                        }
-                    }
-                }
-            }
-        }
-    }
-
-    Text
-    {
-        text: imagedata
-        font.family: "Terminal"
-        font.pointSize: 8
-        color: "white"
-        x:30
-        y:rect.height-70
-        z:500
-    }
-}
-
diff --git a/utilities/qmlshow/qmlshow.cpp b/utilities/qmlshow/qmlshow.cpp
deleted file mode 100644
index e9e5ffc..0000000
--- a/utilities/qmlshow/qmlshow.cpp
+++ /dev/null
@@ -1,324 +0,0 @@
-/* ============================================================
- *
- * This file is a part of digiKam project
- * http://www.digikam.org
- *
- * Date        : 2005-04-21
- * Description : slide show tool using preview of pictures.
- *
- * Copyright (C) 2005-2011 by Dhruv Patel <dhruvkumarr dot patel51 at gmail dot com>
- *
- * This program is free software; you can redistribute it
- * and/or modify it under the terms of the GNU General
- * Public License as published by the Free Software Foundation;
- * either version 2, or (at your option)
- * any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * ============================================================ */
-
-#include "qmlshow.moc"
-
-// C++ includes
-
-#include <stdio.h>
-
-// Qt includes
-
-#include <QtGui>
-#include <QString>
-#include <QtDeclarative/QDeclarativeView>
-#include <QDeclarativeEngine>
-#include <QGraphicsObject>
-#include <QDeclarativeContext>
-#include <QDeclarativeView>
-
-// KDE includes
-
-#include <kstandarddirs.h>
-
-// Local includes
-
-#include "imageinfo.h"
-#include "imageinfolist.h"
-#include "metadatahub.h"
-
-namespace Digikam
-{
-
-class QmlShow::Private
-{
-public:
-
-    Private()
-        : ui(0),
-          imageno(0),
-          screen_height(0),
-          screen_width(0),
-          list(0)
-    {
-    }
-
-    QDeclarativeView* ui;
-    int               imageno;
-    int               screen_height;
-    int               screen_width;
-    ImageInfoList*    list;
-    SlideShowSettings settings;
-};
-
-QmlShow::QmlShow(const ImageInfoList& list, const SlideShowSettings& settings)
-    : QMainWindow(0, Qt::FramelessWindowHint),
-      d(new Private)
-{
-    d->ui                     = new QDeclarativeView;
-    d->list                   = new ImageInfoList(list);
-    d->settings               = settings;
-    QDeclarativeContext* ctxt = d->ui->rootContext();
-
-//    ctxt->setContextProperty("myModel", QVariant::fromValue(d->list));
-
-    QStringList nameslist;
-
-    foreach (const ImageInfo& info, list)
-    {
-        nameslist << info.filePath();
-    }
-
-    ctxt->setContextProperty("myModel", QVariant::fromValue(nameslist));
-
-    // FIXME: Use KStandardDirs and install qml file properly (see \
                data/database/dbconfig.xml as example)
-    QString dir(KStandardDirs::installPath("data") + \
                QString("digikam/qmlshow/qmlview.qml"));
-    d->ui->setSource(QUrl::fromLocalFile(QFile::encodeName(dir).data()));
-    setCentralWidget(d->ui);
-    d->screen_height = qApp->desktop()->screenGeometry(-1).height();
-    d->screen_width  = qApp->desktop()->screenGeometry(-1).width();
-
-    setAttribute(Qt::WA_DeleteOnClose,true);
-
-    connect(d->ui->engine(), SIGNAL(quit()),
-            this, SLOT(close()));
-
-    //d->ui->setResizeMode(QDeclarativeView::SizeRootObjectToView);
-
-    QObject* object = d->ui->rootObject();
-
-    connect(object, SIGNAL(nextClicked()),
-            this, SLOT(nextImage()));
-
-    connect(object, SIGNAL(prevClicked()),
-            this, SLOT(prevImage()));
-
-    connect(object, SIGNAL(play()),
-            this, SLOT(play()));
-
-    connect(object, SIGNAL(pause()),
-            this, SLOT(pause()));
-
-    connect(object, SIGNAL(gridChanged(int)),
-            this, SLOT(changePicture(int)));
-
-    connect(object, SIGNAL(loadMetaData()),
-            this, SLOT(setMetaData()));
-
-    d->imageno = 0;
-    d->ui->show();
-    d->ui->setResizeMode(QDeclarativeView::SizeRootObjectToView);
-    showMaximized();
-
-    if(!list.isEmpty())
-    {
-        changePicture(d->imageno);
-    }
-    else
-    {
-        close();
-    }
-}
-
-QmlShow::~QmlShow()
-{
-    delete d->ui;
-    delete d->list;
-    delete d;
-}
-
-void QmlShow::nextImage()
-{
-    if (d->imageno == (d->list->count()-1))
-    {
-        return;
-    }
-
-    d->imageno += 1;
-    changePicture(d->imageno);
-}
-
-void QmlShow::prevImage()
-{
-    if (d->imageno == 0)
-    {
-        return;
-    }
-
-    d->imageno-=1;
-    changePicture(d->imageno);
-}
-
-void QmlShow::play()
-{
-    QObject* const object = d->ui->rootObject();
-    object->setProperty("bool_pp", true);
-}
-
-void QmlShow::pause()
-{
-    QObject* const object = d->ui->rootObject();
-    object->setProperty("bool_pp", false);
-}
-
-void QmlShow::changePicture(int index)
-{
-    QObject* const object = d->ui->rootObject();
-    int image_height      = d->list->at(index).imageCommonContainer().height;
-    int image_width       = d->list->at(index).imageCommonContainer().width;
-
-    if(d->screen_height < image_height)
-    {
-        double ratio = (double)(d->screen_height)/(double)(image_height);
-        image_height = (image_height*ratio);
-        image_width  = (image_width*ratio);
-    }
-
-    if(d->screen_width < image_width)
-    {
-        double ratio = (double)(d->screen_width)/(double)(image_width);
-        image_height = (int)(image_height*ratio);
-        image_width  = (int)(image_width*ratio);
-    }
-
-    object->setProperty("source_scale", 1.0);
-    object->setProperty("imageheight",  image_height);
-    object->setProperty("imagewidth",   image_width);
-    object->setProperty("text",         d->list->at(index).filePath());
-
-    d->imageno = index;
-
-    setMetaData();
-}
-
-void QmlShow::setMetaData()
-{
-    QDeclarativeContext* const ctxt = d->ui->rootContext();
-    QObject* const object           = d->ui->rootObject();
-    QObject* const editBox          = 0;
-    MetadataHubOnTheRoad hub        = MetadataHub();
-    hub.load(d->list->at(d->imageno));
-
-    foreach(editBox, object->children())
-    {
-        if (editBox->objectName().compare("editbox") == 0)
-            break;
-    }
-
-    editBox->setProperty("name",        d->list->at(d->imageno).name());
-    editBox->setProperty("data_time",   \
                d->list->at(d->imageno).dateTime().toString("dd.MM.yyyy"));
-    editBox->setProperty("pick_label",  hub.pickLabel());
-    editBox->setProperty("color_label", hub.colorLabel());
-    editBox->setProperty("rating",      hub.rating());
-    QString imagedata;
-
-    if(d->settings.printName)
-    {
-        imagedata.append(d->list->at(d->imageno).imageCommonContainer().fileName+"\n");
                
-    }
-
-    if(d->settings.printDate)
-    {
-//        imagedata.append("\n");
-        imagedata.append(d->list->at(d->imageno).imageCommonContainer().creationDate.toString("MMMM \
                d yy hh:mm:ss"));
-    }
-
-    if(d->settings.printApertureFocal)
-    {
-        ImageMetadataContainer photoInfo = \
                d->list->at(d->imageno).imageMetadataContainer();
-        QString str;
-        imagedata.append("\n");
-
-        if (!photoInfo.aperture.isEmpty())
-        {
-            str = photoInfo.aperture;
-        }
-
-        if (photoInfo.focalLength35.isEmpty())
-        {
-            if (!photoInfo.focalLength.isEmpty())
-            {
-                if (!photoInfo.aperture.isEmpty())
-                {
-                    str += QString(" / ");
-                }
-
-                str += photoInfo.focalLength;
-            }
-        }
-        else
-        {
-            if (!photoInfo.aperture.isEmpty())
-            {
-                str += QString(" / ");
-            }
-
-            if (!photoInfo.focalLength.isEmpty())
-            {
-                str += QString("%1 (35mm: \
                %2)").arg(photoInfo.focalLength).arg(photoInfo.focalLength35);
-            }
-            else
-            {
-                str += QString("35mm: %1)").arg(photoInfo.focalLength35);
-            }
-        }
-
-        imagedata.append(str);
-    }
-
-    if(d->settings.printExpoSensitivity)
-    {
-        // TODO
-    }
-
-    //printf("\n\n\n%s\n\n\n",imagedata.toAscii().constData());
-    ctxt->setContextProperty("imagedata", imagedata);
-    //QString date=d->list->at(d->imageno).imageCommonContainer().creationDate.toString("MMMM \
                d yyyy");
-    //ctxt->setContextProperty("imagedate", date);
-
-/*
-    QObject* const editBox = d->ui->findChild<QObject *>("editbox");
-    QMessageBox* const msg = new QMessageBox(0);
-    if(editBox == NULL) msg->setText("Screw you!");
-    else msg->setText(d->list->at(d->imageno).name());
-    msg->show();
-*/
-/*
-    QObject* const object  = d->ui->rootObject();
-    QObject* const editBox = d->ui->findChild<QObject *>("editbox");
-    editBox->setProperty("name",d->list->at(d->imageno).name());
-*/
-/*
-    d->editBox = new QDeclarativeView;
-    d->editBox->setSource(QUrl::fromLocalFile("../core/utilities/qmlShow/qmlview/editbox.qml"));
                
-    QObject* const object = d->editBox->rootObject();
-    object->setProperty("name","Hello world");
-    int height = QApplication::desktop()->height();
-    int width = QApplication::desktop()->width();
-    object->setProperty("x",width/4);
-    object->setProperty("y",height/4);
-    d->editBox->show();
-*/
-}
-
-} // namespace Digikam
diff --git a/utilities/qmlshow/qmlshow.h b/utilities/qmlshow/qmlshow.h
deleted file mode 100644
index cc04d09..0000000
--- a/utilities/qmlshow/qmlshow.h
+++ /dev/null
@@ -1,73 +0,0 @@
-/* ============================================================
- *
- * This file is a part of digiKam project
- * http://www.digikam.org
- *
- * Date        : 2005-04-21
- * Description : slide show tool using preview of pictures.
- *
- * Copyright (C) 2005-2011 by Dhruv Patel <dhruvkumarr dot patel51 at gmail dot com>
- *
- * This program is free software; you can redistribute it
- * and/or modify it under the terms of the GNU General
- * Public License as published by the Free Software Foundation;
- * either version 2, or (at your option)
- * any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * ============================================================ */
-
-#ifndef QML_SHOW_H
-#define QML_SHOW_H
-
-// Qt includes
-
-#include <QMainWindow>
-
-//local includes
-
-#include"imageinfo.h"
-#include"imageinfolist.h"
-#include"databaseinfocontainers.h"
-#include"slideshowsettings.h"
-
-namespace Digikam
-{
-
-class ImageInfo;
-class ImageInfoList;
-class ImageCommonContainer;
-class ImageMetadataContainer;
-class VideoMetadataContainer;
-
-class QmlShow : public QMainWindow
-{
-    Q_OBJECT
-
-public:
-
-    QmlShow(const ImageInfoList&, const SlideShowSettings& settings);
-    ~QmlShow();
-
-public Q_SLOTS:
-
-    void nextImage();
-    void prevImage();
-    void pause();
-    void play();
-    void changePicture(int);
-    void setMetaData();
-
-private:
-
-    class QmlShowPriv;
-    QmlShowPriv* const d;
-};
-
-} // namespace Digikam
-
-#endif // QML_SHOW_H


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic