Skip to content

Commit

Permalink
Release of 2.18.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Apr 20, 2018
1 parent aa02ad2 commit 3a17f72
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,6 +1,6 @@
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
SET(CPACK_PACKAGE_VERSION_MINOR "18")
SET(CPACK_PACKAGE_VERSION_PATCH "18")
SET(CPACK_PACKAGE_VERSION_PATCH "19")
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
SET(RELEASE_NAME "Las Palmas")
IF (POLICY CMP0048) # in CMake 3.0.0+
Expand Down
225 changes: 225 additions & 0 deletions ChangeLog
@@ -1,3 +1,228 @@
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-20

Add safety check

Merge: c577b65ba4 cdb4f859c9
Borys Jurgiel <info@borysjurgiel.pl> 2018-04-20

Merge pull request #6827 from borysiasty/gpkgfix

Backport 1822b76c1a6 & 24de8195449 - use layername instead of layerid in multilayer OGR source URI

Merge: 9bf55aa19a 543f501cd5
mhugent <marco.hugentobler@sourcepole.ch> 2018-04-20

Merge pull request #6810 from mhugent/dxf_fixes_2_18

Dxf fixes for 2 18

Borys Jurgiel <info@borysjurgiel.pl> 2018-04-20

[tr] Polish translation update

Borys Jurgiel <info@borysjurgiel.pl> 2018-04-19

Backport critical part of 1822b76c1a6 and 24de8195449 to 2.18 in order to prevent gpkg layers from being accidentally corrupted.

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-19

Fix geometry generator symbol layers in dxf export

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-19

Document function arguments

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-19

Fix warning

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-19

Add sip binding and comments

Merge: 73f7bd3e8b c217cbb4dd
mhugent <marco.hugentobler@sourcepole.ch> 2018-04-17

Merge pull request #6792 from mhugent/get_legend_fix_no_layers

2.18 Server: return empty image in GetLegendGraphis if no layer is there

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-17

Add unit test for empty contextual legend

Daan Goedkoop <dgoedkoop@gmx.net> 2016-07-09

Add null handling to value map edit widget (fixes #15215) (#3274)

* Add null handling to value map edit widget (fixes #15215)

* Return QVariant type

* Use hardcoded value for 'null' representation

* Detect "null" value when loading value map from csv; use null QString constructor

* Use configured "null" representation for display in value map

* Use single definition for value map null representation guid

* Added unit test for value map widget and fixed value displaying bug

(cherry picked from commit d2c986343c5311dfd05cc819fe9807e53259c035)

Matthias Kuhn <matthias@opengis.ch> 2018-04-16

Use relation id instead of name for nesting detection

Borys Jurgiel <info@borysjurgiel.pl> 2018-04-16

[tr] Polish translation update

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-13

Server: return empty image in GetLegendGraphis if no layer is there (e.g. contextual legend)

Andrea Giudiceandrea <andreaerdna@libero.it> 2018-03-04

Fixes a wrong dpi resolution in images exported from composer

In order to avoid wrong dpi resolution in images exported from composer we need to round the dpi resolution calculated "using average of derived x/y dpi" instead of truncate it to int.

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-12

Fix line offset dxf export

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-12

Support more QgsMapUnitScale properties in dxf export

Merge: 6c06421aee 8c8cd8df80
Matthias Kuhn <matthias@opengis.ch> 2018-04-12

Merge pull request #6788 from signedav/fix_condformat_alpha_BP_218_3

Backport to 2.18 Save and load alpha of conditional style color

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-12

Consider QgsMapUnitScale in dxf export and fix QgsDxfExport::mapUnitScaleFactor

David <david@opengis.ch> 2018-04-12

Save and load alpha of conditional style color

Alpha (opacity) will be saved and loaded for the conditional style color of text and background.

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-12

Support symbology width in pixels in dxf export

Juergen E. Fischer <jef@norbit.de> 2018-04-11

spanish translation fix

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-10

Fix dxf export outline width

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-10

Set global and project expression scope for dxf export

Merge: 3c3c00aae7 aa40425885
Matthias Kuhn <matthias@opengis.ch> 2018-04-09

Merge pull request #6701 from sebastic/wmsprovider-qt4_wrap_cpp-dependencies

Add custom target for QT4_WRAP_CPP macro to fix parallel builds.

Merge: b1c6a87806 032e08294c
Blottiere Paul <blottiere.paul@gmail.com> 2018-04-09

Merge pull request #6719 from pblottiere/bugfix_transaction_constraints_218

[backport][bugfix] Update all attributes in a single transaction

Blottiere Paul <blottiere.paul@gmail.com> 2018-04-06

Update doc and add python binding

Blottiere Paul <blottiere.paul@gmail.com> 2018-04-06

Add unit tests

Borys Jurgiel <info@borysjurgiel.pl> 2018-04-06

[tr] Polish translation update

rldhont <rldhont@gmail.com> 2018-04-05

[BUGFIX][Processing] updateAlgsList

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-03

Fix opacity in svg marker dxf export

rldhont <rldhont@gmail.com> 2018-04-01

[BUGFIX][Server] Enhance cleaning propertyname and searching by propertyname

rldhont <rldhont@gmail.com> 2018-04-01

[Server] Enhance shortNameRegExp

Juergen E. Fischer <jef@norbit.de> 2018-03-31

Revert "translation fix" (applied translation of previous version to
changed strings)

This reverts commit cea9746b4f5b7aec465586331266b7b1923c4710.

Blottiere Paul <blottiere.paul@gmail.com> 2018-03-30

Update all attributes in a single transaction

Fixes #17869

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-03-29

Fix offset in svg marker dxf export

Bas Couwenberg <sebastic@xs4all.nl> 2018-03-28

Add custom target for QT4_WRAP_CPP macro.

Move wmsprovider dependencies to QT4_WRAP_CPP target to fix parallel build.

Bas Couwenberg <sebastic@xs4all.nl> 2018-03-27

Add dependency on ui target to wms provider.

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-03-27

Fix double vertices in simple marker dxf export

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-03-27

Dxf export: fix offset and offset rotation for simple marker

Salvatore Larosa <lrssvtml@gmail.com> 2018-03-26

translation fix

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-03-26

Dxf export: fix offset direction and consider simple marker offset also for circles

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-03-26

Dxf export: fix data defined properties in simple marker

Juergen E. Fischer <jef@norbit.de> 2018-03-23

Release of 2.18.18

Juergen E. Fischer <jef@norbit.de> 2018-03-23

update translation stats
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
@@ -1,8 +1,14 @@
qgis (2.18.18) UNRELEASED; urgency=medium
qgis (2.18.19) UNRELEASED; urgency=medium

* Release of 2.18.19

-- Jürgen E. Fischer <jef@norbit.de> Fri, 20 Apr 2018 14:00:07 +0200

qgis (2.18.18) unstable; urgency=medium

* Release of 2.18.18

-- Jürgen E. Fischer <jef@norbit.de> Fri, 23 Mar 2018 13:00:13 +0100
-- Jürgen E. Fischer <jef@norbit.de> Fri, 20 Apr 2018 14:00:07 +0200

qgis (2.18.17) unstable; urgency=medium

Expand Down

0 comments on commit 3a17f72

Please sign in to comment.