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
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
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
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
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
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
Alexander Bruy
451098bf93
sipify
2025-06-03 09:37:36 +10:00
Alessandro Pasotti
42b08d57c6
sipify
2025-05-19 11:29:24 +02:00
Nyall Dawson
6ac774efb2
Improve docs, make comments accurate as to correct unit
2025-05-16 17:27:39 +10: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
Denis Rouzaud
4afc4e8104
Merge pull request #61472 from gacarrillor/gps_tracking
...
[feature] Add a QgsAppGpsTools class to expose QGIS GPS Tools to Python plugins via QgisInterface
2025-05-08 18:45:55 +02:00
Germán Carrillo
cb8d1aacaa
Refactor of GPS tools exposed via iface:
...
Introduce abstract QgsGpsToolsInterface and its subclass QgsAppGpsTools, which can be accessed via iface.gpsTools()
Deprecate existent GPS method in iface and move it to GPS tools.
2025-05-06 13:21:26 -05:00
Julien Cabieces
39560db614
feat(WMSTime): Treat review comments
2025-05-06 09:40:40 +02:00
Julien Cabieces
e655784f9b
feat(WMSTime): Allow group node to expose time dimension
...
Add also support of date range in time dimension with respect to the
OGC WMS and ISO8601 standard.
2025-05-06 08:49:57 +02:00
Germán Carrillo
57f568ab78
[feature] Allow Python plugins to set the GPS track line symbol (changing its corresponding setting in GPS options) and update the symbol of an eventual current GPS track
2025-05-05 15:41:32 -05:00
Germán Carrillo
1755a9e22a
[feature] Expose QgsAppGpsDigitizing::createFeature() through iface, so that Python plugins can have more control on the GPS tracking session
2025-05-05 15:41:32 -05:00
Nyall Dawson
13624a3d4e
Improve docs
2025-05-02 06:07:14 +10:00
Nyall Dawson
7e76c79224
Improve docs
2025-05-02 06:07:14 +10:00
Jan Caha
277c06fb29
fix sip
2025-05-01 14:53:23 +10:00
Jan Caha
85ee5671b0
spaces
2025-05-01 14:53:23 +10:00
Jan Caha
40437b6a3d
line breaks
2025-05-01 14:53:23 +10:00
Jan Caha
58511b2c7d
fix files
2025-05-01 14:53:23 +10:00
Jan Caha
7317b56329
Try removing files
2025-05-01 14:53:23 +10:00
Jan Caha
0fb463912b
fix string and sipify
2025-05-01 14:53:23 +10:00
Jan Caha
4d81ceb4a2
fix documentatuion string
2025-05-01 14:53:23 +10:00
Jan Caha
ecd13a7de3
use raw pointer because of sip
2025-05-01 14:53:23 +10:00
Jan Caha
bf437cc1af
add missing file
2025-05-01 14:53:23 +10:00
Nyall Dawson
4220d9f227
Add flag to skip validation of processing parameters
2025-04-30 13:56:09 +10:00
Nyall Dawson
31ac029d0a
Move processing dialog mode enum to Qgis and rename
2025-04-30 13:56:09 +10:00
Valentin Buira
f56f85dc7c
Add basic drag and drop support in the model designer ( #60664 )
2025-04-30 09:47:48 +10:00
Valentin Buira
2b51d04014
Add unified panel for input or algorithm in the modeler ( #61187 )
2025-04-30 09:08:02 +10:00
Nyall Dawson
8f113d14e1
Improve QgsMapLayerComboBox docs
2025-04-26 08:11:57 +10:00
signedav
ed4ee96df5
Use static variable for path and use it in the settings of the derived source select classes as well.
2025-04-25 15:12:42 +02:00
signedav
78ae3e0010
Fix that search column and search type in data source manager for filtering is preserved.
2025-04-25 15:12:42 +02:00
Nyall Dawson
5b55ab98cb
Fix doc typo
2025-04-25 08:17:13 +10:00
Nyall Dawson
f6d740e9db
Fix docs
2025-04-23 12:19:10 +10:00