Médéric RIBREUX
b951c94746
Handle OutputFile in test generation
2016-06-12 14:46:42 +02:00
Médéric RIBREUX
0cd4498658
Improve Test generation
2016-06-12 14:23:09 +02:00
Médéric RIBREUX
bf02d34f55
Blacklist qt5 tests for Travis
2016-06-11 16:25:03 +02:00
Médéric RIBREUX
dbd1050879
[Processing][Tests] Improve Processing GRASS7 testsuite
2016-06-11 11:27:23 +02:00
Alexander Bruy
48949d642f
[processing] improve error message text (refs #14929 )
2016-06-10 15:30:03 +03:00
Alexander Bruy
895b9558b5
Merge pull request #3166 from nirvn/fix_processing_refactor_fields
...
[processing] fix missing quotes to field name in refactor fields
2016-06-10 10:59:00 +03:00
Alexander Bruy
9e54287bb4
[processing] fix alglist() function
2016-06-09 14:58:08 +03:00
Nyall Dawson
fbc5e0fc8e
Fix indentation
2016-06-07 11:11:59 +10:00
rldhont
021da12c9f
[BUGFIX][Processing] RScript: Insert None value as NULL
2016-06-06 15:18:10 +02:00
rldhont
2a746f493f
[BUGFIX][Processing] RScript: Add name token
2016-06-06 15:07:20 +02:00
nirvn
14342ce65a
[processing] fix missing quotes to field name in refactor fields
2016-06-05 09:32:51 +07:00
Matthias Kuhn
e7b04f24f9
Tabs > Spaces
2016-06-04 12:34:42 +02:00
Nyall Dawson
eac51e99e5
Fix ListMultiSelectWidget under PyQt5
2016-06-04 19:26:40 +10:00
arnaud.morvan@camptocamp.com
8ddae27130
[Processing] Support authentication with postgis
2016-06-03 17:09:31 +02:00
Alexander Bruy
62582098b9
Merge pull request #3169 from medspx/processing_grass7_rinlidar
...
[processing] add GRASS 7 r.in.lidar algorithms
2016-06-03 10:41:05 +03:00
Marco Bernasocchi
f9ab7223fc
[processing] ParameterTableMultipleField type added
...
This adds a widget with multiple column attributes selector
2016-06-03 09:27:51 +02:00
Marco Bernasocchi
2dea7c8c93
[processing] allow optional in all getAsScriptCode
2016-06-03 09:27:51 +02:00
Juergen E. Fischer
e07986009f
more typo fixes
2016-06-02 22:36:32 +02:00
Médéric RIBREUX
879244360f
Add r.in.lidar.info and override projection by default (much easier to use)
2016-06-02 20:56:35 +02:00
Médéric Ribreux
f914a03663
[Processing] [Grass7] Add r.in.lidar algorithm (you have to use the same CRS than input file)
2016-06-02 17:53:41 +02:00
Alexander Bruy
b312235b5f
fix indentation
2016-06-02 16:52:24 +03:00
volaya
568ddb349a
[processing] fixed wrong indentation
2016-06-02 16:52:24 +03:00
volaya
d46f98d4e5
[processing] lidar tools update
...
changes by Martin Isenburg
2016-06-02 16:52:24 +03:00
volaya
a8a2246617
fixed addProvider method in toolbox
2016-06-02 12:49:51 +02:00
volaya
99c16f0ba5
[processing] added activateProvider method in Processing class
2016-06-02 09:45:59 +02:00
Nyall Dawson
3a005cda36
Indentation
2016-06-02 08:50:27 +10:00
volaya
61e26fd8f3
[processing] fixes for issues with 3rd party providers being loaded and unloaded
2016-06-01 15:21:03 +02:00
volaya
0272ebc2e8
[processing] fixed check to avoid adding a provider that is already added
2016-06-01 13:20:57 +02:00
Alexander Bruy
57b16187e6
[processing] move spatialite and postgis utils into tools package
2016-06-01 14:15:46 +03:00
volaya
479ceb36b4
[processing] fixed wrong call to splitext in dataobjects.py
2016-06-01 12:18:33 +02:00
Nyall Dawson
062aa9aee4
Indentation
2016-06-01 10:09:03 +10:00
rldhont
fda06c0c45
[Processing] Add optional capabilities to R scripts
2016-05-31 19:12:38 +02:00
rldhont
ab28d527d5
[BUGFIX][Processing] R: Extent from raster package is "xmin, xmax, ymin, ymax"
...
Extent from raster package is like in Processing
http://www.inside-r.org/packages/cran/raster/docs/Extent
2016-05-31 19:10:54 +02:00
rldhont
bb41cceb34
[Processing] Fix getParameterDescriptions
...
Add import json for script and r
return descs and not None
2016-05-31 17:25:05 +02:00
Salvatore Larosa
83502c55b3
[processing] add again the algorithm name after being removed mistakenly in 507aeb0
2016-05-31 15:56:42 +02:00
volaya
5773d0d51b
[processing] fixes and better warning messages in modeler
2016-05-31 12:36:29 +02:00
Juergen E. Fischer
797826ea5b
spelling fixes
2016-05-31 03:36:27 +02:00
Alexander Bruy
df6410ec35
fix typo in import
2016-05-30 17:36:42 +03:00
Alexander Bruy
2f7ff46a4b
fix imports (follow up b52828fac7)
2016-05-30 16:53:19 +03:00
Alexander Bruy
6396d8fe60
fix indentation (follow up b52828fac7)
2016-05-30 15:30:00 +03:00
arnaud.morvan@camptocamp.com
01450c5609
[Processing] Compare lower file extension to "shp"
2016-05-30 15:30:00 +03:00
Alexander Bruy
25983ee331
[processing] fix .ui file loading (follow up b52828fac7)
2016-05-30 14:39:28 +03:00
Alexander Bruy
2069c27c85
Merge pull request #3119 from arnaud-morvan/processing_fix_postgis_overwrite
...
[processing] fix ogr2ogr postgis table overwrite
2016-05-30 11:57:57 +03:00
volaya
b52828fac7
[processing] allow creating new plugin from toolbox with scripts
2016-05-30 10:41:45 +02:00
volaya
9c2721b08b
[processing] added ‘supported’ parameter to exportVectorLayer
2016-05-30 10:41:44 +02:00
Médéric RIBREUX
59faf95c1d
Blacklist travis-ci qt5 tests and remove i.fft test
2016-05-29 09:00:16 +02:00
Médéric RIBREUX
8d1bec33a0
Exec things...
2016-05-29 09:00:16 +02:00
Médéric RIBREUX
ec6b29aa8c
Remove NaN values from raster before hash calculation
2016-05-29 09:00:16 +02:00
Médéric Ribreux
235f986517
Fix qt5 travis build and update README for Processing tests
2016-05-29 09:00:16 +02:00
Médéric Ribreux
c867123f18
Fix exec statement for AlgorithmsTestBase.py
...
On travis-ci environment, Python version seems to be affected by [this bug](https://bugs.python.org/issue21591 ).
One way to fix it is to use the old statement instead of exec() function.
2016-05-29 09:00:16 +02:00