173 Commits

Author SHA1 Message Date
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
Alexander Bruy
b1e7ede36b [processing] more robust layer sorting in multiple selection widget (fixes #11429) 2014-10-18 11:19:53 +03:00
Salvatore Larosa
bb723027f4 [processing] Fixes #11363 - help file is created but not shown in the Help tab 2014-10-08 19:04:42 +02:00
Salvatore Larosa
dcdf9fb7f6 [processing] Fixes #11345 - Python error while using Get script from online scripts collection 2014-10-07 22:26:58 +02:00
volaya
6cf39a532a [processing] fixed list of algorithms in simplified mode 2014-10-06 07:35:23 +02:00
Werner Macho
2353edc10b fix typo
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-10-05 00:19:41 +02:00
Alexander Bruy
e0fc515af0 [processing] show layers sorted only for single selection widget and use
legend order for multiple selection
2014-10-05 00:02:31 +03:00
Werner Macho
70604b92c7 another typo fix 2014-10-04 16:38:01 +02:00
Alexander Bruy
b9f89ae2b1 [processing] fix algorithm execution 2014-10-04 14:05:51 +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
volaya
46effa1822 [processing] better-looking params ui (removed widget border) 2014-10-04 10:35:30 +02:00
volaya
953f977073 fixed #10986 2014-10-03 19:29:00 +02:00
Alexander Bruy
ace704a424 [processing] use checkbox for boolean parameters 2014-09-24 12:11:33 +03:00
Alexander Bruy
986bd1c41a [processing] add "Save as" functionality to History dialog (fix #10086) 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
Rado Guzinski
38390bf725 [Processing] Add *.* file filter to batch processing input panel 2014-07-22 11:25:59 +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
877f07ab5d [processing] fixes in model/script downloader 2014-07-12 10:50:41 +02:00
Victor Olaya
784b46bbcd [processing] allow adding core processing algs using scripts 2014-07-11 09:06:34 +02:00
Juergen E. Fischer
2595e02f40 fix build error (followup ba8f3881) 2014-07-10 02:55:29 +02:00
Victor Olaya
ba8f388122 [processing] fixed cmake 2014-07-10 01:18:01 +02:00
Juergen E. Fischer
8871be0afa indentation update 2014-07-02 07:46:03 +02:00
Victor Olaya
1eff31ad96 [processing] add 'optional' label to optional parameters in input dialog 2014-06-30 07:38:38 +02:00
alexbruy
6def4b60ff Merge pull request #1446 from volaya/new_modeler
[processing] overhaul of graphical modeler
2014-06-29 12:34:27 +03:00
Victor Olaya
9c95cdd9d4 [processing] better handling of col sizes in batch interface 2014-06-28 17:07:47 +02:00
Victor Olaya
a794c71e45 [processing] fixed #10445 2014-06-28 17:07:46 +02:00
Victor Olaya
05cfd69d13 [processing] overhaul of graphical modeler 2014-06-28 14:54:17 +02:00
volaya
5c9cb5a0cd Merge pull request #1490 from radosuav/small_processing_fixes2
[processing] Small fixes 2
2014-06-28 09:09:35 +02:00