volaya
bee4068b89
[processing] handle provider modifications when settings have been edited
2016-04-27 13:36:28 +02:00
volaya
f33749ab9d
[processing] different approach for provider add/remove
2016-04-27 10:09:28 +02:00
volaya
ff85bfe461
[processing] print full stacktrace to log when a provider cannot be loaded
2016-04-26 08:35:32 +02:00
rldhont
e765bb6dd1
[Processing] Fix when iface is None
2016-04-20 14:52:46 +02:00
volaya
297f4669fd
[processing] added preconfigured algorithms
2016-04-07 12:03:39 +02:00
Septen
f0be0457d5
Typo fixes.
2016-03-23 15:25:15 +03:00
Septen
736be486e7
Typo fixes. Stylystic fixes.
2016-03-23 05:43:59 +03:00
Septen
d5acc211c8
ParameterMultipleInput minor fixes.
2016-03-23 01:22:44 +03:00
Septen
4a046b7db1
Merge branch 'master' of git://github.com/qgis/QGIS
2016-03-22 23:51:59 +03:00
Septen
d312be9f18
(ref #12580 ).ParameterMultipleInput:allow to define min number of
...
inputs.
2016-03-22 02:35:03 +03: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
Matthias Kuhn
01cc455d2d
[processing tests] Improve test debug messages
2016-03-15 11:08:46 +01:00
Matthias Kuhn
9852d6d74f
Improve debug output of processing tests
2016-03-14 22:01:51 +01:00
Juergen E. Fischer
fb3fcfa3a0
Python3/Qt5/2to3 updates:
...
* pyqtwrappers update (add QtNetwork, QtXml, QtSql, QtTest, uic)
* 2to3 updates
* move QPyNullVariant/NULL to PyQt.QtCore
* add global unicode/basestring/long for Python3
* expand QtGui, QtCore module and star exports
* Qscintilla2
* replace Set import with set builtin
2016-03-14 20:38:20 +01:00
Matthias Kuhn
e6785ba513
Be more verbose on exceptions in geoalgorithms
2016-03-10 12:14:29 +01:00
Matthias Kuhn
61366583b1
[processing] Fix default argument is SilentProgress for GeoAlgorithm.execute()
2016-03-10 12:14:28 +01:00
Alexander Bruy
0571395919
indentation
2016-03-01 19:02:30 +02:00
volaya
af8a62d93e
[processing] alg menus can now be configured from Processing options
2016-03-01 15:57:32 +02:00
Alexander Bruy
5df0ce04e8
[processing] replace fTools and GdalTools plugins with Processing
2016-03-01 15:57:32 +02:00
Alexander Bruy
58d40d16fa
[processing] add ParameterPoint for selecting point on canvas ( fix #5733 )
2016-02-29 12:41:26 +02:00
Alexander Bruy
f36214c567
Merge pull request #2808 from m-kuhn/proclogtitle
...
[processing] always translate debug messages tab title (fix #14287 )
2016-02-18 19:38:36 +02:00
Matthias Kuhn
bcd3d92fa9
Always translate Processing debug messages tab title
...
Fix #14287 (Redmine)
2016-02-18 14:44:25 +01:00
Alexander Bruy
61a92e2fac
[processing] convert messages to unicode ( fix #14286 )
2016-02-18 14:09:34 +02:00
Médéric RIBREUX
5d19a3b21b
[Processing] Fix ParameterNumber float detection (with unit tests)
2016-02-09 20:07:32 +01:00
Matthias Kuhn
ff04fd3b52
[processing] Add test suite
2016-02-04 13:36:43 +01:00
Matthias Kuhn
b956886e81
[processing] Initialize icons before first usage
2016-02-04 13:35:16 +01:00
volaya
0af700652e
[processing] do not recreate algs tree when removing provider
...
This should fix the problem of QGIS taking to long to shutdown if there are plugins that add algorithms to Processing
2016-02-03 11:41:48 +01:00
Nyall Dawson
cbe8cb7282
Formatting update, using newer autopep8 version
2016-01-30 09:33:24 +11:00
volaya
4c2c905c32
[processing] added option to not show disabled providers tooltip
2016-01-29 14:09:06 +01:00
volaya
8ade74cadd
[processing] show wait cursor while updating alg list
2016-01-21 09:01:27 +01:00
Alexander Bruy
908a380241
[processing] fix deprecation warnings
2016-01-20 16:39:13 +02:00
Nyall Dawson
7e90d5773f
Whitespace fix
2016-01-19 08:42:02 +11:00
volaya
a63cab77ba
[processing] improvements to log
2016-01-15 11:27:40 +01:00
volaya
931ca4d6d6
[processing] indentation fixes
2016-01-08 12:52:19 +01:00
Alexander Bruy
4137437f2c
PEP8 fixes
2016-01-08 10:32:43 +02:00
volaya
62302377db
[processing] UI/UX improvements
...
Related to QEP #19
Some algorithm description provided by Frank Sokolic
2016-01-08 08:27:22 +01:00
Juergen E. Fischer
34bc4ad788
fix ProcessingParametersTest test
2016-01-07 01:00:28 +01:00
volaya
946f4e4814
[processing] correctly parse default value for boolean parameters upon construction
2016-01-06 09:34:08 +01:00
rldhont
8798c42339
[Processing] Parameter default value is None
2015-12-24 15:14:02 +01:00
rldhont
7754f17a0b
[Processing] Manage default value for parameter
...
To finalize commit 3472ac80d8bdd030090ce81cb686f3cfcbd913cd update processing to well manage default value
2015-12-24 15:14:02 +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
Juergen E. Fischer
9a89408b72
indentation update
2015-11-10 20:21:10 +00:00
volaya
5c1da4ebae
[Processing] correctly parse value of boolean argument for parameters
2015-11-08 23:15:56 +01:00
volaya
f0bbb88944
[Processing] fixed #13790 (issue saving config option)
2015-11-08 16:28:10 +01:00
volaya
227af8ac8e
[processing] brought back 'export model as python' functionality
2015-11-06 14:02:11 +01:00
volaya
11b5092140
[processing] allow output directly on PostGIS tables
2015-11-06 11:36:27 +01:00
volaya
8d8fac46e7
[processing] do not format errors before sending to log
2015-11-06 11:36:25 +01:00
volaya
4692eb526b
[processing] don't use temp folder for default output folder
2015-11-06 11:36:24 +01:00
volaya
edb3cf350e
[processing] add option to add validators to settings
2015-11-06 11:36:22 +01:00