diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-11-04 21:23:37 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-05 14:48:56 -0800 |
commit | 956b45ddfda060fcd818659ee05618ed2e4bfcab (patch) | |
tree | 1acb6ff91cba57e059e7eac8868ecd066539b230 /map-widget/qml/icons | |
parent | 6ce4239884780fafdf641fa52a2a8c7a0a02450d (diff) | |
download | subsurface-956b45ddfda060fcd818659ee05618ed2e4bfcab.tar.gz |
map-widget: move the widget and its resources to 'map-widget'
Move all the map widget platform agnostic files to the
<subsurface-root>/map-widget folder.
This avoids the confusion about the desktop version of subsurface
using mobile components. The map widget is planned as a shared
component between the mobile and desktop versions.
desktop-widgets/mapwidget[.h/.cpp] still remain as those are specific
to the desktop version.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'map-widget/qml/icons')
-rw-r--r-- | map-widget/qml/icons/mapwidget-context-menu.png | bin | 0 -> 242 bytes |
-rw-r--r-- | map-widget/qml/icons/mapwidget-marker-gray.png | bin | 0 -> 2033 bytes |
-rw-r--r-- | map-widget/qml/icons/mapwidget-marker-selected.png | bin | 0 -> 1995 bytes |
-rw-r--r-- | map-widget/qml/icons/mapwidget-marker.png | bin | 0 -> 1801 bytes |
-rw-r--r-- | map-widget/qml/icons/mapwidget-toggle-satellite.png | bin | 0 -> 6288 bytes |
-rw-r--r-- | map-widget/qml/icons/mapwidget-toggle-street.png | bin | 0 -> 5916 bytes |
-rw-r--r-- | map-widget/qml/icons/mapwidget-zoom-in.png | bin | 0 -> 256 bytes |
-rw-r--r-- | map-widget/qml/icons/mapwidget-zoom-out.png | bin | 0 -> 242 bytes |
8 files changed, 0 insertions, 0 deletions
diff --git a/map-widget/qml/icons/mapwidget-context-menu.png b/map-widget/qml/icons/mapwidget-context-menu.png Binary files differnew file mode 100644 index 000000000..6ab7cf77d --- /dev/null +++ b/map-widget/qml/icons/mapwidget-context-menu.png diff --git a/map-widget/qml/icons/mapwidget-marker-gray.png b/map-widget/qml/icons/mapwidget-marker-gray.png Binary files differnew file mode 100644 index 000000000..856db9f5b --- /dev/null +++ b/map-widget/qml/icons/mapwidget-marker-gray.png diff --git a/map-widget/qml/icons/mapwidget-marker-selected.png b/map-widget/qml/icons/mapwidget-marker-selected.png Binary files differnew file mode 100644 index 000000000..57f4efa27 --- /dev/null +++ b/map-widget/qml/icons/mapwidget-marker-selected.png diff --git a/map-widget/qml/icons/mapwidget-marker.png b/map-widget/qml/icons/mapwidget-marker.png Binary files differnew file mode 100644 index 000000000..a1be73866 --- /dev/null +++ b/map-widget/qml/icons/mapwidget-marker.png diff --git a/map-widget/qml/icons/mapwidget-toggle-satellite.png b/map-widget/qml/icons/mapwidget-toggle-satellite.png Binary files differnew file mode 100644 index 000000000..7ee536929 --- /dev/null +++ b/map-widget/qml/icons/mapwidget-toggle-satellite.png diff --git a/map-widget/qml/icons/mapwidget-toggle-street.png b/map-widget/qml/icons/mapwidget-toggle-street.png Binary files differnew file mode 100644 index 000000000..04a668c3f --- /dev/null +++ b/map-widget/qml/icons/mapwidget-toggle-street.png diff --git a/map-widget/qml/icons/mapwidget-zoom-in.png b/map-widget/qml/icons/mapwidget-zoom-in.png Binary files differnew file mode 100644 index 000000000..8c2521c3e --- /dev/null +++ b/map-widget/qml/icons/mapwidget-zoom-in.png diff --git a/map-widget/qml/icons/mapwidget-zoom-out.png b/map-widget/qml/icons/mapwidget-zoom-out.png Binary files differnew file mode 100644 index 000000000..bd372f17d --- /dev/null +++ b/map-widget/qml/icons/mapwidget-zoom-out.png |