Skip to content

Commit 8545b3b

Browse files
committedJul 29, 2016
Release of 2.16.1
1 parent cc3d3f7 commit 8545b3b

File tree

3 files changed

+374
-3
lines changed

3 files changed

+374
-3
lines changed
 

‎CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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 "16")
3-
SET(CPACK_PACKAGE_VERSION_PATCH "0")
3+
SET(CPACK_PACKAGE_VERSION_PATCH "1")
44
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
55
SET(RELEASE_NAME "Nødebo")
66
IF (POLICY CMP0048) # in CMake 3.0.0+

‎ChangeLog

Lines changed: 365 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,368 @@
1+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-29
2+
3+
Fix map not refreshed after using pan to selected (fix #15324)
4+
5+
(cherry-picked from 530a85216ee63db320196fd808f8eb654ac918d7)
6+
7+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-29
8+
9+
[gui] gray lock icon, and flat style for extent button
10+
11+
(cherry-picked from 6bd15ff79e0c9f749595a1e2d6439fd15edfd1e8)
12+
13+
Merge: 4fadd79 3224e9c
14+
Tom Kralidis <tomkralidis@gmail.com> 2016-07-27
15+
16+
Merge pull request #3342 from tomkralidis/owslib-0.11.2
17+
18+
upgrade OWSLib to 0.11.2
19+
20+
Tom Kralidis <tomkralidis@gmail.com> 2016-07-25
21+
22+
upgrade OWSLib to 0.11.2
23+
24+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-27
25+
26+
Fix indentation
27+
28+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-27
29+
30+
Fix labeling using perimeter with repeating label distance set
31+
32+
If the visible part of a polygon is clipped and becomes a multipolygon, only
33+
one label is plotted on the wrong side of the polygon.
34+
35+
Settings:
36+
Placement: Using Perimeter
37+
Allowed positions: Below line / Line orientation dependent position checked
38+
Repeat: 100 mm
39+
40+
Fix #15341
41+
42+
(cherry-picked from c0b1684058a5acf3ae58ea63bea7b00520e27725)
43+
44+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-27
45+
46+
Add labeling tests for letter/word spacing
47+
48+
(cherry-picked from 3d6688cce5598d0c09d13f2cd8db30f1f073e928)
49+
50+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-26
51+
52+
Update curved label test reference images
53+
54+
(cherry-picked from 5228de353c84337b3d753fe15c47ee09ecb2643a)
55+
56+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-27
57+
58+
[labels] Fix word and letter spacing truncated to integers
59+
60+
(cherry-picked from 449fcad8ce0808780cf662362cf5c6568abd09bb)
61+
62+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-27
63+
64+
[labeling] Curved labels are now angled per character
65+
66+
...instead of shifted along base line (fix #15210)
67+
68+
(cherry-picked from 22fdb6ab9fcb076f3f3e8601fa4bdc7e0894a103)
69+
70+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-26
71+
72+
Fix features are not labeled when using merged connected lines and
73+
lines are touching but not at endpoints
74+
75+
(cherry-picked from 9007d5c11b17840e2e06a4a0bd1f403490d5012a)
76+
77+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-26
78+
79+
[composer] Fix editing of map item variables
80+
81+
On behalf of Faunalia, sponsored by ENEL
82+
83+
(cherry-picked from 5384e203fb58a7402ed8ff5598257a953171830d)
84+
85+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-26
86+
87+
Fix annotation position when maps are rotated, remove hacks
88+
89+
Adds a new interface class QgsAnnotation, and allows for removal
90+
of a bunch of hacks in QgsComposerMap without breaking 2.x API
91+
92+
(cherry-picked from 0fa6499bef93b2949a7f35d8cfc35a90a353a004)
93+
94+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-26
95+
96+
Fix text annotation edit background should match frame background
97+
98+
Otherwise white text is not visible. Fix #10553.
99+
100+
(cherry-picked from 76c4cae)
101+
102+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-26
103+
104+
Always keep full precision when saving annotation properties
105+
106+
(cherry-picked from 0554f5656cedb588598ef41204acbff185e08a33)
107+
108+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-26
109+
110+
Avoid dialog 'flashing' when opening annotation properties
111+
112+
(cherry-picked from a798ba0637b25654e323090b4e2ce50ddd7ea3a4)
113+
114+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-26
115+
116+
Fix annotation colors are modified when cancel is clicked
117+
118+
(cherry-picked from 95fd61c7bd1b9619759382a7f546b385ac33bd8d)
119+
120+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-26
121+
122+
Make filename in project properties copyable
123+
124+
(cherry-picked from d56ca40)
125+
126+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-26
127+
128+
Use closed hand cursor when dragging canvas with middle mouse button
129+
130+
(cherry-picked from 2dcd40554ad1d146438fde656eed3e5ac14011da)
131+
132+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-26
133+
134+
Allow shift-drag zooming with touch tool
135+
136+
(cherry-picked from 39da9d1402018f7b5108a998e94173b466f4a4fc)
137+
138+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-26
139+
140+
Clean up handling of inverted axis for CRS, fix detachment issue
141+
142+
(cherry-picked from 6dac8e18bd828bbccfa9971b7cb6fee417c0a068)
143+
144+
Juergen E. Fischer <jef@norbit.de> 2016-07-23
145+
146+
oracle provider: fix binding of output values
147+
148+
(cherry picked from commit 1368038ca93ce923cae7f507f5f387690a2f3136)
149+
150+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-19
151+
152+
[composer] Load all composition properties from template/duplicate
153+
154+
Previously some settings where not being correctly restore, eg
155+
page size, grid settings, expression variables
156+
157+
On behalf of Faunalia, sponsored by ENEL
158+
159+
Fix #8705
160+
161+
(cherry-picked from 7343b36e2574a9d9b16158911adaaf6b9d3740be)
162+
163+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-19
164+
165+
[composer] Simplify and consolidate loading of templates
166+
167+
On behalf of Faunalia, sponsored by ENEL
168+
169+
(cherry-picked from 656e56e447c5d75476aba2259ada05bb06699f94)
170+
171+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-19
172+
173+
Add missing function help (fix #15264)
174+
175+
(cherry-picked from 59dc4079a55ea2be0158f4154a3c2e389c4f95fc)
176+
177+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-19
178+
179+
Make sure variable editor widgets always show current variables
180+
181+
On behalf of Faunalia, sponsored by ENEL
182+
183+
(cherry-picked from c7ffdfa5e991743e862f10ae2dbec2c05c4b795c)
184+
185+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-19
186+
187+
[composer] Avoid crash when atlas page name field has spaces
188+
189+
Fix #15297
190+
191+
(cherry-picked from 631b5e87c3d4d72b80e6087c48caf7d73a477213)
192+
193+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-19
194+
195+
[composer] fix html label stylesheet's margin (fixes #15290)
196+
197+
(cherry-picked from 7352df6935368ca74fd2eef2bfe4b364908b9286)
198+
199+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-19
200+
201+
Use flat style for scale lock button
202+
203+
(cherry-picked from b220d66dcc73720a935dddc2c620903aa76808a0)
204+
205+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-19
206+
207+
Remove "restart required" from "open table as dock" option
208+
209+
Since it seems that a restart *isn't* required!
210+
211+
(cherry-pick -n 8943ed7c9f41ef3f7a33f402f709d9bf9156ffd1)
212+
213+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-19
214+
215+
Fix crash in QgsGeometry::unaryUnion with empty geometries
216+
217+
(cherry-picked from b61641dc72b140a02de8eb0636a3817f44b9c8fc)
218+
219+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-19
220+
221+
Update legend test masks, fix for PyQt5
222+
223+
(cherry-picked from 7f2bdcf34254d887885fcb61e97408d1d4407fca)
224+
225+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-19
226+
227+
Fix use of : in label (violation of HIG)
228+
229+
(cherry-picked from 5a2031349f62d808f78fdc496932d6cc713801d8)
230+
231+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-19
232+
233+
[composer] Add a checkbox for legends to prevent automatic resizing
234+
235+
A new checkbox has been added to the legend settings to control
236+
whether or not a legend should be automatically resized to fit
237+
its contents.
238+
239+
If unchecked, then the legend will never resize and instead just
240+
stick to whatever size the user has set. Any content which
241+
doesn't fit the size is cropped out.
242+
243+
Refs #10556
244+
245+
On behalf of Faunalia, sponsored by ENEL
246+
247+
(cherry-picked from 2f8c6f52073d4c9c77c39fa119f18ef82783e05d)
248+
249+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-19
250+
251+
[composer] Fix setting legend content by map not resizing legend
252+
253+
When a legend was set to filter content by map, it wasn't
254+
consistently being resized to fit the legend contents. This caused
255+
issues for atlas exports where legends could grow but never
256+
shrink.
257+
258+
Fix #14707
259+
260+
On behalf of Faunalia, sponsored by ENEL
261+
262+
(cherry-picked from 4f31ab656ef04c78d92fce2f1a68833043adb456)
263+
264+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-19
265+
266+
][composer] Fix initial size of legend is wrong if symbol size in
267+
map units is used (fix #11921)
268+
269+
On behalf of Faunalia, sponsored by ENEL
270+
271+
(cherry-picked from 93f2eec711f2d3e1593f497db581a7e6973cfcc9)
272+
273+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-19
274+
275+
Avoid some unnecessary composer legend updates
276+
277+
(cherry-picked from aaa654fba9a79b8842ada7570e653dc8b4f39a97)
278+
279+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-19
280+
281+
Show tooltips for layer style dock labeling tabs
282+
283+
(cherry-picked from 7d822f01c7aff8a58fcb9116855a94362f43d367)
284+
285+
Nyall Dawson <nyall.dawson@gmail.com> 2016-07-19
286+
287+
[oracle] Fix minor Coverity issues
288+
289+
(cherry-picked from b94fbc0485b3998312749327974bf8e8f49504a9)
290+
291+
Etienne Trimaille <etienne@Etiennes-MacBook-Pro.local> 2016-07-12
292+
293+
add qscintilla to cmakelists
294+
295+
Matthias Kuhn <matthias@opengis.ch> 2016-07-12
296+
297+
[server] Fix crash in WMS server when... bad things happen
298+
299+
No idea what exactly the reason is, and it was only discovered by
300+
countless hours of printf-debugging. So I'm just pushing the fix
301+
for everyone else who might be affected.
302+
303+
Matthias Kuhn <matthias@opengis.ch> 2016-07-12
304+
305+
Fix single process build
306+
307+
A race condition triggered that sometimes the file
308+
output/python/qgis/__init__.py was not created before a python uic
309+
compiler started and therefore the required module could not be
310+
imported.
311+
312+
This leads to errors like
313+
314+
[ 82%] Generating ui_dialogAbout.py
315+
Traceback (most recent call last):
316+
File "../../../../../scripts/pyuic-wrapper.py", line 26, in <module>
317+
import qgis.PyQt.uic.pyuic
318+
ImportError: No module named qgis.PyQt.uic.pyuic
319+
python/plugins/GdalTools/tools/CMakeFiles/zzz-GdalTools-2-depend.dir/build.make:117:
320+
recipe for target 'python/plugins/GdalTools/tools/ui_dialogAbout.py'
321+
failed
322+
make[2]: *** [python/plugins/GdalTools/tools/ui_dialogAbout.py] Error 1
323+
CMakeFiles/Makefile2:5074: recipe for target
324+
'python/plugins/GdalTools/tools/CMakeFiles/zzz-GdalTools-2-depend.dir/all'
325+
failed
326+
make[1]: ***
327+
[python/plugins/GdalTools/tools/CMakeFiles/zzz-GdalTools-2-depend.dir/all]
328+
Error 2
329+
Makefile:160: recipe for target 'all' failed
330+
make: *** [all] Error 2
331+
332+
nirvn <nirvn.asia@gmail.com> 2016-07-11
333+
334+
[splashscreen] fix pixelated scaling
335+
336+
(cherry picked from commit de6320279a2c7465630d7e58cef9cbcedf169096)
337+
338+
Juergen E. Fischer <jef@norbit.de> 2016-07-10
339+
340+
msvc: use /bigobj for sip modules
341+
342+
Juergen E. Fischer <jef@norbit.de> 2016-07-10
343+
344+
fix 39d6e79
345+
346+
Juergen E. Fischer <jef@norbit.de> 2016-07-10
347+
348+
support utf-8 encoded release names
349+
350+
(cherry picked from commit c9838ccea481c8ca87c4e1647099cfe78777e795)
351+
352+
Bas Couwenberg <sebastic@xs4all.nl> 2016-07-09
353+
354+
Fix installation path of scalable icons.
355+
356+
(cherry picked from commit f5b86230121d533a070748427b613610d308d4d3)
357+
358+
Juergen E. Fischer <jef@norbit.de> 2016-07-08
359+
360+
Release of 2.16 (Nødebo)
361+
362+
Juergen E. Fischer <jef@norbit.de> 2016-07-08
363+
364+
changelog and news update for 2.16
365+
1366
Juergen E. Fischer <jef@norbit.de> 2016-07-08
2367

3368
translation update for 2.16 from transifex

‎debian/changelog

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
qgis (2.16.0) UNRELEASED; urgency=medium
1+
qgis (2.16.1) UNRELEASED; urgency=medium
2+
3+
* Release of 2.16.1
4+
5+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 29 Jul 2016 14:04:56 +0200
6+
7+
qgis (2.16.0) unstable; urgency=medium
28

39
* Release of 2.16.0
410

5-
-- Jürgen E. Fischer <jef@norbit.de> Fri, 08 Jul 2016 14:11:47 +0200
11+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 29 Jul 2016 14:04:56 +0200
612

713
qgis (2.15.0) unstable; urgency=medium
814

0 commit comments

Comments
 (0)
Please sign in to comment.