Nyall Dawson
db1dad5800
Followup f4d08eb9, update expected test result
2018-08-11 13:50:10 +10:00
Martin Dobias
ad4ddb186a
Merge pull request #7582 from PeterPetrik/mesh_plots
...
[mesh] [feature] function to get value for the point on map
2018-08-10 15:46:27 +02:00
Peter Petrik
271bab1756
introduce DataType for mesh dataset data definition and small fixes
2018-08-10 14:40:46 +02:00
Peter Petrik
9ea0bc2a1e
format code and add documentation
2018-08-10 09:24:31 +02:00
Juergen E. Fischer
f4d08eb926
dbmanager/postgis: quote identifiers in urls (fixes qgis portion of #19583 )
2018-08-10 09:21:52 +02:00
Peter Petrik
c79e1d0601
[mesh] [feature] add function to identify value on the point
2018-08-09 16:45:20 +02:00
Nyall Dawson
d39bdcdadd
[processing] Don't create frequency distribution file for relief
...
algorithm by default
Refs #19570
2018-08-09 19:17:30 +10:00
Nyall Dawson
7495ec276e
[processing][grass] Fix r.stream.extract definition, resurrect test
2018-08-09 12:32:27 +10:00
Nyall Dawson
e893aae190
[processing][grass] Fix definition of r.watershed, resurrect test
2018-08-09 12:32:27 +10:00
Nyall Dawson
0c24fdb883
[processing][grass] Fix r.sun parameter definition, resurrect test
2018-08-09 12:32:27 +10:00
Nyall Dawson
c50c615ecb
Resurrect some processing grass tests
2018-08-09 12:32:27 +10:00
Nyall Dawson
08a8ea7b72
[processing][grass] Fix v.surf.bspline definition, add test
2018-08-09 12:32:27 +10:00
Nyall Dawson
113e16351d
[processing][grass] Fix skipped outputs are still added in grass commands
2018-08-09 12:32:27 +10:00
Nyall Dawson
526e590c8d
[FEATURE][processing] Add "raster pixels to points" algorithm
...
Refactor the existing "raster pixels to polygons" algorithm and
create a new "pixels to points" algorithm, which creates a point
feature at the center of every pixel. nodata pixels are skipped.
2018-08-09 12:02:22 +10:00
Håvard Tveite
d2b71c307b
[processing] Added isclose function to VoronoyPolygons.py to avoid numerical instability
...
Fixes #8002 - hopefully, and adds tests
2018-08-09 09:18:54 +10:00
Alessandro Pasotti
0b502ff5b9
Merge pull request #7451 from elpaso/opencl-utils-2
...
[feature] OpenCL support
2018-08-08 16:33:48 +02:00
Alessandro Pasotti
6ecf16e69f
[opencl] Fix doxy comment
2018-08-08 13:26:04 +02:00
Rudi von Staden
4f59bca213
Allow geometryless layers in Spatialite execute SQL
...
Fixes #19558
2018-08-08 19:29:10 +10:00
Alessandro Pasotti
4af52f221c
[opencl] Update CMakeList and sipify
2018-08-08 11:18:05 +02:00
Alessandro Pasotti
44adfe53df
[opencl] Final rebase before merge
2018-08-08 10:08:14 +02:00
Alessandro Pasotti
e79f6d1a1c
Fix documentation for ninecell filters
2018-08-08 09:40:02 +02:00
Alessandro Pasotti
82fdb56c6a
Const correctness for rasterblock
2018-08-08 09:39:57 +02:00
Alessandro Pasotti
8689c401a2
[opencl] Fix small OpenCL alg issues
...
From comparison tests with CPU results
+ some minor speed improvements
2018-08-08 09:39:40 +02:00
Alessandro Pasotti
be21ea8e5a
Bindings for 9cell filter
2018-08-08 09:38:43 +02:00
Nyall Dawson
43d3870978
[processing][saga] Fix cubic spline definition, add unit test
2018-08-08 17:29:58 +10:00
Alessandro Pasotti
583c7ae287
More updates for opencl
2018-08-08 09:29:33 +02:00
Alessandro Pasotti
dc4b1da0a4
[opencl] Fix small OpenCL alg issues
...
From comparison tests with CPU results
+ some minor speed improvements
2018-08-08 09:24:40 +02:00
Alessandro Pasotti
6b10ffefb0
Add overload that accepts qgissize instead of int
...
to avoid a lot of annoying warnings and spare
some casts
2018-08-08 09:23:39 +02:00
Alessandro Pasotti
c4eebc72a7
Bindings for 9cell filter
2018-08-08 09:22:14 +02:00
Alessandro Pasotti
9068fe46d8
More updates for opencl
2018-08-08 09:18:32 +02:00
Stephen Knox
56e605bdd1
[feature] Add parameter for field selection to Postgis OGR importer
2018-08-08 10:04:15 +10:00
Stephen Knox
53cbe26101
Fix quotes on postgis import, & fix mysql datsource formatting
2018-08-08 10:04:15 +10:00
havatv
4b1bc82ca1
Added a test for VoronoiPolygon.py that covers some new cases
2018-08-08 05:54:44 +10:00
Nyall Dawson
9b4be7ae64
Simplify QgsTask::waitForFinished, hopefully fix bugs
2018-08-08 05:06:09 +10:00
Håvard Tveite
28fa839a08
[processing] Update to VoronoiPolygons.py, some fixes for #8002
...
* Update to VoronoiPolygons.py, fixes #8002 adds comments, ++
* Fixed a spelling an an indentation mistake reported by travis
* Found some new cases (vertical line clipping and a mistake in the handling of extreme points)
2018-08-08 04:52:41 +10:00
Håvard Tveite
ca0017410b
[processing] Update the comparison implementation in voronoi.py ( fixes #18219 )
...
When "translating" the cmp function of Site and Halfedge to Python 3, the __lt__ function was forgotten. It has been added.
2018-08-08 04:48:26 +10:00
Nyall Dawson
8700037725
[tasks] Show estimated time remaining and completion time in status bar
...
task manager widget
Calculated using a simple linear interpolation based on the elapsed
time and current progress
2018-08-08 04:22:54 +10:00
Nyall Dawson
282f95c9f7
[processing][grass] Fix bad move/copy paths in grass i.gensig/maxlik algs
...
Refs #19539
2018-08-07 09:33:00 +10:00
Mathieu Pellerin
51b63e6b46
[vector file writer] use field type to save attribute values
...
(relying on attribute value type isn't reliable under certain
scenarios, including memory layers created through a processing
python algorithm)
2018-08-06 11:07:56 +07:00
Nyall Dawson
6ecc69ff90
Add dataSourceChanged signal to QgsVectorLayer, add tests
2018-08-06 13:51:49 +10:00
Nyall Dawson
70277635a2
Refine QgsFeatureRequest timeout api, dox
2018-08-06 13:45:33 +10:00
Matthias Kuhn
a7f0f2b34e
Merge pull request #7519 from m-kuhn/nestedConnectionPoolDeadlock
...
Fix freeze with `get_feature`
2018-08-05 17:03:39 +02:00
Matthias Kuhn
0a0f84a96f
Make spare connections more explicit
2018-08-05 09:24:47 +02:00
Salvatore Larosa
87d75838b8
Merge pull request #7533 from slarosa/fix_19528
...
[dbmanager] Fixes #19528 : cannot resize query area
2018-08-04 20:29:40 +02:00
Salvatore Larosa
19d49352af
[dbmanager] Fixes #19528 : cannot resize query area
2018-08-04 08:39:33 +02:00
Matthias Kuhn
9db2022257
Merge pull request #7520 from m-kuhn/get_feature_thread_safety
...
Thread safety for get_feature
2018-08-04 08:31:43 +02:00
Nyall Dawson
4acef1efbf
[processing] Fix crash in extract by attribute when field name does not exist
...
Fixes #19531
2018-08-04 05:57:46 +10:00
Matthias Kuhn
9d5f6f3f2e
Add QgsApplication::maxConcurrentConnectionsPerPool()
2018-08-03 13:56:30 +02:00
Matthias Kuhn
8dd4b3b270
Rename freeConnectionsRequirement
to requestMayBeNested
2018-08-03 09:52:42 +02:00
Alexander Bruy
65ae32aadd
[processing] homogenize filter strings for models and scripts
2018-08-03 08:34:05 +03:00