Nyall Dawson
ce4f93b410
Add method to retrieve corresponding OGR driver from a file extension
2017-05-03 17:13:05 +10:00
Nyall Dawson
1526afecbd
Add missing import
2017-05-03 06:26:12 +10:00
Nyall Dawson
15de36ab26
[processing] Always require real QgsFields objects in getVectorWriter,
...
don't allow arrays of fields as inputs
2017-05-03 06:26:12 +10:00
Nyall Dawson
43a86808a2
[processing] Fix vector split alg
2017-05-03 06:25:30 +10:00
Nyall Dawson
ee1236f067
[processing] Remove unused options argument from (create/get)VectorWriter
2017-05-03 06:25:30 +10:00
Nyall Dawson
8e70aa84fa
Merge pull request #4439 from arnaud-morvan/processing_run_context
...
[processing] Handle context in processing.run
2017-05-03 05:49:06 +10:00
Matthias Kuhn
8d8fa9466c
[feature] Expression performance improvements
2017-05-02 21:25:43 +02:00
arnaud.morvan@camptocamp.com
e232a0809c
[processing] Handle context in processing.run
...
Fix #15985 (Concave hull)
2017-05-02 17:04:57 +02:00
Alexander Bruy
b342accfe4
Merge pull request #4484 from lejedi76/processing_errormsg_mergevectorlayers_fix
...
[processing] fix error message in merge algorithm
2017-05-02 16:11:54 +03:00
Alexander Bruy
144492d4ce
Merge pull request #4481 from alexbruy/remove-r-provider
...
[processing][needs-docs] remove R provider from Processing core
2017-05-02 16:11:18 +03:00
LOMENEDE Jean-Daniel
dea558b824
fix error message in merge algorithm
2017-05-02 13:39:22 +02:00
Etienne Trimaille
8792265851
sipify osmdownloader and small improvments to the overpass server
2017-05-02 12:55:11 +02:00
Alexander Bruy
cf5d1aaece
remove old import
2017-05-02 12:39:26 +03:00
Alexander Bruy
429e67e0f9
[processing] remove stuff related to R provider
2017-05-02 12:39:26 +03:00
Alexander Bruy
30a7e7e514
[processing] remove R provider from core distribution
2017-05-02 12:39:26 +03:00
Denis Rouzaud
b249d481e9
script to reverse engineering from SIP to header
...
go grab annotations in SIP files to write them in the header
or what could be called the headerizer
2017-05-02 10:11:50 +02:00
Mathieu Pellerin
81ccfb0de4
Merge pull request #4460 from nirvn/wallpapers
2017-05-02 13:24:56 +07:00
Denis Rouzaud
7d459149c7
[sip] align missing bits and replace nullptr by 0
2017-05-02 08:09:53 +02:00
nirvn
295c21227c
Add a QgsMapSettingsUtils::worldFileContent() function
2017-05-02 12:15:46 +07:00
Nyall Dawson
877775d2c0
Remove a bunch of unneeded imports
2017-05-02 14:47:58 +10:00
nirvn
a188d4f32a
Add missing wordfile creation to revamped save as image
2017-05-02 11:41:11 +07:00
Nyall Dawson
4ed18b112a
Add a bunch of missing QgsProcessingUtils imports
2017-05-02 14:36:23 +10:00
Nyall Dawson
49c688bbe4
Fix use of QgsProcessingUtils.mapLayerFromString
2017-05-02 13:40:49 +10:00
Nyall Dawson
df1ead5ed4
[processing] Remove vector.spatialindex()
...
Use QgsProcessingUtils.createSpatialIndex() instead.
2017-05-02 13:39:36 +10:00
Nyall Dawson
bde1bf457b
[processing] Remove unused vector.duplicateInMemory() function
2017-05-02 13:29:42 +10:00
Nyall Dawson
7eb7a7aa01
[processing] Remove vector.bufferedBoundingBox()
...
Use QgsRectangle.grow() instead
2017-05-02 13:27:01 +10:00
Nyall Dawson
8e5565413f
[processing] Remove unused dataobjects.loadList method
2017-05-02 13:20:29 +10:00
Nyall Dawson
0fbf1c2f54
[processing] Remove unused dataobjects.extent method
2017-05-02 13:18:47 +10:00
Nyall Dawson
fa8f667b3e
Fix failing test
2017-05-02 13:15:58 +10:00
Nyall Dawson
b1eecfdba4
Fix resolving memory layers when multiple memory layers are used in model
2017-05-02 12:45:54 +10:00
Nyall Dawson
600518de72
Add unit tests for QgsProcessingUtils::mapLayerFromString
2017-05-02 12:33:22 +10:00
Nyall Dawson
11fb72eef7
Only expose a single mapLayerFromString method in QgsProcessingUtils
2017-05-02 12:33:22 +10:00
Nyall Dawson
f84d703234
Add method QgsProcessingUtils::mapLayerFromString
...
Algorithms and other processing code should use this method
(instead of dataobjects.getLayerFromString) to
retrieve layers from a string, as it considers the processing
context and allows resolving strings to temporarily stored layers.
This permits processing models to function correctly when
intermediate results are stored as memory layers. Subsequent
model algorithms can then access these temporary layers as inputs.
All temporary layers will be removed when the context object
is destroyed after the model algorithm is run.
2017-05-02 12:33:04 +10:00
Matthias Kuhn
f511401995
Fix bindings
2017-05-02 01:56:23 +02:00
Matthias Kuhn
6593754f9d
Explicitly tag static variables
2017-05-02 01:56:23 +02:00
Matthias Kuhn
b9ec373f4c
Fully qualify nested classes for vintage sip
2017-05-02 01:54:58 +02:00
Matthias Kuhn
7a4527d47f
Also report ScopedFunctions as static when approporiate
2017-05-02 01:54:58 +02:00
Matthias Kuhn
d70bb9c348
Specify for expression functions if they are static
...
... and prepare them whenever possible
2017-05-02 01:54:57 +02:00
Matthias Kuhn
8031ac43e0
Expression variables are more often than not static
2017-05-02 01:54:57 +02:00
Denis Rouzaud
7b60d89d6c
align pointer and reference in sip files batch 2
2017-05-01 20:00:51 +02:00
Denis Rouzaud
00700292ef
Merge branch 'master' into sip-annotated
2017-05-01 19:21:59 +02:00
Denis Rouzaud
93971d5ed3
[sip] align pointer and reference in blacklisted files
...
this will facilitate sip diff checking
2017-05-01 17:49:43 +02:00
doublebyte1
bb1bded249
- changes to sipify script
...
- updated gsdataitem header:
- added qgis.h include
- skip sDataItemPtr
- remove , between SIP annotations
- run sipify for qgsvector and qgsdataitem
2017-05-01 17:43:07 +02:00
Alexander Bruy
e581d46166
regenerate SIP files
2017-05-01 17:42:06 +02:00
Alexander Bruy
782c3e5afb
sipify QgsStatisticalSummary and QgsStringStatisticalSummary
2017-05-01 17:42:06 +02:00
arnaud.morvan@camptocamp.com
b399ee5d2e
Sipify QgsFieldFormatterRegistry
2017-05-01 17:41:14 +02:00
arnaud.morvan@camptocamp.com
1fb7855e17
Sipifi QgsFieldFormatter
2017-05-01 17:41:14 +02:00
arnaud.morvan@camptocamp.com
84abf896bb
Sipify QgsFieldConstraints
2017-05-01 17:41:14 +02:00
Etienne Trimaille
1f8c311158
sipify QgsColor*
2017-05-01 14:54:49 +02:00
Jürgen Fischer
1ed8880c47
Merge pull request #4434 from arnaud-morvan/db_manager_fix_schema_g
...
Db manager fix schema g
2017-05-01 13:32:31 +02:00