1214 Commits

Author SHA1 Message Date
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
Alexander Bruy
f9c2b91e52 [processing] use list widget in Multiple selection dialog 2013-10-21 19:12:21 +03:00
Alexander Bruy
af5a3a5d63 [processing] add warning before clearing log 2013-10-18 20:42:36 +03:00
Alexander Bruy
231f4e8444 [processing] homogenize widgets used for ParameterNumber (fix 8807) 2013-10-12 11:51:46 +03:00
Victor Olaya
0f1a27292d [processing] fixed breaklines in script help 2013-10-12 10:48:38 +02:00
Victor Olaya
9de0a3165d [processing] fixed wrong signal connection 2013-10-10 13:11:29 +02:00
Victor Olaya
0150fe7c98 [processing] minor bug fixes 2013-10-07 18:46:43 +02:00
Victor Olaya
cd69462476 [processing] fixed #8770 (error in batch processign interface) 2013-10-06 13:47:23 +02:00
Victor Olaya
1b04c51825 [processing] fixed commandline names in gdal algorithms 2013-10-06 13:39:20 +02:00
Victor Olaya
acbd165539 [processing] some refactoring. Removed old-style signals connection 2013-10-06 13:35:57 +02:00
Victor Olaya
17f3f79fc6 made algorithms that require open layers (not just file paths) not to appear in modeler ant batch processign interface 2013-10-06 13:30:42 +02:00
Alexander Bruy
b8a7a2ad86 [processing] add QtDesigner .ui file for Number input dialog 2013-10-03 10:55:16 +03:00
Alexander Bruy
60bf80c3f3 [processing] use QtDesigner .ui for Autofill dialog 2013-10-02 20:51:09 +03:00
Alexander Bruy
a763e28ea5 [processing] use QtDesigner .ui for Multiple selection dialog 2013-10-02 20:51:09 +03:00
Alexander Bruy
7cb0be0806 [processing] use QtDesigner ui file for Edit rendering styles dialog 2013-10-02 17:05:34 +03:00
Alexander Bruy
498a5d9ab8 [processing] code formatting, make sources more pep8 compliant 2013-10-02 16:24:10 +03:00
Victor Olaya
983066a9f8 [processing] minor fixes 2013-09-25 00:29:47 +02:00
Victor Olaya
2b61f793f9 [processing] renmed setting group from ProcessingQGIS to Processing 2013-09-25 00:29:46 +02:00
Victor Olaya
3b07aff497 Fixed issue when using multiple vector inputs 2013-09-25 00:29:44 +02:00
Victor Olaya
e4c60adcd3 [processing] better error handling and some minor fixes
solved issue with trailing characters when calling mkdir
solved issue with non-ascii characters in help files
2013-09-23 13:32:23 +02:00
Alexander Bruy
3833ddf876 [processing] if min and max values not set use redefined ones 2013-09-22 16:27:22 +03:00
Alexander Bruy
05a94811ca [processing] consider min and max values for int values 2013-09-22 14:48:21 +03:00
Victor Olaya
54a960f9ec [processing] some code cleaning 2013-09-21 12:48:23 +02:00
Victor Olaya
1517e58ae7 test models and scripts are now hidden 2013-09-21 12:48:20 +02:00
Juergen E. Fischer
51297d5990 indentation update (note to self: always run scripts/prepare-commit.sh before committing) 2013-09-17 12:41:43 +02:00
Alexander Bruy
30a271c643 [processing] several fixes in config dialog 2013-09-16 15:58:30 +03:00
Victor Olaya
df257ea917 [processing] corrected fix introduced in 7fc592989f26c346e72465e43a5ed790d67968ac 2013-09-15 18:45:36 +02:00
Victor Olaya
fe02237829 [processing] fixed issue with non-visible outputs in batch processign interface 2013-09-15 18:45:35 +02:00
Alexander Bruy
07efdbefaf follow up 702445960f 2013-09-15 15:59:04 +03:00
Victor Olaya
048c26a1f3 [processing] cleaned up options (threaded execution and table-like parameters dialog 2013-09-15 13:54:24 +02:00
Victor Olaya
a5f0e4b18a [processing] Reduced number of conversion operation when running saga algorithms 2013-09-15 13:54:23 +02:00
Alexander Bruy
2d101c4655 fix rebase conflicts 2013-09-15 14:30:59 +03:00
Alexander Bruy
bea69b00d8 use default style for R code 2013-09-15 14:30:58 +03:00
Alexander Bruy
0c94067b32 fix rebase issues 2013-09-15 14:30:58 +03:00
Alexander Bruy
ca22774589 [processing] start work on R lexer 2013-09-15 14:30:58 +03:00