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 --- mobile-widgets/qml/icons/mapwidget-context-menu.png | Bin 242 -> 0 bytes mobile-widgets/qml/icons/mapwidget-marker-gray.png | Bin 2033 -> 0 bytes mobile-widgets/qml/icons/mapwidget-marker-selected.png | Bin 1995 -> 0 bytes mobile-widgets/qml/icons/mapwidget-marker.png | Bin 1801 -> 0 bytes mobile-widgets/qml/icons/mapwidget-toggle-satellite.png | Bin 6288 -> 0 bytes mobile-widgets/qml/icons/mapwidget-toggle-street.png | Bin 5916 -> 0 bytes mobile-widgets/qml/icons/mapwidget-zoom-in.png | Bin 256 -> 0 bytes mobile-widgets/qml/icons/mapwidget-zoom-out.png | Bin 242 -> 0 bytes 8 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 mobile-widgets/qml/icons/mapwidget-context-menu.png delete mode 100644 mobile-widgets/qml/icons/mapwidget-marker-gray.png delete mode 100644 mobile-widgets/qml/icons/mapwidget-marker-selected.png delete mode 100644 mobile-widgets/qml/icons/mapwidget-marker.png delete mode 100644 mobile-widgets/qml/icons/mapwidget-toggle-satellite.png delete mode 100644 mobile-widgets/qml/icons/mapwidget-toggle-street.png delete mode 100644 mobile-widgets/qml/icons/mapwidget-zoom-in.png delete mode 100644 mobile-widgets/qml/icons/mapwidget-zoom-out.png (limited to 'mobile-widgets/qml/icons') diff --git a/mobile-widgets/qml/icons/mapwidget-context-menu.png b/mobile-widgets/qml/icons/mapwidget-context-menu.png deleted file mode 100644 index 6ab7cf77d..000000000 Binary files a/mobile-widgets/qml/icons/mapwidget-context-menu.png and /dev/null differ diff --git a/mobile-widgets/qml/icons/mapwidget-marker-gray.png b/mobile-widgets/qml/icons/mapwidget-marker-gray.png deleted file mode 100644 index 856db9f5b..000000000 Binary files a/mobile-widgets/qml/icons/mapwidget-marker-gray.png and /dev/null differ diff --git a/mobile-widgets/qml/icons/mapwidget-marker-selected.png b/mobile-widgets/qml/icons/mapwidget-marker-selected.png deleted file mode 100644 index 57f4efa27..000000000 Binary files a/mobile-widgets/qml/icons/mapwidget-marker-selected.png and /dev/null differ diff --git a/mobile-widgets/qml/icons/mapwidget-marker.png b/mobile-widgets/qml/icons/mapwidget-marker.png deleted file mode 100644 index a1be73866..000000000 Binary files a/mobile-widgets/qml/icons/mapwidget-marker.png and /dev/null differ diff --git a/mobile-widgets/qml/icons/mapwidget-toggle-satellite.png b/mobile-widgets/qml/icons/mapwidget-toggle-satellite.png deleted file mode 100644 index 7ee536929..000000000 Binary files a/mobile-widgets/qml/icons/mapwidget-toggle-satellite.png and /dev/null differ diff --git a/mobile-widgets/qml/icons/mapwidget-toggle-street.png b/mobile-widgets/qml/icons/mapwidget-toggle-street.png deleted file mode 100644 index 04a668c3f..000000000 Binary files a/mobile-widgets/qml/icons/mapwidget-toggle-street.png and /dev/null differ diff --git a/mobile-widgets/qml/icons/mapwidget-zoom-in.png b/mobile-widgets/qml/icons/mapwidget-zoom-in.png deleted file mode 100644 index 8c2521c3e..000000000 Binary files a/mobile-widgets/qml/icons/mapwidget-zoom-in.png and /dev/null differ diff --git a/mobile-widgets/qml/icons/mapwidget-zoom-out.png b/mobile-widgets/qml/icons/mapwidget-zoom-out.png deleted file mode 100644 index bd372f17d..000000000 Binary files a/mobile-widgets/qml/icons/mapwidget-zoom-out.png and /dev/null differ -- cgit v1.2.3-70-g09d2