[qgis] branch upstream updated (1647035 -> 4b01f15)

Bas Couwenberg sebastic at debian.org
Fri Mar 24 19:32:26 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository qgis.

      from  1647035   Imported Upstream version 2.18.4+dfsg
       new  4b01f15   Imported Upstream version 2.18.5+dfsg

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt                                     |    2 +-
 ChangeLog                                          |  508 ++
 cmake/FindQScintilla.cmake                         |    4 +-
 debian/changelog                                   |   10 +-
 debian/compat.in                                   |    1 -
 debian/control.in                                  |   30 +-
 debian/copyright                                   |   13 -
 debian/python-qgis.install.in                      |    2 -
 debian/rules                                       |   58 +-
 i18n/qgis_de.ts                                    |    4 +-
 images/icons/qgis-icon-macos.png                   |  Bin 0 -> 169214 bytes
 ms-windows/osgeo4w/package-nightly.cmd             |    5 +-
 ms-windows/osgeo4w/package.cmd                     |    6 +-
 python/core/core.sip                               |    1 +
 python/core/layertree/qgslayertreegroup.sip        |   19 +-
 python/core/layertree/qgslayertreelayer.sip        |   36 +-
 python/core/layertree/qgslayertreenode.sip         |    9 +-
 python/core/qgsmaprenderercustompainterjob.sip     |    1 +
 python/core/qgsmaprendererjob.sip                  |    2 +
 python/core/qgsmaprendererparalleljob.sip          |    1 +
 python/core/qgsmaprenderersequentialjob.sip        |    1 +
 python/core/qgsvectorlayercache.sip                |   11 +-
 python/ext-libs/CMakeLists.txt                     |    2 +-
 .../ext-libs/Jinja2-2.7.2-py2.7.egg-info/PKG-INFO  |   55 -
 .../Jinja2-2.7.2-py2.7.egg-info/SOURCES.txt        |  126 -
 .../dependency_links.txt                           |    1 -
 .../Jinja2-2.7.2-py2.7.egg-info/entry_points.txt   |    4 -
 .../installed-files.txt                            |   92 -
 .../Jinja2-2.7.2-py2.7.egg-info/not-zip-safe       |    1 -
 .../Jinja2-2.7.2-py2.7.egg-info/requires.txt       |    4 -
 .../Jinja2-2.7.2-py2.7.egg-info/top_level.txt      |    1 -
 .../ext-libs/Pygments-1.6-py2.7.egg-info/PKG-INFO  |   46 -
 .../Pygments-1.6-py2.7.egg-info/SOURCES.txt        |  416 --
 .../dependency_links.txt                           |    1 -
 .../Pygments-1.6-py2.7.egg-info/entry_points.txt   |    3 -
 .../installed-files.txt                            |  160 -
 .../Pygments-1.6-py2.7.egg-info/not-zip-safe       |    1 -
 .../Pygments-1.6-py2.7.egg-info/top_level.txt      |    1 -
 python/ext-libs/httplib2/CMakeLists.txt            |    3 -
 python/ext-libs/httplib2/__init__.py               | 1695 ------
 python/ext-libs/httplib2/iri2uri.py                |  130 -
 python/ext-libs/httplib2/socks.py                  |  438 --
 python/ext-libs/jinja2/__init__.py                 |   69 -
 python/ext-libs/jinja2/_compat.py                  |  150 -
 python/ext-libs/jinja2/_stringdefs.py              |  132 -
 python/ext-libs/jinja2/bccache.py                  |  337 --
 python/ext-libs/jinja2/compiler.py                 | 1640 ------
 python/ext-libs/jinja2/constants.py                |   32 -
 python/ext-libs/jinja2/debug.py                    |  337 --
 python/ext-libs/jinja2/defaults.py                 |   43 -
 python/ext-libs/jinja2/environment.py              | 1191 -----
 python/ext-libs/jinja2/exceptions.py               |  146 -
 python/ext-libs/jinja2/ext.py                      |  636 ---
 python/ext-libs/jinja2/filters.py                  |  987 ----
 python/ext-libs/jinja2/lexer.py                    |  733 ---
 python/ext-libs/jinja2/loaders.py                  |  471 --
 python/ext-libs/jinja2/meta.py                     |  103 -
 python/ext-libs/jinja2/nodes.py                    |  914 ----
 python/ext-libs/jinja2/optimizer.py                |   68 -
 python/ext-libs/jinja2/parser.py                   |  895 ----
 python/ext-libs/jinja2/runtime.py                  |  581 --
 python/ext-libs/jinja2/sandbox.py                  |  368 --
 python/ext-libs/jinja2/tests.py                    |  149 -
 python/ext-libs/jinja2/testsuite/__init__.py       |  156 -
 python/ext-libs/jinja2/testsuite/api.py            |  261 -
 python/ext-libs/jinja2/testsuite/bytecode_cache.py |   37 -
 python/ext-libs/jinja2/testsuite/core_tags.py      |  305 --
 python/ext-libs/jinja2/testsuite/debug.py          |   58 -
 python/ext-libs/jinja2/testsuite/doctests.py       |   29 -
 python/ext-libs/jinja2/testsuite/ext.py            |  459 --
 python/ext-libs/jinja2/testsuite/filters.py        |  515 --
 python/ext-libs/jinja2/testsuite/imports.py        |  141 -
 python/ext-libs/jinja2/testsuite/inheritance.py    |  250 -
 python/ext-libs/jinja2/testsuite/lexnparse.py      |  593 ---
 python/ext-libs/jinja2/testsuite/loader.py         |  226 -
 python/ext-libs/jinja2/testsuite/regression.py     |  279 -
 python/ext-libs/jinja2/testsuite/res/__init__.py   |    0
 .../jinja2/testsuite/res/templates/broken.html     |    3 -
 .../jinja2/testsuite/res/templates/foo/test.html   |    1 -
 .../testsuite/res/templates/syntaxerror.html       |    4 -
 .../jinja2/testsuite/res/templates/test.html       |    1 -
 python/ext-libs/jinja2/testsuite/security.py       |  166 -
 python/ext-libs/jinja2/testsuite/tests.py          |   93 -
 python/ext-libs/jinja2/testsuite/utils.py          |   82 -
 python/ext-libs/jinja2/utils.py                    |  520 --
 python/ext-libs/jinja2/visitor.py                  |   87 -
 python/ext-libs/pygments/__init__.py               |   91 -
 python/ext-libs/pygments/cmdline.py                |  441 --
 python/ext-libs/pygments/console.py                |   74 -
 python/ext-libs/pygments/filter.py                 |   74 -
 python/ext-libs/pygments/filters/__init__.py       |  356 --
 python/ext-libs/pygments/formatter.py              |   92 -
 python/ext-libs/pygments/formatters/__init__.py    |   68 -
 python/ext-libs/pygments/formatters/_mapping.py    |   92 -
 python/ext-libs/pygments/formatters/bbcode.py      |  109 -
 python/ext-libs/pygments/formatters/html.py        |  821 ---
 python/ext-libs/pygments/formatters/img.py         |  553 --
 python/ext-libs/pygments/formatters/latex.py       |  378 --
 python/ext-libs/pygments/formatters/other.py       |  115 -
 python/ext-libs/pygments/formatters/rtf.py         |  136 -
 python/ext-libs/pygments/formatters/svg.py         |  154 -
 python/ext-libs/pygments/formatters/terminal.py    |  112 -
 python/ext-libs/pygments/formatters/terminal256.py |  222 -
 python/ext-libs/pygments/lexer.py                  |  765 ---
 python/ext-libs/pygments/lexers/__init__.py        |  229 -
 python/ext-libs/pygments/lexers/_asybuiltins.py    | 1645 ------
 python/ext-libs/pygments/lexers/_clbuiltins.py     |  232 -
 python/ext-libs/pygments/lexers/_lassobuiltins.py  | 5416 -------------------
 python/ext-libs/pygments/lexers/_luabuiltins.py    |  249 -
 python/ext-libs/pygments/lexers/_mapping.py        |  340 --
 .../ext-libs/pygments/lexers/_openedgebuiltins.py  |  562 --
 python/ext-libs/pygments/lexers/_phpbuiltins.py    | 3787 -------------
 .../ext-libs/pygments/lexers/_postgres_builtins.py |  233 -
 .../pygments/lexers/_robotframeworklexer.py        |  557 --
 .../ext-libs/pygments/lexers/_scilab_builtins.py   |   40 -
 .../ext-libs/pygments/lexers/_sourcemodbuiltins.py | 1072 ----
 python/ext-libs/pygments/lexers/_stan_builtins.py  |  174 -
 python/ext-libs/pygments/lexers/_vimbuiltins.py    |   13 -
 python/ext-libs/pygments/lexers/agile.py           | 1917 -------
 python/ext-libs/pygments/lexers/asm.py             |  398 --
 python/ext-libs/pygments/lexers/compiled.py        | 3496 ------------
 python/ext-libs/pygments/lexers/dalvik.py          |  104 -
 python/ext-libs/pygments/lexers/dotnet.py          |  630 ---
 python/ext-libs/pygments/lexers/foxpro.py          |  428 --
 python/ext-libs/pygments/lexers/functional.py      | 2598 ---------
 python/ext-libs/pygments/lexers/hdl.py             |  356 --
 python/ext-libs/pygments/lexers/jvm.py             | 1109 ----
 python/ext-libs/pygments/lexers/math.py            | 1652 ------
 python/ext-libs/pygments/lexers/other.py           | 3667 -------------
 python/ext-libs/pygments/lexers/parsers.py         |  778 ---
 python/ext-libs/pygments/lexers/shell.py           |  410 --
 python/ext-libs/pygments/lexers/special.py         |  100 -
 python/ext-libs/pygments/lexers/sql.py             |  559 --
 python/ext-libs/pygments/lexers/templates.py       | 1742 ------
 python/ext-libs/pygments/lexers/text.py            | 1843 -------
 python/ext-libs/pygments/lexers/web.py             | 3423 ------------
 python/ext-libs/pygments/plugin.py                 |   74 -
 python/ext-libs/pygments/scanner.py                |  104 -
 python/ext-libs/pygments/style.py                  |  117 -
 python/ext-libs/pygments/styles/__init__.py        |   70 -
 python/ext-libs/pygments/styles/autumn.py          |   65 -
 python/ext-libs/pygments/styles/borland.py         |   51 -
 python/ext-libs/pygments/styles/bw.py              |   49 -
 python/ext-libs/pygments/styles/colorful.py        |   81 -
 python/ext-libs/pygments/styles/default.py         |   73 -
 python/ext-libs/pygments/styles/emacs.py           |   72 -
 python/ext-libs/pygments/styles/friendly.py        |   72 -
 python/ext-libs/pygments/styles/fruity.py          |   42 -
 python/ext-libs/pygments/styles/manni.py           |   75 -
 python/ext-libs/pygments/styles/monokai.py         |  106 -
 python/ext-libs/pygments/styles/murphy.py          |   80 -
 python/ext-libs/pygments/styles/native.py          |   65 -
 python/ext-libs/pygments/styles/pastie.py          |   75 -
 python/ext-libs/pygments/styles/perldoc.py         |   69 -
 python/ext-libs/pygments/styles/rrt.py             |   33 -
 python/ext-libs/pygments/styles/tango.py           |  141 -
 python/ext-libs/pygments/styles/trac.py            |   63 -
 python/ext-libs/pygments/styles/vim.py             |   63 -
 python/ext-libs/pygments/styles/vs.py              |   38 -
 python/ext-libs/pygments/token.py                  |  195 -
 python/ext-libs/pygments/unistring.py              |  140 -
 python/ext-libs/pygments/util.py                   |  277 -
 .../requests-2.10.0.dist-info/DESCRIPTION.rst      | 1257 -----
 python/ext-libs/requests-2.10.0.dist-info/METADATA | 1286 -----
 python/ext-libs/requests-2.10.0.dist-info/RECORD   |  169 -
 python/ext-libs/requests-2.10.0.dist-info/WHEEL    |    6 -
 .../requests-2.10.0.dist-info/metadata.json        |    1 -
 .../requests-2.10.0.dist-info/top_level.txt        |    1 -
 python/ext-libs/requests/__init__.py               |   89 -
 python/ext-libs/requests/adapters.py               |  483 --
 python/ext-libs/requests/api.py                    |  149 -
 python/ext-libs/requests/auth.py                   |  242 -
 python/ext-libs/requests/cacert.pem                | 5616 --------------------
 python/ext-libs/requests/certs.py                  |   25 -
 python/ext-libs/requests/compat.py                 |   62 -
 python/ext-libs/requests/cookies.py                |  493 --
 python/ext-libs/requests/exceptions.py             |  114 -
 python/ext-libs/requests/hooks.py                  |   34 -
 python/ext-libs/requests/models.py                 |  855 ---
 python/ext-libs/requests/packages/__init__.py      |   36 -
 .../ext-libs/requests/packages/chardet/__init__.py |   32 -
 .../ext-libs/requests/packages/chardet/big5freq.py |  925 ----
 .../requests/packages/chardet/big5prober.py        |   42 -
 .../requests/packages/chardet/chardetect.py        |   80 -
 .../requests/packages/chardet/chardistribution.py  |  231 -
 .../packages/chardet/charsetgroupprober.py         |  106 -
 .../requests/packages/chardet/charsetprober.py     |   62 -
 .../packages/chardet/codingstatemachine.py         |   61 -
 .../ext-libs/requests/packages/chardet/compat.py   |   34 -
 .../requests/packages/chardet/constants.py         |   39 -
 .../requests/packages/chardet/cp949prober.py       |   44 -
 .../requests/packages/chardet/escprober.py         |   86 -
 python/ext-libs/requests/packages/chardet/escsm.py |  242 -
 .../requests/packages/chardet/eucjpprober.py       |   90 -
 .../requests/packages/chardet/euckrfreq.py         |  596 ---
 .../requests/packages/chardet/euckrprober.py       |   42 -
 .../requests/packages/chardet/euctwfreq.py         |  428 --
 .../requests/packages/chardet/euctwprober.py       |   41 -
 .../requests/packages/chardet/gb2312freq.py        |  472 --
 .../requests/packages/chardet/gb2312prober.py      |   41 -
 .../requests/packages/chardet/hebrewprober.py      |  283 -
 .../ext-libs/requests/packages/chardet/jisfreq.py  |  569 --
 .../ext-libs/requests/packages/chardet/jpcntx.py   |  227 -
 .../packages/chardet/langbulgarianmodel.py         |  229 -
 .../requests/packages/chardet/langcyrillicmodel.py |  329 --
 .../requests/packages/chardet/langgreekmodel.py    |  225 -
 .../requests/packages/chardet/langhebrewmodel.py   |  201 -
 .../packages/chardet/langhungarianmodel.py         |  225 -
 .../requests/packages/chardet/langthaimodel.py     |  200 -
 .../requests/packages/chardet/latin1prober.py      |  139 -
 .../requests/packages/chardet/mbcharsetprober.py   |   86 -
 .../requests/packages/chardet/mbcsgroupprober.py   |   54 -
 .../ext-libs/requests/packages/chardet/mbcssm.py   |  572 --
 .../requests/packages/chardet/sbcharsetprober.py   |  120 -
 .../requests/packages/chardet/sbcsgroupprober.py   |   69 -
 .../requests/packages/chardet/sjisprober.py        |   91 -
 .../requests/packages/chardet/universaldetector.py |  170 -
 .../requests/packages/chardet/utf8prober.py        |   76 -
 .../ext-libs/requests/packages/urllib3/__init__.py |   96 -
 .../requests/packages/urllib3/_collections.py      |  324 --
 .../requests/packages/urllib3/connection.py        |  330 --
 .../requests/packages/urllib3/connectionpool.py    |  849 ---
 .../requests/packages/urllib3/contrib/__init__.py  |    0
 .../requests/packages/urllib3/contrib/appengine.py |  231 -
 .../requests/packages/urllib3/contrib/ntlmpool.py  |  115 -
 .../requests/packages/urllib3/contrib/pyopenssl.py |  358 --
 .../requests/packages/urllib3/contrib/socks.py     |  172 -
 .../requests/packages/urllib3/exceptions.py        |  209 -
 .../ext-libs/requests/packages/urllib3/fields.py   |  178 -
 .../ext-libs/requests/packages/urllib3/filepost.py |   94 -
 .../requests/packages/urllib3/packages/__init__.py |    5 -
 .../packages/urllib3/packages/ordered_dict.py      |  259 -
 .../requests/packages/urllib3/packages/six.py      |  385 --
 .../packages/ssl_match_hostname/__init__.py        |   13 -
 .../packages/ssl_match_hostname/_implementation.py |  105 -
 .../requests/packages/urllib3/poolmanager.py       |  284 -
 .../ext-libs/requests/packages/urllib3/request.py  |  151 -
 .../ext-libs/requests/packages/urllib3/response.py |  526 --
 .../requests/packages/urllib3/util/__init__.py     |   46 -
 .../requests/packages/urllib3/util/connection.py   |  101 -
 .../requests/packages/urllib3/util/request.py      |   72 -
 .../requests/packages/urllib3/util/response.py     |   74 -
 .../requests/packages/urllib3/util/retry.py        |  294 -
 .../requests/packages/urllib3/util/ssl_.py         |  320 --
 .../requests/packages/urllib3/util/timeout.py      |  242 -
 .../ext-libs/requests/packages/urllib3/util/url.py |  217 -
 python/ext-libs/requests/sessions.py               |  689 ---
 python/ext-libs/requests/status_codes.py           |   91 -
 python/ext-libs/requests/structures.py             |  106 -
 python/ext-libs/requests/utils.py                  |  728 ---
 python/gui/attributetable/qgsdualview.sip          |   12 +-
 python/gui/qgsgeometryrubberband.sip               |    2 +-
 python/plugins/MetaSearch/dialogs/maindialog.py    |   10 +-
 python/plugins/MetaSearch/metadata.txt             |   12 +-
 .../MetaSearch/resources/connections-default.xml   |    2 +-
 python/plugins/MetaSearch/util.py                  |   21 +-
 python/plugins/processing/algs/qgis/Merge.py       |    1 +
 python/plugins/processing/algs/saga/CMakeLists.txt |    2 +
 .../{SagaAlgorithm214.py => SagaAlgorithm230.py}   |   18 +-
 .../processing/algs/saga/SagaAlgorithmProvider.py  |    5 +-
 .../AccumulatedCost(Anisotropic).txt               |    0
 .../AccumulatedCost(Isotropic).txt                 |    0
 .../{2.1.3 => 2.3.0}/AddCoordinatestopoints.txt    |    0
 .../{2.1.2 => 2.3.0}/AddGridValuestoPoints.txt     |    0
 .../{2.1.2 => 2.3.0}/AddGridValuestoShapes.txt     |    0
 .../AddPointAttributestoPolygons.txt               |    0
 .../AddPolygonAttributestoPoints.txt               |    0
 .../description/{2.1.2 => 2.3.0}/Aggregate.txt     |    0
 .../AggregatePointObservations.txt                 |    0
 .../{2.1.2 => 2.3.0}/AggregationIndex.txt          |    0
 .../AnalyticalHierarchyProcess.txt                 |    0
 .../{2.1.2 => 2.3.0}/AnalyticalHillshading.txt     |    0
 .../{2.1.3 => 2.3.0}/B-SplineApproximation.txt     |    0
 .../{2.1.2 => 2.3.0}/BurnStreamNetworkintoDEM.txt  |    0
 .../description/{2.1.2 => 2.3.0}/CellBalance.txt   |    0
 .../{2.1.2 => 2.3.0}/ChangeDateFormat.txt          |    0
 .../{2.1.2 => 2.3.0}/ChangeDetection.txt           |    0
 .../{2.1.2 => 2.3.0}/ChangeGridValues.txt          |    0
 .../{2.1.2 => 2.3.0}/ChangeTimeFormat.txt          |    0
 .../{2.1.2 => 2.3.0}/ChannelNetwork.txt            |    0
 .../ChannelNetworkandDrainageBasins.txt            |    0
 .../{2.1.2 => 2.3.0}/ClipGridwithPolygon.txt       |    0
 .../{2.1.2 => 2.3.0}/ClipPointswithPolygons.txt    |    0
 .../description/{2.1.2 => 2.3.0}/CloseGaps.txt     |    0
 .../{2.1.2 => 2.3.0}/CloseGapswithSpline.txt       |    0
 .../{2.1.2 => 2.3.0}/CloseOneCellGaps.txt          |    0
 .../{2.1.2 => 2.3.0}/ClusterAnalysisforGrids.txt   |    0
 .../ConfusionMatrix(GridPolygons).txt              |    0
 .../{2.1.3 => 2.3.0}/ContourLinesfromGrid.txt      |    0
 .../ConvergenceIndex(SearchRadius).txt             |    0
 .../{2.1.2 => 2.3.0}/ConvergenceIndex.txt          |    0
 .../{2.1.2 => 2.3.0}/ConvertDataStorageType.txt    |    0
 .../{2.1.2 => 2.3.0}/ConvertLinestoPoints.txt      |    0
 .../{2.1.2 => 2.3.0}/ConvertLinestoPolygons.txt    |    0
 .../ConvertMultipointstoPoints.txt                 |    0
 .../{2.1.2 => 2.3.0}/ConvertPointstoLine(s).txt    |    0
 .../ConvertPolygonLineVerticestoPoints.txt         |    0
 .../{2.1.2 => 2.3.0}/ConvertPolygonstoLines.txt    |    0
 .../description/{2.1.2 => 2.3.0}/ConvexHull.txt    |    0
 .../{2.2.3 => 2.3.0}/CreateLinesGraticule.txt      |    0
 .../{2.2.3 => 2.3.0}/CreatePolygonsGraticule.txt   |    0
 .../description/{2.1.3 => 2.3.0}/CropToData.txt    |    0
 .../Cross-ClassificationandTabulation.txt          |    0
 .../description/{2.1.2 => 2.3.0}/CrossProfiles.txt |    0
 .../{2.1.3 => 2.3.0}/CubicSplineApproximation.txt  |    0
 .../{2.1.2 => 2.3.0}/CurvatureClassification.txt   |    0
 .../{2.1.3 => 2.3.0}/CutShapesLayer.txt            |    0
 .../{2.1.2 => 2.3.0}/DTMFilter(slope-based).txt    |    0
 .../DiffusiveHillslopeEvolution(ADI).txt           |    0
 .../DiffusiveHillslopeEvolution(FTCS).txt          |    0
 .../DirectionalStatisticsforSingleGrid.txt         |    0
 .../{2.1.2 => 2.3.0}/DistanceMatrix.txt            |    0
 .../{2.1.2 => 2.3.0}/DiurnalAnisotropicHeating.txt |    0
 .../{2.2.3 => 2.3.0}/DiversityOfCategories.txt     |    0
 .../{2.1.2 => 2.3.0}/DownslopeDistanceGradient.txt |    0
 .../{2.1.2 => 2.3.0}/EdgeContamination.txt         |    0
 .../{2.1.2 => 2.3.0}/EffectiveAirFlowHeights.txt   |    0
 .../FastRegionGrowingAlgorithm.txt                 |    0
 .../{2.1.2 => 2.3.0}/FastRepresentativeness.txt    |    0
 .../{2.1.2 => 2.3.0}/FillGapsinRecords.txt         |    0
 .../FillSinks(PlanchonDarboux,2001).txt            |    0
 .../{2.2.3 => 2.3.0}/FillSinks(QMofESP).txt        |    0
 .../{2.1.2 => 2.3.0}/FillSinks(WangLiu).txt        |    0
 .../{2.1.2 => 2.3.0}/FillSinksXXL(WangLiu).txt     |    0
 .../description/{2.1.2 => 2.3.0}/FilterClumps.txt  |    0
 .../{2.1.2 => 2.3.0}/FireRiskAnalysis.txt          |    0
 .../{2.1.2 => 2.3.0}/FitNPointstoshape.txt         |    0
 .../description/{2.1.2 => 2.3.0}/FlatDetection.txt |    0
 .../{2.2.0 => 2.3.0}/FlattenPolygonLayer.txt       |    0
 .../FlowAccumulation(FlowTracing).txt              |    4 +-
 .../{2.2.3 => 2.3.0}/FlowAccumulation(QMofESP).txt |    0
 .../FlowAccumulation(Recursive).txt                |    0
 .../FlowAccumulation(Top-Down).txt                 |    0
 .../{2.1.2 => 2.3.0}/FlowPathLength.txt            |    0
 .../FlowWidthandSpecificCatchmentArea.txt          |    0
 .../Fragmentation(Alternative).txt                 |    0
 .../{2.1.2 => 2.3.0}/Fragmentation(Standard).txt   |    0
 ...gmentationClassesfromDensityandConnectivity.txt |    0
 .../saga/description/{2.1.2 => 2.3.0}/Function.txt |    0
 .../saga/description/{2.1.2 => 2.3.0}/Fuzzify.txt  |    0
 .../{2.1.2 => 2.3.0}/FuzzyIntersection(AND).txt    |    0
 .../{2.1.2 => 2.3.0}/FuzzyUnion(OR).txt            |    0
 .../{2.1.2 => 2.3.0}/GaussianFilter.txt            |    0
 ...aphicallyWeightedMultipleRegression(Points).txt |    0
 ...allyWeightedMultipleRegression(PointsGrids).txt |    0
 .../GeographicallyWeightedMultipleRegression.txt   |    0
 ...eographicallyWeightedRegression(PointsGrid).txt |    0
 .../GeographicallyWeightedRegression.txt           |    0
 .../{2.1.2 => 2.3.0}/GeometricFigures.txt          |    0
 .../{2.1.2 => 2.3.0}/GetShapesExtents.txt          |    0
 .../{2.1.2 => 2.3.0}/GlobalMoransIforGrids.txt     |    0
 ...adientVectorfromCartesiantoPolarCoordinates.txt |    0
 ...adientVectorfromPolartoCartesianCoordinates.txt |    0
 .../GradientVectorsfromDirectionalComponents.txt   |    0
 .../GradientVectorsfromDirectionandLength.txt      |    0
 .../GradientVectorsfromSurface.txt                 |    0
 .../description/{2.1.2 => 2.3.0}/GridBuffer.txt    |    0
 .../{2.1.2 => 2.3.0}/GridCalculator.txt            |    0
 .../description/{2.1.2 => 2.3.0}/GridCellIndex.txt |    0
 .../{2.1.2 => 2.3.0}/GridDifference.txt            |    0
 .../description/{2.1.2 => 2.3.0}/GridDivision.txt  |    0
 .../description/{2.2.3 => 2.3.0}/GridMasking.txt   |    0
 .../{2.1.2 => 2.3.0}/GridNormalisation.txt         |    0
 .../{2.1.2 => 2.3.0}/GridOrientation.txt           |    0
 .../{2.1.2 => 2.3.0}/GridProximityBuffer.txt       |    0
 .../{2.1.2 => 2.3.0}/GridSkeletonization.txt       |    0
 .../{2.1.2 => 2.3.0}/GridStandardisation.txt       |    0
 .../{2.2.3 => 2.3.0}/GridStatisticsforPolygons.txt |    0
 .../GridValuestoPoints(randomly).txt               |    0
 .../{2.1.2 => 2.3.0}/GridValuestoPoints.txt        |    0
 .../description/{2.1.2 => 2.3.0}/GridVolume.txt    |    0
 .../description/{2.1.2 => 2.3.0}/GridsProduct.txt  |    0
 .../saga/description/{2.1.2 => 2.3.0}/GridsSum.txt |    0
 .../{2.1.2 => 2.3.0}/HistogramSurface.txt          |    0
 .../description/{2.1.2 => 2.3.0}/Hypsometry.txt    |    0
 .../{2.2.0 => 2.3.0}/InverseDistanceWeighted.txt   |    0
 .../{2.1.2 => 2.3.0}/InvertDataNo-Data.txt         |    0
 .../{2.1.3 => 2.3.0}/KernelDensityEstimation.txt   |    0
 .../saga/description/{2.1.2 => 2.3.0}/LSFactor.txt |    0
 .../description/{2.1.2 => 2.3.0}/LakeFlood.txt     |    0
 .../{2.1.2 => 2.3.0}/LandSurfaceTemperature.txt    |    0
 .../{2.1.2 => 2.3.0}/LaplacianFilter.txt           |    0
 .../{2.1.2 => 2.3.0}/Layerofextremevalue.txt       |    0
 .../{2.1.2 => 2.3.0}/LeastCostPaths.txt            |    0
 .../{2.1.2 => 2.3.0}/Line-PolygonIntersection.txt  |    0
 .../description/{2.1.2 => 2.3.0}/LineDissolve.txt  |    0
 .../{2.1.2 => 2.3.0}/LineProperties.txt            |    0
 .../{2.1.2 => 2.3.0}/LineSimplification.txt        |    0
 .../{2.1.2 => 2.3.0}/LocalMinimaandMaxima.txt      |    0
 .../{2.1.2 => 2.3.0}/MajorityFilter.txt            |    0
 .../{2.1.2 => 2.3.0}/MassBalanceIndex.txt          |    0
 .../description/{2.1.2 => 2.3.0}/MergeLayers.txt   |    0
 .../{2.1.2 => 2.3.0}/MetricConversions.txt         |    0
 .../{2.1.2 => 2.3.0}/MinimumDistanceAnalysis.txt   |    0
 .../{2.1.3 => 2.3.0}/ModifiedQuadraticShepard.txt  |    0
 .../{2.1.2 => 2.3.0}/MorphologicalFilter.txt       |    0
 .../MorphometricProtectionIndex.txt                |    0
 .../description/{2.2.3 => 2.3.0}/Mosaicking.txt    |    0
 .../{2.1.2 => 2.3.0}/Multi-BandVariation.txt       |    0
 .../{2.1.2 => 2.3.0}/MultiDirectionLeeFilter.txt   |    0
 .../MultilevelB-SplineInterpolation(fromGrid).txt  |    0
 .../MultilevelB-SplineInterpolation.txt            |    0
 ...ultilevelB-SplineInterpolationforCategories.txt |    0
 .../MultipleRegressionAnalysis(GridGrids).txt      |    0
 .../MultipleRegressionAnalysis(PointsGrids).txt    |    0
 ...esolutionIndexofValleyBottomFlatness(MRVBF).txt |    0
 .../{2.1.3 => 2.3.0}/NaturalNeighbour.txt          |    0
 .../{2.1.3 => 2.3.0}/NearestNeighbour.txt          |    0
 .../OrderedWeightedAveraging(OWA).txt              |    0
 .../{2.2.2 => 2.3.0}/OrdinaryKriging(Global).txt   |    0
 .../{2.2.2 => 2.3.0}/OrdinaryKriging.txt           |    0
 .../OverlandFlow-KinematicWaveD8.txt               |    0
 .../OverlandFlowDistancetoChannelNetwork.txt       |    0
 .../saga/description/{2.1.2 => 2.3.0}/Patching.txt |    0
 .../{2.1.2 => 2.3.0}/PatternAnalysis.txt           |    0
 .../PointStatisticsforPolygons.txt                 |    0
 .../description/{2.1.2 => 2.3.0}/PointsFilter.txt  |    0
 .../{2.1.2 => 2.3.0}/PointsThinning.txt            |    0
 .../PolartoCartesianCoordinates.txt                |    0
 .../{2.1.2 => 2.3.0}/Polygon-LineIntersection.txt  |    0
 .../{2.1.2 => 2.3.0}/PolygonCentroids.txt          |    0
 .../{2.2.0 => 2.3.0}/PolygonClipping.txt           |    0
 .../{2.1.2 => 2.3.0}/PolygonDifference.txt         |    0
 .../{2.1.2 => 2.3.0}/PolygonDissolve.txt           |    0
 .../{2.1.2 => 2.3.0}/PolygonDissolveAllPolygs.txt  |    0
 .../{2.1.2 => 2.3.0}/PolygonIdentity.txt           |    0
 .../{2.1.2 => 2.3.0}/PolygonIntersect.txt          |    0
 .../PolygonPartstoSeparatePolygons.txt             |    0
 .../{2.1.2 => 2.3.0}/PolygonProperties.txt         |    0
 .../{2.2.0 => 2.3.0}/PolygonSelfIntersection.txt   |    0
 .../{2.1.2 => 2.3.0}/PolygonShapeIndices.txt       |    0
 .../PolygonSymmetricalDifference.txt               |    0
 .../description/{2.1.2 => 2.3.0}/PolygonUnion.txt  |    0
 .../description/{2.1.2 => 2.3.0}/PolygonUpdate.txt |    0
 .../{2.1.2 => 2.3.0}/PolygonstoEdgesandNodes.txt   |    0
 .../{2.1.3 => 2.3.0}/PolynomialRegression.txt      |    0
 .../PrincipleComponentsAnalysis.txt                |    0
 .../{2.1.2 => 2.3.0}/Profilefrompoints.txt         |    0
 .../{2.1.2 => 2.3.0}/ProfilesfromLines.txt         |    0
 .../description/{2.1.2 => 2.3.0}/ProximityGrid.txt |    0
 .../{2.1.2 => 2.3.0}/QuadTreeStructuretoShapes.txt |    0
 .../description/{2.1.2 => 2.3.0}/RGBComposite.txt  |    0
 .../{2.1.2 => 2.3.0}/RadiusofVariance(Grid).txt    |    0
 .../description/{2.1.3 => 2.3.0}/RandomField.txt   |    0
 .../{2.1.2 => 2.3.0}/RandomTerrainGeneration.txt   |    0
 .../description/{2.1.2 => 2.3.0}/RankFilter.txt    |    0
 .../{2.1.2 => 2.3.0}/RealSurfaceArea.txt           |    0
 .../{2.1.2 => 2.3.0}/ReclassifyGridValues.txt      |    0
 .../RegressionAnalysis(PointsGrid).txt             |    0
 .../RelativeHeightsandSlopePositions.txt           |    0
 .../{2.1.2 => 2.3.0}/RemoveDuplicatePoints.txt     |    0
 .../{2.1.2 => 2.3.0}/Representativeness(Grid).txt  |    0
 .../description/{2.2.3 => 2.3.0}/Resampling.txt    |    0
 .../{2.2.3 => 2.3.0}/ResidualAnalysis(Grid).txt    |    0
 .../{2.1.2 => 2.3.0}/RunningAverage.txt            |    0
 .../{2.1.2 => 2.3.0}/SAGAWetnessIndex.txt          |    0
 .../{2.1.2 => 2.3.0}/SeedGeneration.txt            |    0
 .../{2.1.3 => 2.3.0}/Separatepointsbydirection.txt |    0
 .../description/{2.1.2 => 2.3.0}/ShapesBuffer.txt  |    0
 .../{2.1.2 => 2.3.0}/ShapesBufferFixed.txt         |    0
 .../description/{2.2.0 => 2.3.0}/ShapestoGrid.txt  |    0
 .../{2.2.0 => 2.3.0}/SharedPolygonEdges.txt        |    0
 .../{2.1.2 => 2.3.0}/ShrinkAndExpand.txt           |    0
 .../description/{2.1.2 => 2.3.0}/SimpleFilter.txt  |    0
 .../{2.1.2 => 2.3.0}/SimpleRegionGrowing.txt       |    0
 .../description/{2.1.2 => 2.3.0}/Simulation.txt    |    0
 .../SinkDrainageRouteDetection.txt                 |    0
 .../description/{2.1.2 => 2.3.0}/SinkRemoval.txt   |    0
 .../description/{2.1.2 => 2.3.0}/SkyViewFactor.txt |    0
 .../{2.1.2 => 2.3.0}/Slope,Aspect,Curvature.txt    |    0
 .../description/{2.1.2 => 2.3.0}/SlopeLength.txt   |    0
 .../{2.1.2 => 2.3.0}/SoilTextureClassification.txt |    0
 .../SpatialPointPatternAnalysis.txt                |    0
 .../{2.1.2 => 2.3.0}/SplitShapesLayerRandomly.txt  |    0
 .../{2.1.3 => 2.3.0}/StatisticsforGrids.txt        |    0
 .../description/{2.1.2 => 2.3.0}/StrahlerOrder.txt |    0
 .../{2.1.2 => 2.3.0}/StreamPowerIndex.txt          |    0
 .../{2.2.3 => 2.3.0}/SuccessiveFlowRouting.txt     |    0
 .../{2.1.2 => 2.3.0}/SupervisedClassification.txt  |    0
 .../{2.1.2 => 2.3.0}/SurfaceSpecificPoints.txt     |    0
 .../TPIBasedLandformClassification.txt             |    0
 .../TerrainRuggednessIndex(TRI).txt                |    0
 .../{2.1.3 => 2.3.0}/ThinPlateSpline(TIN).txt      |    0
 .../{2.2.0 => 2.3.0}/ThinPlateSpline.txt           |    0
 .../{2.1.2 => 2.3.0}/ThresholdBuffer.txt           |    0
 .../{2.1.2 => 2.3.0}/TopographicCorrection.txt     |    0
 .../TopographicPositionIndex(TPI).txt              |    0
 .../TopographicWetnessIndex(TWI).txt               |    0
 .../Transectthroughpolygonshapefile.txt            |    0
 .../{2.1.3 => 2.3.0}/TransformShapes.txt           |    0
 .../{2.1.2 => 2.3.0}/TransposeGrids.txt            |    0
 .../description/{2.1.3 => 2.3.0}/Triangulation.txt |    0
 .../{2.2.0 => 2.3.0}/UniversalKriging(Global).txt  |    0
 .../{2.2.2 => 2.3.0}/UniversalKriging.txt          |    0
 .../description/{2.1.2 => 2.3.0}/UpslopeArea.txt   |    0
 .../{2.1.2 => 2.3.0}/UserDefinedFilter.txt         |    0
 .../{2.1.2 => 2.3.0}/VariogramCloud.txt            |    0
 .../{2.1.2 => 2.3.0}/VariogramSurface.txt          |    0
 .../VectorRuggednessMeasure(VRM).txt               |    0
 .../{2.2.2 => 2.3.0}/VectorisingGridClasses.txt    |    0
 .../VegetationIndex(SlopeBased).txt                |    0
 .../VerticalDistancetoChannelNetwork.txt           |    0
 .../{2.1.2 => 2.3.0}/WaterRetentionCapacity.txt    |    0
 .../{2.1.2 => 2.3.0}/WatershedBasins.txt           |    0
 .../{2.1.2 => 2.3.0}/WatershedSegmentation.txt     |    0
 .../WindEffect(WindwardLeewardIndex).txt           |    0
 .../{2.1.2 => 2.3.0}/ZonalGridStatistics.txt       |    0
 python/plugins/processing/gui/ProcessingToolbox.py |    2 +-
 python/plugins/processing/tools/vector.py          |    8 +
 rpm/qgis.spec.template                             |    3 -
 src/app/composer/qgscomposer.cpp                   |   14 +-
 src/app/main.cpp                                   |    5 +
 src/app/qgisapp.cpp                                |   21 +-
 src/app/qgisapp.h                                  |    3 +
 src/app/qgsalignrasterdialog.cpp                   |    1 +
 src/app/qgsattributetabledialog.cpp                |   16 +-
 src/app/qgsbookmarks.cpp                           |    8 +-
 src/app/qgsfieldsproperties.cpp                    |   10 +-
 src/app/qgsvisibilitypresets.cpp                   |    8 +-
 src/core/composer/qgscomposerlegend.cpp            |    2 +-
 src/core/layertree/qgslayertreegroup.cpp           |    8 +-
 src/core/layertree/qgslayertreegroup.h             |   18 +-
 src/core/layertree/qgslayertreelayer.cpp           |  109 +-
 src/core/layertree/qgslayertreelayer.h             |   45 +-
 src/core/layertree/qgslayertreenode.cpp            |    6 +-
 src/core/layertree/qgslayertreenode.h              |    9 +-
 src/core/qgsmaprenderercustompainterjob.cpp        |   28 +-
 src/core/qgsmaprenderercustompainterjob.h          |    1 +
 src/core/qgsmaprendererjob.h                       |    8 +
 src/core/qgsmaprendererparalleljob.cpp             |   22 +
 src/core/qgsmaprendererparalleljob.h               |    1 +
 src/core/qgsmaprenderersequentialjob.cpp           |    9 +
 src/core/qgsmaprenderersequentialjob.h             |    1 +
 src/core/qgsofflineediting.cpp                     |   33 +
 src/core/qgsofflineediting.h                       |    5 +
 src/core/qgsogrutils.cpp                           |    9 +-
 src/core/qgsvectorlayer.cpp                        |   38 +-
 src/core/qgsvectorlayercache.cpp                   |   11 +-
 src/core/qgsvectorlayercache.h                     |   13 +-
 src/core/qgsvectorlayerfeatureiterator.cpp         |    5 +
 src/core/raster/qgsrasterlayerrenderer.cpp         |    2 +-
 src/gui/CMakeLists.txt                             |   19 +
 src/gui/attributetable/qgsattributetablemodel.cpp  |    2 +-
 src/gui/attributetable/qgsdualview.cpp             |  186 +-
 src/gui/attributetable/qgsdualview.h               |   17 +-
 .../qgsdefaultsearchwidgetwrapper.cpp              |    4 -
 src/gui/qgsfiledownloader.h                        |    4 +-
 src/gui/qgsmapcanvas.cpp                           |   13 +-
 src/gui/qgsmessagelogviewer.cpp                    |   16 +-
 src/gui/qgsmessagelogviewer.h                      |    8 +-
 src/providers/arcgisrest/qgsafsdataitems.cpp       |   18 +-
 src/providers/arcgisrest/qgsafsprovider.cpp        |    2 +-
 src/providers/arcgisrest/qgsafsproviderextern.cpp  |    4 +-
 src/providers/arcgisrest/qgsamsdataitems.cpp       |   16 +-
 src/providers/arcgisrest/qgsamsproviderextern.cpp  |    4 +-
 src/providers/ogr/qgsogrprovider.cpp               |   67 +-
 src/providers/ogr/qgsogrprovider.h                 |    7 +
 src/providers/wfs/qgswfscapabilities.cpp           |   35 +
 src/providers/wfs/qgswfscapabilities.h             |    1 +
 src/providers/wfs/qgswfsconstants.cpp              |    1 +
 src/providers/wfs/qgswfsconstants.h                |    1 +
 src/providers/wfs/qgswfsdatasourceuri.cpp          |   68 +-
 src/providers/wfs/qgswfsdatasourceuri.h            |    8 +-
 src/providers/wfs/qgswfsfeatureiterator.cpp        |   24 +
 src/providers/wms/qgswmscapabilities.cpp           |   35 +-
 src/server/qgsmslayercache.cpp                     |    9 +-
 src/server/qgswcsprojectparser.cpp                 |   26 +-
 src/server/qgswfsprojectparser.cpp                 |   20 +-
 tests/src/app/testqgsattributetable.cpp            |   39 +
 tests/src/core/testqgscomposition.cpp              |   90 +
 tests/src/core/testqgsvectorlayercache.cpp         |   62 +
 tests/src/gui/testqgsdualview.cpp                  |   31 +
 tests/src/python/CMakeLists.txt                    |    1 +
 tests/src/python/test_console.py                   |    8 +
 tests/src/python/test_provider_wfs.py              |  122 +
 tests/src/python/test_qgsappstartup.py             |    6 +-
 tests/src/python/test_qgsmaprenderer.py            |  112 +
 tests/src/python/test_qgsserver.py                 |    1 +
 578 files changed, 2036 insertions(+), 90617 deletions(-)
 create mode 100644 images/icons/qgis-icon-macos.png
 delete mode 100644 python/ext-libs/Jinja2-2.7.2-py2.7.egg-info/PKG-INFO
 delete mode 100644 python/ext-libs/Jinja2-2.7.2-py2.7.egg-info/SOURCES.txt
 delete mode 100644 python/ext-libs/Jinja2-2.7.2-py2.7.egg-info/dependency_links.txt
 delete mode 100644 python/ext-libs/Jinja2-2.7.2-py2.7.egg-info/entry_points.txt
 delete mode 100644 python/ext-libs/Jinja2-2.7.2-py2.7.egg-info/installed-files.txt
 delete mode 100644 python/ext-libs/Jinja2-2.7.2-py2.7.egg-info/not-zip-safe
 delete mode 100644 python/ext-libs/Jinja2-2.7.2-py2.7.egg-info/requires.txt
 delete mode 100644 python/ext-libs/Jinja2-2.7.2-py2.7.egg-info/top_level.txt
 delete mode 100644 python/ext-libs/Pygments-1.6-py2.7.egg-info/PKG-INFO
 delete mode 100644 python/ext-libs/Pygments-1.6-py2.7.egg-info/SOURCES.txt
 delete mode 100644 python/ext-libs/Pygments-1.6-py2.7.egg-info/dependency_links.txt
 delete mode 100644 python/ext-libs/Pygments-1.6-py2.7.egg-info/entry_points.txt
 delete mode 100644 python/ext-libs/Pygments-1.6-py2.7.egg-info/installed-files.txt
 delete mode 100644 python/ext-libs/Pygments-1.6-py2.7.egg-info/not-zip-safe
 delete mode 100644 python/ext-libs/Pygments-1.6-py2.7.egg-info/top_level.txt
 delete mode 100644 python/ext-libs/httplib2/CMakeLists.txt
 delete mode 100644 python/ext-libs/httplib2/__init__.py
 delete mode 100644 python/ext-libs/httplib2/iri2uri.py
 delete mode 100644 python/ext-libs/httplib2/socks.py
 delete mode 100644 python/ext-libs/jinja2/__init__.py
 delete mode 100644 python/ext-libs/jinja2/_compat.py
 delete mode 100644 python/ext-libs/jinja2/_stringdefs.py
 delete mode 100644 python/ext-libs/jinja2/bccache.py
 delete mode 100644 python/ext-libs/jinja2/compiler.py
 delete mode 100644 python/ext-libs/jinja2/constants.py
 delete mode 100644 python/ext-libs/jinja2/debug.py
 delete mode 100644 python/ext-libs/jinja2/defaults.py
 delete mode 100644 python/ext-libs/jinja2/environment.py
 delete mode 100644 python/ext-libs/jinja2/exceptions.py
 delete mode 100644 python/ext-libs/jinja2/ext.py
 delete mode 100644 python/ext-libs/jinja2/filters.py
 delete mode 100644 python/ext-libs/jinja2/lexer.py
 delete mode 100644 python/ext-libs/jinja2/loaders.py
 delete mode 100644 python/ext-libs/jinja2/meta.py
 delete mode 100644 python/ext-libs/jinja2/nodes.py
 delete mode 100644 python/ext-libs/jinja2/optimizer.py
 delete mode 100644 python/ext-libs/jinja2/parser.py
 delete mode 100644 python/ext-libs/jinja2/runtime.py
 delete mode 100644 python/ext-libs/jinja2/sandbox.py
 delete mode 100644 python/ext-libs/jinja2/tests.py
 delete mode 100644 python/ext-libs/jinja2/testsuite/__init__.py
 delete mode 100644 python/ext-libs/jinja2/testsuite/api.py
 delete mode 100644 python/ext-libs/jinja2/testsuite/bytecode_cache.py
 delete mode 100644 python/ext-libs/jinja2/testsuite/core_tags.py
 delete mode 100644 python/ext-libs/jinja2/testsuite/debug.py
 delete mode 100644 python/ext-libs/jinja2/testsuite/doctests.py
 delete mode 100644 python/ext-libs/jinja2/testsuite/ext.py
 delete mode 100644 python/ext-libs/jinja2/testsuite/filters.py
 delete mode 100644 python/ext-libs/jinja2/testsuite/imports.py
 delete mode 100644 python/ext-libs/jinja2/testsuite/inheritance.py
 delete mode 100644 python/ext-libs/jinja2/testsuite/lexnparse.py
 delete mode 100644 python/ext-libs/jinja2/testsuite/loader.py
 delete mode 100644 python/ext-libs/jinja2/testsuite/regression.py
 delete mode 100644 python/ext-libs/jinja2/testsuite/res/__init__.py
 delete mode 100644 python/ext-libs/jinja2/testsuite/res/templates/broken.html
 delete mode 100644 python/ext-libs/jinja2/testsuite/res/templates/foo/test.html
 delete mode 100644 python/ext-libs/jinja2/testsuite/res/templates/syntaxerror.html
 delete mode 100644 python/ext-libs/jinja2/testsuite/res/templates/test.html
 delete mode 100644 python/ext-libs/jinja2/testsuite/security.py
 delete mode 100644 python/ext-libs/jinja2/testsuite/tests.py
 delete mode 100644 python/ext-libs/jinja2/testsuite/utils.py
 delete mode 100644 python/ext-libs/jinja2/utils.py
 delete mode 100644 python/ext-libs/jinja2/visitor.py
 delete mode 100644 python/ext-libs/pygments/__init__.py
 delete mode 100644 python/ext-libs/pygments/cmdline.py
 delete mode 100644 python/ext-libs/pygments/console.py
 delete mode 100644 python/ext-libs/pygments/filter.py
 delete mode 100644 python/ext-libs/pygments/filters/__init__.py
 delete mode 100644 python/ext-libs/pygments/formatter.py
 delete mode 100644 python/ext-libs/pygments/formatters/__init__.py
 delete mode 100644 python/ext-libs/pygments/formatters/_mapping.py
 delete mode 100644 python/ext-libs/pygments/formatters/bbcode.py
 delete mode 100644 python/ext-libs/pygments/formatters/html.py
 delete mode 100644 python/ext-libs/pygments/formatters/img.py
 delete mode 100644 python/ext-libs/pygments/formatters/latex.py
 delete mode 100644 python/ext-libs/pygments/formatters/other.py
 delete mode 100644 python/ext-libs/pygments/formatters/rtf.py
 delete mode 100644 python/ext-libs/pygments/formatters/svg.py
 delete mode 100644 python/ext-libs/pygments/formatters/terminal.py
 delete mode 100644 python/ext-libs/pygments/formatters/terminal256.py
 delete mode 100644 python/ext-libs/pygments/lexer.py
 delete mode 100644 python/ext-libs/pygments/lexers/__init__.py
 delete mode 100644 python/ext-libs/pygments/lexers/_asybuiltins.py
 delete mode 100644 python/ext-libs/pygments/lexers/_clbuiltins.py
 delete mode 100644 python/ext-libs/pygments/lexers/_lassobuiltins.py
 delete mode 100644 python/ext-libs/pygments/lexers/_luabuiltins.py
 delete mode 100644 python/ext-libs/pygments/lexers/_mapping.py
 delete mode 100644 python/ext-libs/pygments/lexers/_openedgebuiltins.py
 delete mode 100644 python/ext-libs/pygments/lexers/_phpbuiltins.py
 delete mode 100644 python/ext-libs/pygments/lexers/_postgres_builtins.py
 delete mode 100644 python/ext-libs/pygments/lexers/_robotframeworklexer.py
 delete mode 100644 python/ext-libs/pygments/lexers/_scilab_builtins.py
 delete mode 100644 python/ext-libs/pygments/lexers/_sourcemodbuiltins.py
 delete mode 100644 python/ext-libs/pygments/lexers/_stan_builtins.py
 delete mode 100644 python/ext-libs/pygments/lexers/_vimbuiltins.py
 delete mode 100644 python/ext-libs/pygments/lexers/agile.py
 delete mode 100644 python/ext-libs/pygments/lexers/asm.py
 delete mode 100644 python/ext-libs/pygments/lexers/compiled.py
 delete mode 100644 python/ext-libs/pygments/lexers/dalvik.py
 delete mode 100644 python/ext-libs/pygments/lexers/dotnet.py
 delete mode 100644 python/ext-libs/pygments/lexers/foxpro.py
 delete mode 100644 python/ext-libs/pygments/lexers/functional.py
 delete mode 100644 python/ext-libs/pygments/lexers/hdl.py
 delete mode 100644 python/ext-libs/pygments/lexers/jvm.py
 delete mode 100644 python/ext-libs/pygments/lexers/math.py
 delete mode 100644 python/ext-libs/pygments/lexers/other.py
 delete mode 100644 python/ext-libs/pygments/lexers/parsers.py
 delete mode 100644 python/ext-libs/pygments/lexers/shell.py
 delete mode 100644 python/ext-libs/pygments/lexers/special.py
 delete mode 100644 python/ext-libs/pygments/lexers/sql.py
 delete mode 100644 python/ext-libs/pygments/lexers/templates.py
 delete mode 100644 python/ext-libs/pygments/lexers/text.py
 delete mode 100644 python/ext-libs/pygments/lexers/web.py
 delete mode 100644 python/ext-libs/pygments/plugin.py
 delete mode 100644 python/ext-libs/pygments/scanner.py
 delete mode 100644 python/ext-libs/pygments/style.py
 delete mode 100644 python/ext-libs/pygments/styles/__init__.py
 delete mode 100644 python/ext-libs/pygments/styles/autumn.py
 delete mode 100644 python/ext-libs/pygments/styles/borland.py
 delete mode 100644 python/ext-libs/pygments/styles/bw.py
 delete mode 100644 python/ext-libs/pygments/styles/colorful.py
 delete mode 100644 python/ext-libs/pygments/styles/default.py
 delete mode 100644 python/ext-libs/pygments/styles/emacs.py
 delete mode 100644 python/ext-libs/pygments/styles/friendly.py
 delete mode 100644 python/ext-libs/pygments/styles/fruity.py
 delete mode 100644 python/ext-libs/pygments/styles/manni.py
 delete mode 100644 python/ext-libs/pygments/styles/monokai.py
 delete mode 100644 python/ext-libs/pygments/styles/murphy.py
 delete mode 100644 python/ext-libs/pygments/styles/native.py
 delete mode 100644 python/ext-libs/pygments/styles/pastie.py
 delete mode 100644 python/ext-libs/pygments/styles/perldoc.py
 delete mode 100644 python/ext-libs/pygments/styles/rrt.py
 delete mode 100644 python/ext-libs/pygments/styles/tango.py
 delete mode 100644 python/ext-libs/pygments/styles/trac.py
 delete mode 100644 python/ext-libs/pygments/styles/vim.py
 delete mode 100644 python/ext-libs/pygments/styles/vs.py
 delete mode 100644 python/ext-libs/pygments/token.py
 delete mode 100644 python/ext-libs/pygments/unistring.py
 delete mode 100644 python/ext-libs/pygments/util.py
 delete mode 100644 python/ext-libs/requests-2.10.0.dist-info/DESCRIPTION.rst
 delete mode 100644 python/ext-libs/requests-2.10.0.dist-info/METADATA
 delete mode 100644 python/ext-libs/requests-2.10.0.dist-info/RECORD
 delete mode 100644 python/ext-libs/requests-2.10.0.dist-info/WHEEL
 delete mode 100644 python/ext-libs/requests-2.10.0.dist-info/metadata.json
 delete mode 100644 python/ext-libs/requests-2.10.0.dist-info/top_level.txt
 delete mode 100644 python/ext-libs/requests/__init__.py
 delete mode 100644 python/ext-libs/requests/adapters.py
 delete mode 100644 python/ext-libs/requests/api.py
 delete mode 100644 python/ext-libs/requests/auth.py
 delete mode 100644 python/ext-libs/requests/cacert.pem
 delete mode 100644 python/ext-libs/requests/certs.py
 delete mode 100644 python/ext-libs/requests/compat.py
 delete mode 100644 python/ext-libs/requests/cookies.py
 delete mode 100644 python/ext-libs/requests/exceptions.py
 delete mode 100644 python/ext-libs/requests/hooks.py
 delete mode 100644 python/ext-libs/requests/models.py
 delete mode 100644 python/ext-libs/requests/packages/__init__.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/__init__.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/big5freq.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/big5prober.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/chardetect.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/chardistribution.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/charsetgroupprober.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/charsetprober.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/codingstatemachine.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/compat.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/constants.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/cp949prober.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/escprober.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/escsm.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/eucjpprober.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/euckrfreq.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/euckrprober.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/euctwfreq.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/euctwprober.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/gb2312freq.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/gb2312prober.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/hebrewprober.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/jisfreq.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/jpcntx.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/langbulgarianmodel.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/langcyrillicmodel.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/langgreekmodel.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/langhebrewmodel.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/langhungarianmodel.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/langthaimodel.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/latin1prober.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/mbcharsetprober.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/mbcsgroupprober.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/mbcssm.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/sbcharsetprober.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/sbcsgroupprober.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/sjisprober.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/universaldetector.py
 delete mode 100644 python/ext-libs/requests/packages/chardet/utf8prober.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/__init__.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/_collections.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/connection.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/connectionpool.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/contrib/__init__.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/contrib/appengine.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/contrib/ntlmpool.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/contrib/pyopenssl.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/contrib/socks.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/exceptions.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/fields.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/filepost.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/packages/__init__.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/packages/ordered_dict.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/packages/six.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/poolmanager.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/request.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/response.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/util/__init__.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/util/connection.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/util/request.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/util/response.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/util/retry.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/util/ssl_.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/util/timeout.py
 delete mode 100644 python/ext-libs/requests/packages/urllib3/util/url.py
 delete mode 100644 python/ext-libs/requests/sessions.py
 delete mode 100644 python/ext-libs/requests/status_codes.py
 delete mode 100644 python/ext-libs/requests/structures.py
 delete mode 100644 python/ext-libs/requests/utils.py
 copy python/plugins/processing/algs/saga/{SagaAlgorithm214.py => SagaAlgorithm230.py} (82%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/AccumulatedCost(Anisotropic).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/AccumulatedCost(Isotropic).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.3 => 2.3.0}/AddCoordinatestopoints.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/AddGridValuestoPoints.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/AddGridValuestoShapes.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.0 => 2.3.0}/AddPointAttributestoPolygons.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/AddPolygonAttributestoPoints.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/Aggregate.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/AggregatePointObservations.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/AggregationIndex.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/AnalyticalHierarchyProcess.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/AnalyticalHillshading.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.3 => 2.3.0}/B-SplineApproximation.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/BurnStreamNetworkintoDEM.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/CellBalance.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ChangeDateFormat.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ChangeDetection.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ChangeGridValues.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ChangeTimeFormat.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ChannelNetwork.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ChannelNetworkandDrainageBasins.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ClipGridwithPolygon.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ClipPointswithPolygons.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/CloseGaps.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/CloseGapswithSpline.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/CloseOneCellGaps.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ClusterAnalysisforGrids.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.2 => 2.3.0}/ConfusionMatrix(GridPolygons).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.3 => 2.3.0}/ContourLinesfromGrid.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ConvergenceIndex(SearchRadius).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ConvergenceIndex.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ConvertDataStorageType.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ConvertLinestoPoints.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ConvertLinestoPolygons.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ConvertMultipointstoPoints.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ConvertPointstoLine(s).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ConvertPolygonLineVerticestoPoints.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ConvertPolygonstoLines.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ConvexHull.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.3 => 2.3.0}/CreateLinesGraticule.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.3 => 2.3.0}/CreatePolygonsGraticule.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.3 => 2.3.0}/CropToData.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/Cross-ClassificationandTabulation.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/CrossProfiles.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.3 => 2.3.0}/CubicSplineApproximation.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/CurvatureClassification.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.3 => 2.3.0}/CutShapesLayer.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/DTMFilter(slope-based).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.3 => 2.3.0}/DiffusiveHillslopeEvolution(ADI).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.3 => 2.3.0}/DiffusiveHillslopeEvolution(FTCS).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/DirectionalStatisticsforSingleGrid.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/DistanceMatrix.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/DiurnalAnisotropicHeating.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.3 => 2.3.0}/DiversityOfCategories.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/DownslopeDistanceGradient.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/EdgeContamination.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/EffectiveAirFlowHeights.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/FastRegionGrowingAlgorithm.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/FastRepresentativeness.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/FillGapsinRecords.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/FillSinks(PlanchonDarboux,2001).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.3 => 2.3.0}/FillSinks(QMofESP).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/FillSinks(WangLiu).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/FillSinksXXL(WangLiu).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/FilterClumps.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/FireRiskAnalysis.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/FitNPointstoshape.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/FlatDetection.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.0 => 2.3.0}/FlattenPolygonLayer.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.0 => 2.3.0}/FlowAccumulation(FlowTracing).txt (81%)
 copy python/plugins/processing/algs/saga/description/{2.2.3 => 2.3.0}/FlowAccumulation(QMofESP).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.0 => 2.3.0}/FlowAccumulation(Recursive).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.0 => 2.3.0}/FlowAccumulation(Top-Down).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/FlowPathLength.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/FlowWidthandSpecificCatchmentArea.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/Fragmentation(Alternative).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/Fragmentation(Standard).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/FragmentationClassesfromDensityandConnectivity.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/Function.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/Fuzzify.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/FuzzyIntersection(AND).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/FuzzyUnion(OR).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/GaussianFilter.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.3 => 2.3.0}/GeographicallyWeightedMultipleRegression(Points).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.3 => 2.3.0}/GeographicallyWeightedMultipleRegression(PointsGrids).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.3 => 2.3.0}/GeographicallyWeightedMultipleRegression.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.3 => 2.3.0}/GeographicallyWeightedRegression(PointsGrid).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.3 => 2.3.0}/GeographicallyWeightedRegression.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/GeometricFigures.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/GetShapesExtents.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/GlobalMoransIforGrids.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/GradientVectorfromCartesiantoPolarCoordinates.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/GradientVectorfromPolartoCartesianCoordinates.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/GradientVectorsfromDirectionalComponents.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/GradientVectorsfromDirectionandLength.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/GradientVectorsfromSurface.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/GridBuffer.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/GridCalculator.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/GridCellIndex.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/GridDifference.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/GridDivision.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.3 => 2.3.0}/GridMasking.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/GridNormalisation.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/GridOrientation.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/GridProximityBuffer.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/GridSkeletonization.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/GridStandardisation.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.3 => 2.3.0}/GridStatisticsforPolygons.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/GridValuestoPoints(randomly).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/GridValuestoPoints.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/GridVolume.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/GridsProduct.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/GridsSum.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/HistogramSurface.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/Hypsometry.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.0 => 2.3.0}/InverseDistanceWeighted.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/InvertDataNo-Data.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.3 => 2.3.0}/KernelDensityEstimation.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/LSFactor.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/LakeFlood.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/LandSurfaceTemperature.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/LaplacianFilter.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/Layerofextremevalue.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/LeastCostPaths.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/Line-PolygonIntersection.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/LineDissolve.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/LineProperties.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/LineSimplification.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/LocalMinimaandMaxima.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/MajorityFilter.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/MassBalanceIndex.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/MergeLayers.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/MetricConversions.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/MinimumDistanceAnalysis.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.3 => 2.3.0}/ModifiedQuadraticShepard.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/MorphologicalFilter.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/MorphometricProtectionIndex.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.3 => 2.3.0}/Mosaicking.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/Multi-BandVariation.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/MultiDirectionLeeFilter.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.3 => 2.3.0}/MultilevelB-SplineInterpolation(fromGrid).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.2 => 2.3.0}/MultilevelB-SplineInterpolation.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.0 => 2.3.0}/MultilevelB-SplineInterpolationforCategories.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/MultipleRegressionAnalysis(GridGrids).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/MultipleRegressionAnalysis(PointsGrids).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/MultiresolutionIndexofValleyBottomFlatness(MRVBF).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.3 => 2.3.0}/NaturalNeighbour.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.3 => 2.3.0}/NearestNeighbour.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/OrderedWeightedAveraging(OWA).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.2 => 2.3.0}/OrdinaryKriging(Global).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.2 => 2.3.0}/OrdinaryKriging.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/OverlandFlow-KinematicWaveD8.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/OverlandFlowDistancetoChannelNetwork.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/Patching.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/PatternAnalysis.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/PointStatisticsforPolygons.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/PointsFilter.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/PointsThinning.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/PolartoCartesianCoordinates.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/Polygon-LineIntersection.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/PolygonCentroids.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.0 => 2.3.0}/PolygonClipping.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/PolygonDifference.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/PolygonDissolve.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/PolygonDissolveAllPolygs.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/PolygonIdentity.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/PolygonIntersect.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/PolygonPartstoSeparatePolygons.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/PolygonProperties.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.0 => 2.3.0}/PolygonSelfIntersection.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/PolygonShapeIndices.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/PolygonSymmetricalDifference.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/PolygonUnion.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/PolygonUpdate.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/PolygonstoEdgesandNodes.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.3 => 2.3.0}/PolynomialRegression.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/PrincipleComponentsAnalysis.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/Profilefrompoints.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ProfilesfromLines.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ProximityGrid.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/QuadTreeStructuretoShapes.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/RGBComposite.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/RadiusofVariance(Grid).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.3 => 2.3.0}/RandomField.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/RandomTerrainGeneration.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/RankFilter.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/RealSurfaceArea.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ReclassifyGridValues.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/RegressionAnalysis(PointsGrid).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/RelativeHeightsandSlopePositions.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/RemoveDuplicatePoints.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/Representativeness(Grid).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.3 => 2.3.0}/Resampling.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.3 => 2.3.0}/ResidualAnalysis(Grid).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/RunningAverage.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/SAGAWetnessIndex.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/SeedGeneration.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.3 => 2.3.0}/Separatepointsbydirection.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ShapesBuffer.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ShapesBufferFixed.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.0 => 2.3.0}/ShapestoGrid.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.0 => 2.3.0}/SharedPolygonEdges.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ShrinkAndExpand.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/SimpleFilter.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/SimpleRegionGrowing.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/Simulation.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/SinkDrainageRouteDetection.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/SinkRemoval.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/SkyViewFactor.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/Slope,Aspect,Curvature.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/SlopeLength.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/SoilTextureClassification.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/SpatialPointPatternAnalysis.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/SplitShapesLayerRandomly.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.3 => 2.3.0}/StatisticsforGrids.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/StrahlerOrder.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/StreamPowerIndex.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.3 => 2.3.0}/SuccessiveFlowRouting.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/SupervisedClassification.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/SurfaceSpecificPoints.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.3 => 2.3.0}/TPIBasedLandformClassification.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/TerrainRuggednessIndex(TRI).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.3 => 2.3.0}/ThinPlateSpline(TIN).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.0 => 2.3.0}/ThinPlateSpline.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ThresholdBuffer.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/TopographicCorrection.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.3 => 2.3.0}/TopographicPositionIndex(TPI).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/TopographicWetnessIndex(TWI).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/Transectthroughpolygonshapefile.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.3 => 2.3.0}/TransformShapes.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/TransposeGrids.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.3 => 2.3.0}/Triangulation.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.0 => 2.3.0}/UniversalKriging(Global).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.2 => 2.3.0}/UniversalKriging.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/UpslopeArea.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/UserDefinedFilter.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/VariogramCloud.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/VariogramSurface.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/VectorRuggednessMeasure(VRM).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.2.2 => 2.3.0}/VectorisingGridClasses.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/VegetationIndex(SlopeBased).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/VerticalDistancetoChannelNetwork.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/WaterRetentionCapacity.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/WatershedBasins.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/WatershedSegmentation.txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/WindEffect(WindwardLeewardIndex).txt (100%)
 copy python/plugins/processing/algs/saga/description/{2.1.2 => 2.3.0}/ZonalGridStatistics.txt (100%)
 create mode 100644 tests/src/python/test_qgsmaprenderer.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qgis.git



More information about the Pkg-grass-devel mailing list