This website requires JavaScript.
Explore
Help
Sign In
sharpetronics
/
QGIS
Watch
1
Star
0
Fork
0
You've already forked QGIS
mirror of
https://github.com/qgis/QGIS.git
synced
2025-02-25 00:58:06 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
QGIS
/
python
/
plugins
/
processing
/
script
History
rldhont
bb41cceb34
[Processing] Fix getParameterDescriptions
...
Add import json for script and r return descs and not None
2016-05-31 17:25:05 +02:00
..
__init__.py
…
AddScriptFromFileAction.py
[processing] separated alglist to its own module
2016-05-23 19:36:16 +02:00
CMakeLists.txt
[processing] removed scripts
2014-07-06 20:51:59 +02:00
CreateScriptCollectionPluginAction.py
[processing] allow creating new plugin from toolbox with scripts
2016-05-30 10:41:45 +02:00
ScriptAlgorithm.py
[Processing] Fix getParameterDescriptions
2016-05-31 17:25:05 +02:00
ScriptAlgorithmProvider.py
[processing] allow creating new plugin from toolbox with scripts
2016-05-30 10:41:45 +02:00
ScriptSelector.py
fix typo in import
2016-05-30 17:36:42 +03:00
ScriptUtils.py
[processing] support multiple scripts/models folders (
fix
#10476
)
2016-05-26 13:56:21 +03:00
snippets.py
indentation update (now including autopep8)
2015-08-22 14:29:41 +02:00
WrongScriptException.py
…