mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Added small icon displayed on raster legend showing whether this layer is in overview or not
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1596 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
c84bf644f8
commit
b9f0cff1d0
@ -1,9 +1,14 @@
|
||||
QGIS Change Log
|
||||
ChangeLog,v 1.134 2004/06/15 23:17:59 timlinux Exp
|
||||
ChangeLog,v 1.135 2004/06/16 00:17:03 timlinux Exp
|
||||
------------------------------------------------------------------------------
|
||||
Version 0.3 'Madison' .... development version
|
||||
|
||||
2004-06-16 [larsl] 0.3.0devel38
|
||||
2004-06-16 [ts] 0.3.0devel39
|
||||
** Added small icon displayed on raster legend showing whether this layer is in overview
|
||||
or not. This icon needs "petification!". Need to do the ame for vector once I figure
|
||||
out where to put the code!'
|
||||
|
||||
2004-06-16 [ts] 0.3.0devel38
|
||||
** Added new menu / toolbar option to add all loaded layers into the overview.
|
||||
|
||||
2004-06-15 [larsl] 0.3.0devel37
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
dnl configure.in,v 1.137 2004/06/15 23:18:00 timlinux Exp
|
||||
dnl configure.in,v 1.138 2004/06/16 00:17:03 timlinux Exp
|
||||
|
||||
AC_INIT
|
||||
|
||||
@ -24,7 +24,7 @@ dnl ---------------------------------------------------------------------------
|
||||
MAJOR_VERSION=0
|
||||
MINOR_VERSION=3
|
||||
MICRO_VERSION=0
|
||||
EXTRA_VERSION=38
|
||||
EXTRA_VERSION=39
|
||||
if test $EXTRA_VERSION -eq 0; then
|
||||
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user