aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/qgis
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2016-03-01 18:43:40 +0800
committermadpilot <madpilot@FreeBSD.org>2016-03-01 18:43:40 +0800
commit8c070b4420344bf5f9eb360a0a2348a8bce0a29a (patch)
treeb2ca574bdbf63e1cf910afd1921717d8e835252b /graphics/qgis
parent34f6a65e3ab89b6f528eed51dc4df94cc247f4c7 (diff)
downloadfreebsd-ports-gnome-8c070b4420344bf5f9eb360a0a2348a8bce0a29a.tar.gz
freebsd-ports-gnome-8c070b4420344bf5f9eb360a0a2348a8bce0a29a.tar.zst
freebsd-ports-gnome-8c070b4420344bf5f9eb360a0a2348a8bce0a29a.zip
Update to 2.14.0
PR: 207551 Submitted by: Rainer Hurling <rhurlin at gwdg.de> (maintainer)
Diffstat (limited to 'graphics/qgis')
-rw-r--r--graphics/qgis/Makefile37
-rw-r--r--graphics/qgis/distinfo4
-rw-r--r--graphics/qgis/files/patch-debian_qgis.desktop12
-rw-r--r--graphics/qgis/files/patch-python_plugins_processing_algs_saga_CMakeLists.txt16
-rw-r--r--graphics/qgis/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py14
-rw-r--r--graphics/qgis/pkg-plist984
6 files changed, 766 insertions, 301 deletions
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile
index e8da86857762..2e88a34e9a0c 100644
--- a/graphics/qgis/Makefile
+++ b/graphics/qgis/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= qgis
-PORTVERSION= 2.12.3
+PORTVERSION= 2.14.0
CATEGORIES= graphics geography
MAINTAINER= rhurlin@gwdg.de
@@ -23,13 +23,14 @@ LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal \
USE_GITHUB= yes
GH_PROJECT= ${PORTNAME:tu}
-GH_TAGNAME= 99ac688
+GH_TAGNAME= 654fabd
-USES= cpe bison cmake execinfo fortran gmake python sqlite
+USES= cpe bison cmake desktop-file-utils execinfo fortran gmake python sqlite
USE_QT4= gui svg xml network sql designer testlib linguist_build \
qmake_build moc_build rcc_build uic_build
USE_LDCONFIG= yes
+ICON_SIZES= 8 16 22 24 32 36 42 48 64 72 80 96 128 192 256 512
OPTIONS_DEFINE= PYTHON POSTGIS GRASS SERVER
OPTIONS_GROUP= DEVELOPER
@@ -68,7 +69,10 @@ POSTGIS_LIB_DEPENDS= liblwgeom.so:${PORTSDIR}/databases/postgis21
POSTGIS_CMAKE_ON= -DWITH_POSTGRESQL:BOOL=TRUE
POSTGIS_CMAKE_OFF= -DWITH_POSTGRESQL:BOOL=FALSE
-PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-core>=4.8.5:${PORTSDIR}/devel/py-qt4-core \
+PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.4.3:${PORTSDIR}/math/py-matplotlib \
+ ${PYTHON_PKGNAMEPREFIX}mock>=1.3.0:${PORTSDIR}/devel/py-mock \
+ ${PYTHON_PKGNAMEPREFIX}pip>=8.0.2:${PORTSDIR}/devel/py-pip \
+ ${PYTHON_PKGNAMEPREFIX}qt4-core>=4.8.5:${PORTSDIR}/devel/py-qt4-core \
${PYTHON_PKGNAMEPREFIX}qt4-gui>=4.8.5:${PORTSDIR}/x11-toolkits/py-qt4-gui \
${PYTHON_PKGNAMEPREFIX}qt4-network>=4.8.5:${PORTSDIR}/net/py-qt4-network \
${PYTHON_PKGNAMEPREFIX}qt4-qscintilla2>=2.8.3:${PORTSDIR}/devel/py-qt4-qscintilla2 \
@@ -76,9 +80,13 @@ PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-core>=4.8.5:${PORTSDIR}/devel/p
${PYTHON_PKGNAMEPREFIX}qt4-svg>=4.8.5:${PORTSDIR}/graphics/py-qt4-svg \
${PYTHON_PKGNAMEPREFIX}qt4-xml>=4.5.4:${PORTSDIR}/textproc/py-qt4-xml \
${PYTHON_PKGNAMEPREFIX}sip>=4.14.6:${PORTSDIR}/devel/py-sip \
- ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.6:${PORTSDIR}/databases/py-sqlite3
+ ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.6:${PORTSDIR}/databases/py-sqlite3 \
+ ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:${PORTSDIR}/devel/py-yaml
PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdal>=2.0.1:${PORTSDIR}/graphics/py-gdal \
+ ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.4.3:${PORTSDIR}/math/py-matplotlib \
+ ${PYTHON_PKGNAMEPREFIX}mock>=1.3.0:${PORTSDIR}/devel/py-mock \
${PYTHON_PKGNAMEPREFIX}numpy>=1.9.1:${PORTSDIR}/math/py-numpy \
+ ${PYTHON_PKGNAMEPREFIX}pip>=8.0.2:${PORTSDIR}/devel/py-pip \
${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5.3:${PORTSDIR}/databases/py-psycopg2 \
${PYTHON_PKGNAMEPREFIX}pyspatialite>=3.0.1:${PORTSDIR}/databases/pyspatialite \
${PYTHON_PKGNAMEPREFIX}qt4-core>=4.8.5:${PORTSDIR}/devel/py-qt4-core \
@@ -89,7 +97,8 @@ PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdal>=2.0.1:${PORTSDIR}/graphics/py-g
${PYTHON_PKGNAMEPREFIX}qt4-svg>=4.8.5:${PORTSDIR}/graphics/py-qt4-svg \
${PYTHON_PKGNAMEPREFIX}qt4-webkit>=4.11.1:${PORTSDIR}/www/py-qt4-webkit \
${PYTHON_PKGNAMEPREFIX}qt4-xml>=4.5.4:${PORTSDIR}/textproc/py-qt4-xml \
- ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.6:${PORTSDIR}/databases/py-sqlite3
+ ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.6:${PORTSDIR}/databases/py-sqlite3 \
+ ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:${PORTSDIR}/devel/py-yaml
PYTHON_CMAKE_ON= -DWITH_BINDINGS:BOOL=TRUE
PYTHON_CMAKE_OFF= -DWITH_BINDINGS:BOOL=FALSE
@@ -126,4 +135,20 @@ pre-patch:
${WRKSRC}/src/server/CMakeLists.txt
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|/usr/bin/qgis|${LOCALBASE}/bin/qgis|g' ${WRKSRC}/debian/${PORTNAME}.desktop
+ @${REINPLACE_CMD} -e 's|Icon=qgis|Icon=qgis-icon|' ${WRKSRC}/debian/${PORTNAME}.desktop
+
+post-install:
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/applications
+ ${INSTALL_DATA} ${WRKSRC}/debian/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor
+.for SZ in ${ICON_SIZES}
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}x${SZ}
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}x${SZ}/apps
+ ${INSTALL_DATA} ${WRKSRC}/debian/${PORTNAME}-icon${SZ}x${SZ}.png \
+ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}x${SZ}/apps/${PORTNAME}.png
+.endfor
+
.include <bsd.port.mk>
diff --git a/graphics/qgis/distinfo b/graphics/qgis/distinfo
index dfe7570681fe..697a158e4e4e 100644
--- a/graphics/qgis/distinfo
+++ b/graphics/qgis/distinfo
@@ -1,2 +1,2 @@
-SHA256 (qgis-QGIS-2.12.3-99ac688_GH0.tar.gz) = 550fc21c7a8c4b7a5f1997fdfcc338916a880050a94eee792218c61a12a7fd9e
-SIZE (qgis-QGIS-2.12.3-99ac688_GH0.tar.gz) = 80834484
+SHA256 (qgis-QGIS-2.14.0-654fabd_GH0.tar.gz) = b60e168cc14f279d9d6e4376e1e4906aaf684f3a66f827e69aed29502bc6efbd
+SIZE (qgis-QGIS-2.14.0-654fabd_GH0.tar.gz) = 89968339
diff --git a/graphics/qgis/files/patch-debian_qgis.desktop b/graphics/qgis/files/patch-debian_qgis.desktop
new file mode 100644
index 000000000000..2bf2a04607cf
--- /dev/null
+++ b/graphics/qgis/files/patch-debian_qgis.desktop
@@ -0,0 +1,12 @@
+--- debian/qgis.desktop.orig 2016-02-26 12:23:48 UTC
++++ debian/qgis.desktop
+@@ -1,7 +1,9 @@
+ [Desktop Entry]
++Encoding=UTF-8
+ Type=Application
+ Name=QGIS Desktop
+ Version=1.0
++Comment=Quantum GIS Desktop
+ GenericName=Geographic Information System
+ GenericName[ar]=نظام المعلومات الجغرافي
+ GenericName[az]=Coğrafi informasiya sistemi
diff --git a/graphics/qgis/files/patch-python_plugins_processing_algs_saga_CMakeLists.txt b/graphics/qgis/files/patch-python_plugins_processing_algs_saga_CMakeLists.txt
deleted file mode 100644
index 126d70712299..000000000000
--- a/graphics/qgis/files/patch-python_plugins_processing_algs_saga_CMakeLists.txt
+++ /dev/null
@@ -1,16 +0,0 @@
---- python/plugins/processing/algs/saga/CMakeLists.txt.orig 2015-10-23 12:10:38 UTC
-+++ python/plugins/processing/algs/saga/CMakeLists.txt
-@@ -3,6 +3,7 @@ FILE(GLOB DESCR212_FILES description/2.1
- FILE(GLOB DESCR213_FILES description/2.1.3/*.txt)
- FILE(GLOB DESCR214_FILES description/2.1.4/*.txt)
- FILE(GLOB DESCR220_FILES description/2.2.0/*.txt)
-+FILE(GLOB DESCR220_FILES description/2.2.2/*.txt)
- FILE(GLOB HELP_FILES help/*.rst)
-
- ADD_SUBDIRECTORY(ext)
-@@ -12,4 +13,5 @@ PLUGIN_INSTALL(processing algs/saga/desc
- PLUGIN_INSTALL(processing algs/saga/description/2.1.3 ${DESCR213_FILES})
- PLUGIN_INSTALL(processing algs/saga/description/2.1.4 ${DESCR214_FILES})
- PLUGIN_INSTALL(processing algs/saga/description/2.2.0 ${DESCR220_FILES})
-+PLUGIN_INSTALL(processing algs/saga/description/2.2.2 ${DESCR220_FILES})
- PLUGIN_INSTALL(processing algs/saga/help ${HELP_FILES})
diff --git a/graphics/qgis/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py b/graphics/qgis/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py
deleted file mode 100644
index 0be1963a50f0..000000000000
--- a/graphics/qgis/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py
+++ /dev/null
@@ -1,14 +0,0 @@
---- python/plugins/processing/algs/saga/SagaAlgorithmProvider.py.orig 2015-10-23 12:10:38 UTC
-+++ python/plugins/processing/algs/saga/SagaAlgorithmProvider.py
-@@ -46,7 +46,10 @@ class SagaAlgorithmProvider(AlgorithmPro
- supportedVersions = {"2.1.2": ("2.1.2", SagaAlgorithm212),
- "2.1.3": ("2.1.3", SagaAlgorithm213),
- "2.1.4": ("2.1.4", SagaAlgorithm214),
-- "2.2.0": ("2.2.0", SagaAlgorithm214)}
-+ "2.2.0": ("2.2.0", SagaAlgorithm214),
-+ "2.2.1": ("2.2.0", SagaAlgorithm214),
-+ "2.2.2": ("2.2.2", SagaAlgorithm214),
-+ "2.2.3": ("2.2.2", SagaAlgorithm214)}
-
- def __init__(self):
- AlgorithmProvider.__init__(self)
diff --git a/graphics/qgis/pkg-plist b/graphics/qgis/pkg-plist
index 2035d86ff7ad..bd6b60038304 100644
--- a/graphics/qgis/pkg-plist
+++ b/graphics/qgis/pkg-plist
@@ -28,6 +28,8 @@ include/qgis/qgis.h
include/qgis/qgisgui.h
include/qgis/qgisinterface.h
include/qgis/qgisplugin.h
+include/qgis/qgs25drenderer.h
+include/qgis/qgs25drendererwidget.h
include/qgis/qgsabstractgeometryv2.h
include/qgis/qgsactionmenu.h
include/qgis/qgsaddremoveitemcommand.h
@@ -164,6 +166,7 @@ include/qgis/qgscontrastenhancement.h
include/qgis/qgscontrastenhancementfunction.h
include/qgis/qgscoordinatereferencesystem.h
include/qgis/qgscoordinatetransform.h
+include/qgis/qgscoordinateutils.h
include/qgis/qgscptcityarchive.h
include/qgis/qgscptcitycolorrampv2dialog.h
include/qgis/qgscredentialdialog.h
@@ -209,6 +212,7 @@ include/qgis/qgsdoublespinbox.h
%%CUSTOMWIDGETS%%include/qgis/qgsdoublespinboxplugin.h
include/qgis/qgsdualview.h
include/qgis/qgsdummyconfigdlg.h
+include/qgis/qgseditformconfig.h
include/qgis/qgseditorconfigwidget.h
include/qgis/qgseditorwidgetconfig.h
include/qgis/qgseditorwidgetfactory.h
@@ -228,14 +232,21 @@ include/qgis/qgsexception.h
include/qgis/qgsexpression.h
include/qgis/qgsexpressionbuilderdialog.h
include/qgis/qgsexpressionbuilderwidget.h
+%%CUSTOMWIDGETS%%include/qgis/qgsexpressionbuilderwidgetplugin.h
include/qgis/qgsexpressioncontext.h
include/qgis/qgsexpressionfieldbuffer.h
include/qgis/qgsexpressionhighlighter.h
include/qgis/qgsexpressionselectiondialog.h
include/qgis/qgsextentgroupbox.h
%%CUSTOMWIDGETS%%include/qgis/qgsextentgroupboxplugin.h
+include/qgis/qgsexternalresourceconfigdlg.h
+include/qgis/qgsexternalresourcewidget.h
+include/qgis/qgsexternalresourcewidgetfactory.h
+%%CUSTOMWIDGETS%%include/qgis/qgsexternalresourcewidgetplugin.h
+include/qgis/qgsexternalresourcewidgetwrapper.h
include/qgis/qgsfeature.h
include/qgis/qgsfeature_p.h
+include/qgis/qgsfeaturefilterprovider.h
include/qgis/qgsfeatureiterator.h
include/qgis/qgsfeaturelistmodel.h
include/qgis/qgsfeaturelistview.h
@@ -258,6 +269,8 @@ include/qgis/qgsfieldvalidator.h
include/qgis/qgsfiledropedit.h
include/qgis/qgsfilenamewidgetfactory.h
include/qgis/qgsfilenamewidgetwrapper.h
+include/qgis/qgsfilewidget.h
+%%CUSTOMWIDGETS%%include/qgis/qgsfilewidgetplugin.h
include/qgis/qgsfillsymbollayerv2.h
include/qgis/qgsfilterlineedit.h
%%CUSTOMWIDGETS%%include/qgis/qgsfilterlineeditplugin.h
@@ -268,6 +281,7 @@ include/qgis/qgsgenericprojectionselector.h
include/qgis/qgsgeometry.h
include/qgis/qgsgeometryanalyzer.h
include/qgis/qgsgeometrycache.h
+include/qgis/qgsgeometrygeneratorsymbollayerv2.h
include/qgis/qgsgeometryvalidator.h
include/qgis/qgsgloweffect.h
include/qgis/qgsgml.h
@@ -284,6 +298,7 @@ include/qgis/qgsgraphbuilder.h
include/qgis/qgsgraphbuilderintr.h
include/qgis/qgsgraphdirector.h
include/qgis/qgsgridfilewriter.h
+include/qgis/qgsgroupwmsdatadialog.h
include/qgis/qgsheatmaprenderer.h
include/qgis/qgsheatmaprendererwidget.h
include/qgis/qgshiddenwidgetfactory.h
@@ -300,11 +315,14 @@ include/qgis/qgsidentifymenu.h
include/qgis/qgsidwinterpolator.h
include/qgis/qgsifeatureselectionmanager.h
include/qgis/qgsimageoperation.h
+include/qgis/qgsindexedfeature.h
+include/qgis/qgsinternalgeometryengine.h
include/qgis/qgsinterpolator.h
include/qgis/qgsinvertedpolygonrenderer.h
include/qgis/qgsinvertedpolygonrendererwidget.h
include/qgis/qgslabel.h
include/qgis/qgslabelattributes.h
+include/qgis/qgslabelfeature.h
include/qgis/qgslabelingenginev2.h
include/qgis/qgslabelsearchtree.h
include/qgis/qgslayerdefinition.h
@@ -321,6 +339,7 @@ include/qgis/qgslayertreeutils.h
include/qgis/qgslayertreeview.h
include/qgis/qgslayertreeviewdefaultactions.h
include/qgis/qgslegacyhelpers.h
+include/qgis/qgslegendfilterbutton.h
include/qgis/qgslegendinterface.h
include/qgis/qgslegendmodel.h
include/qgis/qgslegendrenderer.h
@@ -340,6 +359,7 @@ include/qgis/qgsmapcanvasitem.h
include/qgis/qgsmapcanvasmap.h
include/qgis/qgsmapcanvassnapper.h
include/qgis/qgsmapcanvassnappingutils.h
+include/qgis/qgsmapcanvastracer.h
include/qgis/qgsmaphittest.h
include/qgis/qgsmaplayer.h
include/qgis/qgsmaplayeractionregistry.h
@@ -399,6 +419,7 @@ include/qgis/qgsobjectcustomproperties.h
include/qgis/qgsofflineediting.h
include/qgis/qgsogcutils.h
include/qgis/qgsoptionsdialogbase.h
+include/qgis/qgsorderbydialog.h
include/qgis/qgsosmbase.h
include/qgis/qgsosmdatabase.h
include/qgis/qgsosmdownload.h
@@ -413,7 +434,6 @@ include/qgis/qgspainteffectwidget.h
include/qgis/qgspaintenginehack.h
include/qgis/qgspalettedrasterrenderer.h
include/qgis/qgspalettedrendererwidget.h
-include/qgis/qgspalgeometry.h
include/qgis/qgspallabeling.h
include/qgis/qgspaperitem.h
include/qgis/qgspenstylecombobox.h
@@ -484,11 +504,9 @@ include/qgis/qgsrastertransparency.h
include/qgis/qgsrasterviewport.h
include/qgis/qgsrectangle.h
include/qgis/qgsrelation.h
-include/qgis/qgsrelationadddlg.h
include/qgis/qgsrelationeditorwidget.h
%%CUSTOMWIDGETS%%include/qgis/qgsrelationeditorwidgetplugin.h
include/qgis/qgsrelationmanager.h
-include/qgis/qgsrelationmanagerdialog.h
include/qgis/qgsrelationreferenceconfigdlg.h
include/qgis/qgsrelationreferencefactory.h
include/qgis/qgsrelationreferencewidget.h
@@ -538,10 +556,12 @@ include/qgis/qgssnappingutils.h
include/qgis/qgsspatialindex.h
include/qgis/qgsspinbox.h
%%CUSTOMWIDGETS%%include/qgis/qgsspinboxplugin.h
+include/qgis/qgssqlexpressioncompiler.h
include/qgis/qgsstatisticalsummary.h
include/qgis/qgsstringutils.h
include/qgis/qgsstylev2.h
include/qgis/qgsstylev2exportimportdialog.h
+include/qgis/qgsstylev2groupselectiondialog.h
include/qgis/qgsstylev2managerdialog.h
include/qgis/qgssublayersdialog.h
include/qgis/qgssvgannotationitem.h
@@ -561,16 +581,20 @@ include/qgis/qgstextdiagram.h
include/qgis/qgstexteditconfigdlg.h
include/qgis/qgstexteditwidgetfactory.h
include/qgis/qgstexteditwrapper.h
+include/qgis/qgstextlabelfeature.h
include/qgis/qgsticksscalebarstyle.h
include/qgis/qgstininterpolator.h
include/qgis/qgstolerance.h
include/qgis/qgstotalcurvaturefilter.h
+include/qgis/qgstracer.h
include/qgis/qgstransaction.h
+include/qgis/qgstransactiongroup.h
include/qgis/qgstransformeffect.h
include/qgis/qgsuniquevaluesconfigdlg.h
include/qgis/qgsuniquevaluewidgetfactory.h
include/qgis/qgsuniquevaluewidgetwrapper.h
include/qgis/qgsunitselectionwidget.h
+include/qgis/qgsunittypes.h
include/qgis/qgsuserinputdockwidget.h
include/qgis/qgsuuidwidgetfactory.h
include/qgis/qgsuuidwidgetwrapper.h
@@ -615,6 +639,7 @@ include/qgis/qgswebviewconfigdlg.h
include/qgis/qgswebviewwidgetfactory.h
include/qgis/qgswebviewwidgetwrapper.h
include/qgis/qgswidgetwrapper.h
+include/qgis/qgswkbptr.h
include/qgis/qgswkbtypes.h
include/qgis/qgsxmlutils.h
include/qgis/qgszonalstatistics.h
@@ -631,21 +656,21 @@ include/qgis/ui_qgsprojectionselectorbase.h
include/qgis/ui_qgsquerybuilderbase.h
include/qgis/ui_qgssublayersdialogbase.h
lib/libqgis_analysis.so
-lib/libqgis_analysis.so.2.12.3
+lib/libqgis_analysis.so.2.14.0
lib/libqgis_app.so
-lib/libqgis_app.so.2.12.3
+lib/libqgis_app.so.2.14.0
lib/libqgis_core.so
-lib/libqgis_core.so.2.12.3
+lib/libqgis_core.so.2.14.0
lib/libqgis_gui.so
-lib/libqgis_gui.so.2.12.3
+lib/libqgis_gui.so.2.14.0
lib/libqgis_networkanalysis.so
-lib/libqgis_networkanalysis.so.2.12.3
+lib/libqgis_networkanalysis.so.2.14.0
%%SERVER%%lib/libqgis_server.so
-%%SERVER%%lib/libqgis_server.so.2.12.3
+%%SERVER%%lib/libqgis_server.so.2.14.0
%%GRASS%%lib/libqgisgrass6.so
-%%GRASS%%lib/libqgisgrass6.so.2.12.3
+%%GRASS%%lib/libqgisgrass6.so.2.14.0
%%PYTHON%%lib/libqgispython.so
-%%PYTHON%%lib/libqgispython.so.2.12.3
+%%PYTHON%%lib/libqgispython.so.2.14.0
%%PYTHON%%%%CUSTOMWIDGETS%%%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qgis_customwidgets.py
lib/qgis/crssync
%%GRASS%%lib/qgis/grass/bin/qgis.g.browser6
@@ -683,21 +708,36 @@ lib/qgis/plugins/librasterterrainplugin.so
lib/qgis/plugins/libroadgraphplugin.so
lib/qgis/plugins/libspatialiteprovider.so
lib/qgis/plugins/libspatialqueryplugin.so
-%%POSTGIS%%lib/qgis/plugins/libspitplugin.so
lib/qgis/plugins/libtopolplugin.so
+lib/qgis/plugins/libvirtuallayerprovider.so
lib/qgis/plugins/libwcsprovider.so
lib/qgis/plugins/libwfsprovider.so
lib/qgis/plugins/libwmsprovider.so
lib/qgis/plugins/libzonalstatisticsplugin.so
lib/qgis/qgis_help
%%CUSTOMWIDGETS%%%%QT_PLUGINDIR%%/designer/libqgis_customwidgets.so
-%%CUSTOMWIDGETS%%%%QT_PLUGINDIR%%/designer/libqgis_customwidgets.so.2.12.3
+%%CUSTOMWIDGETS%%%%QT_PLUGINDIR%%/designer/libqgis_customwidgets.so.2.14.0
man/man1/qbrowser.1.gz
man/man1/qgis.1.gz
+share/applications/qgis.desktop
+share/icons/hicolor/128x128/apps/qgis.png
+share/icons/hicolor/16x16/apps/qgis.png
+share/icons/hicolor/192x192/apps/qgis.png
+share/icons/hicolor/22x22/apps/qgis.png
+share/icons/hicolor/24x24/apps/qgis.png
+share/icons/hicolor/256x256/apps/qgis.png
+share/icons/hicolor/32x32/apps/qgis.png
+share/icons/hicolor/36x36/apps/qgis.png
+share/icons/hicolor/42x42/apps/qgis.png
+share/icons/hicolor/48x48/apps/qgis.png
+share/icons/hicolor/512x512/apps/qgis.png
+share/icons/hicolor/64x64/apps/qgis.png
+share/icons/hicolor/72x72/apps/qgis.png
+share/icons/hicolor/80x80/apps/qgis.png
+share/icons/hicolor/8x8/apps/qgis.png
+share/icons/hicolor/96x96/apps/qgis.png
%%DATADIR%%/FindQGIS.cmake
%%DATADIR%%/doc/AUTHORS
-%%DATADIR%%/doc/CODING
-%%DATADIR%%/doc/CODING.html
%%DATADIR%%/doc/CONTRIBUTORS
%%DATADIR%%/doc/DONORS
%%DATADIR%%/doc/INSTALL
@@ -1752,6 +1792,7 @@ man/man1/qgis.1.gz
%%GRASS%%%%DATADIR%%/grass/scripts/r.external.all.py
%%GRASS%%%%DATADIR%%/grass/scripts/v.out.ogr.pg.py
%%DATADIR%%/i18n/qgis_ar.qm
+%%DATADIR%%/i18n/qgis_bg.qm
%%DATADIR%%/i18n/qgis_bs.qm
%%DATADIR%%/i18n/qgis_ca.qm
%%DATADIR%%/i18n/qgis_cs.qm
@@ -1783,21 +1824,29 @@ man/man1/qgis.1.gz
%%DATADIR%%/i18n/qgis_ru.qm
%%DATADIR%%/i18n/qgis_sk.qm
%%DATADIR%%/i18n/qgis_sl.qm
-%%DATADIR%%/i18n/qgis_sr.qm
%%DATADIR%%/i18n/qgis_sr@latin.qm
%%DATADIR%%/i18n/qgis_sv.qm
%%DATADIR%%/i18n/qgis_tr.qm
%%DATADIR%%/i18n/qgis_vi.qm
%%DATADIR%%/i18n/qgis_zh-Hans.qm
-%%DATADIR%%/i18n/qgis_zh_CN.qm
-%%DATADIR%%/i18n/qgis_zh_TW.qm
+%%DATADIR%%/i18n/qgis_zh-Hant.qm
%%DATADIR%%/images/icons/qbrowser-icon-60x60.png
%%DATADIR%%/images/icons/qbrowser-icon.png
%%DATADIR%%/images/icons/qgis-icon-1.8-60x60.png
%%DATADIR%%/images/icons/qgis-icon-16x16.png
+%%DATADIR%%/images/icons/qgis-icon-16x16_xmas.png
%%DATADIR%%/images/icons/qgis-icon-60x60.png
+%%DATADIR%%/images/icons/qgis-icon-60x60_xmas.png
%%DATADIR%%/images/icons/qgis-icon.png
%%DATADIR%%/images/icons/qgis-mime-icon.png
+%%PYTHON%%%%DATADIR%%/python/PyQt/Qsci.py
+%%PYTHON%%%%DATADIR%%/python/PyQt/QtCore.py
+%%PYTHON%%%%DATADIR%%/python/PyQt/QtGui.py
+%%PYTHON%%%%DATADIR%%/python/PyQt/QtPrintSupport.py
+%%PYTHON%%%%DATADIR%%/python/PyQt/QtWebKit.py
+%%PYTHON%%%%DATADIR%%/python/PyQt/QtWebKitWidgets.py
+%%PYTHON%%%%DATADIR%%/python/PyQt/QtWidgets.py
+%%PYTHON%%%%DATADIR%%/python/PyQt/__init__.py
%%PYTHON%%%%DATADIR%%/python/console/__init__.py
%%PYTHON%%%%DATADIR%%/python/console/console.py
%%PYTHON%%%%DATADIR%%/python/console/console_compile_apis.py
@@ -1872,6 +1921,103 @@ man/man1/qgis.1.gz
%%PYTHON%%%%DATADIR%%/python/markupsafe/_speedups.c
%%PYTHON%%%%DATADIR%%/python/markupsafe/_speedups.so
%%PYTHON%%%%DATADIR%%/python/markupsafe/tests.py
+%%PYTHON%%%%DATADIR%%/python/nose2/__init__.py
+%%PYTHON%%%%DATADIR%%/python/nose2/__main__.py
+%%PYTHON%%%%DATADIR%%/python/nose2/backports/__init__.py
+%%PYTHON%%%%DATADIR%%/python/nose2/backports/ordereddict.py
+%%PYTHON%%%%DATADIR%%/python/nose2/collector.py
+%%PYTHON%%%%DATADIR%%/python/nose2/compat.py
+%%PYTHON%%%%DATADIR%%/python/nose2/config.py
+%%PYTHON%%%%DATADIR%%/python/nose2/events.py
+%%PYTHON%%%%DATADIR%%/python/nose2/exceptions.py
+%%PYTHON%%%%DATADIR%%/python/nose2/loader.py
+%%PYTHON%%%%DATADIR%%/python/nose2/main.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/__init__.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/attrib.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/buffer.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/collect.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/coverage.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/debugger.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/doctests.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/dundertest.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/failfast.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/junitxml.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/layers.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/loader/__init__.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/loader/discovery.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/loader/eggdiscovery.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/loader/functions.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/loader/generators.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/loader/loadtests.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/loader/parameters.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/loader/testcases.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/loader/testclasses.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/logcapture.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/mp.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/outcomes.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/printhooks.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/prof.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/result.py
+%%PYTHON%%%%DATADIR%%/python/nose2/plugins/testid.py
+%%PYTHON%%%%DATADIR%%/python/nose2/result.py
+%%PYTHON%%%%DATADIR%%/python/nose2/runner.py
+%%PYTHON%%%%DATADIR%%/python/nose2/session.py
+%%PYTHON%%%%DATADIR%%/python/nose2/sphinxext.py
+%%PYTHON%%%%DATADIR%%/python/nose2/suite.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/__init__.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/_common.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/__init__.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_attrib_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_collect_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_coverage.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_decorators.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_discovery_loader.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_dundertest_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_eggdiscovery_loader.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_junitxml_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_layers_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_loading.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_loadtests_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_logcapture_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_main.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_mp_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_printhooks_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_session.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_such_dsl.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/functional/test_util.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/__init__.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_attrib_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_buffer_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_collect_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_collector.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_config.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_debugger_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_decorators.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_doctest_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_dundertest_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_failfast.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_functions_loader.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_generators_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_junitxml.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_layers_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_loader.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_logcapture_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_mp_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_outcomes_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_params_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_plugin_api.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_printhooks_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_prof_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_result.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_session.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_testcase_loader.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_testclass_loader.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tests/unit/test_testid_plugin.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tools/__init__.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tools/decorators.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tools/params.py
+%%PYTHON%%%%DATADIR%%/python/nose2/tools/such.py
+%%PYTHON%%%%DATADIR%%/python/nose2/util.py
%%PYTHON%%%%DATADIR%%/python/owslib/__init__.py
%%PYTHON%%%%DATADIR%%/python/owslib/coverage/__init__.py
%%PYTHON%%%%DATADIR%%/python/owslib/coverage/wcs100.py
@@ -2068,6 +2214,13 @@ man/man1/qgis.1.gz
%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/spatialite/plugin.py
%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/spatialite/resources_rc.py
%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/spatialite/sql_dictionary.py
+%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/vlayers/__init__.py
+%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/vlayers/connector.py
+%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/vlayers/data_model.py
+%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/vlayers/info_model.py
+%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/vlayers/plugin.py
+%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/vlayers/resources_rc.py
+%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_plugins/vlayers/sql_dictionary.py
%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/db_tree.py
%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/dlg_add_geometry_column.py
%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/dlg_create_constraint.py
@@ -2105,6 +2258,7 @@ man/man1/qgis.1.gz
%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/user.xpm
%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/users.xpm
%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/view.png
+%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/view_materialized.png
%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/icons/warning-20px.png
%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/info_viewer.py
%%PYTHON%%%%DATADIR%%/python/plugins/db_manager/layer_preview.py
@@ -2253,6 +2407,7 @@ man/man1/qgis.1.gz
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/contour.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/extractprojection.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/fillnodata.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/gdal2tiles.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/gdal2xyz.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/gdaladdo.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/gdalcalc.py
@@ -2278,6 +2433,7 @@ man/man1/qgis.1.gz
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/proximity.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/rasterize.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/rasterize_over.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/retile.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/rgb2pct.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/roughness.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/gdal/sieve.py
@@ -2377,7 +2533,8 @@ man/man1/qgis.1.gz
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.stats.txt
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.sum.txt
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.sun.txt
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.sunmask.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.sunmask.datetime.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.sunmask.position.txt
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.surf.area.txt
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.surf.contour.txt
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass/description/r.surf.gauss.txt
@@ -2538,7 +2695,8 @@ man/man1/qgis.1.gz
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.stream.extract.txt
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.sum.txt
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.sun.txt
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.sunmask.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.sunmask.datetime.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.sunmask.position.txt
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.surf.area.txt
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.surf.contour.txt
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.surf.gauss.txt
@@ -2574,6 +2732,26 @@ man/man1/qgis.1.gz
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.lidar.growing.txt
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.mkgrid.txt
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.neighbors.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.alloc.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.allpairs.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.arcs.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.articulation.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.bridge.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.centrality.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.components.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.connect.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.connectivity.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.distance.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.flow.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.iso.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.nodes.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.nreport.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.path.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.report.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.salesman.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.spanningtree.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.steiner.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.net.visibility.txt
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.normal.txt
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.out.dxf.txt
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.out.pov.txt
@@ -2603,8 +2781,28 @@ man/man1/qgis.1.gz
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.transform.txt
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.univar.txt
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.voronoi.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/__init__.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_alloc.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_allpairs.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_arcs.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_articulation.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_bridge.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_components.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_connect.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_connectivity.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_distance.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_flow.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_iso.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_nodes.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_path.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_salesman.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_steiner.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/ext/v_net_visibility.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/grass7.txt
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/nviz7.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/help/__init__.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/help/qgis.yaml
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/lidar/LidarToolsAlgorithmProvider.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/lidar/__init__.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/lidar/fusion/ASCII2DTM.py
@@ -2615,6 +2813,7 @@ man/man1/qgis.1.gz
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/lidar/fusion/CloudMetrics.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/lidar/fusion/Cover.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/lidar/fusion/Csv2Grid.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/lidar/fusion/DTM2ASCII.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/lidar/fusion/DTM2TIF.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/lidar/fusion/FilterData.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/lidar/fusion/FirstLastReturn.py
@@ -2706,234 +2905,243 @@ man/man1/qgis.1.gz
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/OTBSpecific_XMLLoading.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/OTBUtils.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/__init__.py
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/BandMath.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/BinaryMorphologicalOperation-closing.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/BinaryMorphologicalOperation-dilate.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/BinaryMorphologicalOperation-erode.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/BinaryMorphologicalOperation-opening.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ClassificationMapRegularization.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ColorMapping-continuous.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ColorMapping-custom.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ColorMapping-image.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ColorMapping-optimal.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/CompareImages.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ComputeConfusionMatrix-raster.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ComputeConfusionMatrix-vector.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ComputeImagesStatistics.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ComputeModulusAndPhase-OneEntry.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ComputeModulusAndPhase-TwoEntries.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ConcatenateImages.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ConcatenateVectorData.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ConnectedComponentSegmentation.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/DimensionalityReduction-ica.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/DimensionalityReduction-maf.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/DimensionalityReduction-napca.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/DimensionalityReduction-pca.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/EdgeExtraction-gradient.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/EdgeExtraction-sobel.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/EdgeExtraction-touzi.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ExtractROI-fit.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ExtractROI-standard.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/FusionOfClassifications-dempstershafer.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/FusionOfClassifications-majorityvoting.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/GrayScaleMorphologicalOperation-closing.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/GrayScaleMorphologicalOperation-dilate.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/GrayScaleMorphologicalOperation-erode.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/GrayScaleMorphologicalOperation-opening.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/HaralickTextureExtraction.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/HooverCompareSegmentation.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ImageClassifier.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ImageEnvelope.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/KMeansClassification.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/KmzExport.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/LSMSSegmentation.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/LSMSSmallRegionsMerging.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/LSMSVectorization.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/LineSegmentDetection.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/LocalStatisticExtraction.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/MeanShiftSmoothing.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/MultivariateAlterationDetector.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/OpticalCalibration.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/OrthoRectification-epsg.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/OrthoRectification-fit-to-ortho.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/OrthoRectification-lambert-WGS84.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/OrthoRectification-utm.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/Pansharpening-bayes.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/Pansharpening-lmvm.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/Pansharpening-rcs.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/RadiometricIndices.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/ReadImageInfo.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/Rescale.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/RigidTransformResample-id.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/RigidTransformResample-rotation.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/RigidTransformResample-translation.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/SOMClassification.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/Segmentation-cc.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/Segmentation-edison.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/Segmentation-meanshift.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/Segmentation-mprofiles.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/Segmentation-watershed.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/Smoothing-anidif.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/Smoothing-gaussian.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/Smoothing-mean.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/SplitImage.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/StereoFramework.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/Superimpose.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/TileFusion.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/TrainImagesClassifier-ann.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/TrainImagesClassifier-bayes.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/TrainImagesClassifier-boost.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/TrainImagesClassifier-dt.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/TrainImagesClassifier-gbt.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/TrainImagesClassifier-knn.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/TrainImagesClassifier-libsvm.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/TrainImagesClassifier-rf.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/TrainImagesClassifier-svm.xml
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/BandMath.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/BinaryMorphologicalOperation-closing.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/BinaryMorphologicalOperation-dilate.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/BinaryMorphologicalOperation-erode.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/BinaryMorphologicalOperation-opening.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/BinaryMorphologicalOperation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/BlockMatching.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/BundleToPerfectSensor.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ClassificationMapRegularization.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ColorMapping-continuous.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ColorMapping-custom.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ColorMapping-image.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ColorMapping-optimal.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ColorMapping.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/CompareImages.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ComputeConfusionMatrix-raster.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ComputeConfusionMatrix-vector.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ComputeConfusionMatrix.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ComputeImagesStatistics.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ComputeModulusAndPhase-OneEntry.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ComputeModulusAndPhase-TwoEntries.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ComputeModulusAndPhase.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ComputePolylineFeatureFromImage.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ConcatenateImages.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ConcatenateVectorData.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ConnectedComponentSegmentation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Convert.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ConvertCartoToGeoPoint.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ConvertSensorToGeoPoint.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/DEMConvert.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/DSFuzzyModelEstimation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/DimensionalityReduction-ica.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/DimensionalityReduction-maf.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/DimensionalityReduction-napca.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/DimensionalityReduction-pca.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/DimensionalityReduction.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/DisparityMapToElevationMap.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/DownloadSRTMTiles.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/EdgeExtraction-gradient.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/EdgeExtraction-sobel.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/EdgeExtraction-touzi.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/EdgeExtraction.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/EdisonMeanShiftSegmentation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/EdisonMeanShiftSegmentationVector.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ExtractROI-fit.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ExtractROI-standard.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ExtractROI.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/FineRegistration.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/FusionOfClassifications-dempstershafer.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/FusionOfClassifications-majorityvoting.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/FusionOfClassifications.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/GeneratePlyFile.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/GenerateRPCSensorModel.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/GrayScaleMorphologicalOperation-closing.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/GrayScaleMorphologicalOperation-dilate.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/GrayScaleMorphologicalOperation-erode.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/GrayScaleMorphologicalOperation-opening.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/GrayScaleMorphologicalOperation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/GridBasedImageResampling.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/HaralickTextureExtraction.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/HomologousPointsExtraction.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/HooverCompareSegmentation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/HyperspectralUnmixing.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ImageClassifier.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ImageEnvelope.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ImageSVMClassifier.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/KMeansClassification.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/KmzExport.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/LSMSSegmentation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/LSMSSmallRegionsMerging.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/LSMSVectorization.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/LineSegmentDetection.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/LocalStatisticExtraction.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/MaximumAutocorrelationFactor.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/MeanShiftSegmentation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/MeanShiftSegmentationVector.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/MeanShiftSmoothing.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/MultiResolutionPyramid.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/MultivariateAlterationDetector.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/OSMDownloader.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ObtainUTMZoneFromGeoPoint.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/OpticalCalibration.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/OrthoRectification-epsg.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/OrthoRectification-fit-to-ortho.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/OrthoRectification-lambert-WGS84.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/OrthoRectification-utm.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/OrthoRectification.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Pansharpening-bayes.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Pansharpening-lmvm.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Pansharpening-rcs.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Pansharpening.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/PixelValue.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Quicklook.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/RadiometricIndices.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/RadiometricVegetationIndices.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Rasterization.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ReadImageInfo.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/RefineSensorModel.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Rescale.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/RigidTransformResample-id.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/RigidTransformResample-rotation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/RigidTransformResample-translation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/RigidTransformResample.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/SFSTextureExtraction.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/SOMClassification.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/SarRadiometricCalibration.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Segmentation-cc.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Segmentation-edison.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Segmentation-meanshift.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Segmentation-mprofiles.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Segmentation-watershed.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Segmentation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/SimpleConnectedComponentsSegmentation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/SimpleConnectedComponentsSegmentationVector.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Smoothing-anidif.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Smoothing-gaussian.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Smoothing-mean.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Smoothing.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/SplitImage.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/StereoFramework.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/StereoRectificationGridGenerator.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/StereoSensorModelToElevationMap.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/Superimpose.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/TestApplication.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/TileFusion.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-ann.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-bayes.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-boost.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-dt.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-gbt.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-knn.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-libsvm.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-rf.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-svm.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/TrainSVMImagesClassifier.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/ValidateSVMImagesClassifier.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/VectorDataDSValidation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/VectorDataExtractROIApplication.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/VectorDataReprojection.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/VectorDataSetField.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/VectorDataTransform.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/VertexComponentAnalysis.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/WatershedSegmentation.html
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/doc/WatershedSegmentationVector.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/BandMath.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/BandMathX.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/BinaryMorphologicalOperation-closing.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/BinaryMorphologicalOperation-dilate.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/BinaryMorphologicalOperation-erode.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/BinaryMorphologicalOperation-opening.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ClassificationMapRegularization.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ColorMapping-continuous.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ColorMapping-custom.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ColorMapping-image.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ColorMapping-optimal.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/CompareImages.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ComputeConfusionMatrix-raster.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ComputeConfusionMatrix-vector.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ComputeImagesStatistics.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ComputeModulusAndPhase-OneEntry.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ComputeModulusAndPhase-TwoEntries.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ComputeOGRLayersFeaturesStatistics.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ComputePolylineFeatureFromImage.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ConcatenateImages.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ConcatenateVectorData.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ConnectedComponentSegmentation.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Convert.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/DEMConvert.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Despeckle-frost.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Despeckle-lee.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/DimensionalityReduction-ica.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/DimensionalityReduction-maf.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/DimensionalityReduction-napca.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/DimensionalityReduction-pca.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/EdgeExtraction-gradient.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/EdgeExtraction-sobel.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/EdgeExtraction-touzi.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ExtractROI-fit.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ExtractROI-standard.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/FusionOfClassifications-dempstershafer.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/FusionOfClassifications-majorityvoting.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/GrayScaleMorphologicalOperation-closing.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/GrayScaleMorphologicalOperation-dilate.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/GrayScaleMorphologicalOperation-erode.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/GrayScaleMorphologicalOperation-opening.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/HaralickTextureExtraction.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/HooverCompareSegmentation.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ImageClassifier.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ImageEnvelope.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/KMeansClassification.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/KmzExport.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/LSMSSegmentation.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/LSMSSmallRegionsMerging.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/LSMSVectorization.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/LineSegmentDetection.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/LocalStatisticExtraction.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/MeanShiftSmoothing.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/MultivariateAlterationDetector.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/OGRLayerClassifier.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/OpticalCalibration.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/OrthoRectification-epsg.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/OrthoRectification-fit-to-ortho.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/OrthoRectification-lambert-WGS84.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/OrthoRectification-utm.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Pansharpening-bayes.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Pansharpening-lmvm.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Pansharpening-rcs.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/RadiometricIndices.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Rasterization-image.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Rasterization-manual.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/ReadImageInfo.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Rescale.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/RigidTransformResample-id.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/RigidTransformResample-rotation.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/RigidTransformResample-translation.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/SFSTextureExtraction.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/SOMClassification.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Segmentation-cc.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Segmentation-edison.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Segmentation-meanshift.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Segmentation-mprofiles.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Segmentation-watershed.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Smoothing-anidif.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Smoothing-gaussian.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Smoothing-mean.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/SplitImage.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/StereoFramework.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/Superimpose.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/TileFusion.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-ann.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-bayes.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-boost.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-dt.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-gbt.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-knn.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-libsvm.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-rf.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-svm.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/TrainOGRLayersClassifier.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/VectorDataExtractROI.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/VectorDataReprojection-image.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/VectorDataReprojection-user.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/VectorDataTransform.xml
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/BandMath.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/BandMathX.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/BinaryMorphologicalOperation-closing.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/BinaryMorphologicalOperation-dilate.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/BinaryMorphologicalOperation-erode.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/BinaryMorphologicalOperation-opening.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/BinaryMorphologicalOperation.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/BlockMatching.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/BundleToPerfectSensor.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ClassificationMapRegularization.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ColorMapping-continuous.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ColorMapping-custom.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ColorMapping-image.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ColorMapping-optimal.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ColorMapping.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/CompareImages.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ComputeConfusionMatrix-raster.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ComputeConfusionMatrix-vector.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ComputeConfusionMatrix.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ComputeImagesStatistics.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ComputeOGRLayersFeaturesStatistics.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ComputePolylineFeatureFromImage.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ConcatenateImages.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ConcatenateVectorData.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ConnectedComponentSegmentation.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Convert.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ConvertCartoToGeoPoint.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ConvertSensorToGeoPoint.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/DEMConvert.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/DSFuzzyModelEstimation.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Despeckle-frost.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Despeckle-lee.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Despeckle.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/DimensionalityReduction-ica.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/DimensionalityReduction-maf.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/DimensionalityReduction-napca.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/DimensionalityReduction-pca.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/DimensionalityReduction.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/DisparityMapToElevationMap.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/DownloadSRTMTiles.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/EdgeExtraction-gradient.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/EdgeExtraction-sobel.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/EdgeExtraction-touzi.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/EdgeExtraction.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ExtractROI-fit.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ExtractROI-standard.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ExtractROI.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/FineRegistration.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/FusionOfClassifications-dempstershafer.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/FusionOfClassifications-majorityvoting.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/FusionOfClassifications.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/GeneratePlyFile.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/GenerateRPCSensorModel.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/GrayScaleMorphologicalOperation-closing.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/GrayScaleMorphologicalOperation-dilate.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/GrayScaleMorphologicalOperation-erode.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/GrayScaleMorphologicalOperation-opening.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/GrayScaleMorphologicalOperation.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/GridBasedImageResampling.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/HaralickTextureExtraction.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/HomologousPointsExtraction.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/HooverCompareSegmentation.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/HyperspectralUnmixing.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ImageClassifier.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ImageEnvelope.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/KMeansClassification.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/KmzExport.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/LSMSSegmentation.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/LSMSSmallRegionsMerging.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/LSMSVectorization.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/LineSegmentDetection.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/LocalStatisticExtraction.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/MeanShiftSmoothing.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/MultiResolutionPyramid.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/MultivariateAlterationDetector.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/OGRLayerClassifier.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/OSMDownloader.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ObtainUTMZoneFromGeoPoint.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/OpticalCalibration.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/OrthoRectification-epsg.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/OrthoRectification-fit-to-ortho.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/OrthoRectification-lambert-WGS84.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/OrthoRectification-utm.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/OrthoRectification.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Pansharpening-bayes.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Pansharpening-lmvm.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Pansharpening-rcs.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Pansharpening.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/PixelValue.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Quicklook.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/RadiometricIndices.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Rasterization-image.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Rasterization-manual.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Rasterization.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/ReadImageInfo.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/RefineSensorModel.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Rescale.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/RigidTransformResample-id.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/RigidTransformResample-rotation.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/RigidTransformResample-translation.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/RigidTransformResample.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/SFSTextureExtraction.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/SOMClassification.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/SarRadiometricCalibration.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Segmentation-cc.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Segmentation-meanshift.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Segmentation-mprofiles.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Segmentation-watershed.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Segmentation.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Smoothing-anidif.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Smoothing-gaussian.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Smoothing-mean.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Smoothing.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/SplitImage.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/StereoFramework.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/StereoRectificationGridGenerator.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/Superimpose.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/TestApplication.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/TileFusion.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/TrainImagesClassifier-ann.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/TrainImagesClassifier-bayes.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/TrainImagesClassifier-boost.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/TrainImagesClassifier-dt.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/TrainImagesClassifier-gbt.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/TrainImagesClassifier-knn.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/TrainImagesClassifier-libsvm.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/TrainImagesClassifier-rf.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/TrainImagesClassifier-svm.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/TrainImagesClassifier.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/TrainOGRLayersClassifier.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/VectorDataDSValidation.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/VectorDataExtractROI.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/VectorDataReprojection-image.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/VectorDataReprojection-user.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/VectorDataReprojection.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/VectorDataSetField.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/VectorDataTransform.html
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/description/5.0.0/doc/VertexComponentAnalysis.html
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/otb/helper/generate_application_descriptors.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/AddTableField.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/AutoincrementalField.py
@@ -2958,6 +3166,7 @@ man/man1/qgis.1.gz
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/Dissolve.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/Eliminate.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/EquivalentNumField.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/ExecuteSQL.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/Explode.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/ExportGeometryInfo.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/ExtentFromLayer.py
@@ -3012,6 +3221,7 @@ man/man1/qgis.1.gz
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/RasterLayerStatistics.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/RegularPoints.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/ReprojectLayer.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/ReverseLineDirection.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/SaveSelectedFeatures.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/SelectByAttribute.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/SelectByAttributeSum.py
@@ -3021,6 +3231,7 @@ man/man1/qgis.1.gz
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/SetVectorStyle.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/SimplifyGeometries.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/SinglePartsToMultiparts.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/Smooth.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/SpatialJoin.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/SplitLinesWithLines.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/StatisticsByCategories.py
@@ -3044,6 +3255,7 @@ man/man1/qgis.1.gz
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/scripts/Frequency_analysis.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/scripts/Keep_n_biggest_parts.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/scripts/Number_of_unique_values_in_classes.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/spatialite_utils.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/ui/DlgFieldsCalculator.ui
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/ui/FieldsCalculatorDialog.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/qgis/ui/FieldsMapperDialogs.py
@@ -3060,7 +3272,7 @@ man/man1/qgis.1.gz
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/SagaAlgorithm214.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/SagaAlgorithmProvider.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/SagaDescriptionCreator.py
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/SagaGroupNameDecorator.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/SagaNameDecorator.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/SagaUtils.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/SplitRGBBands.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/__init__.py
@@ -4234,6 +4446,240 @@ man/man1/qgis.1.gz
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/WatershedSegmentation.txt
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/WindEffect(WindwardLeewardIndex).txt
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.2/ZonalGridStatistics.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/AccumulatedCost(Anisotropic).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/AccumulatedCost(Isotropic).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/AddCoordinatestopoints.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/AddGridValuestoPoints.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/AddGridValuestoShapes.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/AddPolygonAttributestoPoints.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/Aggregate.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/AggregatePointObservations.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/AggregationIndex.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/AnalyticalHierarchyProcess.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/AnalyticalHillshading.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/B-SplineApproximation.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/BurnStreamNetworkintoDEM.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/CellBalance.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ChangeDateFormat.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ChangeDetection.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ChangeGridValues.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ChangeTimeFormat.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ChannelNetwork.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ChannelNetworkandDrainageBasins.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ClipGridwithPolygon.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ClipPointswithPolygons.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/CloseGaps.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/CloseGapswithSpline.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/CloseOneCellGaps.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ClusterAnalysisforGrids.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ContourLinesfromGrid.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ConvergenceIndex(SearchRadius).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ConvergenceIndex.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ConvertDataStorageType.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ConvertLinestoPoints.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ConvertLinestoPolygons.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ConvertMultipointstoPoints.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ConvertPointstoLine(s).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ConvertPolygonLineVerticestoPoints.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ConvertPolygonstoLines.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ConvexHull.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/CreateGraticule.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/CropToData.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/Cross-ClassificationandTabulation.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/CrossProfiles.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/CubicSplineApproximation.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/CurvatureClassification.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/CutShapesLayer.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/DTMFilter(slope-based).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/DirectionalStatisticsforSingleGrid.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/DistanceMatrix.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/DiurnalAnisotropicHeating.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/DownslopeDistanceGradient.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/EdgeContamination.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/EffectiveAirFlowHeights.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FastRegionGrowingAlgorithm.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FastRepresentativeness.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FillGapsinRecords.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FillSinks(PlanchonDarboux,2001).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FillSinks(WangLiu).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FillSinksXXL(WangLiu).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FilterClumps.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FireRiskAnalysis.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FitNPointstoshape.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FlatDetection.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FlowAccumulation(FlowTracing).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FlowAccumulation(Recursive).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FlowAccumulation(Top-Down).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FlowPathLength.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FlowWidthandSpecificCatchmentArea.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/Fragmentation(Alternative).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/Fragmentation(Standard).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FragmentationClassesfromDensityandConnectivity.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/Function.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/Fuzzify.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FuzzyIntersection(AND).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/FuzzyUnion(OR).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GaussianFilter.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GeographicallyWeightedMultipleRegression(Points).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GeographicallyWeightedMultipleRegression(PointsGrids).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GeographicallyWeightedMultipleRegression.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GeographicallyWeightedRegression(PointsGrid).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GeographicallyWeightedRegression.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GeometricFigures.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GetShapesExtents.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GlobalMoransIforGrids.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GradientVectorfromCartesiantoPolarCoordinates.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GradientVectorfromPolartoCartesianCoordinates.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GradientVectorsfromDirectionalComponents.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GradientVectorsfromDirectionandLength.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GradientVectorsfromSurface.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GridBuffer.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GridCalculator.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GridCellIndex.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GridDifference.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GridDivision.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GridMasking.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GridNormalisation.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GridOrientation.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GridProximityBuffer.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GridSkeletonization.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GridStandardisation.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GridStatisticsforPolygons.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GridValuestoPoints(randomly).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GridValuestoPoints.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GridVolume.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GridsProduct.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/GridsSum.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/HistogramSurface.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/Hypsometry.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/InverseDistanceWeighted.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/InvertDataNo-Data.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/KernelDensityEstimation.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/LSFactor.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/LakeFlood.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/LandSurfaceTemperature.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/LaplacianFilter.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/Layerofextremevalue.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/LeastCostPaths.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/Line-PolygonIntersection.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/LineDissolve.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/LineProperties.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/LineSimplification.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/LocalMinimaandMaxima.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/MajorityFilter.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/MassBalanceIndex.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/MergeLayers.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/MetricConversions.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/MinimumDistanceAnalysis.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ModifiedQuadraticShepard.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/MorphologicalFilter.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/MorphometricProtectionIndex.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/Mosaicking.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/Multi-BandVariation.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/MultiDirectionLeeFilter.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/MultilevelB-SplineInterpolation(fromGrid).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/MultilevelB-SplineInterpolation.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/MultipleRegressionAnalysis(GridGrids).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/MultipleRegressionAnalysis(PointsGrids).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/MultiresolutionIndexofValleyBottomFlatness(MRVBF).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/NaturalNeighbour.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/NearestNeighbour.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/OrderedWeightedAveraging(OWA).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/OrdinaryKriging(Global).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/OrdinaryKriging.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/OverlandFlow-KinematicWaveD8.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/OverlandFlowDistancetoChannelNetwork.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/Patching.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/PatternAnalysis.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/PointStatisticsforPolygons.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/PointsFilter.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/PointsThinning.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/PolartoCartesianCoordinates.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/Polygon-LineIntersection.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/PolygonCentroids.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/PolygonDifference.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/PolygonDissolve.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/PolygonDissolveAllPolygs.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/PolygonIdentity.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/PolygonIntersect.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/PolygonPartstoSeparatePolygons.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/PolygonProperties.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/PolygonShapeIndices.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/PolygonSymmetricalDifference.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/PolygonUnion.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/PolygonUpdate.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/PolygonstoEdgesandNodes.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/PolynomialRegression.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/PrincipleComponentsAnalysis.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/Profilefrompoints.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ProfilesfromLines.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ProximityGrid.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/QuadTreeStructuretoShapes.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/RGBComposite.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/RadiusofVariance(Grid).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/RandomField.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/RandomTerrainGeneration.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/RankFilter.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/RealSurfaceArea.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ReclassifyGridValues.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/RegressionAnalysis(PointsGrid).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/RelativeHeightsandSlopePositions.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/RemoveDuplicatePoints.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/Representativeness(Grid).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/Resampling.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ResidualAnalysis(Grid).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/RunningAverage.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/SAGAWetnessIndex.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/SeedGeneration.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/Separatepointsbydirection.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ShapesBuffer.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ShapesBufferFixed.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ShapestoGrid.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ShrinkAndExpand.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/SimpleFilter.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/SimpleRegionGrowing.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/Simulation.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/SinkDrainageRouteDetection.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/SinkRemoval.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/SkyViewFactor.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/Slope,Aspect,Curvature.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/SlopeLength.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/SoilTextureClassification.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/SpatialPointPatternAnalysis.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/SplitShapesLayerRandomly.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/StatisticsforGrids.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/StrahlerOrder.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/StreamPowerIndex.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/SupervisedClassification.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/SurfaceSpecificPoints.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/TPIBasedLandformClassification.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/TerrainRuggednessIndex(TRI).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ThinPlateSpline(Global).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ThinPlateSpline(Local).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ThinPlateSpline(TIN).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ThresholdBuffer.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/TopographicCorrection.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/TopographicPositionIndex(TPI).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/TopographicWetnessIndex(TWI).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/Transectthroughpolygonshapefile.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/TransformShapes.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/TransposeGrids.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/Triangulation.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/UniversalKriging(Global).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/UniversalKriging.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/UpslopeArea.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/UserDefinedFilter.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/VariogramCloud.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/VariogramSurface.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/VectorRuggednessMeasure(VRM).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/VectorisingGridClasses.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/VegetationIndex(SlopeBased).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/VerticalDistancetoChannelNetwork.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/WaterRetentionCapacity.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/WatershedBasins.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/WatershedSegmentation.txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/WindEffect(WindwardLeewardIndex).txt
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/description/2.2.3/ZonalGridStatistics.txt
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/ext/__init__.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/ext/supervisedclassification.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/saga/versioncheck.py
@@ -4350,6 +4796,7 @@ man/man1/qgis.1.gz
%%PYTHON%%%%DATADIR%%/python/plugins/processing/gui/NumberInputPanel.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/gui/OutputSelectionPanel.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/gui/ParametersPanel.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/gui/PostgisTableSelector.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/gui/Postprocessing.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/gui/ProcessingToolbox.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/gui/RangePanel.py
@@ -4379,9 +4826,11 @@ man/man1/qgis.1.gz
%%PYTHON%%%%DATADIR%%/python/plugins/processing/images/iterate.png
%%PYTHON%%%%DATADIR%%/python/plugins/processing/images/minus.png
%%PYTHON%%%%DATADIR%%/python/plugins/processing/images/model.png
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/images/namespace.png
%%PYTHON%%%%DATADIR%%/python/plugins/processing/images/otb.png
%%PYTHON%%%%DATADIR%%/python/plugins/processing/images/output.png
%%PYTHON%%%%DATADIR%%/python/plugins/processing/images/plus.png
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/images/postgis.png
%%PYTHON%%%%DATADIR%%/python/plugins/processing/images/qgis.png
%%PYTHON%%%%DATADIR%%/python/plugins/processing/images/r.png
%%PYTHON%%%%DATADIR%%/python/plugins/processing/images/results.png
@@ -4418,17 +4867,10 @@ man/man1/qgis.1.gz
%%PYTHON%%%%DATADIR%%/python/plugins/processing/script/WrongScriptException.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/script/__init__.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/script/snippets.py
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/tests/GdalTest.py
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/tests/GeoAlgorithmTest.py
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/tests/ModelerAlgorithmTest.py
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/tests/PackagingTests.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/tests/AlgorithmsTestBase.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/tests/GdalAlgorithmsTest.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/tests/ParametersTest.py
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/tests/ProcessingTests.py
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/tests/ProcessingToolsTest.py
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/tests/QgisAlgsTest.py
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/tests/RunAlgTest.py
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/tests/SagaTest.py
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/tests/ScriptTest.py
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/tests/QgisAlgorithmsTest.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/tests/TestData.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/tests/__init__.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/tests/data/lines.dbf
@@ -4465,11 +4907,7 @@ man/man1/qgis.1.gz
%%PYTHON%%%%DATADIR%%/python/plugins/processing/tests/data/union.qpj
%%PYTHON%%%%DATADIR%%/python/plugins/processing/tests/data/union.shp
%%PYTHON%%%%DATADIR%%/python/plugins/processing/tests/data/union.shx
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/tests/qgis_interface.py
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/tests/test.py
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/tests/utilities_test.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/tools/__init__.py
-%%PYTHON%%%%DATADIR%%/python/plugins/processing/tools/_vector.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/tools/dataobjects.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/tools/general.py
%%PYTHON%%%%DATADIR%%/python/plugins/processing/tools/help.py
@@ -4488,6 +4926,7 @@ man/man1/qgis.1.gz
%%PYTHON%%%%DATADIR%%/python/plugins/processing/ui/DlgModeler.ui
%%PYTHON%%%%DATADIR%%/python/plugins/processing/ui/DlgMultipleSelection.ui
%%PYTHON%%%%DATADIR%%/python/plugins/processing/ui/DlgNumberInput.ui
+%%PYTHON%%%%DATADIR%%/python/plugins/processing/ui/DlgPostgisTableSelector.ui
%%PYTHON%%%%DATADIR%%/python/plugins/processing/ui/DlgRenderingStyles.ui
%%PYTHON%%%%DATADIR%%/python/plugins/processing/ui/DlgResults.ui
%%PYTHON%%%%DATADIR%%/python/plugins/processing/ui/DlgScriptEditor.ui
@@ -5211,6 +5650,25 @@ man/man1/qgis.1.gz
%%PYTHON%%%%DATADIR%%/python/qsci_apis/QScintilla2-2.7.2.api
%%PYTHON%%%%DATADIR%%/python/qsci_apis/pyqgis.pap
%%PYTHON%%%%DATADIR%%/python/six.py
+%%PYTHON%%%%DATADIR%%/python/testing/__init__.py
+%%PYTHON%%%%DATADIR%%/python/testing/mocked.py
+%%PYTHON%%%%DATADIR%%/python/yaml/__init__.py
+%%PYTHON%%%%DATADIR%%/python/yaml/composer.py
+%%PYTHON%%%%DATADIR%%/python/yaml/constructor.py
+%%PYTHON%%%%DATADIR%%/python/yaml/cyaml.py
+%%PYTHON%%%%DATADIR%%/python/yaml/dumper.py
+%%PYTHON%%%%DATADIR%%/python/yaml/emitter.py
+%%PYTHON%%%%DATADIR%%/python/yaml/error.py
+%%PYTHON%%%%DATADIR%%/python/yaml/events.py
+%%PYTHON%%%%DATADIR%%/python/yaml/loader.py
+%%PYTHON%%%%DATADIR%%/python/yaml/nodes.py
+%%PYTHON%%%%DATADIR%%/python/yaml/parser.py
+%%PYTHON%%%%DATADIR%%/python/yaml/reader.py
+%%PYTHON%%%%DATADIR%%/python/yaml/representer.py
+%%PYTHON%%%%DATADIR%%/python/yaml/resolver.py
+%%PYTHON%%%%DATADIR%%/python/yaml/scanner.py
+%%PYTHON%%%%DATADIR%%/python/yaml/serializer.py
+%%PYTHON%%%%DATADIR%%/python/yaml/tokens.py
%%DATADIR%%/resources/cpt-city-qgis-min/README-qgis.txt
%%DATADIR%%/resources/cpt-city-qgis-min/README.txt
%%DATADIR%%/resources/cpt-city-qgis-min/VERSION-parent.xml