Skip to content

Commit 88e00d6

Browse files
committed
Revert "[FEATURE] QGIS - GeoNode Integration: Integrate with QGIS Browser Panel (#4816)"
This reverts commit 5f66f36. Some outstanding issues need to be addressed before this can be merged
1 parent b5c2253 commit 88e00d6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+18
-3894
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/CMakeLists.txt.user
2424
/CMakeLists.txt.user.*
2525
api_doc
26-
*build*
26+
build*
2727
debian/*.debhelper
2828
debian/*.substvars
2929
desktop.ini

images/images.qrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@
135135
<file>themes/default/mActionAddWcsLayer.svg</file>
136136
<file>themes/default/mActionAddWfsLayer.svg</file>
137137
<file>themes/default/mActionAddWmsLayer.svg</file>
138-
<file>themes/default/mActionAddGeonodeLayer.svg</file>
139138
<file>themes/default/mActionAddDelimitedTextLayer.svg</file>
140139
<file>themes/default/mActionAddVirtualLayer.svg</file>
141140
<file>themes/default/mActionAlignBottom.svg</file>
@@ -357,7 +356,6 @@
357356
<file>themes/default/mIconFieldInteger.svg</file>
358357
<file>themes/default/mIconFieldText.svg</file>
359358
<file>themes/default/mIconFieldTime.svg</file>
360-
<file>themes/default/mIconGeonode.svg</file>
361359
<file>themes/default/mIconInfo.svg</file>
362360
<file>themes/default/mIconImport.gif</file>
363361
<file>themes/default/mIconLabelQuadrantCenter.svg</file>

images/themes/default/mActionAddGeonodeLayer.svg

Lines changed: 0 additions & 407 deletions
This file was deleted.

images/themes/default/mIconGeonode.svg

Lines changed: 0 additions & 13 deletions
This file was deleted.

python/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ INCLUDE_DIRECTORIES(
112112
${CMAKE_SOURCE_DIR}/src/core/fieldformatter
113113
${CMAKE_SOURCE_DIR}/src/core/dxf
114114
${CMAKE_SOURCE_DIR}/src/core/geometry
115-
${CMAKE_SOURCE_DIR}/src/core/geonode
116115
${CMAKE_SOURCE_DIR}/src/core/gps
117116
${CMAKE_SOURCE_DIR}/src/core/layertree
118117
${CMAKE_SOURCE_DIR}/src/core/layout
@@ -142,7 +141,6 @@ IF (WITH_GUI)
142141
${CMAKE_SOURCE_DIR}/src/gui/editorwidgets
143142
${CMAKE_SOURCE_DIR}/src/gui/editorwidgets/core
144143
${CMAKE_SOURCE_DIR}/src/gui/effects
145-
${CMAKE_SOURCE_DIR}/src/gui/geonode
146144
${CMAKE_SOURCE_DIR}/src/gui/layertree
147145
${CMAKE_SOURCE_DIR}/src/gui/layout
148146
${CMAKE_SOURCE_DIR}/src/gui/locator

python/core/core_auto.sip

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,6 @@
280280
%Include fieldformatter/qgsrelationreferencefieldformatter.sip
281281
%Include fieldformatter/qgsvaluemapfieldformatter.sip
282282
%Include fieldformatter/qgsvaluerelationfieldformatter.sip
283-
%Include geonode/qgsgeonodeconnection.sip
284-
%Include geonode/qgsgeonoderequest.sip
285283
%Include gps/qgsqtlocationconnection.sip
286284
%Include gps/qgsgpsconnectionregistry.sip
287285
%Include qgsapplication.sip

python/core/geonode/qgsdataitemprovider.sip

Whitespace-only changes.

python/core/geonode/qgsgeonodeconnection.sip

Lines changed: 0 additions & 86 deletions
This file was deleted.

python/core/geonode/qgsgeonoderequest.sip

Lines changed: 0 additions & 121 deletions
This file was deleted.

python/core/qgsdataitemprovider.sip

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ Caller takes responsibility of deleting created items.
4949
:rtype: QgsDataItem
5050
%End
5151

52-
virtual QVector<QgsDataItem *> createDataItems( const QString &path, QgsDataItem *parentItem );
53-
%Docstring
54-
Caller takes responsibility of deleting created items.
55-
:rtype: list of QgsDataItem
56-
%End
5752
};
5853

5954
/************************************************************************

0 commit comments

Comments
 (0)