1148 Commits

Author SHA1 Message Date
Victor Olaya
6c9f7d77ee [processing] helpfiles for scripts/models are now stored as json 2014-06-02 22:45:45 +02:00
Victor Olaya
ff2435300f [processing] Use certain gdal algs in simplified mode instead of saga ones 2014-06-02 22:45:44 +02:00
Victor Olaya
e4d0f15511 [processing] fixed #10364 2014-05-27 00:16:17 +02:00
Rado Guzinski
2ef7dcf6b9 [processing] Update Processing toolbox when a provider is added or removed 2014-05-26 18:36:12 +02:00
Rado Guzinski
aa43059d5a [processing] Make sure the log tab is visible before executing an algorithm 2014-05-26 17:54:28 +02:00
Victor Olaya
afc65f22fe [processing] added missing import 2014-05-22 12:42:28 +02:00
Juergen E. Fischer
5b2824f788 indentation update 2014-05-21 22:18:59 +02:00
Victor Olaya
293ac60722 [processing] removed interface module
now all access to the interface is done through qgis.utils.iface
2014-05-21 17:35:48 +02:00
Victor Olaya
fcc24e9be2 [processing] added checkboxes to multiple input selector 2014-05-21 17:35:40 +02:00
Victor Olaya
9733ae8e50 [processing] fixed issue when opening loaded layers in batch interface (#10277) 2014-05-21 17:34:57 +02:00
Victor Olaya
ef8383a752 [processing] remove unnecessary print sentences 2014-05-21 17:34:49 +02:00
Victor Olaya
c1a2ac8678 [processing] changed dialog from critical to warning 2014-05-21 17:34:24 +02:00
Alexander Bruy
1507f0db88 [processing] add new output type - directory 2014-05-16 15:45:21 +03:00
Alexander Bruy
57b450aae5 [processing] fix error when editing script help 2014-05-05 16:27:07 +03:00
Juergen E. Fischer
df4360b0c8 identation update 2014-05-02 10:36:30 +02:00
Victor Olaya
1610d63a03 [processing]improved script editor dialog 2014-04-24 18:33:57 +02:00
Victor Olaya
79757fabee [processing] some fixes in help system 2014-04-24 18:33:56 +02:00
Victor Olaya
dce4a771ff [processing] store settings using QSettings instead of in a dedicated file 2014-04-23 22:01:35 +02:00
Juergen E. Fischer
f355ea6d7c identation update 2014-04-19 22:14:33 +02:00
Victor Olaya
bce5b899a2 [processing] improvements in help for algorithms
Avoid creating temporary helpfiles
Added basic converter to convert rst into html on the fly
Added SAGA help files
2014-04-19 20:49:18 +02:00
Victor Olaya
9b277cb040 [processing] refactoring to put all algorithm providers under a single module 2014-04-19 20:49:17 +02:00
Victor Olaya
7ae6a63cf8 [processing]correctly update toolbox after editing/creating/deleting models and scripts 2014-04-19 20:41:10 +02:00
Victor Olaya
5c19713291 [processing] allow selection of open layers in batch interface 2014-04-17 12:43:13 +02:00
Victor Olaya
674fee73b1 Removed MultipleExternalInput parameter and made it a subtype of MultipleInput 2014-04-17 12:43:12 +02:00
Juergen E. Fischer
a7b5a8a574 indentation update 2014-04-06 12:41:09 +02:00
pcav
6d73593d6e Typo in Processing 2014-04-03 12:23:39 +02:00
Alexander Bruy
d19ccb7d6c [processing] don't close dialog if execution fails (fix #9893) 2014-03-28 12:33:11 +02:00
Alexander Bruy
2b458e8895 [processing] show alforithm and help authors in Help tab (fix #8917) 2014-03-28 12:12:18 +02:00
Victor Olaya
6f3046caf1 [processing] fixed error when running script algorithm from script editor (fixes #9905) 2014-03-27 15:13:20 +01:00
Victor Olaya
b74cb427de [processing] improved algorithm filtering in toolbox 2014-03-26 14:57:10 +01:00
Victor Olaya
eb360e0b37 [processing] fixed display ad handling of optional table fields in parameters panel 2014-03-26 14:57:09 +01:00
Victor Olaya
0d63635133 [processing]do not rebuild thhe whole toolbox tree when filtering or updating 2014-03-26 10:23:07 +01:00
volaya
3b7b2b4528 Merge pull request #1134 from CS-SI/otb_processing_update
OTB processing update
2014-03-25 17:49:01 +01:00
volaya
ec0c820a81 Merge pull request #1052 from Oslandia/processing_gui_set_values
[processing] set droplists if parameter values are already set
2014-03-25 17:39:02 +01:00
Alexander Bruy
33740957d4 [processing] make script editor, modeler and results viewer non modal
(fix #9849)
2014-03-25 16:45:59 +02:00
Alexander Bruy
d86a9aa51f [processing] better handling of non-ASCII characters in config dialog
(addresses #9323)
2014-03-24 20:18:44 +02:00
Martin Dobias
8e330e3ad4 [processing] Fix Qt warnings when opening config dialog 2014-02-13 13:25:44 +07:00
Salvatore Larosa
c060164bca [processing] fixes #9328:
addressed: http://hub.qgis.org/issues/9328
2014-02-12 18:58:22 +01:00
Alexia Mondot
cdadc701ee add ParameterMultipleExternalInput parameter type 2014-01-31 11:20:50 +01:00
vmora
af55e98a45 set droplists if parameter values are already set
as a result you can set some parameters in
checkBeforeOpeningParametersDialog and they will be the default in the
interface. This is especially usefull when your algo as a lot of
parameters that you can gues (eg from layer names)
2014-01-03 14:52:49 +01:00
Nathan Woodrow
327f561cdd Fix typo 2014-01-03 20:49:32 +10:00
Nathan Woodrow
79447b92c1 Filter params and output before use. Use Enurmerate to count rows 2014-01-03 20:40:15 +10:00
Nathan Woodrow
797bd3233d Use count function 2014-01-03 20:40:14 +10:00
Nathan Woodrow
44d96825a3 Use set for getFields 2014-01-03 20:40:13 +10:00
Alexander Bruy
e1186f164d [processing] explicitly set window flags for script editor 2013-12-05 09:45:49 +02:00
Richard Duivenvoorde
eedab4f4ca gui tweak: adding margin around processing dialogs 2013-11-22 19:25:35 +01:00
Piotr Pociask
761314197c [processing] Add crs selection panel to scripts 2013-11-06 17:52:43 +01:00
Salvatore Larosa
4ddc948c7b [Fixes #8926, #8987] add alpha channel for rubber band in extentSelector 2013-11-03 15:05:11 +01:00
Alexander Bruy
2dce80b1c8 [processing] fix issue wil multiple selection 2013-10-29 10:54:48 +02:00
Juergen E. Fischer
ec0f0bea28 indentation update and a few fixed typos 2013-10-24 15:26:39 +02:00