3440 Commits

Author SHA1 Message Date
Médéric RIBREUX
e3da53779e Add i.eb.evapfr algorithm 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
89ec2fbb7c Add i.colors.enhance algorithm 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
651302e360 Add i.albedo and i.cluster algorithms 2016-05-29 09:00:16 +02:00
rldhont
d8ccec0e0a [Processing] add an algs static method to Processing for server 2016-05-28 12:41:30 +02:00
rldhont
27c5f78f4d Merge branch 'processing_shortHelp' 2016-05-28 09:58:52 +02:00
Alexander Bruy
3d95712009 [processing] add output extent to scripts (refs #11781) 2016-05-28 10:39:43 +03:00
rldhont
8592a7e3ac [Processing] Add shortHelp for Scripts, Models and R
And enhance getParameterDescriptions
2016-05-28 09:32:49 +02:00
Alexander Bruy
cc7eb27a27 [processing] drop WebView dependency (follow up 38f6ace4c0) 2016-05-27 20:38:51 +03:00
Alexander Bruy
70c5ab6a05 [processing] fix handling of scriipts/models folders in Get scripts dialog (follow up d16f04bf3a) 2016-05-27 15:16:27 +03:00
volaya
b38be6f725 [processing] made lastools additional parameters optional 2016-05-27 11:31:54 +02:00
volaya
f4ca847660 [processing] do not exit loop in intersect if there are errors
fixes #14908
2016-05-27 11:27:24 +02:00
volaya
841f8fb74e [processing] re-enabled tooltips in algorithm dialog 2016-05-27 11:27:23 +02:00
volaya
c080c2035b [processing] fixed default extension selection 2016-05-27 11:27:23 +02:00
Alexander Bruy
33977d16dd [processing] add option to force singlepart geometry type to postgis import (fix #14889) 2016-05-27 11:25:22 +03:00
Juergen E. Fischer
38f6ace4c0 make webkit optional 2016-05-27 08:41:58 +02:00
Alexander Bruy
ed1235d3bf Merge pull request #3096 from arnaud-morvan/processing_fix_updatedependentfields
[BUGFIX] [Processing] Fix updateDependentFields
2016-05-26 23:39:39 +03:00
volaya
d4802e5e9e Merge pull request #3109 from rldhont/bugfix_processing_getParameterDescriptions
[BUGFIX][Processing] Add getParameterDescriptions to R, Model and Scr…
2016-05-26 17:11:46 +02:00
rldhont
53089188d5 [BUGFIX][Processing] Add getParameterDescriptions to R, Model and Script algo 2016-05-26 16:53:10 +02:00
volaya
ef3de28538 Merge pull request #3110 from NaturalGIS/master
fix two SAGA statistics_grid modules
2016-05-26 15:47:26 +02:00
Alexander Bruy
d783635a40 [processing] homogenize spatial index name with DB Manager (fix #14899) 2016-05-26 16:13:46 +03:00
arnaud.morvan@camptocamp.com
586e9bfabc [Processing] Fix updateDependentFields 2016-05-26 15:08:29 +02:00
Giovanni Manghi
8cd6be57ed fix two SAGA statistics_grid modules 2016-05-26 14:04:29 +01:00
Alexander Bruy
af201211dd fix indentation 2016-05-26 14:43:18 +03:00
Alexander Bruy
d16f04bf3a [processing] support multiple scripts/models folders (fix #10476) 2016-05-26 13:56:21 +03:00
Alexander Bruy
322da8b2cf Merge pull request #3105 from volaya/processing_cleanup
[processing] cleanup and improvements
2016-05-25 20:42:17 +03:00
pcav
92604cf207 Merge branch 'master' of https://github.com/qgis/QGIS 2016-05-25 18:59:16 +02:00
volaya
997a3683a0 [processing] removed wrong import 2016-05-25 17:53:07 +02:00
volaya
f915cbe63e [processing] fixed modeler dialog 2016-05-25 14:59:08 +02:00
volaya
950a191813 [processing] remove square brackets from output names when no path and no extensions are provided 2016-05-25 10:43:22 +02:00
volaya
7f48ea4b8d [processing] only ask for msys folder in windows 2016-05-25 09:48:30 +02:00
volaya
68379963d2 Merge pull request #3103 from rldhont/bugfix_processing_rscript_output_table
[BUGFIX][Processing][Rscript] Write output Table
2016-05-25 07:36:12 +02:00
volaya
1cddf8db00 Merge pull request #3102 from rldhont/bugfix_processing_rscript_crs
[BUGFIX][Processing][Rscript] Use CRS Parameter
2016-05-25 07:35:38 +02:00
rldhont
3b7c0fc04f [BUGFIX][Processing][Rscript] Write output Table
Add support forwriting  output table to Rscript command.
2016-05-24 21:52:02 +02:00
rldhont
f470c531d8 [BUGFIX][Processing][Rscript] Use CRS Parameter
Add support for CRS parameter to Rscript command.
2016-05-24 21:38:59 +02:00
Alexander Bruy
dadc9d2057 fix typo 2016-05-24 19:59:07 +03:00
Alexander Bruy
c69665be92 [processing][gdaltools] reword merge option (fix #8519) 2016-05-24 19:47:48 +03:00
Alexander Bruy
8ad1e3c8bc [processing] add ability to choose encoding when importing into PostGIS (fix #14687) 2016-05-24 19:32:58 +03:00
rldhont
5d7e218b04 [BUGFIX][Processing][Rscript] Use Extent Parameter
Add support for extent parameter to Rscript command.
2016-05-24 16:01:30 +02:00
volaya
3607e269c6 [processing] improvements for new mechanism for adding algorithms
Correctly remove algorithms on plugin unload
2016-05-24 10:27:38 +02:00
volaya
bc75862e53 [processing] fixed header 2016-05-23 19:36:16 +02:00
volaya
2eebe0d314 [processing] additional mechanism to add scripts from 3rd party plugin 2016-05-23 19:36:16 +02:00
volaya
33fc3be15f [processing] separated alglist to its own module 2016-05-23 19:36:16 +02:00
volaya
9a5c5835ef [processing] moved imports to initialize providers to a separate module 2016-05-23 19:34:25 +02:00
Alexander Bruy
7014c9baa0 [processing] fix tests 2016-05-23 19:34:25 +02:00
volaya
b90ec83c23 [processing] keep parameter in addProvider method for backwards compatibility 2016-05-23 19:34:25 +02:00
volaya
e6b76c4d7b [processing] cleaning and restructuring
This fixes some design errors (mainly the ModelerUtils class, which is not needed anymore to hold a copy of algs and providers in order to avoid circular dependencies) and removes unused code
2016-05-23 19:34:25 +02:00
volaya
b4b05bade7 [processing] save value of grass path when autoconfiguration is succesful 2016-05-23 19:34:24 +02:00
volaya
e925382292 [processing] fixed provider updates in toolbox 2016-05-23 19:34:24 +02:00
Alexander Bruy
d2b21891d4 [processing] correctly set default value in modeler algorithms (fix #12767) 2016-05-23 17:42:54 +03:00
Alexander Bruy
2f5c3a570a [processing] fix expressions handling in ParameterString (fix #14834)
Add initial set of tests for ParameterString
2016-05-23 14:28:10 +03:00