Skip to content
Commits on Source (5)
......@@ -22,7 +22,7 @@ __author__ = 'Matthias Kuhn'
__date__ = 'March 2017'
__copyright__ = '(C) 2017, Matthias Kuhn'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '5c56989325ae651486e12a0c457cea973a78999d'
__revision__ = '04ee8e07611af632be18601ba0081fb84b0c437b'
# This script parses output from ctest and injects
#
......
......@@ -15,7 +15,7 @@ SET(CMAKE_LINK_DEPENDS_NO_SHARED ON)
# Project and version
SET(CPACK_PACKAGE_VERSION_MAJOR "3")
SET(CPACK_PACKAGE_VERSION_MINOR "4")
SET(CPACK_PACKAGE_VERSION_PATCH "7")
SET(CPACK_PACKAGE_VERSION_PATCH "8")
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
SET(RELEASE_NAME "Madeira")
PROJECT(qgis VERSION ${COMPLETE_VERSION})
......
backporting[bot] <backporting[bot]@users.noreply.github.com> 2019-05-14
[Backport release-3_4] stronger test for embedded layers (#10003)
Merge: 35def84dff 7fa95e7459
Denis Rouzaud <denis.rouzaud@gmail.com> 2019-05-14
Merge pull request #9997 from qgis/backport-9993-to-release-3_4
[Backport release-3_4] fix issues with embedded layers
Denis Rouzaud <denis.rouzaud@gmail.com> 2019-05-13
fix restoring visibility of layers in embedded groups
Denis Rouzaud <denis.rouzaud@gmail.com> 2019-05-13
add test for layer visibility in embedded group
Nyall Dawson <nyall.dawson@gmail.com> 2019-05-13
Fix build
Nyall Dawson <nyall.dawson@gmail.com> 2019-05-09
Tiny bit of extra safety
Nyall Dawson <nyall.dawson@gmail.com> 2019-05-09
Ensure correct thread locale QgsNetworkAccessManager is used during
o2 requests
Otherwise the main thread manager is always used, resulting in
lots of warnings and potential crashes
Nyall Dawson <nyall.dawson@gmail.com> 2019-05-09
[o2] A new refresh_token is not a mandatory part of the response
after requesting a refresh
The server will always return a new access_token, but returning
a new refresh_token is optional
Nyall Dawson <nyall.dawson@gmail.com> 2019-05-06
Add method to retrieve map extent to QgsRenderContext
Previously only a "layer clipping extent" was available for retrieval
from a QgsRenderContext instance, yet there's a need for rendering
operations to have access to the original full extent of the map
being rendered.
Nyall Dawson <nyall.dawson@gmail.com> 2019-05-08
Fix constraint expression and description are flipped
Fixes #22016
nirvn <nirvn.asia@gmail.com> 2019-05-10
[themes] Fix field expression widget not playing nice with themes
backporting[bot] <backporting[bot]@users.noreply.github.com> 2019-05-11
[Backport release-3_4] Remove plugin module path when unloading (#9862)
* Remove plugin module path when unloading
Unloading plugin must remove added module path
in order to prevent wrong package import when reloading
Merge: b054222bcd 966a6e6f02
rldhont <rldhont@gmail.com> 2019-05-10
Merge pull request #9871 from qgis/backport-9866-to-release-3_4
[Backport release-3_4] Fix exception when reloading plugins
nirvn <nirvn.asia@gmail.com> 2019-05-09
[themes] Fix missing disabled state for {check/radio/group}box
nirvn <nirvn.asia@gmail.com> 2019-05-09
[effects] when creating the preview image, disable effects to avoid 'double apply'
Juergen E. Fischer <jef@norbit.de> 2019-05-09
fix build on xenial (Qt <5.6)
Daniele Viganò <daniele@vigano.me> 2019-05-08
[RPM] Backport of #9957
[RPM] Add qt5-qtbase-private-devel build dep for F30+
qt5-qtbase-devel as been splitted in Fedora 30
yoichigmf <yoichi.kayama@gmail.com> 2019-05-08
bug fix can't open file using Japanese Character in name
Merge: 03f65086d2 e730fa15cf
Alessandro Pasotti <elpaso@itopen.it> 2019-05-08
Merge pull request #9936 from qgis/backport-9935-to-release-3_4
[Backport release-3_4] remove redundant /profiles when QGIS_CUSTOM_CONFIG_PATH is set
Merge: ebe57cf156 f233b7ec81
Alessandro Pasotti <elpaso@itopen.it> 2019-05-08
Merge pull request #9933 from qgis/backport-9931-to-release-3_4
[Backport release-3_4] fix wrong SVG PATHS logging on server startup
Merge: da6b04d608 58702fa26d
Even Rouault <even.rouault@spatialys.com> 2019-05-08
Merge pull request #9956 from rouault/fix_test_provider_ogr_gpkg_indentation
[release-3_4] test_provider_ogr_gpkg.py: fix indentation
Even Rouault <even.rouault@spatialys.com> 2019-05-08
test_provider_ogr_gpkg.py: fix indentation
Merge: f67eef3eb0 1257311a86
Matthias Kuhn <matthias@opengis.ch> 2019-05-08
Merge pull request #9952 from qgis/backport-9941-to-release-3_4
[Backport release-3_4] [RPM] Add missing gdal-python-tools dependency
Merge: 87ebaf4eb4 c908306fea
Even Rouault <even.rouault@spatialys.com> 2019-05-08
Merge pull request #9955 from rouault/backport_9939
[Backport release-3_4] Backport #9939 (Fix opening of GeoPackage datasets with foreign key violation)
nirvn <nirvn.asia@gmail.com> 2019-05-08
[ui] Fix marker sizing for the filled marker widget
Even Rouault <even.rouault@spatialys.com> 2019-05-08
test_provider_ogr_gpkg.py: remove testJson test which was inappropriately backported in 2831a02b
Even Rouault <even.rouault@spatialys.com> 2019-05-06
[GDAL provider] Fix opening of GeoPackage datasets with foreign key violation
Even Rouault <even.rouault@spatialys.com> 2019-05-06
[OGR provider] Fix opening of GeoPackage datasets with foreign key violation
Daniele Viganò <daniele@vigano.me> 2019-05-07
[RPM] Add missing gdal-python-tools dependency
Processing uses some python scripts that are part of gdal-python-tools package
nirvn <nirvn.asia@gmail.com> 2019-05-08
[symbology] Fix setSize(size) not working for ellipse markers
Nyall Dawson <nyall.dawson@gmail.com> 2019-04-30
Fix duplicate layers in custom layer order panel
Fixes #21955
Marco Bernasocchi <marco@opengis.ch> 2019-05-06
remove redundant /profiles when QGIS_CUSTOM_CONFIG_PATH is set
Signed-off-by: Marco Bernasocchi <marco@opengis.ch>
Signed-off-by: Marco Bernasocchi <marco@opengis.ch>
Marco Bernasocchi <marco@opengis.ch> 2019-05-06
fix wrong SVG PATHS logging on server startup
Signed-off-by: Marco Bernasocchi <marco@opengis.ch>
Merge: 979af2b69d 9409afc06b
Matthias Kuhn <matthias@opengis.ch> 2019-05-04
Merge pull request #9844 from qgis/backport-9809-to-release-3_4
[Backport release-3_4] Add @snapping_results variable for points
Alexander Bruy <alexander.bruy@gmail.com> 2019-04-30
[processing] populate batch interface with rows when multiple layers
selected (fix #21859)
nirvn <nirvn.asia@gmail.com> 2019-05-01
[ui] Fix broken text annotation background color
Nyall Dawson <nyall.dawson@gmail.com> 2019-04-30
Avoid ugly super-narrow annotation balloon callout lines at some angles
Nyall Dawson <nyall.dawson@gmail.com> 2019-04-16
Fix incorrect annotation scaling when exporting layouts
Previously, annotation size and position always used pixel units. This
did not work well when exporting layouts, resulting in tiny annotations
(it also caused issues when moving projects between hidpi/non hidpi
displays).
Instead, use millimeters for annotation size and position so that the
appearance is consistent across displays and works correctly in layout
exports.
Add lots of unit tests covering this.
Fixes #18373
nirvn <nirvn.asia@gmail.com> 2019-04-29
[themes] Tweak palette values to better match designated roles
nirvn <nirvn.asia@gmail.com> 2019-04-29
[themes] Add minimum scrollbar dimension to Night Mapping
Nyall Dawson <nyall.dawson@gmail.com> 2019-04-26
Indentation
Nyall Dawson <nyall.dawson@gmail.com> 2019-04-26
Remove some unused code
Nyall Dawson <nyall.dawson@gmail.com> 2019-04-26
[processing] Correctly reset progress bar after completing batch execution
Nyall Dawson <nyall.dawson@gmail.com> 2019-04-26
[processing] Fix exception on completion of batch execution of
algorithm which has string or numeric outputs
Merge: f5627e16ed 52882f45e7
rldhont <rldhont@gmail.com> 2019-04-29
Merge pull request #9864 from rldhont/fix-server-wmts-resolutions-release-3_4
[Backport release-3_4] [Server] WMTS - use resolution for bbox calculation
Merge: 8131f8c26c e75681dfa8
Alessandro Pasotti <elpaso@itopen.it> 2019-04-29
Merge pull request #9898 from elpaso/backport-9873-to-release-3_4
[postgresql] Fix checkPrimaryKeyUnicity option
Alessandro Pasotti <elpaso@itopen.it> 2019-04-29
[postgresql] Fix checkPrimaryKeyUnicity option
Cherry picked from release-3_6 and master 4da04130d8
Merge: b5741c2e7a aa714d3df6
Alessandro Pasotti <elpaso@itopen.it> 2019-04-29
Merge pull request #9889 from elpaso/bugfix-21917-server-root-layer-order-3_4
Respect custom layer order for groups in GetMap
Mathieu Pellerin <nirvn.asia@gmail.com> 2019-04-28
Add simple line custom dash pattern tests
Alessandro Pasotti <elpaso@itopen.it> 2019-04-27
Respect custom layer order for groups in GetMap
Backport of bugfix from master PR 9878
Fixes #21917
(cherry-picking commit 9ddbae6c68 from 3.6)
nirvn <nirvn.asia@gmail.com> 2019-04-26
[symbology] Fix custom dash pattern for line with an hairline (i.e. 0) width
Nyall Dawson <nyall.dawson@gmail.com> 2019-04-26
Fix exception when reloading plugins
Nyall Dawson <nyall.dawson@gmail.com> 2019-04-26
Add missing /Transfer/ annotation
rldhont <rldhont@gmail.com> 2019-04-19
[Tests][Server] WMTS - use resolution for bbox calculation
rldhont <rldhont@gmail.com> 2019-04-19
[Bugfix][Server] WMTS - use resolution for bbox calculation
Because of the limit of double size in C++, it's bettre to use the resolution instead of the scale denominator for calculating tiles extent.
nirvn <nirvn.asia@gmail.com> 2019-04-22
Turn antialiasing flag on when rendering legend symbol preview
nirvn <nirvn.asia@gmail.com> 2019-04-22
Turn antialising render flag on when appropriate in QgsRenderContext::fromQPainter()
Merge: 8e19a3293b 434df5befd
Blottiere Paul <blottiere.paul@gmail.com> 2019-04-24
Merge pull request #9841 from signedav/default_symbol_scale_bp_34
[server] Default scale/mupmm on GetLegendGraphics
David Signer <david@opengis.ch> 2019-04-24
correct images for test from the travis build
David Signer <david@opengis.ch> 2019-04-24
fix comment since 3.4
Martin Dobias <wonder.sk@gmail.com> 2019-04-22
[3d] fix shading of 3D point symbols
The vertex shader was incorrectly transforming world position and normal
vectors for phong shading. This was causing wrong appearance that was noticeable
when moving/rotating camera (e.g. specular reflection was always in the same place).
This was caused by involving view matrix (i.e. camera position and orientation)
to the vectors, but the world position and normal should be independent from camera.
David Signer <david@opengis.ch> 2019-04-22
gui fix for default symbol scale
David Signer <david@opengis.ch> 2019-04-22
not using mContext from future integration received by cherry-pick
David Signer <david@opengis.ch> 2019-04-02
backport for default map scale / default map units per mm in project for the case that GetLegendGraphic request does not pass parameters to calculate map unit sized symbol size
(cherry-picks of 7ef426b0efa446b400c33c3447b90fa6d01d8f47 10b5f0858ad5c147ac2a67518cabf0e55e9cbacc 3d7cc160d4a39daf3fe6fc6076b08fb9d2939361 1c3cfd1e136e8d61ecf6b1cacf8f2bbf93e76fc1 679b100f0c0e72eba394ab7b3b500aa53f836813 96f054e1c12b71fecfa66d43717f653b5df402e4 7f7d910991169b38f1927680011a5f57c0b490fe 755c8ff36d6b0f85386bdc9537c286371f441b5c 1d6a7dd53ccebeb619c9c72ecf39271fe0aea0eb 8e62a89c98557c6dcd651291aa2e17fe780074db c22effb545b5e042ee5591b4b2dbe34430a3d2c9 fa8e5fa34856d260ed3394ad8b2133ca1833c979 fab5254595d40461b060008310c60544b087703d 27fc38160056d954b44181d22c7c3180df651638)
Matthias Kuhn <matthias@opengis.ch> 2019-04-17
Add a comment to explain the reason for the code
Matthias Kuhn <matthias@opengis.ch> 2019-04-17
Add @snapping_results variable for points
Fix #21784 https://issues.qgis.org/issues/21784
Juergen E. Fischer <jef@norbit.de> 2019-02-02
avoid OSRFixup with GDAL >= 2.5 (fixes #21902)
(cherry picked from commit 9a8c0d28982f3c31dc0f7c8a2f796c85ec801191)
Alessandro Pasotti <elpaso@itopen.it> 2019-04-16
Guard vector file writer against invalid layers
instead of crashing.
Fixes #21856
Funded by: QCooperative.net
Alexander Bruy <alexander.bruy@gmail.com> 2019-04-17
[processing] ensure that output temporary directory exists (fix #21701)
Merge: 525e414273 d7705256f1
rldhont <rldhont@gmail.com> 2019-04-20
Merge pull request #9835 from rldhont/backport-9827-to-release-3_4
[Backport release-3_4] [Bugfix][Server] WMTS: CRS can have axis inverted
Merge: 5c56989325 980647501b
rldhont <rldhont@gmail.com> 2019-04-20
Merge pull request #9824 from rldhont/fix-server-wmts-scalebasedvisibility-layers-release-3_4
[Bugfix][Server] WMTS: layer scale base visibility has not been well used
Juergen E. Fischer <jef@norbit.de> 2019-04-19
Release of 3.4.7
Merge: 72a4847870 c13c4a5cd5
Alessandro Pasotti <elpaso@itopen.it> 2019-04-19
 
......@@ -5,6 +409,12 @@ Alessandro Pasotti <elpaso@itopen.it> 2019-04-19
 
[server] Implement LAYERFONTCOLOR and ITEMFONTCOLOR
 
rldhont <rldhont@gmail.com> 2019-04-18
[Bugfix][Server] WMTS: CRS can have axis inverted
The top left element has to respect the axis, like in WMS 1.3.0.
Juergen E. Fischer <jef@norbit.de> 2019-04-07
 
postgres provider: drop implicit not null and unique constraint for columns in compound keys (fixes #20073)
......@@ -32,6 +442,12 @@ Alessandro Pasotti <elpaso@itopen.it> 2019-04-18
 
Fix control image
 
rldhont <rldhont@gmail.com> 2019-04-18
[Bugfix][Server] WMTS: layer scale base visibility has not been well used
This has been fixed in master and QGIS 3.6, but has been probably not well backported.
Merge: 960e10db8f 894ea6a7c8
rldhont <rldhont@gmail.com> 2019-04-18
 
......@@ -374,7 +374,7 @@ new subdirectory called `build` or `build-qt5` in it.
3.9.1. Install build dependencies
=================================
dnf install qt5-qtwebkit-devel qt5-qtlocation-devel qt5-qttools-static qca-qt5-devel qca-qt5-ossl qt5-qt3d-devel python3-qt5-devel python3-qscintilla-qt5-devel qscintilla-qt5-devel python3-qscintilla-devel python3-qscintilla-qt5 clang flex bison geos-devel gdal-devel sqlite-devel libspatialite-devel qt5-qtsvg-devel qt5-qtxmlpatterns-devel spatialindex-devel expat-devel proj-devel qwt-qt5-devel gsl-devel postgresql-devel cmake python3-future gdal-python3 python3-psycopg2 python3-PyYAML python3-pygments python3-jinja2 python3-OWSLib qca-qt5-ossl qwt-qt5-devel qtkeychain-qt5-devel qwt-devel sip-devel libzip-devel
dnf install qt5-qtbase-private-devel qt5-qtwebkit-devel qt5-qtlocation-devel qt5-qttools-static qca-qt5-devel qca-qt5-ossl qt5-qt3d-devel python3-qt5-devel python3-qscintilla-qt5-devel qscintilla-qt5-devel python3-qscintilla-devel python3-qscintilla-qt5 clang flex bison geos-devel gdal-devel sqlite-devel libspatialite-devel qt5-qtsvg-devel qt5-qtxmlpatterns-devel spatialindex-devel expat-devel proj-devel qwt-qt5-devel gsl-devel postgresql-devel cmake python3-future gdal-python3 python3-psycopg2 python3-PyYAML python3-pygments python3-jinja2 python3-OWSLib qca-qt5-ossl qwt-qt5-devel qtkeychain-qt5-devel qwt-devel sip-devel libzip-devel
To build QGIS server additional dependencies are required:
......
qgis (3.4.8+dfsg-1~exp1) experimental; urgency=medium
[ Jürgen E. Fischer ]
* Release of 3.4.8
[ Bas Couwenberg ]
* New upstream release.
* Update symbols for amd64.
-- Bas Couwenberg <sebastic@debian.org> Fri, 17 May 2019 16:55:44 +0200
qgis (3.4.7+dfsg-1) unstable; urgency=medium
* Update symbols for other architectures.
......
......@@ -124,7 +124,7 @@ Description: QGIS - architecture-independent data
This package contains architecture-independent supporting data files for use
with QGIS.
Package: libqgis-3d3.4.7
Package: libqgis-3d3.4.8
Architecture: any
Section: libs
Depends: qt3d-assimpsceneimport-plugin,
......@@ -139,7 +139,7 @@ Description: QGIS - shared 3d library
.
This package contains the shared 3d library.
Package: libqgis-analysis3.4.7
Package: libqgis-analysis3.4.8
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -150,7 +150,7 @@ Description: QGIS - shared analysis library
.
This package contains the shared analysis library.
Package: libqgis-app3.4.7
Package: libqgis-app3.4.8
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -161,7 +161,7 @@ Description: QGIS - shared app library
.
This package contains the shared app library.
Package: libqgis-core3.4.7
Package: libqgis-core3.4.8
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -172,7 +172,7 @@ Description: QGIS - shared core library
.
This package contains the shared core library.
Package: libqgis-gui3.4.7
Package: libqgis-gui3.4.8
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -183,7 +183,7 @@ Description: QGIS - shared gui library
.
This package contains the shared gui library.
Package: libqgis-native3.4.7
Package: libqgis-native3.4.8
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -194,7 +194,7 @@ Description: QGIS - shared native gui library
.
This package contains the shared native gui library.
Package: libqgis-server3.4.7
Package: libqgis-server3.4.8
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -205,7 +205,7 @@ Description: QGIS - shared server library
.
This package contains the shared server library.
Package: libqgisgrass7-3.4.7
Package: libqgisgrass7-3.4.8
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -216,7 +216,7 @@ Description: QGIS - shared grass library
.
This package contains the shared grass library.
Package: libqgispython3.4.7
Package: libqgispython3.4.8
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -249,15 +249,15 @@ Depends: grass-dev (>= 7.6.0),
libpq-dev,
libproj-dev,
libqca-qt5-2-dev,
libqgis-3d3.4.7 (= ${binary:Version}),
libqgis-analysis3.4.7 (= ${binary:Version}),
libqgis-app3.4.7 (= ${binary:Version}),
libqgis-core3.4.7 (= ${binary:Version}),
libqgis-gui3.4.7 (= ${binary:Version}),
libqgis-native3.4.7 (= ${binary:Version}),
libqgis-server3.4.7 (= ${binary:Version}),
libqgisgrass7-3.4.7 (= ${binary:Version}),
libqgispython3.4.7 (= ${binary:Version}),
libqgis-3d3.4.8 (= ${binary:Version}),
libqgis-analysis3.4.8 (= ${binary:Version}),
libqgis-app3.4.8 (= ${binary:Version}),
libqgis-core3.4.8 (= ${binary:Version}),
libqgis-gui3.4.8 (= ${binary:Version}),
libqgis-native3.4.8 (= ${binary:Version}),
libqgis-server3.4.8 (= ${binary:Version}),
libqgisgrass7-3.4.8 (= ${binary:Version}),
libqgispython3.4.8 (= ${binary:Version}),
libqscintilla2-qt5-dev,
libqt5svg5-dev,
libqt5webkit5-dev,
......@@ -327,7 +327,7 @@ Package: python3-qgis
Architecture: any
Section: python
Depends: python3-qgis-common (= ${source:Version}),
libqgispython3.4.7,
libqgispython3.4.8,
libsqlite3-mod-spatialite,
python3-dateutil,
python3-future,
......
# SymbolsHelper-Confirmed: 3.4.5 amd64
libqgis_3d.so.3.4.7 #PACKAGE# #MINVER#
libqgis_3d.so.3.4.8 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
_ZN10QByteArrayD1Ev@Base 3.4.5
_ZN10QByteArrayD2Ev@Base 3.4.5
......
# SymbolsHelper-Confirmed: 3.4.6 amd64 arm64 armel armhf i386 mips mips64el mipsel powerpc ppc64el s390x
libqgis_analysis.so.3.4.7 #PACKAGE# #MINVER#
libqgis_analysis.so.3.4.8 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
_ZN10QByteArrayD1Ev@Base 3.4.5
_ZN10QByteArrayD2Ev@Base 3.4.5
......
# SymbolsHelper-Confirmed: 3.4.7 amd64 armel armhf i386 mips mips64el mipsel ppc64el s390x
libqgis_app.so.3.4.7 #PACKAGE# #MINVER#
# SymbolsHelper-Confirmed: 3.4.8 amd64
libqgis_app.so.3.4.8 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
_ZN10QByteArray7reserveEi@Base 3.4.5
_ZN10QgsOptions10addSVGPathEv@Base 3.4.5
......@@ -1028,8 +1028,10 @@ libqgis_app.so.3.4.7 #PACKAGE# #MINVER#
_ZN18QgsPointMarkerItemD2Ev@Base 2.18.17
_ZN19QgsAnnotationWidget11qt_metacallEN11QMetaObject4CallEiPPv@Base 2.14.0
_ZN19QgsAnnotationWidget11qt_metacastEPKc@Base 2.14.0
_ZN19QgsAnnotationWidget15backgroundColorEv@Base 3.4.8
_ZN19QgsAnnotationWidget15blockAllSignalsEb@Base 2.14.0
_ZN19QgsAnnotationWidget16staticMetaObjectE@Base 2.14.0
_ZN19QgsAnnotationWidget17frameStyleChangedEv@Base 3.4.8
_ZN19QgsAnnotationWidget22backgroundColorChangedERK6QColor@Base 2.14.5
_ZN19QgsAnnotationWidget5applyEv@Base 2.14.0
_ZN19QgsAnnotationWidgetC1EP26QgsMapCanvasAnnotationItemP7QWidget6QFlagsIN2Qt10WindowTypeEE@Base 3.4.5
......
# SymbolsHelper-Confirmed: 3.4.7 amd64 armel armhf
libqgis_core.so.3.4.7 #PACKAGE# #MINVER#
# SymbolsHelper-Confirmed: 3.4.8 amd64
libqgis_core.so.3.4.8 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
GEOPROJ4@Base 2.0.1
GEOWKT@Base 2.0.1
......@@ -942,6 +942,7 @@ libqgis_core.so.3.4.7 #PACKAGE# #MINVER#
_ZN13QgsAnnotation12setFrameSizeE6QSizeF@Base 3.4.5
_ZN13QgsAnnotation13setFillSymbolEP13QgsFillSymbol@Base 3.4.5
_ZN13QgsAnnotation13updateBalloonEv@Base 3.4.5
_ZN13QgsAnnotation14setFrameSizeMmE6QSizeF@Base 3.4.8
_ZN13QgsAnnotation14setMapPositionERK10QgsPointXY@Base 3.4.5
_ZN13QgsAnnotation15mapLayerChangedEv@Base 3.4.5
_ZN13QgsAnnotation15setMarkerSymbolEP15QgsMarkerSymbol@Base 3.4.5
......@@ -953,6 +954,7 @@ libqgis_core.so.3.4.7 #PACKAGE# #MINVER#
_ZN13QgsAnnotation20setAssociatedFeatureERK10QgsFeature@Base 3.4.5
_ZN13QgsAnnotation22setHasFixedMapPositionEb@Base 3.4.5
_ZN13QgsAnnotation32setFrameOffsetFromReferencePointE7QPointF@Base 3.4.5
_ZN13QgsAnnotation34setFrameOffsetFromReferencePointMmE7QPointF@Base 3.4.8
_ZN13QgsAnnotation5movedEv@Base 3.4.5
_ZN13QgsAnnotation8_readXmlERK11QDomElementRK19QgsReadWriteContext@Base 3.4.5
_ZN13QgsAnnotationC1EP7QObject@Base 3.4.5
......@@ -1408,14 +1410,14 @@ libqgis_core.so.3.4.7 #PACKAGE# #MINVER#
_ZN14QgsApplication15authorsFilePathEv@Base 2.0.1
_ZN14QgsApplication15customVariablesEv@Base 3.4.5
_ZN14QgsApplication15licenceFilePathEv@Base 2.0.1
_ZN14QgsApplication15mThemeName30407E@Base 3.4.7
_ZN14QgsApplication15mThemeName30408E@Base 3.4.8
_ZN14QgsApplication15shortNameRegExpEv@Base 2.14.0
_ZN14QgsApplication16defaultStylePathEv@Base 3.4.5
_ZN14QgsApplication16defaultThemePathEv@Base 2.0.1
_ZN14QgsApplication16mConfigPath30407E@Base 3.4.7
_ZN14QgsApplication16mMaxThreads30407E@Base 3.4.7
_ZN14QgsApplication16mPluginPath30407E@Base 3.4.7
_ZN14QgsApplication16mPrefixPath30407E@Base 3.4.7
_ZN14QgsApplication16mConfigPath30408E@Base 3.4.8
_ZN14QgsApplication16mMaxThreads30408E@Base 3.4.8
_ZN14QgsApplication16mPluginPath30408E@Base 3.4.8
_ZN14QgsApplication16mPrefixPath30408E@Base 3.4.8
_ZN14QgsApplication16pageSizeRegistryEv@Base 3.4.5
_ZN14QgsApplication16rendererRegistryEv@Base 3.4.5
_ZN14QgsApplication16reportStyleSheetEv@Base 2.0.1
......@@ -1423,12 +1425,12 @@ libqgis_core.so.3.4.7 #PACKAGE# #MINVER#
_ZN14QgsApplication16staticMetaObjectE@Base 2.0.1
_ZN14QgsApplication16userThemesFolderEv@Base 2.14.0
_ZN14QgsApplication17createThemeFolderEv@Base 2.14.0
_ZN14QgsApplication17mInitialized30407E@Base 3.4.7
_ZN14QgsApplication17mLibexecPath30407E@Base 3.4.7
_ZN14QgsApplication17mLibraryPath30407E@Base 3.4.7
_ZN14QgsApplication17mPkgDataPath30407E@Base 3.4.7
_ZN14QgsApplication17mProfilePath30407E@Base 3.4.7
_ZN14QgsApplication17mUIThemeName30407E@Base 3.4.7
_ZN14QgsApplication17mInitialized30408E@Base 3.4.8
_ZN14QgsApplication17mLibexecPath30408E@Base 3.4.8
_ZN14QgsApplication17mLibraryPath30408E@Base 3.4.8
_ZN14QgsApplication17mPkgDataPath30408E@Base 3.4.8
_ZN14QgsApplication17mProfilePath30408E@Base 3.4.8
_ZN14QgsApplication17mUIThemeName30408E@Base 3.4.8
_ZN14QgsApplication17restoreGdalDriverERK7QString@Base 2.14.0
_ZN14QgsApplication17setCustomVariableERK7QStringRK8QVariant@Base 3.4.5
_ZN14QgsApplication18ApplicationMembersC1Ev@Base 3.4.5
......@@ -1437,7 +1439,7 @@ libqgis_core.so.3.4.7 #PACKAGE# #MINVER#
_ZN14QgsApplication18ApplicationMembersD2Ev@Base 3.4.5
_ZN14QgsApplication18annotationRegistryEv@Base 3.4.5
_ZN14QgsApplication18layoutItemRegistryEv@Base 3.4.5
_ZN14QgsApplication18mGdalSkipList30407E@Base 3.4.7
_ZN14QgsApplication18mGdalSkipList30408E@Base 3.4.8
_ZN14QgsApplication18nullRepresentationEv@Base 3.4.5
_ZN14QgsApplication18processingRegistryEv@Base 3.4.5
_ZN14QgsApplication18registerOgrDriversEv@Base 2.0.1
......@@ -1448,9 +1450,9 @@ libqgis_core.so.3.4.7 #PACKAGE# #MINVER#
_ZN14QgsApplication19colorSchemeRegistryEv@Base 3.4.5
_ZN14QgsApplication19defaultThemesFolderEv@Base 2.14.0
_ZN14QgsApplication19layoutTemplatePathsEv@Base 3.4.5
_ZN14QgsApplication19mAuthDbDirPath30407E@Base 3.4.7
_ZN14QgsApplication19mQmlImportPath30407E@Base 3.4.7
_ZN14QgsApplication19mSystemEnvVars30407E@Base 3.4.7
_ZN14QgsApplication19mAuthDbDirPath30408E@Base 3.4.8
_ZN14QgsApplication19mQmlImportPath30408E@Base 3.4.8
_ZN14QgsApplication19mSystemEnvVars30408E@Base 3.4.8
_ZN14QgsApplication19paintEffectRegistryEv@Base 3.4.5
_ZN14QgsApplication19pluginLayerRegistryEv@Base 3.4.5
_ZN14QgsApplication19qgisSettingsDirPathEv@Base 2.0.1
......@@ -1463,9 +1465,9 @@ libqgis_core.so.3.4.7 #PACKAGE# #MINVER#
_ZN14QgsApplication21QGIS_APPLICATION_NAMEE@Base 2.4.0
_ZN14QgsApplication21developersMapFilePathEv@Base 2.8.0
_ZN14QgsApplication21gpsConnectionRegistryEv@Base 3.4.5
_ZN14QgsApplication21mBuildOutputPath30407E@Base 3.4.7
_ZN14QgsApplication21mBuildSourcePath30407E@Base 3.4.7
_ZN14QgsApplication21mDefaultSvgPaths30407E@Base 3.4.7
_ZN14QgsApplication21mBuildOutputPath30408E@Base 3.4.8
_ZN14QgsApplication21mBuildSourcePath30408E@Base 3.4.8
_ZN14QgsApplication21mDefaultSvgPaths30408E@Base 3.4.8
_ZN14QgsApplication21setNullRepresentationERK7QString@Base 3.4.5
_ZN14QgsApplication22QGIS_ORGANIZATION_NAMEE@Base 2.4.0
_ZN14QgsApplication22customVariablesChangedEv@Base 3.4.5
......@@ -1474,19 +1476,19 @@ libqgis_core.so.3.4.7 #PACKAGE# #MINVER#
_ZN14QgsApplication22rasterRendererRegistryEv@Base 3.4.5
_ZN14QgsApplication22setAuthDatabaseDirPathERK7QString@Base 3.4.5
_ZN14QgsApplication23applyGdalSkippedDriversEv@Base 2.0.1
_ZN14QgsApplication23mFileOpenEventList30407E@Base 3.4.7
_ZN14QgsApplication23mFileOpenEventList30408E@Base 3.4.8
_ZN14QgsApplication24QGIS_ORGANIZATION_DOMAINE@Base 2.4.0
_ZN14QgsApplication24dataItemProviderRegistryEv@Base 3.4.5
_ZN14QgsApplication24qgisAuthDatabaseFilePathEv@Base 3.4.5
_ZN14QgsApplication24qgisUserDatabaseFilePathEv@Base 3.4.5
_ZN14QgsApplication24setFileOpenEventReceiverEP7QObject@Base 2.0.1
_ZN14QgsApplication25mRunningFromBuildDir30407E@Base 3.4.7
_ZN14QgsApplication25mRunningFromBuildDir30408E@Base 3.4.8
_ZN14QgsApplication25nullRepresentationChangedEv@Base 3.4.5
_ZN14QgsApplication26absolutePathToRelativePathERK7QStringS2_@Base 2.14.0
_ZN14QgsApplication26collectTranslatableObjectsEP21QgsTranslationContext@Base 3.4.5
_ZN14QgsApplication26qgisMasterDatabaseFilePathEv@Base 3.4.5
_ZN14QgsApplication26relativePathToAbsolutePathERK7QStringS2_@Base 2.14.0
_ZN14QgsApplication27mFileOpenEventReceiver30407E@Base 3.4.7
_ZN14QgsApplication27mFileOpenEventReceiver30408E@Base 3.4.8
_ZN14QgsApplication29networkContentFetcherRegistryEv@Base 3.4.5
_ZN14QgsApplication29requestForTranslatableObjectsEP21QgsTranslationContext@Base 3.4.5
_ZN14QgsApplication4initE7QString@Base 2.0.1
......@@ -5557,6 +5559,7 @@ libqgis_core.so.3.4.7 #PACKAGE# #MINVER#
_ZN20QgsMarkerSymbolLayer15setMapUnitScaleERK15QgsMapUnitScale@Base 3.4.5
_ZN20QgsMarkerSymbolLayer25decodeVerticalAnchorPointERK7QString@Base 3.4.5
_ZN20QgsMarkerSymbolLayer27decodeHorizontalAnchorPointERK7QString@Base 3.4.5
_ZN20QgsMarkerSymbolLayer7setSizeEd@Base 3.4.8
_ZN20QgsMarkerSymbolLayerC1Eb@Base 3.4.5
_ZN20QgsMarkerSymbolLayerC2Eb@Base 3.4.5
_ZN20QgsMessageLogConsole10logMessageERK7QStringS2_N4Qgis12MessageLevelE@Base 3.4.5
......@@ -5732,9 +5735,12 @@ libqgis_core.so.3.4.7 #PACKAGE# #MINVER#
_ZN21QgsEllipseSymbolLayer13createFromSldER11QDomElement@Base 3.4.5
_ZN21QgsEllipseSymbolLayer13setOutputUnitEN12QgsUnitTypes10RenderUnitE@Base 3.4.5
_ZN21QgsEllipseSymbolLayer14setStrokeColorERK6QColor@Base 3.4.5
_ZN21QgsEllipseSymbolLayer14setSymbolWidthEd@Base 3.4.8
_ZN21QgsEllipseSymbolLayer15setMapUnitScaleERK15QgsMapUnitScale@Base 3.4.5
_ZN21QgsEllipseSymbolLayer15setSymbolHeightEd@Base 3.4.8
_ZN21QgsEllipseSymbolLayer6boundsE7QPointFR22QgsSymbolRenderContext@Base 3.4.5
_ZN21QgsEllipseSymbolLayer6createERK4QMapI7QStringS1_E@Base 3.4.5
_ZN21QgsEllipseSymbolLayer7setSizeEd@Base 3.4.8
_ZN21QgsEllipseSymbolLayerC1Ev@Base 3.4.5
_ZN21QgsEllipseSymbolLayerC2Ev@Base 3.4.5
_ZN21QgsEllipseSymbolLayerD0Ev@Base 3.4.5
......@@ -10355,11 +10361,12 @@ libqgis_core.so.3.4.7 #PACKAGE# #MINVER#
_ZNK13QgsAnnotation16drawMarkerSymbolER16QgsRenderContext@Base 3.4.5
_ZNK13QgsAnnotation16minimumFrameSizeEv@Base 3.4.5
_ZNK13QgsAnnotation20copyCommonPropertiesEPS_@Base 3.4.5
_ZNK13QgsAnnotation23pointOnLineWithDistanceE7QPointFS0_d@Base 3.4.5
_ZNK13QgsAnnotation29frameOffsetFromReferencePointEv@Base 3.4.8
_ZNK13QgsAnnotation6renderER16QgsRenderContext@Base 3.4.5
_ZNK13QgsAnnotation7segmentEi@Base 3.4.5
_ZNK13QgsAnnotation7segmentEiP16QgsRenderContext@Base 3.4.8
_ZNK13QgsAnnotation9_writeXmlER11QDomElementR12QDomDocumentRK19QgsReadWriteContext@Base 3.4.5
_ZNK13QgsAnnotation9drawFrameER16QgsRenderContext@Base 3.4.5
_ZNK13QgsAnnotation9frameSizeEv@Base 3.4.8
_ZNK13QgsAttributes5toMapEv@Base 3.4.5
_ZNK13QgsAuthMethod10metaObjectEv@Base 2.14.0
_ZNK13QgsBlurEffect10propertiesEv@Base 2.14.0
......
# SymbolsHelper-Confirmed: 3.4.7 amd64
libqgis_gui.so.3.4.7 #PACKAGE# #MINVER#
# SymbolsHelper-Confirmed: 3.4.8 amd64
libqgis_gui.so.3.4.8 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
_Z17createDatabaseURIRK7QStringS1_S1_S_S1_S_S_b@Base 3.4.5
_Z17createProtocolURIRK7QStringS1_S1_S1_S1_b@Base 3.4.5
......@@ -3114,6 +3114,7 @@ libqgis_gui.so.3.4.7 #PACKAGE# #MINVER#
_ZN20QgsMapOverviewCanvasD0Ev@Base 2.0.1
_ZN20QgsMapOverviewCanvasD1Ev@Base 2.0.1
_ZN20QgsMapOverviewCanvasD2Ev@Base 2.0.1
_ZN20QgsMarkerSymbolLayer7setSizeEd@Base 3.4.8
_ZN20QgsNewHttpConnection10urlChangedERK7QString@Base 3.4.5
_ZN20QgsNewHttpConnection11nameChangedERK7QString@Base 3.4.5
_ZN20QgsNewHttpConnection11qt_metacallEN11QMetaObject4CallEiPPv@Base 2.0.1
......
# SymbolsHelper-Confirmed: 3.4.5 amd64
libqgis_native.so.3.4.7 #PACKAGE# #MINVER#
libqgis_native.so.3.4.8 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
_ZN10QByteArrayD1Ev@Base 3.4.5
_ZN10QByteArrayD2Ev@Base 3.4.5
......