Skip to content

Commit 3a17f72

Browse files
committed
Release of 2.18.19
1 parent aa02ad2 commit 3a17f72

File tree

3 files changed

+234
-3
lines changed

3 files changed

+234
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
22
SET(CPACK_PACKAGE_VERSION_MINOR "18")
3-
SET(CPACK_PACKAGE_VERSION_PATCH "18")
3+
SET(CPACK_PACKAGE_VERSION_PATCH "19")
44
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
55
SET(RELEASE_NAME "Las Palmas")
66
IF (POLICY CMP0048) # in CMake 3.0.0+

ChangeLog

+225
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,228 @@
1+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-20
2+
3+
Add safety check
4+
5+
Merge: c577b65ba4 cdb4f859c9
6+
Borys Jurgiel <info@borysjurgiel.pl> 2018-04-20
7+
8+
Merge pull request #6827 from borysiasty/gpkgfix
9+
10+
Backport 1822b76c1a6 & 24de8195449 - use layername instead of layerid in multilayer OGR source URI
11+
12+
Merge: 9bf55aa19a 543f501cd5
13+
mhugent <marco.hugentobler@sourcepole.ch> 2018-04-20
14+
15+
Merge pull request #6810 from mhugent/dxf_fixes_2_18
16+
17+
Dxf fixes for 2 18
18+
19+
Borys Jurgiel <info@borysjurgiel.pl> 2018-04-20
20+
21+
[tr] Polish translation update
22+
23+
Borys Jurgiel <info@borysjurgiel.pl> 2018-04-19
24+
25+
Backport critical part of 1822b76c1a6 and 24de8195449 to 2.18 in order to prevent gpkg layers from being accidentally corrupted.
26+
27+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-19
28+
29+
Fix geometry generator symbol layers in dxf export
30+
31+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-19
32+
33+
Document function arguments
34+
35+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-19
36+
37+
Fix warning
38+
39+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-19
40+
41+
Add sip binding and comments
42+
43+
Merge: 73f7bd3e8b c217cbb4dd
44+
mhugent <marco.hugentobler@sourcepole.ch> 2018-04-17
45+
46+
Merge pull request #6792 from mhugent/get_legend_fix_no_layers
47+
48+
2.18 Server: return empty image in GetLegendGraphis if no layer is there
49+
50+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-17
51+
52+
Add unit test for empty contextual legend
53+
54+
Daan Goedkoop <dgoedkoop@gmx.net> 2016-07-09
55+
56+
Add null handling to value map edit widget (fixes #15215) (#3274)
57+
58+
* Add null handling to value map edit widget (fixes #15215)
59+
60+
* Return QVariant type
61+
62+
* Use hardcoded value for 'null' representation
63+
64+
* Detect "null" value when loading value map from csv; use null QString constructor
65+
66+
* Use configured "null" representation for display in value map
67+
68+
* Use single definition for value map null representation guid
69+
70+
* Added unit test for value map widget and fixed value displaying bug
71+
72+
(cherry picked from commit d2c986343c5311dfd05cc819fe9807e53259c035)
73+
74+
Matthias Kuhn <matthias@opengis.ch> 2018-04-16
75+
76+
Use relation id instead of name for nesting detection
77+
78+
Borys Jurgiel <info@borysjurgiel.pl> 2018-04-16
79+
80+
[tr] Polish translation update
81+
82+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-13
83+
84+
Server: return empty image in GetLegendGraphis if no layer is there (e.g. contextual legend)
85+
86+
Andrea Giudiceandrea <andreaerdna@libero.it> 2018-03-04
87+
88+
Fixes a wrong dpi resolution in images exported from composer
89+
90+
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.
91+
92+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-12
93+
94+
Fix line offset dxf export
95+
96+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-12
97+
98+
Support more QgsMapUnitScale properties in dxf export
99+
100+
Merge: 6c06421aee 8c8cd8df80
101+
Matthias Kuhn <matthias@opengis.ch> 2018-04-12
102+
103+
Merge pull request #6788 from signedav/fix_condformat_alpha_BP_218_3
104+
105+
Backport to 2.18 Save and load alpha of conditional style color
106+
107+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-12
108+
109+
Consider QgsMapUnitScale in dxf export and fix QgsDxfExport::mapUnitScaleFactor
110+
111+
David <david@opengis.ch> 2018-04-12
112+
113+
Save and load alpha of conditional style color
114+
115+
Alpha (opacity) will be saved and loaded for the conditional style color of text and background.
116+
117+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-12
118+
119+
Support symbology width in pixels in dxf export
120+
121+
Juergen E. Fischer <jef@norbit.de> 2018-04-11
122+
123+
spanish translation fix
124+
125+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-10
126+
127+
Fix dxf export outline width
128+
129+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-10
130+
131+
Set global and project expression scope for dxf export
132+
133+
Merge: 3c3c00aae7 aa40425885
134+
Matthias Kuhn <matthias@opengis.ch> 2018-04-09
135+
136+
Merge pull request #6701 from sebastic/wmsprovider-qt4_wrap_cpp-dependencies
137+
138+
Add custom target for QT4_WRAP_CPP macro to fix parallel builds.
139+
140+
Merge: b1c6a87806 032e08294c
141+
Blottiere Paul <blottiere.paul@gmail.com> 2018-04-09
142+
143+
Merge pull request #6719 from pblottiere/bugfix_transaction_constraints_218
144+
145+
[backport][bugfix] Update all attributes in a single transaction
146+
147+
Blottiere Paul <blottiere.paul@gmail.com> 2018-04-06
148+
149+
Update doc and add python binding
150+
151+
Blottiere Paul <blottiere.paul@gmail.com> 2018-04-06
152+
153+
Add unit tests
154+
155+
Borys Jurgiel <info@borysjurgiel.pl> 2018-04-06
156+
157+
[tr] Polish translation update
158+
159+
rldhont <rldhont@gmail.com> 2018-04-05
160+
161+
[BUGFIX][Processing] updateAlgsList
162+
163+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-04-03
164+
165+
Fix opacity in svg marker dxf export
166+
167+
rldhont <rldhont@gmail.com> 2018-04-01
168+
169+
[BUGFIX][Server] Enhance cleaning propertyname and searching by propertyname
170+
171+
rldhont <rldhont@gmail.com> 2018-04-01
172+
173+
[Server] Enhance shortNameRegExp
174+
175+
Juergen E. Fischer <jef@norbit.de> 2018-03-31
176+
177+
Revert "translation fix" (applied translation of previous version to
178+
changed strings)
179+
180+
This reverts commit cea9746b4f5b7aec465586331266b7b1923c4710.
181+
182+
Blottiere Paul <blottiere.paul@gmail.com> 2018-03-30
183+
184+
Update all attributes in a single transaction
185+
186+
Fixes #17869
187+
188+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-03-29
189+
190+
Fix offset in svg marker dxf export
191+
192+
Bas Couwenberg <sebastic@xs4all.nl> 2018-03-28
193+
194+
Add custom target for QT4_WRAP_CPP macro.
195+
196+
Move wmsprovider dependencies to QT4_WRAP_CPP target to fix parallel build.
197+
198+
Bas Couwenberg <sebastic@xs4all.nl> 2018-03-27
199+
200+
Add dependency on ui target to wms provider.
201+
202+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-03-27
203+
204+
Fix double vertices in simple marker dxf export
205+
206+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-03-27
207+
208+
Dxf export: fix offset and offset rotation for simple marker
209+
210+
Salvatore Larosa <lrssvtml@gmail.com> 2018-03-26
211+
212+
translation fix
213+
214+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-03-26
215+
216+
Dxf export: fix offset direction and consider simple marker offset also for circles
217+
218+
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2018-03-26
219+
220+
Dxf export: fix data defined properties in simple marker
221+
222+
Juergen E. Fischer <jef@norbit.de> 2018-03-23
223+
224+
Release of 2.18.18
225+
1226
Juergen E. Fischer <jef@norbit.de> 2018-03-23
2227

3228
update translation stats

debian/changelog

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
qgis (2.18.18) UNRELEASED; urgency=medium
1+
qgis (2.18.19) UNRELEASED; urgency=medium
2+
3+
* Release of 2.18.19
4+
5+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 20 Apr 2018 14:00:07 +0200
6+
7+
qgis (2.18.18) unstable; urgency=medium
28

39
* Release of 2.18.18
410

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

713
qgis (2.18.17) unstable; urgency=medium
814

0 commit comments

Comments
 (0)