71950 Commits

Author SHA1 Message Date
Andrea Giudiceandrea
f55b5b9e6f Fix UnicodeDecodeError in Processing history 2021-06-24 07:53:51 +10:00
MorriganR
497590edb5 fix: does not show PostgreSQL datatype: cidr/macaddr in query results 2021-06-24 07:52:02 +10:00
Sandro Mani
38b419639f Avoid including QgsWebView from installed header 2021-06-24 04:56:31 +10:00
nicogodet
908e38a20a typo 2021-06-24 04:36:26 +10:00
Denis Rouzaud
c7eb0e3eef fix test 2021-06-23 20:16:30 +02:00
Denis Rouzaud
7ecfd2348d some cleanup 2021-06-23 20:01:27 +02:00
Denis Rouzaud
152b766516 fix test and more 2021-06-23 19:19:35 +02:00
Denis Rouzaud
e02d341197 fix bindings again 2021-06-23 15:05:18 +02:00
Denis Rouzaud
a173f4604a fix dox again 2021-06-23 15:03:14 +02:00
Denis Rouzaud
e25ff6f370 fix dox 2021-06-23 14:53:40 +02:00
Denis Rouzaud
4d6ca4fd52 fix core only 2021-06-23 14:48:43 +02:00
Denis Rouzaud
b0b22bb6bf fix bindings 2021-06-23 14:30:28 +02:00
Denis Rouzaud
4db9a0cbf9 fix dynamic 2021-06-23 14:23:23 +02:00
Denis Rouzaud
eb13fee4f5 fix static auths 2021-06-23 14:13:12 +02:00
Juergen E. Fischer
bae9214d8f fix windows build 2021-06-23 13:24:35 +02:00
Juergen E. Fischer
cf394122cf typo fix (followup 989cfaf9842) 2021-06-23 13:22:12 +02:00
Denis Rouzaud
fb97e8fa45 follow-up 2021-06-23 13:15:12 +02:00
Denis Rouzaud
019976e59c enable static build of all auth methods 2021-06-23 12:52:35 +02:00
Denis Rouzaud
a42df3b856 allow to build auth methods statically 2021-06-23 12:52:26 +02:00
Nyall Dawson
6995cfd037 Fix QgsGdalProvider::subLayers() return result 2021-06-23 19:35:11 +10:00
Nyall Dawson
3b34458a11 Respect FastScan flag in gdal provider 2021-06-23 19:35:11 +10:00
Nyall Dawson
2b384ce94b Expand tests 2021-06-23 19:35:11 +10:00
Nyall Dawson
09983713cd Implement querySublayers for GDAL provider 2021-06-23 19:35:11 +10:00
Nyall Dawson
7ae4e83787 Fix build 2021-06-23 19:35:11 +10:00
Nyall Dawson
bee11c7de6 Fix windows build 2021-06-23 19:35:11 +10:00
Nyall Dawson
08d4050e1f Fix build 2021-06-23 19:35:11 +10:00
Nyall Dawson
04a735798e Implement querySublayers for mdal provider 2021-06-23 19:35:11 +10:00
Nyall Dawson
69debff405 Add convenience method to directly convert QgsProviderSublayerDetails
object to a QgsMapLayer
2021-06-23 19:35:11 +10:00
Nyall Dawson
00db2820cd Add generic method to QgsMapLayerFactory to create map layers of
any type
2021-06-23 19:35:11 +10:00
Nyall Dawson
07f5812383 Add uri to QgsProviderSublayerDetails 2021-06-23 19:35:11 +10:00
Denis Rouzaud
55e20eb800
avoid code duplication of fromEncodedComponent_helper(QGIS)/qt_urlRecodeByteArray(Qt) (#43842) 2021-06-23 09:11:03 +00:00
Nyall Dawson
f50dd99ed7 Dox++ 2021-06-23 17:30:47 +10:00
Nyall Dawson
5875b3d865 Fix incorrect use of QgsRasterPipie::setOn when changing raster pipe resampling stage 2021-06-23 17:30:47 +10:00
Nyall Dawson
f62ddb37a2 Promote QgsRasterPipe enums to enum classes in Qgis namespace
and add forward declares where possible
2021-06-23 17:30:47 +10:00
Nyall Dawson
e2b7f0712e Improve QgsRasterPipe docs 2021-06-23 17:30:47 +10:00
Nyall Dawson
9fd1ddf379 Ensure project is dirtied when layer notes are modified 2021-06-23 16:37:01 +10:00
Nyall Dawson
d29c6ad2c6 When refining a rule based renderer rule by categories, copy the
category label as each rule label instead of the raw expression
2021-06-23 15:16:03 +10:00
Nyall Dawson
cc33a73391 [layouts] Restore forced rasterization of whole layout map item
when a layer has opacity set for Qt < 5.15

Workarounds bugs in the PDF export for these earlier versions

Fixes #42698
2021-06-23 14:37:18 +10:00
Sandro Santilli
2da0ddf36a PostgreSQL provider: use bounding box column to compute extent
Speeds up extent computation when custom indexed bbox column is
given. References #43835
2021-06-22 17:59:14 +02:00
Denis Rouzaud
520732a88b
allow to build qgis_app statically (#43846) 2021-06-22 17:40:54 +02:00
Denis Rouzaud
ea8d0d6e81
Merge pull request #43840 from qgis/fix-warning
fix warning
2021-06-22 14:26:09 +02:00
Sandro Mani
8c948587d3 Fix resolving localized paths with sublayer selection suffix 2021-06-22 11:46:51 +02:00
Sandro Mani
6f0bac42be Also support project attachments for QGS format 2021-06-22 11:46:51 +02:00
Sandro Mani
001d363b2e Implement project file attachments 2021-06-22 09:04:48 +02:00
Matthias Kuhn
c2a1d87563
Merge pull request #43815 from domi4484/mssqlUniqueConstraint
[mssql] use unique constraint info from db to set field ConstraintUnique
2021-06-22 07:51:40 +02:00
Denis Rouzaud
17b421aecc
fix SVG selector widget not reacting to changes (#43805)
* fix SVG selector widget not reacting to changes

fixes #43802

* also set picture mode
2021-06-22 06:09:32 +02:00
Nyall Dawson
18b6021802 Update src/app/qgisapp.cpp 2021-06-22 09:42:52 +10:00
MorriganR
c1f58132c9 independent interface customization for Vertex Tool Current and All Layers 2021-06-22 09:42:52 +10:00
Nyall Dawson
2430173427 Fix since 2021-06-22 08:43:39 +10:00
Nyall Dawson
89d58dc718 Fix wording 2021-06-22 08:43:39 +10:00