0.5.0devel29 - QgsProject properties interface re-designed to be similar to QSettings

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2316 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
mcoletti 2004-11-22 22:16:20 +00:00
parent 1751ad9a54
commit 715ebc1128
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,9 @@ QGIS Change Log
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
Version 0.6 'Simon' .... development version Version 0.6 'Simon' .... development version
2004-11-22 [mcoletti] 0.5.0devel29
** QgsProject properties now re-designed to be similar to QSettings
2004-11-20 [timlinux] 0.5.0devel28 2004-11-20 [timlinux] 0.5.0devel28
** Added the capability to interrupt the rendering of the currently drawing map ** 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 layer by pressing the escape key. Repeat and rinse to interrupt drawing of all

View File

@ -26,7 +26,7 @@ dnl ---------------------------------------------------------------------------
MAJOR_VERSION=0 MAJOR_VERSION=0
MINOR_VERSION=5 MINOR_VERSION=5
MICRO_VERSION=0 MICRO_VERSION=0
EXTRA_VERSION=28 EXTRA_VERSION=29
if test $EXTRA_VERSION -eq 0; then if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION} VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
else else