Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release of 3.14.1
  • Loading branch information
jef-n committed Jul 19, 2020
1 parent 3711537 commit de08d6b
Show file tree
Hide file tree
Showing 4 changed files with 384 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -17,7 +17,7 @@ SET(CMAKE_LINK_DEPENDS_NO_SHARED ON)
# Project and version
SET(CPACK_PACKAGE_VERSION_MAJOR "3")
SET(CPACK_PACKAGE_VERSION_MINOR "14")
SET(CPACK_PACKAGE_VERSION_PATCH "0")
SET(CPACK_PACKAGE_VERSION_PATCH "1")
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
SET(RELEASE_NAME "Pi")
PROJECT(qgis VERSION ${COMPLETE_VERSION})
Expand Down
374 changes: 374 additions & 0 deletions ChangeLog
@@ -1,3 +1,377 @@
Merge: 8d0b5645b6 df8e2e0824
Matthias Kuhn <matthias@opengis.ch> 2020-07-17

Merge pull request #37848 from qgis-bot/backport-37769-to-release-3_14

[Backport release-3_14] Cache snapping results in feature dialog for subsequent recalculation

Matthias Kuhn <matthias@opengis.ch> 2020-07-17

Fix sip file

Matthias Kuhn <matthias@opengis.ch> 2020-07-17

Set version added to 3.14.1

Co-authored-by: signedav <david@opengis.ch>

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-16

Cache snapping results in feature dialog for subsequent recalculation

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-06-25

Fix missing type column in layer_styles in Postgresql

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-15

Fix returning topological candidates when using deprecated QgsGeometry::splitGeometry

Peter Petrik <zilolv@gmail.com> 2020-07-16

update mdal 0.6.2

Merge: 3b58dcbe03 0097058cf2
Matthias Kuhn <matthias@opengis.ch> 2020-07-16

Merge pull request #37845 from qgis-bot/backport-37830-to-release-3_14

[Backport release-3_14] Fix pasting features - only a single insert operation, no unnecessary (failing) updates

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-16

Fix pasting features - only a single insert operation, no unnecessary (failing) updates

Merge: f9e7e3291e aa38cd250d
Matthias Kuhn <matthias@opengis.ch> 2020-07-16

Merge pull request #37841 from qgis-bot/backport-37826-to-release-3_14

[Backport release-3_14] allow to customize convertToCurves parameters for tracing curves

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-16

allow to customize convertToCurves parameters for tracing curves

qgis-bot <58983587+qgis-bot@users.noreply.github.com> 2020-07-15

