Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Improvements and Fixes for quickprint
 - moved actual pringing logic into gui lib so that third party apps can make use of it.
 - fixes for legend font size rendering issues


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7959 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jan 14, 2008
1 parent 4ba7ca9 commit 505d840
Show file tree
Hide file tree
Showing 8 changed files with 1,256 additions and 1,061 deletions.
2 changes: 2 additions & 0 deletions src/gui/CMakeLists.txt
Expand Up @@ -18,6 +18,7 @@ qgsmaptoolpan.cpp
qgsmaptoolzoom.cpp
qgsmessageviewer.cpp
qgsprojectionselector.cpp
qgsquickprint.cpp
qgsrubberband.cpp
qgsvertexmarker.cpp
)
Expand All @@ -31,6 +32,7 @@ qgsmapoverviewcanvas.h
qgsmessageviewer.h
qgsmaptoolemitpoint.h
qgsprojectionselector.h
qgsquickprint.h
)

QT4_WRAP_CPP(QGIS_GUI_MOC_SRCS ${QGIS_GUI_MOC_HDRS})
Expand Down

0 comments on commit 505d840

Please sign in to comment.