Alessandro Pasotti
43e092f412
Fix tests and remove unnecessary code
...
also correctly down-up cast date(time) when needed
2019-10-30 11:53:14 +01:00
Alessandro Pasotti
76f4c96dc6
Remove unused code (leftover)
2019-10-30 11:53:14 +01:00
Alessandro Pasotti
2bffe50081
Update src/app/qgssourcefieldsproperties.cpp
2019-10-30 11:53:14 +01:00
Alessandro Pasotti
a3ad8ef63d
Update src/app/qgswmsdimensiondialog.h
...
typo
2019-10-30 11:53:14 +01:00
Alessandro Pasotti
776c804839
Apply suggestions from code review
...
Co-Authored-By: Blottiere Paul <blottiere.paul@gmail.com>
2019-10-30 11:53:14 +01:00
Alessandro Pasotti
663628f2b3
Server WMS/OAPIF dimensions, add a tooltip about support
2019-10-30 11:53:14 +01:00
Alessandro Pasotti
5ea32bce18
Server OAPIF time queries: handle infinity
2019-10-30 11:53:14 +01:00
Alessandro Pasotti
72efe7ca4f
Server: adapt infinity filters to QgsRange API
2019-10-30 11:53:14 +01:00
Alessandro Pasotti
358c814722
Server OAPIF temporal extent
2019-10-30 11:53:14 +01:00
Alessandro Pasotti
c9df6aee25
Server OAPIF time filter: check validity
...
Raise if empty
2019-10-30 11:53:14 +01:00
Alessandro Pasotti
3a10f69d80
Server OAPIF use QgsRange classes for intervals
...
with full test coverage for single values and ranges,
supports time, datetime and string fields.
2019-10-30 11:53:14 +01:00
Alessandro Pasotti
07bb6b77e1
Server OAPIF datetime filter support
...
with full test coverage for single values and ranges,
supports time, datetime and string fields.
2019-10-30 11:53:14 +01:00
Alessandro Pasotti
a1bfc163ef
Server OAPIF, better styles and API HTML output
2019-10-30 11:53:14 +01:00
Alessandro Pasotti
595807171d
Server: datetime basic filter support for OAPIF
2019-10-30 11:53:14 +01:00
Alessandro Pasotti
6112da45f6
Server OAPIF datetime support
2019-10-30 11:53:13 +01:00
Matthias Kuhn
edd89502f5
Test for no nan in dxf
2019-10-30 11:29:36 +01:00
Matthias Kuhn
7da8d91451
[dxf export] initialize PointZ with 0
...
DXF does not know the concept of NaN
2019-10-30 11:07:48 +01:00
Julien Cabieces
95a100bcc4
Don't delete locator while indexing
2019-10-30 11:06:14 +01:00
Alessandro Pasotti
d67c934684
Fix MXE builds
2019-10-30 11:01:46 +01:00
Julien Cabieces
d0e26fb3bc
Extract loc->isindexing from indexprepared
2019-10-30 10:55:37 +01:00
Julien Cabieces
d246d9f593
Don't call processEvents and clear added/deleted list
2019-10-30 10:46:26 +01:00
Julien Cabieces
f03da03d33
fix doc
2019-10-30 09:32:28 +01:00
Julien Cabieces
7fd98e8782
Fix wait to be finished and add test
2019-10-30 09:32:28 +01:00
Julien Cabieces
0bf527f54d
Replace snapToMapRelaxed with a boolean
2019-10-30 09:32:28 +01:00
Matthias Kuhn
f96e1922ca
[FEATURE] Parallelize snap index build
2019-10-30 09:32:28 +01:00
nirvn
b2e7121493
[FEATURE][symbology] Add density-based point count for the random marker fill
2019-10-30 12:04:13 +07:00
nirvn
25a07ec404
[ui] Fix horizontal margin not cleared to 0 for center aligned decoration
2019-10-30 10:56:33 +07:00
Julien Cabieces
93e56a9ef7
fix zoom/pan to current feature when in relation editor widget
2019-10-30 11:20:30 +10:00
Alessandro Pasotti
4263637ba6
Fix raster calc OpenCL < operator
...
Fixes #32477
also:
- catch build exceptions
- remove parenthesis after casting numbers
- add cast to raster ref (for fabs overload)
with tests
2019-10-30 11:19:15 +10:00
Julien Cabieces
e2246443b7
Flip not started and not finished mutex unlock
2019-10-30 08:17:26 +10:00
Julien Cabieces
3453659c02
fix waitforfinished layout legend test
2019-10-30 08:17:26 +10:00
Julien Cabieces
42e22b7a68
Fix qgstaskmanager waitforfinished so it waits that the task was
...
actually started
2019-10-30 08:17:26 +10:00
Nyall Dawson
c7e7baaaa8
[layouts] Alternate fix for #29821
...
The previous fix resulted in #32465
2019-10-30 08:16:33 +10:00
Nyall Dawson
e643e7f6ab
[layouts] Fix crash when deleting layouts from designer window
...
Fixes #32465
2019-10-30 08:16:33 +10:00
Peter Petrik
dd98331ace
[feature] [mesh] fix #31550 Expose new methods in analysis library for exporting contours for mesh layers
...
The mesh styling dialog now has new combo box for selection of resampling method for datesets defined on faces.
Also the analysis library has new class QgsMeshContours with export function for contour lines and contour polygons.
2019-10-29 23:16:04 +01:00
Julien Cabieces
b855f023b0
Fix QgsAttributeEditorContext copy constructor
2019-10-30 08:09:55 +10:00
Ismail Sunni
85caa70e76
[FEATURE] Add z distance ( #31451 )
...
* Add z-distance in 3d measurement tool.
* Refactor code for adding new item in 3d measurement tool.
* Fix right click stop the measurement but not reset the table.
* Add horisontal distance.
* Remove unit in the header.
* Add widgets for 3d measurement tool
* Calculate total horisontal distance.
* Refactor showing total distance.
* Handle check box behaviours.
* Save state of the checkboxes.
* Rename variable for consistency.
* Set proper title for 3d measurement tool.
* horisontal to horizontal.
* use one extra distance.
* Remove checkbox for other distance.
2019-10-29 22:55:00 +01:00
Alessandro Pasotti
a04354c42b
Merge pull request #32481 from elpaso/bugfix-gh-32475-server-security-access-control
...
Fix server WMS access control security issue
2019-10-29 16:38:21 +01:00
Alessandro Pasotti
28d682243f
Autopep8
2019-10-29 15:38:33 +01:00
Alessandro Pasotti
4eaab04204
Merge pull request #32464 from elpaso/connections-db-api-spatialite
...
Connections db api spatialite
2019-10-29 14:08:31 +01:00
Alessandro Pasotti
901743c32f
Include GDAL
2019-10-29 12:30:22 +01:00
Alessandro Pasotti
b77dc8b806
Fix server WMS access control security issue
...
Fixes #32475
2019-10-29 11:43:02 +01:00
Nyall Dawson
6f1c42e7bc
[processing] Fix model to python when model has no input parameters
2019-10-29 19:30:39 +10:00
Nyall Dawson
e3eb4f54ab
[processing] Fix string escaping when converting models to python code
...
with expression parameters
Fixes #32451
2019-10-29 19:30:39 +10:00
Matthias Kuhn
328f365b16
Merge pull request #31951 from troopa81/feature_update_layer_selection_from_relation_editor
...
Feature update layer selection relation widgets
2019-10-29 08:32:32 +01:00
Matthias Kuhn
3daf24c716
Merge pull request #32176 from 3nids/clear_warning
...
prevent clearing selection in QgsFeatureListView
2019-10-29 08:07:24 +01:00
Alessandro Pasotti
dd9b4f7779
Address PR comments
2019-10-29 08:00:43 +01:00
Matthias Kuhn
49700d01ff
Merge pull request #32461 from m-kuhn/stringToFeatureListDefaultValues
...
Add default values to QgsJsonUtils::stringToFeatureList
2019-10-29 07:48:23 +01:00
Juergen E. Fischer
bd1b27087d
fix qgis release name
2019-10-29 01:12:29 +01:00
Nyall Dawson
5be319157f
Fix memory leak
2019-10-29 07:47:33 +10:00