Alessandro Pasotti
4010e79fe3
Merge pull request #8200 from elpaso/bugfix-20094-followup-096b4ce
...
Slow field calculator - Bugfix 20094 followup 096b4ce
2018-10-18 08:39:03 +02:00
Borys Jurgiel
b7673c7616
[Plugin Manager] Fix plugin status checkbox not refreshed after installing from zip
2018-10-16 23:06:13 +02:00
Nyall Dawson
4459c9a6f8
Dox
2018-10-17 06:19:06 +10:00
Nyall Dawson
8b5bf3c17c
Remove some redundant dox from QgisAppInterface
2018-10-17 06:19:06 +10:00
Nyall Dawson
905031945f
Expose application browser model instance to iface
...
Reusing the existing browser model is more efficient then reconstructing
new models, so it's useful for plugins to have access to this instance
too.
2018-10-17 06:19:06 +10:00
Salvatore Larosa
3cb9ef2294
fix build without server and 3d
2018-10-16 18:45:25 +02:00
Salvatore Larosa
d2f51f8f8f
Merge pull request #8209 from slarosa/fix_api_file_generator
...
add 3d module to API file
2018-10-16 15:38:40 +02:00
Salvatore Larosa
20c9a5da33
add 3d module to API file
2018-10-16 12:52:48 +02:00
Matthias Kuhn
190f938654
Merge pull request #8103 from m-kuhn/geometryValidatorCode_1
...
Geometry validation of editing session
2018-10-16 11:34:50 +02:00
Alessandro Pasotti
5defc03086
Fix slow updates from field calculator
...
Fixes #20094
Followup 096b4ce
2018-10-16 09:33:09 +02:00
Alessandro Pasotti
0e50b3ba70
Revert "Merge pull request #8177 from elpaso/bugfix-20094-field-calculator-slowness"
...
This reverts commit 096b4ce00426ee35a1eec5b54453b9ea2e22b903, reversing
changes made to 87e0f6961adcbf7039d2c0bef914cebd747afc67.
2018-10-16 09:33:09 +02:00
Nyall Dawson
ee8e1ce9bc
[processing][gdal] More unit tests
2018-10-16 16:52:00 +10:00
Nyall Dawson
bef8d6e072
Update expected test results
2018-10-16 16:52:00 +10:00
Giovanni Manghi
fbb916d908
fixes the ogr2ogr based geoprocessing tools
2018-10-16 16:52:00 +10:00
Nyall Dawson
ca427d3316
Rename actions
2018-10-16 14:13:29 +10:00
Nyall Dawson
b7b638c52b
Simpler API to link actions to QgsDockWidget
2018-10-16 14:13:29 +10:00
Denis Rouzaud
32d4bcc425
add Python __repr__ method to QgsGeometry.Error ( #8198 )
2018-10-15 06:53:09 -08:00
Matthias Kuhn
3d31d72442
Fix python bindings
2018-10-15 16:05:59 +02:00
Martin Dobias
939a910cfc
Merge pull request #8181 from wonder-sk/py3d
...
Python bindings for QGIS 3D library
2018-10-15 15:07:40 +02:00
Matthias Kuhn
36e83f31c0
Tag geometry check classes as technology preview
2018-10-15 14:29:00 +02:00
Matthias Kuhn
df44275e86
Update core sip files
2018-10-15 14:28:07 +02:00
Denis Rouzaud
d4ac9a7c00
do not zoom to feature if no extent
2018-10-15 14:28:04 +02:00
Matthias Kuhn
6df73d6d07
QgsVectorLayerFeaturePool needs to be aware of geometry changes
2018-10-15 14:28:03 +02:00
Matthias Kuhn
6a94033487
Make feedback a required parameter for geometry checks
2018-10-15 14:28:02 +02:00
Matthias Kuhn
f82970d79a
Send signals when geometry options change
2018-10-15 14:28:01 +02:00
Matthias Kuhn
4607930ece
Allow resolving errors
2018-10-15 14:27:59 +02:00
Denis Rouzaud
550de156c5
make context const
2018-10-15 14:27:58 +02:00
Denis Rouzaud
3817df69b2
Revert "QgsGeometryCheckError class requires context in constructor (not inherited classes yet)"
...
This reverts commit 73c89aee8c2f5ca6d2ce5a621b1ffad9f08bba02.
2018-10-15 14:27:57 +02:00
Denis Rouzaud
b0810b180d
QgsGeometryCheckError class requires context in constructor (not inherited classes yet)
2018-10-15 14:27:57 +02:00
Denis Rouzaud
7593d51687
add feature pool as argument to collect/fix error methods
2018-10-15 14:27:57 +02:00
Matthias Kuhn
1b0bd51434
Registry
2018-10-15 14:27:55 +02:00
Denis Rouzaud
574c672a1e
add QgsVectorLayer::getGeometry(fid) ( #8174 )
...
* add QgsVectorLayer::getGeometry(fid)
* update docs to say geom is invalid
2018-10-15 03:31:14 -08:00
Alessandro Pasotti
096b4ce004
Merge pull request #8177 from elpaso/bugfix-20094-field-calculator-slowness
...
Fixes slow update in field calculator
2018-10-15 10:32:09 +02:00
Nyall Dawson
87e0f6961a
[processing][gdal][needs-docs] Rename crop to cutline option for clarity
...
The previous name is unclear, as the option can expand as well
as crop the raster extent. We also don't refer anywhere else in this
dialog to the cutline, so that has no meaning to users
2018-10-15 18:29:28 +10:00
Nyall Dawson
0fb0023519
Fix corrupted group box layouts
2018-10-15 15:47:28 +10:00
Nyall Dawson
a1a35e91cc
Dox++
2018-10-15 11:47:01 +10:00
Nyall Dawson
f07462b69a
Spelling
2018-10-15 11:47:01 +10:00
Nyall Dawson
8f6ee1c40d
Dox
2018-10-15 11:47:01 +10:00
Nathan Woodrow
8dd0f00877
Fix - Fix loading expression template for first item and space vs tabs
...
Fix tab vs spaces in Python editor widget. Use spaces
2018-10-15 10:23:24 +10:00
Martin Dobias
0f3088abf8
Fix spelling
2018-10-14 22:13:58 +02:00
Martin Dobias
45c9ae97c0
Add warnings about the QGIS 3D API being unstable / tech preview only
2018-10-14 16:40:13 +02:00
Martin Dobias
8814e40635
Move altitude binding/clamping enums to Qgs3DTypes + add culling mode in Python
2018-10-14 16:32:24 +02:00
Alessandro Pasotti
07b31287ba
Fix rollback on large tables when attr table is opened
2018-10-14 00:44:25 +02:00
Martin Dobias
88cb8313c8
Python bindings for QGIS 3D library
2018-10-13 22:05:39 +02:00
Alessandro Pasotti
9d82df5d16
Forward to app blocking/unblocking of attr table updates
...
Fixes #20094 - Extracting z-coordinates takes ages and makes the system unresponsive
2018-10-13 15:40:57 +02:00
Harrissou Sant-anna
0816a29962
Fix typo in generated file
2018-10-13 12:30:52 +10:00
Nyall Dawson
448b4505bb
[layouts] Expose designer enable atlas preview and show item options to
...
stable API
2018-10-12 10:28:56 +10:00
Nyall Dawson
b2df588a38
Fix see also link
2018-10-11 17:52:47 +10:00
Nyall Dawson
5beb4e2b8d
Followup 9cad526, allow item rename through browser model
2018-10-11 17:52:47 +10:00
Nathan Woodrow
42ea216478
FIX - Move custom expression function help to group box ( #8163 )
2018-10-11 15:23:06 +10:00