qgisApp->mapCanvas is now exposed through the plugin interface.

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1298 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2004-05-03 23:24:15 +00:00
parent e1f82e6211
commit 5f3e479f01
2 changed files with 6 additions and 3 deletions

View File

@ -1,8 +1,11 @@
QGIS Change Log
ChangeLog,v 1.63 2004/05/03 11:02:56 timlinux Exp
ChangeLog,v 1.64 2004/05/03 23:24:15 timlinux Exp
------------------------------------------------------------------------------
Version 0.3 'Madison' .... developement version
2004-05-03 [ts] 0.2.0devel4
** qgisApp->mapCanvas is now exposed through the plugin interface.
2004-05-03 [ts] 0.2.0devel3
**Added three new widgets to status bar:
scale - which shows the scale in the form 1:50000 *

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl configure.in,v 1.64 2004/05/03 11:02:54 timlinux Exp
dnl configure.in,v 1.65 2004/05/03 23:24:15 timlinux Exp
AC_INIT
@ -24,7 +24,7 @@ dnl ---------------------------------------------------------------------------
MAJOR_VERSION=0
MINOR_VERSION=2
MICRO_VERSION=0
EXTRA_VERSION=3
EXTRA_VERSION=4
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
else