From 5adcc5e9d56b37d55536ab23179e83ab6e71b883 Mon Sep 17 00:00:00 2001 From: "Juergen E. Fischer" Date: Thu, 26 Dec 2019 16:25:19 +0100 Subject: [PATCH] txt2tags 3.3: drop --css-sugar --css-inside (closes #33516) (cherry picked from commit 157a6700cac6dccfc28185634f1b507f0edadab8) --- INSTALL | 6 +- NEWS | 6 +- doc/INSTALL.html | 3811 +++++++++++++++-------------- doc/INSTALL.t2t | 2 +- doc/news.html | 6077 ++++++++++++++++++++++++++++------------------ doc/news.t2t | 2 +- 6 files changed, 5776 insertions(+), 4128 deletions(-) diff --git a/INSTALL b/INSTALL index 53d4afd0d70a..669f4bee8219 100644 --- a/INSTALL +++ b/INSTALL @@ -1,10 +1,10 @@ QGIS Building QGIS from source - step by step -Friday October 25, 2019 +Thursday December 26, 2019 -Last Updated: Friday October 25, 2019 -Last Change : Tuesday October 22, 2019 +Last Updated: Thursday December 26, 2019 +Last Change : Thursday December 26, 2019 1. Introduction diff --git a/NEWS b/NEWS index f22a96a5f92b..6d64080ce157 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ QGIS News Change history for the QGIS Project -Friday October 25, 2019 +Thursday December 26, 2019 ------------------------------------------------------------------------ @@ -46,8 +46,8 @@ Friday October 25, 2019 ------------------------------------------------------------------------ -Last Updated: Friday October 25, 2019 -Last Change : Friday October 25, 2019 +Last Updated: Thursday December 26, 2019 +Last Change : Thursday December 26, 2019 1. What's new in Version 3.10 'A Coruña'? diff --git a/doc/INSTALL.html b/doc/INSTALL.html index 8eaad4bbac7d..ea1e4e1a13ac 100644 --- a/doc/INSTALL.html +++ b/doc/INSTALL.html @@ -1,434 +1,459 @@ - - - - - -QGIS - - - - - - - - - -
-

-Last Updated: Friday October 25, 2019 -Last Change : Tuesday October 22, 2019 -

- - - -

1. Introduction

- -

+ + + + +QGIS + + + + + +

+
+

QGIS

+

Building QGIS from source - step by step

+

Thursday December 26, 2019

+
+
+
+ +
+

+Last Updated: Thursday December 26, 2019 +Last Change : Thursday December 26, 2019 +

+ + +
+

1. Introduction

+ +

This document is the original installation guide of the described software QGIS. The software and hardware descriptions named in this document are in most cases registered trademarks and are therefore subject to the legal requirements. QGIS is subject to the GNU General Public License. Find more information on the QGIS Homepage: -http://qgis.org -

-

+http://qgis.org +

+

The details, that are given in this document have been written and verified to the best of knowledge and responsibility of the editors. Nevertheless, mistakes concerning the content are possible. Therefore, all data are not liable to any duties or guarantees. The editors and publishers do not take any responsibility or liability for failures and their consequences. You are always welcome for indicating possible mistakes. -

-

+

+

Because the code of QGIS evolves from release to release, These instructions are regularly updated to match the corresponding release. Instructions for the current master branch are available at -http://htmlpreview.github.io/?https://raw.github.com/qgis/QGIS/master/doc/INSTALL.html. +http://htmlpreview.github.io/?https://raw.github.com/qgis/QGIS/master/doc/INSTALL.html. If you wish to build another version of QGIS, ensure to checkout the appropriate -release branch. The QGIS source code can be found in the repository. -

-

-Please visit http://qgis.org for information on joining our mailing lists +release branch. The QGIS source code can be found in the repository. +

+

+Please visit http://qgis.org for information on joining our mailing lists and getting involved in the project further. -

-

-/!\ Note to document writers: Please use this document as the central +

+

+/!\ Note to document writers: Please use this document as the central place for describing build procedures. Please do not remove this notice. -

-

-/!\ Note to document writers: This document is generated from +

+

+/!\ Note to document writers: This document is generated from doc/INSTALL.t2t - if you need to edit this document, be sure to edit that file rather than the generated INSTALL document found in the root of the source directory. -

+

- -

2. Overview

+
+
+

2. Overview

-

+

QGIS, like a number of major projects (e.g., KDE 4.0), uses CMake -(http://www.cmake.org) for building from source. -

-

+(http://www.cmake.org) for building from source. +

+

Following a summary of the required dependencies for building: -

-

+

+

Required build tools: -

- -
    -
  • CMake >= 3.0.0 -
  • Flex >= 2.5.6 -
  • Bison >= 2.4 -
  • Python 3 -
- -

+

+ +
    +
  • CMake >= 3.0.0 +
  • +
  • Flex >= 2.5.6 +
  • +
  • Bison >= 2.4 +
  • +
  • Python 3 +
  • +
+ +

Required build dependencies: -

- -
    -
  • Qt >= 5.9.0 -
  • Proj >= 4.9.3 -
  • GEOS >= 3.4 -
  • Sqlite3 >= 3.0.0 -
  • SpatiaLite >= 4.2.0 -
  • libspatialindex -
  • GDAL/OGR >= 2.1 -
  • Qwt >= 5.0 & (< 6.1 with internal QwtPolar) -
  • expat >= 1.95 -
  • QScintilla2 -
  • QCA -
  • qtkeychain (>= 0.5) -
  • libzip -
- -

+

+ +
    +
  • Qt >= 5.9.0 +
  • +
  • Proj >= 4.9.3 +
  • +
  • GEOS >= 3.4 +
  • +
  • Sqlite3 >= 3.0.0 +
  • +
  • SpatiaLite >= 4.2.0 +
  • +
  • libspatialindex +
  • +
  • GDAL/OGR >= 2.1 +
  • +
  • Qwt >= 5.0 & (< 6.1 with internal QwtPolar) +
  • +
  • expat >= 1.95 +
  • +
  • QScintilla2 +
  • +
  • QCA +
  • +
  • qtkeychain (>= 0.5) +
  • +
  • libzip +
  • +
+ +

Optional dependencies: -

- -
    -
  • for GRASS providers and plugin - GRASS >= 7.0.0. -
  • for georeferencer - GSL >= 1.8 -
  • for PostGIS support - PostgreSQL >= 8.0.x -
  • for gps plugin - gpsbabel -
  • for mapserver export and PyQGIS - Python >= 3.3 -
  • for python support - SIP >= 4.12, PyQt >= 5.3 must match Qt version, Qscintilla2 -
  • for qgis mapserver - FastCGI -
  • for oracle provider - Oracle OCI library -
- -

+

+ +
    +
  • for GRASS providers and plugin - GRASS >= 7.0.0. +
  • +
  • for georeferencer - GSL >= 1.8 +
  • +
  • for PostGIS support - PostgreSQL >= 8.0.x +
  • +
  • for gps plugin - gpsbabel +
  • +
  • for mapserver export and PyQGIS - Python >= 3.3 +
  • +
  • for python support - SIP >= 4.12, PyQt >= 5.3 must match Qt version, Qscintilla2 +
  • +
  • for qgis mapserver - FastCGI +
  • +
  • for oracle provider - Oracle OCI library +
  • +
+ +

Indirect dependencies: -

-

+

+

Some proprietary formats (e.g., ECW and MrSid) supported by GDAL require proprietary third party libraries. QGIS doesn't need any of those itself to build, but will only support those formats if GDAL is built accordingly. Refer -to http://gdal.org/formats_list.html ff. for instructions how to include +to http://gdal.org/formats_list.html ff. for instructions how to include those formats in GDAL. -

+

- -

3. Building on GNU/Linux

+
+
+

3. Building on GNU/Linux

- -

3.1. Building QGIS with Qt 5.x

+
+

3.1. Building QGIS with Qt 5.x

-

-Requires: Ubuntu / Debian derived distro -

-

-/!\ Note: Refer to the section Building Debian packages for building +

+Requires: Ubuntu / Debian derived distro +

+

+/!\ Note: Refer to the section Building Debian packages for building debian packages. Unless you plan to develop on QGIS, that is probably the easiest option to compile and install QGIS. -

-

+

+

These notes are for Ubuntu - other versions and Debian derived distros may require slight variations in package names. -

-

+

+

These notes are for if you want to build QGIS from source. One of the major -aims here is to show how this can be done using binary packages for *all* +aims here is to show how this can be done using binary packages for *all* dependencies - building only the core QGIS stuff from source. I prefer this approach because it means we can leave the business of managing system packages to apt and only concern ourselves with coding QGIS! -

-

+

+

This document assumes you have made a fresh install and have a 'clean' system. These instructions should work fine if this is a system that has already been in use for a while, you may need to just skip those steps which are irrelevant to you. -

+

- -

3.2. Prepare apt

+
+
+

3.2. Prepare apt

-

+

The packages QGIS depends on to build are available in the "universe" component of Ubuntu. This is not activated by default, so you need to activate it: -

+

-
    -
  1. Edit your /etc/apt/sources.list file. -
  2. Uncomment all the lines starting with "deb" -
+
    +
  1. Edit your /etc/apt/sources.list file. +
  2. +
  3. Uncomment all the lines starting with "deb" +
  4. +
-

+

Also you will need a recent enough distribution in order for all dependencies to be met. The supported distributions are listed in the following section. -

-

+

+

Now update your local sources database: -

+

-
+
 sudo apt-get update
-
- - -

3.3. Install build dependencies

- - - - - - - - - - - - - - - - - - - - - - - - - - -
Distributioninstall command for packages
busterapt-get install bison ca-certificates ccache cmake cmake-curses-gui dh-python doxygen expect flex gdal-bin git graphviz grass-dev libexiv2-dev libexpat1-dev libfcgi-dev libgdal-dev libgeos-dev libgsl-dev libpq-dev libproj-dev libqca-qt5-2-dev libqca-qt5-2-plugins libqscintilla2-qt5-dev libqt5opengl5-dev libqt5serialport5-dev libqt5sql5-sqlite libqt5svg5-dev libqt5webkit5-dev libqt5xmlpatterns5-dev libqwt-qt5-dev libspatialindex-dev libspatialite-dev libsqlite3-dev libsqlite3-mod-spatialite libyaml-tiny-perl libzip-dev lighttpd locales ninja-build ocl-icd-opencl-dev opencl-headers pkg-config poppler-utils pyqt5-dev pyqt5-dev-tools pyqt5.qsci-dev python3-all-dev python3-dateutil python3-dev python3-future python3-gdal python3-httplib2 python3-jinja2 python3-lxml python3-markupsafe python3-mock python3-nose2 python3-owslib python3-plotly python3-psycopg2 python3-pygments python3-pyproj python3-pyqt5 python3-pyqt5.qsci python3-pyqt5.qtsql python3-pyqt5.qtsvg python3-pyqt5.qtwebkit python3-requests python3-sip python3-sip-dev python3-six python3-termcolor python3-tz python3-yaml qt3d-assimpsceneimport-plugin qt3d-defaultgeometryloader-plugin qt3d-gltfsceneio-plugin qt3d-scene2d-plugin qt3d5-dev qt5-default qt5keychain-dev qtbase5-dev qtbase5-private-dev qtpositioning5-dev qttools5-dev qttools5-dev-tools saga spawn-fcgi txt2tags xauth xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xvfb
bionicapt-get install bison ca-certificates ccache cmake cmake-curses-gui dh-python doxygen expect flex gdal-bin git graphviz grass-dev libexiv2-dev libexpat1-dev libfcgi-dev libgdal-dev libgeos-dev libgsl-dev libpq-dev libproj-dev libqca-qt5-2-dev libqca-qt5-2-plugins libqscintilla2-qt5-dev libqt5opengl5-dev libqt5serialport5-dev libqt5sql5-sqlite libqt5svg5-dev libqt5webkit5-dev libqt5xmlpatterns5-dev libqwt-qt5-dev libspatialindex-dev libspatialite-dev libsqlite3-dev libsqlite3-mod-spatialite libyaml-tiny-perl libzip-dev lighttpd locales ninja-build ocl-icd-opencl-dev opencl-headers pkg-config poppler-utils pyqt5-dev pyqt5-dev-tools pyqt5.qsci-dev python3-all-dev python3-dateutil python3-dev python3-future python3-gdal python3-httplib2 python3-jinja2 python3-lxml python3-markupsafe python3-mock python3-nose2 python3-owslib python3-plotly python3-psycopg2 python3-pygments python3-pyproj python3-pyqt5 python3-pyqt5.qsci python3-pyqt5.qtsql python3-pyqt5.qtsvg python3-pyqt5.qtwebkit python3-requests python3-sip python3-sip-dev python3-six python3-termcolor python3-tz python3-yaml qt3d-assimpsceneimport-plugin qt3d-defaultgeometryloader-plugin qt3d-gltfsceneio-plugin qt3d-scene2d-plugin qt3d5-dev qt5-default qt5keychain-dev qtbase5-dev qtbase5-private-dev qtpositioning5-dev qttools5-dev qttools5-dev-tools saga spawn-fcgi txt2tags xauth xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xvfb
discoapt-get install bison ca-certificates ccache cmake cmake-curses-gui dh-python doxygen expect flex gdal-bin git graphviz grass-dev libexiv2-dev libexpat1-dev libfcgi-dev libgdal-dev libgeos-dev libgsl-dev libpq-dev libproj-dev libqca-qt5-2-dev libqca-qt5-2-plugins libqscintilla2-qt5-dev libqt5opengl5-dev libqt5serialport5-dev libqt5sql5-sqlite libqt5svg5-dev libqt5webkit5-dev libqt5xmlpatterns5-dev libqwt-qt5-dev libspatialindex-dev libspatialite-dev libsqlite3-dev libsqlite3-mod-spatialite libyaml-tiny-perl libzip-dev lighttpd locales ninja-build ocl-icd-opencl-dev opencl-headers pkg-config poppler-utils pyqt5-dev pyqt5-dev-tools pyqt5.qsci-dev python3-all-dev python3-dateutil python3-dev python3-future python3-gdal python3-httplib2 python3-jinja2 python3-lxml python3-markupsafe python3-mock python3-nose2 python3-owslib python3-plotly python3-psycopg2 python3-pygments python3-pyproj python3-pyqt5 python3-pyqt5.qsci python3-pyqt5.qtsql python3-pyqt5.qtsvg python3-pyqt5.qtwebkit python3-requests python3-sip python3-sip-dev python3-six python3-termcolor python3-tz python3-yaml qt3d-assimpsceneimport-plugin qt3d-defaultgeometryloader-plugin qt3d-gltfsceneio-plugin qt3d-scene2d-plugin qt3d5-dev qt5-default qt5keychain-dev qtbase5-dev qtbase5-private-dev qtpositioning5-dev qttools5-dev qttools5-dev-tools saga spawn-fcgi txt2tags xauth xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xvfb
eoanapt-get install bison ca-certificates ccache cmake cmake-curses-gui dh-python doxygen expect flex gdal-bin git graphviz grass-dev libexiv2-dev libexpat1-dev libfcgi-dev libgdal-dev libgeos-dev libgsl-dev libpq-dev libproj-dev libqca-qt5-2-dev libqca-qt5-2-plugins libqscintilla2-qt5-dev libqt5opengl5-dev libqt5serialport5-dev libqt5sql5-sqlite libqt5svg5-dev libqt5webkit5-dev libqt5xmlpatterns5-dev libqwt-qt5-dev libspatialindex-dev libspatialite-dev libsqlite3-dev libsqlite3-mod-spatialite libyaml-tiny-perl libzip-dev lighttpd locales ninja-build ocl-icd-opencl-dev opencl-headers pkg-config poppler-utils pyqt5-dev pyqt5-dev-tools pyqt5.qsci-dev python3-all-dev python3-dateutil python3-dev python3-future python3-gdal python3-httplib2 python3-jinja2 python3-lxml python3-markupsafe python3-mock python3-nose2 python3-owslib python3-plotly python3-psycopg2 python3-pygments python3-pyproj python3-pyqt5 python3-pyqt5.qsci python3-pyqt5.qtsql python3-pyqt5.qtsvg python3-pyqt5.qtwebkit python3-requests python3-sip python3-sip-dev python3-six python3-termcolor python3-tz python3-yaml qt3d-assimpsceneimport-plugin qt3d-defaultgeometryloader-plugin qt3d-gltfsceneio-plugin qt3d-scene2d-plugin qt3d5-dev qt5-default qt5keychain-dev qtbase5-dev qtbase5-private-dev qtpositioning5-dev qttools5-dev qttools5-dev-tools saga spawn-fcgi txt2tags xauth xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xvfb
sidapt-get install bison ca-certificates ccache cmake cmake-curses-gui dh-python doxygen expect flex gdal-bin git graphviz grass-dev libexiv2-dev libexpat1-dev libfcgi-dev libgdal-dev libgeos-dev libgsl-dev libpq-dev libproj-dev libqca-qt5-2-dev libqca-qt5-2-plugins libqscintilla2-qt5-dev libqt5opengl5-dev libqt5serialport5-dev libqt5sql5-sqlite libqt5svg5-dev libqt5webkit5-dev libqt5xmlpatterns5-dev libqwt-qt5-dev libspatialindex-dev libspatialite-dev libsqlite3-dev libsqlite3-mod-spatialite libyaml-tiny-perl libzip-dev lighttpd locales ninja-build ocl-icd-opencl-dev opencl-headers pkg-config poppler-utils pyqt5-dev pyqt5-dev-tools pyqt5.qsci-dev python3-all-dev python3-dateutil python3-dev python3-future python3-gdal python3-httplib2 python3-jinja2 python3-lxml python3-markupsafe python3-mock python3-nose2 python3-owslib python3-plotly python3-psycopg2 python3-pygments python3-pyproj python3-pyqt5 python3-pyqt5.qsci python3-pyqt5.qtsql python3-pyqt5.qtsvg python3-pyqt5.qtwebkit python3-requests python3-sip python3-sip-dev python3-six python3-termcolor python3-tz python3-yaml qt3d-assimpsceneimport-plugin qt3d-defaultgeometryloader-plugin qt3d-gltfsceneio-plugin qt3d-scene2d-plugin qt3d5-dev qt5-default qt5keychain-dev qtbase5-dev qtbase5-private-dev qtpositioning5-dev qttools5-dev qttools5-dev-tools saga spawn-fcgi txt2tags xauth xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xvfb
- -

-(extracted from the control.in file in debian/) -

-

-See http://qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu for +

+ +
+
+

3.3. Install build dependencies

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Distributioninstall command for packages
busterapt-get install bison ca-certificates ccache cmake cmake-curses-gui dh-python doxygen expect flex gdal-bin git graphviz grass-dev libexiv2-dev libexpat1-dev libfcgi-dev libgdal-dev libgeos-dev libgsl-dev libpq-dev libproj-dev libqca-qt5-2-dev libqca-qt5-2-plugins libqscintilla2-qt5-dev libqt5opengl5-dev libqt5serialport5-dev libqt5sql5-sqlite libqt5svg5-dev libqt5webkit5-dev libqt5xmlpatterns5-dev libqwt-qt5-dev libspatialindex-dev libspatialite-dev libsqlite3-dev libsqlite3-mod-spatialite libyaml-tiny-perl libzip-dev lighttpd locales ninja-build ocl-icd-opencl-dev opencl-headers pkg-config poppler-utils pyqt5-dev pyqt5-dev-tools pyqt5.qsci-dev python3-all-dev python3-dateutil python3-dev python3-future python3-gdal python3-httplib2 python3-jinja2 python3-lxml python3-markupsafe python3-mock python3-nose2 python3-owslib python3-plotly python3-psycopg2 python3-pygments python3-pyproj python3-pyqt5 python3-pyqt5.qsci python3-pyqt5.qtsql python3-pyqt5.qtsvg python3-pyqt5.qtwebkit python3-requests python3-sip python3-sip-dev python3-six python3-termcolor python3-tz python3-yaml qt3d-assimpsceneimport-plugin qt3d-defaultgeometryloader-plugin qt3d-gltfsceneio-plugin qt3d-scene2d-plugin qt3d5-dev qt5-default qt5keychain-dev qtbase5-dev qtbase5-private-dev qtpositioning5-dev qttools5-dev qttools5-dev-tools saga spawn-fcgi txt2tags xauth xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xvfb
bionicapt-get install bison ca-certificates ccache cmake cmake-curses-gui dh-python doxygen expect flex gdal-bin git graphviz grass-dev libexiv2-dev libexpat1-dev libfcgi-dev libgdal-dev libgeos-dev libgsl-dev libpq-dev libproj-dev libqca-qt5-2-dev libqca-qt5-2-plugins libqscintilla2-qt5-dev libqt5opengl5-dev libqt5serialport5-dev libqt5sql5-sqlite libqt5svg5-dev libqt5webkit5-dev libqt5xmlpatterns5-dev libqwt-qt5-dev libspatialindex-dev libspatialite-dev libsqlite3-dev libsqlite3-mod-spatialite libyaml-tiny-perl libzip-dev lighttpd locales ninja-build ocl-icd-opencl-dev opencl-headers pkg-config poppler-utils pyqt5-dev pyqt5-dev-tools pyqt5.qsci-dev python3-all-dev python3-dateutil python3-dev python3-future python3-gdal python3-httplib2 python3-jinja2 python3-lxml python3-markupsafe python3-mock python3-nose2 python3-owslib python3-plotly python3-psycopg2 python3-pygments python3-pyproj python3-pyqt5 python3-pyqt5.qsci python3-pyqt5.qtsql python3-pyqt5.qtsvg python3-pyqt5.qtwebkit python3-requests python3-sip python3-sip-dev python3-six python3-termcolor python3-tz python3-yaml qt3d-assimpsceneimport-plugin qt3d-defaultgeometryloader-plugin qt3d-gltfsceneio-plugin qt3d-scene2d-plugin qt3d5-dev qt5-default qt5keychain-dev qtbase5-dev qtbase5-private-dev qtpositioning5-dev qttools5-dev qttools5-dev-tools saga spawn-fcgi txt2tags xauth xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xvfb
discoapt-get install bison ca-certificates ccache cmake cmake-curses-gui dh-python doxygen expect flex gdal-bin git graphviz grass-dev libexiv2-dev libexpat1-dev libfcgi-dev libgdal-dev libgeos-dev libgsl-dev libpq-dev libproj-dev libqca-qt5-2-dev libqca-qt5-2-plugins libqscintilla2-qt5-dev libqt5opengl5-dev libqt5serialport5-dev libqt5sql5-sqlite libqt5svg5-dev libqt5webkit5-dev libqt5xmlpatterns5-dev libqwt-qt5-dev libspatialindex-dev libspatialite-dev libsqlite3-dev libsqlite3-mod-spatialite libyaml-tiny-perl libzip-dev lighttpd locales ninja-build ocl-icd-opencl-dev opencl-headers pkg-config poppler-utils pyqt5-dev pyqt5-dev-tools pyqt5.qsci-dev python3-all-dev python3-dateutil python3-dev python3-future python3-gdal python3-httplib2 python3-jinja2 python3-lxml python3-markupsafe python3-mock python3-nose2 python3-owslib python3-plotly python3-psycopg2 python3-pygments python3-pyproj python3-pyqt5 python3-pyqt5.qsci python3-pyqt5.qtsql python3-pyqt5.qtsvg python3-pyqt5.qtwebkit python3-requests python3-sip python3-sip-dev python3-six python3-termcolor python3-tz python3-yaml qt3d-assimpsceneimport-plugin qt3d-defaultgeometryloader-plugin qt3d-gltfsceneio-plugin qt3d-scene2d-plugin qt3d5-dev qt5-default qt5keychain-dev qtbase5-dev qtbase5-private-dev qtpositioning5-dev qttools5-dev qttools5-dev-tools saga spawn-fcgi txt2tags xauth xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xvfb
eoanapt-get install bison ca-certificates ccache cmake cmake-curses-gui dh-python doxygen expect flex gdal-bin git graphviz grass-dev libexiv2-dev libexpat1-dev libfcgi-dev libgdal-dev libgeos-dev libgsl-dev libpq-dev libproj-dev libqca-qt5-2-dev libqca-qt5-2-plugins libqscintilla2-qt5-dev libqt5opengl5-dev libqt5serialport5-dev libqt5sql5-sqlite libqt5svg5-dev libqt5webkit5-dev libqt5xmlpatterns5-dev libqwt-qt5-dev libspatialindex-dev libspatialite-dev libsqlite3-dev libsqlite3-mod-spatialite libyaml-tiny-perl libzip-dev lighttpd locales ninja-build ocl-icd-opencl-dev opencl-headers pkg-config poppler-utils pyqt5-dev pyqt5-dev-tools pyqt5.qsci-dev python3-all-dev python3-dateutil python3-dev python3-future python3-gdal python3-httplib2 python3-jinja2 python3-lxml python3-markupsafe python3-mock python3-nose2 python3-owslib python3-plotly python3-psycopg2 python3-pygments python3-pyproj python3-pyqt5 python3-pyqt5.qsci python3-pyqt5.qtsql python3-pyqt5.qtsvg python3-pyqt5.qtwebkit python3-requests python3-sip python3-sip-dev python3-six python3-termcolor python3-tz python3-yaml qt3d-assimpsceneimport-plugin qt3d-defaultgeometryloader-plugin qt3d-gltfsceneio-plugin qt3d-scene2d-plugin qt3d5-dev qt5-default qt5keychain-dev qtbase5-dev qtbase5-private-dev qtpositioning5-dev qttools5-dev qttools5-dev-tools saga spawn-fcgi txt2tags xauth xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xvfb
sidapt-get install bison ca-certificates ccache cmake cmake-curses-gui dh-python doxygen expect flex gdal-bin git graphviz grass-dev libexiv2-dev libexpat1-dev libfcgi-dev libgdal-dev libgeos-dev libgsl-dev libpq-dev libproj-dev libqca-qt5-2-dev libqca-qt5-2-plugins libqscintilla2-qt5-dev libqt5opengl5-dev libqt5serialport5-dev libqt5sql5-sqlite libqt5svg5-dev libqt5webkit5-dev libqt5xmlpatterns5-dev libqwt-qt5-dev libspatialindex-dev libspatialite-dev libsqlite3-dev libsqlite3-mod-spatialite libyaml-tiny-perl libzip-dev lighttpd locales ninja-build ocl-icd-opencl-dev opencl-headers pkg-config poppler-utils pyqt5-dev pyqt5-dev-tools pyqt5.qsci-dev python3-all-dev python3-dateutil python3-dev python3-future python3-gdal python3-httplib2 python3-jinja2 python3-lxml python3-markupsafe python3-mock python3-nose2 python3-owslib python3-plotly python3-psycopg2 python3-pygments python3-pyproj python3-pyqt5 python3-pyqt5.qsci python3-pyqt5.qtsql python3-pyqt5.qtsvg python3-pyqt5.qtwebkit python3-requests python3-sip python3-sip-dev python3-six python3-termcolor python3-tz python3-yaml qt3d-assimpsceneimport-plugin qt3d-defaultgeometryloader-plugin qt3d-gltfsceneio-plugin qt3d-scene2d-plugin qt3d5-dev qt5-default qt5keychain-dev qtbase5-dev qtbase5-private-dev qtpositioning5-dev qttools5-dev qttools5-dev-tools saga spawn-fcgi txt2tags xauth xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xvfb
+ +

+(extracted from the control.in file in debian/) +

+

+See http://qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu for currently supported distributions (plain xenial's GDAL for instance is to old and we build with GDAL2 from ubuntugis). -

+

- -

3.4. Setup ccache (Optional, but recommended)

+
+
+

3.4. Setup ccache (Optional, but recommended)

-

+

You should also setup ccache to speed up compile times: -

+

-
+
 cd /usr/local/bin
 sudo ln -s /usr/bin/ccache gcc
 sudo ln -s /usr/bin/ccache g++
-
+
-

-or simply add /usr/lib/ccache to your PATH. -

+

+or simply add /usr/lib/ccache to your PATH. +

- -

3.5. Prepare your development environment

+
+
+

3.5. Prepare your development environment

-

+

As a convention I do all my development work in $HOME/dev/<language>, so in this case we will create a work environment for C++ development work like this: -

+

-
+
 mkdir -p ${HOME}/dev/cpp
 cd ${HOME}/dev/cpp
-
+
-

+

This directory path will be assumed for all instructions that follow. -

+

- -

3.6. Check out the QGIS Source Code

+
+
+

3.6. Check out the QGIS Source Code

-

+

There are two ways the source can be checked out. Use the anonymous method if you do not have edit privileges for the QGIS source repository, or use the developer checkout if you have permissions to commit source code changes. -

-

+

+

1. Anonymous Checkout -

+

-
+
 cd ${HOME}/dev/cpp
 git clone git://github.com/qgis/QGIS.git
-
+
-

+

2. Developer Checkout -

+

-
+
 cd ${HOME}/dev/cpp
 git clone git@github.com:qgis/QGIS.git
-
+
- -

3.7. Starting the compile

+
+
+

3.7. Starting the compile

-

+

I compile my development version of QGIS into my ~/apps directory to avoid conflicts with Ubuntu packages that may be under /usr. This way for example you can use the binary packages of QGIS on your system along side with your development version. I suggest you do something similar: -

+

-
+
 mkdir -p ${HOME}/apps
-
+
-

+

Now we create a build directory and run ccmake: -

+

-
+
 cd QGIS
 mkdir build-master
 cd build-master
 ccmake ..
-
+
-

+

When you run ccmake (note the .. is required!), a menu will appear where you can configure various aspects of the build. If you want QGIS to have debugging capabilities then set CMAKE_BUILD_TYPE to Debug. If you do not have @@ -440,908 +465,988 @@

3.7. Starting the compile

be pressed several times before the 'g' option becomes available. After the 'g' generation is complete, press 'q' to exit the ccmake interactive dialog. -

-

-/!\ Warning: Make sure that your build directory is completely empty when you -enter the command. Do never try to "re-use" an existing Qt4 build directory. +

+

+/!\ Warning: Make sure that your build directory is completely empty when you +enter the command. Do never try to "re-use" an existing Qt4 build directory. If you want to use `ccmake` or other interactive tools, run the command in the empty build directory once before starting to use the interactive tools. -

-

+

+

Now on with the build: -

+

-
+
 make -jX
-
+
-

+

where X is the number of available cores. Depending on your platform, this can speed up the build time considerably. -

-

+

+

Then you can directly run from the build directory: -

+

-
+
 ./output/bin/qgis
-
+
-

+

Another option is to install to your system: -

+

-
+
 make install
-
+
-

+

After that you can try to run QGIS: -

+

-
+
 $HOME/apps/bin/qgis
-
+
-

+

If all has worked properly the QGIS application should start up and appear on your screen. If you get the error message "error while loading shared libraries", execute this command in your shell. -

+

-
+
 sudo ldconfig
-
+
-

+

If that doesn't help add the install path to LD_LIBRARY_PATH: -

+

-
+
 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${HOME}/apps/lib/
-
+
-

+

Optionally, if you already know what aspects you want in your custom build then you can skip the interactive ccmake .. part by using the cmake -D option for each aspect, e.g.: -

+

-
+
 cmake -D CMAKE_BUILD_TYPE=Debug -D CMAKE_INSTALL_PREFIX=${HOME}/apps ..
-
+
-

+

Also, if you want to speed your build times, you can easily do it with ninja, an alternative to make with similar build options. -

-

+

+

For example, to configure your build you can do either one of: -

+

-
+
 ccmake -G Ninja ..
-
+
-
+
 cmake -G Ninja -D CMAKE_BUILD_TYPE=Debug -D CMAKE_INSTALL_PREFIX=${HOME}/apps ..
-
+
-

+

Build and install with ninja: -

+

-
+
 ninja (uses all cores by default; also supports the above described -jX option)
 ninja install
-
+
-

+

You can build just the targets you need using, for example: -

+

-
+
 ninja qgis
 ninja pycore
-
+
- -

3.8. Building Debian packages

+
+
+

3.8. Building Debian packages

-

+

Instead of creating a personal installation as in the previous step you can also create debian package. This is done from the QGIS root directory, where you'll find a debian directory. -

-

+

+

First you need to install the debian packaging tools once: -

+

-
+
 apt-get install build-essential
-
+
-

+

First you need to create an changelog entry for your distribution. For example for Ubuntu Precise: -

+

-
+
 dch -l ~precise --force-distribution --distribution precise "precise build"
-
+
-

+

The QGIS packages will be created with: -

+

-
+
 dpkg-buildpackage -us -uc -b
-
- -

-/!\ Note: Install devscripts to get dch. -

-

-/!\ Note: If dpkg-buildpackage complains about unmet build dependencies -you can install them using apt-get and re-run the command. -

-

-/!\ Note: If you have libqgis1-dev installed, you need to remove it first -using dpkg -r libqgis1-dev. Otherwise dpkg-buildpackage will complain about a +

+ +

+/!\ Note: Install devscripts to get dch. +

+

+/!\ Note: If dpkg-buildpackage complains about unmet build dependencies +you can install them using apt-get and re-run the command. +

+

+/!\ Note: If you have libqgis1-dev installed, you need to remove it first +using dpkg -r libqgis1-dev. Otherwise dpkg-buildpackage will complain about a build conflict. -

-

-/!\ Note: By default tests are run in the process of building and their -results are uploaded to http://cdash.orfeo-toolbox.org/index.php?project=QGIS. +

+

+/!\ Note: By default tests are run in the process of building and their +results are uploaded to http://cdash.orfeo-toolbox.org/index.php?project=QGIS. You can turn the tests off using DEB_BUILD_OPTIONS=nocheck in front of the build command. The upload of results can be avoided with DEB_TEST_TARGET=test. -

-

+

+

The packages are created in the parent directory (ie. one level up). Install them using dpkg. E.g.: -

+

-
+
 sudo debi
-
+
- -

3.9. On Fedora Linux

+
+
+

3.9. On Fedora Linux

-

+

We assume that you have the source code of QGIS ready and created a new subdirectory called `build` or `build-qt5` in it. -

+

-

3.9.1. Install build dependencies

+
+

3.9.1. Install build dependencies

-
+
 dnf install qt5-qtbase-private-devel qt5-qtwebkit-devel qt5-qtlocation-devel qt5-qttools-static qca-qt5-devel qca-qt5-ossl qt5-qt3d-devel python3-qt5-devel python3-qscintilla-qt5-devel qscintilla-qt5-devel python3-qscintilla-devel python3-qscintilla-qt5 clang flex bison geos-devel gdal-devel sqlite-devel libspatialite-devel qt5-qtsvg-devel spatialindex-devel expat-devel proj-devel qwt-qt5-devel gsl-devel postgresql-devel cmake python3-future gdal-python3 python3-psycopg2 python3-PyYAML python3-pygments python3-jinja2 python3-OWSLib qca-qt5-ossl qwt-qt5-devel qtkeychain-qt5-devel qwt-devel sip-devel libzip-devel exiv2-devel
-
+
-

+

To build QGIS server additional dependencies are required: -

+

-
+
 dnf install fcgi-devel
-
+
-

+

Make sure that your build directory is completely empty when you enter the following command. Do never try to "re-use" an existing Qt4 build directory. If you want to use `ccmake` or other interactive tools, run the following command in the empty build directory once before starting to use the interactive tools. -

+

-
+
 cmake ..
-
+
-

+

If everything went OK you can finally start to compile. (As usual append a -jX where X is the number of available cores option to make to speed up your build process) -

+

-
+
 make
-
+
-

+

Run from the build directory -

+

-
+
 ./output/bin/qgis
-
+
-

+

Or install to your system -

+

-
+
 make install
-
+
-

3.9.2. Suggested system tweaks

+
+
+

3.9.2. Suggested system tweaks

-

+

By default Fedora disables debugging calls from Qt applications. This prevents the useful debug output which is normally printed when running the unit tests. -

-

+

+

To enable debug prints for the current user, execute: -

+

-
+
 cat > ~/.config/QtProject/qtlogging.ini << EOL
 [Rules]
 default.debug=true
 EOL
-
+
- -

4. Building on Windows

+
+
+
+
+

4. Building on Windows

- -

4.1. Building with Microsoft Visual Studio

+
+

4.1. Building with Microsoft Visual Studio

-

+

This section describes how to build QGIS using Visual Studio (MSVC) 2015 on Windows. This is currently also how the binary QGIS packages are made (earlier versions used MinGW). -

-

+

+

This section describes the setup required to allow Visual Studio to be used to build QGIS. -

+

-

4.1.1. Visual C++ Community Edition

+
+

4.1.1. Visual C++ Community Edition

-

+

The free (as in free beer) Community installer is available under: -

-
- http://download.microsoft.com/download/D/2/3/D23F4D0F-BA2D-4600-8725-6CCECEA05196/vs_community_ENU.exe -
+

+
+ http://download.microsoft.com/download/D/2/3/D23F4D0F-BA2D-4600-8725-6CCECEA05196/vs_community_ENU.exe +
-

4.1.2. Other tools and dependencies

+
+
+

4.1.2. Other tools and dependencies

-

+

Download and install following packages: -

- - - - - - - - - - - - - - - - - - - - - - -
ToolWebsite
CMakehttps://cmake.org/files/v3.12/cmake-3.12.3-win64-x64.msi
GNU flex, GNU bison and GIThttp://cygwin.com/setup-x86.exe (32bit) or http://cygwin.com/setup-x86_64.exe (64bit)
OSGeo4Whttp://download.osgeo.org/osgeo4w/osgeo4w-setup-x86.exe (32bit) or http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86_64.exe (64bit)
ninjahttps://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-win.zip
- -

+

+ + + + + + + + + + + + + + + + + + + + + + +
ToolWebsite
CMakehttps://cmake.org/files/v3.12/cmake-3.12.3-win64-x64.msi
GNU flex, GNU bison and GIThttp://cygwin.com/setup-x86.exe (32bit) or http://cygwin.com/setup-x86_64.exe (64bit)
OSGeo4Whttp://download.osgeo.org/osgeo4w/osgeo4w-setup-x86.exe (32bit) or http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86_64.exe (64bit)
ninjahttps://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-win.zip
+ +

For the QGIS build you need to install following packages from cygwin: -

- -
    -
  • bison -
  • flex -
  • git -
- -

-and from OSGeo4W (select Advanced Installation): -

- -
    -
  • qgis-ltr-deps -
- -

+

+ +
    +
  • bison +
  • +
  • flex +
  • +
  • git +
  • +
+ +

+and from OSGeo4W (select Advanced Installation): +

+ +
    +
  • qgis-ltr-deps +
  • +
+ +

This will also select packages the above packages depend on. -

-

+

+

If you install other packages, this might cause issues. Particularly, make sure - not to install the msinttypes package. It installs a stdint.h file in + not to install the msinttypes package. It installs a stdint.h file in OSGeo4W[64]\include, that conflicts with Visual Studio own stdint.h, which for example breaks the build of the virtual layer provider. -

-

+

+

Earlier versions of this document also covered how to build all above dependencies. If you're interested in that, check the history of this page in the Wiki or the SVN repository. -

-

+

+

ninja: copy ninja.exe to d:\OSGeo4W64\bin\ -

+

-

4.1.3. Setting up the Visual Studio project with CMake

+
+
+

4.1.3. Setting up the Visual Studio project with CMake

-

+

/!\ Consider this section as example. It tends to outdate, when OSGeo4W and -SDKs move on. ms-windows/osgeo4w/package-nightly.cmd is used for the +SDKs move on. ms-windows/osgeo4w/package-nightly.cmd is used for the nightly builds and constantly updated and hence might contain necessary updates that are not yet reflected here. -

-

+

+

To start a command prompt with an environment that both has the VC++ and the OSGeo4W variables create the following batch file (assuming the above packages were installed in the default locations): -

+

-
+
 @echo off
 call X:\src\qgis\ms-windows\osgeo4w\msvc-env.bat x86_64
 @cmd
-
+
-

-Save the batch file as d:\OSGeo4W64\OSGeo4W-dev.bat and run it. +

+Save the batch file as d:\OSGeo4W64\OSGeo4W-dev.bat and run it. On the command prompt checkout the QGIS source from -git to the source directory QGIS: -

+git to the source directory QGIS: +

-
+
 git clone git://github.com/qgis/QGIS.git
-
+
-

+

And, to avoid Git in Windows reporting changes to files not actually modified: -

+

-
+
 git config core.filemode false
-
+
-

+

Using configonly.bat to create the MSVC solution file: We will be using the file ms-windows/osgeo4w/configonly.bat to create an MSVC solution file. There are a few options for a solution file, following are the options: ninja, native MSVC. The advantage of using native MSVC solution is that you can find the root of build problems much easily. configonly.bat is meant to create a configured build directory with a MSVC solution file: -

-

+

+

``` configonly.bat ``` -

-

+

+

Compiling QGIS with MSVC: We will need to run MSVC with all the environment variables set, thus we will run it as follows: - Run the batch file OSGeo4W-dev.bat you created before. On the command prompt run: devenv + Run the batch file OSGeo4W-dev.bat you created before. On the command prompt run: devenv From MSVC, open the solution file - d:\OSGeo4W64\QGIS\ms-windows\osgeo4w\build-qgis-test-x86_64\qgis.sln - Try to build the solution go grab a cup of tea, it may take a. + d:\OSGeo4W64\QGIS\ms-windows\osgeo4w\build-qgis-test-x86_64\qgis.sln + Try to build the solution go grab a cup of tea, it may take a. If it fails, run it again and again until there are [hopefully] no errors. -

-

+

+

Running QGIS from within MSVC: Edit the properties of the project ALL_BUILD: Debugging -> Command -> D:\OSGeo4W64\QGIS\ms-windows\osgeo4w\build-qgis-test-x86_64\output\bin\RelWithDebInfo\qgis.exe Run. Ignore the "These projects are out of date" message, it appears even if no files were changed. -

-

+

+

Old alternative method that might still work using cmake-gui: Create a 'build' directory somewhere. This will be where all the build output will be generated. -

-

- Now run cmake-gui (still from cmd) and in the Where is the source code: +

+

+ Now run cmake-gui (still from cmd) and in the Where is the source code: box, browse to the top level QGIS directory. -

-

- In the Where to build the binaries: box, browse to the 'build' directory you +

+

+ In the Where to build the binaries: box, browse to the 'build' directory you created. -

-

+

+

If the path to bison and flex contains blanks, you need to use the short name - for the directory (i.e. C:\Program Files should be rewritten to - C:\Progra~n, where n is the number as shown in `dir /x C:\``). -

-

+ for the directory (i.e. C:\Program Files should be rewritten to + C:\Progra~n, where n is the number as shown in `dir /x C:\``). +

+

Verify that the 'BINDINGS_GLOBAL_INSTALL' option is not checked, so that python bindings are placed into the output directory when you run the INSTALL target. -

-

- Hit Configure to start the configuration and select Visual Studio 9 2008 - and keep native compilers and click Finish. -

-

+

+

+ Hit Configure to start the configuration and select Visual Studio 9 2008 + and keep native compilers and click Finish. +

+

The configuration should complete without any further questions and allow you to - click Generate. -

-

- Now close cmake-gui and continue on the command prompt by starting - vcexpress. Use File / Open / Project/Solutions and open the + click Generate. +

+

+ Now close cmake-gui and continue on the command prompt by starting + vcexpress. Use File / Open / Project/Solutions and open the qgis-x.y.z.sln File in your project directory. -

-

- Change Solution Configuration from Debug to RelWithDebInfo (Release - with Debug Info) or Release before you build QGIS using the ALL_BUILD +

+

+ Change Solution Configuration from Debug to RelWithDebInfo (Release + with Debug Info) or Release before you build QGIS using the ALL_BUILD target (otherwise you need debug libraries that are not included). -

-

+

+

After the build completed you should install QGIS using the INSTALL target. -

-

+

+

Install QGIS by building the INSTALL project. By default this will install to c:\Program Files\qgis<version> (this can be changed by changing the CMAKE_INSTALL_PREFIX variable in cmake-gui). -

-

+

+

You will also either need to add all the dependency DLLs to the QGIS install directory or add their respective directories to your PATH. -

+

-

4.1.4. Packaging

+
+
+

4.1.4. Packaging

-

+

To create a standalone installer there is a perl script named 'creatensis.pl' in 'qgis/ms-windows/osgeo4w'. It downloads all required packages from OSGeo4W and repackages them into an installer using NSIS. -

-

+

+

The script can be run on both Windows and Linux. -

-

+

+

On Debian/Ubuntu you can just install the 'nsis' package. -

-

+

+

NSIS for Windows can be downloaded at: -

-
- http://nsis.sourceforge.net -
-

+

+
+ http://nsis.sourceforge.net +
+

And Perl for Windows (including other requirements like 'wget', 'unzip', 'tar' and 'bzip2') is available at: -

-
- http://cygwin.com -
+

+
+ http://cygwin.com +
-

4.1.5. Packaging your own build of QGIS

+
+
+

4.1.5. Packaging your own build of QGIS

-

+

Assuming you have completed the above packaging step, if you want to include your own hand built QGIS executables, you need to copy them in from your windows installation into the ms-windows file tree created by the creatensis script. -

+

-
+
 cd ms-windows/
 rm -rf osgeo4w/unpacked/apps/qgis/*
 cp -r /tmp/qgis1.7.0/* osgeo4w/unpacked/apps/qgis/
-
+
-

+

Now create a package. -

+

-
+
 ./quickpackage.sh
-
+
-

+

After this you should now have a nsis installer containing your own build of QGIS and all dependencies needed to run it on a windows machine. -

+

-

4.1.6. Osgeo4w packaging

+
+
+

4.1.6. Osgeo4w packaging

-

+

The actual packaging process is currently not documented, for now please take a look at: -

-

-ms-windows/osgeo4w/package.cmd -

- - -

4.2. Building using MinGW

- -

-Note: This section might be outdated as nowadays Visual C++ is use to build +

+

+ms-windows/osgeo4w/package.cmd +

+ +
+
+
+

4.2. Building using MinGW

+ +

+Note: This section might be outdated as nowadays Visual C++ is use to build the "official" packages. -

-

-Note: For a detailed account of building all the dependencies yourself you +

+

+Note: For a detailed account of building all the dependencies yourself you can visit Marco Pasetti's website here: -

-

-http://www.webalice.it/marco.pasetti/qgis+grass/BuildFromSource.html -

-

+

+

+http://www.webalice.it/marco.pasetti/qgis+grass/BuildFromSource.html +

+

Read on to use the simplified approach with pre-built libraries... -

+

-

4.2.1. MSYS

+
+

4.2.1. MSYS

-

+

MSYS provides a unix style build environment under windows. We have created a zip archive that contains just about all dependencies. -

-

+

+

Get this: -

-

-http://download.osgeo.org/qgis/win32/msys.zip -

-

+

+

+http://download.osgeo.org/qgis/win32/msys.zip +

+

and unpack to c:\msys -

-

+

+

If you wish to prepare your msys environment yourself rather than using our pre-made one, detailed instructions are provided elsewhere in this document. -

+

-

4.2.2. Qt

+
+
+

4.2.2. Qt

-

+

Download Qt opensource precompiled edition exe and install (including the download and install of mingw) from here: -

-

-http://qt.nokia.com/downloads/ -

-

+

+

+http://qt.nokia.com/downloads/ +

+

When the installer will ask for MinGW, you don't need to download and install it, just point the installer to c:\msys\mingw -

-

+

+

When Qt installation is complete: -

-

+

+

Edit C:\Qt\5.9.1\bin\qtvars.bat and add the following lines: -

+

-
+
 set PATH=%PATH%;C:\msys\local\bin;c:\msys\local\lib 
 set PATH=%PATH%;"C:\Program Files\Subversion\bin" 
-
+
-

+

I suggest you also add C:\Qt\5.9.1\bin\ to your Environment Variables Path in the windows system preferences. -

-

+

+

If you plan to do some debugging, you'll need to compile debug version of Qt: C:\Qt\5.9.1\bin\qtvars.bat compile_debug -

-

+

+

Note: there is a problem when compiling debug version of Qt 4.7, the script ends with this message "mingw32-make: *** No rule to make target `debug'. Stop.". To compile the debug version you have to go out of src directory and execute the following command: -

+

-
+
 c:\Qt\5.9.1 make 
-
+
-

4.2.3. Flex and Bison

+
+
+

4.2.3. Flex and Bison

-

+

Get Flex -http://sourceforge.net/project/showfiles.php?group_id=23617&package_id=16424 +http://sourceforge.net/project/showfiles.php?group_id=23617&package_id=16424 (the zip bin) and extract it into c:\msys\mingw\bin -

+

-

4.2.4. Python

+
+
+

4.2.4. Python

-

+

Follow this section in case you would like to use Python bindings for QGIS. To be able to compile bindings, you need to compile SIP and PyQt5 from sources as their installer doesn't include some development files which are necessary. -

-

+

+

Note that even if you compile without the Python bindings, Python3 is still a necessary dependency for building QGIS. -

+

-

4.2.4.1. Download and install Python - use Windows installer

+
+

4.2.4.1. Download and install Python - use Windows installer

-

+

(It doesn't matter to what folder you'll install it) -

-

-http://python.org/download/ -

- -

4.2.4.2. Download SIP and PyQt5 sources

- -

-http://www.riverbankcomputing.com/software/sip/download -http://www.riverbankcomputing.com/software/pyqt/download -

-

+

+

+http://python.org/download/ +

+ +
+
+

4.2.4.2. Download SIP and PyQt5 sources

+ +

+http://www.riverbankcomputing.com/software/sip/download +http://www.riverbankcomputing.com/software/pyqt/download +

+

Extract each of the above zip files in a temporary directory. Make sure to get versions that match your current Qt installed version. -

+

-

4.2.4.3. Compile SIP

+
+
+

4.2.4.3. Compile SIP

-
+
 c:\Qt\5.9.1\bin\qtvars.bat 
 python configure.py -p win32-g++ 
 make 
 make install 
-
+
-

4.2.4.4. Compile PyQt

+
+
+

4.2.4.4. Compile PyQt

-
+
 c:\Qt\5.9.1\bin\qtvars.bat 
 python configure.py 
 make 
 make install 
-
+
-

4.2.4.5. Final python notes

+
+
+

4.2.4.5. Final python notes

-

+

/!\ You can delete the directories with unpacked SIP and PyQt5 sources after a successful install, they're not needed anymore. -

+

-

4.2.5. git

+
+
+
+

4.2.5. git

-

+

In order to check out QGIS sources from the repository, you need a git client. This installer should work fine: -

-

-https://git-scm.com/download/win -

+

+

+https://git-scm.com/download/win +

-

4.2.6. CMake

+
+
+

4.2.6. CMake

-

+

CMake is build system used by QGIS. Download it from here: -

-

-https://cmake.org/files/v3.9/cmake-3.9.3-win64-x64.msi -

+

+

+https://cmake.org/files/v3.9/cmake-3.9.3-win64-x64.msi +

-

4.2.7. QGIS

+
+
+

4.2.7. QGIS

-

+

Start a cmd.exe window ( Start -> Run -> cmd.exe ) Create development directory and move into it -

+

-
+
 md c:\dev\cpp 
 cd c:\dev\cpp 
-
+
-

+

Check out sources from GIT: -

+

-
+
 git clone git://github.com/qgis/QGIS.git
-
+
-

4.2.8. Compiling

+
+
+

4.2.8. Compiling

-

+

As a background read the generic building with CMake notes at the end of this document. -

-

+

+

Start a cmd.exe window ( Start -> Run -> cmd.exe ) if you don't have one already. Add paths to compiler and our MSYS environment: -

+

-
+
 c:\Qt\5.9.1\bin\qtvars.bat 
-
+
-

+

For ease of use add c:\Qt\5.9.1\bin\ to your system path in system properties so you can just type qtvars.bat when you open the cmd console. Create build directory and set it as current directory: -

+

-
+
 cd c:\dev\cpp\qgis 
 md build 
 cd build 
-
+
-

4.2.9. Configuration

+
+
+

4.2.9. Configuration

-
+
 cmakesetup ..  
-
+
-

-Note: You must include the '..' above. -

-

+

+Note: You must include the '..' above. +

+

Click 'Configure' button. When asked, you should choose 'MinGW Makefiles' as generator. -

-

+

+

There's a problem with MinGW Makefiles on Win2K. If you're compiling on this platform, use 'MSYS Makefiles' generator instead. -

-

+

+

All dependencies should be picked up automatically, if you have set up the Paths correctly. The only thing you need to change is the installation destination (CMAKE_INSTALL_PREFIX) and/or set 'Debug'. -

-

+

+

For compatibility with NSIS packaging scripts I recommend to leave the install prefix to its default c:\program files\ -

-

+

+

When configuration is done, click 'OK' to exit the setup utility. -

+

-

4.2.10. Compilation and installation

+
+
+

4.2.10. Compilation and installation

-
+
  make make install 
-
+
-

4.2.11. Run qgis.exe from the directory where it's installed (CMAKE_INSTALL_PREFIX)

+
+
+

4.2.11. Run qgis.exe from the directory where it's installed (CMAKE_INSTALL_PREFIX)

-

+

Make sure to copy all .dll:s needed to the same directory as the qgis.exe binary is installed to, if not already done so, otherwise QGIS will complain about missing libraries when started. -

-

+

+

A possibility is to run qgis.exe when your path contains c:\msys\local\bin and c:\msys\local\lib directories, so the DLLs will be used from that place. -

+

-

4.2.12. Create the installation package: (optional)

+
+
+

4.2.12. Create the installation package: (optional)

-

-Download and install NSIS from (http://nsis.sourceforge.net/Main_Page) -

-

+

+Download and install NSIS from (http://nsis.sourceforge.net/Main_Page) +

+

Now using windows explorer, enter the win_build directory in your QGIS source tree. Read the READMEfile there and follow the instructions. Next right click on qgis.nsi and choose the option 'Compile NSIS Script'. -

+

- -

4.3. Creation of MSYS environment for compilation of QGIS

+
+
+
+

4.3. Creation of MSYS environment for compilation of QGIS

-

4.3.1. Initial setup

+
+

4.3.1. Initial setup

-

4.3.1.1. MSYS

+
+

4.3.1.1. MSYS

-

+

This is the environment that supplies many utilities from UNIX world in Windows and is needed by many dependencies to be able to compile. -

-

+

+

Download from here: -

-
- http://puzzle.dl.sourceforge.net/sourceforge/mingw/MSYS-1.0.11-2004.04.30-1.exe -
-

-Install to c:\msys -

-

+

+
+ http://puzzle.dl.sourceforge.net/sourceforge/mingw/MSYS-1.0.11-2004.04.30-1.exe +
+

+Install to c:\msys +

+

All stuff we're going to compile is going to get to this directory (resp. its subdirs). -

+

-

4.3.1.2. MinGW

+
+
+

4.3.1.2. MinGW

-

+

Download from here: -

-
- http://puzzle.dl.sourceforge.net/sourceforge/mingw/MinGW-5.1.3.exe -
-

-Install to c:\msys\mingw -

-

-It suffices to download and install only g++ and mingw-make components. -

- -

4.3.1.3. Flex and Bison

- -

+

+
+ http://puzzle.dl.sourceforge.net/sourceforge/mingw/MinGW-5.1.3.exe +
+

+Install to c:\msys\mingw +

+

+It suffices to download and install only g++ and mingw-make components. +

+ +
+
+

4.3.1.3. Flex and Bison

+ +

Flex and Bison are tools for generation of parsers, they're needed for GRASS and also QGIS compilation. -

-

+

+

Download the following packages: -

-
- http://gnuwin32.sourceforge.net/downlinks/flex-bin-zip.php -
-
- http://gnuwin32.sourceforge.net/downlinks/bison-bin-zip.php -
-
- http://gnuwin32.sourceforge.net/downlinks/bison-dep-zip.php -
-

-Unpack them all to c:\msys\local -

- -

4.3.2. Installing dependencies

- -

4.3.2.1. Getting ready

- -

+

+
+ http://gnuwin32.sourceforge.net/downlinks/flex-bin-zip.php +
+
+ http://gnuwin32.sourceforge.net/downlinks/bison-bin-zip.php +
+
+ http://gnuwin32.sourceforge.net/downlinks/bison-dep-zip.php +
+

+Unpack them all to c:\msys\local +

+ +
+
+
+

4.3.2. Installing dependencies

+ +
+

4.3.2.1. Getting ready

+ +

Paul Kelly did a great job and prepared a package of precompiled libraries for GRASS. The package currently includes: -

- -
    -
  • zlib-1.2.3 -
  • libpng-1.2.16-noconfig -
  • xdr-4.0-mingw2 -
  • freetype-2.3.4 -
  • fftw-2.1.5 -
  • PDCurses-3.1 -
  • proj-4.5.0 -
  • gdal-1.4.1 -
- -

+

+ +
    +
  • zlib-1.2.3 +
  • +
  • libpng-1.2.16-noconfig +
  • +
  • xdr-4.0-mingw2 +
  • +
  • freetype-2.3.4 +
  • +
  • fftw-2.1.5 +
  • +
  • PDCurses-3.1 +
  • +
  • proj-4.5.0 +
  • +
  • gdal-1.4.1 +
  • +
+ +

It's available for download here: -

-
- http://www.stjohnspoint.co.uk/grass/wingrass-extralibs.tar.gz -
-

+

+
+ http://www.stjohnspoint.co.uk/grass/wingrass-extralibs.tar.gz +
+

Moreover he also left the notes how to compile it (for those interested): -

-
- http://www.stjohnspoint.co.uk/grass/README.extralibs -
-

-Unpack the whole package to c:\msys\local -

- -

4.3.2.2. GRASS

- -

+

+
+ http://www.stjohnspoint.co.uk/grass/README.extralibs +
+

+Unpack the whole package to c:\msys\local +

+ +
+
+

4.3.2.2. GRASS

+ +

Grab sources from CVS or use a weekly snapshot, see: -

-
- http://grass.itc.it/devel/cvs.php -
-

+

+
+ http://grass.itc.it/devel/cvs.php +
+

In MSYS console go to the directory where you've unpacked or checked out sources -(e.g. c:\msys\local\src\grass-6.3.cvs) -

-

+(e.g. c:\msys\local\src\grass-6.3.cvs) +

+

Run these commands: -

+

-
+
 export PATH="/usr/local/bin:/usr/local/lib:$PATH"
 ./configure --prefix=/usr/local --bindir=/usr/local --with-includes=/usr/local/include --with-libs=/usr/local/lib --with-cxx --without-jpeg \
 --without-tiff --with-postgres=yes --with-postgres-includes=/local/pgsql/include --with-pgsql-libs=/local/pgsql/lib --with-opengl=windows --with-fftw \
@@ -1349,507 +1454,542 @@ 

4.3.2.2. GRASS

--with-proj-share=/usr/local/share/proj make make install -
+
-

-It should get installed to c:\msys\local\grass-6.3.cvs -

-

+

+It should get installed to c:\msys\local\grass-6.3.cvs +

+

By the way, these pages might be useful: -

+

- + -

4.3.2.3. GEOS

+
+
+

4.3.2.3. GEOS

-

+

Download the sources: -

-
- http://geos.refractions.net/geos-2.2.3.tar.bz2 -
-

-Unpack to e.g. c:\msys\local\src -

-

-To compile, I had to patch the sources: in file source/headers/timeval.h line 13. +

+
+ http://geos.refractions.net/geos-2.2.3.tar.bz2 +
+

+Unpack to e.g. c:\msys\local\src +

+

+To compile, I had to patch the sources: in file source/headers/timeval.h line 13. Change it from: -

+

-
+
 #ifdef _WIN32
-
+
-

+

to: -

+

-
+
 #if defined(_WIN32) && defined(_MSC_VER)
-
+
-

+

Now, in MSYS console, go to the source directory and run: -

+

-
+
 ./configure --prefix=/usr/local
 make
 make install
-
+
-

4.3.2.4. SQLITE

+
+
+

4.3.2.4. SQLITE

-

+

You can use precompiled DLL, no need to compile from source: -

-

+

+

Download this archive: -

-
- http://www.sqlite.org/sqlitedll-3_3_17.zip -
-

-and copy sqlite3.dll from it to c:\msys\local\lib -

-

+

+
+ http://www.sqlite.org/sqlitedll-3_3_17.zip +
+

+and copy sqlite3.dll from it to c:\msys\local\lib +

+

Then download this archive: -

-
- http://www.sqlite.org/sqlite-source-3_3_17.zip -
-

-and copy sqlite3.h to c:\msys\local\include -

- -

4.3.2.5. GSL

- -

+

+
+ http://www.sqlite.org/sqlite-source-3_3_17.zip +
+

+and copy sqlite3.h to c:\msys\local\include +

+ +
+
+

4.3.2.5. GSL

+ +

Download sources: -

-
- ftp://ftp.gnu.org/gnu/gsl/gsl-1.9.tar.gz -
-

-Unpack to c:\msys\local\src -

-

+

+
+ ftp://ftp.gnu.org/gnu/gsl/gsl-1.9.tar.gz +
+

+Unpack to c:\msys\local\src +

+

Run from MSYS console in the source directory: -

+

-
+
 ./configure
 make
 make install
-
+
-

4.3.2.6. EXPAT

+
+
+

4.3.2.6. EXPAT

-

+

Download sources: -

-
- http://dfn.dl.sourceforge.net/sourceforge/expat/expat-2.0.0.tar.gz -
-

-Unpack to c:\msys\local\src -

-

+

+
+ http://dfn.dl.sourceforge.net/sourceforge/expat/expat-2.0.0.tar.gz +
+

+Unpack to c:\msys\local\src +

+

Run from MSYS console in the source directory: -

+

-
+
 ./configure
 make
 make install
-
+
-

4.3.2.7. POSTGRES

+
+
+

4.3.2.7. POSTGRES

-

+

We're going to use precompiled binaries. Use the link below for download: -

-
- http://wwwmaster.postgresql.org/download/mirrors-ftp?file=%2Fbinary%2Fv8.2.4%2Fwin32%2Fpostgresql-8.2.4-1-binaries-no-installer.zip -
-

-copy contents of pgsql directory from the archive to c:\msys\local -

- -

4.3.3. Cleanup

- -

-We're done with preparation of MSYS environment. Now you can delete all stuff in c:\msys\local\src - it takes quite a lot +

+
+ http://wwwmaster.postgresql.org/download/mirrors-ftp?file=%2Fbinary%2Fv8.2.4%2Fwin32%2Fpostgresql-8.2.4-1-binaries-no-installer.zip +
+

+copy contents of pgsql directory from the archive to c:\msys\local +

+ +
+
+
+

4.3.3. Cleanup

+ +

+We're done with preparation of MSYS environment. Now you can delete all stuff in c:\msys\local\src - it takes quite a lot of space and it's not necessary at all. -

+

- -

4.4. Building on Linux with mxe

+
+
+
+

4.4. Building on Linux with mxe

-

+

With this approach you can cross build a Windows binary on Linux using MXE (M cross environment). You can find the build script and a README.md file in the ms-windows/mxe directory. -

-

+

+

For now, Python buildings cannot be built with mxe. -

+

-

4.4.1. Building with Docker

+
+

4.4.1. Building with Docker

-

+

This is the simplest way, but you need to have Docker installed on your system. -

-

+

+

You can use a Docker image to cross build QGIS by calling the script ms-windows/mxe/build.sh from the root directory of QGIS repository. -

-

+

+

=== Building without Docker ==== -

-

+

+

This requires to install mxe toolchain on your system and build all dependencies by yourself. -

+

-

4.4.1.1. Initial setup

+
+

4.4.1.1. Initial setup

-

-Please follow the instructions on mxe website to setup your building toolchain http://mxe.cc/, +

+Please follow the instructions on mxe website to setup your building toolchain http://mxe.cc/, take note of the path where you have installed mxe. -

+

-

4.4.1.2. Building the dependencies

+
+
+

4.4.1.2. Building the dependencies

-

+

Please see README.md under ms-windows/mxe for detailed instructions and for the list of dependencies that need to be built in mxe before attempting to build QGIS. -

+

-

4.4.1.3. Cross-Building QGIS

+
+
+

4.4.1.3. Cross-Building QGIS

-

+

Edit the build-mxe.sh script and optionally adjust the path where your mxe installation is located, you can also change the build and release directories. -

+

-

4.4.2. Testing QGIS

+
+
+
+

4.4.2. Testing QGIS

-

+

Copy and unzip on the Windows machine package produced by the build and launch the qgis binary: no installation is required. -

+

- -

5. Building on MacOS X

+
+
+
+
+

5. Building on MacOS X

-

+

This document is outdated and there is currently no up to date documentation for building on mac. -You might want to consider to read an approach using Homebrew although not up to date either: https://github.com/qgis/QGIS/mac/development.md -

-

+You might want to consider to read an approach using Homebrew although not up to date either: https://github.com/qgis/QGIS/mac/development.md +

+

In this approach I will try to avoid as much as possible building dependencies from source and rather use frameworks wherever possible. -

-

+

+

"Universal", SDK and non-default arch builds require more complex options and some fiddling with the system. It is best to stick with a single, default, architecture build and follow these instructions for an initial build. -Included are notes for building on Mac OS X 10.5 (Leopard), 10.6 -(Snow Leopard), 10.7 (Lion), 10.8 (Mt. Lion) and 10.9 (Mavericks) +Included are notes for building on Mac OS X 10.5 (Leopard), 10.6 +(Snow Leopard), 10.7 (Lion), 10.8 (Mt. Lion) and 10.9 (Mavericks) (These names will be used throughout the instructions.) Make sure to read each section completely before typing the first command you see. -

-

-General note on Terminal usage: When I say "cd" to a folder in a Terminal, +

+

+General note on Terminal usage: When I say "cd" to a folder in a Terminal, it means type "cd " (without the quotes, make sure to type a space after) and then type the path to said folder, then <return>. A simple way to do this without having to know and type the full path is, after type the "cd " part, drag the folder (use the icon in its window title bar, or drag a folder from within a window) from the Desktop to the Terminal, then tap <return>. -

-

-Parallel Compilation: On multiprocessor/multicore Macs, it's possible to +

+

+Parallel Compilation: On multiprocessor/multicore Macs, it's possible to speed up compilation, but it's not automatic. Whenever you type "make" (but NOT "make install"), instead type: -

+

-
+
 make -j [#cpus]
-
+
-

+

Replace [#cpus] with the number of cores and/or processors your Mac has. On recent models with hyperthreading processors this can be double the physical count of processors and cores. -

-

+

+

ie: Mac Pro "8 Core" model (2 quad core processors) = 8 -

-

+

+

ie: Macbook Pro i5 (hyperthreading) = 2 cores X 2 = 4 -

-

+

+

To find out how many CPUs you have available, run the following in Terminal: -

+

-
+
 /usr/sbin/sysctl -n hw.ncpu
-
+
-

+

which can be used in build shell scripts like: -

+

-
+
 make -j $(/usr/sbin/sysctl -n hw.ncpu)
-
+
-

-Note: if you get an error in parallel compilation, try removing the -j # flag, +

+Note: if you get an error in parallel compilation, try removing the -j # flag, so it's just 'make', or using a smaller number. Sometimes make can hiccup on too many threads. -

+

- -

5.1. Install Developer Tools

+
+

5.1. Install Developer Tools

-

+

Developer tools are not a part of a standard OS X installation. Up through Snow Leopard, the Developer Tools, later called Xcode, were included with the system install disks, though it's best to download the latest version compatible with your system to get important updates fixing various issues. Starting with Lion, Xcode is available as a download and from the App Store. -

-

+

+

Downloading Xcode/Developer Tools for up through Snow Leopard requires a free developer account at -developer.apple.com. Up through Snow Leopard, get the latest Xcode that is +developer.apple.com. Up through Snow Leopard, get the latest Xcode that is supported for your system. For Lion and above, you can get Xcode from either a free developer account or for a minimal fee from the app store. When installing Xcode up through Snow Leopard, make sure to do a custom install and install the Unix Development or Command Line Tools option. -

-

+

+

On Lion, if you have installed Xcode 4.0 - 4.2 and are upgrading to 4.3, it's a good idea to uninstall the old version first with: -

+

-
+
 sudo /Developer/Library/uninstall-devtools
-
+
-

+

On Lion and Mt. Lion, using Xcode 4.4+, the developer command line tools can be installed via the Xcode preferences. -

-

+

+

Xcode 4.3+ also introduces the clang frontend to the LLVM compiler as default. -

-

-Note: In XCODE 4.5 installed from the app store, you need to install the +

+

+Note: In XCODE 4.5 installed from the app store, you need to install the command line tools from XCode -> Preferences -> Downloads and choose command line tools. -

-

-http://clang.llvm.org/ -

-

+

+

+http://clang.llvm.org/ +

+

The supplied clang version 4 can compile QGIS, but presents many warnings compared to just using LLVM. You can specifically use LLVM by exporting paths to the compilers in Terminal, or shell scripts, prior to building QGIS: -

+

-
+
 export CC=/usr/bin/llvm-gcc
 export CXX=/usr/bin/llvm-g++
-
+
-

+

If you have trouble building some of the dependencies listed below with clang (e.g. OSG & osgEarth), try using only the LLVM compilers. -

+

- -

5.2. Install Qt4 from disk image

+
+
+

5.2. Install Qt4 from disk image

-

+

You need a minimum of Qt-4.4.0. I suggest getting the latest (Qt 4, not 5). There is no need for the full Qt SDK, so save yourself some download time and get the frameworks only. This is available in the Libraries section of the Qt download page. -

-

-Snow Leopard+ note: If you are building on Snow Leopard+, you will need to +

+

+Snow Leopard+ note: If you are building on Snow Leopard+, you will need to decide between 32-bit support in the older Qt Carbon branch, or 64-bit support in the Qt Cocoa branch. Appropriate installers are available for both as of Qt-4.5.2, though they stopped making Carbon packages at Qt 4.7.4. Qt 4.6+ is recommended for Cocoa. Starting with Lion, Carbon may not work properly, if at all. Starting with Qt 4.8, only 64bit Cocoa installers are available. -

-

-General note: Support for new system versions in any given Qt version may +

+

+General note: Support for new system versions in any given Qt version may not be present and may cause a 'This version of Mac OS X is unsupported' error when building QGIS. Try the next Qt version. -

-

-PPC note: The readymade Qt Cocoa installers don't include PPC support, you'd +

+

+PPC note: The readymade Qt Cocoa installers don't include PPC support, you'd have to compile Qt yourself. But, there appear to be issues with Qt Cocoa on PPC Macs anyways. Qt Carbon is recommended on PPC Macs. -

-

-http://qt-project.org/downloads -

-

+

+

+http://qt-project.org/downloads +

+

If you want debug frameworks, Qt also provides a separate download with these. These are in addition to the non-debug frameworks. -

-

+

+

Earlier OS X systems may need an old Qt version - check the requirements of the current Qt version. To get old Qt downloads, there is an FTP link at the bottom of the download page. Files are in the qt/source (yes, even the binary packages). -

-

+

+

Once downloaded open the disk image and run the installer. Note you need admin privileges to install. -

-

-Leopard+ note: Qt includes a couple non-framework libraries in /usr/lib. +

+

+Leopard+ note: Qt includes a couple non-framework libraries in /usr/lib. When using a system SDK these libraries will not be found. To fix this problem, add symlinks to /usr/local: -

+

-
+
 sudo ln -s /usr/lib/libQtUiTools.a /usr/local/lib/
 sudo ln -s /usr/lib/libQtCLucene.dylib /usr/local/lib/
-
+
-

+

These should then be found automatically. Earlier systems may need some help by adding '-L/usr/local/lib' to CMAKE_SHARED_LINKER_FLAGS, CMAKE_MODULE_LINKER_FLAGS and CMAKE_EXE_LINKER_FLAGS in the cmake build. -

+

- -

5.3. Install CMake for OSX

+
+
+

5.3. Install CMake for OSX

-

+

Get the latest source release from here: -

-

-http://www.cmake.org/cmake/resources/software.html -

-

+

+

+http://www.cmake.org/cmake/resources/software.html +

+

Binary installers are available for OS X, but they are not recommended (2.4 versions install in /usr instead of /usr/local, and 2.6+ versions are a strange application). Instead, download the source. NOTE: 2.8.5 is broken for detecting part of Qt. Fixed in 2.8.6. Double-click the source tarball to unpack it, then cd to the source folder and: -

+

-
+
 ./bootstrap --docdir=/share/doc/CMake --mandir=/share/man
 make -j [#cpus]
 sudo make install
-
+
-

5.3.1. Optional setup: ccache

+
+

5.3.1. Optional setup: ccache

-

-Xcode 4.4+ note: You will probably not need to install ccache if you are using +

+Xcode 4.4+ note: You will probably not need to install ccache if you are using the clang frontend to LLVM compiler, a setup that already provides fairly quick compile times. -

-

+

+

Setup ccache to significantly speed up compile times after initial build. (Switching git branches will again cause longer initial build times unless separate build directories are used for each branch.) -

-

+

+

Get the latest source release from here: -

-

-http://ccache.samba.org/ -

-

+

+

+http://ccache.samba.org/ +

+

Double-click the source tarball to unpack, then, in Terminal.app, cd to the source folder and: -

+

-
+
 ./configure
 make
 sudo make install
-
+
-

+

After install, symbolically link compilers to /usr/local/bin/ccache. -(Note: this differs from instructions at http://ccache.samba.org/manual.html +(Note: this differs from instructions at http://ccache.samba.org/manual.html Changing the /usr/bin:/usr/local/bin order in PATH is not recommended on OS X. -

+

-
+
 sudo mkdir /usr/local/bin/compilers && cd /usr/local/bin/compilers
 sudo ln -s ../ccache gcc
 sudo ln -s ../ccache g++
 sudo ln -s ../ccache cc
 sudo ln -s ../ccache c++
-
+
-

+

Add the following to the end of your ~/.bash_profile (and optionally ~/.bashrc) to allow your login shell to discover the symbolically linked compilers before /usr/bin compilers and to easily toggle using ccache off, by commenting out the line and starting a new login session in Terminal. -

+

-
+
 export PATH=/usr/local/bin/compilers:$PATH
-
+
-

+

If you have trouble building some of the dependencies listed below (e.g. OSG & osgEarth), try bypassing ccache. -

+

- -

5.4. Install development frameworks for QGIS dependencies

+
+
+
+

5.4. Install development frameworks for QGIS dependencies

-

+

Download William Kyngesburye's excellent GDAL Complete package that includes PROJ, GEOS, GDAL, SQLite3, SpatiaLite, and image libraries, as frameworks. There are also GSL and FreeType frameworks. -

-

-http://www.kyngchaos.com/software/frameworks -

-

+

+

+http://www.kyngchaos.com/software/frameworks +

+

Once downloaded, open and install the frameworks. -

-

+

+

William provides an additional installer package for PostgreSQL (for PostGIS support). QGIS just needs the libpq client library, so unless you want to setup the full Postgres + PostGIS server, all you need is the client-only package. It's available here: -

-

-http://www.kyngchaos.com/software/postgres -

-

+

+

+http://www.kyngchaos.com/software/postgres +

+

Also available is a GRASS application: -

-

-http://www.kyngchaos.com/software/grass -

-

+

+

+http://www.kyngchaos.com/software/grass +

+

Old versions of these packages for older systems are available in the software archive section. -

+

-

5.4.1. Additional dependencies: General compatibility note

+
+

5.4.1. Additional dependencies: General compatibility note

-

+

There are some additional dependencies that, at the time of writing, are not provided as frameworks or installers so we will need to build these from source. If you are wanting to build QGIS as a 64-bit application, you will need to @@ -1857,363 +1997,379 @@

5.4.1. Additional dependencies: General compatibility note

Likewise, for 32-bit support on Snow Leopard, you will need to override the default system architecture, which is 64-bit, according to instructions for individual dependency packages. -

-

+

+

Stable release versions are preferred. Beta and other development versions may have problems and you are on your own with those. -

+

-

5.4.2. Additional dependencies: Expat

+
+
+

5.4.2. Additional dependencies: Expat

-

-Snow Leopard+ note: Snow Leopard includes a usable expat, so this step is +

+Snow Leopard+ note: Snow Leopard includes a usable expat, so this step is not necessary on Snow Leopard or above. -

-

+

+

Get the expat sources: -

-

-http://sourceforge.net/project/showfiles.php?group_id=10127 -

-

+

+

+http://sourceforge.net/project/showfiles.php?group_id=10127 +

+

Double-click the source tarball to unpack, then, in Terminal.app, cd to the source folder and: -

+

-
+
 ./configure
 make
 sudo make install
-
+
-

5.4.3. Additional dependencies: Spatialindex

+
+
+

5.4.3. Additional dependencies: Spatialindex

-

+

Get the libspatialindex sources: -

-

-http://download.osgeo.org/libspatialindex/ -

-

+

+

+http://download.osgeo.org/libspatialindex/ +

+

Double-click the source tarball to unpack, then, in Terminal.app, cd to the source folder and: -

+

-
+
 ./configure --disable-dependency-tracking CFLAGS=-Os
 make
 sudo make install
-
+
-

5.4.4. Additional dependencies: Python

+
+
+

5.4.4. Additional dependencies: Python

-

-Leopard+ note: Starting with Leopard a usable Python is included +

+Leopard+ note: Starting with Leopard a usable Python is included in the system. This is Python 2.5, 2.6 and 2.7, respectively for Leo, Snow and Lion+. So there is no need to install Python on Leopard and newer. You can still install Python from python.org if preferred. -

-

+

+

If installing from python.org, make sure you install the latest Python 2.x from -

-

-http://www.python.org/download/ -

-

+

+

+http://www.python.org/download/ +

+

Python 3 is a major change, and may have compatibility issues, so try it at your own risk. -

+

-

5.4.5. Additional dependencies: SIP

+
+
+

5.4.5. Additional dependencies: SIP

-

-Mt Lion note: SIP 4.15.7 appears to not work on Mt Lion. Install either +

+Mt Lion note: SIP 4.15.7 appears to not work on Mt Lion. Install either a prior version to 4.14.6 or a later version 4.16.3+ -

-

+

+

Retrieve the python bindings toolkit SIP from -

-

-http://www.riverbankcomputing.com/software/sip/download -

-

+

+

+http://www.riverbankcomputing.com/software/sip/download +

+

Double-click the source tarball to unpack it, then, in Terminal.app, cd to the source folder. Then for your chosen Python: -

-

-python.org Python -

+

+

+python.org Python +

-
+
 python configure.py
 make
 sudo make install
-
+
-

-Leopard system Python -

-

+

+Leopard system Python +

+

SIP wants to install in the system path -- this is not a good idea. More configuration is needed to install outside the system path: -

+

-
+
 python configure.py -n -d /Library/Python/2.5/site-packages -b /usr/local/bin \
 -e /usr/local/include -v /usr/local/share/sip -s MacOSX10.5.sdk
-
+
-

-Snow Leopard system Python -

-

+

+Snow Leopard system Python +

+

Similar to Leopard, you should install outside the system Python path. Also, you need to specify the architecture you want and make sure to run the versioned python binary (this one responds to the 'arch' command, 'python' does not). Substitute '2.7' for python version and 10.7 for SDK version below for Lion. -

-

+

+

If you are using 32-bit Qt (Qt Carbon): -

+

-
+
 python2.6 configure.py -n -d /Library/Python/2.6/site-packages -b /usr/local/bin \
 -e /usr/local/include -v /usr/local/share/sip --arch=i386 -s MacOSX10.6.sdk
-
+
-

+

For 64-bit Qt (Qt Cocoa), use this configure line: -

+

-
+
 python2.6 configure.py -n -d /Library/Python/2.6/site-packages -b /usr/local/bin \
 -e /usr/local/include -v /usr/local/share/sip --arch=x86_64 -s MacOSX10.6.sdk
-
+
-

-Lion+ system Python -

-

+

+Lion+ system Python +

+

Similar to Snow Leopard, you should install outside the system Python path. The SDK option should match the system you are compiling on: -

-

+

+

for Lion: -

+

-
+
 python2.7 configure.py -d /Library/Python/2.7/site-packages -b /usr/local/bin \
 -e /usr/local/include -v /usr/local/share/sip --arch=x86_64 -s MacOSX10.7.sdk
-
+
-

+

for Mt. Lion: -

+

-
+
 python2.7 configure.py -d /Library/Python/2.7/site-packages -b /usr/local/bin \
 -e /usr/local/include -v /usr/local/share/sip --arch=x86_64 -s MacOSX10.8.sdk
-
+
-

+

for Mavericks: -

+

-
+
 python2.7 configure.py -d /Library/Python/2.7/site-packages -b /usr/local/bin \
 -e /usr/local/include -v /usr/local/share/sip --arch=x86_64 -s MacOSX10.9.sdk
-
+
-

-continue... -

-

+

+continue... +

+

Then continue with compilation and installation: -

+

-
+
 make
 sudo make install
-
+
-

5.4.6. Additional dependencies: QScintilla2

+
+
+

5.4.6. Additional dependencies: QScintilla2

-

+

Retrieve the Qt version of the Scintilla-based text editor widget from -

-

-http://www.riverbankcomputing.co.uk/software/qscintilla/download -

-

+

+

+http://www.riverbankcomputing.co.uk/software/qscintilla/download +

+

Double-click the tarball to unpack it. Then, cd to the QScintilla2.x.x source folder in a Terminal. -

-

+

+

QScintilla2 wants to install in the system path -- with libraries going into /Library/Frameworks and headers into /usr/include/Qsci -- this is not a good idea, and it also basically breaks the QtDesigner plugin. More configuration is needed to install outside the system path, in /usr/local/: -

+

-
+
 cd Qt4Qt5
-
+
-

+

Edit QScintilla-gpl-2.x.x/Qt4Qt5/qscintilla.pro in the following manner: -

+

-
+
 current line --> new line
 
 target.path = $$[QT_INSTALL_LIBS]  -->  target.path = /usr/local/lib
 header.path = $$[QT_INSTALL_HEADERS]  -->  header.path = /usr/local/include
-
+
-

+

Save the qscintilla.pro file and build the QScintilla2 C++ library: -

+

-
+
 qmake -spec macx-g++ qscintilla.pro
 make -j [#cpus]
 sudo make install
-
+
-

+

adjust the install_name_tool command for the version installed of QScintilla installed: -

+

-
+
 sudo install_name_tool -id /usr/local/lib/libqscintilla2.11.dylib \
   /usr/local/lib/libqscintilla2.11.dylib
-
+
-

+

This installs QScintilla2's dylib in /usr/local/lib/ and the header files in /usr/local/include/Qsci/, both of which should be automatically found when building QGIS. -

+

-

5.4.6.1. Optional setup: QScintilla2 QtDesigner plugin

+
+

5.4.6.1. Optional setup: QScintilla2 QtDesigner plugin

-

+

The plugin allows QScintilla2 widgets to be used within QtDesigner. -

+

-
+
 cd <QScintilla2 source directory>
 cd designer-Qt4Qt5
 qmake -spec macx-g++ designer.pro
 make
 sudo make install
-
+
-

+

Installs in /Developer/Applications/Qt/plugins/designer/ -

+

-

5.4.7. Additional dependencies: PyQt

+
+
+
+

5.4.7. Additional dependencies: PyQt

-

+

Retrieve the python bindings toolkit for Qt from -

-

-http://www.riverbankcomputing.com/software/pyqt/download -

-

+

+

+http://www.riverbankcomputing.com/software/pyqt/download +

+

Double-click the source tarball to unpack it, then, in Terminal.app, cd to the source folder. Then for your chosen Python: -

-

-python.org Python -

+

+

+python.org Python +

-
+
 python configure.py -n /usr/local/Qt4.8/qsci
 yes
-
+
-

-Leopard system Python -

-

+

+Leopard system Python +

+

PyQt wants to install in the system path -- this is not a good idea. More configuration is needed to install outside the system path: -

+

-
+
 python configure.py -d /Library/Python/2.5/site-packages -b /usr/local/bin -n /usr/local/Qt4.8/qsci -v /usr/local/share/sip/PyQt4
-
+
-

-Snow Leopard system Python -

-

+

+Snow Leopard system Python +

+

Similar to Leopard, you should install outside the system Python path. Also, you need to specify the architecture you want (requires at least PyQt 4.6), and make sure to run the versioned python binary (this one responds to the 'arch' command, which is important for pyuic4, 'python' does not). Substitute '2.7' for python version and 10.7 for SDK version below for Lion. -

-

+

+

If you are using 32-bit Qt (Qt Carbon): -

+

-
+
 python2.6 configure.py -d /Library/Python/2.6/site-packages -b /usr/local/bin \
 -n /usr/local/Qt4.8/qsci -v /usr/local/share/sip/PyQt4 --use-arch i386
-
+
-

+

For 64-bit Qt (Qt Cocoa), use this configure line: -

+

-
+
 python2.6 configure.py -d /Library/Python/2.6/site-packages -b /usr/local/bin \
 -n /usr/local/Qt4.8/qsci -v /usr/local/share/sip/PyQt4 --use-arch x86_64
-
+
-

-Lion, Mt. Lion, and Mavericks system Python -

-

+

+Lion, Mt. Lion, and Mavericks system Python +

+

Similar to Snow Leopard, you should install outside the system Python path. But you don't need the use-arch option: -

+

-
+
 python2.7 configure.py -d /Library/Python/2.7/site-packages -b /usr/local/bin -n /usr/local/Qt4.8/qsci -v /usr/local/share/sip/PyQt4
-
+
-

-continue... -

+

+continue... +

-
+
 make -j [#cpus]
 sudo make install
-
+
-

+

If there is a problem with undefined symbols in QtOpenGL on Leopard, edit QtOpenGL/makefile and add -undefined dynamic_lookup to LFLAGS. Then make again. -

+

-

5.4.8. Additional dependencies: QScintilla2 Python Module

+
+
+

5.4.8. Additional dependencies: QScintilla2 Python Module

-

+

This will create the Qsci.so module in /Library/Python/2.x/site-packages/PyQt4. Like PyQt, it needs help to not install in system locations. -

-

-Snow Leopard: substitute '2.6' for Python version -

+

+

+Snow Leopard: substitute '2.6' for Python version +

-
+
 cd <QScintilla2 source dir>
 cd Python
 python2.7 configure.py -o /usr/local/lib -n /usr/local/include \
@@ -2226,36 +2382,38 @@ 

5.4.8. Additional dependencies: QScintilla2 Python Module

qmake -spec macx-g++ Qsci.pro make -j [#cpus] sudo make install -
+
-

+

The -o and -n options should match the QScintilla2 C++ dylib install options. -

+

-

5.4.9. Additional dependencies: Qwt

+
+
+

5.4.9. Additional dependencies: Qwt

-

+

The GPS tracking feature uses Qwt. -

-

+

+

NOTE: PyQwt is not compatible with PyQt 4.9, so we will skip that. -

-

+

+

Download the latest Qwt 6.0 source (6.1 does not work with the QwtPolar in QGIS) from: -

-

-http://sourceforge.net/projects/qwt -

-

+

+

+http://sourceforge.net/projects/qwt +

+

Double-click the tarball to unpack it. Now, cd to the qwt source folder in a Terminal. -

-

+

+

Type these commands to build and install 6.0.x (assumes v6.0.2, adjust commands for other version as needed): -

+

-
+
 cat >> qwtconfig.pri <<EOF
 QWT_CONFIG -= QwtFramework
 EOF
@@ -2265,141 +2423,149 @@ 

5.4.9. Additional dependencies: Qwt

sudo install_name_tool -id /usr/local/qwt-6.0.2/lib/libqwt.6.dylib \ /usr/local/qwt-6.0.2/lib/libqwt.6.dylib -
+
-

+

The Qwt shared library is now installed in /usr/local/qwt-6.0.x (x is the point version). Remember this for QGIS configuration. -

+

-

5.4.10. Additional dependencies: Bison

+
+
+

5.4.10. Additional dependencies: Bison

-

+

The version of bison available by default on Mac OS X is too old so you need to get a more recent one on your system. Download at least version 2.4 from: -

+

-
+
 ftp.gnu.org/gnu/bison/
-
+
-

+

Now build and install it to a prefix of /usr/local. Double-click the source tarball to unpack it, then cd to the source folder and: -

+

-
+
 ./configure --disable-dependency-tracking CFLAGS=-Os
 make
 sudo make install
-
+
-

5.4.11. Additional dependencies: gpsbabel

+
+
+

5.4.11. Additional dependencies: gpsbabel

-

+

For integrated GPS Tools functions, a gpsbabel executable is required. You can find this at: -

-

-http://www.gpsbabel.org/ -

-

+

+

+http://www.gpsbabel.org/ +

+

Download the GPSBabel OS X package, and copy GPSBabelFE.app from the disk image to /Applications. -

+

-

5.4.12. Optional dependencies: libfcgi

+
+
+

5.4.12. Optional dependencies: libfcgi

-

+

If you want to use the QGIS Mapserver, you need libfcgi. This is included on systems up through Snow Leopard, but was dropped at Lion. So, on Lion you need to get the source from: -

-

-http://www.fastcgi.com/dist/ -

-

+

+

+http://www.fastcgi.com/dist/ +

+

Grab the latest fcgi SNAP package there. Double-click the source tarball to unpack it, then cd to the source folder and: -

+

-
+
 ./configure --disable-dependency-tracking CFLAGS=-Os
 make
 sudo make install
-
+
-

5.4.13. Optional dependencies: OSG & osgEarth

+
+
+

5.4.13. Optional dependencies: OSG & osgEarth

-

+

If you want the Globe plugin in QGIS (default OFF), OSG and osgEarth are needed. -

-

-First, OpenSceneGraph. The main site is very out of date, just go to +

+

+First, OpenSceneGraph. The main site is very out of date, just go to github: -

-

-http://github.com/openscenegraph/osg/tags -

-

+

+

+http://github.com/openscenegraph/osg/tags +

+

Download the latest 3.1 version (you can select a tarball when you hover over the entry). Double-click the source tarball to unpack it. (There is a version numbering oddity in the source, but since we'll be bundling OSG as it's meant to be, it really doesn't matter). -

-

+

+

Installation is a bit out of touch with OS X standards, so we'll stage it to a temporary location first. You could stage it to the folder that the OSG source folder is in, or a common staging area like /Users/Shared/unix/osg. Pick a folder not hidden and that doesn't need admin permissions to write to for simplicity. -

-

+

+

If you are building on Leopard, its configure forces a old ppc/i386 32bit build. If you want 64bit you need to fix CMakeLists.txt - in a text editor, find the if-block that starts with: -

+

-
+
 ELSEIF(${OSG_OSX_SDK_NAME} STREQUAL "macosx10.6" OR ${OSG_OSX_SDK_NAME} STREQUAL "macosx10.5")
-
+
-

+

In that section before the next ELSEIF, change: -

+

-
+
 ppc;i386
-
+
-

+

to: -

+

-
+
 i386;x86_64
-
+
-

+

and change: -

+

-
+
 mmacosx-version-min=10.5
-
+
-

+

to: -

+

-
+
 mmacosx-version-min=10.6
-
+
-

+

In a new Terminal cd to the source folder and: -

+

-
+
 mkdir build
 cd build
 cmake -D CMAKE_INSTALL_PREFIX=/path/to/some/staging/folder \
@@ -2413,54 +2579,54 @@ 

5.4.13. Optional dependencies: OSG & osgEarth

make make install sudo mkdir -p "/Library/Application Support/OpenSceneGraph/PlugIns" -
+
-

+

Open the staging folder you chose for the CMAKE_INSTALL_PREFIX option above. -

-

+

+

Now move all .frameworks from the lib/ folder in the staging area to /Library/Frameworks. Move the files in the osgPlugins folder in the lib/ folder to /Library/Application Support/OpenSceneGraph/PlugIns. The bin/ executables can be left where they are. -

-

-Next up is libzip. Get the latest tarball at: -

-

-http://nih.at/libzip/ -

-

+

+

+Next up is libzip. Get the latest tarball at: +

+

+http://nih.at/libzip/ +

+

Double-click the source tarball to unpack it. In a new Terminal cd to the source folder and: -

+

-
+
 ./configure --disable-dependency-tracking --disable-shared CFLAGS=-Os
 make
 sudo make install
-
- -

-Then it's time for osgEarth. Downloads are also on github: -

-

-http://github.com/gwaldron/osgearth/tags -

-

+

+ +

+Then it's time for osgEarth. Downloads are also on github: +

+

+http://github.com/gwaldron/osgearth/tags +

+

Download a tarball for the latest stable release (sorting can be confusing here). Double-click the source tarball to unpack it. -

-

-Note: for now stick with version 2.3. There are compile errors in 2.4 that need attention. -

-

+

+

+Note: for now stick with version 2.3. There are compile errors in 2.4 that need attention. +

+

This one also needs an intermediate staging area. Choose a folder similar to OSG. -

-

+

+

In a new Terminal cd to the source folder and: -

+

-
+
 mkdir build
 cd build
 export PATH="/path/to/osg/staging/folder/bin:$PATH"
@@ -2471,113 +2637,117 @@ 

5.4.13. Optional dependencies: OSG & osgEarth

make make install sudo mkdir -p "/Library/Application Support/OpenSceneGraph/Headers" -
+
-

+

Open the staging folder you chose for the CMAKE_INSTALL_PREFIX option above. Also open the OSG staging path /bin folder from the OSG build. -

-

+

+

Move all the .frameworks from the lib/ folder to /Library/Frameworks. Move the files in the osgPlugins folder in the lib/ folder to /Library/Application Support/OpenSceneGraph/PlugIns. Move the osgEarthDrivers folder in the include/ folder to /Library/Application Support/OpenSceneGraph/Headers. (you may need to create this folder) And as for OSG, you can leave the bin/ executables where they are. -

+

- -

5.5. API documentation

+
+
+
+

5.5. API documentation

-

+

If you want to build a local copy of the API docs (like those at -http://doc.qgis.org/api) you will need Graphviz and Doxygen installed: -

-

-http://www.graphviz.org/Download_macos.php -

-

-http://www.stack.nl/~dimitri/doxygen/download.html -

-

+http://doc.qgis.org/api) you will need Graphviz and Doxygen installed: +

+

+http://www.graphviz.org/Download_macos.php +

+

+http://www.stack.nl/~dimitri/doxygen/download.html +

+

Graphviz is simply installed via a regular Mac package installer. Install it first. It will place some of its binaries in /usr/local/bin/. -

-

+

+

For Doxygen, compiling the source is recommended over installing the app. Double-click the source tarball to unpack it, then cd to the source folder and: -

+

-
+
 ./configure
 make -j [#cpus]
 sudo make install
-
+
-

+

The documentation will be output to the build directory, and if using more complete QGIS.app bundling on install, inside the app in: -

-

+

+

QGIS.app/Contents/Resources/doc -

+

- -

5.6. QGIS source

+
+
+

5.6. QGIS source

-

+

Unzip the QGIS source tarball to a working folder of your choice (/usr/somewhere is not a good choice as it's hidden and requires root privileges). If you are reading this from the source, you've already done this. -

-

+

+

If you want to experiment with the latest development sources, go to the github QGIS project page: -

-

-http://github.com/qgis/QGIS -

-

-It should default to the master branch. Click the Downloads button and -select Download .tar.gz. Double-click the tarball to unzip it. -

-

-Alternatively, install git from http://git-scm.com and do the following. -

-

+

+

+http://github.com/qgis/QGIS +

+

+It should default to the master branch. Click the Downloads button and +select Download .tar.gz. Double-click the tarball to unzip it. +

+

+Alternatively, install git from http://git-scm.com and do the following. +

+

Make a specific repository directory somewhere, e.g. ~/QGIS/QGIS, and cd into it. The following will read-only clone the master branch to the directory: -

+

-
+
 git init
 git remote add -f -t master -m master qgisupstream git://github.com/qgis/QGIS.git
 git merge qgisupstream
 
-
+
- -

5.7. Configure the build

+
+
+

5.7. Configure the build

-

+

CMake supports out of source build so we will create a 'build' dir for the build process. OS X uses ${HOME}/Applications as a standard user app folder (it gives it the system app folder icon). If you have the correct permissions you may want to build straight into your /Applications folder. The instructions below assume you are building into a ${HOME}/Applications directory. -

-

+

+

You have two interactive options for configuring the build: ccmake or run Terminal commands. ccmake is a curses interface inside Terminal for CMake and allows a tabular layout for viewing and editing ALL available QGIS source CMake options. To get started initially run the Terminal method. -

-

+

+

In a Terminal cd to the qgis source folder previously downloaded, then: -

+

-
+
 mkdir build
 cd build
 cmake -D CMAKE_INSTALL_PREFIX=~/Applications \
@@ -2588,56 +2758,56 @@ 

5.7. Configure the build

-D QWT_INCLUDE_DIR=/usr/local/qwt-6.0.2/include \ -D BISON_EXECUTABLE=/usr/local/bin/bison \ .. -
+
-

-Note: Don't forget the .. on the last line, which tells CMake to look for the +

+Note: Don't forget the .. on the last line, which tells CMake to look for the source files in one directory up. -

-

+

+

After the initial Terminal configure, you can use ccmake to make further changes: -

+

-
+
 cd build
 ccmake ..
-
+
-

+

This will automatically find and use the previously installed frameworks, and the GRASS application if installed. Remember to change the Qwt version if a different version was installed, and possibly paths, e.g. for Qwt 6.0.2 installed as a framework use: -

+

-
+
 -D QWT_LIBRARY=/usr/local/qwt-6.0.2/lib/qwt.framework/qwt \
 -D QWT_INCLUDE_DIR=/usr/local/qwt-6.0.2/lib/qwt.framework/Headers \
-
+
-

+

If you want to use a newer PostgreSQL client than the default Mac OS X version, e.g. install from kyngchaos.com, set the following option to pg_config's path: -

+

-
+
 -D POSTGRES_CONFIG=/usr/local/pgsql/bin/pg_config \
-
+
-

+

To build a local copy of the API docs (see API documentation section above): -

+

-
+
 -D WITH_APIDOC=TRUE \
-
+
-

-Snow Leopard note: To handle 32-bit Qt (Carbon), create a 32bit python wrapper +

+Snow Leopard note: To handle 32-bit Qt (Carbon), create a 32bit python wrapper script and add arch flags to the configuration: -

+

-
+
 sudo cat >/usr/local/bin/python32 <<EOF
 #!/bin/sh
 exec arch -i386 /usr/bin/python2.6 \${1+"\$@"}
@@ -2655,131 +2825,135 @@ 

5.7. Configure the build

-D BISON_EXECUTABLE=/usr/local/bin/bison \ -D CMAKE_OSX_ARCHITECTURES=i386 -D PYTHON_EXECUTABLE=/usr/local/bin/python32 \ .. -
+
-

-Mapserver note: The QGIS Mapserver feature requires fastcgi support. This is included in +

+Mapserver note: The QGIS Mapserver feature requires fastcgi support. This is included in Leopard and Snow Leopard, but was dropped at Lion. To build the Mapserver component on Leopard and Snow, add the following line before the last line in the above configuration: -

+

-
+
 -D WITH_SERVER=TRUE \
-
+
-

+

On Lion you are on your own to figure out how to install libfcgi and add fcgi support to the system Apache. Not recommended for the average user. -

-

-Globe plugin note: If you want the Globe plugin (and you compiled and installed OSG/osgEarth), +

+

+Globe plugin note: If you want the Globe plugin (and you compiled and installed OSG/osgEarth), add the following lines before the last line in the above configuration: -

+

-
+
 -D WITH_GLOBE=true \
 -D OSGEARTH_INCLUDE_DIR="/Library/Application Support/OpenSceneGraph/Headers" \
 -D OSG_PLUGINS_PATH="/Library/Application Support/OpenSceneGraph/PlugIns" \
-
+
-

-Bundling note: Older Qt versions may have problems with some Qt plugins and +

+Bundling note: Older Qt versions may have problems with some Qt plugins and QGIS. The way to handle this is to bundle Qt inside the QGIS application. The default is to bundle Qt (and osg/osgEarth, if configured). -

-

+

+

Even better for distribution purposes, to also bundle any extra non-framework, non-standard, libs (ie postgres' libpq) set the bundle value to 2: -

+

-
+
 -D QGIS_MACAPP_BUNDLE=2 \
-
+
- -

5.8. Building

+
+
+

5.8. Building

-

+

Now we can start the build process (remember the parallel compilation note at the beginning, this is a good place to use it, if you can): -

+

-
+
 make -j [#cpus]
-
+
-

+

If all built without errors you can then install it: -

+

-
+
 make install
-
+
-

+

or, for an /Applications build: -

+

-
+
 sudo make install
-
+
- -

5.9. Post-Install

+
+
+

5.9. Post-Install

-

+

A couple things to take care of. -

-

-gpsbabel -

-

-For QGIS to easily find gpsbabel, you need to copy the gpsbabel executable +

+

+gpsbabel +

+

+For QGIS to easily find gpsbabel, you need to copy the gpsbabel executable to the QGIS application. Assuming you installed QGIS in your home folder: -

+

-
+
 cp -fp /Applications/GPSBabelFE.app/Contents/MacOS/gpsbabel ~/QGIS.app/Contents/MacOS/bin/
-
+
-

+

If you installed in /Applications, adjust the path accordingly and prefix the whole command with 'sudo '. -

-

-QGIS Server -

-

+

+

+QGIS Server +

+

See the QGIS Server documentation page at: -

-

-http://docs.qgis.org/2.18/en/docs/user_manual/working_with_ogc/ogc_server_support.html -

-

+

+

+http://docs.qgis.org/2.18/en/docs/user_manual/working_with_ogc/ogc_server_support.html +

+

for instructions on setting up Apache fastcgi and testing qgis server, including installing the mod-fastcgi that is missing on Lion. -

+

- -

6. Setting up the WCS test server on GNU/Linux

+
+
+
+

6. Setting up the WCS test server on GNU/Linux

-

-Requires: Ubuntu / Debian derived distro -

-

+

+Requires: Ubuntu / Debian derived distro +

+

These notes are for Ubuntu - other versions and Debian derived distros may require slight variations in package names. -

+

- -

6.1. Preparation

+
+

6.1. Preparation

-

+

Note the git repo below will change to the default QGIS repo once this work is integrated into master. -

-

+

+

git remote add blazek git://github.com/blazek/Quantum-GIS.git git fetch blazek git branch --track wcs2 blazek/wcs2 @@ -2790,49 +2964,50 @@

6.1. Preparation

cd wcs/ mkdir cgi-bin cd cgi-bin/ -

+

- -

6.2. Setup mapserver

+
+
+

6.2. Setup mapserver

-

-`sudo apt-get install cgi-mapserver` -

-

+

+`sudo apt-get install cgi-mapserver` +

+

Set the contents of cgi-bin/wcstest-1.9.0 to: -

+

-
+
   #! /bin/sh
   MS_MAPFILE=/var/www/wcs/testdata/qgis-1.9.0/raster/wcs.map
   export MS_MAPFILE
   /usr/lib/cgi-bin/mapserv
-
+
-

+

Then do: -

+

-
+
   chmod +x cgi-bin/wcstest-1.9.0
   mkdir -p /var/www/wcs/testdata/qgis-1.9.0/raster/
   cd /var/www/wcs/testdata/qgis-1.9.0/raster/
   cp -r /home/timlinux/QGIS/tests/testdata/raster/* .
-
+
-

+

Edit wcs.map and set the shapepath to this: -

+

-
+
   SHAPEPATH "/var/www/wcs/testdata/qgis-1.9.0/raster"
-
+
-

+

Then create /var/www/wcs/7-wcs.qgis.org.conf setting the contents to this: -

+

-
+
   <VirtualHost *:80>
   ServerName wcs.qgis.org
   ServerAdmin tim@linfiniti.com
@@ -2856,30 +3031,32 @@ 

6.2. Setup mapserver

RewriteRule /1.9.0/wcs /cgi-bin/wcstest-1.9.0 [PT] </VirtualHost> -
+
- -

6.3. Create a home page

+
+
+

6.3. Create a home page

-
+
   mkdir html
   vim html/index.html
-
+
-

+

Set the contents to: -

+

-
+
   This is the test platform for QGIS' wcs client. You can use these services
   from QGIS directly (to try out WCS for example) by pointing your QGIS to:
   http://wcs.qgis.org/1.9.0/wcs
-
+
- -

6.4. Now deploy it

+
+
+

6.4. Now deploy it

-
+
   sudo mkdir /var/log/apache2/wcs_qgis.org
   sudo chown www-data /var/log/apache2/wcs_qgis.org
   cd /etc/apache2/sites-available/
@@ -2887,84 +3064,125 @@ 

6.4. Now deploy it

cd /var/www/wcs/ sudo a2ensite 7-wcs.qgis.org.conf sudo /etc/init.d/apache2 reload -
+
- -

6.5. Debugging

+
+
+

6.5. Debugging

-
+
   sudo tail -f /var/log/apache2/wcs_qgis.org/error.log
-
+
- -

7. Setting up a Jenkins Build Server

+
+
+
+

7. Setting up a Jenkins Build Server

-

-Assumption: You know how to make a working build environment and want to +

+Assumption: You know how to make a working build environment and want to deploy it under Jenkins for continuous integration testing now. -

-

+

+

These notes are terse, I will expand on them later as the need arises. The procedure is: -

+

-
    -
  • Install Jenkins and get it configured according to your own preferences -
  • Make sure you have the git, github, junit etc plugins installed. A complete +
      +
    • Install Jenkins and get it configured according to your own preferences +
    • +
    • Make sure you have the git, github, junit etc plugins installed. A complete list of the plugins I have installed follows (note that you almost certainly don't need evey plugin listed here): -
        -
      • External Monitor Job Type Plugin -
      • LDAP Plugin -
      • pam-auth -
      • javadoc -
      • ant -
      • Jenkins Subversion Plug-in -
      • Git Plugin -
      • Maven 2 Project Plugin -
      • Jenkins SLOCCount Plug-in -
      • Jenkins Sounds plugin -
      • Jenkins Translation Assistance plugin -
      • ruby-runtime -
      • Jenkins CVS Plug-in -
      • Coverage/Complexity Scatter Plot PlugIn -
      • Status Monitor Plugin -
      • Git Parameter Plug-In -
      • github-api -
      • GitHub plugin -
      • Jenkins Violations plugin -
      • git-notes Plugin -
      • Twitter plugin -
      • Jenkins Cobertura Plugin -
      • Jenkins Gravatar plugin -
      • Jenkins SSH Slaves plugin -
      -
    • Create a Job called 'QGIS' -
    • Use the following options for your job: -
        -
      • Job Name: QGIS -
      • Job Type: Build a free-style software project -
      • Tick enable project based security (you need to elsewhere configure your +
          +
        • External Monitor Job Type Plugin +
        • +
        • LDAP Plugin +
        • +
        • pam-auth +
        • +
        • javadoc +
        • +
        • ant +
        • +
        • Jenkins Subversion Plug-in +
        • +
        • Git Plugin +
        • +
        • Maven 2 Project Plugin +
        • +
        • Jenkins SLOCCount Plug-in +
        • +
        • Jenkins Sounds plugin +
        • +
        • Jenkins Translation Assistance plugin +
        • +
        • ruby-runtime +
        • +
        • Jenkins CVS Plug-in +
        • +
        • Coverage/Complexity Scatter Plot PlugIn +
        • +
        • Status Monitor Plugin +
        • +
        • Git Parameter Plug-In +
        • +
        • github-api +
        • +
        • GitHub plugin +
        • +
        • Jenkins Violations plugin +
        • +
        • git-notes Plugin +
        • +
        • Twitter plugin +
        • +
        • Jenkins Cobertura Plugin +
        • +
        • Jenkins Gravatar plugin +
        • +
        • Jenkins SSH Slaves plugin +
        • +
        +
      • +
      • Create a Job called 'QGIS' +
      • +
      • Use the following options for your job: +
          +
        • Job Name: QGIS +
        • +
        • Job Type: Build a free-style software project +
        • +
        • Tick enable project based security (you need to elsewhere configure your Jenkins security to per project settings) -
        • Allow Anonymous user Read and Discover access -
        • Set the github project to https://github.com/qgis/QGIS/ -
        • Set source code management to Git -
        • Set repository url to git://github.com/qgis/QGIS.git -
        • In advanced repository url settings set refspec to : -

          - -
          + 
        • +
        • Allow Anonymous user Read and Discover access +
        • +
        • Set the github project to https://github.com/qgis/QGIS/ +
        • +
        • Set source code management to Git +
        • +
        • Set repository url to git://github.com/qgis/QGIS.git +
        • +
        • In advanced repository url settings set refspec to : +

          + +
           +refs/heads/master:refs/remotes/origin/master
          -
          - -

          -
        • Set branch to build to master -
        • Repository Browser: Auto -
        • Build triggers: set to Poll SCM and set schedule to * * * * * (polls every minute) -
        • Build - Execute shell and set shell script to: -

          - -
          +
          + +

          +
        • +
        • Set branch to build to master +
        • +
        • Repository Browser: Auto +
        • +
        • Build triggers: set to Poll SCM and set schedule to * * * * * (polls every minute) +
        • +
        • Build - Execute shell and set shell script to: +

          + +
             cd build
             cmake ..
             xvfb-run --auto-servernum --server-num=1 \
          @@ -2975,160 +3193,197 @@ 

          7. Setting up a Jenkins Build Server

          Testing/`head -n 1 < Testing/TAG`/Test.xml > \ CTestResults.xml fi -
          - -

          -
        • Add Junit post build action and set 'Publish Junit test result report' to: - build/CTestResults.xml -
        • Email notification: Send separate e-mails to individuals who broke the build -
        • Jenkins sounds - set up sounds for Failure, Success and Unstable. -
        • Save -
        -

        +
+ +

+ +
  • Add Junit post build action and set 'Publish Junit test result report' to: + build/CTestResults.xml +
  • +
  • Email notification: Send separate e-mails to individuals who broke the build +
  • +
  • Jenkins sounds - set up sounds for Failure, Success and Unstable. +
  • +
  • Save +
  • + +

    Now open the Job dash board and push something to QGIS and wait a minute to validate automated builds work. -

    -Note: You will need to log in to the Jenkins user account and go to -/var/lib/jenkins/jobs/QGIS/workspace, then make a build directory and run +

    +Note: You will need to log in to the Jenkins user account and go to +/var/lib/jenkins/jobs/QGIS/workspace, then make a build directory and run the initial cmake setup and then do test build. This process is the same as described elsewhere in this doc. -

    +

    I based some of the set up from this nice blog article here: -

    -http://alexott.blogspot.com/2012/03/jenkins-cmakectest.html - +

    +http://alexott.blogspot.com/2012/03/jenkins-cmakectest.html + + - -

    8. Debug output and running tests

    + +
    +

    8. Debug output and running tests

    -

    +

    If you are interested in seeing embedded debug output, change the following CMake option: -

    +

    -
    +
     -D CMAKE_BUILD_TYPE=DEBUG (or RELWITHDEBINFO)
    -
    +
    -

    +

    This will flood your terminal or system log with lots of useful output from QgsDebugMsg() calls in source code. -

    -

    +

    +

    If you would like to run the test suite, you will need to do so from the build directory, as it will not work with the installed/bundled app. First set the CMake option to enable tests: -

    +

    -
    +
     -D ENABLE_TESTS=TRUE
    -
    +
    -

    +

    Then run all tests from build directory: -

    +

    -
    +
     cd build
     make test
    -
    +
    -

    -To run all tests and report to http://cdash.orfeo-toolbox.org/index.php?project=QGIS -

    +

    +To run all tests and report to http://cdash.orfeo-toolbox.org/index.php?project=QGIS +

    -
    +
     cd build
     make Experimental
    -
    +
    -

    +

    You can define the host name reported via 'make Experimental' by setting a CMake option: -

    +

    -
    +
     -D SITE="my.domain.org"
    -
    +
    -

    +

    To run specific test(s) (see 'man ctest'): -

    +

    -
    +
     cd build
     # show listing of tests, without running them
     ctest --show-only
     
     # run specific C++ or Python test(s) matching a regular expression
     ctest --verbose --tests-regex SomeTestName
    -
    +
    - -

    9. Authors and Acknowledgments

    +
    +
    +

    9. Authors and Acknowledgments

    -

    +

    The following people have contributed to this document: -

    - -
      -
    • Windows MINGW Section -
        -
      • Tim Sutton, Godofredo Contreras 2006 -
      • CMake additions Magnus Homann 2007 -
      • Python additions Martin Dobias 2007 -
      • With thanks to Tisham Dhar for preparing the initial msys environment -

        -
      -
    • Windows MSVC Section (Detailed install) -
        -
      • David Willis 2007 -
      • MSVC install additions Tim Sutton 2007 -
      • PostgreSQL, Qt compile, SIP, Python, AutoExp additions Juergen Fischer 2007 -

        -
      -
    • Windows MSVC Section (Simplified install) -
        -
      • Tim Sutton 2007 -
      • Juergen Fischer 2007 -
      • Florian Hillen 2010 -

        -
      -
    • OSX Section -
        -
      • Tim Sutton 2007 -
      • With special thanks to Tom Elwertowski and William Kyngesburye -
      • Larry Shaffer 2012 -

        -
      -
    • GNU/Linux Section -
        -
      • Tim Sutton 2006 -
      • Debian package section: Juergen Fischer 2008 -

        -
      -
    • WCS Test Server Section -
        -
      • Tim Sutton, Radim Blazek 2012 -

        -
      -
    • Jenkins CI Configuration -
        -
      • Tim Sutton 2012 -

        -
      -
    • Latex Generator -
        -
      • Tim Sutton 2011 -

        -
      -
    • Debug Output/Tests Section -
        -
      • Larry Shaffer 2012, by way of 'Test Friday' Tim Sutton -
      -
    - -
    - - - +

    + + + + + + + + diff --git a/doc/INSTALL.t2t b/doc/INSTALL.t2t index 4b25ac3fcf26..248683c36896 100644 --- a/doc/INSTALL.t2t +++ b/doc/INSTALL.t2t @@ -4,7 +4,7 @@ Building QGIS from source - step by step %! target : html %! style : style.css -%! Options : --toc --toc-level 2 --enum-title --css-sugar --css-inside +%! Options : --toc --toc-level 2 --enum-title %! preproc : TUT_URL https://qgis.org %! PostProc(html): '(?i)(
    )' '
    \1' %! PostProc(html): '(?i)(
    )' '\1' diff --git a/doc/news.html b/doc/news.html index a5c0b20a56ec..a5161c938f94 100644 --- a/doc/news.html +++ b/doc/news.html @@ -1,1400 +1,2401 @@ - - - - - -QGIS News - - - - - - - - - -
    - -
      -
    1. What's new in Version 3.10 'A Coruña'? -
    2. What's new in Version 3.8 'Zanzibar'? -
    3. What's new in Version 3.6.0 'Noosa'? -
    4. What's new in Version 3.4-LTR 'Madeira'? -
    5. What's new in Version 3.2 'Bonn'? -
    6. What's new in Version 3.0 'Girona'? -
    7. What's new in Version 2.18 'Las Palmas'? -
    8. What's new in Version 2.16 'Nødebo'? -
    9. What's new in Version 2.14 'Essen'? -
    10. What's new in Version 2.12 'Lyon'? -
    11. What's new in Version 2.10 'Pisa'? -
    12. What's new in Version 2.8 'Wien'? -
    13. What's new in Version 2.6.0 'Brighton'? -
    14. What's new in Version 2.4.0 'Chugiak'? -
    15. Whats new in Version 2.2.0 'Valmiera'? -
    16. Whats new in Version 2.0.1 'Dufour'? -
    17. Whats new in Version 2.0.0 'Dufour'? -
    18. Whats new in Version 1.8.0 'Lisboa'? -
    19. Whats new in Version 1.7.2 'Wroclaw'? -
    20. Whats new in Version 1.7.1 'Wroclaw'? -
    21. Whats new in Version 1.7.0 'Wroclaw'? -
    22. Whats new in Version 1.6.0 'Capiapo'? -
    23. Whats new in Version 1.5.0? -
    24. Whats new in Version 1.4.0 'Enceladus'? -
    25. Whats new in Version 1.3.0 'Mimas'? -
    26. Version 1.2.0 'Daphnis' -
    27. Version 1.0.0 'Kore' -
    28. Version 0.11.0 'Metis' -
    29. Version 0.10.0 'Io' -
    30. Version 0.9.2rc1 'Ganymede' -
    31. Version 0.9.1 'Ganymede' -
    32. Version 0.9 'Ganymede' -
    33. Version 0.8 'Joesephine' .... development version -
    34. Version 0.6 'Simon' -
    35. 0.5 -
    - -
    -
    -

    -Last Updated: Friday October 25, 2019 -Last Change : Friday October 25, 2019 -

    - - -

    1. What's new in Version 3.10 'A Coruña'?

    - -

    + + + + +QGIS News + + + + + +

    +
    +

    QGIS News

    +

    Change history for the QGIS Project

    +

    Thursday December 26, 2019

    +
    +
    +
    + + +
    +

    +Last Updated: Thursday December 26, 2019 +Last Change : Thursday December 26, 2019 +

    + +
    +

    1. What's new in Version 3.10 'A Coruña'?

    + +

    This release has following new features: -

    - -
      -
    • Map Tools: Show 3D length for LineStringZ features in identify derived attributes -
    • Symbology: Customizable default resampling settings for newly-added raster layers -
    • Symbology: Add "extract symbols" action to QGS/QGZ project file context menu in browser -
    • Symbology: Improved copy/paste of symbols -
    • Symbology: "Center of segment" placement mode for marker and hash line symbol layers -
    • Symbology: Allow array values as a valid result for data defined offset -
    • Labelling: Allow creation and editing of text formats and label settings through style manager dialog -
    • Labelling: New text "background" setting for marker symbol backgrounds -
    • Labelling: Callouts support -
    • Labelling: Add multiline alignment property to the change label tool -
    • Labelling: Allow display of unplaced labels -
    • Labelling: Add "overrun distance" setting for line labels -
    • Labelling: Allow data defined control over "label every part of multipart features" setting -
    • Labelling: Expose "label all parts" option via label properties tool -
    • Labelling: Support vertical text orientation -
    • Labelling: Expose font kerning setting -
    • Rendering: Allow rendering raster layers outside the reported extent -
    • Rendering: Add option to georeference PDFs and TIFs to save map canvas as image/PDF -
    • Rendering: new map canvas image decoration -
    • Rendering: logarithmic scale method for graduated renderer -
    • 3D Features: Measurement tool in 3D map view -
    • 3D Features: Billboard Rendering for Points -
    • 3D Features: 3D On-Screen Navigation -
    • Print Layouts: Right-to-left arrangement for legends -
    • Print Layouts: Control margin under legend group and subgroup headings -
    • Print Layouts: Allow data defined settings in text formats -
    • Print Layouts: @scale_value variable -
    • Print Layouts: Add above/below segments placement option for scalebar labels -
    • Print Layouts: Horizontal placement option for scale bar labels -
    • Print Layouts: Add option to simplify PDF or SVG exports -
    • Print Layouts: Improved SVG layered exports -
    • Print Layouts: Add an indicator in the status bar while a map redraw is occurring in the background -
    • Print Layouts: GeoPDF Export -
    • Print Layouts: Data defined control over grid properties -
    • Print Layouts: "fit segment size" mode for map grid interval -
    • Print Layouts: layout map item extent to an existing bookmark -
    • Expressions: New expression functions -
    • Digitising: GPS timestamp support -
    • Data Management: Composite Foreign Keys -
    • Data Management: Add circular data dependencies -
    • Analysis Tools: Stored filter expressions -
    • Analysis Tools: New operator for Raster Calculator -
    • Processing: new algorithm point to layer -
    • Processing: allow defining model parameters as advanced -
    • Processing: All GDAL based algorithms now support free-form "additional parameters" -
    • Processing: Add metatile size parameter to XYZ tiles algorithm -
    • Processing: New parameter type for colors -
    • Processing: New algorithm "Create style database from project" -
    • Processing: Allow file filter and default value to be set for file/folder inputs in models -
    • Processing: New algorithm "Combine style databases" -
    • Processing: Generate XYZ tiles using multiple threads -
    • Processing: New algorithms for exporting and importing to/from map layers -
    • Processing: New algorithm "Split features by character" -
    • Processing: New algorithm Climb Along Line -
    • Processing: Port Create Grid algorithm to C++ -
    • General: Show news items on welcome page -
    • General: Add a separate unit choice for milliradians (SI definition) vs mil (NATO definition) -
    • General: Enable widget filtering in Interface Customization dialog -
    • General: Improved auto-fix broken layers -
    • General: Bookmark Revamp -
    • General: "Reselect Features" action in Edit -> Select menu -
    • General: Parallelize snap index build -
    • Data Providers: Handle read-write support for .shz and .shp.zip -
    • Data Providers: oracle provider: add support for auth manager -
    • Data Providers: Improved PostGIS raster support -
    • Data Providers: Oracle - Database transaction support -
    • Data Providers: Add support for z/m dimensions to delimited text layers -
    • Data Providers: Static data providers -
    • QGIS Server: Using SVG in QGIS Server -
    • QGIS Server: WMS dimension -
    • QGIS Server: Server OAPIF (aka WFS3) support -
    • Programmability: New class QgsBookmarkManager -
    • Programmability: New API for provider database connections -
    - - -

    2. What's new in Version 3.8 'Zanzibar'?

    - -

    +

    + +
      +
    • Map Tools: Show 3D length for LineStringZ features in identify derived attributes +
    • +
    • Symbology: Customizable default resampling settings for newly-added raster layers +
    • +
    • Symbology: Add "extract symbols" action to QGS/QGZ project file context menu in browser +
    • +
    • Symbology: Improved copy/paste of symbols +
    • +
    • Symbology: "Center of segment" placement mode for marker and hash line symbol layers +
    • +
    • Symbology: Allow array values as a valid result for data defined offset +
    • +
    • Labelling: Allow creation and editing of text formats and label settings through style manager dialog +
    • +
    • Labelling: New text "background" setting for marker symbol backgrounds +
    • +
    • Labelling: Callouts support +
    • +
    • Labelling: Add multiline alignment property to the change label tool +
    • +
    • Labelling: Allow display of unplaced labels +
    • +
    • Labelling: Add "overrun distance" setting for line labels +
    • +
    • Labelling: Allow data defined control over "label every part of multipart features" setting +
    • +
    • Labelling: Expose "label all parts" option via label properties tool +
    • +
    • Labelling: Support vertical text orientation +
    • +
    • Labelling: Expose font kerning setting +
    • +
    • Rendering: Allow rendering raster layers outside the reported extent +
    • +
    • Rendering: Add option to georeference PDFs and TIFs to save map canvas as image/PDF +
    • +
    • Rendering: new map canvas image decoration +
    • +
    • Rendering: logarithmic scale method for graduated renderer +
    • +
    • 3D Features: Measurement tool in 3D map view +
    • +
    • 3D Features: Billboard Rendering for Points +
    • +
    • 3D Features: 3D On-Screen Navigation +
    • +
    • Print Layouts: Right-to-left arrangement for legends +
    • +
    • Print Layouts: Control margin under legend group and subgroup headings +
    • +
    • Print Layouts: Allow data defined settings in text formats +
    • +
    • Print Layouts: @scale_value variable +
    • +
    • Print Layouts: Add above/below segments placement option for scalebar labels +
    • +
    • Print Layouts: Horizontal placement option for scale bar labels +
    • +
    • Print Layouts: Add option to simplify PDF or SVG exports +
    • +
    • Print Layouts: Improved SVG layered exports +
    • +
    • Print Layouts: Add an indicator in the status bar while a map redraw is occurring in the background +
    • +
    • Print Layouts: GeoPDF Export +
    • +
    • Print Layouts: Data defined control over grid properties +
    • +
    • Print Layouts: "fit segment size" mode for map grid interval +
    • +
    • Print Layouts: layout map item extent to an existing bookmark +
    • +
    • Expressions: New expression functions +
    • +
    • Digitising: GPS timestamp support +
    • +
    • Data Management: Composite Foreign Keys +
    • +
    • Data Management: Add circular data dependencies +
    • +
    • Analysis Tools: Stored filter expressions +
    • +
    • Analysis Tools: New operator for Raster Calculator +
    • +
    • Processing: new algorithm point to layer +
    • +
    • Processing: allow defining model parameters as advanced +
    • +
    • Processing: All GDAL based algorithms now support free-form "additional parameters" +
    • +
    • Processing: Add metatile size parameter to XYZ tiles algorithm +
    • +
    • Processing: New parameter type for colors +
    • +
    • Processing: New algorithm "Create style database from project" +
    • +
    • Processing: Allow file filter and default value to be set for file/folder inputs in models +
    • +
    • Processing: New algorithm "Combine style databases" +
    • +
    • Processing: Generate XYZ tiles using multiple threads +
    • +
    • Processing: New algorithms for exporting and importing to/from map layers +
    • +
    • Processing: New algorithm "Split features by character" +
    • +
    • Processing: New algorithm Climb Along Line +
    • +
    • Processing: Port Create Grid algorithm to C++ +
    • +
    • General: Show news items on welcome page +
    • +
    • General: Add a separate unit choice for milliradians (SI definition) vs mil (NATO definition) +
    • +
    • General: Enable widget filtering in Interface Customization dialog +
    • +
    • General: Improved auto-fix broken layers +
    • +
    • General: Bookmark Revamp +
    • +
    • General: "Reselect Features" action in Edit -> Select menu +
    • +
    • General: Parallelize snap index build +
    • +
    • Data Providers: Handle read-write support for .shz and .shp.zip +
    • +
    • Data Providers: oracle provider: add support for auth manager +
    • +
    • Data Providers: Improved PostGIS raster support +
    • +
    • Data Providers: Oracle - Database transaction support +
    • +
    • Data Providers: Add support for z/m dimensions to delimited text layers +
    • +
    • Data Providers: Static data providers +
    • +
    • QGIS Server: Using SVG in QGIS Server +
    • +
    • QGIS Server: WMS dimension +
    • +
    • QGIS Server: Server OAPIF (aka WFS3) support +
    • +
    • Programmability: New class QgsBookmarkManager +
    • +
    • Programmability: New API for provider database connections +
    • +
    + +
    +
    +

    2. What's new in Version 3.8 'Zanzibar'?

    + +

    This release has following new features: -

    - -
      -
    • Expressions: Add order by support to expression aggregate and concatenation functions -
    • Expressions: File Information -
    • User Interface: Save to Template Button -
    • Symbology: Allow strings for font markers -
    • Symbology: Offset setting for point pattern fill symbol layer -
    • Symbology: Average line angles for marker and hashed line -
    • Digitising: Floating widget for advanced input next to cursor -
    • Digitising: Chanied add vertex at endpoint -
    • Forms and Widgets: Allow browsing feature list -
    • Analysis Tools: New aggregate method: concatenate_unique -
    • Processing: Add "Save layer styles into GeoPackage" option for Package Layers algorithm -
    • Processing: Overlap Analysis -
    • Processing: Allow rounding values in ExtentFromLayer -
    • Processing: New options to autofill batch processing dialog -
    • Processing: Generate raster XYZ tiles -
    • Processing: Join attributes by nearest -
    • QGIS Server: Allow configuring size for GetLegendGraphics -
    • Programmability: Add REGEXP SQL syntax support to spatialite provider and python connections -
    • Notable Fixes: Support for curves in DXF export -
    • 3D Features: Wide lines and polygon edge highlighting -
    • 3D Features: Export all frames from QGIS 3d animations as images -
    • 3D Features: Terrain generation from online source -
    • 3D Features: Configuration of field of view angle of camera -
    - - -

    3. What's new in Version 3.6.0 'Noosa'?

    - -

    +

    + +
      +
    • Expressions: Add order by support to expression aggregate and concatenation functions +
    • +
    • Expressions: File Information +
    • +
    • User Interface: Save to Template Button +
    • +
    • Symbology: Allow strings for font markers +
    • +
    • Symbology: Offset setting for point pattern fill symbol layer +
    • +
    • Symbology: Average line angles for marker and hashed line +
    • +
    • Digitising: Floating widget for advanced input next to cursor +
    • +
    • Digitising: Chanied add vertex at endpoint +
    • +
    • Forms and Widgets: Allow browsing feature list +
    • +
    • Analysis Tools: New aggregate method: concatenate_unique +
    • +
    • Processing: Add "Save layer styles into GeoPackage" option for Package Layers algorithm +
    • +
    • Processing: Overlap Analysis +
    • +
    • Processing: Allow rounding values in ExtentFromLayer +
    • +
    • Processing: New options to autofill batch processing dialog +
    • +
    • Processing: Generate raster XYZ tiles +
    • +
    • Processing: Join attributes by nearest +
    • +
    • QGIS Server: Allow configuring size for GetLegendGraphics +
    • +
    • Programmability: Add REGEXP SQL syntax support to spatialite provider and python connections +
    • +
    • Notable Fixes: Support for curves in DXF export +
    • +
    • 3D Features: Wide lines and polygon edge highlighting +
    • +
    • 3D Features: Export all frames from QGIS 3d animations as images +
    • +
    • 3D Features: Terrain generation from online source +
    • +
    • 3D Features: Configuration of field of view angle of camera +
    • +
    + +
    +
    +

    3. What's new in Version 3.6.0 'Noosa'?

    + +

    This release has following new features: -

    - -
      -
    • Map Tools: Title label decoration -
    • Map Tools: Top/bottom centering placement for decoration items -
    • Map Tools: Vertex tool fixes and improvements -
    • Map Tools: Identify tool supports mesh layers -
    • Expressions: New Expression Functions -
    • Expressions: Square brackets to easily access map array elements -
    • Expressions: New map expression variables -
    • User Interface: A new grayscale theme, "blend of gray" -
    • User Interface: Multiline selections and editing in code/expression editors -
    • Symbology: Better handling of .XML style libraries -
    • Symbology: Optionally force right-hand-rule during polygon symbol rendering -
    • Symbology: Option for simple lines and marker lines to only render exterior ring or interior rings -
    • Symbology: Raster image marker -
    • Symbology: Raster fill can have images set to remote URLs or embedded images -
    • Symbology: Use represention values for classified renderers -
    • Symbology: Option to merge categories in categorized renderer -
    • Symbology: Show Project Colors in color bound data defined buttons -
    • Symbology: Style manager dialog improvements -
    • Digitising: Georeferencer enhancements -
    • Digitising: New option to avoid minimizing georeferencer when adding points -
    • Data Management: Comment option in db manager -
    • Forms and Widgets: New form widget for binary (blob) fields -
    • Map Composer: Grid frame improvements -
    • Map Composer: Improved handling of text and label export -
    • Map Composer: Map labeling improvements -
    • Map Composer: Rework of map item extent/scale shortcuts -
    • Map Composer: Layout items can "block" map labels -
    • Map Composer: Warnings on exports -
    • Map Composer: Control over stacking position of map overview extents -
    • Map Composer: New expression variables for legend items -
    • Map Composer: Expressions inside legend item text -
    • Analysis Tools: Hardware acceleration for raster calculator -
    • Processing: New algorithm "Remove duplicates by attribute" -
    • Processing: Explode HStore algorithm -
    • Processing: Force right-hand-rule -
    • Processing: Extract Binary Field algorithm -
    • Processing: Split Lines by Maximum Length algorithm -
    • Processing: New parameter type for authentication config -
    • Processing: resampling and format options in the gdaladdo algorithm -
    • Processing: Raster zonal stats algorithm -
    • Processing: Extract Z values and Extract M values algorithms -
    • Processing: Geodesic line split at antimeridian algorithm -
    • Processing: Geodesic mode for "Join by Lines (Hub lines)" algorithm -
    • Processing: Raster Surface Volume algorithm -
    • Processing: Resurrected model to Python script functionality -
    • Application and Project Options: Delete settings from the Advanced tab in options -
    • Browser: Add "export to file" options for raster and vector layers within the browser -
    • Browser: Native file/folder properties -
    • Browser: Preview layers and attributes -
    • Browser: Explore QGS/QGZ project files in the browser -
    • Browser: Directly Create Geopackage and Shapefiles -
    • Browser: Open Terminal at Path -
    • General: Improved "missing layer" handling on project load -
    • General: Optional setting for disabling version checks -
    • General: Add a toggle action to vector layer legend items -
    • Data Providers: Open service info for ArcGIS Feature Server layers -
    • Data Providers: Binary blob support for OGR providers -
    • Data Providers: ArcGIS Feature Server picture marker and picture fill support -
    • Data Providers: ArcGIS Feature Server labeling support -
    • Data Providers: Boolean and binary field support for memory layers -
    • Data Providers: JSON Support for GeoPackage -
    • Data Providers: Postgres provider: save primary key selection -
    • QGIS Server: Possibility to set ATLAS_PK in GetPrint request to print atlas sheet(s) -
    • QGIS Server: WMTS tile matrices configuration -
    • Programmability: New class QgsExifTools -
    • Programmability: Iterate over parts of a QgsGeometry -
    • Programmability: Improved QgsLineString PyQGIS API -
    • Programmability: PyQGIS Geometry Collection API improvements -
    • Programmability: Easier Processing algorithm creation via @alg decorator -
    • Programmability: Blocking (non-async) network requests -
    • Programmability: Custom validity checks on layout exports -
    • Programmability: API for calculating Geodesic lines -
    • 3D Features: Terrain shading -
    • 3D Features: Configuration of lights in 3D map scenes -
    • 3D Features: Rule-based 3D renderer -
    - - -

    4. What's new in Version 3.4-LTR 'Madeira'?

    - -

    +

    + +
      +
    • Map Tools: Title label decoration +
    • +
    • Map Tools: Top/bottom centering placement for decoration items +
    • +
    • Map Tools: Vertex tool fixes and improvements +
    • +
    • Map Tools: Identify tool supports mesh layers +
    • +
    • Expressions: New Expression Functions +
    • +
    • Expressions: Square brackets to easily access map array elements +
    • +
    • Expressions: New map expression variables +
    • +
    • User Interface: A new grayscale theme, "blend of gray" +
    • +
    • User Interface: Multiline selections and editing in code/expression editors +
    • +
    • Symbology: Better handling of .XML style libraries +
    • +
    • Symbology: Optionally force right-hand-rule during polygon symbol rendering +
    • +
    • Symbology: Option for simple lines and marker lines to only render exterior ring or interior rings +
    • +
    • Symbology: Raster image marker +
    • +
    • Symbology: Raster fill can have images set to remote URLs or embedded images +
    • +
    • Symbology: Use represention values for classified renderers +
    • +
    • Symbology: Option to merge categories in categorized renderer +
    • +
    • Symbology: Show Project Colors in color bound data defined buttons +
    • +
    • Symbology: Style manager dialog improvements +
    • +
    • Digitising: Georeferencer enhancements +
    • +
    • Digitising: New option to avoid minimizing georeferencer when adding points +
    • +
    • Data Management: Comment option in db manager +
    • +
    • Forms and Widgets: New form widget for binary (blob) fields +
    • +
    • Map Composer: Grid frame improvements +
    • +
    • Map Composer: Improved handling of text and label export +
    • +
    • Map Composer: Map labeling improvements +
    • +
    • Map Composer: Rework of map item extent/scale shortcuts +
    • +
    • Map Composer: Layout items can "block" map labels +
    • +
    • Map Composer: Warnings on exports +
    • +
    • Map Composer: Control over stacking position of map overview extents +
    • +
    • Map Composer: New expression variables for legend items +
    • +
    • Map Composer: Expressions inside legend item text +
    • +
    • Analysis Tools: Hardware acceleration for raster calculator +
    • +
    • Processing: New algorithm "Remove duplicates by attribute" +
    • +
    • Processing: Explode HStore algorithm +
    • +
    • Processing: Force right-hand-rule +
    • +
    • Processing: Extract Binary Field algorithm +
    • +
    • Processing: Split Lines by Maximum Length algorithm +
    • +
    • Processing: New parameter type for authentication config +
    • +
    • Processing: resampling and format options in the gdaladdo algorithm +
    • +
    • Processing: Raster zonal stats algorithm +
    • +
    • Processing: Extract Z values and Extract M values algorithms +
    • +
    • Processing: Geodesic line split at antimeridian algorithm +
    • +
    • Processing: Geodesic mode for "Join by Lines (Hub lines)" algorithm +
    • +
    • Processing: Raster Surface Volume algorithm +
    • +
    • Processing: Resurrected model to Python script functionality +
    • +
    • Application and Project Options: Delete settings from the Advanced tab in options +
    • +
    • Browser: Add "export to file" options for raster and vector layers within the browser +
    • +
    • Browser: Native file/folder properties +
    • +
    • Browser: Preview layers and attributes +
    • +
    • Browser: Explore QGS/QGZ project files in the browser +
    • +
    • Browser: Directly Create Geopackage and Shapefiles +
    • +
    • Browser: Open Terminal at Path +
    • +
    • General: Improved "missing layer" handling on project load +
    • +
    • General: Optional setting for disabling version checks +
    • +
    • General: Add a toggle action to vector layer legend items +
    • +
    • Data Providers: Open service info for ArcGIS Feature Server layers +
    • +
    • Data Providers: Binary blob support for OGR providers +
    • +
    • Data Providers: ArcGIS Feature Server picture marker and picture fill support +
    • +
    • Data Providers: ArcGIS Feature Server labeling support +
    • +
    • Data Providers: Boolean and binary field support for memory layers +
    • +
    • Data Providers: JSON Support for GeoPackage +
    • +
    • Data Providers: Postgres provider: save primary key selection +
    • +
    • QGIS Server: Possibility to set ATLAS_PK in GetPrint request to print atlas sheet(s) +
    • +
    • QGIS Server: WMTS tile matrices configuration +
    • +
    • Programmability: New class QgsExifTools +
    • +
    • Programmability: Iterate over parts of a QgsGeometry +
    • +
    • Programmability: Improved QgsLineString PyQGIS API +
    • +
    • Programmability: PyQGIS Geometry Collection API improvements +
    • +
    • Programmability: Easier Processing algorithm creation via @alg decorator +
    • +
    • Programmability: Blocking (non-async) network requests +
    • +
    • Programmability: Custom validity checks on layout exports +
    • +
    • Programmability: API for calculating Geodesic lines +
    • +
    • 3D Features: Terrain shading +
    • +
    • 3D Features: Configuration of lights in 3D map scenes +
    • +
    • 3D Features: Rule-based 3D renderer +
    • +
    + +
    +
    +

    4. What's new in Version 3.4-LTR 'Madeira'?

    + +

    This release has following new features: -

    - -
      -
    • Expressions: New expression functions and variables -
    • Expressions: Code completion for expression builder -
    • User Interface: Auto selection of exported files in file manager -
    • User Interface: New "Open Directory" option for disabled welcome page projects -
    • User Interface: UX Improvements for Temporary Scratch Layers -
    • User Interface: Task manager improvements -
    • User Interface: Hyperlinks to local vector & raster datasets in the information panel -
    • User Interface: Style manager improvements -
    • User Interface: Polished browser panel interface and experience -
    • User Interface: QML chart and drawings widget -
    • Symbology: Mesh layer styling -
    • Symbology: Classify symmetric in graduated renderer -
    • Digitising: GPS tracking improvements -
    • Digitising: More angle choices in advanced digitizing dock -
    • Digitising: Vertex tool can work on the current layer only -
    • Digitising: Add reverse line maptools -
    • Digitising: Geometry Precision -
    • Digitising: Automatically remove duplicate nodes -
    • Digitising: Check for geometry validity -
    • Digitising: Topology checks while editing -
    • Data Management: Translation of QGIS projects -
    • Data Management: Switch Attribute Table dock mode on demand -
    • Data Management: New locator filter to search across all layers -
    • Data Management: Non-removable (required) layers highlighted in layer tree -
    • Data Management: Append raster layer to an existing Geopackage -
    • Map Composer: 3d map items -
    • Processing: Edit in place -
    • Processing: Store models inside project -
    • Processing: Sample Raster Values -
    • Processing: New 'Raster pixels to polygons' algorithm -
    • Processing: K Means clustering algorithm -
    • Processing: dbscan spatial clustering algorithm -
    • Processing: Improved algorithms -
    • Processing: Filter Vertices by M and Filter Vertices by Z algorithms -
    • Processing: "Array of Translated Features" algorithm -
    • Processing: "Array of offset (parallel) lines" algorithm -
    • Processing: Choice of units for non degree/unknown distances -
    • Processing: "Drape features to z/m" algorithms -
    • Processing: "Raster pixels to points" algorithm -
    • Processing: Line substring algorithm -
    • Processing: "Interpolate point on line" algorithm -
    • Processing: k-neighbour concave hull -
    • Processing: Python scripts which implement algorithms now execute the algorithm on drag and drop and browser double click -
    • Processing: New GDAL's rearrange band algorithm -
    • Processing: "Precalculated" values for model algorithm parameters -
    • Processing: "Categorize a layer using a style XML file" algorithm -
    • General: Flatpak -
    • General: SVG files can be embedded in projects and symbols -
    • General: OpenCL based acceleration -
    • Data Providers: OAuth2 authentication method plugin -
    • Data Providers: Mesh layer: New mesh layer format support -
    • Data Providers: Mesh layer: add function to identify value on mesh layers -
    • Data Providers: Mesh layer: allow to choose different vector and scalar dataset -
    • Data Providers: Mesh layer: allow render vectors/arrows on the user-defined grid -
    • Data Providers: JSON/JSONB Type support -
    • Data Providers: ESRI Token Authentication support -
    • Data Providers: SQL Server - Invalid geometry handling -
    • QGIS Server: Server Cache can be manage by plugins -
    • QGIS Server: WMTS 1.0.0 support -
    • QGIS Server: Add ability to define min. scale for WMTS -
    • QGIS Server: Support QGIS Server logs to stderr -
    • Plugins: Support for encrypted zips in the Plugin Manager -
    • Plugins: Offline Editing GeoPackage -
    • Programmability: QgsSpatialIndexKDBush -
    • Programmability: QgsRasterDataProvider::sample method for efficient sampling of rasters at a given point -
    • Programmability: New geometry API call to return a curve substring -
    • Programmability: sip Module API Changes -
    • 3D Features: Improved navigation -
    • 3D Features: Animation -
    • 3D Features: Simple rendering of 3D linestrings -
    • 3D Features: Identification map tool for 3D views -
    - - -

    5. What's new in Version 3.2 'Bonn'?

    - -

    +

    + +
      +
    • Expressions: New expression functions and variables +
    • +
    • Expressions: Code completion for expression builder +
    • +
    • User Interface: Auto selection of exported files in file manager +
    • +
    • User Interface: New "Open Directory" option for disabled welcome page projects +
    • +
    • User Interface: UX Improvements for Temporary Scratch Layers +
    • +
    • User Interface: Task manager improvements +
    • +
    • User Interface: Hyperlinks to local vector & raster datasets in the information panel +
    • +
    • User Interface: Style manager improvements +
    • +
    • User Interface: Polished browser panel interface and experience +
    • +
    • User Interface: QML chart and drawings widget +
    • +
    • Symbology: Mesh layer styling +
    • +
    • Symbology: Classify symmetric in graduated renderer +
    • +
    • Digitising: GPS tracking improvements +
    • +
    • Digitising: More angle choices in advanced digitizing dock +
    • +
    • Digitising: Vertex tool can work on the current layer only +
    • +
    • Digitising: Add reverse line maptools +
    • +
    • Digitising: Geometry Precision +
    • +
    • Digitising: Automatically remove duplicate nodes +
    • +
    • Digitising: Check for geometry validity +
    • +
    • Digitising: Topology checks while editing +
    • +
    • Data Management: Translation of QGIS projects +
    • +
    • Data Management: Switch Attribute Table dock mode on demand +
    • +
    • Data Management: New locator filter to search across all layers +
    • +
    • Data Management: Non-removable (required) layers highlighted in layer tree +
    • +
    • Data Management: Append raster layer to an existing Geopackage +
    • +
    • Map Composer: 3d map items +
    • +
    • Processing: Edit in place +
    • +
    • Processing: Store models inside project +
    • +
    • Processing: Sample Raster Values +
    • +
    • Processing: New 'Raster pixels to polygons' algorithm +
    • +
    • Processing: K Means clustering algorithm +
    • +
    • Processing: dbscan spatial clustering algorithm +
    • +
    • Processing: Improved algorithms +
    • +
    • Processing: Filter Vertices by M and Filter Vertices by Z algorithms +
    • +
    • Processing: "Array of Translated Features" algorithm +
    • +
    • Processing: "Array of offset (parallel) lines" algorithm +
    • +
    • Processing: Choice of units for non degree/unknown distances +
    • +
    • Processing: "Drape features to z/m" algorithms +
    • +
    • Processing: "Raster pixels to points" algorithm +
    • +
    • Processing: Line substring algorithm +
    • +
    • Processing: "Interpolate point on line" algorithm +
    • +
    • Processing: k-neighbour concave hull +
    • +
    • Processing: Python scripts which implement algorithms now execute the algorithm on drag and drop and browser double click +
    • +
    • Processing: New GDAL's rearrange band algorithm +
    • +
    • Processing: "Precalculated" values for model algorithm parameters +
    • +
    • Processing: "Categorize a layer using a style XML file" algorithm +
    • +
    • General: Flatpak +
    • +
    • General: SVG files can be embedded in projects and symbols +
    • +
    • General: OpenCL based acceleration +
    • +
    • Data Providers: OAuth2 authentication method plugin +
    • +
    • Data Providers: Mesh layer: New mesh layer format support +
    • +
    • Data Providers: Mesh layer: add function to identify value on mesh layers +
    • +
    • Data Providers: Mesh layer: allow to choose different vector and scalar dataset +
    • +
    • Data Providers: Mesh layer: allow render vectors/arrows on the user-defined grid +
    • +
    • Data Providers: JSON/JSONB Type support +
    • +
    • Data Providers: ESRI Token Authentication support +
    • +
    • Data Providers: SQL Server - Invalid geometry handling +
    • +
    • QGIS Server: Server Cache can be manage by plugins +
    • +
    • QGIS Server: WMTS 1.0.0 support +
    • +
    • QGIS Server: Add ability to define min. scale for WMTS +
    • +
    • QGIS Server: Support QGIS Server logs to stderr +
    • +
    • Plugins: Support for encrypted zips in the Plugin Manager +
    • +
    • Plugins: Offline Editing GeoPackage +
    • +
    • Programmability: QgsSpatialIndexKDBush +
    • +
    • Programmability: QgsRasterDataProvider::sample method for efficient sampling of rasters at a given point +
    • +
    • Programmability: New geometry API call to return a curve substring +
    • +
    • Programmability: sip Module API Changes +
    • +
    • 3D Features: Improved navigation +
    • +
    • 3D Features: Animation +
    • +
    • 3D Features: Simple rendering of 3D linestrings +
    • +
    • 3D Features: Identification map tool for 3D views +
    • +
    + +
    +
    +

    5. What's new in Version 3.2 'Bonn'?

    + +

    This release has following new features: -

    - -
      -
    • Expressions: New expression functions -
    • Expressions: More helpful expression builder -
    • Map Tools: Simplify map tool can now also smooth features -
    • Map Tools: Identify Tool with extra options -
    • Map Tools: Store also expanded/collapsed state of nodes in map Themes -
    • Map Tools: Auto "Zoom to Selection" mode for new map views -
    • Map Tools: Choice of simplification method for simplify map tool -
    • Map Tools: add zoom to related feature in forms -
    • Map Tools: Cartesian areas/lengths/perimeters in identify results -
    • User Interface: Layers panel: indicators for filtered map layers -
    • User Interface: Allow customizing prefix of locator filters -
    • User Interface: Opening of vector and raster stored on HTTP(S), FTP, or cloud services -
    • User Interface: Quick calculator in locator search bar -
    • User Interface: Shortcuts for toggling panels -
    • User Interface: Bookmark searching in locator -
    • User Interface: Close and Revert Project actions -
    • User Interface: Unsaved changes indicator in title bar -
    • User Interface: Configurable map tips delay -
    • User Interface: Move layer or group to top of layer panel -
    • User Interface: Copy statistics panel content to clipboard button -
    • User Interface: Search Settings, Options, and Project Properties pages from locator -
    • User Interface: Indicators for embedded layers and groups -
    • Symbology: Nicer colors for new layers -
    • Rendering: Improved map Copyright decoration -
    • Rendering: Main window scale bar font size and family can be customized -
    • Rendering: Custom SVG path and size for the north arrow decoration -
    • Data Management: Refresh a materialized view -
    • Data Management: Z and M support for offline editing -
    • Data Management: Metadata for QGIS projects -
    • Forms and Widgets: Multi-column layout for multiselect value relation widget -
    • Forms and Widgets: Allow using a URL for custom attribute forms (UI file) -
    • Forms and Widgets: Drill-down (cascading) forms -
    • Layer Legend: Optional text on top of symbols for vector layers -
    • Layer Legend: Copy&Paste Group/Layers from a QGIS project to another. -
    • Map Composer: Data defined table source for attribute table items -
    • Map Composer: Project metadata embedded in layout exports -
    • Map Composer: Better formatting for scalebar text -
    • Processing: Improved 'Join by attribute table' algorithm -
    • Processing: Load script from template -
    • Processing: Feature filter algorithm for processing models -
    • Processing: Zonal histogram -
    • Processing: Port Union, Difference and Intersection algorithms to C++ -
    • Processing: 'Project points (Cartesian)' algorithm -
    • Processing: Dynamic parameter values for more algorithms -
    • Processing: Multi-ring buffer (constant distance) algorithm -
    • Processing: New "segmentize" algorithms -
    • Processing: Option to create points on all polygon parts -
    • Processing: Rotate Features algorithm -
    • Processing: Line sinuosity in "Add Geometry Attributes" -
    • Processing: Import geotagged photos -
    • Processing: Swap x/y coordinate values algorithm -
    • Processing: Sort order option for "Add Incremental Field" -
    • Processing: Indicator for distance parameter units -
    • Processing: Algorithm log can be saved/cleared/copied -
    • Processing: Wedge buffer algorithm -
    • Processing: Variable width buffers -
    • Processing: Reclassify raster algorithms -
    • Application and Project Options: Mandatory layers in project -
    • Application and Project Options: Saving and loading projects in Postgresql database -
    • Browser: Save/Load connections for XYZ Tiles -
    • Browser: Project home path can be manually set -
    • General: New zipped project file format .qgz is now the default format -
    • General: Filtering for field values in Query Builder -
    • General: FULL screen Map via Ctrl-Shift-Tab -
    • Data Providers: Support for mesh layer -
    • Data Providers: Automatically set default style for layers for ArcGIS Feature Server layers -
    • Data Providers: Faster Oracle queries -
    • Data Providers: Restrict table list for a Oracle database connection to a preset schema -
    • Data Providers: Read only support for curved Oracle geometries -
    • Plugins: Adding query history in DB Manager -
    • Plugins: DB Manager SQL execution in background -
    - - -

    6. What's new in Version 3.0 'Girona'?

    - -

    +

    + +
      +
    • Expressions: New expression functions +
    • +
    • Expressions: More helpful expression builder +
    • +
    • Map Tools: Simplify map tool can now also smooth features +
    • +
    • Map Tools: Identify Tool with extra options +
    • +
    • Map Tools: Store also expanded/collapsed state of nodes in map Themes +
    • +
    • Map Tools: Auto "Zoom to Selection" mode for new map views +
    • +
    • Map Tools: Choice of simplification method for simplify map tool +
    • +
    • Map Tools: add zoom to related feature in forms +
    • +
    • Map Tools: Cartesian areas/lengths/perimeters in identify results +
    • +
    • User Interface: Layers panel: indicators for filtered map layers +
    • +
    • User Interface: Allow customizing prefix of locator filters +
    • +
    • User Interface: Opening of vector and raster stored on HTTP(S), FTP, or cloud services +
    • +
    • User Interface: Quick calculator in locator search bar +
    • +
    • User Interface: Shortcuts for toggling panels +
    • +
    • User Interface: Bookmark searching in locator +
    • +
    • User Interface: Close and Revert Project actions +
    • +
    • User Interface: Unsaved changes indicator in title bar +
    • +
    • User Interface: Configurable map tips delay +
    • +
    • User Interface: Move layer or group to top of layer panel +
    • +
    • User Interface: Copy statistics panel content to clipboard button +
    • +
    • User Interface: Search Settings, Options, and Project Properties pages from locator +
    • +
    • User Interface: Indicators for embedded layers and groups +
    • +
    • Symbology: Nicer colors for new layers +
    • +
    • Rendering: Improved map Copyright decoration +
    • +
    • Rendering: Main window scale bar font size and family can be customized +
    • +
    • Rendering: Custom SVG path and size for the north arrow decoration +
    • +
    • Data Management: Refresh a materialized view +
    • +
    • Data Management: Z and M support for offline editing +
    • +
    • Data Management: Metadata for QGIS projects +
    • +
    • Forms and Widgets: Multi-column layout for multiselect value relation widget +
    • +
    • Forms and Widgets: Allow using a URL for custom attribute forms (UI file) +
    • +
    • Forms and Widgets: Drill-down (cascading) forms +
    • +
    • Layer Legend: Optional text on top of symbols for vector layers +
    • +
    • Layer Legend: Copy&Paste Group/Layers from a QGIS project to another. +
    • +
    • Map Composer: Data defined table source for attribute table items +
    • +
    • Map Composer: Project metadata embedded in layout exports +
    • +
    • Map Composer: Better formatting for scalebar text +
    • +
    • Processing: Improved 'Join by attribute table' algorithm +
    • +
    • Processing: Load script from template +
    • +
    • Processing: Feature filter algorithm for processing models +
    • +
    • Processing: Zonal histogram +
    • +
    • Processing: Port Union, Difference and Intersection algorithms to C++ +
    • +
    • Processing: 'Project points (Cartesian)' algorithm +
    • +
    • Processing: Dynamic parameter values for more algorithms +
    • +
    • Processing: Multi-ring buffer (constant distance) algorithm +
    • +
    • Processing: New "segmentize" algorithms +
    • +
    • Processing: Option to create points on all polygon parts +
    • +
    • Processing: Rotate Features algorithm +
    • +
    • Processing: Line sinuosity in "Add Geometry Attributes" +
    • +
    • Processing: Import geotagged photos +
    • +
    • Processing: Swap x/y coordinate values algorithm +
    • +
    • Processing: Sort order option for "Add Incremental Field" +
    • +
    • Processing: Indicator for distance parameter units +
    • +
    • Processing: Algorithm log can be saved/cleared/copied +
    • +
    • Processing: Wedge buffer algorithm +
    • +
    • Processing: Variable width buffers +
    • +
    • Processing: Reclassify raster algorithms +
    • +
    • Application and Project Options: Mandatory layers in project +
    • +
    • Application and Project Options: Saving and loading projects in Postgresql database +
    • +
    • Browser: Save/Load connections for XYZ Tiles +
    • +
    • Browser: Project home path can be manually set +
    • +
    • General: New zipped project file format .qgz is now the default format +
    • +
    • General: Filtering for field values in Query Builder +
    • +
    • General: FULL screen Map via Ctrl-Shift-Tab +
    • +
    • Data Providers: Support for mesh layer +
    • +
    • Data Providers: Automatically set default style for layers for ArcGIS Feature Server layers +
    • +
    • Data Providers: Faster Oracle queries +
    • +
    • Data Providers: Restrict table list for a Oracle database connection to a preset schema +
    • +
    • Data Providers: Read only support for curved Oracle geometries +
    • +
    • Plugins: Adding query history in DB Manager +
    • +
    • Plugins: DB Manager SQL execution in background +
    • +
    + +
    +
    +

    6. What's new in Version 3.0 'Girona'?

    + +

    This release has following new features: -

    - -
      -
    • Expressions: Support aggregation of geometry in expressions -
    • Expressions: New expression variables -
    • Expressions: new global expression variable @qgis_locale -
    • Expressions: item_variables expression function inside compositions -
    • Expressions: New expression variables for map settings -
    • Expressions: New expression functions -
    • Expressions: Expose @parent variable in aggregate functions -
    • User Interface: Improved consistency to the user interface -
    • User Interface: Enable tabbed floating docks -
    • User Interface: Add support for fine-resolution mouse wheel zooming -
    • User Interface: add search bar to the Configure Shortcuts dialog -
    • User Interface: Toggle visibility of opened panels in main window -
    • User Interface: Locator bar -
    • User Interface: More non-blocking, inline editing -
    • User Interface: Add an option to show user color schemes menus -
    • User Interface: Color setting for map canvas north arrow decoration -
    • User Interface: Improved map canvas' save as image -
    • Symbology: NEW MAP COLORING ALGORITHMS IN QGIS 3.0 -
    • Symbology: New "preset" colors color ramp option -
    • Symbology: Allow symbol layers to be temporarily disabled -
    • Symbology: Data defined symbol layer visibility -
    • Symbology: save and restore color ramp used for singleband pseudocolor rendering -
    • Symbology: save and restore color ramp used for singleband pseudocolor rendering -
    • Symbology: Add Points and Inches to available symbol units -
    • Symbology: New color ramp button widget -
    • Symbology: Style management re-work and upgrade -
    • Symbology: Show an alpha slider in color button drop-down menu -
    • Symbology: Support setting of color and transparency on multiple items for raster renderers -
    • Symbology: raster auto-stretching when updating canvas -
    • Symbology: Raster stretch toolbar actions support for pseudocolor renderer -
    • Symbology: Transparency support for paletted renderer -
    • Symbology: Control over annotation contents margins -
    • Symbology: Annotations can be styled using fill symbol styles -
    • Symbology: Point cluster renderer -
    • Labeling: Allow label font size in mm/pixels -
    • Labeling: Custom labeling toolbar is now always enabled -
    • Diagrams: Data definable properties -
    • Rendering: Grid renderer for points displacement -
    • Rendering: Live layer support -
    • Rendering: Cache labeling result to avoid unnecessary redraws when refreshing canvas -
    • Digitizing: add functionality to copy/move feature to move feature map tool -
    • Digitizing: Range vertex selection in node tool -
    • Digitizing: Add default Z value option -
    • Digitizing: Move feature now benefits from Advanced Digitizing -
    • Digitizing: Tracing with offset -
    • Data Management: Metadata overhaul -
    • Data Management: Auxiliary Storage Support -
    • Data Management: Pan to current feature in attribute table -
    • Data Management: Map of CRS-extent in Project properties -
    • Data Management: Unified data source manager dialog -
    • Data Management: Unified data source manager dialog -
    • Data Management: Unified data source manager dialog -
    • Forms and Widgets: Allow controlling labels for individual edit widgets -
    • Forms and Widgets: Smarter default edit widgets with plugins to pick them -
    • Forms and Widgets: Allow configuring link/unlink feature buttons on relation editor widget -
    • Forms and Widgets: conditional visibility for tabs and groupboxes -
    • Forms and Widgets: Field constraints can be enforced or not -
    • Forms and Widgets: Add layer scoped actions -
    • Forms and Widgets: Add between/not between to numerical fields in select by form -
    • Forms and Widgets: Show field values in autocompleter in form filter mode -
    • Forms and Widgets: Add zoom to features and flash features shortcuts in select by form dialog -
    • Forms and Widgets: Add between/not between to numerical fields in select by form -
    • Layer Legend: Hide Deselected Layers action -
    • Layer Legend: Change of ergonomy of the visibility of layers inside groups -
    • Map Composer: Control over drawing of composer table grid horizontal & vertical lines -
    • Map Composer: Map Composer Overhaul -
    • Map Composer: Drag qpt to QGIS to create new composer from template -
    • Map Composer: Allow customization of line spacing for composer legend item labels -
    • Map Composer: Allow choice of CRS for map items -
    • Map Composer: Data definable controls -
    • Map Composer: Holding shift while drawing polyline/polygon constrains line angles -
    • Analysis Tools: Raster unique values count for processing -
    • Processing: New algorithm for offsetting lines -
    • Processing: New algorithm for single sided buffers -
    • Processing: Optimised points along geometry algorithm -
    • Processing: Add choice of simplification method to simplify -
    • Processing: support for output geometry types in models -
    • Processing: Angle threshold for smooth algorithm -
    • Processing: Better support for Z/M dimensions and curved geometries -
    • Processing: Raster analysis algorithms added to Processing -
    • Processing: New algorithm to extract specific nodes -
    • Processing: expose zonal statistics from Zonal statistics plugin in toolbox -
    • Processing: add a spatialite execute SQL algorithm -
    • Processing: New algorithm to extend lines -
    • Processing: New extract by expression algorithm -
    • Processing: add import into spatialite algorithm -
    • Processing: Interpolation algorithms -
    • Processing: New algorithm to compute geometry by expression -
    • Processing: Snap geometries to layer algorithm -
    • Processing: New input type for expressions -
    • Processing: SplitWithLines -
    • Processing: pole of inaccessibility algorithm -
    • Processing: Extract by attribute can extract for null/notnull values -
    • Processing: Create attribute index algorithm -
    • Processing: New 'drop geometries' algorithm -
    • Processing: New universal 'basic stats for field' algorithm -
    • Processing: Port heatmap plugin to processing algorithm -
    • Processing: New algorithm to orthogonalize geometries -
    • Processing: Network analysis algorithms -
    • Processing: Export processing models as PDF/SVG -
    • Processing: New algorithm to truncate tables -
    • Processing: added ‘invalid feature handling’ option -
    • Processing: algorithm to fix invalid geometries using native makeValid() implementation -
    • Processing: add search to Get Scripts and Models dialog -
    • Processing: Generic centroid algorithm -
    • Processing: improved Extract nodes algorithm -
    • Processing: New algorithm for translating (moving) points -
    • Processing: Improved processing modeler window -
    • Processing: New raster unique values report algorithm -
    • Processing: remove TauDEM provider from core Processing -
    • Processing: Download a file from Processing -
    • Application and Project Options: New zipped project file format .qgz -
    • Application and Project Options: Add support for user profiles -
    • Browser: Drag'n'drop layers from layer tree view to browser dock -
    • General: Remove dxf2shp converter plugin -
    • General: Remove zonal stats plugin -
    • General: Remove orphaned oracle raster plugin -
    • General: Possibility to configure location of the QGIS help files -
    • General: remove TauDEM provider from core Processing -
    • General: removed otb and lidartools providers from processing -
    • General: Migrate Photo, WebView and FileName widgets to Attachment -
    • Data Providers: GeoPackage -
    • Data Providers: Support all GDAL writable raster formats for 'Save as' dialog on raster layers -
    • Data Providers: Add auto-discovery of relations for PostgresQL -
    • Data Providers: Detect literal default values for spatialite provider -
    • Data Providers: New unified 'add layer' dialog -
    • Data Providers: Create attribute index support for spatialite provider -
    • Data Providers: Add support for arrays -
    • Data Providers: Support for HStore in PostGIS data provider -
    • Data Providers: Data dependencies between layers -
    • Data Providers: hstore support to the postgres provider -
    • Data Providers: dxf export: support reprojection -
    • Data Providers: Load/save style in database for GPKG and Spatialite -
    • Data Providers: Unique and not-null constraint handling -
    • Data Providers: support for Z/M geometries in memory provider -
    • Data Providers: Support for Z/M geometries in spatialite provider -
    • Data Providers: GeoNode integration -
    • Data Providers: Improved handling of defaults -
    • QGIS Server: QGIS Server overhaul -
    • QGIS Server: Possibility to segmentize feature info geometry in server -
    • Plugins: Remove trusted status from Plugin Manager -
    • Plugins: Offline editing: Add flag to only copy selected features -
    • Plugins: GDALTools moved to Processing -
    • Plugins: allow installing plugins from local ZIP packages -
    • Programmability: Geometry class updates -
    • Programmability: Task manager -
    • Programmability: API to allow drag'n'drop of custom browser items -
    - - -

    7. What's new in Version 2.18 'Las Palmas'?

    - -

    +

    + +
      +
    • Expressions: Support aggregation of geometry in expressions +
    • +
    • Expressions: New expression variables +
    • +
    • Expressions: new global expression variable @qgis_locale +
    • +
    • Expressions: item_variables expression function inside compositions +
    • +
    • Expressions: New expression variables for map settings +
    • +
    • Expressions: New expression functions +
    • +
    • Expressions: Expose @parent variable in aggregate functions +
    • +
    • User Interface: Improved consistency to the user interface +
    • +
    • User Interface: Enable tabbed floating docks +
    • +
    • User Interface: Add support for fine-resolution mouse wheel zooming +
    • +
    • User Interface: add search bar to the Configure Shortcuts dialog +
    • +
    • User Interface: Toggle visibility of opened panels in main window +
    • +
    • User Interface: Locator bar +
    • +
    • User Interface: More non-blocking, inline editing +
    • +
    • User Interface: Add an option to show user color schemes menus +
    • +
    • User Interface: Color setting for map canvas north arrow decoration +
    • +
    • User Interface: Improved map canvas' save as image +
    • +
    • Symbology: NEW MAP COLORING ALGORITHMS IN QGIS 3.0 +
    • +
    • Symbology: New "preset" colors color ramp option +
    • +
    • Symbology: Allow symbol layers to be temporarily disabled +
    • +
    • Symbology: Data defined symbol layer visibility +
    • +
    • Symbology: save and restore color ramp used for singleband pseudocolor rendering +
    • +
    • Symbology: save and restore color ramp used for singleband pseudocolor rendering +
    • +
    • Symbology: Add Points and Inches to available symbol units +
    • +
    • Symbology: New color ramp button widget +
    • +
    • Symbology: Style management re-work and upgrade +
    • +
    • Symbology: Show an alpha slider in color button drop-down menu +
    • +
    • Symbology: Support setting of color and transparency on multiple items for raster renderers +
    • +
    • Symbology: raster auto-stretching when updating canvas +
    • +
    • Symbology: Raster stretch toolbar actions support for pseudocolor renderer +
    • +
    • Symbology: Transparency support for paletted renderer +
    • +
    • Symbology: Control over annotation contents margins +
    • +
    • Symbology: Annotations can be styled using fill symbol styles +
    • +
    • Symbology: Point cluster renderer +
    • +
    • Labeling: Allow label font size in mm/pixels +
    • +
    • Labeling: Custom labeling toolbar is now always enabled +
    • +
    • Diagrams: Data definable properties +
    • +
    • Rendering: Grid renderer for points displacement +
    • +
    • Rendering: Live layer support +
    • +
    • Rendering: Cache labeling result to avoid unnecessary redraws when refreshing canvas +
    • +
    • Digitizing: add functionality to copy/move feature to move feature map tool +
    • +
    • Digitizing: Range vertex selection in node tool +
    • +
    • Digitizing: Add default Z value option +
    • +
    • Digitizing: Move feature now benefits from Advanced Digitizing +
    • +
    • Digitizing: Tracing with offset +
    • +
    • Data Management: Metadata overhaul +
    • +
    • Data Management: Auxiliary Storage Support +
    • +
    • Data Management: Pan to current feature in attribute table +
    • +
    • Data Management: Map of CRS-extent in Project properties +
    • +
    • Data Management: Unified data source manager dialog +
    • +
    • Data Management: Unified data source manager dialog +
    • +
    • Data Management: Unified data source manager dialog +
    • +
    • Forms and Widgets: Allow controlling labels for individual edit widgets +
    • +
    • Forms and Widgets: Smarter default edit widgets with plugins to pick them +
    • +
    • Forms and Widgets: Allow configuring link/unlink feature buttons on relation editor widget +
    • +
    • Forms and Widgets: conditional visibility for tabs and groupboxes +
    • +
    • Forms and Widgets: Field constraints can be enforced or not +
    • +
    • Forms and Widgets: Add layer scoped actions +
    • +
    • Forms and Widgets: Add between/not between to numerical fields in select by form +
    • +
    • Forms and Widgets: Show field values in autocompleter in form filter mode +
    • +
    • Forms and Widgets: Add zoom to features and flash features shortcuts in select by form dialog +
    • +
    • Forms and Widgets: Add between/not between to numerical fields in select by form +
    • +
    • Layer Legend: Hide Deselected Layers action +
    • +
    • Layer Legend: Change of ergonomy of the visibility of layers inside groups +
    • +
    • Map Composer: Control over drawing of composer table grid horizontal & vertical lines +
    • +
    • Map Composer: Map Composer Overhaul +
    • +
    • Map Composer: Drag qpt to QGIS to create new composer from template +
    • +
    • Map Composer: Allow customization of line spacing for composer legend item labels +
    • +
    • Map Composer: Allow choice of CRS for map items +
    • +
    • Map Composer: Data definable controls +
    • +
    • Map Composer: Holding shift while drawing polyline/polygon constrains line angles +
    • +
    • Analysis Tools: Raster unique values count for processing +
    • +
    • Processing: New algorithm for offsetting lines +
    • +
    • Processing: New algorithm for single sided buffers +
    • +
    • Processing: Optimised points along geometry algorithm +
    • +
    • Processing: Add choice of simplification method to simplify +
    • +
    • Processing: support for output geometry types in models +
    • +
    • Processing: Angle threshold for smooth algorithm +
    • +
    • Processing: Better support for Z/M dimensions and curved geometries +
    • +
    • Processing: Raster analysis algorithms added to Processing +
    • +
    • Processing: New algorithm to extract specific nodes +
    • +
    • Processing: expose zonal statistics from Zonal statistics plugin in toolbox +
    • +
    • Processing: add a spatialite execute SQL algorithm +
    • +
    • Processing: New algorithm to extend lines +
    • +
    • Processing: New extract by expression algorithm +
    • +
    • Processing: add import into spatialite algorithm +
    • +
    • Processing: Interpolation algorithms +
    • +
    • Processing: New algorithm to compute geometry by expression +
    • +
    • Processing: Snap geometries to layer algorithm +
    • +
    • Processing: New input type for expressions +
    • +
    • Processing: SplitWithLines +
    • +
    • Processing: pole of inaccessibility algorithm +
    • +
    • Processing: Extract by attribute can extract for null/notnull values +
    • +
    • Processing: Create attribute index algorithm +
    • +
    • Processing: New 'drop geometries' algorithm +
    • +
    • Processing: New universal 'basic stats for field' algorithm +
    • +
    • Processing: Port heatmap plugin to processing algorithm +
    • +
    • Processing: New algorithm to orthogonalize geometries +
    • +
    • Processing: Network analysis algorithms +
    • +
    • Processing: Export processing models as PDF/SVG +
    • +
    • Processing: New algorithm to truncate tables +
    • +
    • Processing: added ‘invalid feature handling’ option +
    • +
    • Processing: algorithm to fix invalid geometries using native makeValid() implementation +
    • +
    • Processing: add search to Get Scripts and Models dialog +
    • +
    • Processing: Generic centroid algorithm +
    • +
    • Processing: improved Extract nodes algorithm +
    • +
    • Processing: New algorithm for translating (moving) points +
    • +
    • Processing: Improved processing modeler window +
    • +
    • Processing: New raster unique values report algorithm +
    • +
    • Processing: remove TauDEM provider from core Processing +
    • +
    • Processing: Download a file from Processing +
    • +
    • Application and Project Options: New zipped project file format .qgz +
    • +
    • Application and Project Options: Add support for user profiles +
    • +
    • Browser: Drag'n'drop layers from layer tree view to browser dock +
    • +
    • General: Remove dxf2shp converter plugin +
    • +
    • General: Remove zonal stats plugin +
    • +
    • General: Remove orphaned oracle raster plugin +
    • +
    • General: Possibility to configure location of the QGIS help files +
    • +
    • General: remove TauDEM provider from core Processing +
    • +
    • General: removed otb and lidartools providers from processing +
    • +
    • General: Migrate Photo, WebView and FileName widgets to Attachment +
    • +
    • Data Providers: GeoPackage +
    • +
    • Data Providers: Support all GDAL writable raster formats for 'Save as' dialog on raster layers +
    • +
    • Data Providers: Add auto-discovery of relations for PostgresQL +
    • +
    • Data Providers: Detect literal default values for spatialite provider +
    • +
    • Data Providers: New unified 'add layer' dialog +
    • +
    • Data Providers: Create attribute index support for spatialite provider +
    • +
    • Data Providers: Add support for arrays +
    • +
    • Data Providers: Support for HStore in PostGIS data provider +
    • +
    • Data Providers: Data dependencies between layers +
    • +
    • Data Providers: hstore support to the postgres provider +
    • +
    • Data Providers: dxf export: support reprojection +
    • +
    • Data Providers: Load/save style in database for GPKG and Spatialite +
    • +
    • Data Providers: Unique and not-null constraint handling +
    • +
    • Data Providers: support for Z/M geometries in memory provider +
    • +
    • Data Providers: Support for Z/M geometries in spatialite provider +
    • +
    • Data Providers: GeoNode integration +
    • +
    • Data Providers: Improved handling of defaults +
    • +
    • QGIS Server: QGIS Server overhaul +
    • +
    • QGIS Server: Possibility to segmentize feature info geometry in server +
    • +
    • Plugins: Remove trusted status from Plugin Manager +
    • +
    • Plugins: Offline editing: Add flag to only copy selected features +
    • +
    • Plugins: GDALTools moved to Processing +
    • +
    • Plugins: allow installing plugins from local ZIP packages +
    • +
    • Programmability: Geometry class updates +
    • +
    • Programmability: Task manager +
    • +
    • Programmability: API to allow drag'n'drop of custom browser items +
    • +
    + +
    +
    +

    7. What's new in Version 2.18 'Las Palmas'?

    + +

    This release has following new features: -

    - -
      -
    • Symbology: Color picker is now embedded in layer style panel -
    • Labeling: Substitution list support for labeling -
    • Labeling: Improved line label placement algorithm -
    • Labeling: Label polygons using curved labels along perimeter -
    • Data Management: Add flag to only copy selected features -
    • Forms and Widgets: Allow controlling labels for individual edit widgets -
    • Forms and Widgets: Conditional visibility for tabs and group boxes -
    • Forms and Widgets: Client side default field values -
    • Map Composer: True North Arrows -
    • Processing: Point on surface algorithm added -
    • Processing: New algorithm for geometry boundary -
    • Processing: New algorithm for calculating feature bounding box -
    • Processing: Processing dissolve algorithm accepts multiple fields -
    • Processing: Optimised processing clip algorithm -
    • Processing: New algorithm for merging connected lines -
    • General: Automatic links in identify results -
    • General: Mouse wheel over color dialog sliders -
    • General: Add custom color schemes to color button drop-down menu -
    • Data Providers: Preview for WMTS + added XYZ tile layers -
    • QGIS Server: Possibility to segmentize feature info geometry in server -
    • Plugins: DB Manager: Add the ability to update SQL Layer -
    • Programmability: New expression functions -
    • Programmability: Expose GEOS linear referencing function to QgsGeometry -
    - - -

    8. What's new in Version 2.16 'Nødebo'?

    - -

    +

    + +
      +
    • Symbology: Color picker is now embedded in layer style panel +
    • +
    • Labeling: Substitution list support for labeling +
    • +
    • Labeling: Improved line label placement algorithm +
    • +
    • Labeling: Label polygons using curved labels along perimeter +
    • +
    • Data Management: Add flag to only copy selected features +
    • +
    • Forms and Widgets: Allow controlling labels for individual edit widgets +
    • +
    • Forms and Widgets: Conditional visibility for tabs and group boxes +
    • +
    • Forms and Widgets: Client side default field values +
    • +
    • Map Composer: True North Arrows +
    • +
    • Processing: Point on surface algorithm added +
    • +
    • Processing: New algorithm for geometry boundary +
    • +
    • Processing: New algorithm for calculating feature bounding box +
    • +
    • Processing: Processing dissolve algorithm accepts multiple fields +
    • +
    • Processing: Optimised processing clip algorithm +
    • +
    • Processing: New algorithm for merging connected lines +
    • +
    • General: Automatic links in identify results +
    • +
    • General: Mouse wheel over color dialog sliders +
    • +
    • General: Add custom color schemes to color button drop-down menu +
    • +
    • Data Providers: Preview for WMTS + added XYZ tile layers +
    • +
    • QGIS Server: Possibility to segmentize feature info geometry in server +
    • +
    • Plugins: DB Manager: Add the ability to update SQL Layer +
    • +
    • Programmability: New expression functions +
    • +
    • Programmability: Expose GEOS linear referencing function to QgsGeometry +
    • +
    + +
    +
    +

    8. What's new in Version 2.16 'Nødebo'?

    + +

    This release has following new features: -

    - -
      -
    • User Interface: Improvements to map zooming -
    • User Interface: Map canvas magnifier -
    • User Interface: Redesigned interactive gradient editor -
    • User Interface: Choice of default view for the attribute dialog -
    • User Interface: Improvements to calendar popups -
    • User Interface: Improved color pickers -
    • User Interface: Copy cell contents from attribute table -
    • User Interface: Improved HiDPI support -
    • User Interface: Improved map select tool behavior -
    • Symbology: Arrow symbol layer -
    • Symbology: New "Filled marker" symbol layer type -
    • Symbology: New accessibility and low vision symbols -
    • Symbology: New simple marker symbols -
    • Symbology: "No symbol" renderer -
    • Symbology: More control over centroid fill point rendering -
    • Symbology: Outline setting for font markers symbol -
    • Symbology: Control outline join style for simple, ellipse, and font markers -
    • Symbology: New map tool for interactively setting point symbol offset -
    • Symbology: Style Dock -
    • Labeling: Labeling map tools now work with rule-based labeling -
    • Diagrams: Legend entries for diagram size -
    • Diagrams: Unit selection for outline width -
    • Diagrams: Diagrams behave like labels and can be managed from toolbar -
    • Rendering: New options for on the fly simplification -
    • Rendering: Quantile based classification for raster layers -
    • Rendering: Live hillshade renderer -
    • Digitizing: "Repeating" locking mode for constraints -
    • Digitizing: Extend linestring geometries with reshape tool -
    • Digitizing: Segmentation tolerance -
    • Data management: New configuration options for attribute table -
    • Data management: Multiple columns in attribute forms -
    • Data management: Control over attributes to export when saving a vector layer -
    • Data management: Forms view: side column now sortable -
    • Data management: Relation reference widget: shortcut for adding new values -
    • Data management: DXF export improvements -
    • Data management: Top level widgets in drag and drop designer -
    • Data management: Form based select and filter -
    • Data management: Create GeoPackage layers -
    • Data management: Constraints on widgets -
    • Data management: Edit attributes of multiple features simultaneously -
    • Layer Legend: New option to zoom to a layer's visible scale range -
    • Map Composer: New tools for drawing polygons and polylines -
    • Map Composer: Embed atlas features into composer HTML source as GeoJSON -
    • Map Composer: Parametrized svg support for composer svg images -
    • Map Composer: Easier use of HTML in labels -
    • Map Composer: Relative links in composer labels -
    • Map Composer: Georeference outputs (e.g., PDF) from composer -
    • Map Composer: Composer maps now auto-update with presets -
    • Analysis tools: Named parameters in expressions -
    • Analysis tools: More distance units -
    • Analysis tools: Changes to expressions -
    • Analysis tools: Statistics for string and date fields -
    • Analysis tools: Show curve point radius in info tool -
    • Analysis tools: Aggregate support for expressions -
    • Analysis tools: fTools plugin has been replaced with Processing algorithms -
    • Processing: Set point locations by clicking on canvas -
    • Processing: Additional GRASS algorithms in processing -
    • Processing: Support for expressions and variables -
    • Processing: Preconfigured algorithms -
    • Processing: Create a plugin with script-based algorithms from the toolbox -
    • Processing: Use of authentication manager in PostGIS related algorithms -
    • Processing: Support for writing tables with no geometry -
    • General: Copying features in GeoJSON format -
    • General: Store spatial bookmarks in project files -
    • General: Support for GNSS GNRMC messages -
    • General: Paste GeoJSON features directly into QGIS -
    • General: Map tip improvements -
    • General: QGIS Paid Bugfixing Programme -
    • General: Desktop MIME icons for QGIS file types -
    • Data Providers: OGR datasets are opened in read-only mode by default -
    • Data Providers: Improved handling of Postgres DOMAIN type fields -
    • Data Providers: Make readOnly mode of vector layers configurable in project -
    • Data Providers: Support for DB2 databases -
    • Data Providers: Refresh Postgres materialized views in db manager -
    • Data Providers: OGR FID attribute shown -
    • Data Providers: Save styles in MS SQL and Oracle databases -
    • Data Providers: Rename fields in layers -
    • Data Providers: ArcGIS Map and Feature REST services -
    • Data Providers: Basic support for Oracle Workspace Manager -
    • Data Providers: Massive improvements to WFS Provider -
    • Data Providers: Generation of default values on Postgres layers "just in time" -
    • QGIS Server: Redlining support in GetMap and GetPrint -
    • QGIS Server: Default datum transformation for server -
    • Plugins: Refreshed globe plugin -
    • Plugins: Globe: Extrude objects -
    • Plugins: API: Add pages to vector layer properties -
    • Plugins: Globe: Vector support -
    • Plugins: Globe: Vertical exaggeration for DTM -
    • Programmability: Embedded widgets in layer tree -
    • Programmability: Plugins can add pages to vector layer properties -
    - - -

    9. What's new in Version 2.14 'Essen'?

    - -

    +

    + +
      +
    • User Interface: Improvements to map zooming +
    • +
    • User Interface: Map canvas magnifier +
    • +
    • User Interface: Redesigned interactive gradient editor +
    • +
    • User Interface: Choice of default view for the attribute dialog +
    • +
    • User Interface: Improvements to calendar popups +
    • +
    • User Interface: Improved color pickers +
    • +
    • User Interface: Copy cell contents from attribute table +
    • +
    • User Interface: Improved HiDPI support +
    • +
    • User Interface: Improved map select tool behavior +
    • +
    • Symbology: Arrow symbol layer +
    • +
    • Symbology: New "Filled marker" symbol layer type +
    • +
    • Symbology: New accessibility and low vision symbols +
    • +
    • Symbology: New simple marker symbols +
    • +
    • Symbology: "No symbol" renderer +
    • +
    • Symbology: More control over centroid fill point rendering +
    • +
    • Symbology: Outline setting for font markers symbol +
    • +
    • Symbology: Control outline join style for simple, ellipse, and font markers +
    • +
    • Symbology: New map tool for interactively setting point symbol offset +
    • +
    • Symbology: Style Dock +
    • +
    • Labeling: Labeling map tools now work with rule-based labeling +
    • +
    • Diagrams: Legend entries for diagram size +
    • +
    • Diagrams: Unit selection for outline width +
    • +
    • Diagrams: Diagrams behave like labels and can be managed from toolbar +
    • +
    • Rendering: New options for on the fly simplification +
    • +
    • Rendering: Quantile based classification for raster layers +
    • +
    • Rendering: Live hillshade renderer +
    • +
    • Digitizing: "Repeating" locking mode for constraints +
    • +
    • Digitizing: Extend linestring geometries with reshape tool +
    • +
    • Digitizing: Segmentation tolerance +
    • +
    • Data management: New configuration options for attribute table +
    • +
    • Data management: Multiple columns in attribute forms +
    • +
    • Data management: Control over attributes to export when saving a vector layer +
    • +
    • Data management: Forms view: side column now sortable +
    • +
    • Data management: Relation reference widget: shortcut for adding new values +
    • +
    • Data management: DXF export improvements +
    • +
    • Data management: Top level widgets in drag and drop designer +
    • +
    • Data management: Form based select and filter +
    • +
    • Data management: Create GeoPackage layers +
    • +
    • Data management: Constraints on widgets +
    • +
    • Data management: Edit attributes of multiple features simultaneously +
    • +
    • Layer Legend: New option to zoom to a layer's visible scale range +
    • +
    • Map Composer: New tools for drawing polygons and polylines +
    • +
    • Map Composer: Embed atlas features into composer HTML source as GeoJSON +
    • +
    • Map Composer: Parametrized svg support for composer svg images +
    • +
    • Map Composer: Easier use of HTML in labels +
    • +
    • Map Composer: Relative links in composer labels +
    • +
    • Map Composer: Georeference outputs (e.g., PDF) from composer +
    • +
    • Map Composer: Composer maps now auto-update with presets +
    • +
    • Analysis tools: Named parameters in expressions +
    • +
    • Analysis tools: More distance units +
    • +
    • Analysis tools: Changes to expressions +
    • +
    • Analysis tools: Statistics for string and date fields +
    • +
    • Analysis tools: Show curve point radius in info tool +
    • +
    • Analysis tools: Aggregate support for expressions +
    • +
    • Analysis tools: fTools plugin has been replaced with Processing algorithms +
    • +
    • Processing: Set point locations by clicking on canvas +
    • +
    • Processing: Additional GRASS algorithms in processing +
    • +
    • Processing: Support for expressions and variables +
    • +
    • Processing: Preconfigured algorithms +
    • +
    • Processing: Create a plugin with script-based algorithms from the toolbox +
    • +
    • Processing: Use of authentication manager in PostGIS related algorithms +
    • +
    • Processing: Support for writing tables with no geometry +
    • +
    • General: Copying features in GeoJSON format +
    • +
    • General: Store spatial bookmarks in project files +
    • +
    • General: Support for GNSS GNRMC messages +
    • +
    • General: Paste GeoJSON features directly into QGIS +
    • +
    • General: Map tip improvements +
    • +
    • General: QGIS Paid Bugfixing Programme +
    • +
    • General: Desktop MIME icons for QGIS file types +
    • +
    • Data Providers: OGR datasets are opened in read-only mode by default +
    • +
    • Data Providers: Improved handling of Postgres DOMAIN type fields +
    • +
    • Data Providers: Make readOnly mode of vector layers configurable in project +
    • +
    • Data Providers: Support for DB2 databases +
    • +
    • Data Providers: Refresh Postgres materialized views in db manager +
    • +
    • Data Providers: OGR FID attribute shown +
    • +
    • Data Providers: Save styles in MS SQL and Oracle databases +
    • +
    • Data Providers: Rename fields in layers +
    • +
    • Data Providers: ArcGIS Map and Feature REST services +
    • +
    • Data Providers: Basic support for Oracle Workspace Manager +
    • +
    • Data Providers: Massive improvements to WFS Provider +
    • +
    • Data Providers: Generation of default values on Postgres layers "just in time" +
    • +
    • QGIS Server: Redlining support in GetMap and GetPrint +
    • +
    • QGIS Server: Default datum transformation for server +
    • +
    • Plugins: Refreshed globe plugin +
    • +
    • Plugins: Globe: Extrude objects +
    • +
    • Plugins: API: Add pages to vector layer properties +
    • +
    • Plugins: Globe: Vector support +
    • +
    • Plugins: Globe: Vertical exaggeration for DTM +
    • +
    • Programmability: Embedded widgets in layer tree +
    • +
    • Programmability: Plugins can add pages to vector layer properties +
    • +
    + +
    +
    +

    9. What's new in Version 2.14 'Essen'?

    + +

    This release has following new features: -

    - -
      -
    • Analysis tools : More statistics available in merge attributes tool -
    • Analysis tools : z/m values are shown when using the identify tool -
    • Browser : Browser Improvements -
    • Data Providers : Use ST_RemoveRepeatedPoints for simplification on PostGIS 2.2 or newer -
    • Data Providers : Cache WMS capabililies -
    • Data Providers : Better handling of time and datetime fields -
    • Data Providers : Z/M support in delimited text provider -
    • Data Providers : Curved geometry support expanded -
    • Data Providers : Transaction groups for postgres editing -
    • Data Providers : Postgres provider PKI authentication. -
    • Data Providers : Virtual layers -
    • Data Providers : More file extensions for GDAL and OGR providers file selectors -
    • Data management : dxf export: option to use title instead of name as dxf layer name in application and server -
    • Data management : Removal of SPIT plugin -
    • Data management : Geometry type can be overridden in the vector save as dialog -
    • Data management : Vector joins are now saved within QLR layer-definition-files -
    • Data management : N:M relation editing -
    • Data management : External Resource widget -
    • Digitizing : Configurable rubber band color -
    • Digitizing : Autotrace -
    • Digitizing : Trace digitizing tool -
    • General : Changed behavior of strpos function -
    • General : Field calculator can be used to update feature's geometry -
    • General : Virtual layers -
    • General : Zoom to feature with right-click in attribute table -
    • General : Speed improvements -
    • General : More expression variables -
    • General : New expression functions in 2.14 -
    • General : Better control over placement of map elements -
    • General : Paid bugfixing programme -
    • Labeling : Actual rendered symbol is now considered as an obstacle for point feature labels -
    • Labeling : "Cartographic" placement mode for point labels -
    • Labeling : Applying label distance from symbol bounds -
    • Labeling : Control over label rendering order -
    • Layer Legend : applying the same style to selected layers or to legend group -
    • Layer Legend : New options for filtering legend elements -
    • Layer Legend : Filter legend by expression -
    • Map Composer : Additional paths for composer templates -
    • Map Composer : Multiple selection of compositions in manager -
    • Plugins : Authentication system support for plugin manager -
    • Processing : New algorithms in 2.14 -
    • Processing : Unit Tests Q/A -
    • Processing : Improved toolbox. -
    • Processing : More informative algorithm dialog. -
    • Processing : Batch processes can be saved and later recovered from the batch processing interface -
    • Processing : GRASS7 v.net modules -
    • Programmability : Redesign expression function editor -
    • Programmability : Store python init code into the project -
    • Programmability : New filtering and sorting options for QgsFeatureRequest -
    • Programmability : Custom feature form Python code options -
    • Programmability : New PyQGIS classes in 2.14 -
    • QGIS Server : STARTINDEX param in WFS GetFeature Request -
    • QGIS Server : showFeatureCount in GetLegendGraphic -
    • QGIS Server : Enhance store project keyword list -
    • QGIS Server : Option to avoid rendering artifacts at edges of tiles -
    • QGIS Server : WMS INSPIRE Capabilities -
    • QGIS Server : Configuration checker in project properties -
    • QGIS Server : Add short name to layers, groups and project -
    • Symbology : Size assistant for varying line width -
    • Symbology : Support for transparency in SVG color parameters -
    • Symbology : Easy duplication of symbol layers -
    • Symbology : 2.5D Renderer -
    • Symbology : Geometry generator symbols -
    • Symbology : Allow definition of rendering order for features -
    • User Interface : Attribute table can be refreshed -
    • User Interface : Edit legend symbols directly from layer tree -
    • User Interface : Directly set renderer and class symbol colors from context menu in legend -
    • User Interface : Improved and more powerful file picker widget for forms -
    • User Interface : Show/hide all legend items via the the context menu -
    - - -

    10. What's new in Version 2.12 'Lyon'?

    - -

    +

    + +
      +
    • Analysis tools : More statistics available in merge attributes tool +
    • +
    • Analysis tools : z/m values are shown when using the identify tool +
    • +
    • Browser : Browser Improvements +
    • +
    • Data Providers : Use ST_RemoveRepeatedPoints for simplification on PostGIS 2.2 or newer +
    • +
    • Data Providers : Cache WMS capabililies +
    • +
    • Data Providers : Better handling of time and datetime fields +
    • +
    • Data Providers : Z/M support in delimited text provider +
    • +
    • Data Providers : Curved geometry support expanded +
    • +
    • Data Providers : Transaction groups for postgres editing +
    • +
    • Data Providers : Postgres provider PKI authentication. +
    • +
    • Data Providers : Virtual layers +
    • +
    • Data Providers : More file extensions for GDAL and OGR providers file selectors +
    • +
    • Data management : dxf export: option to use title instead of name as dxf layer name in application and server +
    • +
    • Data management : Removal of SPIT plugin +
    • +
    • Data management : Geometry type can be overridden in the vector save as dialog +
    • +
    • Data management : Vector joins are now saved within QLR layer-definition-files +
    • +
    • Data management : N:M relation editing +
    • +
    • Data management : External Resource widget +
    • +
    • Digitizing : Configurable rubber band color +
    • +
    • Digitizing : Autotrace +
    • +
    • Digitizing : Trace digitizing tool +
    • +
    • General : Changed behavior of strpos function +
    • +
    • General : Field calculator can be used to update feature's geometry +
    • +
    • General : Virtual layers +
    • +
    • General : Zoom to feature with right-click in attribute table +
    • +
    • General : Speed improvements +
    • +
    • General : More expression variables +
    • +
    • General : New expression functions in 2.14 +
    • +
    • General : Better control over placement of map elements +
    • +
    • General : Paid bugfixing programme +
    • +
    • Labeling : Actual rendered symbol is now considered as an obstacle for point feature labels +
    • +
    • Labeling : "Cartographic" placement mode for point labels +
    • +
    • Labeling : Applying label distance from symbol bounds +
    • +
    • Labeling : Control over label rendering order +
    • +
    • Layer Legend : applying the same style to selected layers or to legend group +
    • +
    • Layer Legend : New options for filtering legend elements +
    • +
    • Layer Legend : Filter legend by expression +
    • +
    • Map Composer : Additional paths for composer templates +
    • +
    • Map Composer : Multiple selection of compositions in manager +
    • +
    • Plugins : Authentication system support for plugin manager +
    • +
    • Processing : New algorithms in 2.14 +
    • +
    • Processing : Unit Tests Q/A +
    • +
    • Processing : Improved toolbox. +
    • +
    • Processing : More informative algorithm dialog. +
    • +
    • Processing : Batch processes can be saved and later recovered from the batch processing interface +
    • +
    • Processing : GRASS7 v.net modules +
    • +
    • Programmability : Redesign expression function editor +
    • +
    • Programmability : Store python init code into the project +
    • +
    • Programmability : New filtering and sorting options for QgsFeatureRequest +
    • +
    • Programmability : Custom feature form Python code options +
    • +
    • Programmability : New PyQGIS classes in 2.14 +
    • +
    • QGIS Server : STARTINDEX param in WFS GetFeature Request +
    • +
    • QGIS Server : showFeatureCount in GetLegendGraphic +
    • +
    • QGIS Server : Enhance store project keyword list +
    • +
    • QGIS Server : Option to avoid rendering artifacts at edges of tiles +
    • +
    • QGIS Server : WMS INSPIRE Capabilities +
    • +
    • QGIS Server : Configuration checker in project properties +
    • +
    • QGIS Server : Add short name to layers, groups and project +
    • +
    • Symbology : Size assistant for varying line width +
    • +
    • Symbology : Support for transparency in SVG color parameters +
    • +
    • Symbology : Easy duplication of symbol layers +
    • +
    • Symbology : 2.5D Renderer +
    • +
    • Symbology : Geometry generator symbols +
    • +
    • Symbology : Allow definition of rendering order for features +
    • +
    • User Interface : Attribute table can be refreshed +
    • +
    • User Interface : Edit legend symbols directly from layer tree +
    • +
    • User Interface : Directly set renderer and class symbol colors from context menu in legend +
    • +
    • User Interface : Improved and more powerful file picker widget for forms +
    • +
    • User Interface : Show/hide all legend items via the the context menu +
    • +
    + +
    +
    +

    10. What's new in Version 2.12 'Lyon'?

    + +

    This release has following new features: -

    - -
      -
    • Analysis tools : Added number of vertices to derived fields in identify tool -
    • Analysis tools : Raster alignment tool -
    • Analysis tools : Geometry Checker and Geometry Snapper plugins -
    • Application and Project Options : Encrypted password management -
    • Browser : Improvements to PostGIS connections in browser -
    • Data Providers : PostGIS provider improvements -
    • Data management : DBManager Improvements -
    • Data management : Conditional formatting for attribute table cells -
    • Data management : Support for relative paths in widgets -
    • Digitizing : Digitizing improvements -
    • General : New welcome screen -
    • General : Ongoing improvements to code quality -
    • General : Advanced settings editor -
    • General : Mutually exclusive layer tree groups -
    • General : Filtering for field values in expression widget -
    • General : User Interface Theme support -
    • General : New expression functions in 2.12 -
    • General : Variables in expressions -
    • Labeling : Data defined quadrant when in "around point" mode -
    • Labeling : Draw only labels which fit inside polygons -
    • Labeling : Control priority of labeling obstacles -
    • Labeling : New options to control how polygon layers act as obstacles -
    • Labeling : Data defined control over label priority -
    • Labeling : Option for obstacle-only layers -
    • Labeling : Rule-based labeling -
    • Map Composer : Atlas navigation improvements -
    • Map Composer : Custom format for grid annotations -
    • Map Composer : Multiline text handling and automatic text wrapping in composer attribute tables -
    • Map Composer : Advanced customization of cell background color -
    • Map Composer : Add fit page to contents option and options for cropping exports to contents -
    • Map Composer : Force vector layers to render as a raster images -
    • Map Composer : Data defined control over map layers and style presets -
    • Map Composer : Option to hide pages from view/export -
    • Plugins : Update of the GRASS plugin -
    • Programmability : Open scripts in external editor -
    • Programmability : Maptools moved from app->gui -
    • Programmability : Editing layers via `with edit(layer):` -
    • Programmability : New API for labeling engine (QgsLabelingEngineV2) -
    • Programmability : New classes for PyQGIS programs -
    • QGIS Server : QGIS Server Python API -
    • QGIS Server : getMap in dxf format -
    • Symbology : Export thumbnails from style manager -
    • Symbology : New option for limiting size in mm when using map unit sizes -
    • Symbology : Improvements to displacement renderer -
    • Symbology : All color ramps can now be edited -
    • Symbology : Improved handling of SVG marker outlines -
    • Symbology : Add pixels as option for all symbology size unit choices -
    - - -

    11. What's new in Version 2.10 'Pisa'?

    - -

    +

    + +
      +
    • Analysis tools : Added number of vertices to derived fields in identify tool +
    • +
    • Analysis tools : Raster alignment tool +
    • +
    • Analysis tools : Geometry Checker and Geometry Snapper plugins +
    • +
    • Application and Project Options : Encrypted password management +
    • +
    • Browser : Improvements to PostGIS connections in browser +
    • +
    • Data Providers : PostGIS provider improvements +
    • +
    • Data management : DBManager Improvements +
    • +
    • Data management : Conditional formatting for attribute table cells +
    • +
    • Data management : Support for relative paths in widgets +
    • +
    • Digitizing : Digitizing improvements +
    • +
    • General : New welcome screen +
    • +
    • General : Ongoing improvements to code quality +
    • +
    • General : Advanced settings editor +
    • +
    • General : Mutually exclusive layer tree groups +
    • +
    • General : Filtering for field values in expression widget +
    • +
    • General : User Interface Theme support +
    • +
    • General : New expression functions in 2.12 +
    • +
    • General : Variables in expressions +
    • +
    • Labeling : Data defined quadrant when in "around point" mode +
    • +
    • Labeling : Draw only labels which fit inside polygons +
    • +
    • Labeling : Control priority of labeling obstacles +
    • +
    • Labeling : New options to control how polygon layers act as obstacles +
    • +
    • Labeling : Data defined control over label priority +
    • +
    • Labeling : Option for obstacle-only layers +
    • +
    • Labeling : Rule-based labeling +
    • +
    • Map Composer : Atlas navigation improvements +
    • +
    • Map Composer : Custom format for grid annotations +
    • +
    • Map Composer : Multiline text handling and automatic text wrapping in composer attribute tables +
    • +
    • Map Composer : Advanced customization of cell background color +
    • +
    • Map Composer : Add fit page to contents option and options for cropping exports to contents +
    • +
    • Map Composer : Force vector layers to render as a raster images +
    • +
    • Map Composer : Data defined control over map layers and style presets +
    • +
    • Map Composer : Option to hide pages from view/export +
    • +
    • Plugins : Update of the GRASS plugin +
    • +
    • Programmability : Open scripts in external editor +
    • +
    • Programmability : Maptools moved from app->gui +
    • +
    • Programmability : Editing layers via `with edit(layer):` +
    • +
    • Programmability : New API for labeling engine (QgsLabelingEngineV2) +
    • +
    • Programmability : New classes for PyQGIS programs +
    • +
    • QGIS Server : QGIS Server Python API +
    • +
    • QGIS Server : getMap in dxf format +
    • +
    • Symbology : Export thumbnails from style manager +
    • +
    • Symbology : New option for limiting size in mm when using map unit sizes +
    • +
    • Symbology : Improvements to displacement renderer +
    • +
    • Symbology : All color ramps can now be edited +
    • +
    • Symbology : Improved handling of SVG marker outlines +
    • +
    • Symbology : Add pixels as option for all symbology size unit choices +
    • +
    + +
    +
    +

    11. What's new in Version 2.10 'Pisa'?

    + +

    This is a minor release increment with the following new features: -

    - -
      -
    • New statistical summary dock widget. -
    • Use logarithmic functions in the raster calculator. -
    • New zonal statistics features. -
    • New browser properties widget. -
    • New browser icon. -
    • PostGIS: support for Pointcloud layers. -
    • PostGIS: provider side expression filters. -
    • GRASS plugin/provider improvements. -
    • DXF Export Improvements. -
    • Virtual fields are now updatable. -
    • Line edit with auto-completer for ValueRelation edit widget. -
    • Improvements to DB Manager. -
    • Filter chaining for relation reference widget. -
    • Diagram improvements. -
    • Improved geometry rotation tool. -
    • New geometry engine. -
    • Improved handling of potential project file overwrites. -
    • Join parameters can now be edited. -
    • Layers with joins can now be filtered. -
    • Tweaks to label properties dialog. -
    • Support for non-latin scripts for curved labels. -
    • "Follow point" alignment for multiline labels. -
    • Support overridden layer styles also in the composer legend. -
    • Add scalebar sizing mode to fit a desired scalebar width. -
    • Plugins can now create their own entries in the browser. -
    • More uniform and predictable names for processing outputs. -
    • Allow changing vector layer data source. -
    • Implicit sharing of classes. -
    • New QgsStatisticalSummary class for calculating statistics from a list of numbers. -
    • Qt minimum increased to 4.8. -
    • GetFeature without geometry. -
    • Support for tolerance parameter in WMS GetFeatureInfo requests. -
    • Data defined properties for font marker. -
    • Size scale and rotation have been removed from the advanced menu. -
    • Match categories to existing styles. -
    • New option for preventing the automatic clipping of features to the map extent. -
    • Size, rotation and stroke-width expressions at the symbollist level. -
    • Live layer effects for layers and symbol layers. -
    • Visualise and modify the graduated renderer using a histogram. -
    • Vary symbol sizes using the graduated renderer. -
    • User interface improvements. -
    - - -

    12. What's new in Version 2.8 'Wien'?

    - -

    +

    + +
      +
    • New statistical summary dock widget. +
    • +
    • Use logarithmic functions in the raster calculator. +
    • +
    • New zonal statistics features. +
    • +
    • New browser properties widget. +
    • +
    • New browser icon. +
    • +
    • PostGIS: support for Pointcloud layers. +
    • +
    • PostGIS: provider side expression filters. +
    • +
    • GRASS plugin/provider improvements. +
    • +
    • DXF Export Improvements. +
    • +
    • Virtual fields are now updatable. +
    • +
    • Line edit with auto-completer for ValueRelation edit widget. +
    • +
    • Improvements to DB Manager. +
    • +
    • Filter chaining for relation reference widget. +
    • +
    • Diagram improvements. +
    • +
    • Improved geometry rotation tool. +
    • +
    • New geometry engine. +
    • +
    • Improved handling of potential project file overwrites. +
    • +
    • Join parameters can now be edited. +
    • +
    • Layers with joins can now be filtered. +
    • +
    • Tweaks to label properties dialog. +
    • +
    • Support for non-latin scripts for curved labels. +
    • +
    • "Follow point" alignment for multiline labels. +
    • +
    • Support overridden layer styles also in the composer legend. +
    • +
    • Add scalebar sizing mode to fit a desired scalebar width. +
    • +
    • Plugins can now create their own entries in the browser. +
    • +
    • More uniform and predictable names for processing outputs. +
    • +
    • Allow changing vector layer data source. +
    • +
    • Implicit sharing of classes. +
    • +
    • New QgsStatisticalSummary class for calculating statistics from a list of numbers. +
    • +
    • Qt minimum increased to 4.8. +
    • +
    • GetFeature without geometry. +
    • +
    • Support for tolerance parameter in WMS GetFeatureInfo requests. +
    • +
    • Data defined properties for font marker. +
    • +
    • Size scale and rotation have been removed from the advanced menu. +
    • +
    • Match categories to existing styles. +
    • +
    • New option for preventing the automatic clipping of features to the map extent. +
    • +
    • Size, rotation and stroke-width expressions at the symbollist level. +
    • +
    • Live layer effects for layers and symbol layers. +
    • +
    • Visualise and modify the graduated renderer using a histogram. +
    • +
    • Vary symbol sizes using the graduated renderer. +
    • +
    • User interface improvements. +
    • +
    + +
    +
    +

    12. What's new in Version 2.8 'Wien'?

    + +

    This is a minor release increment with the following feature: -

    - -
      -
    • QGIS 2.8 is the basis for a long term release (which will be maintained for a year). -
    • >1000 issues which were flagged by static analysis tools have been fixed. -
    • New code commits and pull requests are now automatically tested against our testing framework. -
    • More responsive QGIS Browser thanks to multithreading support. -
    • Support for contextual WMS legend graphics. -
    • Custom prefixes for joins. -
    • Creation of memory layers is now a core feature. -
    • New field calculator bar in attribute table. -
    • DXF export improvements. -
    • Advanced digitizing tools. -
    • Improved snapping options and behavior. -
    • Better simplify tool - including support for on the fly reprojection being enabled. -
    • Qt5 support (optional - default packages are still currently built against Qt4). -
    • Spatial bookmark import/export. -
    • Composer user interface improvements. -
    • Grid overlay improvements for composer maps. -
    • Raster image fill type. -
    • Live heatmap renderer. -
    • You can now use multiple styles per layer. -
    • Rotation of map canvas is now supported. -
    • Improved user interface for data defined symbology. -
    • New algorithms in processing. -
    • Expressions are now extendable with custom python functions. -
    • Comments are now supported in expressions. -
    • QGIS server improvements: better caching, layer style support, value relations, +

      + +
        +
      • QGIS 2.8 is the basis for a long term release (which will be maintained for a year). +
      • +
      • >1000 issues which were flagged by static analysis tools have been fixed. +
      • +
      • New code commits and pull requests are now automatically tested against our testing framework. +
      • +
      • More responsive QGIS Browser thanks to multithreading support. +
      • +
      • Support for contextual WMS legend graphics. +
      • +
      • Custom prefixes for joins. +
      • +
      • Creation of memory layers is now a core feature. +
      • +
      • New field calculator bar in attribute table. +
      • +
      • DXF export improvements. +
      • +
      • Advanced digitizing tools. +
      • +
      • Improved snapping options and behavior. +
      • +
      • Better simplify tool - including support for on the fly reprojection being enabled. +
      • +
      • Qt5 support (optional - default packages are still currently built against Qt4). +
      • +
      • Spatial bookmark import/export. +
      • +
      • Composer user interface improvements. +
      • +
      • Grid overlay improvements for composer maps. +
      • +
      • Raster image fill type. +
      • +
      • Live heatmap renderer. +
      • +
      • You can now use multiple styles per layer. +
      • +
      • Rotation of map canvas is now supported. +
      • +
      • Improved user interface for data defined symbology. +
      • +
      • New algorithms in processing. +
      • +
      • Expressions are now extendable with custom python functions. +
      • +
      • Comments are now supported in expressions. +
      • +
      • QGIS server improvements: better caching, layer style support, value relations, DescribeLayer, python plugins. -
      +
    • +
    - -

    13. What's new in Version 2.6.0 'Brighton'?

    +
    +
    +

    13. What's new in Version 2.6.0 'Brighton'?

    -

    +

    This is a minor release increment with the following new features: -

    - -
      -
    • Improved DXF export -
    • Project filename in project properties -
    • Allow removing last point while measuring via del/backspace keys -
    • Select related feature on the canvas from the relation reference widget -
    • Editor widgets support null and other improvements -
    • Optionally use just a subset of fields from the joined layer -
    • Expression field (virtual fields) -
    • Can toggle display of classes within graduated and categorised renderers -
    • Additional expressions types and options -
    • Added icon support to actions -
    • Classes within graduated and categorised renderers can be toggled -
    • Legend improvements such as filtering, layer management icons etc. -
    • Control over hiding print composer items from prints/exports -
    • Control over page printing for empty composer frames -
    • New Composer Item tree panel -
    • More control over appearance of composer arrow/line items -
    • Data defined control of composer items -
    • Composer images can be specified as remote URLS -
    • Composer Table improvements (header fonts / colors, better pagination support, filter to atlas feature etc.) -
    • Composer improvements -
    • Improved item snapping -
    • Multiple overviews for a map item -
    • HTML item improvements -
    • Composer map grid improvements -
    • Processing now has an online collection of models and scripts -
    • Processing graphical modeler completely rewritten -
    • API changes for QGIS widgets -
    • Enhancements of searching with GetFeatureInfo request -
    • Add a precision setting for GetFeatureInfo geometry attributes -
    • Better random color choice -
    • Symbology UI Improvements -
    • Syntax highlighting code and expression editor -
    • User defined color palettes -
    • New color picker dialog -
    • Single select feature tool merged into select by rectangle -
    • Add layer to map canvas behavior -
    • Support icon sizes of 48 and 64 pixels -
    • New color buttons -
    • Context menu for identify tool -
    - - -

    14. What's new in Version 2.4.0 'Chugiak'?

    - -

    +

    + +
      +
    • Improved DXF export +
    • +
    • Project filename in project properties +
    • +
    • Allow removing last point while measuring via del/backspace keys +
    • +
    • Select related feature on the canvas from the relation reference widget +
    • +
    • Editor widgets support null and other improvements +
    • +
    • Optionally use just a subset of fields from the joined layer +
    • +
    • Expression field (virtual fields) +
    • +
    • Can toggle display of classes within graduated and categorised renderers +
    • +
    • Additional expressions types and options +
    • +
    • Added icon support to actions +
    • +
    • Classes within graduated and categorised renderers can be toggled +
    • +
    • Legend improvements such as filtering, layer management icons etc. +
    • +
    • Control over hiding print composer items from prints/exports +
    • +
    • Control over page printing for empty composer frames +
    • +
    • New Composer Item tree panel +
    • +
    • More control over appearance of composer arrow/line items +
    • +
    • Data defined control of composer items +
    • +
    • Composer images can be specified as remote URLS +
    • +
    • Composer Table improvements (header fonts / colors, better pagination support, filter to atlas feature etc.) +
    • +
    • Composer improvements +
    • +
    • Improved item snapping +
    • +
    • Multiple overviews for a map item +
    • +
    • HTML item improvements +
    • +
    • Composer map grid improvements +
    • +
    • Processing now has an online collection of models and scripts +
    • +
    • Processing graphical modeler completely rewritten +
    • +
    • API changes for QGIS widgets +
    • +
    • Enhancements of searching with GetFeatureInfo request +
    • +
    • Add a precision setting for GetFeatureInfo geometry attributes +
    • +
    • Better random color choice +
    • +
    • Symbology UI Improvements +
    • +
    • Syntax highlighting code and expression editor +
    • +
    • User defined color palettes +
    • +
    • New color picker dialog +
    • +
    • Single select feature tool merged into select by rectangle +
    • +
    • Add layer to map canvas behavior +
    • +
    • Support icon sizes of 48 and 64 pixels +
    • +
    • New color buttons +
    • +
    • Context menu for identify tool +
    • +
    + +
    +
    +

    14. What's new in Version 2.4.0 'Chugiak'?

    + +

    This is the minor release sports a number of great new features: -

    - -
      -
    • Multi-threaded rendering -
    • Color preview modes in composer and map canvas -
    • New expression functions (bounding box related functions, wordwrap) -
    • Copy, paste and drag and drop colors -
    • Label features multiple times -
    • Improvements to composer picture items -
    • Predefined scales mode for atlas maps -
    • Improved attribute tables in composer -
    • General composer improvements - join and capping styles, button to zoom to main map -
    • Improvements to HTML frames in composer -
    • Shapeburst fill style -
    • Option to shift marker line placement -
    • New Inverted Polygon renderer -
    - - -

    15. Whats new in Version 2.2.0 'Valmiera'?

    - -

    +

    + +
      +
    • Multi-threaded rendering +
    • +
    • Color preview modes in composer and map canvas +
    • +
    • New expression functions (bounding box related functions, wordwrap) +
    • +
    • Copy, paste and drag and drop colors +
    • +
    • Label features multiple times +
    • +
    • Improvements to composer picture items +
    • +
    • Predefined scales mode for atlas maps +
    • +
    • Improved attribute tables in composer +
    • +
    • General composer improvements - join and capping styles, button to zoom to main map +
    • +
    • Improvements to HTML frames in composer +
    • +
    • Shapeburst fill style +
    • +
    • Option to shift marker line placement +
    • +
    • New Inverted Polygon renderer +
    • +
    + +
    +
    +

    15. Whats new in Version 2.2.0 'Valmiera'?

    + +

    This is the minor release sports a number of great new features: -

    - -
      -
    • You can now define 1:n relations for layers. -
    • It is now possible to export your project to DXF format. -
    • When pasting a selection, it is now possible to create a new layer on the fly +

      + +
        +
      • You can now define 1:n relations for layers. +
      • +
      • It is now possible to export your project to DXF format. +
      • +
      • When pasting a selection, it is now possible to create a new layer on the fly from the pasted features. -
      • WMS Legend is now available via a getLegendGraphic request. -
      • It is now possible to digitize a new feature as an interior ring of an +
      • +
      • WMS Legend is now available via a getLegendGraphic request. +
      • +
      • It is now possible to digitize a new feature as an interior ring of an existing feature. -
      • Recent expressions are saved in the expression builder for quick re-use. -
      • You can now set the color for the zebra map border style in composer. -
      • You can now rotate any element in the print composer. -
      • Composer window now has scale in the status bar and improved rulers. -
      • Composer output as image can be created with a world file now so that your +
      • +
      • Recent expressions are saved in the expression builder for quick re-use. +
      • +
      • You can now set the color for the zebra map border style in composer. +
      • +
      • You can now rotate any element in the print composer. +
      • +
      • Composer window now has scale in the status bar and improved rulers. +
      • +
      • Composer output as image can be created with a world file now so that your maps are georeferenced. -
      • Numerous enhancements to the atlas let you preview and print each map sheet. -
      • It is easier to select overlapped items in the map composer. -
      • Support for styling pages and shapes has been improved in the map composer. -
      • QGIS Server can now deliver Web Coverage Service (WCS) maps. -
      • Gradients can now be used for polygon fills. -
      • Classes in paletted rasters can now be labelled. -
      • Color ramps can now be inverted. -
      • Rules in the rule based renderer can now be copied and pasted. -
      • Support for on-the-fly feature generalisation has been added. -
      • For marker layers you can now define the anchor points / origin of the marker. -
      • For vector symbology you can now use expressions instead of only a field for +
      • +
      • Numerous enhancements to the atlas let you preview and print each map sheet. +
      • +
      • It is easier to select overlapped items in the map composer. +
      • +
      • Support for styling pages and shapes has been improved in the map composer. +
      • +
      • QGIS Server can now deliver Web Coverage Service (WCS) maps. +
      • +
      • Gradients can now be used for polygon fills. +
      • +
      • Classes in paletted rasters can now be labelled. +
      • +
      • Color ramps can now be inverted. +
      • +
      • Rules in the rule based renderer can now be copied and pasted. +
      • +
      • Support for on-the-fly feature generalisation has been added. +
      • +
      • For marker layers you can now define the anchor points / origin of the marker. +
      • +
      • For vector symbology you can now use expressions instead of only a field for the classification. -
      • Size and attributes of diagram renderer can now be set using expressions. -
      • Polygon outlines can be drawn with an inner stroke (to prevent the stroke +
      • +
      • Size and attributes of diagram renderer can now be set using expressions. +
      • +
      • Polygon outlines can be drawn with an inner stroke (to prevent the stroke being drawn in a neighbouring polygon) -
      • The visual style of all our properties dialogs has been improved. -
      • The keybindings for the user interface have been updated to make it easier to +
      • +
      • The visual style of all our properties dialogs has been improved. +
      • +
      • The keybindings for the user interface have been updated to make it easier to navigate. -
      • QGS now supports multiple datum transformations. -
      • 'Processing' now has a script editor. -
      • 'Processing' can be used headless in scripts. -
      - - -

      16. Whats new in Version 2.0.1 'Dufour'?

      - -

      +

    • +
    • QGS now supports multiple datum transformations. +
    • +
    • 'Processing' now has a script editor. +
    • +
    • 'Processing' can be used headless in scripts. +
    • +
    + +
    +
    +

    16. Whats new in Version 2.0.1 'Dufour'?

    + +

    This is a small bugfix release to address the missing copyright / credits for our new splash screen and to update supporting documentation. The spanish translation was also updated. -

    +

    - -

    17. Whats new in Version 2.0.0 'Dufour'?

    +
    +
    +

    17. Whats new in Version 2.0.0 'Dufour'?

    -

    +

    This is a new major release. Building on the foundation of QGIS 1.x.x releases, QGIS Dufour introduces many new features, improvements and bug fixes. Here is a summary of some of the key new features. -

    +

    -
      -
    • We have updated out icon theme to use the 'GIS' theme which introduces +
        +
      • We have updated out icon theme to use the 'GIS' theme which introduces an improved level of consistency and professionalism to the QGIS user interface. -
      • The new symbol layer overview uses a clear, tree-structured layout +
      • +
      • The new symbol layer overview uses a clear, tree-structured layout which allows for easy and fast access to all symbol layers. -
      • QGIS 2.0 now includes Oracle Spatial support. -
      • With the new data defined properties, it is possible to control symbol +
      • +
      • QGIS 2.0 now includes Oracle Spatial support. +
      • +
      • With the new data defined properties, it is possible to control symbol type, size, color, rotation, and many other properties through feature attributes. -
      • You can now place html elements onto your map. -
      • Having nicely aligned map items is critical to making nice printed +
      • +
      • You can now place html elements onto your map. +
      • +
      • Having nicely aligned map items is critical to making nice printed maps. Auto snapping lines have been added to allow for easy composer object alignment by simply dragging an object close to another. -
      • Sometimes you need to align objects a curtain distance on the composer. +
      • +
      • Sometimes you need to align objects a curtain distance on the composer. With the new manual snapping lines you are able to add manual snap lines which allow for better align objects using a common alignment. Simply drag from the top or side ruler to add new guide line. -
      • Ever needed to generate a map series? Of course you have. The composer +
      • +
      • Ever needed to generate a map series? Of course you have. The composer now includes built in map series generation using the atlas feature. Coverage layers can be points, lines, polygons, and the current feature attribute data is available in labels for on the fly value replacement. -
      • A single composer window can now contain more then one page. -
      • The composer label item in 1.8 was quite limited and only allowed a single +
      • +
      • A single composer window can now contain more then one page. +
      • +
      • The composer label item in 1.8 was quite limited and only allowed a single token $CURRENT_DATE to be used. In 2.0 full expression support has been added too greater power and control of the final labels. -
      • The map frame now contains the ability to show the extents of another +
      • +
      • The map frame now contains the ability to show the extents of another map and will update when moved. Using this with the atlas generation feature now core in the composer allows for some slick map generation. Overview frame style uses the same styling as a normal map polygon object so your creativity is never restricted. -
      • Layer blending makes it possible to combine layers in new and exciting +
      • +
      • Layer blending makes it possible to combine layers in new and exciting ways. While in older versions, all you could do was to make the layer transparent, you can now choose between much more advanced options such as "multiply", "darken only", and many more. Blending can be used in the normal map view as well as in print composer. -
      • HTML support has been added map composer label item to give you even +
      • +
      • HTML support has been added map composer label item to give you even more control over your final maps. HTML labels support full css styles sheets, html, and even JavaScript if you are that way inclined. -
      • The labeling system has been totally overhauled - it now includes many +
      • +
      • The labeling system has been totally overhauled - it now includes many new features such as drop shadows, 'highway shields', many more data bound options, and various performance enhancements. We are slowly doing away with the 'old labels' system, although you will still find that functionality available for this release, you should expect that it will disappear in a follow up release. -
      • The full power of normal label and rule expressions can now be used for +
      • +
      • The full power of normal label and rule expressions can now be used for label properties. Nearly every property can be defined with an expression or field value giving you more control over the label result. Expressions can refer to a field (e.g. set the font size to the value of the field 'font') or can include more complex logic. Examples of bindable properties include: Font, Size, Style and Buffer size. -
      • With the expression engine being used more and more though out QGIS to +
      • +
      • With the expression engine being used more and more though out QGIS to allow for things like expression based labels and symbol, many more functions have been added to the expression builder and are all accessible though the expression builder. All functions include comprehensive help and usage guides for ease of use. -
      • If the expression engine doesn't have the function that you need. Not to +
      • +
      • If the expression engine doesn't have the function that you need. Not to worry. New functions can be added via a plugin using a simple Python API. -
      • The Python API has been revamped to allow for a more cleaner, more +
      • +
      • The Python API has been revamped to allow for a more cleaner, more pythonic, programming experience. The QGIS 2.0 API uses SIP V2 which removes the messy toString(), toInt() logic that was needed when working with values. Types are now converted into native Python types making for a much nicer API. Attributes access is now done on the feature itself using a simple key lookup, no more index lookup and attribute maps. - Note: Most plugins written for QGIS < 1.x will need to be + Note: Most plugins written for QGIS < 1.x will need to be ported to work correctly in QGIS 2.x. Please consult - https://github.com/qgis/QGIS/wiki/Python_plugin_API_changes_from_18_to_20 + https://github.com/qgis/QGIS/wiki/Python_plugin_API_changes_from_18_to_20 for more details. -
      • The raster data provider system has been completely overhauled. One of +
      • +
      • The raster data provider system has been completely overhauled. One of the best new features stemming from this work is the ability to 'Layer -> Save As...' to save any raster layer as a new layer. In the process you can clip, resample, and reproject the layer to a new Coordinate Reference System. You can also save a raster layer as a rendered image so if you for example have single band raster that you have applied a color palette to, you can save the rendered layer out to a georeferenced RGB layer. -
      • There are many, many more new features in QGIS 2.0 - we invite +
      • +
      • There are many, many more new features in QGIS 2.0 - we invite you to explore the software and discover them all! -
      +
    • +
    - -

    18. Whats new in Version 1.8.0 'Lisboa'?

    +
    +
    +

    18. Whats new in Version 1.8.0 'Lisboa'?

    -

    +

    This is a new feature release. Building on the foundation of QGIS 1.7.x releases, Lisboa introduces many new features, improvements and bug fixes. Here is a summary of some of the key new features. -

    - -
      -
    • QGIS Browser - a stand alone app and a new panel in QGIS. The browser lets you easily navigate your file system and connection based (PostGIS, WFS etc.) datasets, preview them and drag and drop items into the canvas. -
    • DB Manager - the DB manager is now officially part of QGIS core. You can drag layers from the QGIS Browser into DB Manager and it will import your layer into your spatial database. Drag and drop tables between spatial databases and they will get imported. You can use the DB Manager to execute SQL queries against your spatial database and then view the spatial output for queries by adding the results to QGIS as a query layer. -
    • Action Tool - now there is a tool on the map tools toolbar that will allow you to click on a vector feature and execute an action. -
    • MSSQL Spatial Support - you can now connect to your Microsoft SQL Server spatial databases using QGIS. -
    • Customization - allows setting up simplified QGIS interface by hiding various components of main window and widgets in dialogs. -
    • New symbol layer types - Line Pattern Fill, Point Pattern fill -
    • Composers - have multiple lines on legend items using a specified character -
    • Expression based labeling -
    • Heatmap tool - a new core plugin has been added for generating raster heatmaps from point data. You may need to activate this plugin using the plugin manager. -
    • GPS Tracking - The GPS live tracking user interface was overhauled and many fixes and improvements were added to it. -
    • Menu Re-organisation - The menus were re-organised a little - we now have separate menus for Vector and Raster and many plugins were updated to place their menus in the new Vector and Raster top level menus. -
    • Offset Curves - a new digitizing tool for creating offset curves was added. -
    • Terrain Analysis Plugin - a new core plugin was added for doing terrain analysis - and it can make really good looking colored relief maps. -
    • Ellipse renderer - symbollayer to render ellipse shapes (and also rectangles, triangles, crosses by specifying width and height). Moreover, the symbol layer allows setting all parameters (width, height, colors, rotation, outline with) from data fields, in mm or map units -
    • New scale selector with predefined scales -
    • Option to add layers to selected or active group -
    • Pan To Selected tool -
    • New tools in Vector menu - densify geoemtries, Build spatial index -
    • Export/add geometry column tool can export info using layer CRS, project CRS or ellipsoidal measurements -
    • Model/view based tree for rules in rule-based renderer -
    • Updated CRS selector dialog -
    • Improvements in Spatial Bookmarks -
    • Plugin metadata in metadata.txt -
    • New plugin repository -
    • Refactored postgres data provider: support for arbitrary key (including non-numeric and multi column), support for requesting a certain geometry type and/or srid in QgsDataSourceURI +

      + +
        +
      • QGIS Browser - a stand alone app and a new panel in QGIS. The browser lets you easily navigate your file system and connection based (PostGIS, WFS etc.) datasets, preview them and drag and drop items into the canvas. +
      • +
      • DB Manager - the DB manager is now officially part of QGIS core. You can drag layers from the QGIS Browser into DB Manager and it will import your layer into your spatial database. Drag and drop tables between spatial databases and they will get imported. You can use the DB Manager to execute SQL queries against your spatial database and then view the spatial output for queries by adding the results to QGIS as a query layer. +
      • +
      • Action Tool - now there is a tool on the map tools toolbar that will allow you to click on a vector feature and execute an action. +
      • +
      • MSSQL Spatial Support - you can now connect to your Microsoft SQL Server spatial databases using QGIS. +
      • +
      • Customization - allows setting up simplified QGIS interface by hiding various components of main window and widgets in dialogs. +
      • +
      • New symbol layer types - Line Pattern Fill, Point Pattern fill +
      • +
      • Composers - have multiple lines on legend items using a specified character +
      • +
      • Expression based labeling +
      • +
      • Heatmap tool - a new core plugin has been added for generating raster heatmaps from point data. You may need to activate this plugin using the plugin manager. +
      • +
      • GPS Tracking - The GPS live tracking user interface was overhauled and many fixes and improvements were added to it. +
      • +
      • Menu Re-organisation - The menus were re-organised a little - we now have separate menus for Vector and Raster and many plugins were updated to place their menus in the new Vector and Raster top level menus. +
      • +
      • Offset Curves - a new digitizing tool for creating offset curves was added. +
      • +
      • Terrain Analysis Plugin - a new core plugin was added for doing terrain analysis - and it can make really good looking colored relief maps. +
      • +
      • Ellipse renderer - symbollayer to render ellipse shapes (and also rectangles, triangles, crosses by specifying width and height). Moreover, the symbol layer allows setting all parameters (width, height, colors, rotation, outline with) from data fields, in mm or map units +
      • +
      • New scale selector with predefined scales +
      • +
      • Option to add layers to selected or active group +
      • +
      • Pan To Selected tool +
      • +
      • New tools in Vector menu - densify geoemtries, Build spatial index +
      • +
      • Export/add geometry column tool can export info using layer CRS, project CRS or ellipsoidal measurements +
      • +
      • Model/view based tree for rules in rule-based renderer +
      • +
      • Updated CRS selector dialog +
      • +
      • Improvements in Spatial Bookmarks +
      • +
      • Plugin metadata in metadata.txt +
      • +
      • New plugin repository +
      • +
      • Refactored postgres data provider: support for arbitrary key (including non-numeric and multi column), support for requesting a certain geometry type and/or srid in QgsDataSourceURI added gdal_fillnodata to GDALTools plugin -
      • Support for PostGIS TopoGeometry datatype -
      • Python bindings for vector field symbollayer and general updates to the python bindings. -
      • New message log window -
      • Benchmark program -
      • Row cache for attribute table -
      • Legend independent drawing order -
      • UUID generation widget for attribute table -
      • Added support of editable views in SpatiaLite databases -
      • Expression based widget in field calculator -
      • Creation of event layers in analysis lib using linear referencing -
      • Group selected layers option added to the TOC context menu -
      • load/save layer style (new symbology) from/to SLD document -
      • WFS support in QGIS Server -
      • Option to skip WKT geometry when copying from attribute table -
      • upport for zipped and gzipped layers -
      • Test suite now passes all tests on major platforms and nightly tests -
      • Copy and paste styles between layers -
      • Set tile size for WMS layers -
      • Support for nesting projects within other projects -
      - - -

      19. Whats new in Version 1.7.2 'Wroclaw'?

      - -

      +

    • +
    • Support for PostGIS TopoGeometry datatype +
    • +
    • Python bindings for vector field symbollayer and general updates to the python bindings. +
    • +
    • New message log window +
    • +
    • Benchmark program +
    • +
    • Row cache for attribute table +
    • +
    • Legend independent drawing order +
    • +
    • UUID generation widget for attribute table +
    • +
    • Added support of editable views in SpatiaLite databases +
    • +
    • Expression based widget in field calculator +
    • +
    • Creation of event layers in analysis lib using linear referencing +
    • +
    • Group selected layers option added to the TOC context menu +
    • +
    • load/save layer style (new symbology) from/to SLD document +
    • +
    • WFS support in QGIS Server +
    • +
    • Option to skip WKT geometry when copying from attribute table +
    • +
    • upport for zipped and gzipped layers +
    • +
    • Test suite now passes all tests on major platforms and nightly tests +
    • +
    • Copy and paste styles between layers +
    • +
    • Set tile size for WMS layers +
    • +
    • Support for nesting projects within other projects +
    • +
    + +
    +
    +

    19. Whats new in Version 1.7.2 'Wroclaw'?

    + +

    This is a bugfix release over version 1.7.1. The following changes were made. -

    - -
      -
    • Fix Gdaltools error checking for ogr layers -
    • More Translations in OSM plugin -
    • Fix for ticket #4283 (composer forgets on/off status of layers) -
    • Fix to v.generalize for recent GRASS versions -
    • Fix typos in GRASS command list -
    • Restore override cursor when about box is shown -
    • Fix #4319 (Enhance maximum for point displacement tolerance) -
    • Added Python wrappers for QgsZonalStatistics -
    • Fix #4331 (Classification dialog issues) -
    • Fix #4282 (Wrong map zooming when using the "Attribute Table" zoom tool) -
    • Match proj4string in database -
    • Fix #4241 (Ensure that we have a valid line in line decoration) -
    • Fix label id for GetPrint in composer -
    • Fix #3041 (Make the gdaltools command editable) -
    • Fix shift in point displacement renderer -
    • Fix for a crash in projection selection -
    • Fix #4308 (Interpolation and Terrain core plugins) -
    • Insert date value in attribute editor -
    • Fix #4387 (Enable "add direction symbol" only for line layers) -
    • Fix #2491 (Handle raster layer's transparency band while rendering) -
    • Allow setting I/O encoding for OGR layers in vector layer properties. -
    • Fix #4414 (SVG indicators for arrows are not shown) -
    • Label direction symbol shouldn't depend on "map" vs. "line" orientation. -
    • Set prompt as default behavior for unknown CRS -
    • For EPSG initialize GDAL CRS from authid instead of proj.4 string -
    • Fix #4439 (Crash when changing style in Layer Properties) -
    • Fix #4444 (Error when loading Python plugins) -
    • Fix #4440 (invalid reference to Trac) -
    • Fix stopRender call in graduated symbol renderer -
    • Fix #4479 - trigger "new color ramp" always when activated -
    • Hide query entry in legend context menu for layers with joins -
    • Fix #4496 (Refresh map list in composer table widget in showEvent) -
    • OS X build/install updates -
    • GRASS version support -
    • Initializing from WKT favourize EPSG instead of PROJ.4 -
    • Add What's this to Help menu (implement #4179) -
    • fTools: update layers lists after adding new layer to TOC (fix #4318) -
    • Don't block QGIS main window when running Merge shapefiles tool. Partially addresses #4383 -
    • Fix broken Assign projection functionality in GDALTools and improve handling output file extension -
    - - -

    20. Whats new in Version 1.7.1 'Wroclaw'?

    - -

    +

    + +
      +
    • Fix Gdaltools error checking for ogr layers +
    • +
    • More Translations in OSM plugin +
    • +
    • Fix for ticket #4283 (composer forgets on/off status of layers) +
    • +
    • Fix to v.generalize for recent GRASS versions +
    • +
    • Fix typos in GRASS command list +
    • +
    • Restore override cursor when about box is shown +
    • +
    • Fix #4319 (Enhance maximum for point displacement tolerance) +
    • +
    • Added Python wrappers for QgsZonalStatistics +
    • +
    • Fix #4331 (Classification dialog issues) +
    • +
    • Fix #4282 (Wrong map zooming when using the "Attribute Table" zoom tool) +
    • +
    • Match proj4string in database +
    • +
    • Fix #4241 (Ensure that we have a valid line in line decoration) +
    • +
    • Fix label id for GetPrint in composer +
    • +
    • Fix #3041 (Make the gdaltools command editable) +
    • +
    • Fix shift in point displacement renderer +
    • +
    • Fix for a crash in projection selection +
    • +
    • Fix #4308 (Interpolation and Terrain core plugins) +
    • +
    • Insert date value in attribute editor +
    • +
    • Fix #4387 (Enable "add direction symbol" only for line layers) +
    • +
    • Fix #2491 (Handle raster layer's transparency band while rendering) +
    • +
    • Allow setting I/O encoding for OGR layers in vector layer properties. +
    • +
    • Fix #4414 (SVG indicators for arrows are not shown) +
    • +
    • Label direction symbol shouldn't depend on "map" vs. "line" orientation. +
    • +
    • Set prompt as default behavior for unknown CRS +
    • +
    • For EPSG initialize GDAL CRS from authid instead of proj.4 string +
    • +
    • Fix #4439 (Crash when changing style in Layer Properties) +
    • +
    • Fix #4444 (Error when loading Python plugins) +
    • +
    • Fix #4440 (invalid reference to Trac) +
    • +
    • Fix stopRender call in graduated symbol renderer +
    • +
    • Fix #4479 - trigger "new color ramp" always when activated +
    • +
    • Hide query entry in legend context menu for layers with joins +
    • +
    • Fix #4496 (Refresh map list in composer table widget in showEvent) +
    • +
    • OS X build/install updates +
    • +
    • GRASS version support +
    • +
    • Initializing from WKT favourize EPSG instead of PROJ.4 +
    • +
    • Add What's this to Help menu (implement #4179) +
    • +
    • fTools: update layers lists after adding new layer to TOC (fix #4318) +
    • +
    • Don't block QGIS main window when running Merge shapefiles tool. Partially addresses #4383 +
    • +
    • Fix broken Assign projection functionality in GDALTools and improve handling output file extension +
    • +
    + +
    +
    +

    20. Whats new in Version 1.7.1 'Wroclaw'?

    + +

    This is a bugfix release over version 1.7.0. The following changes were made. -

    - -
      -
    • Raster performance improvements backported to 1.7.1 [see -http://linfiniti.com/2011/08/improvements-to-raster-performance-in-qgis-master/] -
    • Update version on cmakelists and splash to 1.7.1 -
    • Move setting projection to after we have features -
    • symbology: sort the category items when classifying them #4206 -
    • Fix feature_count consideration in wms feature info -
    • Check topological editing yes/no when opening snapping dialog -
    • Updated required version for bison and cmake -
    • Small efficiency improvement for rendering -
    • make sure gdaltools input vector layers are ogr vectors -
    • Fix #4266 - georeferencer and spatial query crashing on exit -
    • translation update: nl by Richard for 1.7.x branch -
    • translation update: cz by Jan for 1.7.x release -
    • Don't check for plugin errors at startup -
    • Fix QTreeWidget.resizeColumnToContents() issue observed in PyQt4.8.3 @ Debian -
    • translation update: hu update for 1.7.x by Zoltan -
    • german translation update -
    • UPDATE TRANSLATIONS: for new bugfix Release in 1.7.x -
    • Show only provider fields as join target candidates (ticket #4136) -
    • Shortcuts dialog now remembers window state between uses -
    • Center small marker symbols in composer legend -
    • Backport of 6e889aa40e -
    • BUGFIX Backport of #4113 and #2805 -
    • [BACKPORT] increase maximum points count in Random Points tool -
    • [BACKPORT] set default contrast enchacement algorithm to NoStretch because this is more appropriate value -
    • [BACKPORT]fix RandomPoints crash when there are NULL values in -
    • Patch from Michal Klatecki - see ticket #3325 -
    • Fix #3866 for measure angle tool -
    • Backported ui fix for wms select -
    • Better block for signals when creating composer legend widget -
    • Fix for considering layer title length in composer legend -
    • apply #3793: libfcgi cannot change mapserv's environment variables on windows -
    • german translation update -
    • fix 55a1778 with patched qt on osgeo4w -
    • add support for mixed case geometry types of PostGIS 2.0 -
    • Reduce top and side margins for attribute table dialog -
    • Remove the (hopefully) last SVN reference -
    • More svn version removal -
    • Added missing color accessor/mutator/member from composerlegenditem header -
    • Get rid of svn version stuff from release branch. -
    • Other workaround for Qt#5114 (fixes #3250, #3028, #2598) -
    • Try to make the histogram smoother -
    • More legend cleanup -
    • Better layout for composer legend -
    • Better consideration of large point symbols in composer legend -
    • Fix for composer legend issues, e.g. ticket #3346 -
    • Merge branch 'release-1_7_0' of github.com:qgis/Quantum-GIS into release-1_7_0 -
    • Fix labeling-ng with utf-8 layers (ticket #3854) -
    • Tweak for layer cache -
    • [backport] Fix bug where histogram can be assigned negative frequency for a pixel range. Also fix potential memory leak as new histogram vector was assigned to band stats without clearing the old. -
    • Added section on using QtCreator -
    • Fix bugs causing a crash when histogram is gathered due to uninitialized histogram vector -
    • Added missing QUrl include -
    • A neater fix for missing map parameter as suggested by Juergen -
    • Fixed a bug where map= was not being published in onlineresource url when project files are not in the same dir as cgi -
    - - -

    21. Whats new in Version 1.7.0 'Wroclaw'?

    - -

    +

    + +
      +
    • Raster performance improvements backported to 1.7.1 [see +http://linfiniti.com/2011/08/improvements-to-raster-performance-in-qgis-master/] +
    • +
    • Update version on cmakelists and splash to 1.7.1 +
    • +
    • Move setting projection to after we have features +
    • +
    • symbology: sort the category items when classifying them #4206 +
    • +
    • Fix feature_count consideration in wms feature info +
    • +
    • Check topological editing yes/no when opening snapping dialog +
    • +
    • Updated required version for bison and cmake +
    • +
    • Small efficiency improvement for rendering +
    • +
    • make sure gdaltools input vector layers are ogr vectors +
    • +
    • Fix #4266 - georeferencer and spatial query crashing on exit +
    • +
    • translation update: nl by Richard for 1.7.x branch +
    • +
    • translation update: cz by Jan for 1.7.x release +
    • +
    • Don't check for plugin errors at startup +
    • +
    • Fix QTreeWidget.resizeColumnToContents() issue observed in PyQt4.8.3 @ Debian +
    • +
    • translation update: hu update for 1.7.x by Zoltan +
    • +
    • german translation update +
    • +
    • UPDATE TRANSLATIONS: for new bugfix Release in 1.7.x +
    • +
    • Show only provider fields as join target candidates (ticket #4136) +
    • +
    • Shortcuts dialog now remembers window state between uses +
    • +
    • Center small marker symbols in composer legend +
    • +
    • Backport of 6e889aa40e +
    • +
    • BUGFIX Backport of #4113 and #2805 +
    • +
    • [BACKPORT] increase maximum points count in Random Points tool +
    • +
    • [BACKPORT] set default contrast enchacement algorithm to NoStretch because this is more appropriate value +
    • +
    • [BACKPORT]fix RandomPoints crash when there are NULL values in +
    • +
    • Patch from Michal Klatecki - see ticket #3325 +
    • +
    • Fix #3866 for measure angle tool +
    • +
    • Backported ui fix for wms select +
    • +
    • Better block for signals when creating composer legend widget +
    • +
    • Fix for considering layer title length in composer legend +
    • +
    • apply #3793: libfcgi cannot change mapserv's environment variables on windows +
    • +
    • german translation update +
    • +
    • fix 55a1778 with patched qt on osgeo4w +
    • +
    • add support for mixed case geometry types of PostGIS 2.0 +
    • +
    • Reduce top and side margins for attribute table dialog +
    • +
    • Remove the (hopefully) last SVN reference +
    • +
    • More svn version removal +
    • +
    • Added missing color accessor/mutator/member from composerlegenditem header +
    • +
    • Get rid of svn version stuff from release branch. +
    • +
    • Other workaround for Qt#5114 (fixes #3250, #3028, #2598) +
    • +
    • Try to make the histogram smoother +
    • +
    • More legend cleanup +
    • +
    • Better layout for composer legend +
    • +
    • Better consideration of large point symbols in composer legend +
    • +
    • Fix for composer legend issues, e.g. ticket #3346 +
    • +
    • Merge branch 'release-1_7_0' of github.com:qgis/Quantum-GIS into release-1_7_0 +
    • +
    • Fix labeling-ng with utf-8 layers (ticket #3854) +
    • +
    • Tweak for layer cache +
    • +
    • [backport] Fix bug where histogram can be assigned negative frequency for a pixel range. Also fix potential memory leak as new histogram vector was assigned to band stats without clearing the old. +
    • +
    • Added section on using QtCreator +
    • +
    • Fix bugs causing a crash when histogram is gathered due to uninitialized histogram vector +
    • +
    • Added missing QUrl include +
    • +
    • A neater fix for missing map parameter as suggested by Juergen +
    • +
    • Fixed a bug where map= was not being published in onlineresource url when project files are not in the same dir as cgi +
    • +
    + +
    +
    +

    21. Whats new in Version 1.7.0 'Wroclaw'?

    + +

    This release is named after the town of Wroclaw in Poland. The Department of Climatology and Atmosphere Protection, University of Wroclaw kindly hosted our developer meeting in November 2010. Please note that this is a release in @@ -1403,374 +2404,559 @@

    21. Whats new in Version 1.7.0 'Wroclaw'?

    software, there may be bugs and issues that we were not able to fix in time for the release. We therefore recommend that you test this version before rolling it out en-masse to your users. -

    -

    +

    +

    This release includes over 277 bug fixes and many new features and enhancements. Once again it is impossible to document everything here that has changed so we will just provide a bullet list of key new features here. -

    - -

    21.1. Symbology labels and diagrams

    - -
      -
    • New symbology now used by default! -
    • Diagram system that uses the same smart placement system as labeling-ng -
    • Export and import of styles (symbology). -
    • Labels for rules in rule-based renderers. -
    • Ability to set label distance in map units. -
    • Rotation for svg fills. -
    • Font marker can have an X,Y offset. -
    • Allow the line symbol layers to be used for outline of polygon (fill) symbols. -
    • Option to put marker on the central point of a line. -
    • Option to put marker only on first/last vertex of a line. -
    • Added "centroid fill" symbol layer which draws a marker on polygon's centroid. -
    • Allow the marker line symbol layer to draw markers on each vertex. -
    • Move/rotate/change label edit tools to interactively change data defined label properties. -
    - -

    21.2. New Tools

    - -
      -
    • Added GUI for gdaldem. -
    • Added 'Lines to polygons' tool to vector menu. -
    • Added field calculator with functions like $x, $y and $perimeter. -
    • Added voronoi polygon tool to Vector menu. -
    - -

    21.3. User interface updates

    - -
      -
    • Allow managing missing layers in a list. -
    • Zoom to group of layers. -
    • 'Tip of the day' on startup. You can en/disable tips in the options panel. -
    • Better organisation of menus, separate database menu added. -
    • Add ability to show number of features in legend classes. Accessible via right-click legend menu. -
    • General clean-ups and usability improvements. -
    - -

    21.4. CRS Handling

    - -
      -
    • Show active crs in status bar. -
    • Assign layer CRS to project (in the legend context menu). -
    • Select default CRS for new projects. -
    • Allow setting CRS for multiple layers at once. -
    • Default to last selection when prompting for CRS. -
    - -

    21.5. Rasters

    - -
      -
    • Added AND and OR operator for raster calculator -
    • On-the-fly reprojection of rasters added! -
    • Proper implementation of raster providers. -
    • Added raster toolbar with histogram stretch functions. -
    - -

    21.6. Providers and Data Handling

    - -
      -
    • New SQLAnywhere vector provider. -
    • Table join support. -
    • Feature form updates: -
        -
      • Make NULL value string representation configurable. -
      • Fix feature updates in feature form from attribute table. -
      • Add support for NULL values in value maps (comboboxes). -
      • Use layer names instead of ids in drop-down list when loading value maps from layers. -
      • Support feature form expression fields: line edits on the form which +

        + +
        +

        21.1. Symbology labels and diagrams

        + +
          +
        • New symbology now used by default! +
        • +
        • Diagram system that uses the same smart placement system as labeling-ng +
        • +
        • Export and import of styles (symbology). +
        • +
        • Labels for rules in rule-based renderers. +
        • +
        • Ability to set label distance in map units. +
        • +
        • Rotation for svg fills. +
        • +
        • Font marker can have an X,Y offset. +
        • +
        • Allow the line symbol layers to be used for outline of polygon (fill) symbols. +
        • +
        • Option to put marker on the central point of a line. +
        • +
        • Option to put marker only on first/last vertex of a line. +
        • +
        • Added "centroid fill" symbol layer which draws a marker on polygon's centroid. +
        • +
        • Allow the marker line symbol layer to draw markers on each vertex. +
        • +
        • Move/rotate/change label edit tools to interactively change data defined label properties. +
        • +
        + +
        +
        +

        21.2. New Tools

        + +
          +
        • Added GUI for gdaldem. +
        • +
        • Added 'Lines to polygons' tool to vector menu. +
        • +
        • Added field calculator with functions like $x, $y and $perimeter. +
        • +
        • Added voronoi polygon tool to Vector menu. +
        • +
        + +
        +
        +

        21.3. User interface updates

        + +
          +
        • Allow managing missing layers in a list. +
        • +
        • Zoom to group of layers. +
        • +
        • 'Tip of the day' on startup. You can en/disable tips in the options panel. +
        • +
        • Better organisation of menus, separate database menu added. +
        • +
        • Add ability to show number of features in legend classes. Accessible via right-click legend menu. +
        • +
        • General clean-ups and usability improvements. +
        • +
        + +
        +
        +

        21.4. CRS Handling

        + +
          +
        • Show active crs in status bar. +
        • +
        • Assign layer CRS to project (in the legend context menu). +
        • +
        • Select default CRS for new projects. +
        • +
        • Allow setting CRS for multiple layers at once. +
        • +
        • Default to last selection when prompting for CRS. +
        • +
        + +
        +
        +

        21.5. Rasters

        + +
          +
        • Added AND and OR operator for raster calculator +
        • +
        • On-the-fly reprojection of rasters added! +
        • +
        • Proper implementation of raster providers. +
        • +
        • Added raster toolbar with histogram stretch functions. +
        • +
        + +
        +
        +

        21.6. Providers and Data Handling

        + +
          +
        • New SQLAnywhere vector provider. +
        • +
        • Table join support. +
        • +
        • Feature form updates: +
            +
          • Make NULL value string representation configurable. +
          • +
          • Fix feature updates in feature form from attribute table. +
          • +
          • Add support for NULL values in value maps (comboboxes). +
          • +
          • Use layer names instead of ids in drop-down list when loading value maps from layers. +
          • +
          • Support feature form expression fields: line edits on the form which name prefix "expr_" are evaluated. Their value is interpreted as field calculator string and replaced with the calculated value. -
          -
        • Support searching for NULL in attribute table. -
        • Attribute editing improvements: -

          -
            -
          • Improved interactive attribute editing in table (adding/deleting features, attribute update). -
          • Allow adding of geometryless features. -
          • Fixed attribute undo/redo. -
          -
        • Improved attribute handling: -

          -
            -
          • Optionally re-use entered attribute values for next digitized feature. -
          • Allow merging/assigning attribute values to a set of features.- -
          • Allow OGR 'save as' without attributes (e.g., DGN/DXF). -
          -
        - -

        21.7. Api and Developer Centric

        - -
          -
        • Refactored attribute dialog calls to QgsFeatureAttribute. -
        • Added QgsVectorLayer::featureAdded signal. -
        • Layer menu function added. -
        • Added option to load c++ plugins from user specified directories. Requires application restart to activate. -
        • Completely new geometry checking tool for fTools. Significantly faster, +
        • +
        +
      • +
      • Support searching for NULL in attribute table. +
      • +
      • Attribute editing improvements: +

        +
          +
        • Improved interactive attribute editing in table (adding/deleting features, attribute update). +
        • +
        • Allow adding of geometryless features. +
        • +
        • Fixed attribute undo/redo. +
        • +
        +
      • +
      • Improved attribute handling: +

        +
          +
        • Optionally re-use entered attribute values for next digitized feature. +
        • +
        • Allow merging/assigning attribute values to a set of features.- +
        • +
        • Allow OGR 'save as' without attributes (e.g., DGN/DXF). +
        • +
        +
      • +
      + +
    +
    +

    21.7. Api and Developer Centric

    + +
      +
    • Refactored attribute dialog calls to QgsFeatureAttribute. +
    • +
    • Added QgsVectorLayer::featureAdded signal. +
    • +
    • Layer menu function added. +
    • +
    • Added option to load c++ plugins from user specified directories. Requires application restart to activate. +
    • +
    • Completely new geometry checking tool for fTools. Significantly faster, more relevant error messages, and now supports zooming to errors. See the new QgsGeometry.validateGeometry function -
    + + -

    21.8. QGIS Mapserver

    +
    +
    +

    21.8. QGIS Mapserver

    -
      -
    • Ability to specify wms service capabilities in the properties +
        +
      • Ability to specify wms service capabilities in the properties section of the project file (instead of wms_metadata.xml file). -
      • Support for wms printing with GetPrint-Request. -
      - -

      21.9. Plugins

      - -
        -
      • Support for icons of plugins in the plugin manager dialog. -
      • Removed quickprint plugin - use easyprint plugin rather from plugin repo. -
      • Removed ogr converter plugin - use 'save as' context menu rather. -
      - -

      21.10. Printing

      - -
        -
      • Undo/Redo support for the print composer -
      - - -

      22. Whats new in Version 1.6.0 'Capiapo'?

      - -

      +

    • +
    • Support for wms printing with GetPrint-Request. +
    • +
    + +
    +
    +

    21.9. Plugins

    + +
      +
    • Support for icons of plugins in the plugin manager dialog. +
    • +
    • Removed quickprint plugin - use easyprint plugin rather from plugin repo. +
    • +
    • Removed ogr converter plugin - use 'save as' context menu rather. +
    • +
    + +
    +
    +

    21.10. Printing

    + +
      +
    • Undo/Redo support for the print composer +
    • +
    + +
    + +
    +

    22. Whats new in Version 1.6.0 'Capiapo'?

    + +

    Please note that this is a release in our 'cutting edge' release series. As such it contains new features and extends the programmatic interface over QGIS 1.0.x and QGIS 1.5.0. We recommend that you use this version over previous releases. -

    -

    +

    +

    This release includes over 177 bug fixes and many new features and enhancements. Once again it is impossible to document everything here that has changed so we will just provide a bullet list of key new features here. -

    +

    -

    22.1. General Improvements

    +
    +

    22.1. General Improvements

    -
      -
    • Added gpsd support to live gps tracking. -
    • A new plugin has been included that allows for offline editing. -
    • Field calculator will now insert NULL feature value in case of calculation +
        +
      • Added gpsd support to live gps tracking. +
      • +
      • A new plugin has been included that allows for offline editing. +
      • +
      • Field calculator will now insert NULL feature value in case of calculation error instead of stopping and reverting calculation for all features. -
      • Allow user specific PROJ.4 search paths and update srs.db to include grid reference. -
      • Added a native (C++) raster calculator implementation which can deal with large rasters efficiently. -
      • Improved interaction with extents widget in statusbar so that the text +
      • +
      • Allow user specific PROJ.4 search paths and update srs.db to include grid reference. +
      • +
      • Added a native (C++) raster calculator implementation which can deal with large rasters efficiently. +
      • +
      • Improved interaction with extents widget in statusbar so that the text contents of the widget can be copied and pasted. -
      • Many improvements and new operators to the vector attribute table field +
      • +
      • Many improvements and new operators to the vector attribute table field calculator including field concatenation, row counter etc. -
      • Added --configpath option that overrides the default path (~/.qgis) for +
      • +
      • Added --configpath option that overrides the default path (~/.qgis) for user configuration and forces QSettings to use this directory, too. This allows users to e.g. carry QGIS installation on a flash drive together with all plugins and settings. -
      • Experimental WFS-T support. Additionally ported wfs to network manager. -
      • Georeferencer has had many tidy ups and improvements. -
      • Support for long int in attribute dialog and editor. -
      • The QGIS Mapserver project has been incorporated into the main SVN +
      • +
      • Experimental WFS-T support. Additionally ported wfs to network manager. +
      • +
      • Georeferencer has had many tidy ups and improvements. +
      • +
      • Support for long int in attribute dialog and editor. +
      • +
      • The QGIS Mapserver project has been incorporated into the main SVN repository and packages are being made available. QGIS Mapserver allows you to serve your QGIS project files via the OGC WMS protocol. -Read More... -
      • Select and measure toolbar flyouts and submenus. -
      • Support has been added for non-spatial tables (currently OGR, delimited +Read More... +
      • +
      • Select and measure toolbar flyouts and submenus. +
      • +
      • Support has been added for non-spatial tables (currently OGR, delimited text and PostgreSQL providers). These tables can be used for field lookups or just generally browsed and edited using the table view. -
      • Added search string support for feature ids ($id) and various other search related improvements. -
      • Added reload method to map layers and provider interface. Like this, +
      • +
      • Added search string support for feature ids ($id) and various other search related improvements. +
      • +
      • Added reload method to map layers and provider interface. Like this, caching providers (currently WMS and WFS) can synchronize with changes in the datasource. -
      +
    • +
    -

    22.2. Table of contents (TOC) improvements

    +
    +
    +

    22.2. Table of contents (TOC) improvements

    -
      -
    • Added a new option to the raster legend menu that will stretch the current +
        +
      • Added a new option to the raster legend menu that will stretch the current layer using the min and max pixel values of the current extent. -
      • When writing shape files using the table of contents context menu's 'Save +
      • +
      • When writing shape files using the table of contents context menu's 'Save as' option, you can now specify OGR creation options. -
      • In the table of contents, it is now possible to select and remove several layers at once. -
      - -

      22.3. Labeling (New generation only)

      - -
        -
      • Data defined label position in labeling-ng. -
      • Line wrapping, data defined font and buffer settings for labeling-ng. -
      - -

      22.4. Layer properties and symbology

      - -
        -
      • Three new classification modes added to graduated symbol renderer (version +
      • +
      • In the table of contents, it is now possible to select and remove several layers at once. +
      • +
      + +
    +
    +

    22.3. Labeling (New generation only)

    + +
      +
    • Data defined label position in labeling-ng. +
    • +
    • Line wrapping, data defined font and buffer settings for labeling-ng. +
    • +
    + +
    +
    +

    22.4. Layer properties and symbology

    + +
      +
    • Three new classification modes added to graduated symbol renderer (version 2), including Natural Breaks (Jenks), Standard Deviations, and Pretty Breaks (based on pretty from the R statistical environment). [Read more... -http://linfiniti.com/2010/09/new-class-breaks-for-graduated-symbols-in-qgis/] -
    • Improved loading speed of the symbol properties dialog. -
    • Data-defined rotation and size for categorized and graduated renderer (symbology). -
    • Use size scale also for line symbols to modify line width. -
    • Replaced raster histogram implementation with one based on Qwt. Added +http://linfiniti.com/2010/09/new-class-breaks-for-graduated-symbols-in-qgis/] +
    • +
    • Improved loading speed of the symbol properties dialog. +
    • +
    • Data-defined rotation and size for categorized and graduated renderer (symbology). +
    • +
    • Use size scale also for line symbols to modify line width. +
    • +
    • Replaced raster histogram implementation with one based on Qwt. Added option to save histogram as image file. Show actual pixel values on x axis of raster histogram. -
    • Added ability to interactively select pixels from the canvas to populate +
    • +
    • Added ability to interactively select pixels from the canvas to populate the transparency table in the raster layer properties dialog. -
    • Allow creation of color ramps in vector color ramp combo box. -
    • Added "style manager..." button to symbol selector so that users will find +
    • +
    • Allow creation of color ramps in vector color ramp combo box. +
    • +
    • Added "style manager..." button to symbol selector so that users will find the style manager more easily. -
    + + -

    22.5. Map Composer

    +
    +
    +

    22.5. Map Composer

    -
      -
    • add capability to show and manipulate composer item width/ height in item +
        +
      • add capability to show and manipulate composer item width/ height in item position dialog. -
      • Composer items can now be deleted with the backspace key. -
      • Sorting for composer attribute table (several columns and ascending / descending). -
      - - -

      23. Whats new in Version 1.5.0?

      - -

      +

    • +
    • Composer items can now be deleted with the backspace key. +
    • +
    • Sorting for composer attribute table (several columns and ascending / descending). +
    • +
    + +
    +
    +
    +

    23. Whats new in Version 1.5.0?

    + +

    Please note that this is a release in our 'cutting edge' release series. As such it contains new features and extends the programmatic interface over QGIS 1.0.x and QGIS 1.4.0. If an unchanging user interface, programmatic API and long term support is more important to you then cool new and untested features, we recommend that you use a copy of QGIS from our Long Term Support (LTS)1.0.x release series. In all other cases we recommend that you use this version. -

    -

    +

    +

    This release includes over 350 bug fixes, over 40 new features. Once again it is impossible to document everything here that has changed so we will just provide a bullet list of key new features here. -

    +

    -

    23.1. Main GUI

    +
    +

    23.1. Main GUI

    -
      -
    • There is a new angle measuring tool that allows you to interactively +
        +
      • There is a new angle measuring tool that allows you to interactively measure angles against the map backdrop. -
      • Live GPS Tracking tool -
      • User configurable WMS search server -
      • Allow editing of invalid geometry in node tool -
      • Choice between mm and map units for new symbology. Scaling to use new +
      • +
      • Live GPS Tracking tool +
      • +
      • User configurable WMS search server +
      • +
      • Allow editing of invalid geometry in node tool +
      • +
      • Choice between mm and map units for new symbology. Scaling to use new symbology in print composer as well -
      • SVG fill symbol layer for polygon textures -
      • Font marker symbol layer -
      • Added --noplugins command line options to avoid restoring the plugins. +
      • +
      • SVG fill symbol layer for polygon textures +
      • +
      • Font marker symbol layer +
      • +
      • Added --noplugins command line options to avoid restoring the plugins. Useful when a plugin misbehaves and causes QGIS to crash during startup -
      • Allow hiding of deprecated CRSes -
      • Add point displacement renderer plugin - allows points to be shifted to +
      • +
      • Allow hiding of deprecated CRSes +
      • +
      • Add point displacement renderer plugin - allows points to be shifted to avoid colliding with other points -
      • Allow saving vector layers as ogr vector files -
      • Raster provider: reduce debugging noise -
      • Allow adding parts to multi points and lines -
      • Text and form annotation tools are now in gui and app -
      • Added possibility to place a set of default composer templates in +
      • +
      • Allow saving vector layers as ogr vector files +
      • +
      • Raster provider: reduce debugging noise +
      • +
      • Allow adding parts to multi points and lines +
      • +
      • Text and form annotation tools are now in gui and app +
      • +
      • Added possibility to place a set of default composer templates in pkgDataPath/composer_templates -
      • Gradient color ramps now support multiple stops - for adding intermediate +
      • +
      • Gradient color ramps now support multiple stops - for adding intermediate colors -
      • Center map if user clicks into the map -
      • New plugin for carrying out spatial selections -
      • Data-defined size and rotation for single symbol renderer in symbology -
      • IdentifyAsHtml to raster layer and use it in identify -
      • Export legend groups and layers with legendinterface and use this +
      • +
      • Center map if user clicks into the map +
      • +
      • New plugin for carrying out spatial selections +
      • +
      • Data-defined size and rotation for single symbol renderer in symbology +
      • +
      • IdentifyAsHtml to raster layer and use it in identify +
      • +
      • Export legend groups and layers with legendinterface and use this information to display groups in the composer legend. -
      • Show selected feature count in status bar -
      • Query option added to layer menu to subset vector layers -
      • Option to label only selected features (on the 'old' labeling tool) -
      • Load/save queries created in the query builder. -
      • Manual adding of categories in symbology. -
      • Georeferencer: possibility to configure if residuals should be showed in +
      • +
      • Show selected feature count in status bar +
      • +
      • Query option added to layer menu to subset vector layers +
      • +
      • Option to label only selected features (on the 'old' labeling tool) +
      • +
      • Load/save queries created in the query builder. +
      • +
      • Manual adding of categories in symbology. +
      • +
      • Georeferencer: possibility to configure if residuals should be showed in pixels or map units -
      • Delimited text provider: allow empty values in numeric columns -
      • Added rule-based renderer for symbology -
      • Ability to create spatial lite databases from within QGIS -
      • Inclusion of GDAL Raster tools plugin into QGIS core -
      • New python console (with history) -
      • Add validation to capture tool -
      • Allow postgres layers without saved username &amp; password by asking for credentials -
      • Support NULL values in search strings -
      • Optionally add new layers to the selected group -
      • Map composer can add attribute Tables in layouts. It is possible to show +
      • +
      • Delimited text provider: allow empty values in numeric columns +
      • +
      • Added rule-based renderer for symbology +
      • +
      • Ability to create spatial lite databases from within QGIS +
      • +
      • Inclusion of GDAL Raster tools plugin into QGIS core +
      • +
      • New python console (with history) +
      • +
      • Add validation to capture tool +
      • +
      • Allow postgres layers without saved username &amp; password by asking for credentials +
      • +
      • Support NULL values in search strings +
      • +
      • Optionally add new layers to the selected group +
      • +
      • Map composer can add attribute Tables in layouts. It is possible to show only visible features in composer table or all features -
      • Identify tool attribute form now non-modal in view mode (since r12796) -
      • Identified features' highlight disappear when window is deactivate or +
      • +
      • Identify tool attribute form now non-modal in view mode (since r12796) +
      • +
      • Identified features' highlight disappear when window is deactivate or closed and reappears when reactivated. -
      +
    • +
    -

    23.2. WMS and WMS-C Support

    +
    +
    +

    23.2. WMS and WMS-C Support

    -
      -
    • WMS-C support, new spatial authorities, wms selection improvements -
    • Resolved EPSG dependency in spatial reference systems and included french +
        +
      • WMS-C support, new spatial authorities, wms selection improvements +
      • +
      • Resolved EPSG dependency in spatial reference systems and included french IGNF definitions in srs.db -
      • WWM provider makes requests asynchronously through QNetworkAccessManager now -
      • WMS selection allows inserting of all layers of a branch -
      • WMS has support for more mime types -
      • Added load/save to WMS dialog -
      • WMS-C scale slider gui added and more selection improvements -
      - -

      23.3. API Updates

      - -
        -
      • QgsDataProvider &amp; QgsMapLayer: add dataChanged() signal, so that a +
      • +
      • WWM provider makes requests asynchronously through QNetworkAccessManager now +
      • +
      • WMS selection allows inserting of all layers of a branch +
      • +
      • WMS has support for more mime types +
      • +
      • Added load/save to WMS dialog +
      • +
      • WMS-C scale slider gui added and more selection improvements +
      • +
      + +
    +
    +

    23.3. API Updates

    + +
      +
    • QgsDataProvider &amp; QgsMapLayer: add dataChanged() signal, so that a provider can signal that the datasource changed -
    • Use QNetworkAccessManager instead of QgsHttpTransaction (including caching +
    • +
    • Use QNetworkAccessManager instead of QgsHttpTransaction (including caching and dynamic authentication to website and proxies) -

      -
    • Allow opening layer properties from plugins -
    • Support for custom plugin layers. -
    • Allow refreshing of plugins programmatically -
    • Support for custom plugin directories using QGIS_PLUGINPATH environment +

      +
    • +
    • Allow opening layer properties from plugins +
    • +
    • Support for custom plugin layers. +
    • +
    • Allow refreshing of plugins programmatically +
    • +
    • Support for custom plugin directories using QGIS_PLUGINPATH environment variables. More paths can be passed, separated by semicolon. -
    • Legend interface added to retrieve layers in legend order -
    • Support more GEOS operators -
    - - -

    24. Whats new in Version 1.4.0 'Enceladus'?

    - -

    + +

  • Legend interface added to retrieve layers in legend order +
  • +
  • Support more GEOS operators +
  • + + +
    +
    +
    +

    24. Whats new in Version 1.4.0 'Enceladus'?

    + +

    Please note that this is a release in our 'cutting edge' release series. As such it contains new features and extends the programmatic interface over QGIS 1.0.x and QGIS 1.3.0. If an unchanging user interface, programmatic API and long term support is more important to you then cool new and untested features, we recommend that you use a copy of QGIS from our Long Term Support (LTS)1.0.x release series. In all other cases we recommend that you use this version. -

    -

    +

    +

    This release includes around 200 bug fixes, nearly 30 new features and has had a lot of love and attention poured into it to take our favorite desktop GIS application another step on the road to GIS nirvana! So much has happened in the 3 months since our last release that it is impossible to document everything here. Instead we will just highlight a couple of important new features for you. -

    -

    +

    +

    Probably the biggest new feature is the addition of the new vector symbology infrastructure. This is provided alongside the old implementation - you can switch using a button in the vector layer properties dialog. It doesn't replace the old symbology implementation completely yet because there are various isues that need to be resolved and a large amount of testinhen it is considered ready. -

    -

    +

    +

    QGIS now has a field calculator, accessible via a button in the attribute section of the vector properties, and from the attribute table user interface. You can use feature length, feature area, string concatenation and type conversions in the field calculator, as well as field values. -

    -

    +

    +

    The map composer has had a lot of attention. A grid can now be added to composer maps. Composer maps can now be rotated in the layout. The limitation of a single map layout per project has been removed. A new composer manager dialog has been added to manage the existing composer instances. The composer widget property sheets have been completely overhauled to use less screen space -

    -

    +

    +

    Various parts of the user interface have been overhauled with the goal of improving consistency and to improve support for netbooks and other smaller screen devices. Loading and saving of shortcuts. Position can now be displayed @@ -1778,64 +2964,85 @@

    24. Whats new in Version 1.4.0 'Enceladus'?

    buttons are now removed and the node tool is moved from the advanced editing toolbar to the standard editing toolbar. The identification tool has also undergone numerous improvements. -

    -

    +

    +

    A render caching capability has been added to QGIS. This speeds up common operations such as layer re-ordering, changing symbology, WMS / WFS client, hiding / showing layers and opens the door for future enhancements such as threaded rendering and pre-compositing layer cache manipulation. Note that it is disabled by default, and can be enabled in the options dialog. -

    -

    +

    +

    User defined SVG search paths are now added to the options dialog. -

    -

    +

    +

    When creating a new shapefile, you can now specify its CRS. Also the avoid intersections option for polygons is now also possible with background layers. -

    -

    +

    +

    For power users, you can now create customizable attribute forms using Qt Designer dialog UIs. -

    +

    - -

    25. Whats new in Version 1.3.0 'Mimas'?

    +
    +
    +

    25. Whats new in Version 1.3.0 'Mimas'?

    -

    +

    This release includes over 30 bug fixes and several useful new features: -

    - -

    25.1. OSM plugin &amp; provider updates

    - -
      -
    • new OSM style files. -
    • new icons. -
    • dialog text updated and completed. -
    • "Saving OSM into file" functionality was improvements. -
    • fixed some problems with encoding... ascii to utf-8. -
    • all OSM layers are automatically removed after disabling OSM plugin in plugin manager. -
    • other OSM related bugfixes. -
    - -

    25.2. Other notable features and improvements in this release

    - -
      -
    • Marker size is now configurable when editing a layer. -
    • Incorporation of the analysis library into the mainstream release. -
    • Identify features across multiple layers. -
    • Added a new plugin for carrying out raster terrain analysis (computing slope +

      + +
      +

      25.1. OSM plugin &amp; provider updates

      + +
        +
      • new OSM style files. +
      • +
      • new icons. +
      • +
      • dialog text updated and completed. +
      • +
      • "Saving OSM into file" functionality was improvements. +
      • +
      • fixed some problems with encoding... ascii to utf-8. +
      • +
      • all OSM layers are automatically removed after disabling OSM plugin in plugin manager. +
      • +
      • other OSM related bugfixes. +
      • +
      + +
      +
      +

      25.2. Other notable features and improvements in this release

      + +
        +
      • Marker size is now configurable when editing a layer. +
      • +
      • Incorporation of the analysis library into the mainstream release. +
      • +
      • Identify features across multiple layers. +
      • +
      • Added a new plugin for carrying out raster terrain analysis (computing slope aspect, steepness etc). -
      • A reshape tool to apply to line/polygon geometries. The part of a geometry +
      • +
      • A reshape tool to apply to line/polygon geometries. The part of a geometry between the first and last intersection of the reshape line will be replaced. -
      • Added snapping to current layer in measure dialog. -
      • Added ability to select the primary key for views. -
      • Zoom to a coordinate by entering it in the status bar coordinate display. -
      - - -

      26. Version 1.2.0 'Daphnis'

      - -

      +

    • +
    • Added snapping to current layer in measure dialog. +
    • +
    • Added ability to select the primary key for views. +
    • +
    • Zoom to a coordinate by entering it in the status bar coordinate display. +
    • +
    + +
    + +
    +

    26. Version 1.2.0 'Daphnis'

    + +

    Please note that this is a release in our 'cutting edge' release series. As such it contains new features and extends the programmatic interface over QGIS 1.0.x. If stability and long term support is more important to you @@ -1844,31 +3051,40 @@

    26. Version 1.2.0 'Daphnis'

    This release includes over 140 bug fixes and enhancements over the QGIS 1.1.0 release. In addition we have added the following new features: -

    +

    -

    26.1. Editing

    +
    +

    26.1. Editing

    -

    +

    Editing functionality in QGIS has had a major update in this release. This includes the addition of new vector editing tools: -

    - -
      -
    • delete part of multipart feature -
    • delete hole from polygon -
    • simplify feature -
    • Added a new "node" tool (in advanced digitizing toolbar). -
    • New functionality for merging features -
    • Added undo/redo functionality for vector layer editing. -
    • Added option to show only markers of selected features in editing mode. -
    • Change layer's icon in legend to reflext that the layer is editable. -
    - -

    +

    + +
      +
    • delete part of multipart feature +
    • +
    • delete hole from polygon +
    • +
    • simplify feature +
    • +
    • Added a new "node" tool (in advanced digitizing toolbar). +
    • +
    • New functionality for merging features +
    • +
    • Added undo/redo functionality for vector layer editing. +
    • +
    • Added option to show only markers of selected features in editing mode. +
    • +
    • Change layer's icon in legend to reflext that the layer is editable. +
    • +
    + +

    In addition, there are undo/redo actions in Edit menu, in Advanced digitizing toolbar and there is a new dock widget displaying undo stack of active layer. -

    -

    +

    +

    About the node tool: It resembles a tool for editing paths by nodes that is present in every vector editor. How does it work (in QGIS)? Click on a feature, its nodes will be marked by small rectangles. Clicking and dragging a @@ -1877,383 +3093,546 @@

    26.1. Editing

    once: by clicking and dragging a rectangle. It's possible to select a segment's adjacent nodes by clicking on the segment. It's possible to add/remove active nodes by using Ctrl when clicking a node or dragging a rectangle -

    -

    +

    +

    We recommend that you turn off vertex markers in QGIS options when working with this tool: the redraws are much faster and the map is not cluttered with markers. -

    +

    -

    26.2. Keyboard shortcuts

    +
    +
    +

    26.2. Keyboard shortcuts

    -

    +

    New feature: configure shortcuts for actions within main window of qgis! See menu Setting->Configure shortcuts -

    +

    -

    26.3. Map Composer

    +
    +
    +

    26.3. Map Composer

    -

    +

    It is now possible to lock/unlock composer item positions by right mouse click. The width and height of the composer map will now remain fixed if user sets the composer map extent to the map canvas extent. possibility to display current date in composer label by typing (d 'June' yyyy) or similar. It is now possible to keep the current layers in a composer map even if further layers are added to the main map. Export to PDF in composer is now possible. -

    +

    -

    26.4. Attribute tables

    +
    +
    +

    26.4. Attribute tables

    -

    +

    It is now possible to search the attribute table within selected records only. General speedups have been made on the attribute table. Setting of field width and precision when adding attributes is now possible. Handling of attribute types in WFS provider has bee improved. -

    -

    +

    +

    Attribute aliases for vector layers are now available. The aliases are shown instead of the original field names in the info tool and attribute table to make things easier for end users. There is now a GUI for setting edit widgets for layer attributes. A new dialog allows loading a value map from a layer (could be non-spatial table too!). The edit widgets settings will also now be respected in the attribute table. -

    +

    -

    26.5. Plugins

    +
    +
    +

    26.5. Plugins

    -
      -
    • The order of layers in the WMS dialog can now be changed. -
    • The eVis plugin, version 1.1.0, has been added to the QGIS project and + +
    • +
    • An new OpenStreetMap provider and plugin have been added to QGIS. +
    • +
    -

    26.6. Projects Management

    +
    +
    +

    26.6. Projects Management

    -

    +

    QGIS now includes support for project relative position of file data sources and svgs. The saving of relative paths of file data sources is optional. -

    +

    -

    26.7. PostGIS & the PostgreSQL Provider

    +
    +
    +

    26.7. PostGIS & the PostgreSQL Provider

    -

    +

    You can now select the SSL mode when adding a new DB connection. Turning off SSL encryption can greatly improve performance of PostGIS data loading where connection security is not required. Support has been added for more native types and for setting of column comments. -

    - -

    26.8. Symbology enhancements

    - -
      -
    • allow refresh of symbols via popup menu on the renderer's symbol selection -
    • add support for data defined symbols -
    • add support for font symbol markers (only data defined - no gui yet) -
    • add symbol size in map units (ie. symbols that keep the size in mapunits +

      + +
    +
    +

    26.8. Symbology enhancements

    + +
      +
    • allow refresh of symbols via popup menu on the renderer's symbol selection +
    • +
    • add support for data defined symbols +
    • +
    • add support for font symbol markers (only data defined - no gui yet) +
    • +
    • add symbol size in map units (ie. symbols that keep the size in mapunits independent of the mapscale) -
    + + -

    26.9. Command line arguments

    +
    +
    +

    26.9. Command line arguments

    -

    +

    Added command line argument support on windows. Enhancement of command line arguments: -

    - -
      -
    • allow given snapshot sizes -
    • allow suppression of splash screen -
    • capture map decorations from plugins on snapshots -

      +

      + +
        +
      • allow given snapshot sizes +
      • +
      • allow suppression of splash screen +
      • +
      • capture map decorations from plugins on snapshots +

        == Grass == -

        +

        There is a new GRASS shell. Also there have been many cleanups and consistency updates. -

        +

        = Version 1.1.0 'Pan' = -

        +

        Please note that this is a release in our 'unstable' release series. As such it contains new features and extends the programmatic interface over QGIS 1.0.x. If stability and long term support is more important to you then cool new and untested features, we recommend that you use a copy of QGIS from our stable 1.0.x release series. -

        +

        This release includes many bug fixes and enhancements over the QGIS 1.0.0 release. In addition we have added the following new features: -

        -
      • Updates to translations. -
      • Improvements and polishing of the Python plugin installer. Switch to the +

        +
      • +
      • Updates to translations. +
      • +
      • Improvements and polishing of the Python plugin installer. Switch to the new official QGIS repository. -
      • Improvements to themes so that plugins and other parts of the GUI are +
      • +
      • Improvements to themes so that plugins and other parts of the GUI are better supported when switching themes. Addition of the new GIS icon theme. -
      • Improvements to Debian packaging to better support Debian standard +
      • +
      • Improvements to Debian packaging to better support Debian standard requirements. -
      • Support usb: as a GPS device under Linux. -
      • WMS plugin now supports sorting and shows nested layers as a tree. WMS +
      • +
      • Support usb: as a GPS device under Linux. +
      • +
      • WMS plugin now supports sorting and shows nested layers as a tree. WMS provider also support 24bit png images now. The WMS plugin also now provides a search interface for finding WMS servers. -
      • Added svg point symbols symbols from Matt Amos (with his permission). -
      • Improvements to proxy support and support of proxy in WFS provider. The +
      • +
      • Added svg point symbols symbols from Matt Amos (with his permission). +
      • +
      • Improvements to proxy support and support of proxy in WFS provider. The WFS provider now also shows progress information as it is fetching data. -
      • Improvements the PostGIS client support. Massive speedups in PostGIS layer +
      • +
      • Improvements the PostGIS client support. Massive speedups in PostGIS layer rendering can now be achieved by disabling SSL in the connection editor. -
      • Mapserver Export improvements for continuous color support. -
      • Added tools menu - the fTools plugins are now part of the core QGIS +
      • +
      • Mapserver Export improvements for continuous color support. +
      • +
      • Added tools menu - the fTools plugins are now part of the core QGIS plugins and will always be installed by default. -
      • Improvements to the print composer including object alignment options. It +
      • +
      • Improvements to the print composer including object alignment options. It is also now possible to print maps as postcript raster or vector. For python programmers, the composer classes now have python bindings. -
      • When using File - Save as image, the saved image is now georeferenced. -
      • Projection selector now includes quick selection of recently used CRS's. -
      • Continuous color renderer supports point symbols now too. -
      • Improved CMake support for building against dependencies from OSGEO4W +
      • +
      • When using File - Save as image, the saved image is now georeferenced. +
      • +
      • Projection selector now includes quick selection of recently used CRS's. +
      • +
      • Continuous color renderer supports point symbols now too. +
      • +
      • Improved CMake support for building against dependencies from OSGEO4W (Windows only). Addition of an XCode project of developers building under OSX. -
      • Updates and cleanups to the GRASS toolbox. -
      • Changes in open vector dialog to support all drivers available in ogr +
      • +
      • Updates and cleanups to the GRASS toolbox. +
      • +
      • Changes in open vector dialog to support all drivers available in ogr including database and protocol drivers. This brings with it support for SDE, Oracle Spatial, ESRI personal geodatabase and many more OGR supported data stores. Note that in some cases accessing these may require third party libraries to be on your system. -
      • The middle mouse button can now be used for panning. -
      • A new, faster attribute table implementation. -
      • Numerous cleanups to the user interface. -
      • A new provider was added for spatiallite - a geodatabase-in-a-file +
      • +
      • The middle mouse button can now be used for panning. +
      • +
      • A new, faster attribute table implementation. +
      • +
      • Numerous cleanups to the user interface. +
      • +
      • A new provider was added for spatiallite - a geodatabase-in-a-file implementation based on the SQLITE database. -
      • Vector overlay support that can draw pie and bar charts over vector +
      • +
      • Vector overlay support that can draw pie and bar charts over vector layers based on attribute data. -
      +
    • +
    - -

    27. Version 1.0.0 'Kore'

    +
    +
    +
    +

    27. Version 1.0.0 'Kore'

    -

    +

    This release includes over 265 bug fixes and enhancements over the QGIS 0.11.0 release. In addition we have made the following changes: -

    +

    -
      -
    • HIG Compliance improvements for Windows / Mac OS X / KDE / Gnome -
    • Saving a vector layer or subset of that layer to disk with a different +
        +
      • HIG Compliance improvements for Windows / Mac OS X / KDE / Gnome +
      • +
      • Saving a vector layer or subset of that layer to disk with a different Coordinate Reference System to the original. -
      • Advanced topological editing of vector data. -
      • Single click selection of vector features. -
      • Many improvements to raster rendering and support for building pyramids +
      • +
      • Advanced topological editing of vector data. +
      • +
      • Single click selection of vector features. +
      • +
      • Many improvements to raster rendering and support for building pyramids external to the raster file. -
      • Overhaul of the map composer for much improved printing support. -
      • A new 'coordinate capture' plugin was added that lets you click on the map +
      • +
      • Overhaul of the map composer for much improved printing support. +
      • +
      • A new 'coordinate capture' plugin was added that lets you click on the map and then cut & paste the coordinates to and from the clipboard -
      • A new plugin for converting between OGR supported formats was added. -
      • A new plugin for converting from DXF files to shapefiles was added. -
      • A new plugin was added for interpolating point features into ASCII grid layers. -
      • The python plugin manager was completely overhauled, the new version +
      • +
      • A new plugin for converting between OGR supported formats was added. +
      • +
      • A new plugin for converting from DXF files to shapefiles was added. +
      • +
      • A new plugin was added for interpolating point features into ASCII grid layers. +
      • +
      • The python plugin manager was completely overhauled, the new version having many improvements, including checking that the version of QGIS running will support a plugin that is being installed. -
      • Plugin toolbar positions are now correctly saved when the application is closed. -
      • In the WMS client, WMS standards support has been improved. -
      • Tidy ups for GRASS integration and support for GRASS 6.4 -
      • Complete API revision - we now have a stable API following well defined naming conventions. -
      • Ported all GDAL/OGR and GEOS usage to use C APIs only. -
      - - -

      28. Version 0.11.0 'Metis'

      - -

      +

    • +
    • Plugin toolbar positions are now correctly saved when the application is closed. +
    • +
    • In the WMS client, WMS standards support has been improved. +
    • +
    • Tidy ups for GRASS integration and support for GRASS 6.4 +
    • +
    • Complete API revision - we now have a stable API following well defined naming conventions. +
    • +
    • Ported all GDAL/OGR and GEOS usage to use C APIs only. +
    • +
    + +
    +
    +

    28. Version 0.11.0 'Metis'

    + +

    This release includes over 60 bug fixes and enhancements over the QGIS 0.10.0 release. In addition we have made the following changes: -

    - -
      -
    • Revision of all dialogs for user interface consistency -
    • Improvements to unique value renderer vector dialog -
    • Symbol previews when defining vector classes -
    • Separation of python support into its own library -
    • List view and filter for GRASS toolbox to find tools more quickly -
    • List view and filter for Plugin Manager to find plugins more easily -
    • Updated Spatial Reference System definitions -
    • QML Style support for rasters and database layers -
    - - -

    29. Version 0.10.0 'Io'

    - -

    +

    + +
      +
    • Revision of all dialogs for user interface consistency +
    • +
    • Improvements to unique value renderer vector dialog +
    • +
    • Symbol previews when defining vector classes +
    • +
    • Separation of python support into its own library +
    • +
    • List view and filter for GRASS toolbox to find tools more quickly +
    • +
    • List view and filter for Plugin Manager to find plugins more easily +
    • +
    • Updated Spatial Reference System definitions +
    • +
    • QML Style support for rasters and database layers +
    • +
    + +
    +
    +

    29. Version 0.10.0 'Io'

    + +

    This release includes over 120 bug fixes and enhancements over the QGIS 0.9.1 release. In addition we have added the following new features: -

    +

    -
      -
    • Improvements to digitizing capabilities. -
    • Supporting default and defined styles (.qml) files for file based +
        +
      • Improvements to digitizing capabilities. +
      • +
      • Supporting default and defined styles (.qml) files for file based vector layers. With styles you can save the symbolisation and other settings associated with a vector layer and they will be loaded whenever you load that layer. Improved support for transparency and contrast stretching in raster layers. -
      • Support for color ramps in raster layers. -
      • Support for non-north up rasters. Many other raster +
      • +
      • Support for color ramps in raster layers. +
      • +
      • Support for non-north up rasters. Many other raster improvements 'under the hood'. -
      • Updated icons for improved visual consistency. -
      • Support for migration of old projects to work in newer QGIS versions. -
      - - -

      30. Version 0.9.2rc1 'Ganymede'

      - -
        -
      • This release candidate includes over 40 bug fixes and enhancements +
      • +
      • Updated icons for improved visual consistency. +
      • +
      • Support for migration of old projects to work in newer QGIS versions. +
      • +
      + +
    +
    +

    30. Version 0.9.2rc1 'Ganymede'

    + +
      +
    • This release candidate includes over 40 bug fixes and enhancements over the QGIS 0.9.1 release. In addition we have added the following new features: -
    • Improvements to digitizing capabilities. -
    • Supporting default and defined styles (.qml) files for file based +
    • +
    • Improvements to digitizing capabilities. +
    • +
    • Supporting default and defined styles (.qml) files for file based vector layers. With styles you can save the symbolisation and other settings associated with a vector layer and they will be loaded whenever you load that layer. -
    • Improved support for transparency and contrast stretching +
    • +
    • Improved support for transparency and contrast stretching in raster layers. Support for color ramps in raster layers. -
    • Support for non-north up rasters. Many other raster +
    • +
    • Support for non-north up rasters. Many other raster improvements 'under the hood'. -
    + + - -

    31. Version 0.9.1 'Ganymede'

    +
    +
    +

    31. Version 0.9.1 'Ganymede'

    -

    +

    This is a bug fix release -

    - -
      -
    • 70 Bugs closed -
    • Added locale tab to options dialog so that locale can be overridden -
    • Cleanups and additions to GRASS tools -
    • Documentation updates -
    • Improvements for building under MSVC -
    • Python Plugin installer to install PyQGIS plugins from the repository -
    - - -

    32. Version 0.9 'Ganymede'

    - -
      -
    • Python bindings - This is the major focus of this release +

      + +
        +
      • 70 Bugs closed +
      • +
      • Added locale tab to options dialog so that locale can be overridden +
      • +
      • Cleanups and additions to GRASS tools +
      • +
      • Documentation updates +
      • +
      • Improvements for building under MSVC +
      • +
      • Python Plugin installer to install PyQGIS plugins from the repository +
      • +
      + +
    +
    +

    32. Version 0.9 'Ganymede'

    + +
      +
    • Python bindings - This is the major focus of this release it is now possible to create plugins using python. It is also possible to create GIS enabled applications written in python that use the QGIS libraries. -
    • Removed automake build system - QGIS now needs CMake for compilation. -
    • Many new GRASS tools added (with thanks to http://faunalia.it/) -
    • Map Composer updates -
    • Crash fix for 2.5D shapefiles -
    • The QGIS libraries have been refactored and better organised. -
    • Improvements to the GeoReferencer -
    - - -

    33. Version 0.8 'Joesephine' .... development version

    - -
      -
    • 2006-01-23 [timlinux] 0.7.9.10 Dropped use of qpicture and resampling for point markers in favour of +
    • +
    • Removed automake build system - QGIS now needs CMake for compilation. +
    • +
    • Many new GRASS tools added (with thanks to http://faunalia.it/) +
    • +
    • Map Composer updates +
    • +
    • Crash fix for 2.5D shapefiles +
    • +
    • The QGIS libraries have been refactored and better organised. +
    • +
    • Improvements to the GeoReferencer +
    • +
    + +
    +
    +

    33. Version 0.8 'Joesephine' .... development version

    + +
      +
    • 2006-01-23 [timlinux] 0.7.9.10 Dropped use of qpicture and resampling for point markers in favour of qt4.1 qsvgrenderer new goodies -
    • 2006-01-09 [timlinux] 0.7.9.8 Started Mapcanvas branch for Martin -
    • 2006-01-09 [timlinux] 0.7.9.8 Moved plugins into src/plugins -
    • 2006-01-08 [timlinux] 0.7.9.8 moved all sources for gui lib into src/gui -
    • 2006-01-08 [gsherman] 0.7.9.7 Moved providers to the src directory -
    • 2006-01-08 [timlinux] 0.7.9.6 refactored libqgis into core and gui libs. -
    • 2006-01-01 [timlinux] 0.7.9.5 removed community reg plugin and exampl plugins -
    • refactored composer code into its own lib in src/composer -
    • renamed libqgsraster to libqgis_raster -
    • rearranged src/Makefile so app target uses only main.cpp in SOURCES and -
    • links to a new very monolithic lib. Lib will be broken up into smaller bits +
    • +
    • 2006-01-09 [timlinux] 0.7.9.8 Started Mapcanvas branch for Martin +
    • +
    • 2006-01-09 [timlinux] 0.7.9.8 Moved plugins into src/plugins +
    • +
    • 2006-01-08 [timlinux] 0.7.9.8 moved all sources for gui lib into src/gui +
    • +
    • 2006-01-08 [gsherman] 0.7.9.7 Moved providers to the src directory +
    • +
    • 2006-01-08 [timlinux] 0.7.9.6 refactored libqgis into core and gui libs. +
    • +
    • 2006-01-01 [timlinux] 0.7.9.5 removed community reg plugin and exampl plugins +
    • +
    • refactored composer code into its own lib in src/composer +
    • +
    • renamed libqgsraster to libqgis_raster +
    • +
    • rearranged src/Makefile so app target uses only main.cpp in SOURCES and +
    • +
    • links to a new very monolithic lib. Lib will be broken up into smaller bits over time, -
    • 2005-11-30 [timlinux] 0.7.9.4 Refactored all src/*.ui into src/ui/ dir for cleaner separation of ui's -
    • 2005-12-29 [gsherman] 0.7.9.3 Merged Ui branch into HEAD -
    • 2005-11-10 [timlinux] 0.7.9.2 Ported codebase to qt4 - still many issues to sort out but it builds -
    • 2005-11-10 [timlinux] 0.7.9.1 Merged in 0.7 branch changes with Tom Elwertowskis help -
    • 2005-10-13 [timlinux] 0.7.9 Added capability to generate point and polygon based graticules to the +
    • +
    • 2005-11-30 [timlinux] 0.7.9.4 Refactored all src/*.ui into src/ui/ dir for cleaner separation of ui's +
    • +
    • 2005-12-29 [gsherman] 0.7.9.3 Merged Ui branch into HEAD +
    • +
    • 2005-11-10 [timlinux] 0.7.9.2 Ported codebase to qt4 - still many issues to sort out but it builds +
    • +
    • 2005-11-10 [timlinux] 0.7.9.1 Merged in 0.7 branch changes with Tom Elwertowskis help +
    • +
    • 2005-10-13 [timlinux] 0.7.9 Added capability to generate point and polygon based graticules to the grid_maker plugin -
    + + - -

    34. Version 0.6 'Simon'

    +
    +
    +

    34. Version 0.6 'Simon'

    -

    +

    QGIS Change Log -

    +

    -
      -
    • 2005-07-03 [morb_au] 0.7.devel2 Merged changes in the 0.7 release +
        +
      • 2005-07-03 [morb_au] 0.7.devel2 Merged changes in the 0.7 release candidate branch (as at "Release-0_7-candidate-pre1") back into the trunk. -
      • 2005-05-23 [gsherman] 0.7rc1 Fixed bookmarks bug related to non-existent user database. The +
      • +
      • 2005-05-23 [gsherman] 0.7rc1 Fixed bookmarks bug related to non-existent user database. The database is now properly created if it doesn't exist. -
      • 2005-04-12 [timlinux] 0.6devel26 Added option to vector props dlg to let user change projection -
      • 2005-04-21 [timlinux] 0.6devel25 More updates to qgsspatialrefsys. Changed splash to be a masked widget & +
      • +
      • 2005-04-12 [timlinux] 0.6devel26 Added option to vector props dlg to let user change projection +
      • +
      • 2005-04-21 [timlinux] 0.6devel25 More updates to qgsspatialrefsys. Changed splash to be a masked widget & added the xcf masters for the splash. Splash still needs some minor updating relating to text placement. -
      • 2005-04-20 [timlinux] 0.6devel24 Added logic for reverse mapping a wkt or proj4string to an srsid - not +
      • +
      • 2005-04-20 [timlinux] 0.6devel24 Added logic for reverse mapping a wkt or proj4string to an srsid - not very well tested at this stage but works for me with my test dataset -
      • 2005-04-17 [timlinux] 0.6devel23 Numerous fixes and clean ups to projection handling -
      • 2005-05-15 [morb_au] 0.6devel21 Fixed a memory leak in the postgres provider when retrieving features -
      • Raster layers now align to the map canvas with subpixel source accuracy (most useful when zooming in very close and the source pixels cover many +
      • +
      • 2005-04-17 [timlinux] 0.6devel23 Numerous fixes and clean ups to projection handling +
      • +
      • 2005-05-15 [morb_au] 0.6devel21 Fixed a memory leak in the postgres provider when retrieving features +
      • +
      • Raster layers now align to the map canvas with subpixel source accuracy (most useful when zooming in very close and the source pixels cover many screen pixels) -
      • 2005-05-13 [didge] 0.6devel19 Tweaked makefile stuff and prepared for a release -
      • 2005-04-17 [mcoletti] 0.6devel18 First whack at implementing compensation for opening project files +
      • +
      • 2005-05-13 [didge] 0.6devel19 Tweaked makefile stuff and prepared for a release +
      • +
      • 2005-04-17 [mcoletti] 0.6devel18 First whack at implementing compensation for opening project files with stale data source paths. -
      • 2005-04-17 [timlinux] 0.6devel17 Custom Projection dialog. Various bugfixes plus delete, insert and update of new +
      • +
      • 2005-04-17 [timlinux] 0.6devel17 Custom Projection dialog. Various bugfixes plus delete, insert and update of new records possible. User projections now whow in projection selector but are still not usable -
      • 2005-04-16 [ges] 0.6.0devel16 Fixed bug 1177637 that prevented a PostgreSQL connection from being +
      • +
      • 2005-04-16 [ges] 0.6.0devel16 Fixed bug 1177637 that prevented a PostgreSQL connection from being completely deleted -
      • 2005-04-14 [timlinux] 0.6devel15 Wired up move first and move last buttons on custom projection dialog -
      • 2005-04-14 [timlinux] 0.6devel14 Status bar widgets show text in 8pt arial. Closes bug #1077217 -
      • 2005-04-13 [timlinux] 0.6devel13 Show params on proj designer widget when a projection is sleected -
      • 2005-04-12 [ges] 0.6.0devel12 Applied patches from Markus Neteler to allow compilation on Qt 3.1 -
      • 2005-04-12 [timlinux] 0.6devel12 Fix for [ 1181249 ] Crash when loading shape files -
      • 2005-04-11 [timlinux] 0.6devel11 Data binding on projection and ellipsoid selector on custom projection +
      • +
      • 2005-04-14 [timlinux] 0.6devel15 Wired up move first and move last buttons on custom projection dialog +
      • +
      • 2005-04-14 [timlinux] 0.6devel14 Status bar widgets show text in 8pt arial. Closes bug #1077217 +
      • +
      • 2005-04-13 [timlinux] 0.6devel13 Show params on proj designer widget when a projection is sleected +
      • +
      • 2005-04-12 [ges] 0.6.0devel12 Applied patches from Markus Neteler to allow compilation on Qt 3.1 +
      • +
      • 2005-04-12 [timlinux] 0.6devel12 Fix for [ 1181249 ] Crash when loading shape files +
      • +
      • 2005-04-11 [timlinux] 0.6devel11 Data binding on projection and ellipsoid selector on custom projection dialog -
      • 2005-04-11 [ges] 0.6.0devel10 Applied patches from Markus Neteler to allow compilation on Qt 3.2 -
      • 2005-04-11 [ges] Fixed default projection (WGS 84) so it is now selected when the +
      • +
      • 2005-04-11 [ges] 0.6.0devel10 Applied patches from Markus Neteler to allow compilation on Qt 3.2 +
      • +
      • 2005-04-11 [ges] Fixed default projection (WGS 84) so it is now selected when the project properties dialog is opened and no projection has been set. -
      • 2005-04-10 [timlinux] 0.6devel9 Added custom projection maker dialog to main app menu. Dialog is still +
      • +
      • 2005-04-10 [timlinux] 0.6devel9 Added custom projection maker dialog to main app menu. Dialog is still under construction. -
      • 2005-04-09 [ges] 0.6.0devel8 Fixed problems with the Makefile.am related to the merge of +
      • +
      • 2005-04-09 [ges] 0.6.0devel8 Fixed problems with the Makefile.am related to the merge of Projections_Branch into HEAD -
      • 2005-04-09 [ges] 0.6.0devel7 Merged Projections_Branch into HEAD -
          -
        • Polygon outlines are not drawn. This was checked twice and no cause was found. -
        • Projections do not work in all circumstances -
        • Note that both the proj4 library and sqlite3 are now required. The +
        • +
        • 2005-04-09 [ges] 0.6.0devel7 Merged Projections_Branch into HEAD +
            +
          • Polygon outlines are not drawn. This was checked twice and no cause was found. +
          • +
          • Projections do not work in all circumstances +
          • +
          • Note that both the proj4 library and sqlite3 are now required. The build system has not been modified to test for these yet. -
          • Qt 3.3.x is required to build this source tree. -
          • Make sure to increment the EXTRA_VERSION in configure.in when +
          • +
          • Qt 3.3.x is required to build this source tree. +
          • +
          • Make sure to increment the EXTRA_VERSION in configure.in when committing changes. -
          • Make sure to update the Changelog with each commit -
          -
        • 2005-03-13 [jobi] 0.6.0devel6 - fix for building on 64bit architecture fixed dependencies of designer-plugin/stuff -
        • 2005-01-29 [gsherman] 0.6.0devel5 Applied patches from M. Loskot for a build error and missing Q_OBJECT +
        • +
        • Make sure to update the Changelog with each commit +
        • +
        +
      • +
      • 2005-03-13 [jobi] 0.6.0devel6 - fix for building on 64bit architecture fixed dependencies of designer-plugin/stuff +
      • +
      • 2005-01-29 [gsherman] 0.6.0devel5 Applied patches from M. Loskot for a build error and missing Q_OBJECT macros in qgsspit.h and qgsattributetable.h -
      • 2005-01-01 [larsl] 0.6.0devel4 Fixed a bug that crashed QGIS when loading rasters from a project file, pt 2 -
      • 2005-01-01 [larsl] 0.6.0devel3 Fixed a bug that crashed QGIS when loading rasters from a project file -
      • 2004-12-30 [mcoletti] 0.6.0devel2 *Re-factored endian-handling in data providers -
          -
        • Re-factored delimited text provider -
        • Made some class members const-correct -
        -
      • 2004-12-30 [larsl] 0.6.0devel1 Implemented getProjectionWKT() in QgsGPXProvider -
      • 2004-12-19 [gsherman] 0.6.0rc2 Updated README Added main.cpp so spit builds as standalone and plugin. Makefile.am modified +
      • +
      • 2005-01-01 [larsl] 0.6.0devel4 Fixed a bug that crashed QGIS when loading rasters from a project file, pt 2 +
      • +
      • 2005-01-01 [larsl] 0.6.0devel3 Fixed a bug that crashed QGIS when loading rasters from a project file +
      • +
      • 2004-12-30 [mcoletti] 0.6.0devel2 *Re-factored endian-handling in data providers +
          +
        • Re-factored delimited text provider +
        • +
        • Made some class members const-correct +
        • +
        +
      • +
      • 2004-12-30 [larsl] 0.6.0devel1 Implemented getProjectionWKT() in QgsGPXProvider +
      • +
      • 2004-12-19 [gsherman] 0.6.0rc2 Updated README Added main.cpp so spit builds as standalone and plugin. Makefile.am modified so spit binary installs in PREFIX dir -
      • 2004-12-19 [timlinux] 0.6.0rc2 Added Slovak translation from Lubos Balazovic +
      • +
      • 2004-12-19 [timlinux] 0.6.0rc2 Added Slovak translation from Lubos Balazovic Massive documentation updates Updates to developer pictures and the about box -
      • 2004-12-19 [mhugent] providers/ogr/qgsshapefileprovider.cpp: fix for attribute problem +
      • +
      • 2004-12-19 [mhugent] providers/ogr/qgsshapefileprovider.cpp: fix for attribute problem in ogr provider -
      • 2004-12-05 [gsherman] 0.6.0rc2 Fixed bug 1079392 that caused QGIS to crash when a query was entered that +
      • +
      • 2004-12-05 [gsherman] 0.6.0rc2 Fixed bug 1079392 that caused QGIS to crash when a query was entered that resulted in the layer being created with no records. Additional validation of the SQL query was added to the query builder. When OK is clicked on the builder dialog, the query is sent to the database and the result @@ -2263,8 +3642,10 @@

        34. Version 0.6 'Simon'

        pertinent information associated with a PostgreSQL layer connection, including host, database, table, geometry column, username, password, port, and sql where clause. -
      • 2004-12-03 [gsherman] 0.6.0rc1 Commented out excessive debug statements in the postgres provider -
      • 2004-12-03 [gsherman] 0.6.0rc1 Changing the SQL query for a PostgreSQL +
      • +
      • 2004-12-03 [gsherman] 0.6.0rc1 Commented out excessive debug statements in the postgres provider +
      • +
      • 2004-12-03 [gsherman] 0.6.0rc1 Changing the SQL query for a PostgreSQL layer using the query builder from the vector layer properties dialog now properly updates the mapcanvas extents and feature count. Fix for crash in pg buffer plugin (bug 1077412). Crash is due to the @@ -2274,32 +3655,35 @@

        34. Version 0.6 'Simon'

        The .shp extension is now added the new vector layer name (if not specified by the user). The .qgs extension is now added to a project file when using save or save as (if not specified by the user). -
      +
    • +
    - -

    35. 0.5

    +
    +
    +

    35. 0.5

    -
      -
    • 2004-12-01 [gsherman] 0.5.0devel30 Added functions to qgsdataprovider.h to support updating the feature count +
        +
      • 2004-12-01 [gsherman] 0.5.0devel30 Added functions to qgsdataprovider.h to support updating the feature count and extents. To be supported, these functions must be implemented in the data provider implementation. The default implementations don't do anything useful. -
      • QgsVectorLayer now has functions for requesting feature count, extent +
      • +
      • QgsVectorLayer now has functions for requesting feature count, extent update, and the subset defintiion string (usually sql) from the underlying data provider. Providers do not need to implement these functions unless they want to support subsetting the layer via a layer definition query or other means. -

        +

        2004-11-27 [larsl] 0.5.0devel30 Fixed feature addition in GPX layers, it now works again -

        +

        2004-11-22 [mcoletti] 0.5.0devel29 QgsProject properties now re-designed to be similar to QSettings -

        +

        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 @@ -2307,70 +3691,70 @@

        35. 0.5

        value pastes it into the sql query box at the current cursor position. The test function is not implemented yet nor is the type checking to allow auto quoting of text values in the sql statement. -

        +

        2004-11-19 [mcoletti] 0.5.devel26 Changed QgsProject properties interface to be more similar to QSettings. New properties are emitted to file. There is a known bug with QStringLists in that thre're redundant copies written to the file. New properties aren't read yet. Will be adding code for that over next couple days. -

        +

        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 nextFeature() so features are visible again -

        +

        2004-11-13 [larsl] 0.5.0devel23 Changed QgsIdentifyResults and QgsVectorLayer to show all attributes automatically (expand the feature node) if only one feature is identified -

        +

        2004-11-11 [gsherman] 0.5.0devel22 Added ifdef's for WIN32 around dynamic_casts in the vector renderer dialogs. Even though rtti is enabled, use of dynamic casts causes seg faults under WIN32. -

        +

        2004-11-09 [timlinux] 0.5.0devel21 Added options to graticule builder to allow you to define origin and enpoints and to set the graticule size at < 1 degree. Note that there is little error checking in there still, so putting in dodgy numbers may cause qgis to crash. -

        +

        2004-11-04 [timlinux] 0.5.0devel20 Added scale dependent visibility support to both raster and vector layers. -

        +

        2004-11-02 [larsl] 0.5.0devel19 Added menu item for creating an empty GPX file -

        +

        2004-10-31 [timlinux] 0.5.0devel18 Fix bug #1047002 (label buffer enabled / disabled checkbox not working) -

        +

        2004-10-30 [larsl] 0.5.0devel17 qgsfeature.h is needed in qgsvectordataprovider.cpp since it's deleting a QgsFeature, fixed it -

        +

        2004-10-29 [larsl] 0.5.0devel16 Added defaultValue() in QgsVectorLayer and QgsVectorDataProvider, implemented it in the GPX provider -

        +

        2004-10-29 [stevehalasz] 0.5.0devel15 * Write layers to projects files in the proper order by iterating over the zOrder in the map canvas. Fixes bug #1054332. -

        +

        * Remove the <zorder> tag from the dtd. It is superfluous. -

        +

        2004-10-26 [mcoletti] 0.5.0devel13 regarding saving and restoring units in project files. made many minor bug fixes and tidying up -

        +

        2004-10-22 [larsl] 0.5.0devel12 Removed more unused code in the GPS plugin, changed the GPS plugin source to follow the coding standards better -

        +

        2004-10-22 [larsl] 0.5.0devel11 Some changes in the GPS plugin: * Changed the tooltip of the action from "GPS Importer" to "GPS Tools" @@ -2379,46 +3763,46 @@

        35. 0.5

        specifying "devices" with upload and download commands * Remember the last used device and port for uploads and downloads * Remember the last directory that a GPX file was loaded from -

        +

        2004-10-20 [mcoletti] 0.5.0devel10 merged in qgsproject-branch -

        +

        2004-10-19 [larsl] 0.5.0devel9 Changed GPX attribute names from three letter abbreviations to more userfriendly whole words -

        +

        2004-10-19 [larsl] 0.5.0devel8 Changed mFeatureType in qgsgpxprovider.cpp from a QString to an enum to avoid unnecessary string comparisons -

        +

        2004-10-18 [gsherman] 0.5.0devel7 Added test for GEOS to acinclude.m4 and configure.in Added members/methods in preparation for support of scale dependent rendering Added Display tab to the vector dialog to allow setting of min and max scales for rendering -

        +

        2004-10-18 [larsl] 0.5.0devel6 Removed duplicate code, added bounds calculation for digitized features in the GPX provider -

        +

        2004-10-18 [larsl] 0.5.0devel5 Changes to the GPX provider: * Implemented isEditable(), isModified(), commitChanges(), and rollBack() * Removed the useless lat and lon attributes in waypoint features * Cleaned up the attribute parsing in addFeature() GPX editing should now work again. -

        +

        2004-10-17 [gsherman] 0.5.0devel4 OGR provider now uses GEOS to select features when doing identify and select operations. -

        +

        2004-10-16 [gsherman] 0.5.0devel3 Fixed OGR filters in the add layer dialog box using fix in qgsproject-branch Reverted images in qgisappbase.ui to XPM so QGIS will compile on Qt < 3.x -

        +

        2004-10-11 [gsherman] 0.5.0devel2 Added man page (qgis.man) that gets installed in man1 as qgis.1 -

        +

        2004-10-09 [gsherman] 0.5.0devel1 Changed name to Simon Added Simon splash screen @@ -2428,136 +3812,138 @@

        35. 0.5

        Imperfectly fixed problem where PostGIS attributes aren't displayed if the primary key is not of type int4 (bug 1042706). Added Latvian translation file (untranslated at present) -

        +

        2004-09-23 [larsl] 0.4.0devel38 Removed support for loading Geocaching.com LOC files -

        +

        2004-09-20 [tim] 0.4.0devel37 Shameless acknowledge not keeping this file up to date! Sort out clipping problems with labeller -

        +

        2004-09-20 [larsl] 0.4.0devel36 Added the element definition of uniquevaluemarker to qgis.dtd -

        +

        2004-09-20 [larsl] 0.4.0devel35 Re-fixed bug 987874, the provider will now skip geometry-less features but keep reading other features -

        +

        2004-09-20 [larsl] 0.4.0devel34 Fixed bug 987874 which caused QGIS to crash when showing the attribute table for shapefile layers with features with NULL geometry (GetGeometryRef() returns NULL) - the OGR provider now treats features with NULL geometry as NULL features, i.e. EOF -

        +

        2004-09-15 [larsl] 0.4.0devel33 Fixed QgsUValMaDialogBase so the listbox doesn't take up all of the space -

        +

        2004-09-14 [larsl] 0.4.0devel32 Added the SVG icons in src/svg/gpsicons -

        +

        2004-09-13 [larsl] 0.4.0devel31 Added the unique value marker renderer -

        +

        2004-09-12 [larsl] 0.4.0devel30 Scale down SVG symbols Display rasters without geotransform info as "1 pixel = 1 unit" -

        +

        2004-09-12 [larsl] 0.4.0devel29 Fixed bug in scale_bar plugin that would cause QGIS to freeze when a layer with one point was loaded -

        +

        2004-09-12 [larsl] 0.4.0devel28 The device lists in the GPS plugin should show /dev/ttyUSB* devices too now (for serial USB adapters) on Linux -

        +

        2004-09-08 [larsl] 0.4.0devel27 Fixed bug that crashed QGIS when the user selected records in the attribute table for a layer that used the single marker renderer -

        +

        2004-09-01 [mcoletti] 0.4.0devel26 Start of new qgs project file class. Obviously work-in-progress. -

        +

        Committed for back-up sanity and to elicit comments from the bored. -

        +

        2004-09-01 [mcoletti] 0.4.0devel25 QgsRect : -

        -
          -
        • no longer waste copy of QgsPoint in ctor -

          +

          +
            +
          • no longer waste copy of QgsPoint in ctor +

            2004-08-14 [gsherman] 0.4.0devel23 Moved plugin toolbar to the qgisappbase toolbar container rather than dynamically allocating it. This allows the state/docking position gets restored each time the app starts. -

            +

            2004-08-26 [mcoletti] 0.4.0devel22 qgisapp.cpp: -

            -
          -
        • fixed bug 1017079, where loading projects would cause app to crash -

          +

          +
        • +
        +
      • +
      • fixed bug 1017079, where loading projects would cause app to crash +

        qgsprojectio.cpp: -

        -
          -
        • minor code change; commented out superfluous code -

          +

          +
            +
          • minor code change; commented out superfluous code +

            2004-08-26 [mcoletti] 0.4.0devel21 Now explicitly check for command line arguments via $# instead of $@. Using $@ caused the script to crash when more than one command line argument was passed in. (E.g., specifying multiple files for CVS commits.) -

            +

            2004-08-25 [mcoletti] 0.4.0devel20 Now explicitly use QgsMapLayerRegistry instance instead of data members. (Of which two both referred to the same instance.) -

            +

            2004-08-25 [mcoletti] 0.4.0devel19 Deleted two data members that referred to the Singleton object QgsMapLayerRegistry. Now explicitly use QgsMapLayerRegistry::instance(), which emphasizes that you're accessing a Singleton. -

            +

            2004-08-22 [larsl] 0.4.0devel18 Fixed a bug that caused SVG markers to be huge when oversampling was turned on -

            +

            2004-08-22 [larsl] 0.4.0devel17 Fixed transparency in SVG sumbols -

            +

            2004-08-21 [larsl] 0.4.0devel16 Added a black frame around the white rectangle around SVG symbols to make it look cleaner, can be removed when transparency is fixed -

            +

            2004-08-20 [larsl] 0.4.0devel15 Added more attribute fields to the GPX provider: cmt, desc, src, sym, number, urlname -

            +

            2004-08-20 [larsl] 0.4.0devel14 Forgot to calculate bounds for user-added routes and tracks in the GPX provider, which caused unpredictable drawing bugs since selection wouldn't work. Fixed. -

            +

            2004-08-14 [gsherman] 0.4.0devel13 Moved common toobar icons to drop-down tool menus. This includes the overview, hide/show all, and capture tools -

            +

            2004-08-18 [jobi] 0.4.0devel12 added Italian translation thanx to Maurizio Napolitano updated all translations -

            +

            2004-08-17 [larsl] 0.4.0devel11 Implemented GPX file writing - GPX layers are now written back to file when features are added -

            +

            2004-08-17 [larsl] 0.4.0devel10 * More digitizing support for the GPX provider. Routes and tracks can now be created. Nothing is written to file yet. -

            +

            2004-08-14 [gsherman] 0.4.0devel9 Added mouse wheel zoom. Moving wheel forward zooms in by a factor of 2. -

            +

            2004-08-12 [gsherman] 0.4.0devel8 Rearranged capture icons and added them to the MapNavigation action group so that the icons remain depressed while the tool is active. (bugs 994274 and 994272) Fixed preferences bug (992458) that caused themes to disappear when setting options. -

            +

            2004-07-19 [gsherman] 0.4.0devel7 Fixed broken setDisplayField function in qgsvectorlayer Added display/label field handling. Field is now set when the layer is @@ -2567,19 +3953,19 @@

            35. 0.5

            and its attributes) and will eventually be used in labeling features. Cleanup of postgres add layer dialog Removed excessive debug output from qgsfeature -

            +

            2004-07-18 [larsl] 0.4.0devel6 Changed Graduated Marker renderer to use the SVG cache -

            +

            2004-07-17 [larsl] 0.4.0devel5 Added SVG cache and started using it in the Single Marker renderer -

            +

            2004-07-10 [larsl] 0.4.0devel4 Added code to QgsProjectIo that saves and loads the provider key of a vector layer in the project file, so delimited text layers and GPX layers can be saved in a project. Haven't tested for grass vector layers, but it should work. -

            +

            2004-07-09 [gsherman] 0.4.0devel3 First pass at defining PostgreSQL layers using a where clause in the data provider. UI may need some work. When adding a PG layer, double- @@ -2588,102 +3974,102 @@

            35. 0.5

            2004-07-05 [ts] 0.4.0devel2 Added option for forcing redraw when adding a raster - intended for use by plugins. -

            +

            2004-07-05 [larsl] 0.4.0devel1 Moved lots of code from PluginGui to Plugin in the GPS plugin, use signals and slots for communication -

            +

            2004-06-30 [jobi] 0.3.0devel58 made ready for release added interface version for libqgis -

            +

            2004-06-28 [gsherman] 0.3.0devel57 Overview extent rectangle bug fix Patch (from strk) for PG layer extent calculation QgsActetate* documentation updates -

            +

            2004-06-28 [jobi] 0.3.0devel56 fix bug #981159 cleaned warnings -

            +

            2004-06-28 [ts] 0.3.0devel55 Added show/hide all layers buttons and menu items -

            +

            2004-06-27 [larsl] 0.3.0devel54 Enabled GPS upload code again -

            +

            2004-06-27 [ts] 0.3.0devel53 Numerous bug fixes and cleanups. Added remove all layers from overview button. -

            +

            2004-06-26 [ts] 0.3.0devel52 Extents are now correctly restored when project is loaded -

            +

            2004-06-24 [ts] 0.3.0devel51 Completion of projection 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 full access to global variables. Now plug-ins can use global variable by linking with -rdynamic and using dlopen()'s RTLD_GLOBAL flag. -

            +

            2004-06-21 [ts] 0.3.0devel49 -

            +

            Revised raster stats emitting of progress update to not do it when stats are fetched from cache. QGisApp progress bar now updates as each layer is rendered in the mapCanvas. -

            +

            Some minor updates to projection -

            +

            2004-06-21 [larsl] 0.3.0devel48 Hooked up the GPS gui to code that uses gpsbabel to import lots of GPS file formats to GPX -

            +

            2004-06-21 [jobi] 0.3.0devel47 Added check for wrong UI version to make release fixed wrong versions and DOS endlines -

            +

            2004-06-21 [ts] 0.3.0devel46 -

            +

            Got tired of always resetting my gidbase dir every time qgis restarts - added it to qsettings. -

            +

            2004-06-21 [ts] 0.3.0devel45 -

            +

            Complete buffering so that bar as well as text will be visible on both light and dark surfaces. -

            +

            2004-06-21 [ts] 0.3.0devel44 -

            +

            Fix for bug [ 973922 ] Overview shows layers in wrong order -

            +

            Fixed show stopper bug where maplayerregistry wasn't being cleared properly on file new -

            +

            Added setZOrder which will be used in next commit to fix projection zorder problem -

            +

            2004-06-20 [ts] 0.3.0devel43 -

            +

            Fix anoying 'mapcanvas isn't freezing while loading rasters' bug -

            +

            2004-06-19 [ts] 0.3.0devel42 -

            +

            Add white buffer around scalebar text...buffer around lines to come... -

            +

            2004-06-18 [larsl] 0.3.0devel41 Added an option for setting the length of the scale bar to closest integer < 10 times power of 10 -

            +

            2004-06-16 [ts] 0.3.0devel40 -

            +

            Win32 support for package path - which will hopefully ensure pyramid and overview mini icons are displayed on legend entry now. -

            +

            Beginnings of generic vector file writer - incomplete and doesn't do anything useful yet except has ability to make a shapefile with a couple of user defined fields e.g. to create a new point shapefile: -

            +

            QgsVectorFileWriter myFileWriter("/tmp/test.shp", wkbPoint); if (myFileWriter.initialise()) //#spellok { @@ -2692,89 +4078,91 @@

            35. 0.5

            myFileWriter.createField("TestStr",OFTString,255,0); myFileWriter.writePoint(&theQgsPoint); } -
          -
        +
      • +
      +
    • +
    -

    +

    2004-06-16 [larsl] 0.3.0devel40 Added skeleton code for importing other GPS file formats using GPSBabel -

    -

    +

    +

    >>>>>>> 1.136 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 More preparation for GPS upload code New function in QgisInterface - getLayerRegistry() -

    -

    +

    +

    2004-06-14 [ts] 0.3.0devel36 Added capability for plugins to clear the current project ignoring the project dirty flag (ie force new project). -

    -

    +

    +

    2004-06-14 [ts] 0.3.0devel35 Added addRasterLayer(QgsRasterLayer *) to the plugin interface. This allows plugins to construct their own raster object, set its symbolisation and the pass it over to the app to be loaded into the canvas. -

    -

    +

    +

    2004-06-13 [ts] 0.3.0devel34 Removed gdal deps in qgisapp. -

    -

    +

    +

    Moved raster load stuff to a group at the end of qgisapp.cpp file. -

    -

    +

    +

    Removed generically usable raster fns from qgisapp to static methods of qgsrasterlayer. -

    -

    +

    +

    Some renaming of variable names etc. -

    -

    +

    +

    Added addRaster(QgsRasterLayer *) private method to qgisapp - which is intended for use via plugins that want to load 'ready made' / symbolised raster layer into the mapCanvas. -

    -

    +

    +

    2004-06-13 [ts] 0.3.0devel33 -

    -

    +

    +

    Globally changed legen item fonts to arial 10pt for consistency with rest of ui. Will soft code in qgsoptions in next release. -

    -

    +

    +

    2004-06-13 [ts] 0.3.0devel32 Add version name to splash -

    -

    +

    +

    2004-06-13 [ts] 0.3.0devel31 Implemented a new map cursor type : Capture Point (little pencil icon on your toolbar). At the moment clicking on the map in capture point mode will cause QgsMapCanvas to emit an xyClickCoordinate(QgsPoint) signal which is picked up by qgisapp and the coordinates are placed into the system clipboard. -

    -

    +

    +

    In release 0.5 this will be extended to provide simple point vector file data capture / digitizing facility. This will be implemented by means of a plugin which will utilize the aforementioned xyClickCoordinate(QgsPoint) signal. -

    -

    +

    +

    2004-06-12 [gsherman] 0.3.0devel30 Windows support -- lots of changes -

    -

    +

    +

    2004-06-11 [larsl] 0.3.0devel29 Let the user choose GPS protocol and feature type to download -

    -

    +

    +

    2004-06-10 [gsherman] 0.3.0devel28 Added display of extent rectangle in the overview map. Current implementation is not optimized (requires repaint of the overview canvas to @@ -2782,454 +4170,457 @@

    35. 0.5

    Added acetate layer support to the map canvas. Currently there is only one acetate object type - QgsAcetateRectangle, which inherits from QgsAcetateObject. More acetate types will follow... -

    -

    +

    +

    2004-06-10 [ts] 0.3.0devel27 Modified projection (serialisation and deserialisation of project files) to use maplayerregistry and not mapcanvas. -

    -

    +

    +

    Implemented state handling of 'showInOverview' property in project io. 2004-06-10 [petebr] 0.3.0devel26 Tidied up the SPIT gui to match the plugin template. Fixed bug in scale bar which displayed the bar the wrong size! Fixed all the plugins so they do not do multiple refreshes on exit. Added color selection for scale bar. -

    -

    +

    +

    2004-06-09 [mcoletti] 0.3.0devel25 Added support for a feature type name in QgsFeature. The GDAL/OGR shape file provider now also provides the feature type name. -

    -

    +

    +

    2004-06-09 [petebr] 0.3.0devel24 Added the scale bar plugin. My first solo plugin! :-) -

    -

    +

    +

    2004-06-09 [ts] 0.3.0devel23 Added "Show in overview" option to vector popup menu. -

    -

    +

    +

    Removed overview stuff from debug only version of qgisapp. -

    -

    +

    +

    Did plumbing for enableing disabling layers in overview from popup context menu. -

    -

    +

    +

    Whoopdeedooo. :-) -

    -

    +

    +

    All that remains to do now is sort out syncronisation of layer ordering between main map canvas and overview canvas. -

    -

    +

    +

    2004-06-09 [ts] 0.3.0devel22 Fixed bug that causes qgis to crash when an empty .dbf is encountered. Added transparency slider to raster popup menu. -

    -

    +

    +

    2004-06-09 [larsl] 0.3.0devel21 Hid the "GPS download file importer" tab -

    -

    +

    +

    2004-06-08 [larsl] 0.3.0devel20 Call GPSBabel using QProcess instead of system(), show a progress bar while GPSBabel is running, show the messages printed to GPSBabel's stderr if something goes wrong -

    -

    +

    +

    2004-06-08 [larsl] 0.3.0devel19 Started adding GPS data download capability. Only tracklogs from Garmin devices for now, routes and waypoints and Magellan support will come in the near future. -

    -

    +

    +

    2004-06-08 [jobi] 0.3.0devel18 updated ts files fixed German translation added translation support to external help applications (grid_maker and gpsimporter) -

    -

    +

    +

    2004-06-07 [gsherman] 0.3.0devel17 Added update threshold to user options. Update threshold defines the number features to read before updating the map display (canvas). If set to zero the display is not updated until all features have been read. -

    -

    +

    +

    2004-06-07 [larsl] 0.3.0devel16 Changed some calls to QMessageBox::question() to QMessageBox::information() since Qt 3.1.2 doesn't have question() -

    -

    +

    +

    2004-06-07 [ts] 0.3.0devel15 Implemented map overview using maplayers rather than snapshots of a raster layer. -

    -

    +

    +

    Implemented QgsMapLayerRegistry - s singleton object that keeps track of loaded layers. When a layer is added an entry is made in the registry. When a layer is removed, the registry emits a layerWillBeRemoved signal that is connected to any mapvcanvas, legend etc that may be using the layer. The objects using the layer can then remove any reference they make to the layer - after which the registry deletes the layer object. -

    -

    +

    +

    This fixes a problem with adding an overview map which caused qgis to crash when a layer was removed because it was trying to delete the same pointer twice. -

    -

    +

    +

    Added a better implementation of the overview map below map legend. -

    -

    +

    +

    Refactoring in qgis app - all private members now adhere to qgis naming conventions (prefixed with m). -

    -

    +

    +

    Import Note *ONLY THE MAPLAYER REGISTRY SHOULD DELETE QgsMapLayer::LayerType NOW * -

    -

    +

    +

    2004-06-03 [ts] 0.3.0devel14 Added getPaletteAsPixmap function to raster and display on raster props dialog. Also added gdaldatatype to raster props metadata dialog. -

    -

    +

    +

    2004-06-04 [jobi] 0.3.0devel13 fixed tims typo with GDAL_LDADD cleaned pluginnames -

    -

    +

    +

    2004-06-03 [jobi] 0.3.0devel12 fixed bug #965720 by adding math.h for gcc 3.4 problems -

    -

    +

    +

    2004-06-02 [ts] 0.3.0devel11 Changed maplayer draw() and its subclasses vectorlayer and rasterlayer to not need src parameter (this can be obtained from painter->device()). -

    -

    +

    +

    More work on print system - still only works well on A4 landscape. -

    -

    +

    +

    Northarrow and copyright label plugins now hidethemselves before emitting update signals when OK is pressed. -

    -

    +

    +

    QGSMapCanvas can now return the (last calculated) scale using getScale -

    -

    +

    +

    QGSMapCanvas Impl struct rename to CanvasProperties. QgsMapCanvas impl_ member renamed to mCanvasProperties. -

    -

    +

    +

    2004-05-31 [ts] 0.3.0devel10 Added basic print capability to qgis....consider this a work in progress. 2004-05-31 [gsherman] 0.3.0devel9 Changed QgsIdentifyResultsBase to inherit from QWidget instead of QDialog so window position can be saved/restored from user settings each time. Changed qgis.h int version number to 300 (should have been done at release) -

    -

    +

    +

    2004-05-30 [ts] 0.3.0devel8 Fix poorly placed status text on splash screen. -

    -

    +

    +

    2004-05-27 [gsherman] 0.3.0devel7 Fixed schema problem with the spit plugin -

    -

    +

    +

    2004-05-27 [jobi] 0.3.0devel7 cleanup of gcc warnings -

    -

    +

    +

    2004-05-27 [petebr] 0.3.0devel6 Altered buttons on GUI to a standardised layout - HELP - APPLY - OK - CANCEL -

    -

    +

    +

    2004-05-26 [gsherman] 0.3.0devel5 Added theme selection to the user preferences dialog. Currently there is only one theme (default) available -

    -

    +

    +

    2004-05-26 [gsherman] 0.3.0devel4 Added theme support for loading png icons during startup. This solves ugly icon problem when encoded as xpm in the ui files. See comments in the QgisApp::settheme() function for details -

    -

    +

    +

    2004-05-26 [larsl] 0.3.0devel3 Added some calls to std::string::c_str() to hopefully make Qt without STL happy -

    -

    +

    +

    2004-05-26 [larsl] 0.3.0devel2 -

    -

    +

    +

    2004-05-26 [larsl] 0.3.0devel1 Fixed a bug that caused the legend checkboxes to always be unchecked when using Qt 3.1.2 by removing QgsLegendItem::setOn(), don't know how this affects newer Qt -

    -

    +

    +

    2004-05-25 [larsl] 0.2.0devel37 Show the legend widgets in debug mode too -

    -

    +

    +

    2004-05-25 [larsl] 0.2.0devel36 Fixed some more instances of the same bug in raster layer -

    -

    +

    +

    2004-05-25 [ts] 0.2.0devel35 Disable overview widget for release. Minor bugfix in rasterlayer picker up by Larsl which is only encountered bu i8n users. Miscellaneous other fixes including proper rotation support for north arrows in all 4 corners of display, inproved refresh behavior of n-arrow and copyright plugin, better state hadnling for copyright plugin. -

    -

    +

    +

    2004-05-25 [larsl] 0.2.0devel34 Updated all ts files and translated new messages in the swedish file -

    -

    +

    +

    2004-05-25 [larsl] 0.2.0devel33 Updated the swedish translation -

    -

    +

    +

    2004-05-25 [larsl] 0.2.0devel32 Resaved plugins/copyright_label/pluginguibase.ui with designer 3.1 to fix const problem -

    -

    +

    +

    >>>>>>> 1.120 2004-05-20 [ts] 0.2.0devel31 First working version for gui pyramid manager (implemented as tab in raster props). Raster legend entry now stretched to width of legend and show an icon indicating whether the layer has overviews or not. Added struct and qvaluelist to raster to store pyramids state in. -

    -

    +

    +

    2004-05-20 [gsherman] 0.2.0devel30 Changed release name to Madison in qgis.h Added QgsScaleCalculator to libqgis spec in src/Makefile.am Additional debug statements in grass data provider -

    -

    +

    +

    2004-05-20 [ts] 0.2.0devel29 Added pyramid / no pyramid icon to raster legend entry and made legend pixmap fill up all available space in leend width. Added new dir for icons in src that will be installed to PKGPATH/share/icons -

    -

    +

    +

    2004-05-20 [ts] 0.2.0devel28 Changed splash to load picture from file instead of an xpm include. This will hopefully speed up compile times for folks building on p133's. Changed splash image to the fluffball ready for 0.3 release. -

    -

    +

    +

    2004-05-19 [larsl] 0.2.0devel27 Implemented nextFeature(list<int>&) in the GPX provider -

    -

    +

    +

    2004-05-18 [gsherman] 0.2.0devel26 Saved the qgsappbase.ui and the qgsprojectpropertiesbase.ui files (modified at version 0.2.0devel25) using qt designer 3.1.2 to preserve backward compatibility. -

    -

    +

    +

    2004-05-18 [gsherman] 0.2.0devel25 Changes to implement scale display for map data in feets, meters, and decimal degrees. A new menu item is added to the Tools menu for selecting the map units. This setting is currently not saved with a project file. TODO:Modify qgis.dtd and project save/load to support map units. -

    -

    +

    +

    NOTE - the qgisapp.ui file was created with qt 3.3.x and WILL NOT WORK with qt 3.1.2. This will be changed as soon as I can find my 3.1.2 version of qt designer... -

    -

    +

    +

    2004-05-18 [ts] 0.2.0devel24 Relax checking of raster filetype extensions to cater for filetypes where extension is unpredictable (e.g. grass). Now I use gdal to quickly check if a file is usable so pretty much anything gdal iscompile with should get through if you have chosen wildcard filter in add raster dialog. -

    -

    +

    +

    2004-05-17 [larsl] 0.2.0devel23 Added URL parsing and attribute fields for route and track GPX layers -

    -

    +

    +

    2004-05-17 [ts] 0.2.0devel22 Added support to Save As Image to save in any QImageIO supported format. File->SaveAsImage dialog filter list now generated automagically by interrogating QImageIO for its supportted formats. File->SaveAsImage remembers last dir used (stored in qsettings). Its supposed to remember last filter used but there is an issue with that that needs to be resolved. -

    -

    +

    +

    2004-05-16 [larsl] 0.2.0devel21 Added url/link parsing to the GPX provider -

    -

    +

    +

    2004-05-16 [larsl] 0.2.0devel20 Corrected file name extension for PNG files -

    -

    +

    +

    2004-05-15 [larsl] 0.2.0devel19 Added my picture in the About dialog to attract more female users to QGIS -

    -

    +

    +

    2004-05-13 [ts] 0.2.0devel18 Raster properties changes: Switched order of general tab and symbology tab - as you normally change straight to symbology tab anyway. Removed stats tab and consolidated stats into metadata tab. Clean ups on metadata tab. -

    -

    +

    +

    2004-05-13 [ts] 0.2.0devel17 Raster stats tab now displays pyramid/overview info -

    -

    +

    +

    2004-05-14 [larsl] 0.2.0devel16 Cleaned up the enabling/disabling of controls in the GPS dialog Changed the order in which different layers are loaded from a GPX file Added the basename of the GPX or LOC file in the layer name Changed the plugin name to the more general "GPS Tools" -

    -

    +

    +

    2004-05-14 [larsl] 0.2.0devel15 Fixed a bug that caused the canvas to have a fixed width of 400 with my Qt version - the main grid layout for the main window had one extra column -

    -

    +

    +

    2004-05-14 [larsl] 0.2.0devel14 Added a tab for loading GPX and LOC files to the GPS plugin dialog -

    -

    +

    +

    2004-05-14 [larsl] 0.2.0devel13 Added a virtual destructor to QgsDataProvider and deleted dataProvider in the destructor for QgsVectorLayer -

    -

    +

    +

    2004-05-13 [larsl] 0.2.0devel12 Changing std::string to QString in GPSData::getData() and GPSData::releaseData() to support Qt libraries built without STL support -

    -

    +

    +

    2004-05-13 [ts] 0.2.0devel11 Fixes for segfaults on grid_make and gps_importer dbf creation -

    -

    +

    +

    2004-05-12 [gsherman] 0.2.0devel10 Fixes for OS X endian bug (needs further testing) -

    -

    +

    +

    2004-05-12 [jobi] 0.2.0devel9 Added endian checks in configure decreased versions in the auto* checks -

    -

    +

    +

    2004-05-12 [ts] 0.2.0devel8 Added addProject(QString) to plugin interface. -

    -

    +

    +

    2004-05-05 [jobi] 0.2.0devel7 Extended qgis-config to expose version -

    -

    +

    +

    2004-05-04 [ts] 0.2.0devel6 Added two new internal plugins - North Arrow and Copyright message overlay -

    -

    +

    +

    2004-05-03 [ts] 0.2.0devel5 Canvas now emits renderComplete signal when rendering of cnavas has completed, but before the screen is refreshed. Added accessor and mutators for the canvas pixmap. -

    -

    +

    +

    2004-05-03 [ts] 0.2.0devel4 qgisApp->mapCanvas is now exposed through the plugin interface. -

    -

    +

    +

    2004-05-03 [ts] 0.2.0devel3 Added three new widgets to status bar: scale - which shows the scale in the form 1:50000 * coordinates - shows coordinates of mouse on map in its own widget progressbar - shows the progress of any task that emits signals connected to showProgress slot -

    -

    +

    +

    Added signal / slot mechanism for showExtents and set fp precision to 2 (see below) -

    -

    +

    +

    stringRep function in QgsRect and QgsPoint now overloaded to allow setting floating point precision for display. QgisApp & canvas are currently hard coding this to 2 but I plan to make this user configurable in the options panel. -

    -

    +

    +

    Added example of using progress indicator to raster stats gathering procedure. You can see this in action by setting ak_shade example dataset to singleband pseudocolor and you will see progress indicator advancing as stats are gathered. -

    -

    +

    +

    *NOTE: scale calculations may not be correct at this point - they are still under development. -

    -

    +

    +

    2004-04-27 [ts] 0.2.0devel2 -

    -

    +

    +

    Added preliminary support for building pyramids in raster files using the GDAL overview function. Currently it is hard coded to use Nearest neighbour algorithm with pyramids at levels 2, 4 and 8. Adding pyramids to your raster layer can greatly improve rendering performance. This new functionality is accessed by right clicking on a raster legen entry and choosing 'Build Pyramids' from the popup menu. -

    -

    +

    +

    *PLEASE USE WITH CAUTION * This current implementation does not warn you of possible side effects including: -

    - -
      -
    • possible image degradation if too many pyramids are generated -
    • possuble large increase in image side -
    • currently this process IS NOT KNOWN TO BE REVERSIBLE so please backup data +

      + +
        +
      • possible image degradation if too many pyramids are generated +
      • +
      • possuble large increase in image side +
      • +
      • currently this process IS NOT KNOWN TO BE REVERSIBLE so please backup data first before experimenting. -
      +
    • +
    -

    +

    2004-04-27 [ts] 0.2.0devel1 -

    -

    +

    +

    Rejigged single marker symbol so directory, icon selector, preview and scaling widget are all in one panel rather than having to spawn a new window to select an icon. -

    -

    +

    +

    2004-04-27 [ts] 0.2.0devel0 -

    -

    +

    +

    Fixed broken bits in internal plugin builder template and updated default plugin template gui, -

    -

    +

    +

    Version 0.2 'Pumpkin' .... development version -

    -

    +

    +

    2004-04-25 [jobi] 0.1.0devel36 Added i18n tools to EXTRA_DIST Updated German translation fixed a typo -> other translations changed too -

    -

    +

    +

    2004-04-22 [jobi] 0.1.0devel35 added install routine for svg files added new translations adjusted paths in the cpp files -

    -

    +

    +

    2004-04-19 [jobi] 0.1.0devel34 Changed to simple macros for detecting QT and GDAL Added code for detecting QGIS as m4 file to tools @@ -3243,136 +4634,136 @@

    35. 0.5

    !! aclocal) !! It can be cheated by adding -I path/to/qgis.m4 to the aclocal of !! autogen.sh. But be careful not to commit that to CVS -

    -

    +

    +

    2004-04-18 [jobi] 0.1.0devel33 Added internationalisations stuff Needs some documentation and more translations :-) -

    -

    +

    +

    2004-04-17 [ts] 0.1.0devel32 Fix for crash when opening singleband grayscale images introduced by Steves fix for crash when opening MULTIBAND_SINGLEBAND_GRAYSCALE images. Thanks to Steves help, all eight raster renderers are now working properly. This resolves bug : [ 934234 ] Segfault when drawing multiband image band as grayscale -

    -

    +

    +

    2004-04-06 [ts] 0.1.0devel31 Added new plugin (grid_maker) to build arbitrary sized graticules and add them to the current map view. -

    -

    +

    +

    2004-04-05 [jobi] 0.1.0devel30 fixed qgiscommit (didn't work when in qgis root) cosmetics for qgis-config to be more "standardconform" -

    -

    +

    +

    2004-04-04 [jobi] 0.1.0devel29 fixed GRASS provider -

    -

    +

    +

    2004-04-03 [ts] 0.1.0devel28 Bug fix (still unconfirmed if it cures the bug!) for raster layer rendering artifacts. -

    -

    +

    +

    Added new color ramper for grayscale and pseudcolor grayscale image called freak out (its a bit psycadellic at the moment). Last class break ne eds some work! -

    -

    +

    +

    2004-04-02 [jobi] 0.1.0devel27 Added version checks for autoconf, automake and libtool Small bugfixes -

    -

    +

    +

    2004-04-02 [mcoletti] 0.1.0devel26 Rolling forward QgsFeature::setGeometry() interface change whereby the size of the well known type geometry binary buffer is also now passed in. -

    -

    +

    +

    2004-04-02 [mcoletti] 0.1.0devel25 Compensating for QgsFeature::setGeometry() now accepting "size" parameter for the given binary geometry string. -

    -

    +

    +

    QgsShapeFileProvider::endian() now uses shorter, standard way of computing endian-ness. -

    -

    +

    +

    2004-04-02 [stevehalasz] 0.1.0devel25 -

    -

    +

    +

    2004-04-01 [jobi] 0.1.0devel24 changed qgiscommit to hopefully fix all problems -

    -

    +

    +

    2004-04-01 [jobi] 0.1.0devel23 Extended tools/qgiscommit to pass parameters to cvs -

    -

    +

    +

    2004-04-01 [jobi] 0.1.0devel22 Fixed GRASS plugin and provider build -

    -

    +

    +

    2004-04-01 [jobi] 0.1.0devel21 fixed strange warning: object 'foo.$(OBJEXT)' created both with libtool and without also cleaned the other Makefiles that way -

    -

    +

    +

    2004-03-31 [jobi] 0.1.0devel20 fixed small bug renamed plugins/gps_importer/shapefil.h to shapefile.h -

    -

    +

    +

    2004-03-31 [jobi] 0.1.0devel19 A lot of small changes to make release work again Probably more cleaning in the Makefiles needed -

    -

    +

    +

    2004-03-27 [ts] 0.1.0devel18 Fix for cl parameter "snapshot" to ensure events are process (ie canvas is drawn!) before snapshot is taken. -

    -

    +

    +

    2004-03-27 [jobi] 0.1.0devel17 autogen.sh now passes parameters to configure fixed tools/qgiscommit by using mktemp, thanx mcoletti pluginpath is now taken of libdir to be 64bit compliant (e.g. /usr/lib64/qgis) -

    -

    +

    +

    2004-03-26 [jobi] 0.1.0devel13 forgot to remove tempfile -

    -

    +

    +

    2004-03-26 [jobi] 0.1.0devel12 Removed Newline after statusline Should work now fine! Have fun -

    -

    +

    +

    2004-03-26 [jobi] 0.1.0devel11 -

    -

    +

    +

    Added qgiscommit tool -

    -

    +

    +

    2004-03-26 [didge] 0.1.0devel10 -

    -

    +

    +

    Fixed bug #920070 Made plugin-libdir 64bit compatible (e.g. /usr/lib64/qgis) for AMD64 and PPC64 systems -

    -

    +

    +

    2004-03-22 [mac] 0.1.0devel9 -

    -

    +

    +

    Added gps_importer plugin (still a work in progress) -

    -

    +

    +

    2004-03-22 [mac] 0.1.0devel8 s/config.h/qgsconfig.h/ qgsconfig.h now has header sentinels @@ -3380,21 +4771,21 @@

    35. 0.5

    $(prefix)/lib "src/Makefile" no longer relies on explicit dependencies and uses better naming scheme for created source files -

    -

    +

    +

    2004-03-21 [ts] 0.1.0devel7 -

    -

    +

    +

    Added thumbnail preview of raster to raster props dialog. Added drawThumbnail method to rasterlayer.cpp Split (overloaded) draw method in rasterlayer.cpp so that some parts of the original draw method could be used by drawThumbnail method too. -

    -

    +

    +

    Fixed a bug in the drawing of pseudocolor single band grayscale images that prevented all class breaks being displayed. -

    -

    +

    +

    2004-03-10 [gs] 0.1.0devel7 Added delimited text plugin which provides gui to add delimited text layers using the delimited_text data provider @@ -3404,51 +4795,51 @@

    35. 0.5

    Auto* changes to support building the delimited text provider and plugin Minor changes to QgsFeature -

    -

    +

    +

    2004-03-06 [ts] 0.1.0devel6 Completed session management of plugins (so active plugins are remembered when qgis closes and reloaded in the next session). -

    -

    +

    +

    2004-03-06 [ts] 0.1.0devel6 Save state of plugins in ~/.qt/qtrc file (in progress). State is saved, just need to implement code to load plugins marked as active during application startup. -

    -

    +

    +

    2004-03-06 [ts] 0.1.0devel6 Added QgsRasterLayer::filterLayer which gets called near the end of each of the 8 renderers. This is the place to inline filters. Note that eventually filters will be hived out to a filter plugin mechanism. -

    -

    +

    +

    2004-03-06 [didge] 0.1.0devel6 Changed configure stuff to write DEFINES in config.h. PostgreSQL stuff needs testing as I commented the compileflags in src/Makefile.am Infos will be posted on the devel mailinglist -

    -

    +

    +

    2004-03-04 [ts] 0.1.0devel5 Added option to options dialog to disable splashscreen. -

    -

    +

    +

    2004-02-28 [ts] 0.1.0devel5 -

    +

    -
      -
    • -snapshot command line parameter working now and correctly scaling +
        +
      • -snapshot command line parameter working now and correctly scaling snapshot to size of pixmap. started moving splashscreen to a global so other classes diring the startup process can get access to set the splash status. (in progress) -

        +

        2004-02-28 [gs] 0.1.0devel5 Refactored QgsField to use new coding conventions Documented QgsField (added docs to qgsfield.h) Updated doxygen mainpage section in qgis.h Added Whats this? help to main application window Added providers/delimitedtext and associated source files to CVS -

        +

        2004-02-27 [gs] 0.1.0devel4 Corrected debug statements in main.cpp and added a bit of verbiage to the help text. @@ -3456,7 +4847,7 @@

        35. 0.5

        Caller must now provide compatible arguments that the designated provider can use to open the data store and fetch data. Changed QgsPgGeoprocessing class to properly call addVectorLayer. -

        +

        2004-02-27 [ts] Changed cl parser to getopt Moved project loading out of loop that loads layers - you now need to specify @@ -3466,26 +4857,27 @@

        35. 0.5

        specified, take a screenie of the map view and save it to disk as filename - this is under construction still. Added saveMapAsImage(QString) to qgisapp so above cl option can be used. -

        +

        2004-02-26 [ts] Added a tab to raster layer properties dialog to show metadata about the raster layer (using gdal metadata) -

        +

        2004-02-26 [gs] 0.1.0devel3 Added Version to configure.in. QGIS now displays its version number based on the settings in configure.in -

        +

        2004-02-24 [gs] Search radius for identifying features on vector layers added to Preferences -

        +

        2004-02-23 [ts] Save current view to disk as a PNG image -

        -
      +

      +
    • +
    -
    +
    -

    +

    Version 0.1 'Moroz' February 25, 2004 User interface improvements - menu and dialog cleanups and a new icon theme based on Everaldo's Crystal icon set. @@ -3509,8 +4901,8 @@

    35. 0.5

    Numerous bug fixes Removed dependency on libpq++ when compiling with PostgreSQL/PostGIS support PostgreSQL/PostGIS layers now rely on GEOS for selecting features -

    -

    +

    +

    Version 0.0.13 December 8, 2003 New build system (uses GNU Autoconf) Improvement to sorting in attribute table @@ -3518,8 +4910,8 @@

    35. 0.5

    Display order can be changed by dragging a layer to a new position in the legend Export QGIS view as a Mapserver map file Fix for crash on SuSE 9.0 when moving mouse in legend area -

    -

    +

    +

    Version 0.0.12-alpha June 10, 2003 Multiple features displayed with the Identify tool Identify function returns and displays attributes for multiple @@ -3534,8 +4926,8 @@

    35. 0.5

    Bug fix: Bug that prevented lines from being drawn with widths other than 1 pixel Build system has changed for building with PostgreSQL support. -

    -

    +

    +

    Version 0.0.11-alpha June 10, 2003 Preliminary Plugin Manager implementation Version check under tools menu @@ -3548,37 +4940,37 @@

    35. 0.5

    Fix for crash when opening a shapefile attribute table twice in succession Fix for crash when opening invalid shapefiles -

    -

    +

    +

    Version 0.0.10-alpha May 13, 2003 *Fixes to project save/open support *Enhancements to plugin tests *Fixes to build system (gdal link problem) -

    -

    +

    +

    Version 0.0.9-alpha January 25, 2003 *Preliminary project save/open support *Streamlined build system -

    -

    +

    +

    Version 0.0.8-alpha December 11, 2002 *During repaint, the data store is only accessed if map state or extent has changed *Changes to layer properites aren't effective until the Layer Properties dialog is closed *Canceling the Layer Propeties dialog cancels changes -

    -

    +

    +

    Version 0.0.7-alpha November 30, 2002 *Changes to the build system to allow building with/without PostgeSQL support -

    -

    +

    +

    Version 0.0.6a-alpha November 27, 2002 *Fix to build problems introduced at 0.0.6. No new features are included in this release. -

    -

    +

    +

    Version 0.0.6-alpha November 24, 2002 *Improved handling/management of PostGIS connections *Password prompt if the password is not stored with a connection @@ -3586,8 +4978,8 @@

    35. 0.5

    *Identify function for layers *Attribute table for a layer can be displayed and sorted by clicking on column headers *Duplicate layers (layers with same name) are now handled properly -

    -

    +

    +

    Version 0.0.5-alpha October 5, 2002 * Removing a layer from the map no longer crashes the application * Fixed multiple render bug when adding a layer @@ -3598,8 +4990,8 @@

    35. 0.5

    * Zoom Previous added to toolbar * Toolbar has been rearranged and new icons added * Help|About QGis now contains Version, Whats New, and License information -

    -

    +

    +

    Version 0.0.4-alpha August 15, 2002 * Added Layer Properties dialog * User can set color for layers @@ -3609,47 +5001,48 @@

    35. 0.5

    * Fixed multiple repaint bug that occurred when more than one layer was added at a time * Fixed bug that caused a full refresh at the beginning of a pan operation -

    -

    +

    +

    Version 0.0.3-alpha August 10, 2002 * Support for shapefiles and other vector formats * Improved handling of extents when adding layers * Primitive legend that allows control of layer visibility * About Quantum GIS implemented * Other internal changes -

    -

    +

    +

    July 26, 2002 Drawing code now properly displays layers and calculates extents when zooming. Zoom is still fixed zoom in rather than interactive. -

    -

    +

    +

    July 20, 2002 Repaint automatic for layers. -

    -

    +

    +

    July 18, 2002 Point, line and polygon PostGis layers can be drawn. Still issues with map extent and positioning of layers on the canvas. Drawing is manual and not tied to the paint event. No zooming or panning yet. -

    -

    +

    +

    July 10, 2002 Layers can be selected and added to the map canvas collection however the rendering code is currently disabled and being reorganized. So if you add a layer, nothing will be drawn... -

    -

    +

    +

    July 6, 2002 This code is preliminary and really has no true functionality other than the ability to define a PostGIS connection and display the spatially enabled tables that could be loaded. -

    -

    +

    +

    This is the initial import of the code base into CVS on Sourceforge.net. -

    -
    +

    + +
    - - - + + + diff --git a/doc/news.t2t b/doc/news.t2t index f242a30bf693..2c874a257f15 100644 --- a/doc/news.t2t +++ b/doc/news.t2t @@ -4,7 +4,7 @@ Change history for the QGIS Project %! target : html %! style : style.css -%! Options : --toc --toc-level 1 --enum-title --css-sugar --css-inside +%! Options : --toc --toc-level 1 --enum-title %! preproc : TUT_URL https://qgis.org %! PostProc(html): '(?i)(
    )' '
    \1' %! PostProc(html): '(?i)(
    )' '\1'