Skip to content

Commit

Permalink
single dialog to save all types (QML, SLD, DataBase)
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and nyalldawson committed Sep 14, 2018
1 parent cb97740 commit 5e6c382
Show file tree
Hide file tree
Showing 13 changed files with 348 additions and 536 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsmaplayer.sip.in
Expand Up @@ -874,7 +874,7 @@ record in the users style table in their personal qgis.db)
.. seealso:: :py:func:`loadNamedStyle`
%End

virtual QString saveNamedStyle( const QString &uri, bool &resultFlag /Out/ );
virtual QString saveNamedStyle( const QString &uri, bool &resultFlag /Out/, StyleCategories categories = AllStyleCategories );
%Docstring
Save the properties of this layer as a named style
(either as a .qml file on disk or as a
Expand Down
6 changes: 2 additions & 4 deletions src/app/CMakeLists.txt
Expand Up @@ -66,7 +66,6 @@ SET(QGIS_APP_SRCS
qgspuzzlewidget.cpp
qgsversionmigration.cpp
qgsrulebasedlabelingwidget.cpp
qgssavestyletodbdialog.cpp
qgssnappinglayertreemodel.cpp
qgssnappingwidget.cpp
qgsstatusbarcoordinateswidget.cpp
Expand Down Expand Up @@ -138,7 +137,7 @@ SET(QGIS_APP_SRCS
qgssvgannotationdialog.cpp
qgsundowidget.cpp
qgsvectorlayerlegendwidget.cpp
qgsvectorlayerloadsavestyledialog.cpp
qgsvectorlayersavestyledialog.cpp
qgsvectorlayerproperties.cpp
qgsmapthemes.cpp
qgshandlebadlayers.cpp
Expand Down Expand Up @@ -290,7 +289,6 @@ SET (QGIS_APP_MOC_HDRS
qgsmapsavedialog.h
qgspuzzlewidget.h
qgsrulebasedlabelingwidget.h
qgssavestyletodbdialog.h
qgssnappinglayertreemodel.h
qgssnappingwidget.h
qgsstatusbarcoordinateswidget.h
Expand Down Expand Up @@ -378,7 +376,7 @@ SET (QGIS_APP_MOC_HDRS
qgstextannotationdialog.h
qgsundowidget.h
qgsvectorlayerlegendwidget.h
qgsvectorlayerloadsavestyledialog.h
qgsvectorlayersavestyledialog.h
qgsvectorlayerproperties.h
qgsmapthemes.h
qgshandlebadlayers.h
Expand Down
113 changes: 0 additions & 113 deletions src/app/qgssavestyletodbdialog.cpp

This file was deleted.

48 changes: 0 additions & 48 deletions src/app/qgssavestyletodbdialog.h

This file was deleted.

96 changes: 0 additions & 96 deletions src/app/qgsvectorlayerloadsavestyledialog.cpp

This file was deleted.

0 comments on commit 5e6c382

Please sign in to comment.