551 Commits

Author SHA1 Message Date
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
Loïc Bartoletti
eb6246c10c
Merge pull request #62162 from gacarrillor/fix_26435
[fix] Update Processing toolbox search after updating the provider list
2025-06-06 11:27:37 +02:00
signedav
f2a5cb634a sipify right 2025-06-06 08:51:00 +02:00
qgis-bot
9cb03761a4 auto sipify 🍺 2025-06-05 23:46:41 +00:00
Nyall Dawson
b8c4eb0425 Add since 2025-06-06 09:43:35 +10:00
Nyall Dawson
4d74537829 [processing] Fix show feature count option, output layer ordering
Move as much of the postprocessing logic as we can to c++, and
soak with unit tests.

Fix regressions in layer sorting introduced by a46f3e9, and
missing feature counts.

Fixes #61146
2025-06-06 09:43:35 +10:00
Germán Carrillo
b1fee3762b Make sure the Processing tree view is expanded when a provider has been added/removed (i.e., when the model has been rebuilt) 2025-06-05 12:26:32 -05:00
signedav
475e9945d1
Merge branch 'master' into dbsettings 2025-06-05 18:00:29 +02:00
signedav
ae73aa7db1 Use QgsSettingsEntry for the settings of classes inheriting qgsabstractdbsourceselect 2025-06-05 15:35:01 +02:00
signedav
28d6088961 Use QgsSettingsEntry forsearchColumn and searchRegex 2025-06-05 12:26:52 +02:00
Nyall Dawson
6a89e6c188 [sipify] Never try to expose Ui:: classes to sip
Fixes #61951
2025-06-05 09:24:52 +10:00
qgis-bot
f32b644ea3 auto sipify 🍺 2025-06-03 21:39:52 +00:00
Nyall Dawson
085043b459 Use protected, not private virtual methods for map tool classes
These are NOT called by sip when implementing the class in Python,
making these classes unusable in PyQGIS. Just make the virtual
methods protected instead.
2025-06-04 07:36:51 +10:00
qgis-bot
0cdc48caa8 auto sipify 🍺 2025-06-02 23:40:37 +00:00
Alexander Bruy
451098bf93 sipify 2025-06-03 09:37:36 +10:00
qgis-bot
78aa6f1fc4 auto sipify 🍺 2025-05-20 21:22:48 +00:00
Alessandro Pasotti
42b08d57c6 sipify 2025-05-19 11:29:24 +02:00
qgis-bot
14f4fc7fa7 auto sipify 🍺 2025-05-16 17:05:30 +00:00
qgis-bot
a142f155c6 auto sipify 🍺 2025-05-16 07:30:45 +00:00
Nyall Dawson
6ac774efb2 Improve docs, make comments accurate as to correct unit 2025-05-16 17:27:39 +10:00
qgis-bot
5a5b9cc27a auto sipify 🍺 2025-05-16 04:40:30 +00:00
kannes
85eaef734f sipify 2025-05-16 14:37:00 +10:00
Jan Caha
c9ed2b5d9a remove menu from widget 2025-05-16 12:30:26 +10:00
Jan Caha
21daf76654 extend QgsFieldMappingWidget with signal willShowContextMenu and contextMenuEvent to allow showing of context menu 2025-05-16 12:30:26 +10:00