Removal of some genericly useable raster methods into qgsrasterlayer

git-svn-id: http://svn.osgeo.org/qgis/trunk@1577 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2004-06-13 22:04:47 +00:00
parent 72089002c9
commit 0daeaf15f5
2 changed files with 16 additions and 3 deletions

View File

@ -1,8 +1,21 @@
QGIS Change Log
ChangeLog,v 1.129 2004/06/13 17:25:58 timlinux Exp
ChangeLog,v 1.130 2004/06/13 22:04:47 timlinux Exp
------------------------------------------------------------------------------
Version 0.3 'Madison' .... development version
2004-06-13 [ts] 0.3.0devel34
** Removed gdal deps in qgisapp.
** Moved raster load stuff to a group at the end of qgisapp.cpp file.
** Removed generically useable raster fns from qgisapp to static methods of qgsrasterlayer.
** Some renaming of variable names etc.
** Added addRaster(QgsRasterLayer *) private method to qgisapp - which is intended for
use via plugins that want to load 'ready made' / symbolised raster layer into the mapCanvas.
2004-06-13 [ts] 0.3.0devel33
** Globally changed legen item fonts to arial 10pt for consistancy with rest of ui. Will soft

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl configure.in,v 1.132 2004/06/13 17:25:58 timlinux Exp
dnl configure.in,v 1.133 2004/06/13 22:04:47 timlinux Exp
AC_INIT
@ -24,7 +24,7 @@ dnl ---------------------------------------------------------------------------
MAJOR_VERSION=0
MINOR_VERSION=3
MICRO_VERSION=0
EXTRA_VERSION=33
EXTRA_VERSION=34
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
else