Skip to content

Commit

Permalink
Removed old symbology dialogs.
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Apr 7, 2013
1 parent fa904dc commit 37da713
Show file tree
Hide file tree
Showing 24 changed files with 31 additions and 3,578 deletions.
5 changes: 0 additions & 5 deletions python/gui/symbology-ng/qgsrendererv2propertiesdialog.sip
Expand Up @@ -14,11 +14,6 @@ class QgsRendererV2PropertiesDialog : QDialog
void apply();
void onOK();

void useOldSymbology();

signals:
void useNewSymbology( bool );

protected:

//! Reimplements dialog keyPress event so we can ignore it
Expand Down
8 changes: 0 additions & 8 deletions src/app/CMakeLists.txt
Expand Up @@ -16,7 +16,6 @@ SET(QGIS_APP_SRCS
qgsbookmarks.cpp
qgsbrowserdockwidget.cpp
qgsclipboard.cpp
qgscontinuouscolordialog.cpp
qgsconfigureshortcutsdialog.cpp
qgscustomization.cpp
qgscustomprojectiondialog.cpp
Expand All @@ -36,7 +35,6 @@ SET(QGIS_APP_SRCS
qgsdisplayangle.cpp
qgsfieldcalculator.cpp
qgsfieldsproperties.cpp
qgsgraduatedsymboldialog.cpp
qgsidentifyresultsdialog.cpp
qgsfeatureaction.cpp
qgslabeldialog.cpp
Expand Down Expand Up @@ -104,13 +102,11 @@ SET(QGIS_APP_SRCS
qgsrasterlayerproperties.cpp
qgstextannotationdialog.cpp
qgsshortcutsmanager.cpp
qgssinglesymboldialog.cpp
qgssnappingdialog.cpp
qgssvgannotationdialog.cpp
qgsundowidget.cpp
qgstipgui.cpp
qgstipfactory.cpp
qgsuniquevaluedialog.cpp
qgsvectorlayerproperties.cpp
qgshandlebadlayers.cpp

Expand Down Expand Up @@ -176,7 +172,6 @@ SET (QGIS_APP_MOC_HDRS
qgsbookmarks.h
qgsbrowserdockwidget.h
qgsconfigureshortcutsdialog.h
qgscontinuouscolordialog.h
qgscustomization.h
qgscustomprojectiondialog.h
qgsdecorationitem.h
Expand All @@ -196,7 +191,6 @@ SET (QGIS_APP_MOC_HDRS
qgsfieldsproperties.h
qgsformannotationdialog.h
qgshtmlannotationdialog.h
qgsgraduatedsymboldialog.h
qgsidentifyresultsdialog.h
qgslabeldialog.h
qgslabelengineconfigdialog.h
Expand Down Expand Up @@ -248,15 +242,13 @@ SET (QGIS_APP_MOC_HDRS
qgsprojectproperties.h
qgsrastercalcdialog.h
qgsrasterlayerproperties.h
qgssinglesymboldialog.h
qgssnappingdialog.h
qgssponsors.h
qgssvgannotationdialog.h
qgstextannotationdialog.h
qgstipgui.h
qgstipfactory.h
qgsundowidget.h
qgsuniquevaluedialog.h
qgsvectorlayerproperties.h
qgshandlebadlayers.h

Expand Down
203 changes: 0 additions & 203 deletions src/app/qgscontinuouscolordialog.cpp

This file was deleted.

56 changes: 0 additions & 56 deletions src/app/qgscontinuouscolordialog.h

This file was deleted.

0 comments on commit 37da713

Please sign in to comment.