volaya
c52b5ae891
[processing] fixed handling of parent algorihtms in modeler
...
Fixes #11750
2014-11-28 14:24:29 +01:00
volaya
484e16254d
[processing] fixed help in models
2014-11-23 14:04:06 +01:00
volaya
810cb3fb99
[processing] fixed handling of tables in models
...
Fixes #11694
2014-11-21 07:22:39 +01:00
volaya
530b15a0e1
[processing] provide non-random default ordering of parameters in models
...
Fixes #11702
2014-11-21 07:21:47 +01:00
Alexander Bruy
4c24666c87
[processing] add open script action to script editor
2014-11-19 12:02:20 +02:00
Alexander Bruy
bec113b1bc
[processing] refactor algortim dialog
...
Now we have base class AlgorithmDialogBase for all algortims. Dialogs
for algorithms and batch processes should be created by subclassing this
base dialog and adding to it corresponding parameters panel.
ParametersPanel for single algorthm already updated to this approach.
2014-11-17 20:03:31 +02:00
Alexander Bruy
24a3e227a5
[processing] update projection selector widget
2014-11-17 20:03:29 +02:00
Tim Sutton
afc60e1828
Papercut fix for inconsistent spelling of Raster Layer vs Vector layer
2014-10-20 00:21:56 +02:00
volaya
db0f423e0d
[processing] disabled editing modeler item with double click (was causing crash)
2014-10-19 23:05:32 +02:00
volaya
18e9fba08b
[processing] remember min/max value in number params in modeler
2014-10-19 21:34:21 +02:00
volaya
5e9dc03c7a
[processing] better handling of wrong models
2014-10-18 16:37:05 +02:00
Alexander Bruy
55181c634a
[processing] fix handling of boolean parameters in modeller
2014-10-09 17:35:54 +03:00
volaya
f661f80bdb
[processing] fixed wrong call to self.tr from static method
2014-10-07 12:02:30 +02:00
volaya
11e3044e3c
[processing] fixed #11327
2014-10-06 07:35:25 +02:00
volaya
c2e30b3c03
[processing]removed debug print lines
2014-10-06 07:35:22 +02:00
Werner Macho
410fe67473
typo fix
2014-10-04 15:25:30 +02:00
Alexander Bruy
650cd8f3e3
fix typos in strings
2014-10-04 14:09:47 +03:00
Alexander Bruy
bd13693ae3
[processing] make bunch of strings translatable (sorry translators)
2014-10-04 11:36:39 +03:00
Alexander Bruy
f935316882
[processing] add full i18n support (still needs some work to mark all
...
strings as translatable)
2014-10-04 11:36:38 +03:00
Alexander Bruy
ace704a424
[processing] use checkbox for boolean parameters
2014-09-24 12:11:33 +03:00
volaya
1cd0c43f4f
[processing] fixed how models read help info
2014-09-24 10:44:13 +02:00
volaya
2fa73f0b9e
[processing] fixed bug in ModelerScene when position of output is not defined
2014-08-22 12:29:06 +02:00
volaya
887469643f
[processing] added support for old model file format
2014-08-22 12:29:04 +02:00
volaya
8a2f1505d5
[processing] renamed Input and Output classes in modeler, to avoid confusion
2014-08-14 10:58:53 +02:00
volaya
6486594f57
[Processing] Refactoring of parameters and outputs
...
It also adds some changes in the core and tools package, to provide a cleaner structure
2014-07-14 14:47:05 +02:00
Juergen E. Fischer
647504306c
indentation update
2014-07-13 17:16:24 +02:00
Victor Olaya
1bf3be5a43
[processing] added some extra info in modeler calculator
2014-07-12 10:39:51 +02:00
Victor Olaya
4df7b3464a
fixed issue with MultilineTextPanel in modeler ( #10813 )
2014-07-06 20:51:56 +02:00
Victor Olaya
d8eee4e56a
[processing] fixed #10792
2014-07-04 22:36:25 +02:00
volaya
2f5d118d4d
Merge pull request #1496 from Gustry/dev
...
[processing] change str to unicode fix #10624
2014-07-03 15:20:00 +02:00
Etienne Trimaille
5476d86f60
change str to unicode fix #10624
2014-07-03 14:02:54 +02:00
Juergen E. Fischer
8871be0afa
indentation update
2014-07-02 07:46:03 +02:00
Victor Olaya
05cfd69d13
[processing] overhaul of graphical modeler
2014-06-28 14:54:17 +02:00
Juergen E. Fischer
909a841e74
german translation fix and translation string fix
2014-06-20 16:00:45 +02:00
Juergen E. Fischer
8cd467bea2
generate context_help and function_help in the same order
2014-06-20 14:22:42 +02:00
Juergen E. Fischer
08cd87be44
processing: (redundant) translation string fixes
2014-06-20 09:58:53 +02:00
Juergen E. Fischer
3682384675
indentation update
2014-06-13 09:03:15 +02:00
volaya
023fc007e6
Merge pull request #1389 from radosuav/small_processing_fixes
...
[processing] Small fixes
2014-06-12 09:30:56 +02:00
Alexander Bruy
a37b7e4e72
[processing] handle non-ASCII characters in modeller algorithm list
2014-06-04 12:51:37 +03:00
Victor Olaya
9c5c25772b
[processing] first implementation of github-based resources manager
2014-06-02 22:45:46 +02:00
Victor Olaya
6c9f7d77ee
[processing] helpfiles for scripts/models are now stored as json
2014-06-02 22:45:45 +02:00
Victor Olaya
ec79fa9a08
[processing] added missing parameter definition string
2014-05-30 18:50:22 +02:00
Victor Olaya
f4e95c4261
[processing] Added extent parameter to RasterLayerBoundsAlgorithm.py
2014-05-30 18:45:39 +02:00
Rado Guzinski
3799f115b4
[processing] Search for description files also in the sub-directories of the script/model directory
2014-05-26 17:39:35 +02:00
Juergen E. Fischer
5b2824f788
indentation update
2014-05-21 22:18:59 +02:00
Victor Olaya
7f218c7295
[processing] fixes in modeler to make multiple inputs work correctly
2014-05-21 17:36:22 +02:00
Victor Olaya
1e4d6a9a73
[processing] fixed issue in modeler with hidden params
2014-05-21 17:36:14 +02:00
Victor Olaya
6ea91c4bec
[processing] removed debug line
2014-05-21 17:35:05 +02:00
Alexander Bruy
1507f0db88
[processing] add new output type - directory
2014-05-16 15:45:21 +03:00
Juergen E. Fischer
df4360b0c8
identation update
2014-05-02 10:36:30 +02:00