Even Rouault
4df0244c94
GdalUtils.ogrLayerName(): fix parsing a PostgreSQL non-spatial table
...
Fixes #61655
2025-05-28 11:32:30 +10:00
Jan Caha
c263c8dc31
Move table to another schema for PostgreSQL Provider ( #61851 )
2025-05-28 11:31:34 +10:00
Alexander Bruy
f895b00f46
update project CRS in the projection selector whenever project CRS is
...
changed (fix #56454 )
2025-05-28 11:28:32 +10:00
Jean Felder
b0000ef1c2
qgsvectorlayerchunkloader: Fix rayIntersection
...
The coordinates of vector data chunks are now independant from the
scene origin. However, the `rayIntersection` does not take this change
into account. This means that the ray used to test the intersection is
expressed in the scene origin coordinates while the vector data
geometry are relative to the chunk origin. Therefore, the intersection
cannot be checked properly and always returns false.
This issue is fixed by retrieving the chunk origin based on the node
entity translation. Then, this translation is added to the transform
matrix used to convert the geometry coordinates into the scene
coordinate system.
With this change, the different objects (the ray and the triangles)
are now expressed in the scene coordinate system and the intersection
can be properly checked.
Fixes: 3cde17724e2703183e6c08662380d912e6665b21
2025-05-28 11:25:25 +10:00
Jean Felder
89e706049e
testqgs3dutils: Store rgb layer
...
This layer will be reused in the next commit.
2025-05-28 11:25:25 +10:00
Jean Felder
9b60e8b9ec
testqgs3dutils: Init Qgs3d
...
This will make it possible to use the 3D symbol types in the following
commits.
2025-05-28 11:25:25 +10:00
Alessandro Pasotti
fe908c6dd5
Adapt test
2025-05-28 11:15:51 +10:00
Alessandro Pasotti
b09da2e730
[processing] Do not reset unit combo unless required
...
Fix #61470
2025-05-28 11:15:51 +10:00
Benoit D.-M. - oslandia
af9b53f7de
Merge pull request #62000 from benoitdm-oslandia/fix/aux_storage_delete_file
...
fix(QgsAuxiliaryStorage): remove tmp file only if it exists
2025-05-27 07:28:23 +02:00
Juergen E. Fischer
1111d01007
debian packaging: add trixie and plucky
2025-05-26 22:10:37 +02:00
bdm-oslandia
ca2fabdba8
fix(wktReadBlock): improve support of EMPTY for geometry collection
2025-05-26 16:43:03 +02:00
bdm-oslandia
983c832e28
fix(qgsgeometrycollection): adds the missing types allowed to be added to the collection.
...
Add types: QgsTriangle, QgsPolyhedralSurface and QgsTriangulatedSurface
2025-05-26 16:43:03 +02:00
bdm-oslandia
fcf2a6de3e
fix(QgsAuxiliaryStorage): remove tmp file only if it exists
2025-05-26 16:34:37 +02:00
Alessandro Pasotti
009363c86a
Merge pull request #61938 from elpaso/bugfix-gh61728-json-array-interpreted-as-map
...
[ogr] fix JSON array interpreted as QVariantMap
2025-05-26 08:08:11 +02:00
Juergen E. Fischer
1728e57628
also install nlohmann/detail/abi_macros.hpp (followup 5aa6938817fd7db477abd39901bccd9349561d03)
2025-05-24 11:38:28 +02:00
Julien Cabieces
128d1957a3
Merge pull request #61976 from mblesius/adjust-function-help-text
...
Adjust representation of help text for custom (python) expression functions
2025-05-24 11:36:17 +02:00
Alexander Bruy
7dedd0b115
Merge pull request #61964 from elpaso/bugfix-gh61767-graduated-renderer-date-unsupported
...
Remove date fields from graduated classification
2025-05-24 07:30:16 +01:00
Alexander Bruy
f3a55eb615
Merge pull request #61963 from elpaso/bugfix-gh61399-wms-getcap-fails-on-split
...
[wmts] Be nice and accept redundant spaces in coord tuples
2025-05-24 07:27:02 +01:00
Malik Blesius
0c488cc718
Update test_qgsexpression.py
...
Update test_qgsexpression.py for new help text template
2025-05-23 16:19:11 +02:00
Malik Blesius
d6c8e2e7a7
swap '$name' and 'function' and replace '<br>' with '\n'
...
For QgsPyExpressionFunctions swap the positions of the '$name'-placeholder and 'function' to be consistent with native QGIS functions. Also replace the following break-Tag with a newline to get rid of extra space.
2025-05-23 11:20:30 +02:00
Nyall Dawson
52e71951ee
Fix error reported in wrong branch
2025-05-23 10:11:19 +02:00
Nyall Dawson
6ef35ccd3e
Improve error message
2025-05-23 10:11:19 +02:00
Nyall Dawson
55e39fee1a
Don't clutter test reports with debug output from grass tests
...
The test reports should only contain information relevant
to test failures, not general debugging output for tests
which pass.
2025-05-23 10:11:19 +02:00
qgis-bot
9714017589
auto sipify 🍺
2025-05-23 06:04:39 +00:00
Loïc Bartoletti
e0e8beb9e1
Merge pull request #61920 from benoitdm-oslandia/fix/minor_3d_fixes
...
Fix/minor 3d fixes
2025-05-23 08:01:41 +02:00
Matthias Kuhn
e0159f5245
Merge pull request #61966 from m-kuhn/install_missing_header
...
Install missing header
2025-05-22 20:12:35 +02:00
Alexander Bruy
1af40ea95b
Merge pull request #61948 from alexbruy/connection-dialogs-ui
...
update New Connection dialogs UI
2025-05-22 12:53:48 +01:00
Alessandro Pasotti
b7e6ad2c97
Update qgsogrprovider.cpp
2025-05-22 13:49:49 +02:00
Matthias Kuhn
69b15b1183
Install missing header
2025-05-22 13:45:03 +02:00
Alessandro Pasotti
e58b858ad9
Remove date fields from graduated classification
...
Fix #61767
2025-05-22 11:52:47 +02:00
Even Rouault
ce53380d1e
Merge pull request #61844 from benoitdm-oslandia/fix/qt6_test_core_qgis
...
tests: adapt QVariant compare and QgsFlagKeysToValue tests to qt6
2025-05-22 10:49:18 +01:00
Alessandro Pasotti
6a982c0bbb
[wmts] Be nice and accept redundant spaces in coord tuples
...
Fix #61399
2025-05-22 10:56:21 +02:00
Alessandro Pasotti
2a3475ac96
Rely on OGR for most array identification
2025-05-22 09:20:01 +02:00
Alexander Bruy
6a4e4d18ee
Merge pull request #61945 from alexbruy/anonymize-project-author-metadata
...
clear author name and creation date project metadata when anonymize_saved_projects setting is set to true (fix #42413 )
2025-05-22 07:31:08 +01:00
Alexander Bruy
65815bd097
fix conflict
2025-05-22 06:10:26 +01:00
Alexander Bruy
2c824491b5
fix scrollarea in the HANA dialog
2025-05-22 06:09:13 +01:00
Alexander Bruy
f35a839999
add more scroll areas
2025-05-22 06:09:10 +01:00
Alexander Bruy
005fefbef0
add scroll areas to connection dialogs and improve ui ( fixes #61867 , #60477 , #43951 )
2025-05-22 06:07:56 +01:00
Nyall Dawson
ed9ed7c954
Test masks
2025-05-22 12:51:06 +10:00
Nyall Dawson
be2a0f8371
Fix variables available for grid annotations missing for grid symbol
...
The @grid_axis, @grid_number variables should be available
for selective styling of grid lines in a layout map
2025-05-22 12:51:06 +10:00
Nyall Dawson
0b81fecd7f
Don't return doubles for bools
2025-05-22 12:51:06 +10:00
Alexander Bruy
28008c21c0
fix duplicated objectName
2025-05-22 09:39:59 +10:00
Nyall Dawson
c1ecc00601
Update src/core/project/qgsproject.cpp
2025-05-22 09:39:42 +10:00
Alexander Bruy
5d8983f221
Merge pull request #61935 from landryb/refix/61887
...
Fix weird (invalid?) CMake construct
2025-05-21 14:38:55 +01:00
Alexander Bruy
09a7303697
Merge pull request #61928 from elpaso/bugfix-gh61740-form-constraint-deps-case-sensitivity
...
Fix form constraint deps case sensitivity
2025-05-21 14:36:12 +01:00
Alexander Bruy
057563a7cc
clear author name and creation date project metadata when
...
anonymize_saved_projects setting is set to true (fix #42413 )
2025-05-21 14:22:07 +01:00
Alessandro Pasotti
0dd8898075
Removed wrong assumption about JSON -> QVariantMap
...
... long awaited
2025-05-21 12:53:54 +02:00
Alessandro Pasotti
107f3169bf
[ogr] fix JSON array interpreted as QVariantMap
...
Fix #61728
2025-05-21 12:53:54 +02:00
qgis-bot
78aa6f1fc4
auto sipify 🍺
2025-05-20 21:22:48 +00:00
Nyall Dawson
2c5703f46d
Fix crash
2025-05-21 07:19:45 +10:00