arnaud.morvan@camptocamp.com
c369710667
Calculate min coverage on execution
2016-09-04 17:58:17 +02:00
Alexander Bruy
65db336eaf
[processing] move some constants to the dataobjects module
2016-09-02 09:28:45 +03:00
volaya
008d3cd79a
[processing] fixed extent selection from batch processing interface
...
fixes #15408
2016-08-23 14:41:20 +02:00
Marco Bernasocchi
f9ab7223fc
[processing] ParameterTableMultipleField type added
...
This adds a widget with multiple column attributes selector
2016-06-03 09:27:51 +02:00
Alexander Bruy
2f5c3a570a
[processing] fix expressions handling in ParameterString ( fix #14834 )
...
Add initial set of tests for ParameterString
2016-05-23 14:28:10 +03:00
volaya
a7f41dc4c5
[processing] do not reject string parameters if they contain an unparsable expresion
2016-05-17 08:06:56 +02:00
Alexander Bruy
0c8f6f7fbb
fix indentation and typo
2016-05-13 09:32:13 +03:00
Alexander Bruy
730c5806aa
Merge branch 'processing_exps' of https://github.com/volaya/QGIS into processing_exps
...
Conflicts:
python/plugins/processing/gui/NumberInputPanel.py
python/plugins/processing/gui/OutputSelectionPanel.py
2016-05-13 09:26:55 +03:00
Denis Rouzaud
8071acd064
move PyQt compat folder to python/qgis
2016-04-29 14:10:26 +02:00
volaya
2535c0a9c1
[processing] better expression context building
2016-04-26 08:33:57 +02:00
volaya
ac0bff32bf
[processing] added support for expressions in some input params and outputs
2016-04-25 14:21:13 +02:00
volaya
297f4669fd
[processing] added preconfigured algorithms
2016-04-07 12:03:39 +02:00
Juergen E. Fischer
2526d3e3c8
processing: switch to pyqt wrappers, flake8 fixes
2016-03-21 17:00:25 +01:00
Juergen E. Fischer
c6d921729e
python fixes:
...
* issues identified by pyflakes (star and unused imports)
* pyqtwrapper: add QtSvg
* some exceptions e.message => unicode(e)
* some translations tr("..." % foo) => tr("...") % foo
* TODO:
python/console/console_sci.py:547 QsciScintillaCompat?
python/plugins/db_manager/dlg_query_builder.py:304 pop_up_error?
2016-03-15 17:25:23 +01:00
Alexander Bruy
58d40d16fa
[processing] add ParameterPoint for selecting point on canvas ( fix #5733 )
2016-02-29 12:41:26 +02:00
Matthias Kuhn
f0629ea5a9
[processing] Allow test creation from history window
2016-02-04 13:36:43 +01:00
Nyall Dawson
7e90d5773f
Whitespace fix
2016-01-19 08:42:02 +11:00
volaya
4c34871f0a
[processing] fixed problems when opening/removing layers while alg dialog is open
2016-01-18 15:02:10 +01:00
Juergen E. Fischer
6c3141b605
fix #13964
2015-12-09 08:56:15 +01:00
Juergen E. Fischer
56b5d4e723
indentation update
2015-09-26 19:53:10 +02:00
volaya
1340f4d4f1
[processing] added 'run as batch' button in algorithm dialog
2015-09-24 13:10:41 +02:00
Salvatore Larosa
05487935ef
[processing] save geometry for the algorithm dialog
2015-09-11 10:01:39 +02:00
Juergen E. Fischer
b39055b39c
indentation update (now including autopep8)
2015-08-22 14:29:41 +02:00
volaya
83f3a5893c
[processing] added check to ensure input layers are valid
2015-06-23 09:07:52 +02:00
volaya
3f7b1824cd
[processing] correctly handle multiple vector layers
2015-06-11 09:28:48 +02:00
volaya
70023dbd2f
[processing] do not close window after executing algorithm if there are problems
2015-05-20 21:11:41 +02:00
arnaud.morvan@camptocamp.com
84936e59e7
Add ParameterGoemetryPredicate and use it in XxxByLocation algorithms
2015-02-06 15:00:18 +01: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
c8b90186b1
[processing] fix exception raising ( fix #11842 )
2014-12-11 14:36:49 +02:00
Alexander Bruy
42f16efe6a
[processing] refactor batch processing dialog and update related parameters widgets
2014-11-17 20:03:31 +02:00
Alexander Bruy
bec113b1bc
[processing] refactor algortim dialog
...
Now we have base class AlgorithmDialogBase for all algortims. Dialogs
for algorithms and batch processes should be created by subclassing this
base dialog and adding to it corresponding parameters panel.
ParametersPanel for single algorthm already updated to this approach.
2014-11-17 20:03:31 +02:00