65474 Commits

Author SHA1 Message Date
vcloarec
89e4d4925a enable QgsMeshTriangulation with SIP and change SIP_CONCAT_PARTS 2020-09-10 20:16:44 -04:00
vcloarec
0f60631711 disable analysis/mesh/QgsMeshTriangulation with SIP 2020-09-10 14:50:25 -04:00
vcloarec
209339a0e9 fix spelling 2020-09-10 14:03:11 -04:00
vcloarec
2446e7f0cd minor fixes and add tests 2020-09-10 14:03:11 -04:00
vcloarec
5ffc4f298a some fixes and add tests 2020-09-10 14:03:11 -04:00
vcloarec
abd5fad9dd add more feedback cancellation and fix doc 2020-09-10 14:03:11 -04:00
vcloarec
0f70883b6d test without different CRS
and add some const
2020-09-10 14:03:11 -04:00
vcloarec
836246eab9 fix bad sync with MDAL 2020-09-10 14:03:11 -04:00
vcloarec
8d1c67f3ac fix class/struct 2020-09-10 14:03:11 -04:00
vcloarec
07714f3931 port alg to c++
and minor fixes
2020-09-10 14:03:11 -04:00
vcloarec
2e04ccde7b fix MDAL 2020-09-10 14:03:11 -04:00
vcloarec
b453bb1dbe fix struct/class 2020-09-10 14:03:11 -04:00
vcloarec
9db4032d59 fix sip and doc 2020-09-10 14:03:11 -04:00
vcloarec
a95a40bfdd fixe typo and doc 2020-09-10 14:03:11 -04:00
vcloarec
d2f4c40f8a TIN Mesh creation 2020-09-10 14:03:11 -04:00
Denis Rouzaud
fa185148eb typos 2020-09-10 19:54:20 +02:00
Denis Rouzaud
86c4aaa6de complete test for qgsEnumKeyToValue 2020-09-10 19:54:20 +02:00
Denis Rouzaud
0b2abff04c extend qgsEnumKeyToValue to allow using the value (int) as a key (string) 2020-09-10 19:54:20 +02:00
Paul Blottiere
706ca2dd38
Merge pull request #38673 from pblottiere/pyogctest_v100
Use an explicit version of pyogctest
2020-09-10 19:28:44 +02:00
signedav
b5178d9853
Merge pull request #38658 from suricactus/37847_scroll_to_f
FIX 37847 New feature is hidden when created from attribute table
2020-09-10 17:08:50 +02:00
Denis Rouzaud
969f9f98a9
Merge pull request #38677 from 3nids/rel-strength-qenum
make QgsRelation::RelationStrength a Q_ENUM and simplify code
2020-09-10 17:07:23 +02:00
Nedjima Belgacem
85e444e1d6
[3D] [Feature] Shadow rendering (#38448)
* Initial post processing render pass implementation

* Got shadows with directional lights working good enough

* Make the shadows more configurable

* Trying to reduce peter panning

* Add licence

* banned banned_keywords_check

* trying to remove renderStateSet memory leak

* removing include <Qt3DExtras>

* Add documentation

* remove the use of setFilterMode when using QFilterLayer

* Fixing docs

* Fix shadow rendering checkbox

* Added y coordinates for view extent

* Added shadow bias parameter

* Added shadow map texture resolution parameter

* Addressing reviews

* Set the shadow rendering parameters automatically

* Add QLayer components individually if QT_VERSION < QT_5_10

* Hide depth texture preview quad

* Remove unused member

* Fix spell check

* Remove stepType property from shadowBiasSpinBox

* Disable shadow render pass if the shadow rendering is not activated

* Clarify maximum shadow rendering distance documentation

* Add value range for shadow bias

* Delete .bom file

* Clarify the usefullness of maximum shadow rendering distance

* remove unused stuff in shaders

* Make the inverted camera matrices passed as parameters

* Move post processing shaders parameters into the post processing entity constructor

* refactor how shadow rendering update into 1 function

* Fix spelling

* Fix Save As Image tool

* Improve UI according to suggessions

* add missing docs

* remove QAbstractSpinBox::DefaultStepType
2020-09-10 15:02:03 +02:00
Blottiere Paul
2972b29044 Use an explicit version of pyogctest 2020-09-10 14:50:03 +02:00
Denis Rouzaud
8471d5ae4e follow up 2020-09-10 14:32:11 +02:00
Denis Rouzaud
e87ba45edc make QgsRelation::RelationStrength a Q_ENUM and simplify code 2020-09-10 14:27:42 +02:00
Matthias Kuhn
509c5e1f23
Merge pull request #38524 from olivierdalang/rotated_ticks_followup
[followup] Support for rotated ticks/annotation
2020-09-10 11:25:29 +02:00
Matthias Kuhn
8b7f600c33
Merge pull request #38650 from m-kuhn/zonal_stats_new_layer
[processing] Add Zonal statistics algorithm that creates a new output
2020-09-10 10:57:40 +02:00
Nyall Dawson
8639b1d012 Fix loss of marker styles when marker doesn't have associated label 2020-09-10 18:40:23 +10:00
Ivan Ivanov
4257332306 Return invalid feature instead of nullptr from QgsFеatureAction::feature() 2020-09-10 11:07:29 +03:00
Matthias Kuhn
8f7abb562f No extra conversion for qmap iteration 2020-09-10 09:02:20 +02:00
Matthias Kuhn
0048592f33 Fix leak 2020-09-10 09:02:09 +02:00
Matthias Kuhn
861e88198d Validate geometry for zonal stats 2020-09-10 09:01:51 +02:00
Matthias Kuhn
253cd52fc0 Deprecate zonal stats alg 2020-09-10 09:01:31 +02:00
Blottiere Paul
d6a761d980 Mount metadata volume in nginx container 2020-09-10 15:09:33 +10:00
Blottiere Paul
f676f72986 Download data and link pyogctest to docker network 2020-09-10 15:09:33 +10:00
Blottiere Paul
fae4383072 Share data volume 2020-09-10 15:09:33 +10:00
Blottiere Paul
e5275b0817 Set the default qgis project file to use 2020-09-10 15:09:33 +10:00
Blottiere Paul
cf834cb3fe Update qgis server prefix path 2020-09-10 15:09:33 +10:00
Blottiere Paul
4aa2a297fd Use NGINX container IP 2020-09-10 15:09:33 +10:00
Blottiere Paul
791ff9f7f4 Execute pyogctest for the WMS 1.3.0 test suite 2020-09-10 15:09:33 +10:00
Blottiere Paul
a806023a55 Add docker-compose scripts 2020-09-10 15:09:33 +10:00
Blottiere Paul
f9c0cda9f9 Add an ogc github workflow 2020-09-10 15:09:33 +10:00
Blottiere Paul
e5989c1387 Add basic scripts to build and run QGIS Server 2020-09-10 15:09:33 +10:00
Peter Petrik
71dcf98ee6 update macos deps for CI 2020-09-10 15:09:05 +10:00
Peter Petrik
5a1fe648dc update MDAL to 0.7.0 2020-09-10 15:09:05 +10:00
Matthias Kuhn
ed91ceeea5
Merge pull request #38505 from gacarrillor/easter_egg_user_groups
Add easter egg to show map of user groups (keywords: 'user groups')
2020-09-10 07:04:28 +02:00
uclaros
283d845e68 Update splash screen message 2020-09-10 14:52:45 +10:00
Matthias Kuhn
38ec62e89d
Merge pull request #38663 from signedav/relation-editor-title
Label (title) of relation editor widget instances
2020-09-10 06:48:05 +02:00
Matthias Kuhn
a853f2643d
Merge pull request #38659 from suricactus/relref_filter_expr
Add support for filter expressions in relation reference widget
2020-09-10 06:46:44 +02:00
Nyall Dawson
571e70ed9b Convert icon markers 2020-09-10 14:11:42 +10:00