91552 Commits

Author SHA1 Message Date
Denis Rouzaud
4cfdf33cc3 fix vars 2025-04-28 19:49:32 +02:00
Denis Rouzaud
bf65eb89b9 use pull_request_target 2025-04-28 19:42:03 +02:00
Denis Rouzaud
639285fa3a fix permissions 2025-04-28 19:33:53 +02:00
Denis Rouzaud
58cece9ce5 fix permissions 2025-04-28 19:24:03 +02:00
Denis Rouzaud
a2b44f3cdc fix permissions 2025-04-28 17:18:58 +02:00
Denis Rouzaud
3a4a563f0e fix permissions 2025-04-28 17:12:18 +02:00
Denis Rouzaud
8455723d52 fix context 2025-04-28 17:08:13 +02:00
Denis Rouzaud
89951b5efc fix context 2025-04-28 17:00:59 +02:00
Denis Rouzaud
ba33809a03 fix commenting 2025-04-28 16:50:57 +02:00
Denis Rouzaud
677c9145c5 restore action 2025-04-28 16:41:18 +02:00
Denis Rouzaud
885fd57ef6 pushing to forks seems to work 2025-04-28 16:35:43 +02:00
Denis Rouzaud
fc5c649180 echo modified files2 2025-04-28 16:26:00 +02:00
Denis Rouzaud
b0fc0be123 discard local PRs 2025-04-28 16:04:43 +02:00
Denis Rouzaud
b426438a51 fix for push 2025-04-28 15:50:47 +02:00
Denis Rouzaud
17b4f4e0a3 fix sha 2025-04-28 15:40:01 +02:00
Denis Rouzaud
2acc5707d9 fix push 2025-04-28 15:16:15 +02:00
Denis Rouzaud
912e6a2d0f fix modified files + avoid multiple comments 2025-04-28 15:10:20 +02:00
Denis Rouzaud
164561b87f fix workflow 2025-04-28 15:02:16 +02:00
Denis Rouzaud
74f958a5f1
replace pre-commit.ci by a local workflow (#61652)
* replace pre-commit.ci by a local workflow

* more commit history

* Update .github/workflows/pre-commit.yaml

Co-authored-by: Matthias Kuhn <matthias@opengis.ch>

* remove default

* use comment rather than label

---------

Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
2025-04-28 13:36:28 +02:00
Nathan
12306d5f0c Fix paths for windows system32 folders 2025-04-28 20:03:06 +10:00
Andrea Giudiceandrea
a8dc05be67 Update 10_bug_report.yml 2025-04-28 09:33:56 +10:00
Alexander Bruy
10e804aec7
Merge pull request #61634 from nirvn/themes_revert
[themes] Revert the ugly top padding for title-less Q*GroupBox fix
2025-04-27 14:28:02 +01:00
Nathan
42594b3862 Add qgis.env.in and cmake step to generate when using vcpkg 2025-04-27 21:22:13 +10:00
Alexander Bruy
562569788e
Merge pull request #61633 from nyalldawson/fix_layout
Fix widget expansion in datadefined value dialogs
2025-04-27 07:13:55 +01:00
Andrea Giudiceandrea
c4a2e9c6d2 [gui][processing] Fix "Check validity" algorithm ID in menu 2025-04-27 09:53:27 +10:00
Mathieu Pellerin
91e614950d Revert "[themes] Fix ugly top padding for title-less Q*GroupBox"
This reverts commit 95a2acb910b4de26933f516bcce5ca80f2155ce0.
2025-04-26 18:35:45 +07:00
Nyall Dawson
13c76ce8a6
Fix widget expansion in datadefined value dialogs 2025-04-26 13:17:18 +10:00
qgis-bot
bc5be932db auto sipify 🍺 2025-04-25 22:15:30 +00:00
David Koňařík
7071c4e3de Apply review suggestions 2025-04-26 08:12:32 +10:00
David Koňařík
10a7e974cf Fix saving/loading globe 3D view 2025-04-26 08:12:32 +10:00
Nyall Dawson
d53c04322c Fix excessive widget padding for dash space widget 2025-04-26 08:12:18 +10:00
Nyall Dawson
8f113d14e1 Improve QgsMapLayerComboBox docs 2025-04-26 08:11:57 +10:00
pre-commit-ci[bot]
b96a90a025 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-04-25 19:56:24 +00:00
David Marteau
3bf2e9b6e3
[SERVER] Fix conditional short circuit statement 2025-04-25 21:53:26 +02:00
bdm-oslandia
5aa6938817 nlohmann/json: bump to version 3.11.3 to remove deprecated-literal-operator warning
warning: identifier '_json_pointer' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
2025-04-25 13:20:23 +10:00
Viper MiniQ
7d090fd7b9
fix starting interpolation algs and heatmap, qt6 compatibility 2025-04-25 13:20:02 +10:00
Nyall Dawson
5b55ab98cb Fix doc typo 2025-04-25 08:17:13 +10:00
Alexander Bruy
6c41687ec0
Merge pull request #61600 from nyalldawson/fix_offscreen_crash
Fix crashes when application clipboard has no mime data
2025-04-24 17:30:34 +01:00
qgis-bot
a40fe45a45 auto sipify 🍺 2025-04-24 10:03:42 +00:00
Nyall Dawson
feeb2b418b [vectortiles] Never try to request every tile in a zoom level
In certain circumstances (eg map in geographic CRS, including
+/-180 long or +/- 90 lat within map bounds), the extent
passed to the map layer renderers is a maximal extent indicating
that the generic map renderer code could not successfully
reproject the map extent to the layer's crs.

This is BAD for vector tiles, as it results in us trying to
fetch EVERY SINGLE TILE IN THE WORLD for a given zoom level!!!1!

Add special logic to the vector tile renderer to catch this
situation is attempt to determine a minimal extent to fetch, or
fail gracefully.
2025-04-24 12:00:42 +02:00
Nyall Dawson
1efd5df8d6 Add method to return total number of tiles in a QgsTileRange 2025-04-24 12:00:42 +02:00
Nyall Dawson
67036b670f Add isMaximal method to QgsRectangle 2025-04-24 12:00:42 +02:00
Nyall Dawson
741e698b65 Apply suggestions from code review
Co-authored-by: Alexander Bruy <alexander.bruy@gmail.com>
2025-04-24 16:00:08 +10:00
Nyall Dawson
6b40530fd4 Test masks 2025-04-24 16:00:08 +10:00
Nyall Dawson
edb1f79022 Update test to new infrastructure 2025-04-24 16:00:08 +10:00
Nyall Dawson
5a4dba585d Fix clang tidy warnings 2025-04-24 16:00:08 +10:00
Nyall Dawson
10c09465fa Cleanup const iteration 2025-04-24 16:00:08 +10:00
Nyall Dawson
7cdfacc06c Better memory safety in WMS provider block
Don't needlessly create image on the heap
2025-04-24 16:00:08 +10:00
Nyall Dawson
931e681b89 Fix visible gaps in between xyz tiles
In some circumstances there can be a visible <=2 pixel-wide gap
between adjacent tiles in xyz layers

Rework the image destination rect calculation to an integer
based calculation, as we'll always be drawing the tiles using
a painter with a pixel-based image device, and ensure that
the destination rect is always expanded to the nearest pixel
(instead of shrunk)
2025-04-24 16:00:08 +10:00
Nyall Dawson
b114e0aef3 Fix duplicate parameter warning in gdal rasterize algorithm 2025-04-24 10:19:56 +10:00