Nyall Dawson
d97a5e3a83
Fix failing indentation test
2016-01-14 10:59:38 +11:00
Nyall Dawson
184db1aa28
Indentation fix
2016-01-14 08:57:04 +11:00
Alexander Bruy
3d44e1f545
[fTools] enable OK button when error occurs ( fix #13104 )
2016-01-13 19:26:39 +02:00
Alexander Bruy
14c858a0b1
[processing] fix crash in ConcaveHull alg when using it from console ( fix #12229 )
2016-01-13 16:40:14 +02:00
Alexander Bruy
9551ca7ca8
Merge pull request #2628 from medspx/work_vnet_processing
...
[Feature][Processing] GRASS v.net modules
2016-01-13 14:49:53 +02:00
Hugo Mercier
b0bfa5feb5
Merge pull request #2662 from mhugo/vlayer_expr
...
Support for expression functions in virtual layers
2016-01-13 12:03:46 +01:00
volaya
f8de083a5b
[Processing] [OTB] fixed wrong command when alg help is not found
...
fixes #14096
2016-01-13 11:06:23 +01:00
volaya
7a879994d4
[processing] fixed frequency analysis algorithm
...
code provided by Joseph Liam
fixes #14090
2016-01-13 09:55:30 +01:00
Alexander Bruy
917ea5c0e3
[processing] add extension to the output vector VRT ( fix #13872 )
2016-01-12 20:24:55 +02:00
Alexander Bruy
3a514269ea
[processing] remove nviz algorithm from modeller ( fix #9107 )
2016-01-12 20:24:55 +02:00
Alexander Bruy
04542a900a
[processing] allow multiple threshold values for GRASS v.clean.advanced algorithm ( fix #13748 )
2016-01-12 20:24:55 +02:00
Matthias Kuhn
04919963f7
Merge pull request #2616 from SebDieBln/FixLayerCountAttribute
...
Remove the 'layercount' attribute in a project file
2016-01-12 10:46:17 +01:00
Matthias Kuhn
b82806218d
Merge pull request #2663 from radosuav/fix_AlgorithmDialogBase_closeEvent
...
[Processing] Fix behaviour of closeEvent in AlgorithmDialogBase
2016-01-12 10:44:54 +01:00
Nyall Dawson
a3cee7df42
Fix spacing
2016-01-12 08:24:13 +11:00
Hugo Mercier
9472c98686
[processing] add a new algorithm to execute SQL thanks to the virtual provider
2016-01-11 18:04:35 +01:00
Hugo Mercier
83a24a3794
[processing] add more possible data providers for input vector layers
2016-01-11 17:15:01 +01:00
radosuav
fe71a3f5e1
[Processing] Fix behaviour of closeEvent in AlgorithmDialogBase
...
Otherwise finished signal is not emitted when dialog closes
2016-01-11 16:38:10 +01:00
Hugo Mercier
1d7b281611
Add qgis functions to db manager and creation ui
2016-01-11 14:11:14 +01:00
Alexander Bruy
716664e749
[processing] try to fix HiDPI issue with Help tab
2016-01-11 14:15:03 +02:00
Hugo Mercier
70f26b66be
Merge pull request #2647 from mhugo/vlayer_gui
...
Virtual layers GUI integration
2016-01-11 12:17:50 +01:00
volaya
be5d657c27
[processing] use simple QLabel widgets for toolbox tips
2016-01-11 09:39:09 +01:00
volaya
473e3ea9c5
[processing] removed unused constant
2016-01-11 09:39:08 +01:00
volaya
e7e845158a
[processing] removed unused code
2016-01-10 23:29:38 +01:00
Juergen E. Fischer
312de68331
spelling fixes
2016-01-10 17:30:17 +01:00
Médéric RIBREUX
89a1ad5ede
Fix indentation problem (as usual)
2016-01-09 18:01:27 +01:00
Médéric RIBREUX
85b87d5d5c
Non variable output version. Adds:
...
* v.net.arcs for v.net 'arcs' operation.
* v.net.articulation for v.net.brdige 'articulation' method.
* v.net.connect for v.net 'connect' operation.
* v.net.nodes for v.net 'nodes' operation.
* v.net.nreport for v.net 'nreport' operation.
* v.net.report for v.net 'report operation.
* Some code simplification.
2016-01-09 16:31:36 +01:00
Juergen E. Fischer
4e1cf3c081
add missing copyright headers
2016-01-08 21:32:11 +01:00
Juergen E. Fischer
bd6169e1ce
spelling fixes
2016-01-08 20:38:43 +01:00
Sebastian Dietrich
d26bd46d99
remove 'layercount' attribute from project file
...
The 'layercount' attribute was not used anyway and the calculated number could already be outdated when loading the project file again due to changes to embedded projects.
2016-01-08 16:10:58 +01:00
Alexander Bruy
8d2f7bb2ee
[processing] correctly write html output in utf-8
2016-01-08 16:50:07 +02: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
volaya
e0a557a9c8
[processing] added AllowUnmatching tag to SAGA 'Add grid values to...' algorithm
2016-01-08 08:14:57 +01:00
Matthias Kuhn
53ae759670
PEP8
2016-01-07 17:10:13 +01:00
Alexander Bruy
b207268e69
add missed license headers in Processing files
2016-01-07 17:52:49 +02:00
Hugo Mercier
8bbdff471c
Fix a bad indentation bug
2016-01-07 15:38:09 +01:00
Juergen E. Fischer
34bc4ad788
fix ProcessingParametersTest test
2016-01-07 01:00:28 +01:00
volaya
41c9da9b0b
[processing] More informative message when cannot compute gdal commands due to wrong params
2016-01-06 10:35:53 +01:00
volaya
943b101501
[processing] added selectionChanged signal to MultipleInputPanel
...
linked signal with GdalAlgorithmDialog
2016-01-06 10:29:38 +01:00
volaya
1f22b432b5
Merge pull request #2633 from medspx/processing_gdal_retile
...
[Processing]Add gdal_retile.py and gdal2tiles.py algorithms
2016-01-06 10:05:02 +01:00
volaya
946f4e4814
[processing] correctly parse default value for boolean parameters upon construction
2016-01-06 09:34:08 +01:00
Médéric RIBREUX
006a1614cf
[Processing]Add gdal_retile.py and gdal2tiles.py algorithms
...
This should fix Redmine #3331
2016-01-04 13:19:46 +01:00
Ujaval Gandhi
899c57a91f
Change comparison back to NULL
...
filter_null method previously filtered the NULL values using NULL type in qgis.core which is a QPyNullVariant.
f9e0093ce7
This was subsequently changed to 'is not None' comparison which is incorrect. The current version fails to filter out the null values.
2016-01-04 11:01:06 +05:30
Médéric RIBREUX
14a6115ee2
Fix indentation (one more time)
2016-01-02 16:48:21 +01:00
Médéric RIBREUX
d6fbe93f0a
Fix indendation problems (as usual)...
2016-01-02 16:14:41 +01:00
Médéric Ribreux
af01652650
[Feature][Processing] GRASS v.net modules
2016-01-02 14:31:56 +01:00
Salvatore Larosa
88a197b20f
[processing] fix missing import for Union and Clip algs
2015-12-24 16:26:58 +01:00
rldhont
cc2fb2efda
[Processing] Update gui
2015-12-24 15:14:02 +01:00
rldhont
9da4a76e6f
[Processing] update parameters test
2015-12-24 15:14:02 +01:00