mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Changed projectio to restore zorder correctly and freeze mapcanvas during restore.
git-svn-id: http://svn.osgeo.org/qgis/trunk@1666 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
804cdd45d4
commit
e84d34c84e
@ -1,8 +1,12 @@
|
||||
QGIS Change Log
|
||||
ChangeLog,v 1.147 2004/06/23 19:32:25 mcoletti Exp
|
||||
ChangeLog,v 1.148 2004/06/24 08:04:04 timlinux Exp
|
||||
------------------------------------------------------------------------------
|
||||
Version 0.3 'Madison' .... development version
|
||||
|
||||
2004-06-24 [ts] 0.3.0devel51
|
||||
** Completion of projectio fixes to freeze canvas and restore zorder correctly.
|
||||
Small issue with restoring extents properly needs to be resolved still.
|
||||
|
||||
2004-06-23 [mcoletti] 0.3.0devel50
|
||||
Fixed bug whereby one couldn't downcast from QgsMapLayer* to a
|
||||
QgsVectorLayer*. Apparently this was because dlopen()'d files didn't have
|
||||
|
@ -1,10 +1,7 @@
|
||||
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
<<<<<<< configure.in
|
||||
dnl configure.in,v 1.149 2004/06/23 19:32:25 mcoletti Exp
|
||||
=======
|
||||
dnl configure.in,v 1.149 2004/06/23 19:32:25 mcoletti Exp
|
||||
>>>>>>> 1.147
|
||||
dnl configure.in,v 1.150 2004/06/24 08:04:04 timlinux Exp
|
||||
|
||||
|
||||
|
||||
AC_INIT
|
||||
@ -29,7 +26,7 @@ dnl ---------------------------------------------------------------------------
|
||||
MAJOR_VERSION=0
|
||||
MINOR_VERSION=3
|
||||
MICRO_VERSION=0
|
||||
EXTRA_VERSION=50
|
||||
EXTRA_VERSION=51
|
||||
if test $EXTRA_VERSION -eq 0; then
|
||||
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user