121 Commits

Author SHA1 Message Date
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
Juergen E. Fischer
95687a281a fix typos 2014-06-13 09:08:25 +02:00
Juergen E. Fischer
3682384675 indentation update 2014-06-13 09:03:15 +02:00
volaya
023fc007e6 Merge pull request #1389 from radosuav/small_processing_fixes
[processing] Small fixes
2014-06-12 09:30:56 +02:00
Victor Olaya
21f0b4f449 [processing] some cleaning in saga algorithms 2014-06-12 00:31:33 +02:00
Victor Olaya
7d4659da03 [processing] fixed wrong imports 2014-06-10 22:39:11 +02:00
Victor Olaya
744db2ff5a [processing] Do not throw exception if help file does not contain valid json 2014-06-10 22:39:10 +02:00
Victor Olaya
ae47c1a397 [processing] some file restructuring 2014-06-10 22:39:08 +02:00
Victor Olaya
0009040ed5 [processing] made postprocessing code more pythonic 2014-06-10 22:39:07 +02:00
Victor Olaya
d8dfdd25f1 [processing] rst files are now the default for help files 2014-06-08 20:00:02 +02:00
Victor Olaya
414d371376 [processing] catch error when local help files fail when trying to find version number of script 2014-06-08 20:00:00 +02:00
Victor Olaya
5b912322f7 [processing] some minor cleaning 2014-06-08 19:59:59 +02:00
Victor Olaya
dc0f34957a [processing] added gdal algs to simplified interface, replacing saga ones 2014-06-08 19:59:59 +02:00
Victor Olaya
9c5c25772b [processing] first implementation of github-based resources manager 2014-06-02 22:45:46 +02:00
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