Nyall Dawson
02003274bb
Fix parameter names for affine expression function
...
Convention in qgis is underscore_name for expression function
names/parameter names
2021-10-14 13:30:41 +10:00
Nyall Dawson
e1b0985307
Don't restrict smooth algorithm outputs for use as inputs to line
...
parameters
Fixes #45503
2021-10-14 12:35:57 +10:00
Sandro Santilli
e5c188da75
Use GEOSDistanceWithin when available
2021-10-14 10:37:29 +10:00
Sandro Santilli
51d728b2bf
Have testNestedInsert use an editable layer, making it idempotent
...
Also have it commit changes to avoid leaving cursors open
2021-10-14 00:38:27 +02:00
Sandro Santilli
a3360965f6
Initialize the sequence associated with serial PK of editable layer
2021-10-14 00:38:27 +02:00
Sandro Santilli
368cb40d51
Expose and use a simpler scopedTableBackup() method
2021-10-14 00:38:27 +02:00
Sandro Santilli
2b8a3fd46e
Use an exception-safe TableBackup class for reentrancy
...
Use from testJson
2021-10-14 00:38:27 +02:00
Sandro Santilli
820389ad32
Fix testPktUpdateBigintPkNonFirst test and make idempotent
...
The test was checking the *wrong* table for effects of edits
performed. This commit fixes that, makes failures easier to
understand and makes the test idempotent.
2021-10-14 00:38:27 +02:00
Sandro Santilli
2b9717f2c1
Make TestPyQgsPostgresProvider.testPktUpdateBigintPk idempotent
...
References #45417
2021-10-14 00:38:27 +02:00
Sandro Santilli
b36d2f477c
Make TestPyQgsPostgresProvider.testPktFloatingPoint idempotent
...
References #45417
2021-10-14 00:38:27 +02:00
Sandro Santilli
2a4ba7d0df
Make TestPyQgsPostgresProvider.testPktCompositeFloat idempotent
...
References #45417
2021-10-14 00:38:27 +02:00
Sandro Santilli
1221e617da
Make TestPyQgsPostgresProvider.testPktComposite idempotent
...
References #45417
2021-10-14 00:38:27 +02:00
Sandro Santilli
1ff8b57ec0
Make TestPyQgsPostgresProvider.testNonPkBigintField idempotent
...
References #45417
2021-10-14 00:38:27 +02:00
Sandro Santilli
316fad9c8c
Make TestPyQgsPostgresProvider.testGeneratedFields idempotent
...
References #45417
2021-10-14 00:38:27 +02:00
Matthias Kuhn
1295cb1a62
Merge pull request #45500 from basilrabi/rpm
...
update RPM patch
2021-10-13 09:49:01 +02:00
Nyall Dawson
54f77cee5a
Expose control over buffer join, cap, miter limit to expression "buffer" function
2021-10-13 17:28:04 +10:00
Antoine Facchini
ea699105cc
[TEST] Split line string tests ( #45172 )
...
* split lineString test method
* update copyright
* add tests
* fix typo
* add length3D test
2021-10-13 17:07:24 +10:00
Antoine
f62079b3a8
add tests for multi point class
2021-10-13 17:06:19 +10:00
Antoine
9122cb5564
split test mehtod
2021-10-13 17:06:19 +10:00
uclaros
15adccc7e1
Automatically focus accept button
2021-10-13 17:05:35 +10:00
Loïc Bartoletti
548d59b365
Merge pull request #45194 from nicogodet/fix-vrectify
...
Fix v.rectify
2021-10-13 08:41:00 +02:00
Basil Eric Rabi
7e2f7bbd1a
update RPM patch
2021-10-13 00:16:45 +08:00
Loïc Bartoletti
6fb2eb9d37
Merge pull request #45489 from Koyaani/geometry_checker_highlight_parameter
...
[Geometry Checker] Change parameter label
2021-10-12 14:32:07 +02:00
Paul Blottiere
2c18deaa11
Merge pull request #45235 from pathmapper/wfs_110_capabilities_schema
...
Use correct schema URL for xsi:schemaLocation for WFS 1.1.0 GetCapabilities response
2021-10-12 10:56:48 +02:00
Antoine
e7aedcf94f
change parameter label
2021-10-12 10:12:03 +02:00
Nyall Dawson
57fda412fa
Further fixes to ensure geometry generator symbol icons are correctly
...
generated
2021-10-12 17:40:37 +10:00
pathmapper
251297737e
Use correct schema URL for WFS 1.1.0 GetCapabilities response
2021-10-12 09:16:24 +02:00
nirvn
ce49784823
All public now
2021-10-12 16:34:05 +10:00
nirvn
27427e77f7
Fix test
2021-10-12 16:34:05 +10:00
nirvn
ef84e48a09
Run sipify_all.sh
2021-10-12 16:34:05 +10:00
nirvn
ce873d30e8
protected -> public
2021-10-12 16:34:05 +10:00
Denis Rouzaud
5c9fe70623
do not check spelling in .sip.in files
...
since they are auto-generated
2021-10-12 16:34:05 +10:00
Denis Rouzaud
a6645d9cba
fix test + rebase
2021-10-12 16:34:05 +10:00
Denis Rouzaud
ec16736306
run sipify
2021-10-12 16:34:05 +10:00
Denis Rouzaud
e3a77b9484
fix enum in protected section
2021-10-12 16:34:05 +10:00
Denis Rouzaud
b4869de371
fix test
2021-10-12 16:34:05 +10:00
Denis Rouzaud
070a3e97da
[sipify] make all protected methods slots
2021-10-12 16:34:05 +10:00
Nyall Dawson
e8bb89855d
Update tests
2021-10-12 14:54:26 +10:00
Nyall Dawson
9d5144471f
Fix build
2021-10-12 14:54:26 +10:00
Nyall Dawson
e733b517b3
Split QgsVertexId out to own file, promote type to enum class
2021-10-12 14:54:26 +10:00
Alessandro Pasotti
8cc230d8a0
Add action info to the form d&d panel
2021-10-12 05:31:33 +10:00
Harrissou Sant-anna
c068d40a7a
Add tooltip to annotations and mesh digitizing toolbars
2021-10-12 05:29:22 +10:00
Vincent Cloarec
a840cbf98c
fix aggregate functions with mesh virtual dataset group ( #45446 )
2021-10-11 08:28:11 -04:00
Loïc Bartoletti
18a782f1fb
Merge pull request #45272 from lbartoletti/geometryvalidator_curve_support
...
[FIX] GeometryValidator init curve support
2021-10-11 12:11:08 +02:00
Vincent Cloarec
d16cced882
fix time handling of mesh layer when gap of reference time ( #45456 )
...
fix time handling of mesh layer when gap of reference time
2021-10-11 11:31:08 +02:00
Vincent Cloarec
1d85b09402
fix mesh editing context menu ( #45457 )
...
fix mesh editing context menu
2021-10-11 11:30:40 +02:00
Vincent Cloarec
971c8951de
message box to warn user mesh edit removes dataset groups ( #45459 )
...
* message box to warn user mesh edit remove dataset groups
* allow edit copy of mesh layer
2021-10-11 11:25:02 +02:00
Loïc Bartoletti
1666afe7fd
Merge pull request #42648 from roya0045/fix_mainangle
...
[Bugfix] geometry engine::main_angle : promote longer box in case of tie
2021-10-11 08:47:41 +02:00
nirvn
7a0fb2acdd
[ui] Fix unmet expectation: when navigating the processing toolbox panel via keyboard, hitting return/enter should launch focused algorithm
2021-10-10 23:36:37 -07:00
nirvn
f774de996e
[ui] Fix unmet expectation: when navigating the browser panel via keyboard, hitting return/enter should load focused dataset
2021-10-10 23:36:37 -07:00