[qgis] branch upstream updated (5df0c0e -> 1647035)
Bas Couwenberg
sebastic at debian.org
Fri Feb 24 15:47:43 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 5df0c0e Imported Upstream version 2.18.3+dfsg
new 1647035 Imported Upstream version 2.18.4+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 | 6 +-
ChangeLog | 448 ++++++++++++++
debian/changelog | 10 +-
i18n/qgis_de.ts | 94 +--
i18n/qgis_it.ts | 2 +-
python/analysis/analysis.sip | 1 -
python/analysis/network/networkanalysis.sip | 1 -
python/core/conversions.sip | 6 +-
python/core/core.sip | 1 -
python/core/dxf/qgsdxfexport.sip | 6 +
python/core/geometry/qgscurvev2.sip | 3 +-
python/core/qgscoordinatetransform.sip | 3 +-
python/core/qgsfeature.sip | 2 +-
python/core/qgspallabeling.sip | 2 +-
python/core/qgsvectorlayerfeatureiterator.sip | 3 +-
python/core/raster/qgsrasterprojector.sip | 2 +-
python/gui/editorwidgets/qgsdatetimeedit.sip | 3 +-
python/gui/editorwidgets/qgsdoublespinbox.sip | 1 +
python/gui/editorwidgets/qgsspinbox.sip | 2 +-
python/gui/gui.sip | 1 -
python/gui/qgslonglongvalidator.sip | 4 +-
python/plugins/db_manager/db_manager_plugin.py | 6 +-
python/plugins/processing/algs/gdal/polygonize.py | 5 +-
python/plugins/processing/algs/gdal/warp.py | 6 +-
.../processing/algs/grass/GrassAlgorithm.py | 4 +-
python/plugins/processing/algs/grass/GrassUtils.py | 2 +-
.../processing/algs/grass7/Grass7Algorithm.py | 8 +-
.../processing/algs/grass7/description/m.cogo.txt | 4 +-
.../algs/grass7/description/r.circle.txt | 2 +-
.../algs/grass7/description/r.cost.coordinates.txt | 4 +-
.../processing/algs/grass7/description/r.drain.txt | 2 +-
.../algs/grass7/description/r.horizon.height.txt | 4 +-
.../algs/grass7/description/r.lake.coords.txt | 2 +-
.../algs/grass7/description/r.spreadpath.txt | 2 +-
.../algs/grass7/description/r.viewshed.txt | 2 +-
.../algs/grass7/description/r.what.coords.txt | 2 +-
.../algs/grass7/description/v.surf.rst.cvdev.txt | 2 +-
.../algs/grass7/description/v.surf.rst.line.txt | 2 +-
.../algs/grass7/description/v.surf.rst.txt | 2 +-
python/plugins/processing/algs/help/qgis.yaml | 2 +-
.../algs/lidar/fusion/FusionAlgorithm.py | 2 +-
python/plugins/processing/algs/qgis/Merge.py | 5 +-
.../processing/algs/qgis/SaveSelectedFeatures.py | 6 +-
python/plugins/processing/algs/qgis/Union.py | 71 +--
python/plugins/processing/algs/saga/SagaUtils.py | 2 +-
.../plugins/processing/algs/taudem/TauDEMUtils.py | 1 +
python/plugins/processing/core/GeoAlgorithm.py | 7 +-
python/plugins/processing/core/ProcessingConfig.py | 7 +-
python/plugins/processing/gui/BatchPanel.py | 2 +-
python/plugins/processing/gui/ConfigDialog.py | 8 +-
.../plugins/processing/modeler/ModelerAlgorithm.py | 9 +
.../plugins/processing/script/ScriptAlgorithm.py | 6 +-
.../tests/testdata/custom/union1_a.geojson | 10 +
.../tests/testdata/custom/union1_b.geojson | 10 +
.../processing/tests/testdata/expected/union1.gml | 90 +++
.../processing/tests/testdata/expected/union1.xsd | 37 ++
.../tests/testdata/qgis_algorithm_tests.yaml | 19 +
python/plugins/processing/tools/system.py | 12 +
python/server/qgswmsconfigparser.sip | 2 +-
python/server/qgswmsprojectparser.sip | 2 +-
python/server/server.sip | 1 -
scripts/release.pl | 18 +-
src/app/CMakeLists.txt | 2 +-
src/app/qgisapp.cpp | 3 +
src/app/qgsdxfexportdialog.cpp | 5 +
src/app/qgsdxfexportdialog.h | 1 +
src/app/qgsfieldsproperties.cpp | 10 +-
src/browser/CMakeLists.txt | 2 +-
src/core/CMakeLists.txt | 2 +-
src/core/dxf/qgsdxfexport.cpp | 128 ++--
src/core/dxf/qgsdxfexport.h | 9 +-
src/core/geometry/qgscircularstringv2.cpp | 75 ++-
src/core/geometry/qgscompoundcurvev2.cpp | 31 +-
src/core/geometry/qgscurvepolygonv2.cpp | 26 +-
src/core/geometry/qgscurvev2.h | 3 +-
src/core/geometry/qgslinestringv2.cpp | 14 +-
src/core/geometry/qgsmultilinestringv2.cpp | 2 +-
src/core/layertree/qgslayertreemodellegendnode.cpp | 2 +-
src/core/qgsapplication.cpp | 2 +-
src/core/qgscoordinatereferencesystem_p.h | 6 +-
src/core/qgsdatasourceuri.cpp | 2 +-
src/core/qgsexpression.cpp | 5 +
src/core/qgsexpression.h | 2 +-
src/core/qgsgml.cpp | 22 +-
src/core/qgsgml.h | 2 +
src/core/qgsjsonutils.h | 6 +-
src/core/qgsmaprenderercustompainterjob.cpp | 2 +-
src/core/qgsofflineediting.cpp | 40 +-
src/core/qgsofflineediting.h | 4 +
src/core/qgsogcutils.cpp | 10 +
src/core/qgsvectorfilewriter.cpp | 21 +-
src/core/qgsvectorfilewriter.h | 1 -
src/core/qgsvectorlayer.cpp | 74 +--
src/core/symbology-ng/qgssymbollayerv2utils.cpp | 22 +-
src/helpviewer/CMakeLists.txt | 2 +-
.../ui/qgsgeometrycheckerresulttab.cpp | 7 +
src/providers/wfs/qgswfscapabilities.cpp | 34 +-
src/providers/wfs/qgswfsprovider.cpp | 19 +-
src/providers/wfs/qgswfstransactionrequest.cpp | 1 +
src/providers/wms/qgswmssourceselect.cpp | 6 +-
src/server/qgsserver.cpp | 10 +-
src/server/qgswfsserver.cpp | 23 +-
src/server/qgswmsconfigparser.cpp | 1 +
tests/bench/CMakeLists.txt | 2 +-
tests/src/core/testqgsgeometry.cpp | 45 +-
tests/src/core/testqgsgml.cpp | 48 ++
tests/src/gui/CMakeLists.txt | 2 +-
tests/src/providers/CMakeLists.txt | 2 +-
tests/src/python/CMakeLists.txt | 1 +
tests/src/python/test_provider_wfs.py | 136 ++++
tests/src/python/test_qgsgeometry.py | 14 +-
tests/src/python/test_qgsserver.py | 317 ++++++++++
tests/src/python/test_qgssymbollayerv2_readsld.py | 117 ++++
.../WMS_GetMap_Background.png | Bin 0 -> 29454 bytes
.../WMS_GetMap_Background_Hex.png | Bin 0 -> 29454 bytes
.../WMS_GetMap_Basic/WMS_GetMap_Basic.png | Bin 0 -> 31254 bytes
.../WMS_GetMap_Filter/WMS_GetMap_Filter.png | Bin 0 -> 32826 bytes
.../WMS_GetMap_LayerOrder.png | Bin 0 -> 42641 bytes
.../WMS_GetMap_Opacities/WMS_GetMap_Opacities.png | Bin 0 -> 59841 bytes
.../qgis_server/WMS_GetMap_SRS/WMS_GetMap_SRS.png | Bin 0 -> 47895 bytes
.../WMS_GetMap_Selection/WMS_GetMap_Selection.png | Bin 0 -> 53116 bytes
.../WMS_GetMap_StyleCustom.png | Bin 0 -> 41270 bytes
.../WMS_GetMap_StyleCustom_mask.png | Bin 0 -> 34176 bytes
.../WMS_GetMap_StyleDefault.png | Bin 0 -> 32958 bytes
.../WMS_GetMap_StyleDefault_mask.png | Bin 0 -> 6982 bytes
.../WMS_GetMap_Transparent.png | Bin 0 -> 33000 bytes
.../WMS_GetMap_Transparent_mask.png | Bin 0 -> 864 bytes
.../WMS_GetPrint_Basic/WMS_GetPrint_Basic.png | Bin 0 -> 270757 bytes
.../WMS_GetPrint_Basic/WMS_GetPrint_Basic_mask.png | Bin 0 -> 105668 bytes
.../WMS_GetPrint_Grid/WMS_GetPrint_Grid.png | Bin 0 -> 306229 bytes
.../WMS_GetPrint_Grid/WMS_GetPrint_Grid_mask.png | Bin 0 -> 105668 bytes
.../WMS_GetPrint_Rotation.png | Bin 0 -> 338694 bytes
.../WMS_GetPrint_Rotation_mask.png | Bin 0 -> 105668 bytes
.../WMS_GetPrint_SRS/WMS_GetPrint_SRS.png | Bin 0 -> 235542 bytes
.../WMS_GetPrint_SRS/WMS_GetPrint_SRS_mask.png | Bin 0 -> 105668 bytes
.../WMS_GetPrint_Scale/WMS_GetPrint_Scale.png | Bin 0 -> 206573 bytes
.../WMS_GetPrint_Scale/WMS_GetPrint_Scale_mask.png | Bin 0 -> 105668 bytes
.../WMS_GetPrint_Selection.png | Bin 0 -> 270757 bytes
.../WMS_GetPrint_Selection_mask.png | Bin 0 -> 105668 bytes
tests/testdata/geom_data.csv | 1 +
.../testdata/qgis_server/wfs_getfeature_limit2.txt | 12 +-
.../testdata/qgis_server/wfs_getfeature_nobbox.txt | 18 +-
.../qgis_server/wfs_getfeature_start1_limit1.txt | 6 +-
.../qgis_server/wfs_getfeature_startindex2.txt | 6 +-
.../testdata/qgis_server_accesscontrol/project.qgs | 685 ++++++++++++++++++++-
.../symbol_layer/external_sld/simple_streams.sld | 30 +
.../testSimpleMarkerRotation-directValue.sld | 30 +
.../testSimpleMarkerRotation-ogcLiteral.sld | 31 +
148 files changed, 2678 insertions(+), 455 deletions(-)
create mode 100644 python/plugins/processing/tests/testdata/custom/union1_a.geojson
create mode 100644 python/plugins/processing/tests/testdata/custom/union1_b.geojson
create mode 100644 python/plugins/processing/tests/testdata/expected/union1.gml
create mode 100644 python/plugins/processing/tests/testdata/expected/union1.xsd
create mode 100644 tests/src/python/test_qgssymbollayerv2_readsld.py
create mode 100644 tests/testdata/control_images/qgis_server/WMS_GetMap_Background/WMS_GetMap_Background.png
create mode 100644 tests/testdata/control_images/qgis_server/WMS_GetMap_Background_Hex/WMS_GetMap_Background_Hex.png
create mode 100644 tests/testdata/control_images/qgis_server/WMS_GetMap_Basic/WMS_GetMap_Basic.png
create mode 100644 tests/testdata/control_images/qgis_server/WMS_GetMap_Filter/WMS_GetMap_Filter.png
create mode 100644 tests/testdata/control_images/qgis_server/WMS_GetMap_LayerOrder/WMS_GetMap_LayerOrder.png
create mode 100644 tests/testdata/control_images/qgis_server/WMS_GetMap_Opacities/WMS_GetMap_Opacities.png
create mode 100644 tests/testdata/control_images/qgis_server/WMS_GetMap_SRS/WMS_GetMap_SRS.png
create mode 100644 tests/testdata/control_images/qgis_server/WMS_GetMap_Selection/WMS_GetMap_Selection.png
create mode 100644 tests/testdata/control_images/qgis_server/WMS_GetMap_StyleCustom/WMS_GetMap_StyleCustom.png
create mode 100644 tests/testdata/control_images/qgis_server/WMS_GetMap_StyleCustom/WMS_GetMap_StyleCustom_mask.png
create mode 100644 tests/testdata/control_images/qgis_server/WMS_GetMap_StyleDefault/WMS_GetMap_StyleDefault.png
create mode 100644 tests/testdata/control_images/qgis_server/WMS_GetMap_StyleDefault/WMS_GetMap_StyleDefault_mask.png
create mode 100644 tests/testdata/control_images/qgis_server/WMS_GetMap_Transparent/WMS_GetMap_Transparent.png
create mode 100644 tests/testdata/control_images/qgis_server/WMS_GetMap_Transparent/WMS_GetMap_Transparent_mask.png
create mode 100644 tests/testdata/control_images/qgis_server/WMS_GetPrint_Basic/WMS_GetPrint_Basic.png
create mode 100644 tests/testdata/control_images/qgis_server/WMS_GetPrint_Basic/WMS_GetPrint_Basic_mask.png
create mode 100644 tests/testdata/control_images/qgis_server/WMS_GetPrint_Grid/WMS_GetPrint_Grid.png
create mode 100644 tests/testdata/control_images/qgis_server/WMS_GetPrint_Grid/WMS_GetPrint_Grid_mask.png
create mode 100644 tests/testdata/control_images/qgis_server/WMS_GetPrint_Rotation/WMS_GetPrint_Rotation.png
create mode 100644 tests/testdata/control_images/qgis_server/WMS_GetPrint_Rotation/WMS_GetPrint_Rotation_mask.png
create mode 100644 tests/testdata/control_images/qgis_server/WMS_GetPrint_SRS/WMS_GetPrint_SRS.png
create mode 100644 tests/testdata/control_images/qgis_server/WMS_GetPrint_SRS/WMS_GetPrint_SRS_mask.png
create mode 100644 tests/testdata/control_images/qgis_server/WMS_GetPrint_Scale/WMS_GetPrint_Scale.png
create mode 100644 tests/testdata/control_images/qgis_server/WMS_GetPrint_Scale/WMS_GetPrint_Scale_mask.png
create mode 100644 tests/testdata/control_images/qgis_server/WMS_GetPrint_Selection/WMS_GetPrint_Selection.png
create mode 100644 tests/testdata/control_images/qgis_server/WMS_GetPrint_Selection/WMS_GetPrint_Selection_mask.png
create mode 100644 tests/testdata/symbol_layer/external_sld/simple_streams.sld
create mode 100644 tests/testdata/symbol_layer/external_sld/testSimpleMarkerRotation-directValue.sld
create mode 100644 tests/testdata/symbol_layer/external_sld/testSimpleMarkerRotation-ogcLiteral.sld
--
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