1960 Commits

Author SHA1 Message Date
vcloarec
04d665f409 make mesh 3d rendering more thread safe 2020-10-22 12:02:11 +10:00
Nyall Dawson
c3ca85e60b When required text codecs aren't available on the system, proxy
the conversion over to GDAL's API

Resolves missing text codecs like CP852 on windows builds. These
were previously available, but then Qt upstream dropped the ICU
library from their windows builds, and accordingly a whole bunch
of older text codecs are no longer available by default on the
windows builds.

Fixes #36871
2020-10-20 13:46:52 +10:00
Nyall Dawson
a0ac94a2b5 Update test mask 2020-10-19 20:08:08 +10:00
Alessandro Pasotti
a0711d710d
Merge pull request #39368 from elpaso/wfs-t-1.1
Fix WFS-T 1.1.0 support
2020-10-17 21:45:58 +02:00
Alessandro Pasotti
27b64a0f1e Use srsName from shared data, fix tests 2020-10-16 11:09:56 +02:00
Alessandro Pasotti
785854c8db WFS-T Apply axis inversion logic 2020-10-16 09:16:32 +02:00
Alessandro Pasotti
980889737c
Merge pull request #39373 from elpaso/bugfix-gh39371-server-wfst-ignore-srsname
Server WFST: use srsName when needed
2020-10-16 07:19:28 +02:00
Alessandro Pasotti
dd2b56ac0b Add test for issue 39371 2020-10-15 09:50:44 +02:00
Mathieu Pellerin
1e80643f04
[symbology] Fix SVG marker anchor calculation and improve bounds (#39336) 2020-10-14 14:09:07 +07:00
Alessandro Pasotti
b1da0810c2 WFS-T 1.1.0 client implementation 2020-10-13 17:44:58 +02:00
vcloarec
364e2e92d7 fix and improve test 2020-10-13 08:56:11 +10:00
Nyall Dawson
03fdc0cd79 Fix custom stroke patterns incorrectly scale when data defined
stroke width is set

Fixes #39201
2020-10-08 14:40:15 +10:00
olivierdalang
9efa05b1e2 rotated ticks followup : update expected images masks 2020-10-08 09:37:35 +10:00
olivierdalang
daa4e842d5 rotated ticks followup : update expected images from travis
(due to 4b650ed8dd0f15c23e4539d7a8769e4705695117)
2020-10-08 09:37:35 +10:00
olivierdalang
b593e68950 rotated ticks followup : tests for data-defined properties 2020-10-08 09:37:35 +10:00
Juernjakob Dugge
4465034f10 Adjust test image to reflect different legend column balancing 2020-10-06 08:41:18 +10:00
Juernjakob Dugge
08062ba95d Add tests 2020-10-06 08:41:18 +10:00
Alessandro Pasotti
ac6ee22602
Merge pull request #39183 from elpaso/bugfix-gh37666-no-geometry-in-fields
Fields items: various fixes and enhancements
2020-10-05 14:38:12 +02:00
Alessandro Pasotti
399bebaf44 Fields items: various fixes and enhancements
1. expose geometry fields for PG Fixes #37666
2. add a warning message when deleting a pk
3. add a warning message when deleting a geom col
2020-10-05 12:06:54 +02:00
nirvn
b7c28df02a [processing] Add missing layers overwrite parameter to two layout exports algorithms 2020-10-03 19:07:35 +10:00
Alessandro Pasotti
ebeb016c69
Merge pull request #39043 from elpaso/bugfix-gh39036-39025-relations-quoting
PG fix relation discovery with table/schema that require quotes
2020-10-01 22:55:51 +02:00
Blottiere Paul
5c74aeeb11 Add unit tests for json format 2020-09-28 15:07:05 +02:00
Blottiere Paul
636942aae3 Add unit test for HTML format 2020-09-28 11:05:59 +02:00
Blottiere Paul
cd2032ff45 Add unit tests 2020-09-28 10:02:50 +02:00
Alessandro Pasotti
84e204954f PG raster: support mosaics with no metadata
Fixes #39017
2020-09-26 10:31:13 +10:00
Alessandro Pasotti
5870cba39f PG fix relation discovery with table/schema that require quotes
Fixes #39036 #39025  (temptative, because I could not reproduce the
exact issue without project and data)
2020-09-25 18:43:40 +02:00
root676
04ae0ca20d add correct control dataset for test 2020-09-25 15:50:58 +10:00
Nyall Dawson
426ee2120b [layouts] Fix legend symbol rendering doesn't respect linked map
scale when symbol uses map unit based sizes

