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
Nyall Dawson
58768304b5
Test mask
2025-05-21 07:19:45 +10:00
Nyall Dawson
6ea3459b89
Test masks
2025-05-21 07:19:45 +10:00
Nyall Dawson
0a760712f2
Use correct method to test if labeling needs advanced effects
2025-05-21 07:19:45 +10:00
Nyall Dawson
721b6804b2
Fix blend modes ignored when label masking is enabled
...
Fixes #43141
2025-05-21 07:19:45 +10:00
Nyall Dawson
08cfe062d1
[api] Detect if map renderer label job has non-default composition modes
2025-05-21 07:19:45 +10:00
Nyall Dawson
183e86f5b3
[api] Add method to test if labeling as non-default blend modes
2025-05-21 07:19:45 +10:00
github-actions[bot]
e1e0535299
auto-fix pre-commit issues
2025-05-20 20:24:19 +00:00
Alessandro Pasotti
89883a7c38
Fix valuemap config dialog trimmed <NULL>
...
Fix #61865
2025-05-20 22:23:16 +02:00
Landry Breuil
a49aa77377
inconditionally include pdal headers
...
completes 86b00f5 / #61894
fixes #61887
2025-05-20 16:42:02 +02:00
github-actions[bot]
e01d6d7c4c
auto-fix pre-commit issues
2025-05-20 09:56:14 +00:00
Alexander Bruy
5e0fc5539f
Merge pull request #61912 from elpaso/bugfix-gh61867-new-http-conn-dlg-too-tall
...
[ux] New HTTP conn dlg: adjust height
2025-05-20 10:55:12 +01:00
github-actions[bot]
2bdbbbfd93
auto-fix pre-commit issues
2025-05-20 09:54:55 +00:00
Alexander Bruy
bb683225ea
Merge pull request #61906 from alexbruy/processing-translate-geometry-zm
...
always add Z/M to the output WKB type when using expressions for Z/M parameters in translate geometry Processing algorithm (fix #56495 )
2025-05-20 10:53:52 +01:00