volaya
9f2c544bff
[processing] fixed rendering styles dialog
...
fixes #12583
2015-04-28 09:30:28 +02:00
Nyall Dawson
7b57cafb5a
Standardise use of red minus icon ( fix #12425 )
2015-03-23 18:21:47 +11:00
Alexander Bruy
30c5bad91d
[processing] fix error in MultipleFileInput selector when user press
...
Cancel button
2015-03-04 13:01:32 +02:00
Martin Dobias
c9682e550b
Fix #11951 - support for output directory in batch processing
2015-02-20 11:18:00 +07:00
Juergen E. Fischer
4a44956222
fix processing plugin main translation and add translations
...
for toplevel toolbox entries (fixes #12168 )
2015-02-13 20:32:18 +01:00
Juergen E. Fischer
f76d7301a3
indentation update/fix (followup 9ab22bd)
2015-02-11 13:49:07 +01:00
arnaud.morvan@camptocamp.com
84936e59e7
Add ParameterGoemetryPredicate and use it in XxxByLocation algorithms
2015-02-06 15:00:18 +01:00
volaya
e219a144bf
Merge pull request #1886 from radosuav/processing_fix
...
[Processing] Don't fill empty fields in batch mode with 0.
2015-02-06 08:18:52 +01:00
radosuav
f6d533a807
[Processing] Don't fill empty fields in batch mode with 0.
...
Should fix #12119
2015-02-05 15:03:01 +01:00
Alexander Bruy
b456f4d69c
[processing] restore missed icons in various dialogs
2015-02-03 11:23:22 +02:00
Giovanni Manghi
2a339082c4
fix enconding in processing when input layer names have non ascii chars
2015-02-03 08:06:27 +00: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
radosuav
4aafa92ec2
[Processing] Fix bug in setting default parameter values in batch mode.
2015-01-22 14:32:29 +01:00
volaya
00cb6800aa
[processing] fixed wrong import
2015-01-22 13:23:42 +01:00
radosuav
82f043c28c
[Processing] Add support for input rasters with sublayers.
2015-01-20 12:36:46 +01:00
Alexander Bruy
c5cb2f802e
[processing] i18n support for lastools provider
2015-01-17 11:24:54 +02:00
volaya
908d6b3cf9
[processing]download and store help files when downloading from script/models repo
...
Fixes #11979
2015-01-15 10:35:44 +01:00
Alexander Bruy
c800a8cd74
[processing] fix extent selection in batch mode ( fix #11878 )
2014-12-18 09:47:24 +02:00
Alexander Bruy
e31027c840
[processing] fix column autofill in batch mode ( fix #11876 )
2014-12-18 09:18:40 +02:00
Alexander Bruy
c8b90186b1
[processing] fix exception raising ( fix #11842 )
2014-12-11 14:36:49 +02:00
Alexander Bruy
50620533e7
[processing] fix rows addition in batch processing interface
2014-12-11 11:45:38 +02:00
volaya
e4c9a20205
[processing] show layers in alphabetical order in dropdown menu
2014-12-03 15:55:53 +01:00
volaya
ac0eddaea1
[processing] Add snippet collection to script editor
...
The list of snippets is still very short, but the snippet management logic is added in this commit
2014-11-21 15:02:20 +01:00
volaya
336fe99af1
[processing] remember last output folder in batch interface
2014-11-21 09:23:38 +01:00
volaya
09c6b2b346
[processing]removed unused code
2014-11-21 09:07:30 +01:00
Alexander Bruy
5e6f4c2fae
[processing] correctly handle editable and non-editable fixed tables ( fix #11602 )
2014-11-19 12:02:20 +02:00
Alexander Bruy
4c24666c87
[processing] add open script action to script editor
2014-11-19 12:02:20 +02:00
Alexander Bruy
05830c2c1d
[processing] handle ints and floats in range parameter panel
2014-11-17 20:03:31 +02:00
Alexander Bruy
42f16efe6a
[processing] refactor batch processing dialog and update related parameters widgets
2014-11-17 20:03:31 +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
c4e5ff75b9
[processing] update layer selector widget
2014-11-17 20:03:31 +02:00
Alexander Bruy
20682a7c49
[processing] update fixed table widget and dialog
2014-11-17 20:03:31 +02:00
Alexander Bruy
2a8fabfeea
[processing] fix typo
2014-11-17 20:03:31 +02:00
Alexander Bruy
95650c43a5
[processing] rename number selector to keep consistency
2014-11-17 20:03:31 +02:00
Alexander Bruy
06e6e71841
[processing] update range input widget
2014-11-17 20:03:30 +02:00
Alexander Bruy
c9a90d9a08
[processing] don't override default selection mode in ui file
2014-11-17 20:03:30 +02:00
Alexander Bruy
2851c5a2fa
[processing] update MultipleFileInputDialog
2014-11-17 20:03:30 +02:00
Alexander Bruy
6fb32687c4
[processing] remove MultipleFileInputPanel as it duplicates MultipleInputPanel
...
homogenize UI in FileSelectionPanel and RenderinStylePanel, remove inused imports
2014-11-17 20:03:30 +02:00
Alexander Bruy
28c03a1cd9
[processing] remove similar widgets (use generic one instead)
2014-11-17 20:03:30 +02:00
Alexander Bruy
c3d230c0ca
[processing] update extent selection widget
2014-11-17 20:03:30 +02:00
Alexander Bruy
24a3e227a5
[processing] update projection selector widget
2014-11-17 20:03:29 +02:00
Alexander Bruy
6ff487702d
[processing] replace two similar dialogs with generic one
2014-11-17 20:03:29 +02:00
Juergen E. Fischer
f2b7c0fcf8
handle unset setting values in processing ( fixes #11340 )
2014-10-22 01:21:45 +02:00
volaya
e4b4d5764e
[processing] removed repeated algorithms from simplified mode
2014-10-19 23:02:33 +02:00
volaya
fad44d0330
[processing] fixed autofill in batch processing interface
...
Fixes #11435
2014-10-19 00:19:07 +02:00
volaya
eb998de282
[processing] removed border in table in batch processing dialog
2014-10-18 18:05:01 +02:00
volaya
de91734fc8
[processing] fixed issue when running models in a batch process
...
Fixes #11438
2014-10-18 16:37:04 +02:00