Backdated changelog comments I forgot to commit

git-svn-id: http://svn.osgeo.org/qgis/trunk@1063 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2004-03-23 01:02:28 +00:00
parent 46eafcefe6
commit cee9e1c371

View File

@ -1,8 +1,12 @@
QGIS Change Log
ChangeLog,v 1.34 2004/03/22 20:04:56 mcoletti Exp
ChangeLog,v 1.35 2004/03/23 01:02:28 timlinux Exp
------------------------------------------------------------------------------
Version 0.2 'Pumpkin' .... development version
2004-03-22 [mac] 0.1.0devel9
** Added gps_importer plugin (still a work in progress)
2004-03-22 [mac] 0.1.0devel8
** s/config.h/qgsconfig.h/
** qgsconfig.h now has header sentinals
@ -10,7 +14,18 @@ Version 0.2 'Pumpkin' .... development version
$(prefix)/lib
** "src/Makefile" no longer relies on explicit dependencies and uses better
naming scheme for created source files
2004-03-21 [ts] 0.1.0devel7
** Added thumbnail preview of raster to raster props dialog.
Added drawThumbnail method to rasterlayer.cpp
Split (overloaded) draw method in rasterlayer.cpp so that some parts of
the original draw method could be used by drawThumbnail method too.
** Fixed a bug in the drawing of pseudocolor single band grayscale images that
prevented all class breaks being displayed.
2004-03-10 [gs] 0.1.0devel7
** Added delimited text plugin which provides gui to add delimited text
layers using the delimited_text data provider