Nyall Dawson
a87e8d1aa6
Merge pull request #4493 from arnaud-morvan/sipify_core_classes_2
...
Sipify core classes 2
2017-05-04 07:20:40 +10:00
Alessandro Pasotti
cdb947c8d5
Merge pull request #4465 from boundlessgeo/server-plugins-api-refactoring2
...
[server] Server plugins API refactoring
2017-05-03 19:20:37 +02:00
arnaud.morvan@camptocamp.com
04a9264e86
Sipify core.QgsFeatureIterator
2017-05-03 19:11:16 +02:00
arnaud.morvan@camptocamp.com
05933b171a
Sipify core.QgsFeatureFilterProvider
2017-05-03 19:07:52 +02:00
Tom Kralidis
3be20f8680
update qgisMinimumVersion to current LTR
2017-05-03 08:39:41 -04:00
Alessandro Pasotti
569593b79a
[server] Python plugins API cleanup part 3
...
This removes the handleRequest method that returns the
headers and body as byte array.
This superceeded by the implementation that takes a
request and response instances.
2017-05-03 10:58:18 +02:00
Alessandro Pasotti
2afcad279d
[server] Python plugins API cleanup part 2
...
This part adds the headers as an optional argument
to the request and start using the handleRequest(request, response)
call in the python tests.
Some additional tests are also added.
2017-05-03 10:58:18 +02:00
Alessandro Pasotti
b7d6c1e59e
[server] Python plugins API cleanup part 1
...
This is the first step to a cleaner and consitent API
for server plugin.
It also adds some new tests for the base request and
response classes
2017-05-03 10:57:39 +02:00
Alexander Bruy
fe7d49a053
Merge pull request #4470 from alexbruy/ignore-empty-svg-path
...
ignore empty SVG path (fix #15891 )
2017-05-03 09:07:52 +03:00
Denis Rouzaud
85f3b81b55
remove double spaces in sip files
...
fix indentation
2017-05-03 08:02:14 +02:00
Denis Rouzaud
6958db6f06
[sipify] rename SIP_PYARGTYPE to SIP_PYTYPE since it can be used to changed return types too
2017-05-03 07:22:30 +02:00
Nyall Dawson
75fa28f5f3
Followup 363336, fixing adding features to OGR data providers
...
(addFeature cannot be called directly - it must be called
by addFeatures to ensure the various edition setup code
is called)
2017-05-03 14:02:33 +10:00
Mathieu Pellerin
dc7198a754
Merge pull request #4488 from nirvn/saveasimage_fix_rotated
2017-05-03 10:52:47 +07:00
nirvn
747c2e2bf3
rotated world file support in QgsMapSettingsUtils::worldFileContent()
2017-05-03 10:39:17 +07:00
nirvn
e1b1400dc7
Fix rotated canvas scale issue in save as image
2017-05-03 09:11:57 +07:00
Nyall Dawson
a2327d3a70
Fix Coverity uninitialized member warning
2017-05-03 08:56:24 +10:00
Nyall Dawson
81e79d9848
Merge pull request #4483 from nyalldawson/writer_pt1
...
Small cleanups to processing getVectorWriter
2017-05-03 07:21:46 +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
Denis Rouzaud
fbd62be7c5
[sipify] remove static const value assignment
2017-05-02 20:34:25 +02:00
rldhont
1f3ff11b35
Merge pull request #4486 from rldhont/server-wfs-refactoring
...
[Server] little WFS refactoring
2017-05-02 19:44:43 +02:00
Matthias Kuhn
c30d7b98d7
Fix docstrings
2017-05-02 19:43:29 +02:00
Matthias Kuhn
48b55a71d3
Fix crashing test
2017-05-02 19:11:34 +02:00
rldhont
5664d3df08
[Server] little WFS refactoring
2017-05-02 19:03:31 +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
Denis Rouzaud
6e38c1d692
change mullptr in api doc test
2017-05-02 12:11:07 +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
b77b496755
[sipify] fix detection of method signature with following body
2017-05-02 10:26:45 +02:00
Denis Rouzaud
1d71e36cf8
fix macros after signal
2017-05-02 10:11:50 +02:00
Denis Rouzaud
d3bc0e37a7
[sip] mass introduction of annotations into headers
2017-05-02 10:11:50 +02: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
72b061b8e2
Merge pull request #4479 from nyalldawson/save_temp
...
[processing] Port dataobjects.getLayerFromString to c++
2017-05-02 15:10:24 +10: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
nirvn
fa7a3e7aff
[FEATURE] customizable output width and height in save as image dialog
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
e709e3eb0a
Add unit test for QgsProcessingUtils::createSpatialIndex
2017-05-02 13:49:51 +10:00