Denis Rouzaud
6101eac247
add missing header in CMakeLists
2019-11-07 09:06:11 +01:00
Denis Rouzaud
160c347c1f
remove relative include
2019-11-07 09:00:56 +01:00
Hugo Mercier
845894b313
[FEATURE] Selective masking ( #30747 )
...
* [FEATURE] Selective masking
Advanced rendering feature that allows the definition of 'masks' areas around labels or with a new typ of symbol layer. These masks will "un-draw" symbol layers of other layers underneath.
It modifies the rendering process by adding an optional second pass.
2019-11-07 08:17:25 +01:00
Alessandro Pasotti
2efc6167dd
Merge pull request #32684 from elpaso/dbmanager-postgis12-consrc-conbin-adscr-adbin
...
Fix postgis 12 adscr -> adbin consrc -> conbin
2019-11-06 19:09:51 +01:00
Nyall Dawson
23470085ea
Fix crash if a vector layer is removed while the property assistant panel
...
is opened
2019-11-07 03:51:35 +10:00
Matthias Kuhn
7d0f116696
Move private headers where they belong
2019-11-06 17:40:46 +01:00
signedav
c1f2d439cf
Merge pull request #32665 from m-kuhn/fix_qgsfield_private_header
...
Fix various private header
2019-11-06 15:40:48 +00:00
Juergen E. Fischer
614af730df
install required private headers
2019-11-06 13:57:18 +01:00
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
6c9f01e28d
Fix postgis 12 adscr -> adbin consrc -> conbin
2019-11-06 12:53:52 +01:00
Matthias Kuhn
28759b1f46
Add missing include
2019-11-06 12:08:14 +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
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
Even Rouault
f66033435b
[OAPIF provider] Do not grey out 'Build query' button for OAPIF connections
2019-11-06 00:26:33 +01:00
Matthias Kuhn
98d98fa6ab
Include private header
2019-11-05 22:41:09 +01:00
Matthias Kuhn
cb804b23d5
More forward declare fixes
2019-11-05 22:40:14 +01:00
Matthias Kuhn
c7f83b4b3a
Make QgsPropertyTransformer forward forward declared std::unique_ptr ready
2019-11-05 21:51:59 +01:00
Matthias Kuhn
42e9b1373b
Fixes here and there and everywhere
2019-11-05 21:41:49 +01:00
Matthias Kuhn
da207c98ea
Revert "install qgsfield_p.h"
...
This reverts commit e2ccd837fb7fa3a5549ed4b8659aae926390c049.
2019-11-05 21:34:02 +01:00
Matthias Kuhn
0ce25283ea
Fix more private includes
2019-11-05 21:30:56 +01:00
Matthias Kuhn
db838a3203
Fix qgsfield private header
2019-11-05 21:30:56 +01:00
Matthias Kuhn
1e20a65556
[travis] Fix ccache
2019-11-05 20:33:06 +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
62f67ba667
Server OAPIF fix items link in html
...
Fixes #32641
2019-11-05 15:52:16 +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