[qgis] branch upstream-ltr updated (b3f56c4 -> ff02873)
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Tue Dec 1 22:37:23 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch upstream-ltr
in repository qgis.
from b3f56c4 Imported Upstream version 2.8.3+dfsg
new ff02873 Imported Upstream version 2.8.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 | 2 +-
ChangeLog | 561 +++++++++++++++++++++
debian/changelog | 14 +
debian/compat.in | 2 +-
debian/control.in | 112 ++--
debian/qgis-plugin-grass.install.in | 4 -
debian/qgis-plugin-grass.postrm | 12 -
debian/qgis-plugin-grass.preinst | 13 -
...s.install.in => qgis-provider-grass.install.in} | 2 -
...rides => qgis-provider-grass.lintian-overrides} | 0
debian/qgis-provider-grass.postrm | 12 +
debian/qgis-provider-grass.preinst | 13 +
debian/rules | 59 ++-
i18n/qgis_ar.ts | 2 +-
i18n/qgis_bs.ts | 2 +-
i18n/qgis_ca.ts | 2 +-
i18n/qgis_cs.ts | 2 +-
i18n/qgis_da.ts | 2 +-
i18n/qgis_de.ts | 2 +-
i18n/qgis_el.ts | 2 +-
i18n/qgis_en.ts | 4 +-
i18n/qgis_es.ts | 2 +-
i18n/qgis_et.ts | 2 +-
i18n/qgis_eu.ts | 2 +-
i18n/qgis_fa.ts | 2 +-
i18n/qgis_fi.ts | 2 +-
i18n/qgis_fr.ts | 2 +-
i18n/qgis_gl.ts | 2 +-
i18n/qgis_hi.ts | 2 +-
i18n/qgis_hr.ts | 2 +-
i18n/qgis_hu.ts | 2 +-
i18n/qgis_id.ts | 2 +-
i18n/qgis_is.ts | 2 +-
i18n/qgis_it.ts | 2 +-
i18n/qgis_ja.ts | 2 +-
i18n/qgis_km.ts | 2 +-
i18n/qgis_ko.ts | 2 +-
i18n/qgis_lt.ts | 2 +-
i18n/qgis_lv.ts | 2 +-
i18n/qgis_mn.ts | 2 +-
i18n/qgis_nb.ts | 2 +-
i18n/qgis_nl.ts | 2 +-
i18n/qgis_pl.ts | 2 +-
i18n/qgis_pt_BR.ts | 2 +-
i18n/qgis_pt_PT.ts | 2 +-
i18n/qgis_ro.ts | 2 +-
i18n/qgis_ru.ts | 2 +-
i18n/qgis_sk.ts | 2 +-
i18n/qgis_sl.ts | 2 +-
i18n/qgis_sr.ts | 2 +-
i18n/qgis_sr at latin.ts | 2 +-
i18n/qgis_sv.ts | 2 +-
i18n/qgis_th.ts | 2 +-
i18n/qgis_tr.ts | 2 +-
i18n/qgis_uk.ts | 2 +-
i18n/qgis_vi.ts | 2 +-
i18n/qgis_zh-Hans.ts | 2 +-
i18n/qgis_zh_CN.ts | 2 +-
i18n/qgis_zh_TW.ts | 2 +-
python/core/__init__.py | 6 +-
python/core/qgsdistancearea.sip | 16 +-
python/core/qgserror.sip | 2 +-
python/core/qgsfeaturestore.sip | 2 +-
python/core/qgsfield.sip | 16 +-
python/core/qgsmapunitscale.sip | 16 +-
python/core/qgsvectorlayer.sip | 6 +-
python/core/qgsvectorlayereditutils.sip | 4 +-
python/core/symbology-ng/qgsfillsymbollayerv2.sip | 8 +-
python/core/symbology-ng/qgslinesymbollayerv2.sip | 2 +-
python/core/symbology-ng/qgssvgcache.sip | 6 +-
python/core/symbology-ng/qgsvectorcolorrampv2.sip | 17 +-
.../db_manager/db_plugins/postgis/plugin.py | 493 +++++++++---------
python/plugins/processing/algs/qgis/VectorGrid.py | 2 +-
.../description/2.1.2/OrdinaryKriging(Global).txt | 33 +-
.../saga/description/2.1.2/OrdinaryKriging.txt | 10 +-
.../description/2.1.2/UniversalKriging(Global).txt | 34 +-
.../saga/description/2.1.2/UniversalKriging.txt | 45 +-
resources/function_help/lpad | 4 +-
resources/function_help/rpad | 4 +-
scripts/release.pl | 6 +-
src/app/composer/qgscomposer.cpp | 68 ++-
src/app/composer/qgscomposerscalebarwidget.cpp | 5 +
src/app/ogr/qgsopenvectorlayerdialog.cpp | 4 +-
src/app/qgisapp.cpp | 78 ++-
src/app/qgisapp.h | 6 +
src/app/qgsattributetabledialog.cpp | 3 +-
src/app/qgsidentifyresultsdialog.cpp | 2 +-
src/app/qgsmaptoolcapture.cpp | 7 +
src/app/qgsmaptoolfillring.cpp | 36 +-
src/app/qgsmergeattributesdialog.cpp | 26 +-
src/app/qgsmergeattributesdialog.h | 5 +
src/app/qgsprojectproperties.cpp | 8 +-
src/app/qgssnappingdialog.cpp | 1 +
src/app/qgstipfactory.cpp | 2 +-
src/core/composer/qgscomposerscalebar.cpp | 24 +-
src/core/composer/qgscomposition.cpp | 35 +-
src/core/qgis.h | 8 +
src/core/qgsdistancearea.cpp | 8 +
src/core/qgsdistancearea.h | 16 +-
src/core/qgserror.h | 2 +-
src/core/qgsexpression.cpp | 68 ++-
src/core/qgsfeaturestore.cpp | 5 +-
src/core/qgsfeaturestore.h | 2 +-
src/core/qgsfield.cpp | 34 +-
src/core/qgsfield.h | 4 +-
src/core/qgsmaplayer.cpp | 1 +
src/core/qgsmapunitscale.h | 22 +-
src/core/qgspallabeling.cpp | 2 +
src/core/qgsvectorfilewriter.cpp | 22 +-
src/core/qgsvectorfilewriter.h | 1 +
src/core/qgsvectorlayer.cpp | 16 +-
src/core/qgsvectorlayer.h | 6 +-
src/core/qgsvectorlayereditbuffer.cpp | 40 +-
src/core/qgsvectorlayereditutils.cpp | 5 +-
src/core/qgsvectorlayereditutils.h | 4 +-
src/core/symbology-ng/qgsellipsesymbollayerv2.cpp | 15 +-
src/core/symbology-ng/qgsellipsesymbollayerv2.h | 5 +-
src/core/symbology-ng/qgsfillsymbollayerv2.cpp | 14 +-
src/core/symbology-ng/qgsfillsymbollayerv2.h | 6 +-
src/core/symbology-ng/qgsmarkersymbollayerv2.cpp | 12 +-
src/core/symbology-ng/qgsmarkersymbollayerv2.h | 5 +-
src/core/symbology-ng/qgsrulebasedrendererv2.cpp | 2 +-
src/core/symbology-ng/qgsrulebasedrendererv2.h | 2 +-
src/core/symbology-ng/qgssvgcache.cpp | 10 +-
src/core/symbology-ng/qgssvgcache.h | 6 +-
src/core/symbology-ng/qgssymbollayerv2.cpp | 15 +-
src/core/symbology-ng/qgssymbollayerv2utils.cpp | 6 +-
src/core/symbology-ng/qgsvectorcolorrampv2.cpp | 12 +-
src/core/symbology-ng/qgsvectorcolorrampv2.h | 6 +-
.../qgsattributetablefiltermodel.cpp | 3 +-
src/gui/attributetable/qgsattributetablemodel.cpp | 5 +-
src/gui/qgsattributeform.cpp | 5 +-
src/gui/qgsmapoverviewcanvas.cpp | 1 +
.../qgssinglebandpseudocolorrendererwidget.cpp | 11 +
.../qgspointdisplacementrendererwidget.cpp | 4 +-
.../qgsvectorgradientcolorrampv2dialog.cpp | 5 +-
src/plugins/grass/qgsgrassmodule.cpp | 4 +
src/plugins/heatmap/heatmap.cpp | 8 +-
src/plugins/heatmap/heatmap.h | 4 +-
src/plugins/heatmap/heatmapgui.cpp | 20 +-
src/plugins/heatmap/heatmapgui.h | 8 +-
src/plugins/heatmap/heatmapguibase.ui | 4 +-
src/providers/ogr/qgsogrprovider.cpp | 2 +-
src/providers/oracle/qgsoracleprovider.cpp | 2 +-
src/providers/postgres/qgspostgresprovider.cpp | 7 +
src/server/qgshttprequesthandler.cpp | 1 -
src/server/qgsserverprojectparser.cpp | 33 +-
src/server/qgswfsserver.cpp | 21 +-
src/server/qgswmsconfigparser.cpp | 16 +-
src/server/qgswmsprojectparser.cpp | 8 +-
src/server/qgswmsserver.cpp | 8 +-
src/ui/qgsadvanceddigitizingdockwidgetbase.ui | 47 +-
tests/src/core/CMakeLists.txt | 1 +
tests/src/core/testqgscomposermap.cpp | 23 +-
tests/src/core/testqgsdistancearea.cpp | 31 +-
tests/src/core/testqgsmarkerlinesymbol.cpp | 154 ++++++
tests/src/python/CMakeLists.txt | 1 +
tests/src/python/test_qgsmapunitscale.py | 101 ++++
.../expected_line_offset/expected_line_offset.png} | Bin 40258 -> 40258 bytes
tests/testdata/marker_line_offset.qml | 284 +++++++++++
160 files changed, 2391 insertions(+), 755 deletions(-)
delete mode 100755 debian/qgis-plugin-grass.postrm
delete mode 100755 debian/qgis-plugin-grass.preinst
copy debian/{qgis-plugin-grass.install.in => qgis-provider-grass.install.in} (68%)
copy debian/{qgis-plugin-grass.lintian-overrides => qgis-provider-grass.lintian-overrides} (100%)
create mode 100755 debian/qgis-provider-grass.postrm
create mode 100755 debian/qgis-provider-grass.preinst
create mode 100644 tests/src/core/testqgsmarkerlinesymbol.cpp
create mode 100644 tests/src/python/test_qgsmapunitscale.py
copy tests/testdata/control_images/{maprotation/expected_simplepoints+30/expected_simplepoints+30.png => markerlinesymbol/expected_line_offset/expected_line_offset.png} (76%)
create mode 100644 tests/testdata/marker_line_offset.qml
--
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