[ogr provider] insure connection pool updated when subset sql added/changed (#5174)
Alexander Bruy <alexander.bruy@gmail.com> 2017-09-12
[processing] prevent float division by zero in QGIS algorithms
Martin Dobias <wonder.sk@gmail.com> 2017-09-11
CAD dock: fix a typo -> enable new snapping option
When X or Y is locked and user has mouse on top of a segment, CAD dock widget
will snap at the intersection of the segment and the axis.
Martin Dobias <wonder.sk@gmail.com> 2017-09-11
Only update CAD canvas item geometry when necessary
The call to setRect() in paint() handler was triggering canvas redraws
all the time, keeping one CPU core busy nearly all the time when
CAD dock was active.
Merge: 88dc61503c c8aceb22ba
Alexander Bruy <alexander.bruy@gmail.com> 2017-09-12
Merge pull request #5167 from alexbruy/extract-by-expression
[processing] add Extract by expression algorithm to QGIS 2.18
rldhont <rldhont@gmail.com> 2017-09-11
[BUGFIX][Server] GetPrint request renders layers from group in wrong order
Fixed #16769
Alexander Bruy <alexander.bruy@gmail.com> 2017-09-11
[processing] add Extract by expression algorithm as combination
of "Select by expression" and "Save selected features" does not
work in modeler
Juergen E. Fischer <jef@norbit.de> 2017-09-05
Fix build with GDAL<2
Merge: fa8e1a71f6 8eaeaaa0c0
Sandro Mani <manisandro@gmail.com> 2017-09-04
Merge pull request #5125 from manisandro/ogr_orig_fid
[2.18][OGR] Attempt to use actual ogr_fid also if subset string is set
Sandro Mani <manisandro@gmail.com> 2017-09-02
[OGR] Attempt to use actual ogr_fid also if subset string is set
If a subset string is set on an OGR layer, the feature iterator returns features with ids taken from a sequence starting from 0, regardless of the original feature id.
This causes a mismatch in the data shown by the identify results table and the attribute widget.
Juergen E. Fischer <jef@norbit.de> 2017-09-04
german translation update
Juergen E. Fischer <jef@norbit.de> 2017-09-04
translation string fix
Juergen E. Fischer <jef@norbit.de> 2017-08-30
dxf export: allow forcing to 2d to support polyline width (fixes #17049)
(backported from commit 12e69d09914d443adb2ca48f8c89416fc762cd64)
Merge: 474f39a777 89c38ed24a
Nyall Dawson <nyall.dawson@gmail.com> 2017-09-02
Merge pull request #5108 from nyalldawson/fix_17086
[composer] Fix node based items (line/polygon) ignore exclude from export setting
Merge: aec8cd338e f64f8e2bfa
Nyall Dawson <nyall.dawson@gmail.com> 2017-09-02
Merge pull request #5107 from nyalldawson/scalebar_height
[composer] Allow finer setting of scalebar height and widths
Nyall Dawson <nyall.dawson@gmail.com> 2017-09-02
[composer] Fix node based items (line/polygon) ignore exclude
from export setting
Fixes #17086
Nyall Dawson <nyall.dawson@gmail.com> 2017-09-02
[composer] Allow finer setting of scalebar height and widths
While the settings are stored as double, they were being
rounded off in the UI to the nearest mm
(cherry-picked from 7ca0b3d)
Merge: 4514c69925 02c095b699
Nyall Dawson <nyall.dawson@gmail.com> 2017-08-31
Merge pull request #5097 from nyalldawson/fix_16924
Fix missing entries from composer map combo boxes (fixes #16924)
Nyall Dawson <nyall.dawson@gmail.com> 2017-08-31
Fix missing entries from composer map combo boxes (fixes #16924)
Followup cb33c0d40
Alexander Bruy <alexander.bruy@gmail.com> 2017-08-30
[processing] fix TauDEM descriptions parsing
Eric Brelsford <ebrelsford@gmail.com> 2017-08-28
Only pass progress to runalg if it's SilentProgress
Otherwise allow each algorithm to have its own progress
Eric Brelsford <ebrelsford@gmail.com> 2017-08-26
Use progress in ConcaveHull when using runalg
Use the progress parameter when using runalg on other algorithms.
Otherwise those algorithms may try to report progress and cause a crash,
for example if ConcaveHull is called from a plugin from a thread other