Bas Couwenberg
2628c480c5
Don't include revision in sources.
...
Prevent changes to files that weren't changed between releases.
This eases review of the changes between releases significantly.
2019-05-17 16:47:47 +02:00
Nyall Dawson
a38e9e66fc
[processing] Fix layerName= suffix is incorrectly passed to SAGA algorithms
...
Fixes #21569
2019-03-18 18:24:02 +10:00
Harrissou Sant-anna
ea9b09f2dc
Use QGIS user manual for GDAL algorithms help files
...
because they are available for most of the algs and wouldn't be used otherwise. Also when someone hits algA help button, he should be given the algA help and not the main gdal utility doc.
2018-12-27 06:53:19 +10:00
Nyall Dawson
737ab3069a
[processing][gdal] Correctly handle geopackage paths with layername argument
...
Fixes #19938
2018-09-28 14:25:38 +10:00
Nyall Dawson
7a45702b83
[processing][gdal] Fix stylesheet for gdal algorithms
2018-09-28 14:25:38 +10:00
Nyall Dawson
7977450796
[processing][ogr] Fix conversion of non-disk based layer sources
...
to GDAL commands
Fixes #19946
2018-09-28 13:36:50 +10:00
Nyall Dawson
27d447b79d
[processing][gdal] Ignore 'selected features only' setting when
...
creating command preview
Since this has no meaning outside of a QGIS session
Refs #19451
2018-07-25 08:20:07 +10:00
Nyall Dawson
ed94b693e9
[processing][gdal] Fix layer paths are sometimes incorrect within command preview
...
Fixes #19451
2018-07-25 08:20:07 +10:00
Mathieu Pellerin
8f47691a7a
[processing] add gdal command name to tags for better searches ( #6978 )
2018-05-14 11:32:55 +07:00
Nyall Dawson
b3288192ee
[processing] Fix exception when clicking help for GDAL algorithms
2018-05-06 07:13:15 +10:00
Nyall Dawson
4c8b1595a9
[processing] Fix GDAL algorithms do not run with memory layer inputs
...
Breaks execution of mixed QGIS/GDAL algorithms
2018-04-07 15:36:21 +10:00
Nyall Dawson
d164f8ff98
[processing] Disable cancel button for GDAL algorithms
...
The provider doesn't support cancelation
2018-04-03 13:40:48 +10:00
Alexander Bruy
25c5d8dbea
Revert fixes to gdal algorithms, need to investigate further
2018-02-25 08:49:55 +02:00
Alexander Bruy
f3af22e16e
follow up f638b3cb
2018-02-24 20:28:22 +02:00
Alexander Bruy
f638b3cb52
[processing] fix wrong variable name in GDAL alggorithms base class
2018-02-24 19:51:34 +02:00
Nyall Dawson
be962c7d8b
Faster command generation in gdal algorithm dialog, by skipping forced incompatible layer exports
2017-12-08 14:50:03 +10:00
Nyall Dawson
96c7e6e0a6
[processing][gdal] Cleanup some code, add method to customise
...
generated command based on whether the algorithm is actually
executing or just being displayed in the UI as a command
2017-12-08 14:09:08 +10:00
Nyall Dawson
f9750dde52
Port gdal color relief to new API
2017-08-14 05:55:50 +10:00
Nyall Dawson
ab2886dc63
Port gdal assign projection to new api
2017-08-14 05:41:54 +10:00
Nyall Dawson
e33647dc5a
Move OGR processing provider specific methods to GdalUtils
2017-08-14 04:56:24 +10:00
Nyall Dawson
d45215ebc1
Cleanup conversion of input layers to OGR compatible sources
2017-08-14 04:56:24 +10:00
Nyall Dawson
6301ff6606
Resurrect OGR points along lines algorithm
2017-08-14 04:56:24 +10:00
Nyall Dawson
ce8e18da10
Fix overridden function signatures
2017-08-14 04:56:24 +10:00
Nyall Dawson
014833a6ff
Restore gdal algorithm support
2017-08-14 04:56:24 +10:00
Alexander Bruy
a137a7c0f3
[processing] open help in the default webbrowser to be consistent with
...
the rest of QGIS dialogs
2017-06-06 10:51:22 +03:00
Nyall Dawson
87fc31d6de
Adapt more python code to new API
2017-06-06 07:41:19 +10:00
Nyall Dawson
4cb7d18b1c
Push parameters into processAlgorithm and related functions
2017-06-06 07:41:19 +10:00
Nyall Dawson
2d1579d28a
Port algorithm help to QgsProcessingAlgorithm
2017-06-06 07:41:19 +10:00
Nyall Dawson
1e788556f0
Port getCustomParametersDialog to QgsProcessingAlgorithm
2017-06-06 07:41:19 +10:00
Nyall Dawson
03e40f7497
[processing] Remove all remaining algorithm copies
...
Algorithms are no longer copied - just a single const instance
of each algorithm is used
2017-06-06 07:41:19 +10:00
Nyall Dawson
dd4f530cfb
[processing] Pass context argument to processAlgorithm
2017-04-26 12:53:35 +10:00
Nyall Dawson
8ffdb362cc
Port some processing dataobjects routines to c++
2017-04-05 15:27:17 +10:00
Nyall Dawson
faa8a653b2
Move algorithm icon handling to QgsProcessingAlgorithm
2017-04-03 21:17:45 +10:00
Nyall Dawson
26495dbd81
[processing] Move dataobjects.getSupportedOutputVectorLayerExtensions
...
to QgsVectorFileWriter
2017-04-03 15:41:32 +10:00
Juergen E. Fischer
c77172ed3d
fix more flake8 warnings
2017-03-05 10:21:24 +01:00
Nyall Dawson
ede452be85
[processing] Port feedback object to c++
...
Algorithms are now passed a QgsProcessingFeedback object
instead of the loosely defined progress parameter.
2017-01-11 11:11:10 +10:00
Nyall Dawson
04eb293362
[processing] Move some SVG icons out of plugin to themes
...
...and swap to using QgsApplication methods for retrieving cached icons,
implement svgIconPath for providers with SVG icons
2017-01-11 10:55:16 +10:00
Alexander Bruy
7cda002ba2
[processing] configurable help files location for GDAL and GRASS providers
2017-01-09 16:31:13 +02:00
Alexander Bruy
b6d5f35be2
[processing] cleanup OGR dissolve algorithm code
...
Avoid double extensions when creating temp files
2016-11-12 13:31:44 +02:00
Alexander Bruy
cc62c52269
[processing] add icon caching for other providers
2016-10-04 19:53:21 +03:00
Alexander Bruy
9acb52db83
fix indentation
2016-09-14 16:55:20 +03:00
Alexander Bruy
89774abed3
[processing] fix substitution of the original layers in GDAL commands
2016-09-14 16:24:02 +03:00
Alexander Bruy
b3a38f4018
[processing] fix issues with exported layers in GDAL provider
2016-07-26 15:00:26 +03:00
Alexander Bruy
c81b14d59e
[processing] replace original layer name with exported in the final OGR command ( fix #15099 )
2016-06-22 15:16:32 +03:00
volaya
9c2721b08b
[processing] added ‘supported’ parameter to exportVectorLayer
2016-05-30 10:41:44 +02:00
Denis Rouzaud
8071acd064
move PyQt compat folder to python/qgis
2016-04-29 14:10:26 +02:00
volaya
cc50157ab8
[processing] make gdal algorithms honor selection
...
fixes #14622
2016-04-07 14:02:25 +02:00
Alexander Bruy
660bb27388
[processing] replace some raster icons with SVG to improve HiDPI support (refs #14474 )
2016-03-25 15:19:52 +02:00
Juergen E. Fischer
2526d3e3c8
processing: switch to pyqt wrappers, flake8 fixes
2016-03-21 17:00:25 +01:00
Alexander Bruy
9193d8f5a0
[processing] drop GdalScriptAlgorithm as it is not used
...
Also remove OgrAlgorithm base class at it almost completely duplicates
GdalAlgorithm class. All affected algorithms updated accordingly.
2016-01-22 15:47:20 +02:00