From 956b45ddfda060fcd818659ee05618ed2e4bfcab Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Sat, 4 Nov 2017 21:23:37 +0200 Subject: map-widget: move the widget and its resources to 'map-widget' Move all the map widget platform agnostic files to the /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 --- map-widget/qml/icons/mapwidget-context-menu.png | Bin 0 -> 242 bytes map-widget/qml/icons/mapwidget-marker-gray.png | Bin 0 -> 2033 bytes map-widget/qml/icons/mapwidget-marker-selected.png | Bin 0 -> 1995 bytes map-widget/qml/icons/mapwidget-marker.png | Bin 0 -> 1801 bytes map-widget/qml/icons/mapwidget-toggle-satellite.png | Bin 0 -> 6288 bytes map-widget/qml/icons/mapwidget-toggle-street.png | Bin 0 -> 5916 bytes map-widget/qml/icons/mapwidget-zoom-in.png | Bin 0 -> 256 bytes map-widget/qml/icons/mapwidget-zoom-out.png | Bin 0 -> 242 bytes 8 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 map-widget/qml/icons/mapwidget-context-menu.png create mode 100644 map-widget/qml/icons/mapwidget-marker-gray.png create mode 100644 map-widget/qml/icons/mapwidget-marker-selected.png create mode 100644 map-widget/qml/icons/mapwidget-marker.png create mode 100644 map-widget/qml/icons/mapwidget-toggle-satellite.png create mode 100644 map-widget/qml/icons/mapwidget-toggle-street.png create mode 100644 map-widget/qml/icons/mapwidget-zoom-in.png create mode 100644 map-widget/qml/icons/mapwidget-zoom-out.png (limited to 'map-widget/qml/icons') diff --git a/map-widget/qml/icons/mapwidget-context-menu.png b/map-widget/qml/icons/mapwidget-context-menu.png new file mode 100644 index 000000000..6ab7cf77d Binary files /dev/null and b/map-widget/qml/icons/mapwidget-context-menu.png differ diff --git a/map-widget/qml/icons/mapwidget-marker-gray.png b/map-widget/qml/icons/mapwidget-marker-gray.png new file mode 100644 index 000000000..856db9f5b Binary files /dev/null and b/map-widget/qml/icons/mapwidget-marker-gray.png differ diff --git a/map-widget/qml/icons/mapwidget-marker-selected.png b/map-widget/qml/icons/mapwidget-marker-selected.png new file mode 100644 index 000000000..57f4efa27 Binary files /dev/null and b/map-widget/qml/icons/mapwidget-marker-selected.png differ diff --git a/map-widget/qml/icons/mapwidget-marker.png b/map-widget/qml/icons/mapwidget-marker.png new file mode 100644 index 000000000..a1be73866 Binary files /dev/null and b/map-widget/qml/icons/mapwidget-marker.png differ diff --git a/map-widget/qml/icons/mapwidget-toggle-satellite.png b/map-widget/qml/icons/mapwidget-toggle-satellite.png new file mode 100644 index 000000000..7ee536929 Binary files /dev/null and b/map-widget/qml/icons/mapwidget-toggle-satellite.png differ diff --git a/map-widget/qml/icons/mapwidget-toggle-street.png b/map-widget/qml/icons/mapwidget-toggle-street.png new file mode 100644 index 000000000..04a668c3f Binary files /dev/null and b/map-widget/qml/icons/mapwidget-toggle-street.png differ diff --git a/map-widget/qml/icons/mapwidget-zoom-in.png b/map-widget/qml/icons/mapwidget-zoom-in.png new file mode 100644 index 000000000..8c2521c3e Binary files /dev/null and b/map-widget/qml/icons/mapwidget-zoom-in.png differ diff --git a/map-widget/qml/icons/mapwidget-zoom-out.png b/map-widget/qml/icons/mapwidget-zoom-out.png new file mode 100644 index 000000000..bd372f17d Binary files /dev/null and b/map-widget/qml/icons/mapwidget-zoom-out.png differ -- cgit v1.2.3-70-g09d2