Juergen E. Fischer
9a89408b72
indentation update
2015-11-10 20:21:10 +00:00
volaya
5c1da4ebae
[Processing] correctly parse value of boolean argument for parameters
2015-11-08 23:15:56 +01:00
volaya
f0bbb88944
[Processing] fixed #13790 (issue saving config option)
2015-11-08 16:28:10 +01:00
volaya
227af8ac8e
[processing] brought back 'export model as python' functionality
2015-11-06 14:02:11 +01:00
volaya
11b5092140
[processing] allow output directly on PostGIS tables
2015-11-06 11:36:27 +01:00
volaya
8d8fac46e7
[processing] do not format errors before sending to log
2015-11-06 11:36:25 +01:00
volaya
4692eb526b
[processing] don't use temp folder for default output folder
2015-11-06 11:36:24 +01:00
volaya
edb3cf350e
[processing] add option to add validators to settings
2015-11-06 11:36:22 +01:00
volaya
b3b33799d9
[processing] fixes for representing input values in history
2015-11-06 11:36:21 +01:00
volaya
8187ad50c9
[processing] some fixes for supporting optional parameters
2015-11-04 09:51:44 +01:00
rldhont
3472ac80d8
[Processing] Manage optional parameters
...
Can't set parameters to null (None or '') if the parameter is not optional
2015-11-04 09:51:34 +01:00
radosuav
f7a7a78cba
[Processing] Improve code readability (follow up 36d1377)
2015-11-04 09:51:32 +01:00
radosuav
507aeb0507
[Processing] Allow "progress" to be specified when calling processing.runalg
...
This is mostly so that algorithms executed in Processing scripts can
display messages in the same way as if they were executed directly from
Processing toolbox.
Also fixes a small issue with busy cursor being reset too early when
algorithms were executed from Processing scripts.
2015-11-04 09:51:30 +01:00
Juergen E. Fischer
f996c54776
indentation update
2015-10-30 23:30:16 +01:00
volaya
4f8a27dd64
[Processing] add default extensions for outputs as setting
...
Based on an idea and code by Evgeniy Nikulin
It includes some improvements to the settings sysmte
2015-10-24 21:18:17 +02:00
volaya
cbead0bcf4
[processing] fixed fileFilter method in OutputRaster
2015-10-24 21:18:16 +02:00
Juergen E. Fischer
ca697dbaf2
[processing] update algorithm help link ( fixes #13506 )
2015-10-06 00:20:30 +02:00
Juergen E. Fischer
e694474f62
indentation update
2015-10-03 21:42:13 +02:00
volaya
e8003f26e6
[processing] write log dates in ISO format
...
fixes #13226
2015-10-01 09:06:33 +02:00
volaya
56af1068db
[processing] recover previous value of formula in modeler calculator
...
#fixes 11539
2015-09-30 10:11:46 +02:00
alexbruy
4dd6d670f0
Merge pull request #2331 from radosuav/parameterString_fix
...
[processing] fix setting of "multiline" setting for ParameterString
2015-09-27 08:20:47 +03:00
volaya
216e461246
[processing] correctly build multiple input value string
...
It was wrongly using comma instead of semicolon to separate values
Fixes #13114
2015-09-24 13:10:43 +02:00
radosuav
5211423df5
[Processing] Fix setting of "multiline" setting for ParameterString
2015-09-22 15:35:26 +02:00
Salvatore Larosa
d28325c3e6
[processing] fix log message when execution of algorithm from console failed
2015-09-12 13:27:31 +02:00
Juergen E. Fischer
b39055b39c
indentation update (now including autopep8)
2015-08-22 14:29:41 +02:00
Juergen E. Fischer
d2282a77c7
processing: when using batch jobs remove GISBASE from environment when calling GRASS ( fixes #13072 )
2015-08-20 01:10:43 +02:00
Matthias Kuhn
9fc1b48bf3
Replace str() with unicode() and some PEP 8
2015-08-16 20:58:43 +02:00
Juergen E. Fischer
66a3d02240
integrate processing into update_ts.sh (also includes all translations
...
in the repository and none outside of it).
2015-07-26 04:28:37 +02:00
Etienne Trimaille
e751592a4d
small python change
2015-07-09 14:41:00 +02:00
volaya
2083d6db25
[processing] allow using layer names as input values
2015-07-03 08:18:57 +02:00
volaya
b80a1bcac5
[processing] fixed handling of folders and files in settings
...
fixes #12511
2015-06-26 12:00:02 +02:00
volaya
83f3a5893c
[processing] added check to ensure input layers are valid
2015-06-23 09:07:52 +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
92cf321d13
[processing] wait until file conversion is finished
2015-06-22 09:11:00 +02:00
volaya
83782cc4c8
[processing] fixed conversion to unsupported raster formats after running algorithm
2015-06-22 07:44:21 +02:00
Salvatore Larosa
941107dfa4
[processing] add algorithm name to messagebar while running
2015-06-08 18:27:51 +02:00
arnaud.morvan@camptocamp.com
aba4fe0fe2
Fix processing ParameterTable.setValue
2015-05-22 17:35:23 +02:00
volaya
87f2370da3
[processing] implement alternative display names for algorithms
2015-05-21 16:53:46 +02:00
volaya
7a35d62b09
[processing] add help links for gdal/ogr alga
2015-05-21 15:44:00 +02:00
volaya
f1dc58ce01
[processing] fixed saga help links
2015-05-21 15:44:00 +02:00
volaya
a58085bf4e
[processing] allow selection parameters with option populated from data source
2015-05-21 09:05:26 +02:00
volaya
5a00912b3d
[processing] more friendly error message when layers not created
...
This commit includes changes to the log system as well, which now logs only algorithms. Messages are logged to the QGIS logging system
2015-05-20 21:11:41 +02:00
Ricardo Garcia Silva
48e9be96d6
changed default value of the updateList argument
2015-04-11 18:59:27 +01:00
arnaud.morvan@camptocamp.com
84936e59e7
Add ParameterGoemetryPredicate and use it in XxxByLocation algorithms
2015-02-06 15:00:18 +01:00
Juergen E. Fischer
956c155e8f
fix python pep8 warnings and fix some revealed errors
...
pep8 --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701 \
--exclude="ui_*.py,debian/*,python/ext-libs/*" \
.
2015-02-01 20:46:47 +01:00
volaya
098aa681f0
Merge pull request #1852 from radosuav/changes
...
[Processing] Small fixes and additions
2015-01-26 08:38:19 +01:00
Juergen E. Fischer
cce2eb50cb
indentation update
2015-01-22 20:56:02 +01:00
radosuav
b835f406fa
[Processing] Allow user defined projections in Processing.
2015-01-22 14:38:47 +01:00