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
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
Matthias Kuhn
989afa5b80
Anchor "cap" to "top"
2019-11-05 08:39:59 +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
Nathan Woodrow
02046a8833
Update readme with guide to build from source ( #32634 )
2019-11-05 11:17:06 +10:00
Giovanni Manghi
0c4dbf9f4c
fixes default GRASS output geometry type
2019-11-04 23:44:01 +00:00
Matthias Kuhn
924b4eda58
Fully qualify enum default parameters
2019-11-04 21:56:41 +01:00
Matthias Kuhn
a6386038ff
Fix all 3 arg lambda problems
2019-11-04 21:52:39 +01:00
Matthias Kuhn
cffea8b28b
Enable more clazy checks and disable warnings as errors (boom)
2019-11-04 18:35:26 +01:00
Alessandro Pasotti
f1e20f23e6
Resize source select dialogs according to container
...
Fixes #32615
This was tricky and I don't really know what was causing the issue,
but looks like the patch doesn't break the other dialogs (mainly
vector layer properties) that were affected by #31449 .
Fixes also an unreported issue with OGR source select inner dialog
not being painted when opening the source manager dialog.
2019-11-04 18:27:37 +01:00
Matthias Kuhn
afdd6730cb
Fix another 3 arg lambda warning
2019-11-04 17:50:07 +01:00
Matthias Kuhn
bdf023fe21
Merge pull request #32627 from m-kuhn/no_constexpr_latin1string
...
No constexpr QLatin1String on Windows
2019-11-04 17:35:59 +01:00
Matthias Kuhn
fb13857933
Fix clazy warning
2019-11-04 16:57:27 +01:00
Matthias Kuhn
0f5a4f7d2f
[dxf] HAli/VAli support for TEXT
2019-11-04 16:47:48 +01:00
Alessandro Pasotti
b41b93862e
Add save multiple styles action to style menu
...
Adds the possibility to save/export multiple styles
at once in QML/SLD and in the DB, in case of file system
export an incremental number is appended to the base
file name i.e. export.qml export_1.qml ect.
in case of DBs the user can specify a new name
for the exported syles, and in that case an incremental
number is appended to the base style name i.e. name,
name 1, name 2 etc., if the new name is left blank,
the style name is used and in case of conflicts the
incremental number is appended as well.
2019-11-04 15:30:42 +01:00
Matthias Kuhn
148febdc46
No constexpr QLatin1String on Windows
2019-11-04 15:29:16 +01:00