mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Added the capability to interrupt the rendering of the currently drawing map layer by pressing the escape key. Repeat and rinse to interrupt drawing of all vector layers. Not implemented for raster layers yet.
git-svn-id: http://svn.osgeo.org/qgis/trunk@2295 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
e8a0d8707e
commit
171302cf6c
@ -3,6 +3,11 @@ QGIS Change Log
|
||||
------------------------------------------------------------------------------
|
||||
Version 0.6 'Simon' .... development version
|
||||
|
||||
2004-11-20 [timlinux] 0.5.0devel28
|
||||
** Added the capability to interrupt the rendering of the currently drawing map
|
||||
layer by pressing the escape key. Repeat and rinse to interrupt drawing of all
|
||||
vector layers. Not implemented for raster layers yet.
|
||||
|
||||
2004-11-11 [gsherman] 0.5.0devel27
|
||||
** First pass at a PostgreSQL query builder. This is not entirely
|
||||
functional yet. Fields for a table are displayed and sample or all
|
||||
|
@ -26,7 +26,7 @@ dnl ---------------------------------------------------------------------------
|
||||
MAJOR_VERSION=0
|
||||
MINOR_VERSION=5
|
||||
MICRO_VERSION=0
|
||||
EXTRA_VERSION=27
|
||||
EXTRA_VERSION=28
|
||||
if test $EXTRA_VERSION -eq 0; then
|
||||
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user