58538 Commits

Author SHA1 Message Date
Even Rouault
cbcc9c59ed
Merge pull request #32673 from rouault/oapif_provider_query_button
[OAPIF provider] Do not grey out 'Build query' button for OAPIF connections
2019-11-06 13:44:56 +01:00
Alessandro Pasotti
6adfdc4cf1
Merge pull request #32655 from elpaso/server-wfs3-properties
[feature] Server OAPIF properties
2019-11-06 10:48:04 +01:00
Denis Rouzaud
5910a7b9f1
Be more QML friendly (#32652)
* add Q_ENUM for QgsGeometry::OperationResult

* QgsVectorLayer::startEditing, commitChanges and editBuffer Q_INVOKABLE

* Fix indentation

* fix sip
2019-11-06 07:36:58 +01: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
Even Rouault
f66033435b
[OAPIF provider] Do not grey out 'Build query' button for OAPIF connections 2019-11-06 00:26:33 +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
Alessandro Pasotti
5f9405bcd0 Server OAPIF properties parameter
Makes it possible to specify a comma separate list
of attributes to be returned by items call

This is apparently not in core specifications
but most of sample implementations supports it
and well, it's just useful.
2019-11-05 15:04:14 +01:00
Alessandro Pasotti
459c10586b Takes description from parameter
makes this method reusable and not only for field filters
2019-11-05 15:03:22 +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
Alessandro Pasotti
8931d7256f Server OAPIF nl2br template function
Introduce a new template function to replace nl with <br>
2019-11-05 13:55:17 +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
Giovanni Manghi
b31c4124f4 revive the GDAL 'rasterize over' tool that was available in the old ltr and for some reason not activated/added in QGIS 3 2019-11-05 12:44:43 +10:00