[qgis] branch upstream updated (4676c1e -> 23c4e05)
Bas Couwenberg
sebastic at debian.org
Fri May 26 19:54:29 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 4676c1e Imported Upstream version 2.18.7+dfsg
new 23c4e05 Imported Upstream version 2.18.9+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 | 694 +
debian/changelog | 16 +-
debian/python-qgis.install.in | 2 +-
debian/qgis-common.install | 1 -
doc/CMakeLists.txt | 2 +-
doc/TRANSLATORS | 76 +-
doc/release-sponsors.html | 139 -
i18n/qgis_de.ts | 20748 +------------------
i18n/qgis_nl.ts | 2 +-
images/images.qrc | 1 +
ms-windows/osgeo4w/creatensis.pl | 2 +-
python/core/qgsvectordataprovider.sip | 6 +-
.../gui/attributetable/qgsattributetablemodel.sip | 5 +-
python/gui/qgsexternalresourcewidget.sip | 16 +-
python/gui/qgsfilewidget.sip | 14 +
python/gui/qgsfilterlineedit.sip | 24 +-
.../postgis/plugins/versioning/dlg_versioning.py | 2 +-
python/plugins/db_manager/dlg_import_vector.py | 13 +-
python/plugins/processing/algs/gdal/GdalUtils.py | 2 +
python/plugins/processing/algs/gdal/warp.py | 54 +-
python/plugins/processing/algs/qgis/HubDistance.py | 5 +-
.../plugins/processing/algs/qgis/Intersection.py | 36 +-
.../algs/qgis/RandomPointsPolygonsVariable.py | 7 +-
.../processing/algs/qgis/SaveSelectedFeatures.py | 4 +
.../processing/algs/qgis/SimplifyGeometries.py | 2 +-
.../algs/qgis/SinglePartsToMultiparts.py | 27 +-
python/plugins/processing/algs/qgis/Union.py | 11 +-
.../algs/qgis/ui/FieldsCalculatorDialog.py | 3 +-
python/plugins/processing/algs/r/RAlgorithm.py | 83 +-
python/plugins/processing/gui/BatchPanel.py | 6 +-
python/plugins/processing/gui/Postprocessing.py | 6 +-
.../tests/testdata/custom/single_part_poly.gfs | 21 +
.../tests/testdata/custom/single_part_poly.gml | 56 +
.../tests/testdata/expected/single_to_multi.gml | 43 +
...autoincrement_field.xsd => single_to_multi.xsd} | 8 +-
.../tests/testdata/qgis_algorithm_tests.yaml | 32 +-
python/plugins/processing/tools/dataobjects.py | 33 +-
python/plugins/processing/tools/spatialite.py | 1 +
scripts/update_ts.sh | 2 +-
scripts/update_ts_files.sh | 168 -
src/analysis/vector/qgspointsample.cpp | 6 +-
src/analysis/vector/qgspointsample.h | 2 +-
src/app/CMakeLists.txt | 4 +-
src/app/qgisapp.cpp | 33 +-
src/app/qgsattributetabledialog.cpp | 4 +-
src/app/qgsbookmarks.cpp | 2 +-
src/app/qgsfeatureaction.cpp | 3 +
src/app/qgsidentifyresultsdialog.cpp | 3 +-
src/app/qgsmaptoolrotatepointsymbols.cpp | 4 -
src/app/qgsprojectproperties.cpp | 2 +-
src/app/qgssponsors.cpp | 71 -
src/app/qgssponsors.h | 35 -
src/app/qgsstatisticalsummarydockwidget.cpp | 224 +-
src/app/qgsstatisticalsummarydockwidget.h | 21 +-
src/app/qgswelcomepageitemsmodel.cpp | 3 +-
src/core/composer/qgscomposermap.cpp | 4 +-
src/core/effects/qgstransformeffect.cpp | 2 +
src/core/geometry/qgsmultipointv2.cpp | 2 +-
src/core/layertree/qgslayertreemodel.cpp | 20 +-
src/core/qgsattributetableconfig.cpp | 13 +-
src/core/qgscoordinatereferencesystem.cpp | 4 +-
src/core/qgsfontutils.cpp | 2 +-
src/core/qgspallabeling.cpp | 9 +-
src/core/qgsproject.cpp | 2 +-
src/core/qgsvectordataprovider.cpp | 3 +-
src/core/qgsvectordataprovider.h | 6 +-
src/core/qgsvectorfilewriter.h | 62 +-
src/core/qgsvectorlayerimport.cpp | 15 +-
src/core/qgsvectorlayerjoinbuffer.cpp | 2 +
src/core/qgsvectorlayerrenderer.cpp | 2 +-
src/core/raster/qgsrasterdrawer.cpp | 5 +-
src/core/symbology-ng/qgssymbolv2.cpp | 37 +-
.../attributetable/qgsattributetabledelegate.cpp | 15 +-
.../qgsattributetablefiltermodel.cpp | 29 +-
.../attributetable/qgsattributetablefiltermodel.h | 2 +
src/gui/attributetable/qgsattributetablemodel.cpp | 54 +-
src/gui/attributetable/qgsattributetablemodel.h | 4 +-
src/gui/attributetable/qgsdualview.h | 1 +
.../editorwidgets/core/qgseditorwidgetfactory.cpp | 2 +-
.../editorwidgets/core/qgseditorwidgetwrapper.cpp | 6 +-
src/gui/layertree/qgslayertreeview.cpp | 26 +-
src/gui/qgsexpressionbuilderwidget.cpp | 4 +-
src/gui/qgsexternalresourcewidget.cpp | 1 +
src/gui/qgsrelationeditorwidget.cpp | 55 +-
src/gui/qgsscalerangewidget.cpp | 2 +-
.../qgscategorizedsymbolrendererv2widget.cpp | 2 +-
.../qgsgraduatedsymbolrendererv2widget.cpp | 2 +-
src/gui/symbology-ng/qgssvgselectorwidget.cpp | 5 +-
src/gui/symbology-ng/qgssymbolv2selectordialog.cpp | 6 +
src/gui/symbology-ng/qgssymbolv2selectordialog.h | 8 +
src/plugins/dxf2shp_converter/CMakeLists.txt | 3 +
.../dxf2shp_converter/shapelib-1.2.10/dbfopen.c | 84 +-
.../dxf2shp_converter/shapelib-1.2.10/shapefil.h | 57 +-
.../dxf2shp_converter/shapelib-1.2.10/shpopen.c | 67 +-
src/providers/gpx/qgsgpxprovider.cpp | 3 +-
src/providers/gpx/qgsgpxprovider.h | 6 +-
src/providers/mssql/qgsmssqlprovider.cpp | 4 +-
src/providers/mssql/qgsmssqlprovider.h | 8 +-
src/providers/ogr/qgsogrexpressioncompiler.cpp | 2 +-
src/providers/ogr/qgsogrfeatureiterator.cpp | 3 +-
src/providers/ogr/qgsogrfeatureiterator.h | 1 -
src/providers/ogr/qgsogrprovider.cpp | 67 +-
src/providers/oracle/qgsoracleprovider.cpp | 3 +-
src/providers/oracle/qgsoracleprovider.h | 8 +-
src/providers/postgres/qgspostgresprovider.cpp | 10 +-
src/providers/postgres/qgspostgresprovider.h | 8 +-
src/providers/wfs/qgswfsfeatureiterator.cpp | 6 +-
src/providers/wms/qgswmsprovider.cpp | 16 +-
src/server/qgsowsserver.cpp | 5 +-
src/server/qgswmsprojectparser.cpp | 6 +
src/ui/qgsattributetypeedit.ui | 277 +-
src/ui/qgssponsorsbase.ui | 106 -
tests/src/app/testqgsattributetable.cpp | 38 +
tests/src/core/testqgscomposition.cpp | 11 +-
tests/src/core/testqgslabelingenginev2.cpp | 41 +
tests/src/core/testqgspainteffect.cpp | 98 +
tests/src/gui/CMakeLists.txt | 1 +
tests/src/gui/testqgsscalerangewidget.cpp | 92 +
tests/src/python/test_provider_ogr_gpkg.py | 58 +-
tests/src/python/test_qgsserver.py | 23 +-
tests/src/python/test_qgsserver_accesscontrol.py | 60 +
tests/src/python/test_qgsvectorfilewriter.py | 1 +
tests/testdata/geom_data.csv | 1 +
tests/testdata/qgis_server/getcontext.txt | 31 +
.../qgis_server/wms_getfeatureinfo_filter_or.txt | 22 +
.../wms_getfeatureinfo_filter_or_utf8.txt | 22 +
.../wms_getfeatureinfo_filter_wrong.txt | 7 +
128 files changed, 2720 insertions(+), 21742 deletions(-)
delete mode 100644 doc/release-sponsors.html
create mode 100644 python/plugins/processing/tests/testdata/custom/single_part_poly.gfs
create mode 100644 python/plugins/processing/tests/testdata/custom/single_part_poly.gml
create mode 100644 python/plugins/processing/tests/testdata/expected/single_to_multi.gml
copy python/plugins/processing/tests/testdata/expected/{autoincrement_field.xsd => single_to_multi.xsd} (77%)
delete mode 100755 scripts/update_ts_files.sh
delete mode 100644 src/app/qgssponsors.cpp
delete mode 100644 src/app/qgssponsors.h
delete mode 100644 src/ui/qgssponsorsbase.ui
create mode 100644 tests/src/gui/testqgsscalerangewidget.cpp
create mode 100644 tests/testdata/qgis_server/getcontext.txt
create mode 100644 tests/testdata/qgis_server/wms_getfeatureinfo_filter_or.txt
create mode 100644 tests/testdata/qgis_server/wms_getfeatureinfo_filter_or_utf8.txt
create mode 100644 tests/testdata/qgis_server/wms_getfeatureinfo_filter_wrong.txt
--
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