Skip to content

Commit 29539e6

Browse files
committed
Move remaining geonode classes from gui->app
1 parent 5f82705 commit 29539e6

8 files changed

+4
-65
lines changed

python/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ IF (WITH_GUI)
143143
${CMAKE_SOURCE_DIR}/src/gui/editorwidgets
144144
${CMAKE_SOURCE_DIR}/src/gui/editorwidgets/core
145145
${CMAKE_SOURCE_DIR}/src/gui/effects
146-
${CMAKE_SOURCE_DIR}/src/gui/geonode
147146
${CMAKE_SOURCE_DIR}/src/gui/layertree
148147
${CMAKE_SOURCE_DIR}/src/gui/layout
149148
${CMAKE_SOURCE_DIR}/src/gui/locator

python/core/core_auto.sip

+1-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
%Include raster/qgsrasterdataprovider.sip
383383
%Include raster/qgsrasterinterface.sip
384384
%Include geometry/qgspoint.sip
385-
%Include geonode/qgsgeonoderequest.sip
385+
%Include geocms/geonode/qgsgeonoderequest.sip
386386
%Include gps/qgsgpsconnection.sip
387387
%Include gps/qgsgpsdetector.sip
388388
%Include gps/qgsnmeaconnection.sip

python/gui/geonode/qgsgeonodenewconnection.sip

-51
This file was deleted.

python/gui/gui_auto.sip

-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@
276276
%Include editorwidgets/qgsspinbox.sip
277277
%Include editorwidgets/qgsvaluemapsearchwidgetwrapper.sip
278278
%Include editorwidgets/qgsvaluerelationsearchwidgetwrapper.sip
279-
%Include geonode/qgsgeonodenewconnection.sip
280279
%Include layertree/qgscustomlayerorderwidget.sip
281280
%Include layertree/qgslayertreemapcanvasbridge.sip
282281
%Include layertree/qgslayertreeview.sip

src/app/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ SET(QGIS_APP_SRCS
155155

156156
geocms/qgsgeocmsproviderregistry.cpp
157157
geocms/geonode/qgsgeonodedataitems.cpp
158+
geocms/geonode/qgsgeonodenewconnection.cpp
158159
geocms/geonode/qgsgeonodesourceselect.cpp
159160

160161
layout/qgslayoutaddpagesdialog.cpp
@@ -338,6 +339,7 @@ SET (QGIS_APP_MOC_HDRS
338339
composer/qgsatlascompositionwidget.h
339340

340341
geocms/geonode/qgsgeonodedataitems.h
342+
geocms/geonode/qgsgeonodenewconnection.h
341343
geocms/geonode/qgsgeonodesourceselect.h
342344

343345
layout/qgslayoutaddpagesdialog.h
@@ -529,7 +531,6 @@ INCLUDE_DIRECTORIES(
529531
${CMAKE_SOURCE_DIR}/src/gui/symbology
530532
${CMAKE_SOURCE_DIR}/src/gui/attributetable
531533
${CMAKE_SOURCE_DIR}/src/gui/auth
532-
${CMAKE_SOURCE_DIR}/src/gui/geonode
533534
${CMAKE_SOURCE_DIR}/src/gui/ogr
534535
${CMAKE_SOURCE_DIR}/src/gui/raster
535536
${CMAKE_SOURCE_DIR}/src/gui/editorwidgets
@@ -577,7 +578,6 @@ INCLUDE_DIRECTORIES(
577578
../gui/symbology
578579
../gui/attributetable
579580
../gui/auth
580-
../gui/geonode
581581
../gui/ogr
582582
../gui/raster
583583
../gui/editorwidgets

src/gui/geonode/qgsgeonodenewconnection.h src/app/geocms/geonode/qgsgeonodenewconnection.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@
1919
#define QGSGEONODENEWCONNECTION_H
2020

2121
#include "ui_qgsnewgeonodeconnectionbase.h"
22-
#include "qgis_gui.h"
2322
#include "qgsguiutils.h"
2423
#include "qgsauthconfigselect.h"
2524

26-
class GUI_EXPORT QgsGeoNodeNewConnection : public QDialog, private Ui::QgsNewGeoNodeConnectionBase
25+
class QgsGeoNodeNewConnection : public QDialog, private Ui::QgsNewGeoNodeConnectionBase
2726
{
2827
Q_OBJECT
2928

src/gui/CMakeLists.txt

-7
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@ SET(QGIS_GUI_SRCS
150150
editorwidgets/qgsvaluerelationsearchwidgetwrapper.cpp
151151
editorwidgets/qgsvaluerelationwidgetfactory.cpp
152152

153-
geonode/qgsgeonodenewconnection.cpp
154-
155153
layertree/qgscustomlayerorderwidget.cpp
156154
layertree/qgslayertreeembeddedconfigwidget.cpp
157155
layertree/qgslayertreeembeddedwidgetregistry.cpp
@@ -646,8 +644,6 @@ SET(QGIS_GUI_MOC_HDRS
646644
editorwidgets/qgsvaluerelationsearchwidgetwrapper.h
647645
editorwidgets/qgsvaluerelationwidgetwrapper.h
648646

649-
geonode/qgsgeonodenewconnection.h
650-
651647
layertree/qgscustomlayerorderwidget.h
652648
layertree/qgslayertreeembeddedconfigwidget.h
653649
layertree/qgslayertreeembeddedwidgetsimpl.h
@@ -836,15 +832,12 @@ INCLUDE_DIRECTORIES(
836832
${CMAKE_SOURCE_DIR}/src/gui/layertree
837833
${CMAKE_SOURCE_DIR}/src/gui/layout
838834
${CMAKE_SOURCE_DIR}/src/gui/effects
839-
${CMAKE_SOURCE_DIR}/src/gui/geonode
840835
${CMAKE_SOURCE_DIR}/src/gui/ogr
841836
${CMAKE_SOURCE_DIR}/src/core
842837
${CMAKE_SOURCE_DIR}/src/core/annotations
843838
${CMAKE_SOURCE_DIR}/src/core/auth
844839
${CMAKE_SOURCE_DIR}/src/core/composer
845840
${CMAKE_SOURCE_DIR}/src/core/fieldformatter
846-
${CMAKE_SOURCE_DIR}/src/core/geocms
847-
${CMAKE_SOURCE_DIR}/src/core/geocms/geonode
848841
${CMAKE_SOURCE_DIR}/src/core/geometry
849842
${CMAKE_SOURCE_DIR}/src/core/layertree
850843
${CMAKE_SOURCE_DIR}/src/core/layout

0 commit comments

Comments
 (0)