Skip to content

Commit

Permalink
Merge pull request from Matthias Kuhn to remove old diagram GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored and mhugent committed Oct 4, 2012
1 parent 6cd3e7e commit a07845d
Show file tree
Hide file tree
Showing 19 changed files with 7 additions and 1,648 deletions.
14 changes: 0 additions & 14 deletions src/plugins/diagram_overlay/CMakeLists.txt
Expand Up @@ -2,39 +2,25 @@
# Files

SET (DIAGRAMOVERLAY_SRCS
qgsdiagramdialog.cpp
qgsdiagramcategory.cpp
qgsdiagramfactory.cpp
qgswkndiagramfactory.cpp
qgswkndiagramfactorywidget.cpp
qgsbardiagramfactory.cpp
qgspiediagramfactory.cpp
qgssvgdiagramfactory.cpp
qgssvgdiagramfactorywidget.cpp
qgsdiagramfactorywidget.cpp
qgsdiagramoverlay.cpp
qgsdiagramoverlayplugin.cpp
qgsdiagramrenderer.cpp
qgsdiagramrendererwidget.cpp
qgslinearlyscalingdialog.cpp
)

SET (DIAGRAMOVERLAY_UIS qgsdiagramdialogbase.ui qgslinearlyscalingdialogbase.ui qgssvgdiagramfactorywidgetbase.ui qgswkndiagramfactorywidgetbase.ui)

SET (DIAGRAMOVERLAY_MOC_HDRS
qgsdiagramoverlayplugin.h
qgsdiagramdialog.h
qgslinearlyscalingdialog.h
qgssvgdiagramfactorywidget.h
qgswkndiagramfactorywidget.h
)


########################################################
# Build

QT4_WRAP_UI (DIAGRAMOVERLAY_UIS_H ${DIAGRAMOVERLAY_UIS})

QT4_WRAP_CPP (DIAGRAMOVERLAY_MOC_SRCS ${DIAGRAMOVERLAY_MOC_HDRS})

ADD_LIBRARY (diagramoverlay MODULE ${DIAGRAMOVERLAY_UIS_H} ${DIAGRAMOVERLAY_SRCS} ${DIAGRAMOVERLAY_MOC_SRCS})
Expand Down
348 changes: 0 additions & 348 deletions src/plugins/diagram_overlay/qgsdiagramdialog.cpp

This file was deleted.

0 comments on commit a07845d

Please sign in to comment.