From 9c4f7756412f404c79c4ae97f4c93f3241702465 Mon Sep 17 00:00:00 2001 From: timlinux Date: Sat, 6 Mar 2004 03:37:11 +0000 Subject: [PATCH] Filter hook for raster git-svn-id: http://svn.osgeo.org/qgis/trunk@987 c8812cc2-4d05-0410-92ff-de0c093fc19c --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ab5f930a546..55b7137765a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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