Even Rouault
bdda5d23d9
[BUGFIX] [Virtual provider] Make QgsVirtualLayerFeatureIterator() rebust to references to non existing fields in filter expression
2020-01-21 11:37:11 +10:00
Even Rouault
58df76a9ef
[BUGFIX] [Oracle] Make QgsOracleFeatureIterator() robust to references to non existing fields in filter expression and order by
2020-01-21 11:37:11 +10:00
Even Rouault
bf7dffee6d
QgsExpression::referencedAttributeIndexes(): only report valid indices
...
If the expression was referencing a non-existing field, -1 was returned in the
result set, which caused later crashed in various providers, including the
Spatialite, Postgres, etc..., due to tried to dereference mFields.at(-1)
Discarding invalid indices is what is also done in
QgsFeatureRequest::OrderBy::usedAttributeIndices()
Fixes #33878
2020-01-21 11:37:11 +10:00
Even Rouault
f84d90d06d
Oracle provider: fix compiler warnings
...
- Remove use of surfaceType variable that is never read
- Avoid self assignment of nRings variable
2020-01-21 11:34:28 +10:00
Nyall Dawson
4f41ba2fcb
Fix see also link
2020-01-21 11:28:15 +10:00
Nyall Dawson
0030c31a81
Update ini descriptions
2020-01-21 11:28:15 +10:00
Nyall Dawson
14246731b7
Fix build
2020-01-21 11:28:15 +10:00
Nyall Dawson
cfba5cff00
User standard capitalization
2020-01-21 11:28:15 +10:00
Nyall Dawson
cbba10b382
Add unit tests for save user name
2020-01-21 11:28:15 +10:00
Nyall Dawson
b14997dc11
Address review comments, don't store username if anonymize_saved_projects is true
2020-01-21 11:28:15 +10:00
Nyall Dawson
8f1a5f7075
Add since version
2020-01-21 11:28:15 +10:00
Nyall Dawson
ea7cdbdf91
Sipify
2020-01-21 11:28:15 +10:00
Nyall Dawson
10e07ea5ef
Astyle
2020-01-21 11:28:15 +10:00
Thomas Baumann
bc1f21a127
add userLoginName and userFullName to QGIS project when writing the project
2020-01-21 11:28:15 +10:00
Sandro Mani
1bf50cf040
Merge pull request #33844 from kadas-albireo/composergui
...
Move layout classes to GUI, except for QgsLayoutDesignerDialog
2020-01-20 18:38:30 +01:00
Sandro Santilli
d39b6ac77d
Merge pull request #33225 from strk/dbmanager-reconnect-button
...
DBManager PostgreSQL backend using core APIs instead of psycopg2
2020-01-20 12:05:22 +01:00
Matthias Kuhn
875c03ea3e
Merge pull request #33909 from DelazJ/patch-14
...
Revert the change from "Value" to "label with"
2020-01-20 10:28:14 +01:00
vcloarec
4a7ea580e9
remove transform
2020-01-20 15:45:51 +10:00
vcloarec
f00b056023
fix triangles flickering for 3D mesh rendering
2020-01-20 15:45:51 +10:00
vcloarec
ec59d3b801
fix color ramp shader settings for 3d mesh rendering
2020-01-20 15:45:51 +10:00
Harrissou Sant-anna
3f38a3ebd2
Revert the change from "Value" to "label with"
...
when indicating field/expression selector for labeling
Harmonizes with renderers dialog
2020-01-20 06:16:08 +01:00
uclaros
9b4a824e27
explicitly set widget focus in constructor
2020-01-20 14:12:01 +10:00
uclaros
bfe08c66da
fixed item order inside layout causing wrong initial focused widget
2020-01-20 14:12:01 +10:00
uclaros
b6479c65ae
Added case insensitive filter prefix checks
2020-01-20 13:43:29 +10:00
uclaros
0340aad702
Make locator prefixes case insensitive
2020-01-20 13:43:29 +10:00
Nyall Dawson
5c27c5198b
Add test mask for mbtiles on windows
2020-01-20 11:42:20 +10:00
Nyall Dawson
bbd055ca13
Fix crashes when attempting to export reprojected raster layers
...
Fixes #33801
2020-01-20 09:06:31 +10:00
Daniele Viganò
065c25c72c
Revert "[RPM] Remove qgis-zh-Hant.qm from RPM packages"
...
This reverts commit 73ca958fc4cd363ec59b24315635e043e52ae12d.
2020-01-20 09:02:45 +10:00
Harrissou Sant-anna
5be3568fbc
[needs-docs] Reword the "Enable layer" button
...
to "Enable symbol layer" and harmonize tooltips to mention symbol layer
fixes #33860
2020-01-20 07:51:19 +10:00
Harrissou Sant-anna
f68f39945d
Update url to doc pages
2020-01-20 07:50:22 +10:00
Juergen E. Fischer
c772dfbe0f
fix windows build
2020-01-18 22:44:06 +01:00
Samweli
5310cb690e
improved wms connection items comparison
2020-01-18 12:18:20 +10:00
Samweli
b6905287a7
returned the check for possible nested parent layers
2020-01-18 12:18:20 +10:00
Samweli
d23124d242
using qobject_cast
2020-01-18 12:18:20 +10:00
Samweli
8146cc3c5f
fix per review from @nyalldawson
2020-01-18 12:18:20 +10:00
Samweli
6a52302853
fix closing collection after update issue
2020-01-18 12:18:20 +10:00
Samweli
0ea64e4204
added missing variable definition
2020-01-18 12:18:20 +10:00
Samweli
bc0b427005
added documentation on new wms layer class
2020-01-18 12:18:20 +10:00
Samweli
91604f1896
added fix for #33621
2020-01-18 12:18:20 +10:00
Samweli
b9a19458f8
refresh action on wfs items
2020-01-18 12:18:20 +10:00
Samweli
d43ab4c007
refresh action on wcs connection items
2020-01-18 12:18:20 +10:00
Samweli
7340f6a545
added refresh action on wms connection items
2020-01-18 12:18:20 +10:00
Nyall Dawson
35550ef5cf
About screen tweaks
...
- consistent capitalization
- use more room for version information, which currently overflows
the available space allocated for it
- use a https url instead of http
2020-01-18 12:16:05 +10:00
Nyall Dawson
b8559b802d
Avoid qt warning when about screen is opened on dev builds
2020-01-18 12:16:05 +10:00
Sandro Mani
6e7009ab2a
Add some documentation to layout classes moved to GUI
2020-01-18 01:31:34 +01:00
Sandro Mani
acb3d3c671
Merge pull request #33876 from kadas-albireo/sipoptinstall
...
Make it configurable whether to install the sip source files
2020-01-17 20:02:44 +01:00
Matthias Kuhn
61b7020f24
Merge pull request #33888 from DiGro/patch-2
...
Two typo's to be corrected?
2020-01-17 19:26:54 +01:00
rldhont
36e1cb92b7
Merge pull request #33850 from Gustry/prepare_commit
...
add flip and autopep8
2020-01-17 19:18:38 +01:00
DiGro
65522c15bb
Two typo's to be corrected?
...
Line 84 : "of the their component" should probably be "of their component"
Line 94 - 95: missing space between "features" in line 94 and "add in line 95
2020-01-17 15:46:32 +01:00
Martin Dobias
56f40eca0a
Merge pull request #33855 from wonder-sk/mbtiles-in-wms-provider
...
MBTiles raster support in WMS provider
2020-01-17 14:18:40 +01:00