Skip to content

Commit 37da713

Browse files
committed
Removed old symbology dialogs.
1 parent fa904dc commit 37da713

24 files changed

+31
-3578
lines changed

python/gui/symbology-ng/qgsrendererv2propertiesdialog.sip

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ class QgsRendererV2PropertiesDialog : QDialog
1414
void apply();
1515
void onOK();
1616

17-
void useOldSymbology();
18-
19-
signals:
20-
void useNewSymbology( bool );
21-
2217
protected:
2318

2419
//! Reimplements dialog keyPress event so we can ignore it

src/app/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ SET(QGIS_APP_SRCS
1616
qgsbookmarks.cpp
1717
qgsbrowserdockwidget.cpp
1818
qgsclipboard.cpp
19-
qgscontinuouscolordialog.cpp
2019
qgsconfigureshortcutsdialog.cpp
2120
qgscustomization.cpp
2221
qgscustomprojectiondialog.cpp
@@ -36,7 +35,6 @@ SET(QGIS_APP_SRCS
3635
qgsdisplayangle.cpp
3736
qgsfieldcalculator.cpp
3837
qgsfieldsproperties.cpp
39-
qgsgraduatedsymboldialog.cpp
4038
qgsidentifyresultsdialog.cpp
4139
qgsfeatureaction.cpp
4240
qgslabeldialog.cpp
@@ -104,13 +102,11 @@ SET(QGIS_APP_SRCS
104102
qgsrasterlayerproperties.cpp
105103
qgstextannotationdialog.cpp
106104
qgsshortcutsmanager.cpp
107-
qgssinglesymboldialog.cpp
108105
qgssnappingdialog.cpp
109106
qgssvgannotationdialog.cpp
110107
qgsundowidget.cpp
111108
qgstipgui.cpp
112109
qgstipfactory.cpp
113-
qgsuniquevaluedialog.cpp
114110
qgsvectorlayerproperties.cpp
115111
qgshandlebadlayers.cpp
116112

@@ -176,7 +172,6 @@ SET (QGIS_APP_MOC_HDRS
176172
qgsbookmarks.h
177173
qgsbrowserdockwidget.h
178174
qgsconfigureshortcutsdialog.h
179-
qgscontinuouscolordialog.h
180175
qgscustomization.h
181176
qgscustomprojectiondialog.h
182177
qgsdecorationitem.h
@@ -196,7 +191,6 @@ SET (QGIS_APP_MOC_HDRS
196191
qgsfieldsproperties.h
197192
qgsformannotationdialog.h
198193
qgshtmlannotationdialog.h
199-
qgsgraduatedsymboldialog.h
200194
qgsidentifyresultsdialog.h
201195
qgslabeldialog.h
202196
qgslabelengineconfigdialog.h
@@ -248,15 +242,13 @@ SET (QGIS_APP_MOC_HDRS
248242
qgsprojectproperties.h
249243
qgsrastercalcdialog.h
250244
qgsrasterlayerproperties.h
251-
qgssinglesymboldialog.h
252245
qgssnappingdialog.h
253246
qgssponsors.h
254247
qgssvgannotationdialog.h
255248
qgstextannotationdialog.h
256249
qgstipgui.h
257250
qgstipfactory.h
258251
qgsundowidget.h
259-
qgsuniquevaluedialog.h
260252
qgsvectorlayerproperties.h
261253
qgshandlebadlayers.h
262254

src/app/qgscontinuouscolordialog.cpp

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

src/app/qgscontinuouscolordialog.h

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

0 commit comments

Comments
 (0)