Force new project added to plugin iface

git-svn-id: http://svn.osgeo.org/qgis/trunk@1584 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2004-06-14 11:03:59 +00:00
parent 4cbdbf5bfb
commit f86f900f9d
2 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,12 @@
QGIS Change Log QGIS Change Log
ChangeLog,v 1.131 2004/06/14 00:10:28 timlinux Exp ChangeLog,v 1.132 2004/06/14 11:03:58 timlinux Exp
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
Version 0.3 'Madison' .... development version Version 0.3 'Madison' .... development version
2004-06-14 [ts] 0.3.0devel36
** Added capability for plugins to clear the current project ignoring
the project dirty flag (ie force new project).
2004-06-14 [ts] 0.3.0devel35 2004-06-14 [ts] 0.3.0devel35
** Added addRasterLayer(QgsRasterLayer *) to the plugin interface. This allows plugins ** Added addRasterLayer(QgsRasterLayer *) to the plugin interface. This allows plugins
to construct their own raster object, set its symbolisation and the pass it over to construct their own raster object, set its symbolisation and the pass it over

View File

@ -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.134 2004/06/14 00:10:28 timlinux Exp dnl configure.in,v 1.135 2004/06/14 11:03:59 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=35 EXTRA_VERSION=36
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