From 7538546c899281728e4268de850a592e69aab64c Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Fri, 1 Feb 2019 20:40:57 +0100 Subject: Cleanup: rename locationInformation.ui -> locationinformation.ui The .cpp and .h files are all lower-case, the .ui file is camel-case. Unify to lower-case (which is much more common in the code base). Signed-off-by: Berthold Stoeger --- desktop-widgets/CMakeLists.txt | 2 +- desktop-widgets/locationInformation.ui | 197 --------------------------------- desktop-widgets/locationinformation.h | 2 +- desktop-widgets/locationinformation.ui | 197 +++++++++++++++++++++++++++++++++ 4 files changed, 199 insertions(+), 199 deletions(-) delete mode 100644 desktop-widgets/locationInformation.ui create mode 100644 desktop-widgets/locationinformation.ui diff --git a/desktop-widgets/CMakeLists.txt b/desktop-widgets/CMakeLists.txt index ea09e5ce6..1411e69ba 100644 --- a/desktop-widgets/CMakeLists.txt +++ b/desktop-widgets/CMakeLists.txt @@ -28,7 +28,7 @@ set (SUBSURFACE_UI filterwidget2.ui findmovedimagesdialog.ui listfilter.ui - locationInformation.ui + locationinformation.ui mainwindow.ui plannerDetails.ui plannerSettings.ui diff --git a/desktop-widgets/locationInformation.ui b/desktop-widgets/locationInformation.ui deleted file mode 100644 index 38da223fd..000000000 --- a/desktop-widgets/locationInformation.ui +++ /dev/null @@ -1,197 +0,0 @@ - - - LocationInformation - - - - 0 - 0 - 556 - 707 - - - - GroupBox - - - - - - - 6 - - - 4 - - - - - Name - - - - - - - Description - - - - - - - Notes - - - - - - - - - - Coordinates - - - - - - - Qt::ClickFocus - - - - - - - - - - - - - Reverse geo lookup - - - ... - - - - :satellite-icon:satellite-icon - - - - - - - - 0 - 0 - - - - - - - - Dive sites on same coordinates - - - - - - - 0 - 0 - - - - Qt::ClickFocus - - - QAbstractItemView::MultiSelection - - - 0 - - - - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - Tags - - - - - - - - - - - - - - Country - - - - - - - - - - Update location on map - - - - - - - :dive-location-marker-selected-icon:dive-location-marker-selected-icon - - - - - - - - KMessageWidget - QFrame -
desktop-widgets/kmessagewidget.h
- 1 -
-
- - diveSiteName - diveSiteCountry - diveSiteCoordinates - updateLocationButton - geoCodeButton - diveSiteDescription - diveSiteNotes - diveSiteListView - - - - - -
diff --git a/desktop-widgets/locationinformation.h b/desktop-widgets/locationinformation.h index 689422dca..208a31c4e 100644 --- a/desktop-widgets/locationinformation.h +++ b/desktop-widgets/locationinformation.h @@ -5,7 +5,7 @@ #include "core/units.h" #include "core/divesite.h" #include "core/taxonomy.h" -#include "ui_locationInformation.h" +#include "ui_locationinformation.h" #include "qt-models/divelocationmodel.h" #include #include diff --git a/desktop-widgets/locationinformation.ui b/desktop-widgets/locationinformation.ui new file mode 100644 index 000000000..38da223fd --- /dev/null +++ b/desktop-widgets/locationinformation.ui @@ -0,0 +1,197 @@ + + + LocationInformation + + + + 0 + 0 + 556 + 707 + + + + GroupBox + + + + + + + 6 + + + 4 + + + + + Name + + + + + + + Description + + + + + + + Notes + + + + + + + + + + Coordinates + + + + + + + Qt::ClickFocus + + + + + + + + + + + + + Reverse geo lookup + + + ... + + + + :satellite-icon:satellite-icon + + + + + + + + 0 + 0 + + + + + + + + Dive sites on same coordinates + + + + + + + 0 + 0 + + + + Qt::ClickFocus + + + QAbstractItemView::MultiSelection + + + 0 + + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + Tags + + + + + + + + + + + + + + Country + + + + + + + + + + Update location on map + + + + + + + :dive-location-marker-selected-icon:dive-location-marker-selected-icon + + + + + + + + KMessageWidget + QFrame +
desktop-widgets/kmessagewidget.h
+ 1 +
+
+ + diveSiteName + diveSiteCountry + diveSiteCoordinates + updateLocationButton + geoCodeButton + diveSiteDescription + diveSiteNotes + diveSiteListView + + + + + +
-- cgit v1.2.3-70-g09d2