Jean Felder
2db1f20af3
qgsvectorlayerelevationproperties: Add support for custom tolerance
...
This allows to define a custom tolerance. If this tolerance is
enabled, then this tolerance is used instead of the one defined in the
elevation profile widget.
This custom tolerance is enabled and set to 0 by default for Lines and
Polygons. Indeed, most of the time, only want to use the tolerance for
points.
2025-01-13 14:44:19 +01:00
Denis Rouzaud
fe5f8e63e1
add QtQuickWidgets to qgis.PyQt ( #60123 )
2025-01-13 10:34:40 +01:00
Andrea Giudiceandrea
38ec9efe5e
[WFS] Fix filtering by QGIS expression in order to support "@geometry" ( Fix #60094 ) ( #60105 )
...
Fix #60094
2025-01-11 17:23:28 +01:00
qgis-bot
a2c34719dd
auto sipify 🍺
2025-01-10 12:38:56 +00:00
uclaros
d989f5981f
adjust to use the new QgsPointCloudIndex class
2025-01-10 13:36:09 +01:00
uclaros
3e773e798e
Point cloud editing part 1
2025-01-10 13:36:09 +01:00
qgis-bot
8cfdb1b99a
auto sipify 🍺
2025-01-10 06:56:59 +00:00
Yoann Quenach de Quivillic
dff57c3e02
Apply suggestion from review
2025-01-10 07:54:09 +01:00
Yoann Quenach de Quivillic
b9d4575715
Add editingTimeout for QgsCodeEditor
2025-01-10 07:54:09 +01:00
Yoann Quenach de Quivillic
86bd2c5353
Add adjustScrollWidth method
2025-01-10 07:54:09 +01:00
Even Rouault
87b8299686
qgsvectorlayer.h: move a documentation section to the appropriate place
...
Cf https://lists.osgeo.org/pipermail/qgis-developer/2025-January/067278.html
2025-01-09 15:20:24 +01:00
Alessandro Pasotti
1b2e33e842
Merge pull request #60081 from JanCaha/fix-postgreraster-grass-provider
...
Allow postgresraster layers as grass processing tools input
2025-01-09 08:43:32 +01:00
Jan Caha
374f2a0e59
tests for postgreraster provider in grass algorithms
2025-01-08 17:46:21 +01:00
qgis-bot
9e2efff928
auto sipify 🍺
2025-01-08 13:11:01 +00:00
Jan Caha
67bc6af0d5
Mesh editing delaunay refinement ( #59560 )
...
* add function delaunayConditionForEdge()
* undo command with delaunay refinement
* add delaunay refinement action
* add menu to button
* sipify
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fix merge issues
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* access widget in test to directly change selected value
* add tests
* fix docstring
Co-authored-by: Stefanos Natsis <uclaros@gmail.com>
* remove pass by reference
Co-authored-by: Stefanos Natsis <uclaros@gmail.com>
* pass by reference
Co-authored-by: Stefanos Natsis <uclaros@gmail.com>
* fix label, add tooltip
* avoid brute forcing through faces, use review suggestion instead
* add pass by reference
* sipify
* remove leftover
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Stefanos Natsis <uclaros@gmail.com>
2025-01-08 15:08:11 +02:00
Jan Caha
63524b16e7
fix postgresraster provider in grass algorithm r.in.gdal
2025-01-08 13:02:30 +01:00
qgis-bot
33bb9d5fb4
auto sipify 🍺
2025-01-08 11:54:28 +00:00
pre-commit-ci[bot]
cee488bf4b
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2025-01-08 12:51:39 +01:00
uclaros
c93b51cf28
fix docstring
2025-01-08 12:51:39 +01:00
uclaros
f76c3e1e9d
Revert, use a new struct as parameter
2025-01-08 12:51:39 +01:00
uclaros
786dca61b3
Don't identify 3d layers when clicking the terrain
2025-01-08 12:51:39 +01:00
qgis-bot
7ed067af03
auto sipify 🍺
2025-01-08 11:43:25 +00:00
Withalion
2a8cd537fa
Fix issues introduced by PointCloudIndex refactor
2025-01-08 12:40:34 +01:00
Withalion
ad1475e735
Add unit tests & fix some review issues
2025-01-08 12:40:34 +01:00
Withalion
057402a895
Fix review issues round 2
2025-01-08 12:40:34 +01:00
Withalion
2bed2b7c3c
Fix review issues
2025-01-08 12:40:34 +01:00
Withalion
1d3f3bbb21
Remake overview vpc options
2025-01-08 12:40:34 +01:00
Withalion
efa8912b0b
Add option to change between VPC overview and extends
2025-01-08 12:40:34 +01:00
Even Rouault
eba8d20210
Merge pull request #60043 from pathmapper/inspire_protocol_values
...
[metasearch] Add INSPIRE protocol values
2025-01-07 01:16:20 +01:00
Matthias Kuhn
34a5dc6e8d
Merge pull request #60062 from nicogodet/typo-qgsgeometry
...
Fix small typo in QgsGeometry.constGet() docstring
2025-01-07 00:18:47 +01:00
qgis-bot
b719671f41
auto sipify 🍺
2025-01-06 20:34:30 +00:00
David Koňařík
5c973b14cc
Work around SIP bug
2025-01-06 21:31:40 +01:00
David Koňařík
4d86676c35
Fix SIP build errors by using /NoTypeName/
...
The typedef is only present in the .sip file, but without this
annotation SIP assumes it also exists in QGIS headers. This didn't
completely break the build, since we concatenate multiple SIP headers
into larger files, so the typedefs from one part "fixed" another. Run
sip-build without --concatenate to see the issue clearly.
This fix is currently sadly not fully effective due to a SIP bug:
https://github.com/Python-SIP/sip/issues/66
2025-01-06 21:31:40 +01:00
David Koňařík
b49f5ccd38
Expose QgsPointCloudIndex to Python
2025-01-06 21:31:40 +01:00
David Koňařík
252ab6ce12
Move QgsPointCloudAccessType to Qgis
2025-01-06 21:31:40 +01:00
David Koňařík
320ee6b374
Split point cloud index into implementation & wrapper
2025-01-06 21:31:40 +01:00
Nicolas Godet
f549d4c554
typo
2025-01-06 18:45:00 +01:00
Thomas JANVIER
a2cd540844
BUG: Fix metadata:plugin_dependencies parsing
2025-01-06 09:54:54 +01:00
Andrea Giudiceandrea
b3a7f06465
[MetaSearch] Allow the user to enable or disable the logging of the debug messages ( #60049 )
...
* [metasearch] Add setting to enable/disable debug logging
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-01-05 18:41:24 -05:00
pathmapper
0469a27e6b
[metasearch] Add INSPIRE protocol values
...
Source: https://inspire.ec.europa.eu/metadata-codelist/ProtocolValue
2025-01-03 07:10:57 +01:00
Matthias Kuhn
340861dc00
Remove PY_2TO3
...
let's say welcome to 2025
2025-01-01 08:55:56 +09:00
Matthias Kuhn
25858cc7fe
Merge pull request #60034 from raymondnijssen/fix_typo
...
fix typo: contrastEnhancementAlgorithm() 254 -> 255
2024-12-31 20:19:55 +01:00
Raymond
0706370468
fix typo: 254 -> 255
2024-12-31 13:19:42 +01:00
Matthias Kuhn
c45b1f5c05
[cmake] Cleanup python libraries and includes
2024-12-31 10:45:27 +01:00
Matthias Kuhn
e76a5870fc
Fix sip_include
2024-12-30 10:52:45 +01:00
qgis-bot
cd22e7cab5
auto sipify 🍺
2024-12-29 20:59:36 +00:00
Matthias Kuhn
673339fd96
Merge pull request #60022 from DelazJ/qgsServerFilter
...
Remove reference to obsolete methods in QgsServerFilter class header
2024-12-29 21:56:50 +01:00
Harrissou Sant-anna
fb02bf51ae
Remove reference to obsolete methods in QgsServerFilter class header
2024-12-28 00:30:59 +01:00
t0b3
57ec4277f5
clean up SIP_INCLUDE_DIR redundancy
...
See d0c4e0de9d
this line is only used with SIP v4 which already is included below
2024-12-27 07:01:53 +09:00
Juergen E. Fischer
8825f861dd
fix sid build with sip 6.9.1
2024-12-23 11:57:01 +01:00