Alessandro Pasotti
c8d55607ea
BETWEEN expression
...
TODO: type casting, SQL compiler, help text
2022-03-14 14:19:52 +01:00
Alessandro Pasotti
312a3a2bb0
Merge pull request #47671 from elpaso/form-group-collapsed
...
Drag and drop forms group collapsed
2022-03-14 12:27:27 +01:00
Alessandro Pasotti
9ec6355d91
Address PR reviews
2022-03-14 10:21:07 +01:00
Nyall Dawson
71e450be03
Apply more flexible approach to match zoom levels expected for ESRI
...
tiles
2022-03-14 13:39:36 +10:00
Nyall Dawson
9b427c665f
Remove constraint disabling threading for all models
2022-03-14 08:28:24 +10:00
Juergen E. Fischer
102bc431d7
fix windows build
2022-03-12 17:36:34 +01:00
Martin Dobias
9edf55ae41
Merge pull request #47257 from uclaros/filtering-pointclouds
...
Add support for pointcloud filtering
2022-03-11 13:13:48 -08:00
uclaros
74030fdc1c
skipping sipping
2022-03-11 15:34:35 +02:00
Denis Rouzaud
1fa991f26e
call non-deprecated method
2022-03-11 12:01:39 +01:00
Denis Rouzaud
761a20cac6
manual monkeypatching core->gui
2022-03-11 07:47:46 +01:00
Denis Rouzaud
a923b339d2
qHash implementation for scoped enum type
2022-03-11 07:47:46 +01:00
Denis Rouzaud
f32ecd4730
move QgsMapToolCapture::CaptureTechnique enum to Qgis
2022-03-11 07:47:46 +01:00
Nyall Dawson
222ce1b5ab
Don't apply tile scale doubling hack to esri generated vector tiles
...
We shouldn't apply this hack if we want to match ESRI's zoom to scale
level handling
2022-03-11 12:09:32 +10:00
Nyall Dawson
2faa91a327
Remove redunant z0 extent members
2022-03-11 12:09:32 +10:00
Nyall Dawson
59059a9a72
Switch to using QgsMatrixTileSet as common tile set class
2022-03-11 12:09:32 +10:00
Nyall Dawson
549398dec1
Spelling
2022-03-11 12:09:32 +10:00
Nyall Dawson
508a87dd4f
Correctly load arcgis vector tiles in non-EPSG:3857 crs
2022-03-11 12:09:32 +10:00
Nyall Dawson
b39761f8f0
Ensure that non-EPSG:3857 vector tiles layers can be rendered in the
...
correct place
This fixes the rendering of vector tiles layers which are constructed
in any non web mercator CRS.
(Unfortunately the required information is not recorded in mbtiles
packages, so it's necessary to set the correct parameters via
API calls when trying to load non-3857 mbtiles.)
2022-03-11 12:09:32 +10:00
uclaros
749d7937f4
remove non-implemented enums
2022-03-10 21:52:15 +02:00
Denis Rouzaud
9b459d5de4
Merge pull request #46750 from domi4484/bufferedTransactionCore
...
Buffered Transactional Editing
2022-03-10 14:10:55 +01:00
Nyall Dawson
13949f932d
Show a user-facing message bar warning when opening a project created in a
...
newer version of qgis, warning that the project may not be
completely loaded
2022-03-10 12:27:51 +10:00
uclaros
6ba6338305
operator conversion handling
2022-03-09 16:42:54 +02:00
uclaros
14fe9b85b3
added QgsPointCloudAttribute::convertValueToDouble()
2022-03-09 14:10:22 +02:00
uclaros
d9c524fce7
refactor extending attribute collections
2022-03-09 13:26:37 +02:00
uclaros
1088c9fa4a
remove methods using QgsExpression as parameter
2022-03-09 12:14:40 +02:00
uclaros
4b4c8634f7
rename parameter
2022-03-09 11:42:53 +02:00
Denis Rouzaud
ede7f35a86
Merge pull request #47633 from 3nids/settings-sections
...
Explicit declaration of sections/prefixes for settings
2022-03-08 21:03:37 +01:00
vcloarec
434e7028dc
filter before triangulation
...
no vertical filter before and remove exterior triangles
finalize
leftover
typo, const and other leftovers
fix big triangles filter
Stefanos review
2022-03-08 07:53:50 -08:00
Denis Rouzaud
9aeb041562
fix doc + sipify
2022-03-08 14:38:00 +01:00
Denis Rouzaud
91f631171c
be sure that PyQGIS constructors always create a key as a plugin
2022-03-08 14:38:00 +01:00
Denis Rouzaud
19ca6636d1
sipify
2022-03-08 14:37:59 +01:00
Denis Rouzaud
9a9366630b
add prefixes information to QgsSettings
2022-03-08 14:37:59 +01:00
Alessandro Pasotti
d2c84b2ed9
Add QgsRelation c++ test and workaround
...
The python test test_qgsrelation.py was failing for misterious reasons
(the very same test was passing if run from QGIS application), I tracked
the issue down to the addition of QgsOptionalExpression mCollapsedExpression;
in QgsAttributeEditorContainer.
The new c++ test replicates the python test and make sure there are no
problems with the change style operation.
2022-03-08 11:23:00 +01:00
uclaros
17dd63633a
remove duplicate code
2022-03-08 11:55:24 +02:00
Nyall Dawson
8b16383ff0
[api] Add support for reading individual frames from animated image
...
formats (gif/mng/webp) to QgsImageCache
The frames are correctly cached in the image cache, resulting in
super speedy retrieval after the first render
2022-03-08 13:49:24 +10:00
Alessandro Pasotti
735f1c703e
D&D forms show as group box collapsible
...
Funded by: ARPA Piemonte
2022-03-07 18:06:30 +01:00
uclaros
8c88e876a2
Create expressions from strings
...
handle conversion errors as parsing errors
handle setSubsetString return values
some more tidying up
2022-03-04 19:14:57 +02:00
Damiano Lombardi
8c5af4e194
SIP_OUT for output parameters
2022-03-04 08:41:10 +01:00
Damiano Lombardi
03f4740e65
More detailed error feedback for rollback
2022-03-04 08:41:10 +01:00
Damiano Lombardi
32ca2e4741
Fix docstrings
2022-03-04 08:41:10 +01:00
Damiano Lombardi
22de7e8a69
Fix docstrings since QGIS 3.24 to 3.26
2022-03-04 08:41:10 +01:00
Damiano Lombardi
f3897d7a75
Buffered transactions commitErrors added already modified layers info
2022-03-04 08:41:10 +01:00
Damiano Lombardi
6b4bba8224
Buffered transactions startEdit/commit/rollback from layer
2022-03-04 08:41:10 +01:00
Damiano Lombardi
cabf50d831
Buffered transactions rollback
2022-03-04 08:41:10 +01:00
Damiano Lombardi
b502da8bca
Change transaction mode only if all layers are not in edit mode
2022-03-04 08:41:09 +01:00
Damiano Lombardi
ba1002d163
Show commit errors + docstrings
2022-03-04 08:41:09 +01:00
Damiano Lombardi
219d450075
Initial implementation of buffered transactions
2022-03-04 08:41:09 +01:00
Damiano Lombardi
69f02e9f4c
Applied suggestions from code review
2022-03-04 08:41:09 +01:00
Damiano Lombardi
ab3f2fca8a
Transaction mode setting gui
2022-03-04 08:41:06 +01:00
uclaros
2da89589ce
includes and docstrings
2022-03-03 18:48:54 +02:00