Filter hook for raster

git-svn-id: http://svn.osgeo.org/qgis/trunk@987 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2004-03-06 03:37:11 +00:00
parent 3700434188
commit 9c4f775641

View File

@ -1,8 +1,13 @@
QGIS Change Log
ChangeLog,v 1.29 2004/03/05 23:30:29 jobi Exp
ChangeLog,v 1.30 2004/03/06 03:37:11 timlinux Exp
------------------------------------------------------------------------------
Version 0.2 'Pumpkin' .... development version
2004-03-06 [ts] 0.1.0devel6
** Added QgsRasterLayer::filterLayer which gets called near the end of each of
the 8 renderers. This is the place to inline filters. Note that eventually filters
will be hived out to a filter plugin mechanism.
2004-03-06 [didge] 0.1.0devel6
** Changed configure stuff to write DEFINES in config.h.
Postgresql stuff needs testing as I commented the compileflags in src/Makefile.am