Skip to content

Commit 314842d

Browse files
authoredMar 25, 2017
Merge pull request #4303 from nyalldawson/densify
Port processing densify algorithms to c++
2 parents daa2454 + 51035cf commit 314842d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+822
-215
lines changed
 

‎NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2012,7 +2012,7 @@ Implemented a new map cursor type : Capture Point (little pencil icon on your to
20122012
are placed into the system clipboard.
20132013

20142014
In release 0.5 this will be extended to provide simple point vector file data capture /
2015-
digitizing facility. This will be implemented by means of a plugin which will utilise the
2015+
digitizing facility. This will be implemented by means of a plugin which will utilize the
20162016
aforementioned xyClickCoordinate(QgsPoint) signal.
20172017

20182018
2004-06-12 [gsherman] 0.3.0devel30

‎doc/api_break.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2127,7 +2127,7 @@ Processing {#qgis_api_break_3_0_Processing}
21272127
- Algorithm providers now subclass the c++ QgsProcessingProvider class, and must be adapted to the API for QgsProcessingProvider. Specifically,
21282128
getName() should be replaced with id(), getDescription() with name(), and getIcon with icon().
21292129
- Algorithm's processAlgorithm method now passes a QgsProcessingFeedback object instead of the loosely defined progress parameter. Algorithms will
2130-
need to update their use of the progress argument to utilise the QgsProcessingFeedback API.
2130+
need to update their use of the progress argument to utilize the QgsProcessingFeedback API.
21312131
- Similarly, Python processing scripts no longer have access to a progress variable for reporting their progress. Instead they have a feedback
21322132
object of type QgsProcessingFeedback, and will need to adapt their use of progress reporting to the QgsProcessingFeedback API.
21332133
- SilentProgress was removed. Use the base QgsProcessingFeedback class instead.

0 commit comments

Comments
 (0)
Please sign in to comment.