mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
Suppress rendering feature
git-svn-id: http://svn.osgeo.org/qgis/trunk@2269 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
550fbed205
commit
9b719b3e8f
@ -3,6 +3,13 @@ QGIS Change Log
|
||||
------------------------------------------------------------------------------
|
||||
Version 0.6 'Simon' .... development version
|
||||
|
||||
2004-11-17 [timlinux] 0.5.0devel25
|
||||
**Added a little checkbox to the bottom right of status bar that
|
||||
when checked will suppress rendering of layers in main canvas
|
||||
and overview canvas, This is useful if you want to load a bunch
|
||||
of layers and tweak their symbology etc without having delays
|
||||
caused by rerendering everything after each change you make.
|
||||
|
||||
2004-11-16 [larsl] 0.5.0devel24
|
||||
** Reimplemented getNextFeature() so features are visible again
|
||||
|
||||
|
@ -26,7 +26,7 @@ dnl ---------------------------------------------------------------------------
|
||||
MAJOR_VERSION=0
|
||||
MINOR_VERSION=5
|
||||
MICRO_VERSION=0
|
||||
EXTRA_VERSION=24
|
||||
EXTRA_VERSION=25
|
||||
if test $EXTRA_VERSION -eq 0; then
|
||||
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user