mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-12 00:06:54 -05:00
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:
parent
72089002c9
commit
0daeaf15f5
15
ChangeLog
15
ChangeLog
@ -1,8 +1,21 @@
|
|||||||
QGIS Change Log
|
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
|
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
|
2004-06-13 [ts] 0.3.0devel33
|
||||||
|
|
||||||
** Globally changed legen item fonts to arial 10pt for consistancy with rest of ui. Will soft
|
** Globally changed legen item fonts to arial 10pt for consistancy with rest of ui. Will soft
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
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
|
AC_INIT
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ dnl ---------------------------------------------------------------------------
|
|||||||
MAJOR_VERSION=0
|
MAJOR_VERSION=0
|
||||||
MINOR_VERSION=3
|
MINOR_VERSION=3
|
||||||
MICRO_VERSION=0
|
MICRO_VERSION=0
|
||||||
EXTRA_VERSION=33
|
EXTRA_VERSION=34
|
||||||
if test $EXTRA_VERSION -eq 0; then
|
if test $EXTRA_VERSION -eq 0; then
|
||||||
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
|
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user