Skip to content
Commits on Source (13)
......@@ -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__ = '9a8a6d4687d4d92a248c816501e1825a1f1d9f8f'
__revision__ = '625767347a134a864d92071b7041d0a35e7384f8'
# 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 "11")
SET(CPACK_PACKAGE_VERSION_PATCH "12")
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
SET(RELEASE_NAME "Madeira")
PROJECT(qgis VERSION ${COMPLETE_VERSION})
......
Juergen E. Fischer <jef@norbit.de> 2019-09-13
translation update for 3.4.12 from transifex
Alexander Bruy <alexander.bruy@gmail.com> 2019-09-12
[processing] quote field names in GDAL commands (fix #30878)
Alexander Bruy <alexander.bruy@gmail.com> 2019-09-12
[processing] be safe when reading YAML (fix #30779)
Nyall Dawson <nyall.dawson@gmail.com> 2019-09-12
Avoid qt warnings when opening layer tree group menu
Alexandre Neto <senhor.neto@gmail.com> 2019-09-01
Revert "Moves MapTip away from the mouse cursor"
This reverts commit 8b052fd1c8f1658fd3a2c5596c2267d809a4ab00.
Alexandre Neto <senhor.neto@gmail.com> 2019-09-01
Revert "Better Support to hidpi"
This reverts commit 6a1b57214da17fee2db572091ef056a458e86a0f.
Alexandre Neto <senhor.neto@gmail.com> 2019-09-01
Revert "Revise map tip cursor offset calculations to better handle hidpi screens"
This reverts commit 73776269969dbee33267d2f814c804eab147ad6d.
Merge: c75a8c0f12 82e4d42547
rldhont <rldhont@gmail.com> 2019-09-11
Merge pull request #31603 from rldhont/backport-31517-to-release-3_4
[Backport release-3_4] [Server] Extend the WMS FILTER whitelist with IS, NOT, NULL
nirvn <nirvn.asia@gmail.com> 2019-09-10
Do not style null pixmap icon in application proxy style
Juergen E. Fischer <jef@norbit.de> 2019-09-10
add translation strings [ci skip]
(cherry picked from commit db6d34a846bb7934d3ddf01e630c4d7d6dbb5e42)
nirvn <nirvn.asia@gmail.com> 2019-09-09
[ui] Set a sane minimum size for the symbol selector dialog
Nyall Dawson <nyall.dawson@gmail.com> 2019-09-09
Fix layer corruption/loss of edits when the offset tool is used with
a 0 distance offset
(cherry picked from commit ec9535e5c8437cf1b00af6a0998c66b72c492e3f)
Nyall Dawson <nyall.dawson@gmail.com> 2019-09-09
Fix invalid "no active vector layer" errors in offset tool
(cherry picked from commit 576ac8b6cd29b24fa10c30db72cef89b85c14d1b)
Nyall Dawson <nyall.dawson@gmail.com> 2019-09-09
Fix warnings in offset tool
(cherry picked from commit cccac957b021200ba918e7e65d3df1e500d37c04)
nirvn <nirvn.asia@gmail.com> 2019-09-09
[singleband pseudocolor renderer] Fix crash when calling setBand with no input (fixes #31568)
nirvn <nirvn.asia@gmail.com> 2019-09-09
[wfs] Fix crash when creating data items with missing feature type crs capability (fixes #31607)
Geoff Kimbell <giskimbell@gmail.com> 2019-09-06
[processing] fix gdalwarp handling of custom projection for target extent
Fixes #31276
(cherry picked from commit 283c8b813a2614229ff9fd5913c73bba97b962eb)
Juergen E. Fischer <jef@norbit.de> 2019-09-08
osgeo4w: add dlls to fetch pdbs from symstores
[ci skip]
(cherry picked from commit f78c95cd9e46920509b47bc2d4aef32cd5b86619)
Juergen E. Fischer <jef@norbit.de> 2019-09-08
fix crash handler [ci skip]
(cherry picked from commit fe3986b76bef74760c8a713779997e2e9afd002d)
Aleix Pol <aleixpol@kde.org> 2019-09-07
appstream: include oars metadata in appstream
You can read more about OARS here:
https://hughsie.github.io/oars/
rldhont <rldhont@gmail.com> 2019-08-31
[Server] Extend the WMS FILTER whitelist with IS, NOT, NULL
The QGIS Server Filter parameter accept OGC Filter and an SQL where clause.
In the case of the SQL where clause, to avoid injection and garanty some safety, QGIS Server uses a whitelist of allowed characters and keywords.
The whitelist was AND,OR,IN,=,<,>=,>,>=,!=,',',(,),DMETAPHONE,SOUNDEX.
We need to be able to handle NULL values.
Julien Cabieces <julien.cabieces@oslandia.com> 2019-08-07
Add mutex locker when accessing to attribute member
Giovanni Manghi <giovanni.manghi@naturalgis.pt> 2019-09-05
fix SAGA seeds generation tool
Alexandre Neto <senhor.neto@gmail.com> 2019-09-04
Fix Saga Raster Skeletonization algorithm
The saga tool expects integers only for the convergence parameter.
nirvn <nirvn.asia@gmail.com> 2019-09-05
[themes] Add fixed color/background for web widgets for improved compatibility
Juergen E. Fischer <jef@norbit.de> 2019-09-04
crssync: eat 'proj_create: crs not found'
Juergen E. Fischer <jef@norbit.de> 2019-09-02
backport 75f9e7c9a
Nathan Woodrow <woodrow.nathan@gmail.com> 2019-09-01
Show message when stack trace can't be generated from missing symbols (#31516)
* [crash handler] Show message when stack trace can't be generated from missing symbols
* [crash handler] Tweak wording on crash dialog
* [crash handler] Fix wording spaces on dialog
* [crash handler] add more wording for report details
* [crash handler] Grammer fix
* [crash handler] grammer fixes
nirvn <nirvn.asia@gmail.com> 2019-08-29
[clipboard] Fix copying of string attributes containing new lines and tabs characters
Keith Jenkins <kgjenkins@gmail.com> 2019-08-30
correct acres abbreviation to "ac"
Nyall Dawson <nyall.dawson@gmail.com> 2019-08-29
Add missing transfer annotation
backporting[bot] <42222807+backporting[bot]@users.noreply.github.com> 2019-08-29
[Backport release-3_4] [sipify] handle Q_DECL_DEPRECATED in class declarations (#31491)
* [sipify] handle Q_DECL_DEPRECATED in class declarations
* Update sipify.pl
* Update sipify.pl
Sandro Santilli <strk@kbt.io> 2019-08-29
Update TopoViewer layer style templates
From 1.9 version to 2.18 version
Closes #31471
backporting[bot] <42222807+backporting[bot]@users.noreply.github.com> 2019-08-29
[Backport release-3_4] fix missing SIP_OUT (#31485)
nirvn <nirvn.asia@gmail.com> 2019-08-28
[themes] Fix removed default QWidget text color
nirvn <nirvn.asia@gmail.com> 2019-08-28
[themes] Properly style the calendar widget
Nyall Dawson <nyall.dawson@gmail.com> 2019-08-27
Fix crash when using format function with no arguments
Fixes #31425
nirvn <nirvn.asia@gmail.com> 2019-08-26
[ui] Fix single feat. renderer symbol levels reset when changing style (fixes #26547)
nirvn <nirvn.asia@gmail.com> 2019-08-27
[themes] Fix night mapping widget background issues
Juergen E. Fischer <jef@norbit.de> 2019-08-23
escape ampersands in recent file menu (eg. from database projects)
(cherry picked from commit d40d04c40e7ebf8b7fe1acf1c43d672d11fe1a79)
Juergen E. Fischer <jef@norbit.de> 2019-08-24
version info: there's no point in showing the download link to the version we already have (refs #31298)
(cherry picked from commit f870014f6107dd436b7177681399e0633eb3226b)
Nyall Dawson <nyall.dawson@gmail.com> 2019-08-22
Fix massive regression in speed of editing operations (E.g. pasting 100s+
features into a layer)
This was triggering multiple duplicate geometry requests from the provider
even when no validation settings were specified for a layer
Nyall Dawson <nyall.dawson@gmail.com> 2019-08-22
Update test
Nyall Dawson <nyall.dawson@gmail.com> 2019-08-22
Update test mask image
Nyall Dawson <nyall.dawson@gmail.com> 2019-08-22
Fix font markers become too large when size is actually very small
When the font size drops below a certain threshold, qt resets it to
a default size. This means that font markers which should be rendered
tiny (e.g. 0.5 pixels) end up being 10pt font size...
Also bypass font marker rendering completely if marker size is specifically
set to 0.
Nyall Dawson <nyall.dawson@gmail.com> 2019-08-22
Don't try to resolve svg paths corresponding to embedded svg files
Big speedup when loading symbols with embedded paths
Alessandro Pasotti <elpaso@itopen.it> 2019-08-22
Call QgsRasterBlock destructor from SIP (add factory)
Fixes #31343 memory leak
Sandro Santilli <strk@kbt.io> 2019-08-21
Restore TopoViewer functionality
It was broken in commit d716640403
This is a backport of ae0721891
Juergen E. Fischer <jef@norbit.de> 2019-08-16
Release of 3.4.11
Juergen E. Fischer <jef@norbit.de> 2019-08-16
 
translation update for 3.4.11 from transifex
qgis (3.4.12+dfsg-1~bpo10+1) buster-backports; urgency=medium
* Rebuild for buster-backports.
-- Bas Couwenberg <sebastic@debian.org> Sun, 22 Sep 2019 07:23:39 +0200
qgis (3.4.12+dfsg-1) unstable; urgency=medium
* Update symbols for other architectures.
* Move from experimental to unstable.
-- Bas Couwenberg <sebastic@debian.org> Mon, 16 Sep 2019 06:14:58 +0200
qgis (3.4.12+dfsg-1~exp1) experimental; urgency=medium
* New upstream release.
* Update symbols for amd64.
-- Bas Couwenberg <sebastic@debian.org> Fri, 13 Sep 2019 14:52:49 +0200
qgis (3.4.11+dfsg-2) unstable; urgency=medium
* Update packaging for GRASS 7.8.0.
* Update symbols for other architectures.
* Update watch file to use query string for cache avoidance.
-- Bas Couwenberg <sebastic@debian.org> Sat, 07 Sep 2019 10:08:14 +0200
qgis (3.4.11+dfsg-1~bpo10+1) buster-backports; urgency=medium
* Rebuild for buster-backports.
......
......@@ -127,7 +127,7 @@ Description: QGIS - architecture-independent data
This package contains architecture-independent supporting data files for use
with QGIS.
Package: libqgis-3d3.4.11
Package: libqgis-3d3.4.12
Architecture: any
Section: libs
Depends: qt3d-assimpsceneimport-plugin,
......@@ -142,7 +142,7 @@ Description: QGIS - shared 3d library
.
This package contains the shared 3d library.
Package: libqgis-analysis3.4.11
Package: libqgis-analysis3.4.12
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -153,7 +153,7 @@ Description: QGIS - shared analysis library
.
This package contains the shared analysis library.
Package: libqgis-app3.4.11
Package: libqgis-app3.4.12
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -164,7 +164,7 @@ Description: QGIS - shared app library
.
This package contains the shared app library.
Package: libqgis-core3.4.11
Package: libqgis-core3.4.12
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -175,7 +175,7 @@ Description: QGIS - shared core library
.
This package contains the shared core library.
Package: libqgis-gui3.4.11
Package: libqgis-gui3.4.12
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -186,7 +186,7 @@ Description: QGIS - shared gui library
.
This package contains the shared gui library.
Package: libqgis-native3.4.11
Package: libqgis-native3.4.12
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -197,7 +197,7 @@ Description: QGIS - shared native gui library
.
This package contains the shared native gui library.
Package: libqgis-server3.4.11
Package: libqgis-server3.4.12
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -208,7 +208,7 @@ Description: QGIS - shared server library
.
This package contains the shared server library.
Package: libqgisgrass7-3.4.11
Package: libqgisgrass7-3.4.12
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -219,7 +219,7 @@ Description: QGIS - shared grass library
.
This package contains the shared grass library.
Package: libqgispython3.4.11
Package: libqgispython3.4.12
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -252,15 +252,15 @@ Depends: grass-dev (>= 7.6.0),
libpq-dev,
libproj-dev,
libqca-qt5-2-dev,
libqgis-3d3.4.11 (= ${binary:Version}),
libqgis-analysis3.4.11 (= ${binary:Version}),
libqgis-app3.4.11 (= ${binary:Version}),
libqgis-core3.4.11 (= ${binary:Version}),
libqgis-gui3.4.11 (= ${binary:Version}),
libqgis-native3.4.11 (= ${binary:Version}),
libqgis-server3.4.11 (= ${binary:Version}),
libqgisgrass7-3.4.11 (= ${binary:Version}),
libqgispython3.4.11 (= ${binary:Version}),
libqgis-3d3.4.12 (= ${binary:Version}),
libqgis-analysis3.4.12 (= ${binary:Version}),
libqgis-app3.4.12 (= ${binary:Version}),
libqgis-core3.4.12 (= ${binary:Version}),
libqgis-gui3.4.12 (= ${binary:Version}),
libqgis-native3.4.12 (= ${binary:Version}),
libqgis-server3.4.12 (= ${binary:Version}),
libqgisgrass7-3.4.12 (= ${binary:Version}),
libqgispython3.4.12 (= ${binary:Version}),
libqscintilla2-qt5-dev,
libqt5svg5-dev,
libqt5webkit5-dev,
......@@ -330,7 +330,7 @@ Package: python3-qgis
Architecture: any
Section: python
Depends: python3-qgis-common (= ${source:Version}),
libqgispython3.4.11,
libqgispython3.4.12,
libsqlite3-mod-spatialite,
python3-dateutil,
python3-future,
......
# SymbolsHelper-Confirmed: 3.4.5 amd64
libqgis_3d.so.3.4.11 #PACKAGE# #MINVER#
libqgis_3d.so.3.4.12 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
_ZN10QByteArrayD1Ev@Base 3.4.5
_ZN10QByteArrayD2Ev@Base 3.4.5
......
# SymbolsHelper-Confirmed: 3.4.11 i386 powerpc ppc64
libqgis_analysis.so.3.4.11 #PACKAGE# #MINVER#
# SymbolsHelper-Confirmed: 3.4.12 amd64 armel armhf i386 powerpc
libqgis_analysis.so.3.4.12 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
_ZN10QByteArrayD1Ev@Base 3.4.5
_ZN10QByteArrayD2Ev@Base 3.4.5
......@@ -16,7 +16,7 @@ libqgis_analysis.so.3.4.11 #PACKAGE# #MINVER#
_ZN12QgsExceptionD0Ev@Base 3.4.5
_ZN12QgsExceptionD1Ev@Base 3.4.5
_ZN12QgsExceptionD2Ev@Base 3.4.5
(arch=i386 mips mipsel powerpc)_ZN12QgsRectangle17combineExtentWithERKS_@Base 3.4.11
(arch=armel armhf i386 m68k mips mipsel powerpc)_ZN12QgsRectangle17combineExtentWithERKS_@Base 3.4.11
_ZN12QtConcurrent16ThreadEngineBase14threadFunctionEv@Base 3.4.5
_ZN12QtConcurrent16ThreadEngineBase17shouldStartThreadEv@Base 3.4.5
_ZN12QtConcurrent16ThreadEngineBase20shouldThrottleThreadEv@Base 3.4.5
......@@ -469,9 +469,9 @@ libqgis_analysis.so.3.4.11 #PACKAGE# #MINVER#
_ZN24CloughTocherInterpolator4initEdd@Base 2.0.1
_ZN24CloughTocherInterpolator9calcPointEddR8QgsPoint@Base 3.4.5
_ZN24CloughTocherInterpolatorC1EP16NormVecDecorator@Base 2.8.0
(arch=!ppc64)_ZN24CloughTocherInterpolatorC1Ev@Base 3.4.11
(arch=!amd64)_ZN24CloughTocherInterpolatorC1Ev@Base 3.4.12
_ZN24CloughTocherInterpolatorC2EP16NormVecDecorator@Base 2.8.0
(arch=!ppc64)_ZN24CloughTocherInterpolatorC2Ev@Base 3.4.11
(arch=!amd64)_ZN24CloughTocherInterpolatorC2Ev@Base 3.4.12
_ZN24CloughTocherInterpolatorD0Ev@Base 2.0.1
_ZN24CloughTocherInterpolatorD1Ev@Base 2.0.1
_ZN24CloughTocherInterpolatorD2Ev@Base 2.0.1
......
# SymbolsHelper-Confirmed: 3.4.11 amd64 arm64 i386 powerpc ppc64 ppc64el
libqgis_app.so.3.4.11 #PACKAGE# #MINVER#
# SymbolsHelper-Confirmed: 3.4.12 amd64
libqgis_app.so.3.4.12 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
_ZN10QgsOptions10addSVGPathEv@Base 3.4.5
_ZN10QgsOptions10clearCacheEv@Base 3.4.5
......@@ -1417,7 +1417,7 @@ libqgis_app.so.3.4.11 #PACKAGE# #MINVER#
_ZN21QgsMapToolOffsetCurve11qt_metacallEN11QMetaObject4CallEiPPv@Base 2.14.0
_ZN21QgsMapToolOffsetCurve11qt_metacastEPKc@Base 2.14.0
_ZN21QgsMapToolOffsetCurve13keyPressEventEP9QKeyEvent@Base 3.4.5
_ZN21QgsMapToolOffsetCurve15calculateOffsetE10QgsPointXY@Base 3.4.5
_ZN21QgsMapToolOffsetCurve15calculateOffsetERK10QgsPointXY@Base 3.4.12
_ZN21QgsMapToolOffsetCurve15canvasMoveEventEP16QgsMapMouseEvent@Base 2.14.0
_ZN21QgsMapToolOffsetCurve15prepareGeometryERKN15QgsPointLocator5MatchER10QgsFeature@Base 3.4.5
_ZN21QgsMapToolOffsetCurve16staticMetaObjectE@Base 2.14.0
......@@ -1955,6 +1955,9 @@ libqgis_app.so.3.4.11 #PACKAGE# #MINVER#
_ZN23QgsStatusBarScaleWidgetD0Ev@Base 2.18.17
_ZN23QgsStatusBarScaleWidgetD1Ev@Base 2.18.17
_ZN23QgsStatusBarScaleWidgetD2Ev@Base 2.18.17
_ZN23QgsSymbolSelectorDialogD0Ev@Base 3.4.12
_ZN23QgsSymbolSelectorDialogD1Ev@Base 3.4.12
_ZN23QgsSymbolSelectorDialogD2Ev@Base 3.4.12
_ZN23QgsTextAnnotationDialog10deleteItemEv@Base 2.14.0
_ZN23QgsTextAnnotationDialog11qt_metacallEN11QMetaObject4CallEiPPv@Base 2.14.0
_ZN23QgsTextAnnotationDialog11qt_metacastEPKc@Base 2.14.0
......@@ -3660,7 +3663,7 @@ libqgis_app.so.3.4.11 #PACKAGE# #MINVER#
_ZNK12QgsClipboard14retrieveFieldsEv@Base 2.18.17
_ZNK12QgsClipboard17transformedCopyOfERK28QgsCoordinateReferenceSystemRK9QgsFields@Base 2.18.17
_ZNK12QgsClipboard19stringToFeatureListERK7QStringRK9QgsFields@Base 2.18.17
_ZNK12QgsClipboard21generateClipboardTextEv@Base 2.18.17
_ZNK12QgsClipboard21generateClipboardTextER7QStringS1_@Base 3.4.12
_ZNK12QgsClipboard3crsEv@Base 2.18.17
_ZNK12QgsClipboard4dataERK7QString@Base 2.18.17
_ZNK12QgsClipboard6copyOfERK9QgsFields@Base 2.18.17
......@@ -4140,10 +4143,6 @@ libqgis_app.so.3.4.11 #PACKAGE# #MINVER#
(optional=templinst)_ZNKSt5ctypeIcE8do_widenEc@Base 2.18.17
(optional=templinst)_ZNSt10unique_ptrI20QgsExpressionContextSt14default_deleteIS0_EED1Ev@Base 3.4.5
(optional=templinst)_ZNSt10unique_ptrI20QgsExpressionContextSt14default_deleteIS0_EED2Ev@Base 3.4.5
(optional=templinst|arch=armel)_ZNSt12__shared_ptrI21QgsGeometryCheckErrorLN9__gnu_cxx12_Lock_policyE1EEC1ERKS3_@Base 3.4.5
(optional=templinst|arch=armel)_ZNSt12__shared_ptrI21QgsGeometryCheckErrorLN9__gnu_cxx12_Lock_policyE1EEC2ERKS3_@Base 3.4.5
(optional=templinst|arch=armel)_ZNSt12__shared_ptrI27QgsSingleGeometryCheckErrorLN9__gnu_cxx12_Lock_policyE1EEC1ERKS3_@Base 3.4.5
(optional=templinst|arch=armel)_ZNSt12__shared_ptrI27QgsSingleGeometryCheckErrorLN9__gnu_cxx12_Lock_policyE1EEC2ERKS3_@Base 3.4.5
(optional=templinst)_ZNSt14_Function_base13_Base_managerIPFP17QgsFormAnnotationvEE10_M_managerERSt9_Any_dataRKS6_St18_Manager_operation@Base 3.4.5
(optional=templinst)_ZNSt14_Function_base13_Base_managerIPFP18QgsLayoutItem3DMapP9QgsLayoutEE10_M_managerERSt9_Any_dataRKS8_St18_Manager_operation@Base 3.4.5
(optional=templinst|arch=armel)_ZNSt14__shared_countILN9__gnu_cxx12_Lock_policyE1EEC1I23QgsGeometryCheckContextSt14default_deleteIS4_EEEOSt10unique_ptrIT_T0_E@Base 3.4.5
......@@ -4955,6 +4954,7 @@ libqgis_app.so.3.4.11 #PACKAGE# #MINVER#
(c++)"non-virtual thunk to QgsStatusBarMagnifierWidget::~QgsStatusBarMagnifierWidget()@Base" 2.18.17
(c++)"non-virtual thunk to QgsStatusBarScaleWidget::~QgsStatusBarScaleWidget()@Base" 2.18.17
(c++)"non-virtual thunk to QgsSvgAnnotationDialog::~QgsSvgAnnotationDialog()@Base" 2.14.0
(c++)"non-virtual thunk to QgsSymbolSelectorDialog::~QgsSymbolSelectorDialog()@Base" 3.4.12
(c++)"non-virtual thunk to QgsTextAnnotationDialog::~QgsTextAnnotationDialog()@Base" 2.14.0
(c++)"non-virtual thunk to QgsUndoWidget::~QgsUndoWidget()@Base" 2.18.17
(c++)"non-virtual thunk to QgsVectorLayerLoadStyleDialog::~QgsVectorLayerLoadStyleDialog()@Base" 3.4.5
......
# SymbolsHelper-Confirmed: 3.4.11 amd64 i386 powerpc ppc64 ppc64el
libqgis_core.so.3.4.11 #PACKAGE# #MINVER#
# SymbolsHelper-Confirmed: 3.4.12 arm64 armel armhf
libqgis_core.so.3.4.12 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
GEOPROJ4@Base 2.0.1
GEOWKT@Base 2.0.1
......@@ -40,7 +40,7 @@ libqgis_core.so.3.4.11 #PACKAGE# #MINVER#
_ZN10QgsArchiveaSERKS_@Base 3.4.5
_ZN10QgsClipper11clippedLineERK8QgsCurveRK12QgsRectangle@Base 3.4.5
_ZN10QgsClipper21connectSeparatedLinesEddddRK12QgsRectangleR9QPolygonF@Base 2.0.1
(arch=!amd64)_ZN10QgsClipper21trimPolygonToBoundaryERK9QPolygonFRS0_RK12QgsRectangleNS_8BoundaryEd@Base 3.4.11
(arch=!amd64 !arm64)_ZN10QgsClipper21trimPolygonToBoundaryERK9QPolygonFRS0_RK12QgsRectangleNS_8BoundaryEd@Base 3.4.11
_ZN10QgsClipper5MAX_XE@Base 2.0.1
_ZN10QgsClipper5MAX_YE@Base 2.0.1
_ZN10QgsClipper5MIN_XE@Base 2.0.1
......@@ -1412,14 +1412,14 @@ libqgis_core.so.3.4.11 #PACKAGE# #MINVER#
_ZN14QgsApplication15authorsFilePathEv@Base 2.0.1
_ZN14QgsApplication15customVariablesEv@Base 3.4.5
_ZN14QgsApplication15licenceFilePathEv@Base 2.0.1
_ZN14QgsApplication15mThemeName30411E@Base 3.4.11
_ZN14QgsApplication15mThemeName30412E@Base 3.4.12
_ZN14QgsApplication15shortNameRegExpEv@Base 2.14.0
_ZN14QgsApplication16defaultStylePathEv@Base 3.4.5
_ZN14QgsApplication16defaultThemePathEv@Base 2.0.1
_ZN14QgsApplication16mConfigPath30411E@Base 3.4.11
_ZN14QgsApplication16mMaxThreads30411E@Base 3.4.11
_ZN14QgsApplication16mPluginPath30411E@Base 3.4.11
_ZN14QgsApplication16mPrefixPath30411E@Base 3.4.11
_ZN14QgsApplication16mConfigPath30412E@Base 3.4.12
_ZN14QgsApplication16mMaxThreads30412E@Base 3.4.12
_ZN14QgsApplication16mPluginPath30412E@Base 3.4.12
_ZN14QgsApplication16mPrefixPath30412E@Base 3.4.12
_ZN14QgsApplication16pageSizeRegistryEv@Base 3.4.5
_ZN14QgsApplication16rendererRegistryEv@Base 3.4.5
_ZN14QgsApplication16reportStyleSheetEv@Base 2.0.1
......@@ -1427,12 +1427,12 @@ libqgis_core.so.3.4.11 #PACKAGE# #MINVER#
_ZN14QgsApplication16staticMetaObjectE@Base 2.0.1
_ZN14QgsApplication16userThemesFolderEv@Base 2.14.0
_ZN14QgsApplication17createThemeFolderEv@Base 2.14.0
_ZN14QgsApplication17mInitialized30411E@Base 3.4.11
_ZN14QgsApplication17mLibexecPath30411E@Base 3.4.11
_ZN14QgsApplication17mLibraryPath30411E@Base 3.4.11
_ZN14QgsApplication17mPkgDataPath30411E@Base 3.4.11
_ZN14QgsApplication17mProfilePath30411E@Base 3.4.11
_ZN14QgsApplication17mUIThemeName30411E@Base 3.4.11
_ZN14QgsApplication17mInitialized30412E@Base 3.4.12
_ZN14QgsApplication17mLibexecPath30412E@Base 3.4.12
_ZN14QgsApplication17mLibraryPath30412E@Base 3.4.12
_ZN14QgsApplication17mPkgDataPath30412E@Base 3.4.12
_ZN14QgsApplication17mProfilePath30412E@Base 3.4.12
_ZN14QgsApplication17mUIThemeName30412E@Base 3.4.12
_ZN14QgsApplication17restoreGdalDriverERK7QString@Base 2.14.0
_ZN14QgsApplication17setCustomVariableERK7QStringRK8QVariant@Base 3.4.5
_ZN14QgsApplication18ApplicationMembersC1Ev@Base 3.4.5
......@@ -1441,7 +1441,7 @@ libqgis_core.so.3.4.11 #PACKAGE# #MINVER#
_ZN14QgsApplication18ApplicationMembersD2Ev@Base 3.4.5
_ZN14QgsApplication18annotationRegistryEv@Base 3.4.5
_ZN14QgsApplication18layoutItemRegistryEv@Base 3.4.5
_ZN14QgsApplication18mGdalSkipList30411E@Base 3.4.11
_ZN14QgsApplication18mGdalSkipList30412E@Base 3.4.12
_ZN14QgsApplication18nullRepresentationEv@Base 3.4.5
_ZN14QgsApplication18processingRegistryEv@Base 3.4.5
_ZN14QgsApplication18registerOgrDriversEv@Base 2.0.1
......@@ -1452,9 +1452,9 @@ libqgis_core.so.3.4.11 #PACKAGE# #MINVER#
_ZN14QgsApplication19colorSchemeRegistryEv@Base 3.4.5
_ZN14QgsApplication19defaultThemesFolderEv@Base 2.14.0
_ZN14QgsApplication19layoutTemplatePathsEv@Base 3.4.5
_ZN14QgsApplication19mAuthDbDirPath30411E@Base 3.4.11
_ZN14QgsApplication19mQmlImportPath30411E@Base 3.4.11
_ZN14QgsApplication19mSystemEnvVars30411E@Base 3.4.11
_ZN14QgsApplication19mAuthDbDirPath30412E@Base 3.4.12
_ZN14QgsApplication19mQmlImportPath30412E@Base 3.4.12
_ZN14QgsApplication19mSystemEnvVars30412E@Base 3.4.12
_ZN14QgsApplication19paintEffectRegistryEv@Base 3.4.5
_ZN14QgsApplication19pluginLayerRegistryEv@Base 3.4.5
_ZN14QgsApplication19qgisSettingsDirPathEv@Base 2.0.1
......@@ -1467,9 +1467,9 @@ libqgis_core.so.3.4.11 #PACKAGE# #MINVER#
_ZN14QgsApplication21QGIS_APPLICATION_NAMEE@Base 2.4.0
_ZN14QgsApplication21developersMapFilePathEv@Base 2.8.0
_ZN14QgsApplication21gpsConnectionRegistryEv@Base 3.4.5
_ZN14QgsApplication21mBuildOutputPath30411E@Base 3.4.11
_ZN14QgsApplication21mBuildSourcePath30411E@Base 3.4.11
_ZN14QgsApplication21mDefaultSvgPaths30411E@Base 3.4.11
_ZN14QgsApplication21mBuildOutputPath30412E@Base 3.4.12
_ZN14QgsApplication21mBuildSourcePath30412E@Base 3.4.12
_ZN14QgsApplication21mDefaultSvgPaths30412E@Base 3.4.12
_ZN14QgsApplication21setNullRepresentationERK7QString@Base 3.4.5
_ZN14QgsApplication22QGIS_ORGANIZATION_NAMEE@Base 2.4.0
_ZN14QgsApplication22customVariablesChangedEv@Base 3.4.5
......@@ -1478,19 +1478,19 @@ libqgis_core.so.3.4.11 #PACKAGE# #MINVER#
_ZN14QgsApplication22rasterRendererRegistryEv@Base 3.4.5
_ZN14QgsApplication22setAuthDatabaseDirPathERK7QString@Base 3.4.5
_ZN14QgsApplication23applyGdalSkippedDriversEv@Base 2.0.1
_ZN14QgsApplication23mFileOpenEventList30411E@Base 3.4.11
_ZN14QgsApplication23mFileOpenEventList30412E@Base 3.4.12
_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
_ZN14QgsApplication25mRunningFromBuildDir30411E@Base 3.4.11
_ZN14QgsApplication25mRunningFromBuildDir30412E@Base 3.4.12
_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
_ZN14QgsApplication27mFileOpenEventReceiver30411E@Base 3.4.11
_ZN14QgsApplication27mFileOpenEventReceiver30412E@Base 3.4.12
_ZN14QgsApplication29networkContentFetcherRegistryEv@Base 3.4.5
_ZN14QgsApplication29requestForTranslatableObjectsEP21QgsTranslationContext@Base 3.4.5
_ZN14QgsApplication4initE7QString@Base 2.0.1
......@@ -2593,9 +2593,9 @@ libqgis_core.so.3.4.11 #PACKAGE# #MINVER#
_ZN15QgsPointLocator23onAttributeValueChangedExiRK8QVariant@Base 3.4.5
_ZN15QgsPointLocator4initEi@Base 2.8.0
(arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZN15QgsPointLocator5MatchC1ENS_4TypeEP14QgsVectorLayerxdRK10QgsPointXYiPS4_@Base 3.4.5
(arch=!arm64 !mips64el)_ZN15QgsPointLocator5MatchC1EOS0_@Base 3.4.6
(arch=!arm64 !m68k !mips64el !mipsel)_ZN15QgsPointLocator5MatchC1EOS0_@Base 3.4.6
(arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZN15QgsPointLocator5MatchC2ENS_4TypeEP14QgsVectorLayerxdRK10QgsPointXYiPS4_@Base 3.4.5
(arch=!arm64 !mips64el)_ZN15QgsPointLocator5MatchC2EOS0_@Base 3.4.6
(arch=!arm64 !m68k !mips64el !mipsel)_ZN15QgsPointLocator5MatchC2EOS0_@Base 3.4.6
_ZN15QgsPointLocator9setExtentEPK12QgsRectangle@Base 2.14.0
_ZN15QgsPointLocatorC1EP14QgsVectorLayerRK28QgsCoordinateReferenceSystemRK29QgsCoordinateTransformContextPK12QgsRectangle@Base 3.4.5
_ZN15QgsPointLocatorC2EP14QgsVectorLayerRK28QgsCoordinateReferenceSystemRK29QgsCoordinateTransformContextPK12QgsRectangle@Base 3.4.5
......@@ -3672,7 +3672,7 @@ libqgis_core.so.3.4.11 #PACKAGE# #MINVER#
_ZN17QgsImageOperation23ShadeFromArrayOperationclERjii@Base 2.8.0
_ZN17QgsImageOperation23nonTransparentImageRectERK6QImage5QSizeb@Base 2.14.0
_ZN17QgsImageOperation24adjustBrightnessContrastER6QImageid@Base 2.8.0
(optional=templinst|arch=!alpha !arm64 !armel !armhf !hppa !mips64el !powerpc !powerpcspe !ppc64 !ppc64el !s390x)_ZN17QgsImageOperation26runBlockOperationInThreadsINS_21GaussianBlurOperationEEEvR6QImageRT_NS_22LineOperationDirectionE@Base 2.8.1
(optional=templinst|arch=!alpha !arm64 !armel !armhf !hppa !powerpc !powerpcspe !ppc64 !ppc64el !s390x)_ZN17QgsImageOperation26runBlockOperationInThreadsINS_21GaussianBlurOperationEEEvR6QImageRT_NS_22LineOperationDirectionE@Base 2.8.1
(optional=templinst)_ZN17QgsImageOperation26runBlockOperationInThreadsINS_30ProcessBlockUsingLineOperationINS_17FlipLineOperationEEEEEvR6QImageRT_NS_22LineOperationDirectionE@Base 2.8.0
(optional=templinst)_ZN17QgsImageOperation26runBlockOperationInThreadsINS_30ProcessBlockUsingLineOperationINS_22StackBlurLineOperationEEEEEvR6QImageRT_NS_22LineOperationDirectionE@Base 2.8.0
_ZN17QgsImageOperation27HueSaturationPixelOperationclERjii@Base 2.8.0
......@@ -9547,8 +9547,8 @@ libqgis_core.so.3.4.11 #PACKAGE# #MINVER#
_ZN6QgsGmlD1Ev@Base 2.0.1
_ZN6QgsGmlD2Ev@Base 2.0.1
(optional=templinst)_ZN7QObject7connectIM14QgsVectorLayerFvvEM17QgsLayerTreeModelFvvEEEN11QMetaObject10ConnectionEPKN9QtPrivate15FunctionPointerIT_E6ObjectESB_PKNSA_IT0_E6ObjectESG_N2Qt14ConnectionTypeE@Base 3.4.5
(optional=templinst|arch=amd64)_ZN7QObject7connectIM16QgsLayerTreeNodeFvPS1_iiEM17QgsLayerTreeModelFvS2_iiEEEN11QMetaObject10ConnectionEPKN9QtPrivate15FunctionPointerIT_E6ObjectESC_PKNSB_IT0_E6ObjectESH_N2Qt14ConnectionTypeE@Base 3.4.5
(optional=templinst|arch=!i386 !powerpc)_ZN7QObject7connectIM17QgsLayerTreeLayerFvvEM17QgsLayerTreeModelFvvEEEN11QMetaObject10ConnectionEPKN9QtPrivate15FunctionPointerIT_E6ObjectESB_PKNSA_IT0_E6ObjectESG_N2Qt14ConnectionTypeE@Base 3.4.5
(optional=templinst|arch=amd64 arm64)_ZN7QObject7connectIM16QgsLayerTreeNodeFvPS1_iiEM17QgsLayerTreeModelFvS2_iiEEEN11QMetaObject10ConnectionEPKN9QtPrivate15FunctionPointerIT_E6ObjectESC_PKNSB_IT0_E6ObjectESH_N2Qt14ConnectionTypeE@Base 3.4.5
(optional=templinst|arch=!armel !armhf !i386 !m68k !mipsel !powerpc)_ZN7QObject7connectIM17QgsLayerTreeLayerFvvEM17QgsLayerTreeModelFvvEEEN11QMetaObject10ConnectionEPKN9QtPrivate15FunctionPointerIT_E6ObjectESB_PKNSA_IT0_E6ObjectESG_N2Qt14ConnectionTypeE@Base 3.4.5
_ZN7QString10fromLatin1ERK10QByteArray@Base 3.4.5
_ZN7QString7prependEPKc@Base 3.4.5
_ZN7QString8fromUtf8EPKci@Base 3.4.5
......
# SymbolsHelper-Confirmed: 3.4.11 amd64 arm64 i386 powerpc ppc64 ppc64el
libqgis_gui.so.3.4.11 #PACKAGE# #MINVER#
# SymbolsHelper-Confirmed: 3.4.12 amd64
libqgis_gui.so.3.4.12 #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
......@@ -174,7 +174,7 @@ libqgis_gui.so.3.4.11 #PACKAGE# #MINVER#
_ZN11QgsPropertyD1Ev@Base 3.4.5
_ZN11QgsPropertyD2Ev@Base 3.4.5
(optional=templinst)_ZN11QgsSettings9enumValueIN12QgsUnitTypes10LayoutUnitEEET_RK7QStringRKS3_NS_7SectionE@Base 3.4.11
(optional=templinst|arch=powerpc)_ZN11QgsSettings9enumValueIN18QgsMapToolIdentify12IdentifyModeEEET_RK7QStringRKS3_NS_7SectionE@Base 3.4.11
(optional=templinst|arch=mipsel powerpc)_ZN11QgsSettings9enumValueIN18QgsMapToolIdentify12IdentifyModeEEET_RK7QStringRKS3_NS_7SectionE@Base 3.4.11
(optional=templinst)_ZN11QgsSettings9enumValueIN6QgsGui18ProjectCrsBehaviorEEET_RK7QStringRKS3_NS_7SectionE@Base 3.4.11
_ZN11QgsWkbTypes11isMultiTypeENS_4TypeE@Base 3.4.5
_ZN11QgsWkbTypes12geometryTypeENS_4TypeE@Base 3.4.5
......@@ -1206,7 +1206,7 @@ libqgis_gui.so.3.4.11 #PACKAGE# #MINVER#
_ZN15QgsVertexMarkerD0Ev@Base 2.18.17
_ZN15QgsVertexMarkerD1Ev@Base 2.18.17
_ZN15QgsVertexMarkerD2Ev@Base 2.18.17
_ZN16QTableWidgetItem10setToolTipERK7QString@Base 3.4.5
(arch=!mipsel)_ZN16QTableWidgetItem10setToolTipERK7QString@Base 3.4.11
_ZN16QTableWidgetItem7setTextERK7QString@Base 3.4.5
_ZN16QgsAttributeForm10WidgetInfoD1Ev@Base 3.4.5
_ZN16QgsAttributeForm10WidgetInfoD2Ev@Base 3.4.5
......@@ -1892,6 +1892,7 @@ libqgis_gui.so.3.4.11 #PACKAGE# #MINVER#
_ZN17QgsRendererWidget17changeSymbolWidthEv@Base 3.4.5
_ZN17QgsRendererWidget17refreshSymbolViewEv@Base 3.4.5
_ZN17QgsRendererWidget19changeSymbolOpacityEv@Base 3.4.5
_ZN17QgsRendererWidget19symbolLevelsChangedEv@Base 3.4.12
_ZN17QgsRendererWidget21layerVariablesChangedEv@Base 3.4.5
_ZN17QgsRendererWidget22showSymbolLevelsDialogEP18QgsFeatureRenderer@Base 3.4.5
_ZN17QgsRendererWidget25contextMenuViewCategoriesE6QPoint@Base 3.4.5
......@@ -8789,7 +8790,7 @@ libqgis_gui.so.3.4.11 #PACKAGE# #MINVER#
_ZNK14QgsVScrollArea10metaObjectEv@Base 3.4.5
_ZNK15CharacterWidget10metaObjectEv@Base 2.0.1
_ZNK15CharacterWidget8sizeHintEv@Base 2.0.1
(arch=i386 powerpc)_ZNK15QTreeWidgetItem10foregroundEi@Base 3.4.11
(arch=armel armhf i386 m68k mipsel powerpc)_ZNK15QTreeWidgetItem10foregroundEi@Base 3.4.11
_ZNK15QgsAuthCertInfo10metaObjectEv@Base 2.14.0
_ZNK15QgsDateTimeEdit10metaObjectEv@Base 2.6.0
_ZNK15QgsDateTimeEdit8dateTimeEv@Base 2.6.0
......@@ -8807,7 +8808,7 @@ libqgis_gui.so.3.4.11 #PACKAGE# #MINVER#
_ZNK15QgsSymbolButton8sizeHintEv@Base 3.4.5
_ZNK15QgsSymbolButton9mapCanvasEv@Base 3.4.5
_ZNK15QgsVertexMarker12boundingRectEv@Base 2.0.1
(arch=i386 powerpc)_ZNK16QTableWidgetItem4textEv@Base 3.4.11
(arch=armel armhf i386 m68k mipsel powerpc)_ZNK16QTableWidgetItem4textEv@Base 3.4.11
_ZNK16QgsAttributeForm10metaObjectEv@Base 2.4.0
_ZNK16QgsAttributeForm15aggregateFilterEv@Base 3.4.5
_ZNK16QgsAttributeForm15fieldIsEditableERK14QgsVectorLayerix@Base 3.4.5
......@@ -10046,7 +10047,7 @@ libqgis_gui.so.3.4.11 #PACKAGE# #MINVER#
_ZNK44QgsProcessingParameterWidgetFactoryInterface29modelerExpressionFormatStringEv@Base 3.4.5
(optional=templinst|arch=powerpcspe)_ZNK5QListIP7QObjectE7indexOfERKS1_i@Base 2.14.15
_ZNK6QgsGui10metaObjectEv@Base 3.4.9
(arch=!i386 !powerpc !ppc64 !s390x)_ZNK7QPointF7toPointEv@Base 3.4.6
(arch=!armel !armhf !i386 !mipsel !powerpc !ppc64 !s390x)_ZNK7QPointF7toPointEv@Base 3.4.6
_ZNK7QgsDial10metaObjectEv@Base 2.4.0
_ZNK7QgsDial12variantValueEv@Base 2.8.3
_ZNK9QgsDialog10metaObjectEv@Base 2.0.1
......
# SymbolsHelper-Confirmed: 3.4.5 amd64
libqgis_native.so.3.4.11 #PACKAGE# #MINVER#
libqgis_native.so.3.4.12 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
_ZN10QByteArrayD1Ev@Base 3.4.5
_ZN10QByteArrayD2Ev@Base 3.4.5
......