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
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
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
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
Michael Kirk
afcf567ebb
[Processing] fixup parameters test
...
- Broke into per class testcase
- Each method tries to test only one aspect of behavior
- Use unittest assertions for better error output
- Removed non-existant serialize functionality from tests
- Test BooleanParameter
Conflicts:
python/plugins/processing/core/parameters.py
2015-12-24 15:14:02 +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
Matthias Kuhn
80de178d9e
Indentation fix
2015-12-20 10:12:18 +01:00
Juergen E. Fischer
02696c71d4
include virtual layer provider in packaging
2015-12-19 15:19:36 +01:00
Hugo Mercier
9e14f09862
Add a plugin to DB Manager to support virtual layers
2015-12-18 19:45:58 +02:00
Matthias Kuhn
4f2da483ac
Indentation update
2015-12-15 16:24:12 +01:00
volaya
95b92c7960
[processing] correctly export multiline strings as python parameters from modeler
...
fixes #13830
2015-12-15 14:57:29 +01:00
volaya
4fbf4cf3ad
Merge pull request #2566 from radosuav/processing_fixes
...
[Processing] Three small fixes
2015-12-15 12:43:26 +01:00
volaya
08a8b6095f
[processing] modified how user folder is defined
...
This should have no effect on a normal QGIS desktop installation, but improve using Processing when not running on top of a regular QGIS instance.
2015-12-15 12:38:05 +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
a53ba16934
Merge pull request #2451 from spono/patch-5
...
[Processing] Update GridMetrics.py
2015-12-15 08:14:43 +01:00
volaya
9c0ee36c49
Merge pull request #2469 from spono/patch-13
...
[Processing] Update FilterData.py
2015-12-15 08:14:10 +01:00
volaya
7f3cc35b10
Merge pull request #2467 from spono/patch-11
...
[Processing] Update Cover.py
2015-12-15 08:10:57 +01:00
Nyall Dawson
19ff7de06d
Fix indentation
2015-12-15 11:22:39 +11:00
Sebastian Dietrich
dd2a422e9b
Remove menu items when GDALtools plugin is unloaded ( fixes #13642 )
2015-12-12 14:24:45 +01:00
radosuav
41286e5061
[Processing] Fix issue in setting the subset from canvas extent.
2015-12-11 12:57:24 +01:00