Alexander Bruy
908a380241
[processing] fix deprecation warnings
2016-01-20 16:39:13 +02:00
volaya
f762380835
[processing] more checks before running model
2016-01-19 12:34:59 +01:00
volaya
b2a12735c5
[processing] fixed update of console call in GdalAlgorithmDialog
...
fixes #14129
2016-01-19 09:03:23 +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
volaya
71b7ea9f93
[processing] allow saving and loading batch processing configurations
2016-01-15 11:27:39 +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
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
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
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
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
volaya
943b101501
[processing] added selectionChanged signal to MultipleInputPanel
...
linked signal with GdalAlgorithmDialog
2016-01-06 10:29:38 +01:00
rldhont
cc2fb2efda
[Processing] Update gui
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
Matthias Kuhn
80de178d9e
Indentation fix
2015-12-20 10:12:18 +01:00
radosuav
41286e5061
[Processing] Fix issue in setting the subset from canvas extent.
2015-12-11 12:57:24 +01:00
Juergen E. Fischer
70e35ff24c
missed a string in 6c3141b
2015-12-09 09:18:58 +01:00
Juergen E. Fischer
6c3141b605
fix #13964
2015-12-09 08:56:15 +01:00
Juergen E. Fischer
079029e354
indentation update
2015-11-29 17:04:56 +01:00
volaya
17e1bd6be3
Merge pull request #2505 from radosuav/processing_extent
...
[Processing] Check layer projection when using it for subset extent
2015-11-27 09:10:27 +01:00
radosuav
c58981fd5e
[Processing] Check layer projection when using it for subset extent
2015-11-26 15:29:35 +01:00
Sab
06357dd31e
Fix problem with QSpinBox error in Processing dialog windows
...
This will cause QGIS to crash, when accessing Processing > Options
items.
2015-11-26 13:12:03 +00:00
Nyall Dawson
53aa583da0
[processing] Use QgsDoubleSpinBox instead of QSpinBox
...
Allows for simple calculations in spin box, adds a reset control
to reset widget to default value
2015-11-18 16:27:04 +11:00
Nyall Dawson
86231d79fa
[processing] Guess sensible step sizes for float spin boxes
2015-11-18 16:26:55 +11:00
Nyall Dawson
ffd9707516
[processing] Fix maximum/minimum not respected for float spinboxes
2015-11-18 16:26:48 +11:00
Juergen E. Fischer
9a89408b72
indentation update
2015-11-10 20:21:10 +00:00
volaya
b2b6823321
Merge pull request #2423 from rldhont/processing_spatialite_output
...
[processing] allow output directly on Spatialite tables
2015-11-09 08:48:34 +01:00
volaya
f3cd3ee7ef
[processing] add log error message when error occurs in postprocessing task
2015-11-08 22:16:32 +01:00
volaya
7e79398601
[processing] fixed adding raster layer to project
...
fixes #13791
2015-11-08 17:55:25 +01:00
volaya
86556c227b
[Processing] corrected wrong change in config dialog
2015-11-08 16:31:45 +01:00
volaya
f0bbb88944
[Processing] fixed #13790 (issue saving config option)
2015-11-08 16:28:10 +01:00
rldhont
e4996d77cd
[processing] allow output directly on Spatialite tables
...
like 11b5092140f5a966dbb2d85cb64face1e927ff90 but for Spatialite
2015-11-06 17:54:58 +01:00
volaya
b05fb0b5b0
[processing] better naming for output memory and postgis layers
2015-11-06 11:36:28 +01:00
volaya
11b5092140
[processing] allow output directly on PostGIS tables
2015-11-06 11:36:27 +01:00
volaya
edb3cf350e
[processing] add option to add validators to settings
2015-11-06 11:36:22 +01:00
volaya
584c86d629
Merge pull request #2403 from medspx/processing_get_scripts_proxy
...
[Processing] Add proxy support for Get scripts and models (fixes #13412 )
2015-11-02 13:29:43 +01:00
Juergen E. Fischer
f996c54776
indentation update
2015-10-30 23:30:16 +01:00
Médéric Ribreux
f2e527f033
[Processing] Add proxy support for Get scripts and models ( fixes #13412 )
2015-10-27 16:20:12 +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
6b8254c922
[processing] fixed FixedTableDialog when there are 0 rows
2015-10-24 21:18:10 +02:00
volaya
5a4a5522c2
[processing] correctly enable buttons in FixedTableDialog
2015-10-24 21:18:09 +02:00
Juergen E. Fischer
8b11d43f57
processing: make help widget proxy aware
2015-10-24 12:41:08 +02:00
volaya
f5b0dbe902
[processing] allow translating algorithm dialog title
...
fixes #13652
2015-10-22 16:50:05 +02:00