Antoine
ce12b3c2df
modify comments for documentation generation
2021-12-13 12:39:44 +01:00
Alessandro Pasotti
d93bab9dac
Use widget value when validating attrs in form
...
Also, make sure that non enforced constraints
do not block commits and do not report as violated
constraints (Fix #46364 ).
Followup #46439 because the constraints were
not checked agains the widget value but against
the attribute value.
2021-12-13 10:48:37 +01:00
Antoine
0a28c5a763
fix doc warnings
2021-12-13 10:19:56 +01:00
Antoine
49e6365543
fix copydoc on non-existent class
2021-12-13 10:19:55 +01:00
towa
1f025e5315
Update python/plugins/MetaSearch/dialogs/maindialog.py
...
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
2021-12-10 21:56:35 +01:00
Tom Kralidis
8a4341f76d
set catalog type from manage connections
2021-12-10 11:23:24 +10:00
Tom Kralidis
6d8ec08223
keep default connection list format for backward compat
2021-12-10 11:23:24 +10:00
Tom Kralidis
082cf9e756
[MetaSearch] support OGC API - Records in default connections ( #46336 )
2021-12-10 11:23:24 +10:00
Nyall Dawson
fa123251a4
Add method which promotes all non-point WKB types to multitype
...
equivalent
Specifically, this method should be used to determine the
most-permissive possible resultant WKB type which can result
from subtracting parts of a geometry. A single-point geometry
type can never become a multi-point geometry type as
a result of a subtraction, but a single-line or single-polygon
geometry CAN become a multipart geometry as a result of subtracting
portions of the geometry.
2021-12-10 09:32:48 +10:00
Matthias Kuhn
28fac71bb4
Merge pull request #46419 from Joonalai/improve-format-datetimes
2021-12-09 13:41:20 +01:00
Joonalai
8ba472b1e7
Format date and datetime fields based on locale ( #45617 )
2021-12-09 13:17:14 +02:00
Matthias Kuhn
e62206815f
Merge pull request #46167 from domi4484/fixNoAttributeFormUpdateForRelatedLayer
2021-12-09 08:25:28 +01:00
Joonalai
74ae3ded1c
Emit localeChanged signal when locale is changed ( #45617 )
2021-12-09 09:00:49 +02:00
Nyall Dawson
14436df648
Update python/plugins/processing/algs/gdal/ogr2ogr.py
2021-12-09 13:01:00 +10:00
Nyall Dawson
e7a4e1754d
Update python/plugins/processing/algs/gdal/ogr2ogr.py
2021-12-09 13:01:00 +10:00
Nyall Dawson
87cd100d30
Update python/plugins/processing/algs/gdal/ogr2ogr.py
2021-12-09 13:01:00 +10:00
Benoît Blanc
517aaceff1
Add help string for parameter
2021-12-09 13:01:00 +10:00
Benoît Blanc
28ff415b74
Add supported formats in doc
2021-12-09 13:01:00 +10:00
Benoît Blanc
b9473655b3
Add command-line based tests for ogr2ogr
2021-12-09 13:01:00 +10:00
Benoît Blanc
83a15538e9
Add description for gdal:convertformat in short help string
2021-12-09 13:01:00 +10:00
Benoît Blanc
9213763f0a
Add tests for gdal:convertformat with convert_all_layers parameter
2021-12-09 13:01:00 +10:00
Benoît Blanc
03d495c31c
Rename parameter to convert all layers
2021-12-09 13:01:00 +10:00
Benoît Blanc
495af5a724
Add parameter to skip layername in gdal:convertformat
2021-12-09 13:01:00 +10:00
Alessandro Pasotti
c2a91c9824
Rename form action
2021-12-08 06:44:44 +10:00
Alessandro Pasotti
0adeeab2ac
Use separate action form multipart
2021-12-08 06:44:44 +10:00
Alessandro Pasotti
835da71cec
Form submit action and url encode
2021-12-08 06:44:44 +10:00
towa
a416d87e17
Apply suggestions from code review
...
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
2021-12-07 09:01:10 +01:00
Bo Lu
54b385f6d6
Add Canadian national CSW to MetaSearch default connections ( #46337 )
...
* Add Canadian national CSW to MetaSearch default connections
* Update Canadian CSW endpoint
2021-12-06 12:19:45 -05:00
Alessandro Pasotti
46c47f1fb9
Fix processing toolbox double click
2021-12-06 09:53:43 +01:00
Alessandro Pasotti
1b9e80422f
New button to open attribute table on filtered features
...
Adds a new button to the attribute form in search mode
to open the attribute table in attribute editor mode
from the filtered features.
Funded by: ARPA Piemonte
2021-12-04 06:24:31 +10:00
Nyall Dawson
b97c3991cf
Add QgsFeature::attributeMap() method to return feature's attributes
...
as a field name -> value dictionary
2021-12-03 10:43:15 +10:00
Andrea Giudiceandrea
c72f377cbe
[processing] add missing algs descriptions in qgis.yaml
2021-12-03 06:19:04 +10:00
Andrea Giudiceandrea
da344065c6
[processing] remove useless algs descriptions from qgis.yaml
2021-12-03 06:19:04 +10:00
Nyall Dawson
cddc522275
Deprecate older methods
2021-12-02 11:16:53 +10:00
Nyall Dawson
33a7bc7c18
Expose newer methods to Python
2021-12-02 11:16:53 +10:00
bdm-oslandia
61519ec834
remove dead code, fix comment, fixes from review
...
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
2021-12-02 11:16:53 +10:00
bdm-oslandia
c1582ce1c3
fix: indent, doc, typo
2021-12-02 11:16:53 +10:00
bdm-oslandia
345dd4dd87
fix: replace referer http header by dedicated class QgsHttpHeader
2021-12-02 11:16:53 +10:00
Andrea Giudiceandrea
8cbf5ec7cb
[processing] Fix "Select by expression" help string
...
removing the link to the user manual online
2021-12-02 09:36:14 +10:00
Nyall Dawson
edab6ff4fd
[feature] Allow full text rendering capabilities in layout text labels
...
Allows for shadows, text buffers, etc in these labels
2021-12-02 07:17:13 +10:00
towa
9d84b220d7
fix ref
2021-12-01 09:57:52 +01:00
Alessandro Pasotti
16f353d502
Merge pull request #46300 from nyalldawson/platform
...
Default to "external" for QgsApplication::platformName()
2021-12-01 09:57:01 +01:00
towa
dd12a94cdf
Merge branch 'qgis:master' into feature/metasearch
2021-12-01 09:45:41 +01:00
Tom Kralidis
e4e2451dff
[MetaSearch] rename dialog file
2021-12-01 12:41:08 +10:00
Nyall Dawson
d4d3652ea8
Add docs
2021-12-01 09:53:38 +10:00
Nyall Dawson
2ce70c5975
Default to "external" for QgsApplication::platformName(), and only
...
use "desktop" when actually run from the desktop. Also add
"qgis_process" platform.
2021-12-01 09:09:34 +10:00
Tom Kralidis
1d306402d5
[MetaSearch] update PY_FILES ( #46285 )
2021-11-30 07:02:41 -05:00
Alessandro Pasotti
e5d53ad292
Rename execute function
2021-11-30 21:06:57 +10:00
Alessandro Pasotti
fe61a987ac
Add missing imports
2021-11-30 21:06:57 +10:00
Alessandro Pasotti
bc3e4ca7fe
Set parents and factor out GUI alg executor
2021-11-30 21:06:57 +10:00