Martin Dobias
28d7c8c469
Fix a crash in tessellator with self-intersecting rings
...
Self-intersecting polygon rings may crash poly2tri so we skip them (for now)
2018-05-07 22:11:27 +02:00
Nyall Dawson
ea38c7322b
[afs] Fix handling of custom projections
...
Don't treat all unknown projections as WGS84
Fixes #18881
2018-05-08 05:38:27 +10:00
Denis Rouzaud
3fef9cd196
Merge pull request #6872 from 3nids/fetchregistry
...
QgsNetworkContentFetcherRegistry: a registry for temporary downloaded files
2018-05-07 11:43:55 -04:00
Denis Rouzaud
b4d00d95a1
delete contents in destructor and add missing mutexes
2018-05-07 10:15:06 -04:00
Denis Rouzaud
5610ebe9a2
fix crash when redownloading or canceling
2018-05-07 08:21:00 -04:00
Denis Rouzaud
9d45077456
also add localFile returning a QFile
2018-05-07 08:20:59 -04:00
Denis Rouzaud
8308ce1207
avoid race condition
2018-05-07 08:20:59 -04:00
Denis Rouzaud
0d6dcb231e
do not return a const file and add localFile helper
2018-05-07 08:20:59 -04:00
Denis Rouzaud
648562d2b7
do not expose task and make it thread safe
2018-05-07 08:20:59 -04:00
Denis Rouzaud
25108e5f5d
QgsNetworkContentFetcherRegistry: a registry for temporary downloaded files
2018-05-07 08:20:59 -04:00
Denis Rouzaud
ba04dea289
fix links to Qt issues
2018-05-07 08:15:39 -04:00
Matthias Kuhn
cb008699df
Merge pull request #6101 from letmaik/patch-1
...
Fix tracking of imported modules (and plugin reloading)
2018-05-07 11:25:17 +02:00
Matthias Kuhn
3264b0bb3e
Merge pull request #6937 from slarosa/fix_svg_size
...
fix svg size for cross-hair, capture-point, zoomin and zoomout, fixes #18806
2018-05-07 11:20:04 +02:00
Matthias Kuhn
b9884c2748
Merge pull request #6702 from pierreloicq/patch-2
...
talking about "ninja qgis"
2018-05-07 11:18:15 +02:00
Nyall Dawson
f4ec9e2abb
[processing] When an optional output is set to 'skip output', disable
...
and clear the associated 'add to qgis' checkbox
2018-05-07 19:17:04 +10:00
Nyall Dawson
cb638b6345
[processing][saga] Make some Slope,Aspect,Curvature outputs optional and non-default
2018-05-07 19:17:04 +10:00
Nyall Dawson
f34b3170b2
[processing] Fix parsing optional output 'create by default' from string'
2018-05-07 19:17:04 +10:00
Matthias Kuhn
9d12b0ad7b
Merge pull request #6749 from slarosa/db_quey_history_1
...
[FEATURE][needs-docs] DB Manager: adds SQL query history
2018-05-07 11:01:47 +02:00
Matthias Kuhn
0cc0fedbe3
Merge pull request #6748 from Scimmia22/patch-1
...
Update FindQextserialport.cmake for Qt5
2018-05-07 10:59:28 +02:00
Matthias Kuhn
dd2eb3a475
Merge pull request #6876 from DelazJ/patch-2
...
[needs-docs] Rename action in Layers panel contextual menu
2018-05-07 10:56:22 +02:00
Nyall Dawson
3791bac432
[processing][modeler] Fix some child algorithm vector results
...
are not shown as input choices for other child algorithms
2018-05-07 18:50:19 +10:00
Matthias Kuhn
55a256f9f2
Merge pull request #5065 from DelazJ/typos
...
Fix some wording and spelling
2018-05-07 09:23:30 +02:00
Jason Hilton
a0a5f6cebc
[processing] Fix saga natural neighbor parameters
...
fixes #16604
2018-05-07 14:16:38 +10:00
Nyall Dawson
f4599f13f1
[processing][gdal] Better error messages when invalid parameters are passed
2018-05-06 19:19:45 +10:00
Nyall Dawson
787dd3413e
[processing] More helpful errors when raster inputs are not valid
2018-05-06 19:19:45 +10:00
Nyall Dawson
bddcb7dc42
[processing][gdal] More nodata handling fixes
...
Fixes #18748
2018-05-06 19:19:45 +10:00
Nyall Dawson
739d4fab09
More verbose test outputs
2018-05-06 19:19:45 +10:00
Nyall Dawson
a022ad21d4
Fix handling of "hide deprecated" in projection selector widget
...
Fixes #18896
2018-05-06 07:13:33 +10:00
Nyall Dawson
f48aaeaf33
[processing][gdal] Fix some more nodata=0 handling
2018-05-06 07:13:15 +10:00
Nyall Dawson
b3288192ee
[processing] Fix exception when clicking help for GDAL algorithms
2018-05-06 07:13:15 +10:00
rldhont
280018dc5f
[Oracle][Tests] Enhance Geometry creation SQL script
2018-05-05 12:24:16 +10:00
rldhont
849278a2d6
[BUGFIX][Oracle] Mixing SDO_GEOMETRY Point definition
...
Fixes #18900
In `sdoobj`, the `elem_info` array size is not the right way to defined the way
to read Point coordinate. The right way is to check the
sdoind attributes, like in Mapserver.
The way Mapserver defined check point coordinate: fd04328a89/maporaclespatial.c (L1588)
2018-05-05 12:24:16 +10:00
rldhont
a11db8bbe1
[Oracle][Tests] Enhance Point convertion test
...
Instead of using 'SDO_UTIL.FROM_WKTGEOMETRY' to generate `SDO_GEOMETRY` object
for Point, the `testdata` generate Point and MultiPoint with `SDO_POINT_TYPE`
or `SDO_ELEM_INFO_ARRAY` and `SDO_ORDINATE_ARRAY`.
With this way of creating Point and MultiPoint, we can test the way Point and
MultiPoint are converting to WKB.
2018-05-05 12:24:16 +10:00
Harrissou Sant-anna
684b3678f4
Make collapsible the groupboxes
...
to better handle vertical frames
2018-05-05 12:06:41 +10:00
Harrissou Sant-anna
bf22b88ad9
Set centroid as default placement for polygon diagramss
...
Fix #13435
2018-05-05 12:05:23 +10:00
Peter Petrik
dc621adfff
fix doxygen warning
2018-05-04 17:45:26 +02:00
Peter Petrik
c29c6676f9
small fixes in qgs components
2018-05-04 14:21:16 +02:00
Peter Petrik
ab240426f2
add docs to map canvas qml
2018-05-04 14:20:59 +02:00
Peter Petrik
aed3939cbd
rename qml library to QgsQuick
2018-05-04 14:20:43 +02:00
Juergen E. Fischer
398fb1a7f6
Only apply f4d38d4f0 to Qt>=5.9 (followup f4d38d4f0; check cdash for
...
test results)
2018-05-04 12:30:38 +02:00
Matthias Kuhn
9836dc222f
Merge pull request #6930 from m-kuhn/fixSearchCrash
...
Fix crash with uninitialized search widget
2018-05-04 12:03:22 +02:00
Matthias Kuhn
cf92563721
Fix crash with uninitialized search widget
2018-05-04 11:23:45 +02:00
Juergen E. Fischer
357be79738
fix xenial build
2018-05-04 10:09:30 +02:00
Matthias Kuhn
5b5439f55b
Merge pull request #6927 from m-kuhn/delayededitSelectionUpdate
...
Delayed update of edit selection
2018-05-04 09:48:08 +02:00
Matthias Kuhn
fd5e0a7f19
Merge pull request #6929 from ghtmtt/fix_proc_modeler
...
[processing] Remove Enum useless parameter from modeler
2018-05-04 09:47:54 +02:00
Matthias Kuhn
69de345784
Merge pull request #6922 from m-kuhn/relrefconditionalvaluechanged
...
Relation reference widget value changed signals
2018-05-04 09:39:15 +02:00
matteo
d8b47e43fc
remove Enum useless parameter from modeler
2018-05-04 09:04:31 +02:00
MieWinstrup
a36f6aa2e6
Added test of the action 'Move Out of Group' in the layer panel
2018-05-04 11:02:17 +10:00
MieWinstrup
b9b85f923d
New action 'Move Out of Group' that moves layer(s) out of group(s). Deprecating the action 'Move to top level'
2018-05-04 11:02:17 +10:00
matteo
218e306439
strings added
2018-05-04 11:00:09 +10:00