[qgis] branch upstream-ltr updated (435e2ec -> bf5cbed)
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri May 20 15:40:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch upstream-ltr
in repository qgis.
from 435e2ec Imported Upstream version 2.14.2+dfsg
new bf5cbed Imported Upstream version 2.14.3+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 | 179 +++++++++++++++++++++
debian/changelog | 10 +-
debian/python-qgis.install.in | 3 +-
ms-windows/osgeo4w/browser-grass.bat.tmpl | 1 +
python/PyQt/CMakeLists.txt | 22 ++-
python/PyQt/PyQt4/QtCore.py | 40 +++++
python/PyQt/PyQt4/{QtCore.py => QtNetwork.py} | 16 +-
python/PyQt/PyQt4/{QtCore.py => QtSql.py} | 16 +-
python/PyQt/PyQt4/{QtCore.py => QtSvg.py} | 16 +-
python/PyQt/PyQt4/{QtCore.py => QtTest.py} | 16 +-
python/PyQt/PyQt4/{QtCore.py => QtXml.py} | 16 +-
python/PyQt/PyQt4/{QtCore.py => uic/__init__.py} | 19 ++-
python/PyQt/PyQt4/uic/properties.py | 1 +
python/PyQt/PyQt4/{QtCore.py => uic/pyuic.py} | 21 ++-
python/PyQt/PyQt5/QtCore.py | 2 +
python/PyQt/PyQt5/QtNetwork.py | 1 +
python/PyQt/PyQt5/QtSql.py | 1 +
python/PyQt/PyQt5/QtSvg.py | 1 +
python/PyQt/PyQt5/QtTest.py | 1 +
python/PyQt/PyQt5/QtWidgets.py | 2 +
python/PyQt/PyQt5/QtXml.py | 1 +
.../{PyQt4/QtCore.py => PyQt5/uic/__init__.py} | 19 ++-
python/PyQt/PyQt5/uic/properties.py | 1 +
python/PyQt/PyQt5/uic/pyuic.py | 1 +
python/core/__init__.py | 2 +-
python/core/symbology-ng/qgsfillsymbollayerv2.sip | 4 +
python/core/symbology-ng/qgslinesymbollayerv2.sip | 1 +
python/plugins/processing/gui/ParametersPanel.py | 4 +-
.../plugins/processing/gui/ScriptEditorDialog.py | 3 +
resources/function_help/json/$scale | 2 +-
scripts/qgis_fixes/fix_pyqt.py | 18 +--
scripts/release.pl | 6 +-
src/app/qgisapp.cpp | 13 +-
src/app/qgsfieldsproperties.cpp | 2 +-
src/core/geometry/qgsgeometry.cpp | 2 +-
src/core/qgsapplication.cpp | 4 +-
src/core/qgsexpression.cpp | 16 +-
src/core/qgsvectorlayerfeatureiterator.cpp | 15 +-
src/core/symbology-ng/qgsfillsymbollayerv2.cpp | 22 +++
src/core/symbology-ng/qgsfillsymbollayerv2.h | 5 +-
src/core/symbology-ng/qgslinesymbollayerv2.cpp | 5 +
src/core/symbology-ng/qgslinesymbollayerv2.h | 1 +
src/gui/qgsadvanceddigitizingdockwidget.cpp | 4 +-
src/gui/qgsfieldproxymodel.cpp | 4 +-
src/gui/symbology-ng/qgssymbollayerv2widget.cpp | 1 +
.../qgsdelimitedtextfeatureiterator.cpp | 1 +
src/providers/mssql/qgsmssqlfeatureiterator.cpp | 5 +-
src/providers/ogr/qgsogrconnpool.h | 3 +-
src/providers/ogr/qgsogrfeatureiterator.cpp | 15 +-
src/providers/ogr/qgsogrfeatureiterator.h | 2 +-
src/providers/ogr/qgsogrprovider.cpp | 16 +-
src/providers/oracle/qgsoraclefeatureiterator.cpp | 4 +
.../postgres/qgspostgresfeatureiterator.cpp | 4 +-
.../postgres/qgspostgresfeatureiterator.h | 1 +
.../spatialite/qgsspatialitefeatureiterator.cpp | 4 +
.../virtual/qgsvirtuallayerfeatureiterator.cpp | 4 +-
src/python/qgspythonutilsimpl.cpp | 6 +-
src/server/qgswfsserver.cpp | 33 ++--
tests/src/core/CMakeLists.txt | 1 +
tests/src/core/testqgsconnectionpool.cpp | 141 ++++++++++++++++
tests/src/core/testqgsexpression.cpp | 41 +++++
tests/src/core/testqgsgeometry.cpp | 6 +
tests/src/gui/testqgsfieldexpressionwidget.cpp | 50 ++++++
tests/src/python/providertestbase.py | 5 +-
tests/src/python/qgis_interface.py | 2 +-
tests/src/python/test_qgsblendmodes.py | 1 +
tests/src/python/test_qgscomposition.py | 1 +
.../test_qgsgeometrygeneratorsymbollayerv2.py | 2 +-
tests/src/python/test_qgsrelationeditwidget.py | 6 +-
tests/src/python/test_qgssymbollayerv2.py | 41 ++++-
tests/src/python/test_qgsvectorlayer.py | 11 +-
tests/src/python/utilities.py | 4 +-
73 files changed, 792 insertions(+), 160 deletions(-)
copy python/PyQt/PyQt4/{QtCore.py => QtNetwork.py} (73%)
copy python/PyQt/PyQt4/{QtCore.py => QtSql.py} (74%)
copy python/PyQt/PyQt4/{QtCore.py => QtSvg.py} (74%)
copy python/PyQt/PyQt4/{QtCore.py => QtTest.py} (73%)
copy python/PyQt/PyQt4/{QtCore.py => QtXml.py} (74%)
copy python/PyQt/PyQt4/{QtCore.py => uic/__init__.py} (65%)
create mode 100644 python/PyQt/PyQt4/uic/properties.py
copy python/PyQt/PyQt4/{QtCore.py => uic/pyuic.py} (66%)
create mode 100644 python/PyQt/PyQt5/QtNetwork.py
create mode 100644 python/PyQt/PyQt5/QtSql.py
create mode 100644 python/PyQt/PyQt5/QtSvg.py
create mode 100644 python/PyQt/PyQt5/QtTest.py
create mode 100644 python/PyQt/PyQt5/QtXml.py
copy python/PyQt/{PyQt4/QtCore.py => PyQt5/uic/__init__.py} (65%)
create mode 100644 python/PyQt/PyQt5/uic/properties.py
create mode 100644 python/PyQt/PyQt5/uic/pyuic.py
create mode 100644 tests/src/core/testqgsconnectionpool.cpp
--
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