volaya
cdf034a999
[processing] fixed typo in algorithm group name
2015-06-23 12:01:49 +02:00
volaya
83f3a5893c
[processing] added check to ensure input layers are valid
2015-06-23 09:07:52 +02:00
volaya
247c2f061e
[processing] no need to hide credentials when storing db data
...
If they appear on the URI, it means they are already being stored in plain text by QGIS
2015-06-23 09:07:51 +02:00
volaya
6ce2333f98
[processing] more improvements for storing db data in log
...
This allows reusing commands that use a db-based layer.
It disables parameter validity checks for layers. Those checks should now be performed at the algorithm level before executing (not yet implemented)
2015-06-23 09:07:50 +02:00
volaya
6e4113f000
[processing] show error message when execution of algorithm from console failed
2015-06-23 09:07:49 +02:00
volaya
06d250ef89
[processing] more correct storing of DB data in log
2015-06-23 09:07:48 +02:00
volaya
78359ec510
[processing] use default value in selection parameters in modeler
...
fixes #12766
2015-06-22 16:51:58 +02:00
Salvatore Larosa
9838ea3dbd
switch all png icons to svg ones for plus and minus signs:
...
followup 33b49ff and a7191ab
2015-06-22 16:22:56 +02:00
volaya
b4edf8af88
[processing] better sizing of columns in batch interface
...
fixes #12706
2015-06-22 12:57:38 +02:00
volaya
5d4928fae2
[processing] fixed setting rendering styles for line and point outputs
...
fixes #12773
2015-06-22 11:38:16 +02:00
volaya
3ccd2a1fd3
[processing] corrected last commit
...
no need to rename algorithm
2015-06-22 11:23:41 +02:00
volaya
d9e749821a
[processing] added import into postgis algorithm to simplified interface
2015-06-22 11:17:47 +02:00
volaya
b6975d6121
[processing] fixed add model from file
...
fixes #12902
2015-06-22 10:12:02 +02:00
volaya
5013bb5600
[processing] fixed using temporary files in field calculator
2015-06-22 09:52:42 +02:00
volaya
1579a68b13
[processing] correctly handle filenames with long extension names in output file selector
...
fixes #10264
2015-06-22 09:25:13 +02:00
volaya
32d6275fa3
[processing]changed native raster format for SAGA algorithms from tif to sdat
...
This eliminates the need to export to a QGIS compatible format after generating a raster output. The SDAT format is the native SAGA format, and it is supported by GDAL, so it is also supported by QGIS. This was not used before, but now we use that to reduce the nuber of steps and provide a better integration.
Conversion to other formats is now done by Processing itself, not by the SAGA algorithm.
fixes #10735
2015-06-22 09:11:01 +02:00
volaya
92cf321d13
[processing] wait until file conversion is finished
2015-06-22 09:11:00 +02:00
volaya
a1351640ba
[processing] fixed output to non-supported vector formats in GRASS
2015-06-22 07:45:04 +02:00
volaya
83782cc4c8
[processing] fixed conversion to unsupported raster formats after running algorithm
2015-06-22 07:44:21 +02:00
alexbruy
d560568e5a
Merge pull request #2151 from NaturalGIS/fix_grass_r_drain
...
[processing] fix grass7 r.drain non mandatory parameter
2015-06-21 09:27:44 +03:00
Salvatore Larosa
6cbe0ee71c
[processing] fix typo
2015-06-19 20:42:00 +02:00
pcav
ef3eb85d65
Better output name for saga kernel
2015-06-19 17:02:44 +00:00
Giovanni Manghi
72c56dffdb
fix grass7 r.drain non mandatory parameter
2015-06-19 12:16:49 +01:00
Martin Dobias
eaf17e56c2
Fix SAGA detection on some Debian/Ubuntu systems ( fixes #12335 )
2015-06-19 13:18:59 +08:00
volaya
5d44de7012
Merge pull request #2139 from nachouve/patch-1
...
[processing] Added "sum" field on StatisticsByCategories
2015-06-15 18:20:41 +02:00
Alexander Bruy
77c3e867d8
[processing] bump plugin version to avoid masking
2015-06-15 18:29:38 +03:00
radosuav
12c1c869ee
[processing] Remove space in GDAL warp which causes issues when alg is called from script.
2015-06-15 11:29:20 +02:00
Nacho Varela
cf5b454390
Added "sum" field
...
Minor change just to add the "sum" to the output table result.
2015-06-15 09:03:47 +02:00
Larry Shaffer
64e43f806a
[processing] fix typo in ogrinfo process
2015-06-12 17:58:51 -06:00
Juergen E. Fischer
1749733702
fix crash when digitizing a part and adding it to a (cached) single part geometry
2015-06-11 15:37:18 +02:00
volaya
61698fc63c
[processing] updated packaging tests
2015-06-11 09:28:49 +02:00
volaya
3f7b1824cd
[processing] correctly handle multiple vector layers
2015-06-11 09:28:48 +02:00
Salvatore Larosa
941107dfa4
[processing] add algorithm name to messagebar while running
2015-06-08 18:27:51 +02:00
alexbruy
3ab1230bac
Merge pull request #2110 from NaturalGIS/fix_grass7_v_voronoi
...
[processing] fix GRASS7 v.voronoi output as lines
2015-06-08 10:57:25 +03:00
pcav
faf3bcd0d6
Better output name for some SAGA Processing modules
2015-06-06 19:38:20 +02:00
pcav
b5bd178c8f
Better default for Processing:grass:r.series
2015-06-06 19:33:34 +02:00
pcav
1969c716e6
Merge branch 'master' of https://github.com/qgis/QGIS
2015-06-04 19:37:13 +02:00
pcav
8cdd6173b0
Minor fixes to SAGA modules, for consistency
2015-06-04 19:36:30 +02:00
Giovanni Manghi
fab465aa16
fix GRASS7 v.voronoi output as lines
2015-06-04 16:55:27 +01:00
Giovanni Manghi
c859127c4e
make option as advanced in GRASS v.voronoi
2015-06-01 18:43:31 +01:00
Giovanni Manghi
4473c5f346
fixes several saga and grass modules
2015-06-01 14:46:01 +01:00
Giovanni Manghi
327336517d
fix grass r.horizon
2015-05-31 07:07:36 +01:00
alexbruy
d5b2e7baf3
Merge pull request #2094 from NaturalGIS/fix_grass_r_stream
...
[processing] remove r.stream modules that are addons, fix r.stream.extract in grass7
2015-05-30 14:51:29 +03:00
Giovanni Manghi
f8ae76b7b5
remove r.stream module that are addons, fix r.stream.extract in grass7
2015-05-30 07:54:34 +01:00
Giovanni Manghi
2b1b9f53ac
fix processing/grass7 in master
2015-05-30 07:24:41 +01:00
alexbruy
bd3b173817
Merge pull request #2065 from arnaud-morvan/processing-parameter-table
...
[processing] fix setting value in the ParameterTable
2015-05-28 18:31:21 +03:00
alexbruy
c61d5f2cfc
Merge pull request #2063 from HenningJagd/master
...
[processing] behavior of scroll zoom in the modeler
2015-05-28 18:23:34 +03:00
Alexander Bruy
596b126b94
fix conflicts
2015-05-27 10:34:32 +03:00
Alexander Bruy
6919d9841b
Merge branch 'master' of https://github.com/scubbx/QGIS into processing-r.stat
...
Conflicts:
python/plugins/processing/algs/grass7/Grass7Algorithm.py
2015-05-27 10:29:55 +03:00
alexbruy
90d7a7ab48
Merge pull request #2064 from arnaud-morvan/processing-check-validity
...
[processing] add Check Validity algorithm
2015-05-26 17:02:26 +03:00