Nyall Dawson
3f6b490218
Sipify
2025-04-02 11:11:10 +10:00
Nyall Dawson
4a10066b69
Fix grammar errors in class docstrings
2025-04-01 09:44:00 +10:00
Nyall Dawson
ac71664a83
Fix multiparagraphs in initial class docstrings
2025-03-30 20:48:07 +10:00
Nyall Dawson
f480c2a04e
Add all missing class brief descriptions
2025-03-28 14:23:56 +10:00
Alexander Bruy
bb60704ed0
fetch feature with geometry when executing map layer action on feature
...
(fix #48964 )
2025-03-03 11:48:15 +10:00
Julien Cabieces
ed64834106
api(deprecated): add message to deprecated SIP annotation
2024-12-17 09:06:42 +01:00
Denis Rouzaud
2562958772
sipify
2024-12-07 05:16:00 +10:00
Nyall Dawson
4db6237246
Deprecate signal which is never emitted
2024-09-04 13:54:39 +10:00
Nyall Dawson
c6233cb312
Add missing signal docs
2024-09-04 13:54:39 +10:00
Nyall Dawson
104ffa885a
Cleanup docs
2024-09-04 13:54:39 +10:00
Nyall Dawson
ef0289f3ec
Fix formatting of Python ..deprecated annotations in docstrings
...
Fixes https://github.com/qgis/pyqgis-api-docs-builder/issues/174
2024-09-02 11:42:12 +10:00
Nyall Dawson
8b04562ba7
Avoid fragile reg for argument removal
2024-08-14 13:05:46 +10:00
Nyall Dawson
3a578d6712
Header update
2024-08-13 20:28:55 +10:00
Nyall Dawson
28943f9c1b
Remove a bunch of useless default constructor doxygen
2024-07-23 02:08:28 +10:00
Even Rouault
15ea5c46bc
Header files: remove all mentions of '\since QGIS 3.0'
2024-02-18 20:57:23 +01:00
Even Rouault
02caeb9db7
Header files: remove all mentions of '\since QGIS 2.'
2024-02-18 20:46:01 +01:00
Even Rouault
a5c8f01003
Header files: remove all mentions of '\since QGIS 1.'
2024-02-18 20:46:00 +01:00
Nyall Dawson
ac2f1179c8
More item data role enum to enum class conversions
2024-02-06 21:04:43 +10:00
Valentin Buira
cf0c73f5c1
Update sip file
2023-10-28 09:36:04 +10:00
Alessandro Pasotti
d2c317a5d7
Attribute table optimization: do not store hidden fields
...
- defer hidden fields fetching
- allow caching of mixed full and subset attributes features
2023-05-19 19:15:10 +02:00
Nyall Dawson
4c992c4077
Apply suggestions from code review
2023-01-17 09:52:58 +10:00
Mathieu Pellerin
77df5b8d8a
Only show failing constraint visual feedback when the attribute table is set to filter for invalid features
2023-01-14 11:37:11 +07:00
Mathieu Pellerin
cd5eddfb59
[attributes table] Brand new feature with failing constraints view
2023-01-13 10:11:42 +07:00
uclaros
111753a13b
remove hack when stopping editing
2022-12-14 12:35:55 +02:00
Nyall Dawson
b6badb60c3
Add a context for QgsMapLayerAction
2022-11-23 13:54:18 +10:00
Mathieu Pellerin
b7e31d4508
[feature][ui] Add a Show in Attribute Table action to the right click menu of legend class symbols ( #49984 )
2022-08-29 10:18:06 +00:00
Nyall Dawson
b24ee8788b
[feature] Support shift+wheel scrolling in attribute table to switch
...
to a horizontal scrolling action instead of vertical
This matches the same behaviour exposed by LibreOffice, and provides
a convenient way to quickly horizontally scroll tables when a mouse
doesn't have a dedicated horizontal scroll wheel.
Sponsored by the City of Canning
2022-03-15 13:16:25 +10:00
nirvn
d8ac5e6f2c
[editor widgets] Provide a show first feature setting to avoid UI freeze of attribute form containing a large number of embedded relations
2021-11-03 18:20:49 -07:00
Juergen E. Fischer
c6008b7ee1
fix MSVC build: reverts fee62e4, dff05dd and e3a77b9484c effectivly
...
reverting 3fb0f66 (followup #45348 )
Using --no-public-is-protected (default on Windows) also works on Linux
and fixes #45331 too
2021-10-21 23:03:48 +02:00
Even Rouault
0f3011b5ec
Merge pull request #45174 from elpaso/bugfix-gh45139-geojson-field-order
...
Fix geojson attr table field order
2021-10-14 16:55:13 +02:00
nirvn
ef84e48a09
Run sipify_all.sh
2021-10-12 16:34:05 +10:00
Denis Rouzaud
ec16736306
run sipify
2021-10-12 16:34:05 +10:00
Alessandro Pasotti
0c4d0ead63
Fix attr table model field order when changed in the provider
...
Fixes the GUI part of #45139
2021-09-21 16:59:31 +02:00
Even Rouault
8a6ed7d8f9
Address -Woverloaded-virtual clang virtual and enable the warning
2021-06-25 06:37:49 +10:00
Nyall Dawson
ffa99b7b64
Fix doxygen blocks which don't use the * prefix on all lines, which
...
prevents the auto format and sipify scripts from doing their full
formatting magic
2021-04-19 12:54:13 +10:00
Denis Rouzaud
ba8a445850
run sipify
2021-03-22 21:13:52 +01:00
Nyall Dawson
c6370c7f52
Speed up QGIS compilation by removing all Qt Module-wide includes
...
Refs https://www.kdab.com/beware-of-qt-module-wide-includes/
2021-03-05 11:23:15 +10:00
Nyall Dawson
50b9beaad6
[sipify] Catch more class references and insert :py:class: annotations
2021-01-31 05:41:22 +10:00
Alessandro Pasotti
d79e1a9795
Do not silently fail while filtering on exp error
...
Fixes #40316
2020-11-27 16:07:14 +01:00
Ivan Ivanov
b7ff23aa33
Scroll to newly added feature in the attribute table view
...
Refs #37847
2020-10-16 10:44:35 +10:00
Nyall Dawson
81a9db9f57
[sipify] Fix creation of cross references
2020-06-15 13:43:58 +10:00
signedav
160063a4dd
Merge pull request #36188 from signedav/filterfix
...
Avoid long loading in attribute table on model change
2020-05-13 22:27:16 +02:00
David Signer
c6823d8dd4
split the disconnecting and connecting on filtermodel change to methods, so the disconnect can be called on qgsdualview before the reload of the layer without doing an invalidate() (called in setFilterMode of the qgsattributetablefiltermodel)
2020-05-11 11:33:52 +02:00
Denis Rouzaud
7e0c438b9c
enhance sorting capabilities in attribute table list/form view ( #36199 )
2020-05-06 06:45:22 +02:00
David Signer
0290b8c7da
timer on reload visible features (according to extend) and on filtering features (according to filter) to avoid long reload time in case a signal (like featureAdded) is called multiple times in short period
2020-05-05 07:35:50 +02:00
David Signer
7c541948f5
extentsChanged deprecated as reloadVisible (private)
2020-03-18 15:48:50 +01:00
David Signer
8562f785cf
docs
2020-03-18 15:01:24 +01:00
David Signer
5475cfd18c
style and docs
2020-03-16 17:20:07 +01:00
David Signer
00492ca966
filterFeatures functionality in attributetable filter model instead of the widget for re-filtering on main model data changed (e.g. add feature)
2020-03-16 10:51:55 +01:00
David Signer
18dddffeab
reload visible filter on dataChange of table model and use the same (renamed) slot (extendsChanged to reloadVisibleChanged
2020-03-16 10:51:55 +01:00