Reload the data source when a dependency layer is changed (#37751)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-15

Fix crash when trying to initialize snapping on invalid layer

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-13

[python console] Match key up / down behavior to that of bash and allow for a 'soft' history to be editable

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-10

Fix crash when using expression editor in aggregate algorithm

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-11

Add safety check

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-12

Fix freeze when auto-finding broken layers

Tom Kralidis <tomkralidis@gmail.com> 2020-07-12

[MetaSearch] clear search results when inspecting CSW in server tab (#37448)

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-10

Fix mask settings obliterate data defined text orientation settings

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-09

Don't require all parameter values to be specified via qgis_process command line tool

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-09

When creating geometry collections for GEOS, skip any empty parts

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-09

Fix crash when smoothing feature with a curved geometry type

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-09

Fix missing fields when running algorithm in place mode

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-09

when adding new field apply precision only when field type supports it

Mickael Savinaud <mickael.savinaud@c-s.fr> 2020-07-01

Fix OTB icon which is not render into QGIS Processing

Merge: c0ae18ec24 3366df76ce
Denis Rouzaud <denis.rouzaud@gmail.com> 2020-07-09

Merge pull request #37715 from qgis-bot/backport-37713-to-release-3_14

[Backport release-3_14] [sipify] format section/subsection to RST

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-09

[themes] Also provide checkbox styling for list view widgets

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-09

[sipify] format section/subsection to RST

Merge: 87e987339c 1353bb5b94
signedav <david@opengis.ch> 2020-07-09

Merge pull request #37676 from signedav/backport_shortcut-edit

[Backport release-3_14] Return on shortcut paste when layer not editable

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-09

Fix some warnings on msvc while building qgis_process tool

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-08

qgis_process is no windows gui app (fixes #37465)

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-08

Collect features algorithm doesn't care about geometry validity

signedav <david@opengis.ch> 2020-07-08

fix wrong feedback message in case addFeatures had not been successfull

(change from d523eb99b74baf00b2422508fc7eac8cc9e4e431 without changing feedback texts)

signedav <david@opengis.ch> 2020-07-08

raise message and return if trying to paste or cut features on not editable layer

(cherry-pick from 40264cec9bc67ed9d16dd7492c375c1dc5600018)

Merge: 0f82482c9f 717d838084
signedav <david@opengis.ch> 2020-07-08

Merge pull request #37617 from qgis-bot/backport-37570-to-release-3_14

[Backport release-3_14] Fix attributes on copy paste while QGIS stays responsive

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-02

Fix unreported sslmode storage from connections API

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-07

fix adding relation with multiple field pairs from dialog

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-07

fixes invalid relation in search form

qgis-bot <58983587+qgis-bot@users.noreply.github.com> 2020-07-07

disable feature picker when no feature is available in expression preview widget (#37643)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

qgis-bot <58983587+qgis-bot@users.noreply.github.com> 2020-07-07

Show python code sample in PyQGIS doc, take 2 (#37646)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

qgis-bot <58983587+qgis-bot@users.noreply.github.com> 2020-07-07

re-allow circular dependencies (#37641)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-06

Use correct layer comparators when comparing layer sources in processing

Merge: bb0ef11bb3 36bc3d4593
Matthias Kuhn <matthias@opengis.ch> 2020-07-06

Merge pull request #37615 from qgis-bot/backport-37600-to-release-3_14

[Backport release-3_14] Add safety check for layer pointer

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-06

Fix attributes on copy paste while QGIS stays responsive

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-06

Add safety check for layer pointer

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-06

A multilayer input is allowed to be set to a model input feature source parameter

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-06

Fix crash on startup in certain circumstances

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-04

Fix batch panel uses layer ids when auto populating output names based on a layer parameter

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-04

Fix crash in QgsWmsProvider::htmlMetadata if layer is invalid

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-02

Fix QgsGeometry::asQPolygonF doesn't handle multipolygon inputs gracefully

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-03

fix PyQGIS docs for QgsProviderMetadata

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-03

[dox] fix code formatting

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-01

Browser: fix GPKG sublayers and empty DBs

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-07-01

Immediately liberate connection of expression value gatherer

Merge: e79a8597d8 2fc2673e04
Nyall Dawson <nyall.dawson@gmail.com> 2020-07-01

Merge pull request #37512 from qgis-bot/backport-37459-to-release-3_14

[Backport release-3_14] Fix restoring dialog geometry after minimize when enableAutoGeometryRestore is used

Mathieu Pellerin <nirvn.asia@gmail.com> 2020-06-30

Minimum year possible in project properties temporal extent should be 1

Mathieu Pellerin <nirvn.asia@gmail.com> 2020-06-30

Minimum year possible in layout map item temporal extent should be 1

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-06-30

Fix restoring dialog geometry after minimize when enableAutoGeometryRestore is used

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-06-30

Minimum year possible in temporal controller should be 1

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-06-29

[mssql] Reallow creating connections with empty provider/dsn strings

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-06-29

Fix default extent is not shown in extent widget

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-06-29

Fix raster quantile classification

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-06-29

Fix raster quantile with float

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-06-29

Fix GPKG project storage with UTF8 names on windows

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-06-24

Accept fields of type "name" in PG 12

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-06-24

[ui] Improve a bunch of mesh icons to make them dark theme compatible

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-06-24

OpenCL quote paths

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-06-26

[feature] Server WFS3 api sorting

Nyall Dawson <nyall.dawson@gmail.com> 2020-06-28

Fix ui build warning

Mathieu Pellerin <nirvn.asia@gmail.com> 2020-06-28

Provide a parent for a couple of toolbar button menus

Mathieu Pellerin <nirvn.asia@gmail.com> 2020-06-27

[ui] Reflect playback stay in the 3D map view's play button

Mathieu Pellerin <nirvn.asia@gmail.com> 2020-06-27

[ui] Move icon-less network logger toolbar actions under settings menu

Mathieu Pellerin <nirvn.asia@gmail.com> 2020-06-27

[ui] Add a record icon and use it in the network logger panel

Mathieu Pellerin <nirvn.asia@gmail.com> 2020-06-27

[ui] Harmonize loop widget of 3D map view

Mathieu Pellerin <nirvn.asia@gmail.com> 2020-06-27

[ui] Better network logger icon

Mathieu Pellerin <nirvn.asia@gmail.com> 2020-06-27

[ui] Harmonize play button across the board

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-06-28

Name role in expression item to be stable on fields in the expression builder

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-06-26

[vector layer] Fix feature request order by not working against non-provider fields

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-06-25

remove pointcloud installation in postgis Docker image

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-06-26

Reactivate WMS GetPrint unit tests

Ivan Ivanov <ivan.ivanov@suricactus.com> 2020-06-23

Fix delimitedtext CSVs in virtual layers

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-06-24

Fix oracle add from source select

Jürgen E. Fischer <jef@norbit.de> 2020-06-19

Release of 3.14 (Pi)

Jürgen E. Fischer <jef@norbit.de> 2020-06-19

changelog and news update for 3.14

Jürgen E. Fischer <jef@norbit.de> 2020-06-19

translation update for 3.14.0 from transifex
Expand Down

0 comments on commit de08d6b

Please sign in to comment.