Fixes #38326
2020-09-21 18:55:33 +10:00
Alessandro Pasotti
8ed98f64fd
Merge pull request #38815 from elpaso/bugfix-gh38716-marker-line-dd-angle
Set the line angle instead of the symbol angle
2020-09-17 12:25:33 +02:00
Peter Petrik
fce4b27644
fix #35147 QgsMeshLayer map canvas rotation rendering (#38795)
fix #35147 QgsMeshLayer map canvas rotation rendering
2020-09-17 10:44:58 +02:00
Denis Rouzaud
5ca4ef8f3d
QgsField::ConfigurationFlags: use a negative form for the flags so th… (#38805)
* QgsField::ConfigurationFlags: use a negative form for the flags so that default flags is None

this will make this futureproof, so newly added flags won't cause trouble for compatibility with old projects

* follow up

* remove template class

* fix order of init

* follow up

* Revert "update test projects (open and save)"

This reverts commit c738609d9177ed398ba2a0ae0e1c16448accd5f6.

* DoNotExposeVia -> HideFrom
2020-09-17 10:31:22 +02:00
Alessandro Pasotti
7f92487454
Merge pull request #38816 from elpaso/bugfix-landingpage-wfsexposed
Update tests and fix wfs exposed fields list
2020-09-17 10:07:02 +02:00
Alessandro Pasotti
247a399901 Add test for issue #38716 2020-09-17 09:42:51 +02:00
Juergen E. Fischer
b3e7230ac2 mssql provider:
* add missing support for non-integer and compound keys
* update unit tests
* unify time handling: iterator / minimumValue / maximumValue / uniqueValues
2020-09-17 08:12:14 +02:00
Alessandro Pasotti
4743c67420 Update tests and fix wfs exposed fields list 2020-09-16 18:41:51 +02:00
Alessandro Pasotti
49037e050a
Merge pull request #38763 from elpaso/bugfix-gh38567-pg-unrestricted-geometry-srid
PG unrestricted geometry: trust SRID from geometry_columns
2020-09-16 08:11:41 +02:00
Denis Rouzaud
f6c98ec5f1
Merge pull request #38730 from 3nids/conf-flag-check-cb
Use a checkable combobox for fields configuration flags
2020-09-16 07:02:17 +02:00
Alessandro Pasotti
235864fbc3 Fix test data (add SRID) 2020-09-15 19:46:42 +02:00
Denis Rouzaud
c738609d91 update test projects (open and save) 2020-09-15 17:33:53 +02:00
Even Rouault
cd04374d51 [DelimitedText provider] Avoid false positive detection of some date looking content as Time (fixes #38091) 2020-09-15 07:38:31 +10:00
Blottiere Paul
a7df5c95c5 Remove unused project 2020-09-12 05:29:18 +10: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
Matthias Kuhn
42b4a03e27 Fixup zonal stats implementation 2020-09-09 18:26:42 +02:00
Nyall Dawson
029f0679dc [FEATURE][symbology] Allow data-defined offset for fill symbol layers
Any fill symbol layer which supports offsetting polygons (i.e. simple
fills, raster image fills, shapeburst and gradent fills) now allows
for data-defined offsets
2020-09-09 10:40:07 +10:00
Paul Blottiere
c0b295a7b4
Merge pull request #38548 from pblottiere/external_wms
Keep external layers ordering
2020-09-03 22:36:57 +02:00
rldhont
58b01f09a3
Merge pull request #38026 from troopa81/feat_oracle_virtual_column
[Oracle] Add support for virtual (generated) column
2020-09-02 15:14:55 +02:00
Blottiere Paul
744121f5b2 Update tests 2020-09-02 12:12:32 +02:00
Blottiere Paul
523c0293a8 Update python tests 2020-09-02 11:20:53 +02:00
Nyall Dawson
3afe74b8c2 [labeling] Fix crash when labeling features and showing unplaced
labels and some labels have no candidate positions

Fixes #38093
2020-09-02 18:00:07 +10:00