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
volaya
545a90de8f
[processing] fixed scrolling to anchor in help pages
...
fixes #13506
2015-10-16 14:00:13 +02:00
volaya
c3839b3ad3
[processing] fixed getMinCoveringExtent when there are multiple input parameters
2015-10-13 20:03:47 +02:00
volaya
19eca9a84b
[processing] do not collapse tree when updating models or scripts
2015-10-06 15:52:28 +02:00
Juergen E. Fischer
e694474f62
indentation update
2015-10-03 21:42:13 +02:00
Salvatore Larosa
67082a9588
[processing] sort alphabetically the online scripts
2015-10-03 14:05:33 +02:00
volaya
e27f6a12c6
[processing] fixed handling null values in Processing settings in Mac
2015-10-01 08:46:09 +02:00
volaya
7ee2ff66d8
[processing] fixed import placement
2015-10-01 08:13:09 +02:00
volaya
7f061d2d75
[processing] fixed adding extension to output filenames in batch interface
...
fixes #10444
2015-10-01 08:11:39 +02:00
volaya
8e971c2a60
[processing] Batch: ensure correct processing of extent params after other params are set
2015-09-29 20:24:04 +02:00
volaya
67d70f8572
[processing] Fix multiple error dialogs in batch processes
...
Errors when postprocessing layers are now added to the log console
2015-09-29 20:24:03 +02:00
volaya
1c69373af1
[processing] fixed issue with min covering extent when layers are passed as layer names
...
#fixes 13441
2015-09-29 20:24:02 +02: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
volaya
4d4ce9495c
[processing] some methods to add Processing algorithms in menus and buttons
2015-09-24 13:10:40 +02:00
volaya
8ed71fbd38
[processing] corrected some issues with i18n names
2015-09-21 07:45:17 +02:00
Salvatore Larosa
62c0ef9ec8
[processing] followup 0548793: remove unused import
2015-09-11 10:04:25 +02:00