[qgis] branch master updated (a51de8a -> 165cf87)

Bas Couwenberg sebastic at debian.org
Fri Jul 29 14:56:42 UTC 2016


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

sebastic pushed a change to branch master
in repository qgis.

      from  a51de8a   Update symbols for sparc64.
       new  e410ce6   Imported Upstream version 2.14.5+dfsg
       new  7b34f24   Merge tag 'upstream/2.14.5+dfsg'
       new  44fba18   New upstream release.
       new  89cc347   Update symbols for amd64.
       new  165cf87   Set distribution to experimental.

The 5 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:
 .travis.yml                                        |  73 ++-
 CMakeLists.txt                                     |   2 +-
 ChangeLog                                          | 490 +++++++++++++++++++++
 ci/travis/linux/after_script.sh                    |  15 +
 ci/travis/linux/before_install.sh                  |  80 +---
 ci/travis/linux/before_script.sh                   |  15 +
 ci/travis/linux/install.sh                         |  34 +-
 ci/travis/linux/qt4/before_install.sh              |  24 +
 ci/travis/linux/qt4/install.sh                     |  59 +++
 ci/travis/linux/qt4/script.sh                      |  27 ++
 ci/travis/linux/script.sh                          |  20 +-
 ci/travis/osx/before_install.sh                    |  28 +-
 ci/travis/osx/install.sh                           |  37 +-
 ci/travis/osx/script.sh                            |  21 +-
 cmake/SIPMacros.cmake                              |   6 +
 debian/changelog                                   |  11 +
 debian/control                                     |  50 +--
 ...14.4.install => libqgis-analysis2.14.5.install} |   0
 ...14.4.symbols => libqgis-analysis2.14.5.symbols} |   2 +-
 ...app2.14.4.install => libqgis-app2.14.5.install} |   0
 ...app2.14.4.symbols => libqgis-app2.14.5.symbols} |   9 +-
 ...re2.14.4.install => libqgis-core2.14.5.install} |   0
 ...re2.14.4.symbols => libqgis-core2.14.5.symbols} |  55 ++-
 ...gui2.14.4.install => libqgis-gui2.14.5.install} |   0
 ...gui2.14.4.symbols => libqgis-gui2.14.5.symbols} |  21 +-
 ...stall => libqgis-networkanalysis2.14.5.install} |   0
 ...mbols => libqgis-networkanalysis2.14.5.symbols} |   2 +-
 ...2.14.4.install => libqgis-server2.14.5.install} |   0
 ...2.14.4.symbols => libqgis-server2.14.5.symbols} |   2 +-
 ...2.14.4.install => libqgisgrass7-2.14.5.install} |   0
 ...ides => libqgisgrass7-2.14.5.lintian-overrides} |   2 +-
 ...2.14.4.symbols => libqgisgrass7-2.14.5.symbols} |   2 +-
 ...n2.14.4.install => libqgispython2.14.5.install} |   0
 ...n2.14.4.symbols => libqgispython2.14.5.symbols} |   2 +-
 python/PyQt/CMakeLists.txt                         |   1 +
 python/core/composer/qgscomposerlegend.sip         |  14 +
 python/core/composer/qgscomposition.sip            |   5 +
 python/core/core.sip                               |   1 +
 python/core/qgsannotation.sip                      |  64 +++
 python/core/qgsapplication.sip                     |  16 +
 python/core/qgsexpressioncontext.sip               |   7 +
 python/core/qgsnetworkaccessmanager.sip            |   2 +-
 python/core/qgsproject.sip                         |  14 +
 python/gui/qgsannotationitem.sip                   |  26 +-
 python/plugins/processing/ProcessingPlugin.py      |   2 +-
 .../plugins/processing/algs/gdal/GdalAlgorithm.py  |   5 +-
 python/plugins/processing/algs/qgis/Buffer.py      |  14 +-
 python/plugins/processing/algs/qgis/Difference.py  |  22 +-
 .../processing/modeler/ModelerParametersDialog.py  |  17 +-
 python/plugins/processing/tools/dataobjects.py     |  18 +-
 src/analysis/raster/qgsninecellfilter.cpp          |  16 +-
 src/analysis/raster/qgsrastercalculator.cpp        |   2 +-
 src/analysis/raster/qgsrelief.cpp                  |  45 +-
 src/analysis/vector/qgszonalstatistics.cpp         |   6 +-
 src/app/composer/qgsatlascompositionwidget.cpp     |   3 +-
 src/app/composer/qgscomposer.cpp                   |  74 ++--
 src/app/composer/qgscomposer.h                     |   9 +-
 src/app/composer/qgscomposeritemwidget.cpp         |  26 +-
 src/app/composer/qgscomposeritemwidget.h           |   3 +-
 src/app/composer/qgscomposerlegendwidget.cpp       |  21 +
 src/app/composer/qgscomposerlegendwidget.h         |   1 +
 src/app/composer/qgscomposermanager.cpp            |  13 +-
 src/app/composer/qgscompositionwidget.cpp          |  25 +-
 src/app/composer/qgscompositionwidget.h            |   2 +
 src/app/qgisapp.cpp                                |   6 +-
 src/app/qgsannotationwidget.cpp                    |  22 +-
 src/app/qgsannotationwidget.h                      |   7 +-
 src/app/qgsattributetabledialog.cpp                |   1 -
 src/app/qgsformannotationdialog.cpp                |   1 -
 src/app/qgshtmlannotationdialog.cpp                |   1 -
 src/app/qgsoptions.cpp                             |  28 +-
 src/app/qgsprojectproperties.cpp                   |   3 +-
 src/app/qgssvgannotationdialog.cpp                 |   1 -
 src/app/qgstextannotationdialog.cpp                |  15 +-
 src/app/qgstextannotationdialog.h                  |   5 +
 src/core/CMakeLists.txt                            |   1 +
 src/core/composer/qgsatlascomposition.cpp          |   5 +-
 src/core/composer/qgscomposerlegend.cpp            |  85 +++-
 src/core/composer/qgscomposerlegend.h              |  23 +
 src/core/composer/qgscomposermap.cpp               |  66 ++-
 src/core/composer/qgscomposermap.h                 |   5 +-
 src/core/composer/qgscomposition.cpp               |   5 +
 src/core/composer/qgscomposition.h                 |   5 +
 src/core/geometry/qgsgeometry.cpp                  |   2 +-
 src/core/pal/feature.cpp                           |  13 +-
 src/core/pal/layer.cpp                             |  29 +-
 src/core/qgsannotation.h                           |  90 ++++
 src/core/qgsapplication.cpp                        |   5 +
 src/core/qgsapplication.h                          |  16 +
 src/core/qgsexpressioncontext.cpp                  |  13 +
 src/core/qgsexpressioncontext.h                    |   7 +
 src/core/qgsmaplayerregistry.cpp                   |  35 +-
 src/core/qgsmaplayerregistry.h                     |   4 +-
 src/core/qgsnetworkaccessmanager.cpp               |   6 +-
 src/core/qgsnetworkaccessmanager.h                 |   2 +-
 src/core/qgsofflineediting.cpp                     |  28 +-
 src/core/qgspallabeling.cpp                        |   7 +-
 src/core/qgsproject.cpp                            |   4 +
 src/core/qgsproject.h                              |  14 +
 .../editorwidgets/qgsrelationreferencewidget.cpp   |   2 +-
 src/gui/qgsannotationitem.cpp                      |  48 +-
 src/gui/qgsannotationitem.h                        |  36 +-
 src/gui/qgscredentialdialog.cpp                    |   2 +
 src/gui/qgsvariableeditorwidget.h                  |  14 +-
 src/plugins/heatmap/heatmap.cpp                    |  19 +-
 .../oracle/ocispatial/qsql_ocispatial.cpp          |   2 +-
 src/providers/oracle/qgsoracleconn.cpp             |   2 +-
 src/providers/oracle/qgsoracleconn.h               |   6 +-
 src/providers/oracle/qgsoracleconnpool.h           |   2 +-
 src/providers/oracle/qgsoracleprovider.cpp         |  14 +-
 src/providers/oracle/qgsoracleprovider.h           |   1 -
 src/providers/wcs/qgswcsprovider.cpp               |  20 +-
 src/providers/wms/CMakeLists.txt                   |   6 +
 src/providers/wms/qgswmscapabilities.cpp           |  11 +
 src/providers/wms/qgswmsprovider.cpp               |  68 ++-
 src/python/qgspythonutilsimpl.cpp                  |   9 -
 src/python/qgspythonutilsimpl.h                    |   3 -
 src/server/qgsowsserver.h                          |   2 +
 src/server/qgswmsprojectparser.cpp                 |   5 +
 src/ui/composer/qgscomposerlegendwidgetbase.ui     |  10 +-
 src/ui/qgscredentialdialog.ui                      |   8 +
 src/ui/qgsoptionsbase.ui                           |   2 +-
 src/ui/qgsprojectpropertiesbase.ui                 | 178 ++------
 tests/src/analysis/testqgsalignraster.cpp          |   4 +-
 tests/src/core/testqgsapplication.cpp              |   1 +
 tests/src/core/testqgscomposition.cpp              |  15 +
 .../src/core/testqgscoordinatereferencesystem.cpp  |   6 +
 tests/src/core/testqgsdistancearea.cpp             |   3 +-
 tests/src/core/testqgsexpressioncontext.cpp        |  12 +
 tests/src/core/testqgsgeometry.cpp                 |  16 +
 tests/src/core/testqgsproject.cpp                  |   8 +
 tests/src/core/testqgsrasterlayer.cpp              |   5 +-
 tests/src/providers/CMakeLists.txt                 |   9 +
 tests/src/providers/testqgswmscapabilities.cpp     |  70 +++
 tests/src/providers/testqgswmsprovider.cpp         |  69 +++
 tests/src/python/CMakeLists.txt                    |   1 +
 tests/src/python/test_qgscomposerlegend.py         | 203 +++++++++
 tests/src/python/test_qgspallabeling_tests.py      |  16 +
 tests/src/python/utilities.py                      |  12 +
 .../expected_composer_legend_mapunits.png          | Bin 0 -> 16960 bytes
 .../expected_composer_legend_mapunits_mask.png     | Bin 0 -> 6230 bytes
 .../expected_composer_legend_noresize.png          | Bin 0 -> 9350 bytes
 .../expected_composer_legend_noresize_mask.png     | Bin 0 -> 6483 bytes
 .../expected_composer_legend_noresize_crop.png     | Bin 0 -> 7177 bytes
 ...expected_composer_legend_noresize_crop_mask.png | Bin 0 -> 5598 bytes
 .../expected_composer_legend_size_content.png      | Bin 0 -> 9364 bytes
 .../expected_composer_legend_size_content_mask.png | Bin 0 -> 6085 bytes
 .../sp_letter_spacing/sp_letter_spacing.png        | Bin 0 -> 5217 bytes
 .../sp_letter_spacing/sp_letter_spacing_mask.png   | Bin 0 -> 1857 bytes
 .../sp_word_spacing/sp_word_spacing.png            | Bin 0 -> 5316 bytes
 .../sp_word_spacing/sp_word_spacing_mask.png       | Bin 0 -> 1857 bytes
 .../sp_curved_placement_above.png                  | Bin 13289 -> 12116 bytes
 .../sp_curved_placement_above_mask.png             | Bin 8892 -> 3494 bytes
 .../sp_curved_placement_below.png                  | Bin 13273 -> 12044 bytes
 .../sp_curved_placement_below_mask.png             | Bin 9798 -> 3625 bytes
 .../sp_curved_placement_online.png                 | Bin 12247 -> 11014 bytes
 .../sp_curved_placement_online_mask.png            | Bin 9404 -> 10684 bytes
 .../sp_img_letter_spacing.png                      | Bin 0 -> 5210 bytes
 .../sp_img_letter_spacing_mask.png                 | Bin 0 -> 1868 bytes
 .../sp_img_word_spacing/sp_img_word_spacing.png    | Bin 0 -> 5305 bytes
 .../sp_img_word_spacing_mask.png                   | Bin 0 -> 1864 bytes
 .../sp_pdf_letter_spacing.png                      | Bin 0 -> 5214 bytes
 .../sp_pdf_letter_spacing_mask.png                 | Bin 0 -> 1893 bytes
 .../sp_pdf_word_spacing/sp_pdf_word_spacing.png    | Bin 0 -> 5352 bytes
 .../sp_pdf_word_spacing_mask.png                   | Bin 0 -> 1985 bytes
 .../sp_svg_letter_spacing.png                      | Bin 0 -> 5205 bytes
 .../sp_svg_letter_spacing_mask.png                 | Bin 0 -> 2657 bytes
 .../sp_svg_word_spacing/sp_svg_word_spacing.png    | Bin 0 -> 5331 bytes
 .../sp_svg_word_spacing_mask.png                   | Bin 0 -> 1734 bytes
 .../sp_img_curved_placement_above.png              | Bin 13289 -> 12116 bytes
 .../sp_img_curved_placement_above_mask.png         | Bin 12103 -> 3494 bytes
 .../sp_img_curved_placement_below.png              | Bin 13273 -> 12044 bytes
 .../sp_img_curved_placement_below_mask.png         | Bin 13105 -> 3625 bytes
 .../sp_img_curved_placement_online.png             | Bin 12247 -> 11014 bytes
 .../sp_img_curved_placement_online_mask.png        | Bin 11918 -> 3398 bytes
 .../sp_pdf_curved_placement_above.png              | Bin 11069 -> 11536 bytes
 .../sp_pdf_curved_placement_above_mask.png         | Bin 11946 -> 3645 bytes
 .../sp_pdf_curved_placement_below.png              | Bin 11094 -> 11542 bytes
 .../sp_pdf_curved_placement_below_mask.png         | Bin 12864 -> 3552 bytes
 .../sp_pdf_curved_placement_online.png             | Bin 10389 -> 10775 bytes
 .../sp_pdf_curved_placement_online_mask.png        | Bin 11755 -> 3416 bytes
 .../sp_svg_curved_placement_above.png              | Bin 13283 -> 12108 bytes
 .../sp_svg_curved_placement_above_mask.png         | Bin 8829 -> 3503 bytes
 .../sp_svg_curved_placement_below.png              | Bin 13298 -> 12035 bytes
 .../sp_svg_curved_placement_below_mask.png         | Bin 9722 -> 3427 bytes
 .../sp_svg_curved_placement_online.png             | Bin 12239 -> 11028 bytes
 .../sp_svg_curved_placement_online_mask.png        | Bin 9343 -> 3044 bytes
 .../sp_letter_spacing/sp_letter_spacing.png        | Bin 0 -> 5214 bytes
 .../sp_letter_spacing/sp_letter_spacing_mask.png   | Bin 0 -> 1876 bytes
 .../sp_word_spacing/sp_word_spacing.png            | Bin 0 -> 5316 bytes
 .../sp_word_spacing/sp_word_spacing_mask.png       | Bin 0 -> 1974 bytes
 .../sp_curved_placement_above.png                  | Bin 13289 -> 12139 bytes
 .../sp_curved_placement_above_mask.png             | Bin 8892 -> 2680 bytes
 .../sp_curved_placement_below.png                  | Bin 13273 -> 12047 bytes
 .../sp_curved_placement_below_mask.png             | Bin 9798 -> 2648 bytes
 .../sp_curved_placement_online.png                 | Bin 12247 -> 11016 bytes
 .../sp_curved_placement_online_mask.png            | Bin 9404 -> 2760 bytes
 tests/testdata/provider/GetCapabilities.xml        | 188 ++++++++
 198 files changed, 2570 insertions(+), 661 deletions(-)
 create mode 100755 ci/travis/linux/qt4/before_install.sh
 create mode 100755 ci/travis/linux/qt4/install.sh
 create mode 100755 ci/travis/linux/qt4/script.sh
 rename debian/{libqgis-analysis2.14.4.install => libqgis-analysis2.14.5.install} (100%)
 rename debian/{libqgis-analysis2.14.4.symbols => libqgis-analysis2.14.5.symbols} (99%)
 rename debian/{libqgis-app2.14.4.install => libqgis-app2.14.5.install} (100%)
 rename debian/{libqgis-app2.14.4.symbols => libqgis-app2.14.5.symbols} (99%)
 rename debian/{libqgis-core2.14.4.install => libqgis-core2.14.5.install} (100%)
 rename debian/{libqgis-core2.14.4.symbols => libqgis-core2.14.5.symbols} (99%)
 rename debian/{libqgis-gui2.14.4.install => libqgis-gui2.14.5.install} (100%)
 rename debian/{libqgis-gui2.14.4.symbols => libqgis-gui2.14.5.symbols} (99%)
 rename debian/{libqgis-networkanalysis2.14.4.install => libqgis-networkanalysis2.14.5.install} (100%)
 rename debian/{libqgis-networkanalysis2.14.4.symbols => libqgis-networkanalysis2.14.5.symbols} (98%)
 rename debian/{libqgis-server2.14.4.install => libqgis-server2.14.5.install} (100%)
 rename debian/{libqgis-server2.14.4.symbols => libqgis-server2.14.5.symbols} (99%)
 rename debian/{libqgisgrass7-2.14.4.install => libqgisgrass7-2.14.5.install} (100%)
 rename debian/{libqgisgrass7-2.14.4.lintian-overrides => libqgisgrass7-2.14.5.lintian-overrides} (70%)
 rename debian/{libqgisgrass7-2.14.4.symbols => libqgisgrass7-2.14.5.symbols} (99%)
 rename debian/{libqgispython2.14.4.install => libqgispython2.14.5.install} (100%)
 rename debian/{libqgispython2.14.4.symbols => libqgispython2.14.5.symbols} (81%)
 create mode 100644 python/core/qgsannotation.sip
 create mode 100644 src/core/qgsannotation.h
 create mode 100644 tests/src/providers/testqgswmscapabilities.cpp
 create mode 100644 tests/src/providers/testqgswmsprovider.cpp
 create mode 100644 tests/src/python/test_qgscomposerlegend.py
 create mode 100644 tests/testdata/control_images/composer_legend/expected_composer_legend_mapunits/expected_composer_legend_mapunits.png
 create mode 100644 tests/testdata/control_images/composer_legend/expected_composer_legend_mapunits/expected_composer_legend_mapunits_mask.png
 create mode 100644 tests/testdata/control_images/composer_legend/expected_composer_legend_noresize/expected_composer_legend_noresize.png
 create mode 100644 tests/testdata/control_images/composer_legend/expected_composer_legend_noresize/expected_composer_legend_noresize_mask.png
 create mode 100644 tests/testdata/control_images/composer_legend/expected_composer_legend_noresize_crop/expected_composer_legend_noresize_crop.png
 create mode 100644 tests/testdata/control_images/composer_legend/expected_composer_legend_noresize_crop/expected_composer_legend_noresize_crop_mask.png
 create mode 100644 tests/testdata/control_images/composer_legend/expected_composer_legend_size_content/expected_composer_legend_size_content.png
 create mode 100644 tests/testdata/control_images/composer_legend/expected_composer_legend_size_content/expected_composer_legend_size_content_mask.png
 create mode 100644 tests/testdata/control_images/expected_pal_canvas/sp_letter_spacing/sp_letter_spacing.png
 create mode 100644 tests/testdata/control_images/expected_pal_canvas/sp_letter_spacing/sp_letter_spacing_mask.png
 create mode 100644 tests/testdata/control_images/expected_pal_canvas/sp_word_spacing/sp_word_spacing.png
 create mode 100644 tests/testdata/control_images/expected_pal_canvas/sp_word_spacing/sp_word_spacing_mask.png
 create mode 100644 tests/testdata/control_images/expected_pal_composer/sp_img_letter_spacing/sp_img_letter_spacing.png
 create mode 100644 tests/testdata/control_images/expected_pal_composer/sp_img_letter_spacing/sp_img_letter_spacing_mask.png
 create mode 100644 tests/testdata/control_images/expected_pal_composer/sp_img_word_spacing/sp_img_word_spacing.png
 create mode 100644 tests/testdata/control_images/expected_pal_composer/sp_img_word_spacing/sp_img_word_spacing_mask.png
 create mode 100644 tests/testdata/control_images/expected_pal_composer/sp_pdf_letter_spacing/sp_pdf_letter_spacing.png
 create mode 100644 tests/testdata/control_images/expected_pal_composer/sp_pdf_letter_spacing/sp_pdf_letter_spacing_mask.png
 create mode 100644 tests/testdata/control_images/expected_pal_composer/sp_pdf_word_spacing/sp_pdf_word_spacing.png
 create mode 100644 tests/testdata/control_images/expected_pal_composer/sp_pdf_word_spacing/sp_pdf_word_spacing_mask.png
 create mode 100644 tests/testdata/control_images/expected_pal_composer/sp_svg_letter_spacing/sp_svg_letter_spacing.png
 create mode 100644 tests/testdata/control_images/expected_pal_composer/sp_svg_letter_spacing/sp_svg_letter_spacing_mask.png
 create mode 100644 tests/testdata/control_images/expected_pal_composer/sp_svg_word_spacing/sp_svg_word_spacing.png
 create mode 100644 tests/testdata/control_images/expected_pal_composer/sp_svg_word_spacing/sp_svg_word_spacing_mask.png
 create mode 100644 tests/testdata/control_images/expected_pal_server/sp_letter_spacing/sp_letter_spacing.png
 create mode 100644 tests/testdata/control_images/expected_pal_server/sp_letter_spacing/sp_letter_spacing_mask.png
 create mode 100644 tests/testdata/control_images/expected_pal_server/sp_word_spacing/sp_word_spacing.png
 create mode 100644 tests/testdata/control_images/expected_pal_server/sp_word_spacing/sp_word_spacing_mask.png
 create mode 100644 tests/testdata/provider/GetCapabilities.xml

-- 
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