[qgis] branch upstream updated (7ebe32a -> 7b6636f)
Bas Couwenberg
sebastic at debian.org
Tue Oct 31 07:14:39 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 7ebe32a New upstream version 2.18.13+dfsg
new 7b6636f New upstream version 2.18.14+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 | 605 +++++++++++++++++++++
debian/changelog | 10 +-
debian/compat.in | 2 +-
debian/control.in | 27 +-
debian/mime/application/x-adobe-mif.desktop | 8 -
debian/mime/application/x-esri-crs.desktop | 8 -
debian/mime/application/x-esri-shape.desktop | 8 -
debian/mime/application/x-mapinfo-mif.desktop | 9 -
.../application/x-qgis-composer-template.desktop | 8 -
.../application/x-qgis-layer-definition.desktop | 8 -
.../mime/application/x-qgis-layer-settings.desktop | 8 -
debian/mime/application/x-qgis-project.desktop | 9 -
debian/mime/application/x-raster-aig.desktop | 8 -
debian/mime/application/x-raster-ecw.desktop | 8 -
debian/mime/application/x-raster-mrsid.desktop | 8 -
debian/python-qgis.install.in | 4 +-
debian/qgis-common.install | 1 -
debian/qgis-providers.install.in | 4 +-
debian/rules | 11 +-
doc/TRANSLATORS | 76 +--
i18n/qgis_de.ts | 197 ++++---
i18n/qgis_es.ts | 515 ++++++++++--------
python/core/geometry/qgsgeometry.sip | 9 +
python/core/qgsbrowsermodel.sip | 8 +-
python/core/qgsvectordataprovider.sip | 14 +-
python/core/qgsvectorlayereditbuffer.sip | 13 +
python/gui/qgsmaptoolcapture.sip | 9 +
python/gui/qgsvertexmarker.sip | 10 +
.../plugins/db_manager/db_plugins/gpkg/plugin.py | 2 +-
.../db_manager/db_plugins/spatialite/plugin.py | 6 +-
python/plugins/processing/algs/gdal/gdalcalc.py | 8 +-
python/plugins/processing/algs/gdal/rasterize.py | 3 +
.../plugins/processing/algs/gdal/rasterize_over.py | 2 +
.../algs/grass7/Grass7AlgorithmProvider.py | 2 -
.../processing/algs/grass7/description/nviz.txt | 8 -
.../algs/grass7/ext/v_build_polylines.py | 2 +-
.../processing/algs/grass7/ext/v_distance.py | 2 +-
.../plugins/processing/algs/grass7/ext/v_edit.py | 2 +-
.../processing/algs/grass7/ext/v_net_connect.py | 2 +-
.../processing/algs/grass7/ext/v_rast_stats.py | 2 +-
.../processing/algs/grass7/ext/v_vect_stats.py | 2 +-
.../processing/algs/grass7/ext/v_what_rast.py | 2 +-
.../processing/algs/grass7/ext/v_what_vect.py | 2 +-
python/plugins/processing/algs/grass7/nviz7.py | 183 -------
python/plugins/processing/algs/qgis/Clip.py | 2 +-
.../plugins/processing/algs/qgis/PointDistance.py | 36 +-
.../processing/algs/qgis/SelectByAttribute.py | 1 +
.../processing/algs/qgis/SelectByAttributeSum.py | 2 +-
.../processing/algs/qgis/SelectByExpression.py | 1 +
.../processing/algs/qgis/SelectByLocation.py | 1 +
.../processing/algs/qgis/ZonalStatistics.py | 5 +-
.../processing/algs/qgis/ui/FieldsMappingPanel.py | 2 +-
.../plugins/processing/algs/saga/SagaAlgorithm.py | 9 +-
.../processing/algs/saga/SagaNameDecorator.py | 2 +-
.../saga/description/AddGridValuestoPoints.txt | 2 +-
.../saga/description/AddGridValuestoShapes.txt | 2 +-
.../algs/saga/description/Distance(ViGrA).txt | 5 -
.../algs/saga/description/EdgeDetection(ViGrA).txt | 7 -
.../algs/saga/description/FourierFilter(ViGrA).txt | 9 -
.../description/FourierTransform(RealViGrA).txt | 4 -
.../saga/description/FourierTransform(ViGrA).txt | 6 -
.../description/FourierTransformInverse(ViGrA).txt | 6 -
.../saga/description/K-MeansClusteringforGrids.txt | 2 +-
.../description/MorphologicalFilter(ViGrA).txt | 8 -
.../MultipleRegressionAnalysis(GridGrids).txt | 17 +-
.../MultipleRegressionAnalysis(PointsGrids).txt | 22 +-
.../algs/saga/description/NaturalNeighbour.txt | 2 +-
.../saga/description/OrdinaryKriging(Global).txt | 4 +-
.../processing/algs/saga/description/Patching.txt | 4 +-
.../RandomForestPresencePrediction(ViGrA).txt | 20 -
.../description/RegressionAnalysis(PointsGrid).txt | 12 +-
.../algs/saga/description/RiverGridGeneration.txt | 6 +-
.../algs/saga/description/Smoothing(ViGrA).txt | 7 -
.../saga/description/UniversalKriging(Global).txt | 2 +-
.../description/WatershedSegmentation(ViGrA).txt | 7 -
...RegressionAnalysis(PointsandPredictorGrids).txt | 8 +-
.../plugins/processing/gui/AlgorithmDialogBase.py | 19 +-
.../plugins/processing/gui/GetScriptsAndModels.py | 3 -
python/plugins/processing/gui/ParametersPanel.py | 17 +-
python/plugins/processing/tools/vector.py | 4 +-
src/app/qgisapp.cpp | 52 +-
src/app/qgisapp.h | 2 +
src/app/qgsattributetabledialog.cpp | 11 +-
src/app/qgsbrowserdockwidget.cpp | 30 +-
src/app/qgsbrowserdockwidget.h | 2 +
src/app/qgsfieldcalculator.cpp | 7 +-
src/app/qgsmaptooladdpart.cpp | 4 +
src/app/qgsmaptooldeletepart.cpp | 6 +-
src/app/qgsmaptooldeletering.cpp | 6 +-
src/app/qgsmaptoolreshape.cpp | 2 +-
src/app/qgsmaptoolsimplify.cpp | 21 +-
src/auth/basic/qgsauthbasicmethod.cpp | 19 +-
src/auth/basic/qgsauthbasicmethod.h | 5 +-
src/auth/identcert/qgsauthidentcertmethod.cpp | 24 +-
src/auth/identcert/qgsauthidentcertmethod.h | 5 +-
src/auth/pkipaths/qgsauthpkipathsmethod.cpp | 24 +-
src/auth/pkipaths/qgsauthpkipathsmethod.h | 6 +-
src/auth/pkipkcs12/qgsauthpkcs12method.cpp | 24 +-
src/auth/pkipkcs12/qgsauthpkcs12method.h | 5 +-
src/core/dxf/qgsdxfexport.cpp | 9 +-
src/core/geometry/qgsgeometry.cpp | 17 +-
src/core/geometry/qgsgeometry.h | 9 +
src/core/layertree/qgslayertreemodel.cpp | 6 +
src/core/qgsbrowsermodel.cpp | 19 +-
src/core/qgsbrowsermodel.h | 17 +-
src/core/qgsofflineediting.cpp | 97 ++--
src/core/qgsofflineediting.h | 5 +
src/core/qgsvectordataprovider.cpp | 27 +
src/core/qgsvectordataprovider.h | 14 +-
src/core/qgsvectorlayer.cpp | 4 +-
src/core/qgsvectorlayereditbuffer.cpp | 82 ++-
src/core/qgsvectorlayereditbuffer.h | 13 +
src/core/qgsvectorlayereditutils.cpp | 43 +-
src/customwidgets/qgiscustomwidgets.cpp | 6 +-
src/customwidgets/qgsdockwidgetplugin.cpp | 1 +
src/gui/attributetable/qgsattributetablemodel.cpp | 3 +-
.../editorwidgets/qgsrelationreferencewidget.cpp | 16 +
src/gui/editorwidgets/qgsrelationreferencewidget.h | 4 +-
src/gui/qgsmaptoolcapture.cpp | 7 +
src/gui/qgsmaptoolcapture.h | 9 +
src/gui/qgsrelationeditorwidget.cpp | 1 +
.../qgssinglebandpseudocolorrendererwidget.cpp | 5 +
.../ui/qgsgeometrycheckerresulttab.cpp | 6 +-
.../ui/qgsgeometrycheckersetuptab.cpp | 6 +-
src/providers/gdal/qgsgdaldataitems.cpp | 6 +-
src/providers/ogr/qgsogrfeatureiterator.cpp | 33 +-
src/providers/ogr/qgsogrprovider.cpp | 70 ++-
src/providers/postgres/qgspostgresconn.cpp | 24 +-
src/providers/postgres/qgspostgresconn.h | 13 +-
src/providers/postgres/qgspostgresprovider.cpp | 15 +
src/providers/wfs/qgswfsdataitems.cpp | 6 +-
src/providers/wms/qgstilecache.cpp | 16 +-
src/providers/wms/qgswmscapabilities.h | 4 +-
tests/src/core/testqgstracer.cpp | 6 +-
tests/src/gui/testqgsrelationreferencewidget.cpp | 44 ++
tests/src/python/test_provider_ogr.py | 20 +-
tests/src/python/test_provider_ogr_sqlite.py | 16 +-
tests/src/python/test_provider_postgres.py | 16 +
tests/src/python/test_qgsgeometry.py | 11 +
tests/src/python/test_qgsvectorlayereditbuffer.py | 64 ++-
.../qgis_server/wms_getfeatureinfo_filter.txt | 1 +
.../qgis_server/wms_getfeatureinfo_filter_or.txt | 2 +
.../wms_getfeatureinfo_filter_or_utf8.txt | 2 +
.../test_gdb.gdb/a00000001.TablesByName.atx | Bin 0 -> 4118 bytes
tests/testdata/test_gdb.gdb/a00000001.gdbindexes | Bin 0 -> 110 bytes
tests/testdata/test_gdb.gdb/a00000001.gdbtable | Bin 0 -> 345 bytes
tests/testdata/test_gdb.gdb/a00000001.gdbtablx | Bin 0 -> 5152 bytes
tests/testdata/test_gdb.gdb/a00000002.gdbtable | Bin 0 -> 2055 bytes
tests/testdata/test_gdb.gdb/a00000002.gdbtablx | Bin 0 -> 5152 bytes
tests/testdata/test_gdb.gdb/a00000003.gdbindexes | Bin 0 -> 42 bytes
tests/testdata/test_gdb.gdb/a00000003.gdbtable | Bin 0 -> 758 bytes
tests/testdata/test_gdb.gdb/a00000003.gdbtablx | Bin 0 -> 5152 bytes
.../a00000004.CatItemsByPhysicalName.atx | Bin 0 -> 4118 bytes
.../test_gdb.gdb/a00000004.CatItemsByType.atx | Bin 0 -> 4118 bytes
tests/testdata/test_gdb.gdb/a00000004.FDO_UUID.atx | Bin 0 -> 4118 bytes
tests/testdata/test_gdb.gdb/a00000004.gdbindexes | Bin 0 -> 310 bytes
tests/testdata/test_gdb.gdb/a00000004.gdbtable | Bin 0 -> 12939 bytes
tests/testdata/test_gdb.gdb/a00000004.gdbtablx | Bin 0 -> 5152 bytes
tests/testdata/test_gdb.gdb/a00000004.spx | Bin 0 -> 4118 bytes
.../test_gdb.gdb/a00000005.CatItemTypesByName.atx | Bin 0 -> 12310 bytes
.../a00000005.CatItemTypesByParentTypeID.atx | Bin 0 -> 4118 bytes
.../test_gdb.gdb/a00000005.CatItemTypesByUUID.atx | Bin 0 -> 4118 bytes
tests/testdata/test_gdb.gdb/a00000005.gdbindexes | Bin 0 -> 296 bytes
tests/testdata/test_gdb.gdb/a00000005.gdbtable | Bin 0 -> 1803 bytes
tests/testdata/test_gdb.gdb/a00000005.gdbtablx | Bin 0 -> 5152 bytes
.../a00000006.CatRelsByDestinationID.atx | Bin 0 -> 4118 bytes
.../test_gdb.gdb/a00000006.CatRelsByOriginID.atx | Bin 0 -> 4118 bytes
.../test_gdb.gdb/a00000006.CatRelsByType.atx | Bin 0 -> 4118 bytes
tests/testdata/test_gdb.gdb/a00000006.FDO_UUID.atx | Bin 0 -> 4118 bytes
tests/testdata/test_gdb.gdb/a00000006.gdbindexes | Bin 0 -> 318 bytes
tests/testdata/test_gdb.gdb/a00000006.gdbtable | Bin 0 -> 409 bytes
tests/testdata/test_gdb.gdb/a00000006.gdbtablx | Bin 0 -> 5152 bytes
.../a00000007.CatRelTypesByBackwardLabel.atx | Bin 0 -> 4118 bytes
.../a00000007.CatRelTypesByDestItemTypeID.atx | Bin 0 -> 4118 bytes
.../a00000007.CatRelTypesByForwardLabel.atx | Bin 0 -> 4118 bytes
.../test_gdb.gdb/a00000007.CatRelTypesByName.atx | Bin 0 -> 4118 bytes
.../a00000007.CatRelTypesByOriginItemTypeID.atx | Bin 0 -> 4118 bytes
.../test_gdb.gdb/a00000007.CatRelTypesByUUID.atx | Bin 0 -> 4118 bytes
tests/testdata/test_gdb.gdb/a00000007.gdbindexes | Bin 0 -> 602 bytes
tests/testdata/test_gdb.gdb/a00000007.gdbtable | Bin 0 -> 2504 bytes
tests/testdata/test_gdb.gdb/a00000007.gdbtablx | Bin 0 -> 5152 bytes
tests/testdata/test_gdb.gdb/a00000009.gdbindexes | Bin 0 -> 116 bytes
tests/testdata/test_gdb.gdb/a00000009.gdbtable | Bin 0 -> 833 bytes
tests/testdata/test_gdb.gdb/a00000009.gdbtablx | Bin 0 -> 5152 bytes
tests/testdata/test_gdb.gdb/a00000009.spx | Bin 0 -> 4118 bytes
tests/testdata/test_gdb.gdb/a0000000a.gdbindexes | Bin 0 -> 116 bytes
tests/testdata/test_gdb.gdb/a0000000a.gdbtable | Bin 0 -> 793 bytes
tests/testdata/test_gdb.gdb/a0000000a.gdbtablx | Bin 0 -> 5152 bytes
tests/testdata/test_gdb.gdb/a0000000a.spx | Bin 0 -> 4118 bytes
tests/testdata/test_gdb.gdb/a0000000b.gdbindexes | Bin 0 -> 116 bytes
tests/testdata/test_gdb.gdb/a0000000b.gdbtable | Bin 0 -> 662 bytes
tests/testdata/test_gdb.gdb/a0000000b.gdbtablx | Bin 0 -> 5152 bytes
tests/testdata/test_gdb.gdb/a0000000b.spx | Bin 0 -> 4118 bytes
tests/testdata/test_gdb.gdb/gdb | Bin 0 -> 4 bytes
tests/testdata/test_gdb.gdb/timestamps | Bin 0 -> 400 bytes
196 files changed, 2090 insertions(+), 1063 deletions(-)
delete mode 100644 debian/mime/application/x-adobe-mif.desktop
delete mode 100644 debian/mime/application/x-esri-crs.desktop
delete mode 100644 debian/mime/application/x-esri-shape.desktop
delete mode 100644 debian/mime/application/x-mapinfo-mif.desktop
delete mode 100644 debian/mime/application/x-qgis-composer-template.desktop
delete mode 100644 debian/mime/application/x-qgis-layer-definition.desktop
delete mode 100644 debian/mime/application/x-qgis-layer-settings.desktop
delete mode 100644 debian/mime/application/x-qgis-project.desktop
delete mode 100644 debian/mime/application/x-raster-aig.desktop
delete mode 100644 debian/mime/application/x-raster-ecw.desktop
delete mode 100644 debian/mime/application/x-raster-mrsid.desktop
delete mode 100644 python/plugins/processing/algs/grass7/description/nviz.txt
delete mode 100644 python/plugins/processing/algs/grass7/nviz7.py
delete mode 100644 python/plugins/processing/algs/saga/description/Distance(ViGrA).txt
delete mode 100644 python/plugins/processing/algs/saga/description/EdgeDetection(ViGrA).txt
delete mode 100644 python/plugins/processing/algs/saga/description/FourierFilter(ViGrA).txt
delete mode 100644 python/plugins/processing/algs/saga/description/FourierTransform(RealViGrA).txt
delete mode 100644 python/plugins/processing/algs/saga/description/FourierTransform(ViGrA).txt
delete mode 100644 python/plugins/processing/algs/saga/description/FourierTransformInverse(ViGrA).txt
delete mode 100644 python/plugins/processing/algs/saga/description/MorphologicalFilter(ViGrA).txt
delete mode 100644 python/plugins/processing/algs/saga/description/RandomForestPresencePrediction(ViGrA).txt
delete mode 100644 python/plugins/processing/algs/saga/description/Smoothing(ViGrA).txt
delete mode 100644 python/plugins/processing/algs/saga/description/WatershedSegmentation(ViGrA).txt
create mode 100644 tests/testdata/test_gdb.gdb/a00000001.TablesByName.atx
create mode 100644 tests/testdata/test_gdb.gdb/a00000001.gdbindexes
create mode 100644 tests/testdata/test_gdb.gdb/a00000001.gdbtable
create mode 100644 tests/testdata/test_gdb.gdb/a00000001.gdbtablx
create mode 100644 tests/testdata/test_gdb.gdb/a00000002.gdbtable
create mode 100644 tests/testdata/test_gdb.gdb/a00000002.gdbtablx
create mode 100644 tests/testdata/test_gdb.gdb/a00000003.gdbindexes
create mode 100644 tests/testdata/test_gdb.gdb/a00000003.gdbtable
create mode 100644 tests/testdata/test_gdb.gdb/a00000003.gdbtablx
create mode 100644 tests/testdata/test_gdb.gdb/a00000004.CatItemsByPhysicalName.atx
create mode 100644 tests/testdata/test_gdb.gdb/a00000004.CatItemsByType.atx
create mode 100644 tests/testdata/test_gdb.gdb/a00000004.FDO_UUID.atx
create mode 100644 tests/testdata/test_gdb.gdb/a00000004.gdbindexes
create mode 100644 tests/testdata/test_gdb.gdb/a00000004.gdbtable
create mode 100644 tests/testdata/test_gdb.gdb/a00000004.gdbtablx
create mode 100644 tests/testdata/test_gdb.gdb/a00000004.spx
create mode 100644 tests/testdata/test_gdb.gdb/a00000005.CatItemTypesByName.atx
create mode 100644 tests/testdata/test_gdb.gdb/a00000005.CatItemTypesByParentTypeID.atx
create mode 100644 tests/testdata/test_gdb.gdb/a00000005.CatItemTypesByUUID.atx
create mode 100644 tests/testdata/test_gdb.gdb/a00000005.gdbindexes
create mode 100644 tests/testdata/test_gdb.gdb/a00000005.gdbtable
create mode 100644 tests/testdata/test_gdb.gdb/a00000005.gdbtablx
create mode 100644 tests/testdata/test_gdb.gdb/a00000006.CatRelsByDestinationID.atx
create mode 100644 tests/testdata/test_gdb.gdb/a00000006.CatRelsByOriginID.atx
create mode 100644 tests/testdata/test_gdb.gdb/a00000006.CatRelsByType.atx
create mode 100644 tests/testdata/test_gdb.gdb/a00000006.FDO_UUID.atx
create mode 100644 tests/testdata/test_gdb.gdb/a00000006.gdbindexes
create mode 100644 tests/testdata/test_gdb.gdb/a00000006.gdbtable
create mode 100644 tests/testdata/test_gdb.gdb/a00000006.gdbtablx
create mode 100644 tests/testdata/test_gdb.gdb/a00000007.CatRelTypesByBackwardLabel.atx
create mode 100644 tests/testdata/test_gdb.gdb/a00000007.CatRelTypesByDestItemTypeID.atx
create mode 100644 tests/testdata/test_gdb.gdb/a00000007.CatRelTypesByForwardLabel.atx
create mode 100644 tests/testdata/test_gdb.gdb/a00000007.CatRelTypesByName.atx
create mode 100644 tests/testdata/test_gdb.gdb/a00000007.CatRelTypesByOriginItemTypeID.atx
create mode 100644 tests/testdata/test_gdb.gdb/a00000007.CatRelTypesByUUID.atx
create mode 100644 tests/testdata/test_gdb.gdb/a00000007.gdbindexes
create mode 100644 tests/testdata/test_gdb.gdb/a00000007.gdbtable
create mode 100644 tests/testdata/test_gdb.gdb/a00000007.gdbtablx
create mode 100644 tests/testdata/test_gdb.gdb/a00000009.gdbindexes
create mode 100644 tests/testdata/test_gdb.gdb/a00000009.gdbtable
create mode 100644 tests/testdata/test_gdb.gdb/a00000009.gdbtablx
create mode 100644 tests/testdata/test_gdb.gdb/a00000009.spx
create mode 100644 tests/testdata/test_gdb.gdb/a0000000a.gdbindexes
create mode 100644 tests/testdata/test_gdb.gdb/a0000000a.gdbtable
create mode 100644 tests/testdata/test_gdb.gdb/a0000000a.gdbtablx
create mode 100644 tests/testdata/test_gdb.gdb/a0000000a.spx
create mode 100644 tests/testdata/test_gdb.gdb/a0000000b.gdbindexes
create mode 100644 tests/testdata/test_gdb.gdb/a0000000b.gdbtable
create mode 100644 tests/testdata/test_gdb.gdb/a0000000b.gdbtablx
create mode 100644 tests/testdata/test_gdb.gdb/a0000000b.spx
create mode 100644 tests/testdata/test_gdb.gdb/gdb
create mode 100644 tests/testdata/test_gdb.gdb/timestamps
--
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