Nyall Dawson
|
fd2c18ee16
|
Refactor processing writer to use QgsFeatureSink, and to store
temporary output layers in the provided processing context
Should fix loss of intermediate memory layers when running
a multi-step model
|
2017-04-26 17:38:40 +10:00 |
|
Nyall Dawson
|
b3142a0baf
|
Move provider algorithm handling to QgsProcessingProvider
|
2017-04-07 13:21:28 +10:00 |
|
Nyall Dawson
|
8ffdb362cc
|
Port some processing dataobjects routines to c++
|
2017-04-05 15:27:17 +10:00 |
|
Nyall Dawson
|
d2a242aa95
|
Move format handling flags to QgsAlgorithmProvider
|
2017-04-04 08:15:54 +10:00 |
|
Nyall Dawson
|
26495dbd81
|
[processing] Move dataobjects.getSupportedOutputVectorLayerExtensions
to QgsVectorFileWriter
|
2017-04-03 15:41:32 +10:00 |
|
Juergen E. Fischer
|
f00a87cb8a
|
update translation strings
|
2017-03-05 10:21:24 +01:00 |
|
Juergen E. Fischer
|
a10c890383
|
More QgsSettings updates:
* revives WMS
* QgsSettings::clear() added
* section added to QgsSettings::contains()
* type parameter added to sip binding of QgsSettings.value()
* TODO: customization & evis
|
2017-03-04 02:37:59 +01:00 |
|
rldhont
|
c861682ded
|
[BUGFIX][Processing] Script: get output file extension
|
2017-01-26 16:53:44 +01:00 |
|
Alexander Bruy
|
08e0eacfef
|
[processing] return string from selection type setting when necessary
|
2017-01-18 08:46:56 +02:00 |
|
Martin Dobias
|
63d1cfddc8
|
Fix QgsExpressionContextUtils::projectScope() usage in processing
|
2017-01-06 11:34:55 +08:00 |
|
volaya
|
25d0351d57
|
[processing] fixed creating params and outputs from description strings
|
2016-10-17 14:41:16 +02:00 |
|
arnaud.morvan@camptocamp.com
|
4184934b9a
|
[processing] Apply 2to3 on changes
|
2016-10-05 12:39:01 +02:00 |
|
volaya
|
db7b1e7890
|
[processing] correctly resolve values for hidden outputs
|
2016-10-05 12:38:55 +02:00 |
|
Alexander Bruy
|
3407ced90e
|
fix indentation
Conflicts:
python/plugins/processing/gui/BatchInputSelectionPanel.py
python/plugins/processing/gui/wrappers.py
|
2016-10-05 12:38:50 +02:00 |
|
volaya
|
257faf3083
|
[processing] fixed evaluation of output values
|
2016-10-05 12:38:24 +02:00 |
|
volaya
|
dfb4cdd34b
|
[processing] moved output value evaluation to output object itself
|
2016-10-05 12:38:20 +02:00 |
|
volaya
|
01f380863f
|
[processing] improvements for scripts and R scripts
|
2016-10-05 12:35:01 +02:00 |
|
Juergen E. Fischer
|
31df84aa6b
|
run 2to3 on source
|
2016-09-21 23:30:04 +02:00 |
|
Alexander Bruy
|
65db336eaf
|
[processing] move some constants to the dataobjects module
|
2016-09-02 09:28:45 +03:00 |
|
Alexander Bruy
|
7e26124c2b
|
[processing] support for output geometry types (work in progress)
|
2016-09-02 09:28:32 +03:00 |
|
Alexander Bruy
|
4c39bd12e8
|
[processing] introduce OutputCrs output and add algorithms to get layer CRS in modeler
|
2016-08-05 12:55:26 +03:00 |
|
volaya
|
c080c2035b
|
[processing] fixed default extension selection
|
2016-05-27 11:27:23 +02:00 |
|
arnaud.morvan@camptocamp.com
|
fc5f70c6f5
|
Processing - Support tables with no geometry in OutputVector
|
2016-05-17 14:16:15 +02:00 |
|
Denis Rouzaud
|
8071acd064
|
move PyQt compat folder to python/qgis
|
2016-04-29 14:10:26 +02:00 |
|
Juergen E. Fischer
|
2526d3e3c8
|
processing: switch to pyqt wrappers, flake8 fixes
|
2016-03-21 17:00:25 +01:00 |
|
radosuav
|
9096a64a6c
|
[Processing] Use default value of boolean parameter in the modeler and fix typo in outputs.py
|
2015-12-15 10:57:02 +01:00 |
|
volaya
|
11b5092140
|
[processing] allow output directly on PostGIS tables
|
2015-11-06 11:36:27 +01:00 |
|
Juergen E. Fischer
|
f996c54776
|
indentation update
|
2015-10-30 23:30:16 +01:00 |
|
volaya
|
4f8a27dd64
|
[Processing] add default extensions for outputs as setting
Based on an idea and code by Evgeniy Nikulin
It includes some improvements to the settings sysmte
|
2015-10-24 21:18:17 +02:00 |
|
volaya
|
cbead0bcf4
|
[processing] fixed fileFilter method in OutputRaster
|
2015-10-24 21:18:16 +02:00 |
|
Juergen E. Fischer
|
b39055b39c
|
indentation update (now including autopep8)
|
2015-08-22 14:29:41 +02:00 |
|
Juergen E. Fischer
|
956c155e8f
|
fix python pep8 warnings and fix some revealed errors
pep8 --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701 \
--exclude="ui_*.py,debian/*,python/ext-libs/*" \
.
|
2015-02-01 20:46:47 +01:00 |
|
Alexander Bruy
|
fc6ad27db8
|
[processing] load documentation from online QGIS User Guide
|
2014-12-07 12:52:30 +02:00 |
|
Alexander Bruy
|
3c0a9ed7d0
|
[processing] fix help file generator
|
2014-11-26 15:10:49 +02:00 |
|
Salvatore Larosa
|
659cada5b6
|
[processing] Fixes #11388 - save vector file dialog does not show file ext
|
2014-10-11 21:36:51 +02:00 |
|
volaya
|
c5c4d4164b
|
[processing] fixed string representation of outputs
|
2014-10-06 07:35:24 +02: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 |
|
Alexander Bruy
|
2d835fbae0
|
[processing] replace str() with unicode() to avoid possible issues with
non-ASCII characters (work in progress)
|
2014-08-01 08:29:55 +03:00 |
|
volaya
|
2b0a53bdb7
|
[processing] fixed fileFilter for file outputs
|
2014-07-23 01:19:55 +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 |
|