574 Commits

Author SHA1 Message Date
qgis-bot
24b306e646 auto sipify 🍺 2025-08-25 02:20:08 +00:00
Nyall Dawson
1fbddb214d [api] Make QgsLayerTreeView proxy handling more flexible
Allow use of custom QgsLayerTreeProxyModel subclasses
2025-08-25 12:17:32 +10:00
Nyall Dawson
6c63043138 Add missing sip cast 2025-08-25 12:17:32 +10:00
Mathieu Pellerin
a453dd65b6 [plots] Break Qgs2DPlot into a axis-less Qgs2DPlot and a X/Y axes Qgs2DXyPlot 2025-08-22 10:41:20 +10:00
qgis-bot
b24906550b auto sipify 🍺 2025-08-16 10:22:00 +00:00
Nyall Dawson
3def1fbdf6
Use nicer signal for scale ratio widget updates 2025-08-14 12:59:15 +10:00
Nyall Dawson
d919d8f776
[api] Set specific distance:elevation ratio for elevation profile canvas 2025-08-14 11:58:58 +10:00
qgis-bot
b01d7a5d71 auto sipify 🍺 2025-08-07 03:57:29 +00:00
Valentin Buira
c508926c67 Adress review : add a recursion blocker 2025-08-07 13:54:54 +10:00
Valentin Buira
b7e655f0ba Address review comments
* spelling
* doxygen tag
2025-08-07 13:54:54 +10:00
Valentin Buira
959a2c904f Fix view jumping around 2025-08-07 13:54:54 +10:00
Valentin Buira
53adb99721 Avoid needless extra method 2025-08-07 13:54:54 +10:00
Valentin Buira
052d48e558 Simplify restaure the previous viewed rect 2025-08-07 13:54:54 +10:00
Valentin Buira
23dca6322b Remove the good superfluous method this time 2025-08-07 13:54:54 +10:00
Valentin Buira
10897ff3a9 Adress comments 2025-08-07 13:54:54 +10:00
Valentin Buira
1f2e30947c Tidy up PR 2025-08-07 13:54:54 +10:00
Valentin Buira
b1b7bef4a5 Fix scrollback to (0,0) on each repaintModel / rebuild of the model 2025-08-07 13:54:54 +10:00
Valentin Buira
3fe0bf5586 Unlimited modeler canvas size 2025-08-07 13:54:54 +10:00
qgis-bot
c4047b9b45 auto sipify 🍺 2025-08-07 01:58:42 +00:00
Nyall Dawson
2827628e9d Add mode to QgsScaleComboBox for non-unit ratios
This allows the widget to be used for other scales (or ratios),
not just map scales.

Eg. it allows it to be used for entry of scale ratios like "2:3",
"16:9" etc.
2025-08-07 11:56:06 +10:00
qgis-bot
8362f6b4df auto sipify 🍺 2025-08-02 22:58:59 +00:00
Nyall Dawson
24adfe7619 Move layout manager model to separate files 2025-08-03 08:56:23 +10:00
qgis-bot
950c1efc0d auto sipify 🍺 2025-07-31 19:57:21 +00:00
Denis Rouzaud
69ff52eaf1
allow to specify data role in QgsSettingsStringComboBoxWrapper (#62673)
* allow to specify data role in QgsSettingsStringComboBoxWrapper

* add since
2025-07-31 21:54:19 +02:00
Juergen E. Fischer
4abd7ca3b1 generate pyproject.toml for bindings with cmake 2025-07-23 07:11:51 +10:00
qgis-bot
595906208d auto sipify 🍺 2025-07-22 04:59:35 +00:00
qgis-bot
5ac1e4f61b auto sipify 🍺 2025-07-18 10:21:25 +00:00
signedav
bcddeb2605
Merge pull request #62343 from signedav/ordered
Relation Reference Order By Option
2025-07-18 12:18:45 +02:00
signedav
5603f44005 Use Qt::sortOrder to define if the order direction should be ascending or descending 2025-07-17 15:32:08 +02:00
Alexander Bruy
4d06cb8c8e
Merge pull request #62585 from rouault/typo_fixes
Typo fixes
2025-07-15 08:37:12 +01:00
qgis-bot
696982e05a auto sipify 🍺 2025-07-14 00:18:59 +00:00
Yoann Quenach de Quivillic
88417360f3 Fix #62337 - Pressing F1 do not open API page 2025-07-14 12:15:02 +12:00
Even Rouault
a9ddf6983a
Typo fixes 2025-07-12 20:21:10 +02:00
qgis-bot
71697c478a auto sipify 🍺 2025-07-06 23:11:19 +00:00
Yoann Quenach de Quivillic
91e25e8051 Apply suggestions from review 2025-07-07 11:08:27 +12:00
Yoann Quenach de Quivillic
4c3aaa09ca Add methods to remove plugin-defined layout items when unloading plugin 2025-07-07 11:08:27 +12:00
signedav
3aec26c721 Don't pass the order attributes to setRelation, because they are not part of it. 2025-06-20 12:00:22 +02:00
signedav
2ae1bec1fe Expression and order (direction) to sort entries of the relation reference widget. If not configured it takes the displayExpression.
This introduces a new expression and order value in the featurepickermodel and a sortvalue in its feature value gatherer. Sorting is still done in the model (not on feature request), to be not needed to make another request on re-ordering.
This resolves #48191
2025-06-20 12:00:22 +02:00
qgis-bot
db23ef1682 auto sipify 🍺 2025-06-18 22:29:20 +00:00
Germap
52aa7985ab Apply suggestions from code review
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
2025-06-19 10:24:24 +12:00
Germán Carrillo
f9f4c4129d [ux] Open a specific tab in the Message Log Panel; expose it via QgsInterface 2025-06-19 10:24:24 +12:00
qgis-bot
8607fd0c40 auto sipify 🍺 2025-06-13 11:45:38 +00:00
signedav
493134587f
Merge pull request #61625 from signedav/dbsettings
Fix that search column in data source manager is preserved
2025-06-13 13:42:35 +02:00
signedav
2e02e8a08c comment about that this function might be pure virtual in future versions 2025-06-13 06:05:40 +02:00
signedav
92c3d1a2c9 update version 2025-06-12 21:38:12 +02:00
signedav
3c214d189e consider all columns action as well in the settings and move the slash from the path to the settings due to aestetics. As well the settings variable are no sip now. 2025-06-12 15:26:44 +02:00
qgis-bot
94f24bb5eb auto sipify 🍺 2025-06-06 22:01:40 +00:00
Nyall Dawson
9a28608d26 Remove outdated note 2025-06-07 07:58:04 +10:00
Nyall Dawson
c3a5d163d6 Fix list format in doc 2025-06-07 07:58:04 +10:00
qgis-bot
2cfc3833ec auto sipify 🍺 2025-06-06 09:30:39 +00:00