58539 Commits

Author SHA1 Message Date
Alexander Bruy
0799e3b58f cleanup Python remainings 2019-11-08 12:13:31 +02:00
Alexander Bruy
020980d3b1 address comments 2019-11-08 11:04:05 +02:00
Alexander Bruy
ef80acef26 add more text to the help strings 2019-11-08 08:28:38 +02:00
Alexander Bruy
edc70b52fc drop obsolete entries from the yaml 2019-11-06 08:30:34 +02:00
Alexander Bruy
9995e07e74 remove Python versions of algorithms 2019-11-06 08:30:01 +02:00
Alexander Bruy
6b3af0f8d1 update tests for service area algorithms 2019-11-06 08:28:51 +02:00
Alexander Bruy
26c90c8ece [processing] port service area (from layer) alg to c++ 2019-11-06 08:12:18 +02:00
Alexander Bruy
5970d1c267 [processing] port service area (from point) alg to c++ 2019-11-06 08:12:18 +02:00
Alexander Bruy
1c1ceb1112 add note about height parameters for users who don't want to read docs 2019-11-06 13:40:34 +10:00
Alexander Bruy
e11e635aa6 use distance parameter 2019-11-06 13:40:34 +10:00
Alexander Bruy
02fbe42a30 [FEATURE][needs-docs][processing] add gdal_viewshed algorithm 2019-11-06 13:40:34 +10:00
Even Rouault
e5c41b492c Fix compilation issues related to automoc'ification
Not sure why they trigger on my end and not on CI... Perhaps
because I didn't make clean. The symptoms are the linker complaining
about double definition of symbols.
2019-11-06 13:38:39 +10:00
Nyall Dawson
4ad2502fb8 Fix memory leaks, inconsistent transferral of ownership 2019-11-06 12:30:27 +10:00
Matthias Kuhn
ec5af34bc2 Do not delete a symbol we don't own
Fix #32661
2019-11-06 12:29:54 +10:00
Juergen E. Fischer
5ee5e37a94 fix windows build including some warnings 2019-11-06 00:49:15 +01:00
Juergen E. Fischer
375b390737 also track newer CIFS 2019-11-05 19:13:35 +01:00
Alessandro Pasotti
2343fd63ff
Merge pull request #32645 from elpaso/server-wfs3-fix-url-limits-offset
Server OAPIF fix limits/offset links
2019-11-05 16:56:36 +01:00
Matthias Kuhn
3789c7d3a8
Merge pull request #32643 from m-kuhn/clazy_unique_connection_lambda
Fix Qt::UniqueConnection with lambda
2019-11-05 16:28:56 +01:00
Matthias Kuhn
cc423a7a3b
Merge pull request #32649 from 3nids/fix_android_build
fix android build
2019-11-05 14:30:12 +01:00
Matthias Kuhn
d7cc163035 Rename internal method's name 2019-11-05 13:28:29 +01:00
Denis Rouzaud
7c4a9bec23 more invokable methods in QgsVectorLayer 2019-11-05 13:25:48 +01:00
Denis Rouzaud
e2ccd837fb install qgsfield_p.h 2019-11-05 13:25:48 +01:00
Denis Rouzaud
1d1d06db4a fix build 2019-11-05 13:25:48 +01:00
Denis Rouzaud
5a703d95d6 make vector layer geometry editing methods invokable 2019-11-05 13:25:48 +01:00
Denis Rouzaud
8e40df8e26 add Q_ENUM macro to QgsVectorLayer::EditResult and SelectBehavior 2019-11-05 13:25:48 +01:00
Martin Dobias
8508dc0bdc Use Q_GLOBAL_STATIC 2019-11-05 10:56:42 +00:00
Martin Dobias
d507d34f2a sip no file 2019-11-05 10:56:42 +00:00
Martin Dobias
08d4b73496 fix order in doxygen docs 2019-11-05 10:56:42 +00:00
Martin Dobias
a192268f52 [feature] Add API for event tracing
This is more developer oriented feature to help with profiling, debugging
and optimization - especially when dealing with multi-threaded code.
2019-11-05 10:56:42 +00:00
Denis Rouzaud
bd8dcd941b
Update src/core/qgsapplication.cpp
Co-Authored-By: Matthias Kuhn <matthias@opengis.ch>
2019-11-05 11:13:08 +01:00
Denis Rouzaud
2ac19335d6 fix android build [ci-skip] 2019-11-05 10:56:10 +01:00
Matthias Kuhn
9346dba3f7 Fix Qt::UniqueConnection with lambda 2019-11-05 10:53:45 +01:00
nirvn
60ee76bc69 Followup 1f3b039: fix wrong monkey patched var name 2019-11-05 16:03:25 +07:00
Alessandro Pasotti
a2f02d06b3 Server OAPIF fix limits/offset links
See PR #32639
2019-11-05 09:58:15 +01:00
Alessandro Pasotti
8f52da7fdf
Merge pull request #32631 from elpaso/bugfix-gh32615-datasourcemanager-inner-resize
Resize source select dialogs according to container
2019-11-05 09:02:51 +01:00
Nyall Dawson
390c482cdd Fix potential lockup in layout map grid generation 2019-11-05 17:25:55 +10:00
Nyall Dawson
c1cfae2289 Fix lockup when using rotate feature tool
And add unit tests

Fixes #32123
2019-11-05 17:25:55 +10:00
Alexander Bruy
9d61bf83db
Merge pull request #32633 from NaturalGIS/fix_grass_out_default
[processing] fixes default GRASS output geometry type (fix #32560)
2019-11-05 09:24:55 +02:00
Matthias Kuhn
7951feba01
Merge pull request #32607 from m-kuhn/clazy
Enable clazy on travis
2019-11-05 08:01:29 +01:00
Nyall Dawson
7bfac70c9c [processing] Raise an exception when interpolation break/structure lines
are set without an attribute source set

Refs #27048
2019-11-05 16:57:33 +10:00
Nyall Dawson
64b52bf31b Fix handling of interpolation layers with differing input coordinate reference systems
Fixes #27048
2019-11-05 16:57:33 +10:00
Alexander Bruy
75bc01bf58
Fix default value 2019-11-05 08:16:56 +02:00
Alexander Bruy
f4843f167f ensure that input raster is set 2019-11-05 12:44:43 +10:00
Alexander Bruy
db2b38d08e tests for rasterize_over_fixed 2019-11-05 12:44:43 +10:00
Alexander Bruy
302dc668c7 tests for rasterize_over 2019-11-05 12:44:43 +10:00
Alexander Bruy
2a3e9cb411 add missed outputs to algorithms 2019-11-05 12:44:43 +10:00
Giovanni Manghi
463d3680d5 better strings 2019-11-05 12:44:43 +10:00
Giovanni Manghi
4260ed2f03 split the tool 2019-11-05 12:44:43 +10:00
Giovanni Manghi
7aa0a4f3e5 add 'burn' parameter 2019-11-05 12:44:43 +10:00
Giovanni Manghi
75a1ad1e7b implement few suggested changes 2019-11-05 12:44:43 +10:00