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
Rado Guzinski
2982b57dd2
[processing] Sort algorithms when updating provider alg list.
2014-06-27 13:33:08 +02:00
Rado Guzinski
f89d27506d
[processing] Give an option for all file types to be used as input layer to processing algorithms.
2014-06-27 13:30:54 +02:00
Nyall
0a7e69c6a0
[processing] Add [not set] option for field combos when parent layer changes ( fix #10728 ), also fix some strings displaying with extra spaces
2014-06-27 08:33:32 +10:00
volaya
cfe43c3573
fixed #10669
2014-06-22 16:50:15 +02:00
Victor Olaya
2b234d929f
[processing] provide some more info in batch processing interface
2014-06-20 23:18:38 +02:00
Victor Olaya
f4cb03ac29
[processing] fixed batch processing when there are no visible outputs
2014-06-20 23:18:36 +02:00
Victor Olaya
2e9a088e44
[processing] fixed layer selector panel to use file filter
2014-06-20 23:18:36 +02:00
Juergen E. Fischer
e8d4732f41
osgeo4w: also fix quoting in qgis-dev postinstall (followup e4dd900)
2014-06-20 23:09:17 +02:00
volaya
caa7d5b01e
[processing] fixed rendering of batch processing dialog
2014-06-20 23:05:51 +02:00
volaya
9256ca5b5c
[processing] force process events when algorithms report progress
...
Not the ideal way of doing it, but it will do the trick until we safely put algorithms in a different thread
Some cleaning of the main alg execution dialog
2014-06-20 23:05:51 +02:00
Victor Olaya
72d33852f1
[processing] added extension option to ParameterFile.py
2014-06-16 12:04:26 +02:00
volaya
a5e5a0e22c
[processing] changed how toolbox is updated after adding/removing provider
2014-06-13 14:09:41 +02:00