From 7be962bfc2879a72c32ff67518731347dcdff6de Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 4 Apr 2016 22:02:03 -0700 Subject: Move subsurface-core to core and qt-mobile to mobile-widgets Having subsurface-core as a directory name really messes with autocomplete and is obviously redundant. Simmilarly, qt-mobile caused an autocomplete conflict and also was inconsistent with the desktop-widget name for the directory containing the "other" UI. And while cleaning up the resulting change in the path name for include files, I decided to clean up those even more to make them consistent overall. This could have been handled in more commits, but since this requires a make clean before the build, it seemed more sensible to do it all in one. Signed-off-by: Dirk Hohndel --- qt-mobile/qml/icons/context-menu.png | Bin 641 -> 0 bytes qt-mobile/qml/icons/context-menu.svg | 1 - qt-mobile/qml/icons/main-menu.png | Bin 112 -> 0 bytes qt-mobile/qml/icons/main-menu.svg | 1 - qt-mobile/qml/icons/menu-back.png | Bin 3715 -> 0 bytes qt-mobile/qml/icons/menu-edit.png | Bin 7369 -> 0 bytes 6 files changed, 2 deletions(-) delete mode 100644 qt-mobile/qml/icons/context-menu.png delete mode 100644 qt-mobile/qml/icons/context-menu.svg delete mode 100644 qt-mobile/qml/icons/main-menu.png delete mode 100644 qt-mobile/qml/icons/main-menu.svg delete mode 100644 qt-mobile/qml/icons/menu-back.png delete mode 100644 qt-mobile/qml/icons/menu-edit.png (limited to 'qt-mobile/qml/icons') diff --git a/qt-mobile/qml/icons/context-menu.png b/qt-mobile/qml/icons/context-menu.png deleted file mode 100644 index df34cfd4f..000000000 Binary files a/qt-mobile/qml/icons/context-menu.png and /dev/null differ diff --git a/qt-mobile/qml/icons/context-menu.svg b/qt-mobile/qml/icons/context-menu.svg deleted file mode 100644 index e0750c57e..000000000 --- a/qt-mobile/qml/icons/context-menu.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/qt-mobile/qml/icons/main-menu.png b/qt-mobile/qml/icons/main-menu.png deleted file mode 100644 index 20729b8f5..000000000 Binary files a/qt-mobile/qml/icons/main-menu.png and /dev/null differ diff --git a/qt-mobile/qml/icons/main-menu.svg b/qt-mobile/qml/icons/main-menu.svg deleted file mode 100644 index 1e89193f5..000000000 --- a/qt-mobile/qml/icons/main-menu.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/qt-mobile/qml/icons/menu-back.png b/qt-mobile/qml/icons/menu-back.png deleted file mode 100644 index dc96b7728..000000000 Binary files a/qt-mobile/qml/icons/menu-back.png and /dev/null differ diff --git a/qt-mobile/qml/icons/menu-edit.png b/qt-mobile/qml/icons/menu-edit.png deleted file mode 100644 index ea7dd055a..000000000 Binary files a/qt-mobile/qml/icons/menu-edit.png and /dev/null differ -- cgit v1.2.3-70-g09d2