Julien Cabieces
ed64834106
api(deprecated): add message to deprecated SIP annotation
2024-12-17 09:06:42 +01:00
Nyall Dawson
2f2e900098
Add api to control spin box editing timeout interval
2024-12-13 09:38:03 +10:00
Nyall Dawson
0f64fdfeb9
Add editingTimeout signal to Qgs(Double)SpinBox
...
Emitted when either:
1. 2 seconds has elapsed since the last value change in the widget
(eg last key press or scroll wheel event)
2. or, immediately after the widget has lost focus after its value
was changed.
This signal can be used to respond semi-instantly to changes in
the spin box, without responding too quickly
while the user in the middle of setting the value.
2024-12-13 09:38:03 +10:00
Denis Rouzaud
2562958772
sipify
2024-12-07 05:16:00 +10:00
Jean Felder
936affa860
qgsdoublespinbox: Introduce isCleared method
2024-11-21 13:09:23 +01:00
Nyall Dawson
cfd251e7f7
Capture signal arguments
2024-09-08 16:06:22 +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
e38d577980
Catch raw bold/italic tags in docs
2024-08-30 05:47:07 +10:00
Nyall Dawson
482311b668
Don't use raw html lists in documentation
2024-08-30 05:47:07 +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
be8dce7d0d
Valid improvements from new sipify
2024-08-13 20:28:55 +10:00
Mathieu Pellerin
6994d1c680
[advanced digitizing] Add circles intersection digitizing tool ( #57648 )
2024-07-31 17:05:58 +07:00
Nyall Dawson
87d9a3e7b2
Don't go to massive negative numbers when incrementing a NULL spin box
...
When a spin box is showing a NULL value, we DON'T do the default step
behavior, as that would add one step to the NULL value, which is usually
a very large negative value... so the user will get a very large negative number!
Instead, treat the initial value as 0 instead, and then perform the step.
2024-06-29 06:15:01 +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
Mathieu Pellerin
b6c7889f35
[attribute form] Insure that a field features multiple times in a feature form has its constraint properly reflected ( #56163 )
2024-02-06 20:27:38 +07:00
Nyall Dawson
f1e3ba9e2d
Use correct sip method
...
And use INDENT-OFF annotations to avoid astyle messing up
formatting of enum with inline macros
2024-01-31 13:48:49 +10:00
Nyall Dawson
23f3af4290
Use enum classes for QgsProperty property keys
...
Should fix usage on Qt 6 builds
2024-01-31 13:48:49 +10:00
Mathieu Pellerin
51648deda1
Fix documentation of QgsDateEdit and QgsTimeEdit classes ( fixes #55758 )
2024-01-25 13:41:37 +10:00
Nyall Dawson
eecae55ac8
Word wrap long json in results dialog
2023-12-15 04:47:42 +10:00
Mathieu Pellerin
cb8c062b25
[editor widgets] Fix QML editor widget not responsive to attribute changes
2023-11-08 11:40:48 +07:00
Mathieu Pellerin
5f9bdad31f
[ui] Fix QgsDateTimeEdit showing clear button in read-only mode and address inconsistency between text edit and date time edit widgets
2023-08-14 07:20:10 +10:00
signedav
bf718bc482
tooltip
...
and fix version number
2023-03-15 17:53:00 +01:00
signedav
c035c2f8a3
Possiblity to set the limit (fetchLimit) of values in the comboBox of the Relation Reference Widget in the widget configuration.
2023-03-15 17:52:53 +01:00
signedav
99430cda7e
Remove broken (unused) setting for order by value. Resolves #26468
2023-03-15 13:34:23 +01:00
Alessandro Pasotti
e3c4db9e20
Spacer widget line option
2023-01-17 15:08:53 +01:00
Alessandro Pasotti
6cd867eb19
Spacer widget for Drag&Drop attribute forms
2023-01-16 15:59:04 +01:00
Alessandro Pasotti
e9b5c3a358
Sipify
2022-12-29 10:34:14 +01:00
Julien Cabieces
012b6a46db
constify methods
2022-04-29 08:21:47 +10:00
nicogodet
0017f1ae94
fix see also of setClearValue ( #46911 )
2022-01-20 14:07:14 +01:00
Damiano Lombardi
e244076051
Fix docstring
2021-11-24 06:16:46 +01:00
Damiano Lombardi
c179587091
Fix #43901 No update of virtual fields considering layer dependencies
2021-11-23 11:08:52 +01:00
Damiano Lombardi
d9498f3780
Since QGIS 3.24
2021-11-08 15:36:27 +01:00
Damiano Lombardi
3499d9a033
Relation editor widget support for multiple features
2021-11-08 15:35:33 +01: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
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
a25f798d04
Merge pull request #44710 from elpaso/dd-form-actions
...
[feature] Drag & Drop designer form actions
2021-08-19 17:23:22 +02:00
Alessandro Pasotti
6de2f2dcc4
Fix setEnabled
2021-08-16 17:44:26 +02:00
Alessandro Pasotti
cd6cd2f6f3
Tests for form action widget
2021-08-16 15:14:31 +02:00
Julien Cabieces
56127039f5
[ExternalStorage] Add widget to configure/edit and visualize external storage
2021-08-16 09:18:12 +02:00
Alessandro Pasotti
889359c3a1
Form DD action widgets initial implementation
2021-08-14 19:06:52 +02:00
Julien Cabieces
ac031372e1
Fixes #34791 : set up cache geometry if HTML widget needs it
2021-06-21 14:05:06 +02:00
Denis Rouzaud
092527398d
remove read-only line edit in QgsRelationReferenceWidget ( #43509 )
...
keep the read-only config and make the drop-down read-only instead
fixes #42813
2021-06-02 17:06:52 +02:00
Damiano
a570a10bd9
IdentiyResults dialog show JSON data as a tree view
2021-05-14 15:02:17 +02:00
Matthias Kuhn
32af8100e5
Merge pull request #43164 from domi4484/jsonEdit
...
[FEATURE] Json edit widget
2021-05-14 09:04:42 +02:00
Damiano
d8aa6ddfd6
Moved label implementation of relation editor widget to attribute form
2021-05-12 16:02:45 +02:00
Damiano Lombardi
9fdcda41fa
Added test for QgsJsonEditWidget
2021-05-10 22:54:44 +02:00
Denis Rouzaud
ba8a445850
run sipify
2021-03-22 21:13:52 +01:00