Skip to content
Commits on Source (7)
......@@ -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__ = '514ccce9bdbfeb2a72304f9e1b731e8229cd1fc2'
__revision__ = '5c56989325ae651486e12a0c457cea973a78999d'
# This script parses output from ctest and injects
#
......
......@@ -11,7 +11,7 @@ cache:
- ${HOME}/.ccache_docker_build_cosmic
- ${HOME}/.ccache_docker_build_bionic
timeout: 1000
if: NOT branch =~ /^(cherry-pick-)?backport-\d+-on-/
if: NOT branch =~ /^(cherry-pick-)?backport-\d+-/ AND NOT branch =~ /-patch-\d+$/
env:
global:
......
......@@ -8,11 +8,14 @@ SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
CMAKE_POLICY (SET CMP0048 NEW)
CMAKE_POLICY (SET CMP0053 NEW)
# don't relink if only the shared object changes
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 "6")
SET(CPACK_PACKAGE_VERSION_PATCH "7")
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
SET(RELEASE_NAME "Madeira")
PROJECT(qgis VERSION ${COMPLETE_VERSION})
......
Merge: 72a4847870 c13c4a5cd5
Alessandro Pasotti <elpaso@itopen.it> 2019-04-19
Merge pull request #9812 from elpaso/bugfix-21871-21870-LAYERFONTCOLOR-ITEMFONTCOLOR-3_4
[server] Implement LAYERFONTCOLOR and ITEMFONTCOLOR
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)
(cherry picked from commit 30e808e3fc & 267599ba)
Merge: 54a06fb8c0 5e2f7902bc
rldhont <rldhont@gmail.com> 2019-04-18
Merge pull request #9830 from qgis/backport-9826-to-release-3_4
[Backport release-3_4] [Bugfix][Server] WMTS: read the service url from project
rldhont <rldhont@gmail.com> 2019-04-18
[Bugfix][Server] WMTS: read the service url from project
It is a typo fix
nirvn <nirvn.asia@gmail.com> 2019-04-18
[ogr] Only throw validity error in reloadData() when previously valid
Alessandro Pasotti <elpaso@itopen.it> 2019-04-18
Fix control image
Merge: 960e10db8f 894ea6a7c8
rldhont <rldhont@gmail.com> 2019-04-18
Merge pull request #9807 from qgis/backport-9773-to-release-3_4
[Backport release-3_4] [server] Allow server plugin filters to access config path
Merge: d673c6fbef 734565b78c
rldhont <rldhont@gmail.com> 2019-04-18
Merge pull request #9806 from qgis/backport-9791-to-release-3_4
[Backport release-3_4] [Backport release-3_6][server] Fallback to unmanaged parameters
Alessandro Pasotti <elpaso@itopen.it> 2019-04-17
[server] Implement LAYERFONTCOLOR and ITEMFONTCOLOR
cherry-picking commit dca0fb9026
David Marteau <david@innophi.com> 2019-04-11
Set config path before calling plugin method
Blottiere Paul <blottiere.paul@gmail.com> 2019-04-11
Add test for an unkown parameter
Blottiere Paul <blottiere.paul@gmail.com> 2019-04-11
Add unit test
Blottiere Paul <blottiere.paul@gmail.com> 2019-04-11
Add a fallback to unmanaged parameters
nirvn <nirvn.asia@gmail.com> 2019-04-17
[themes] Improve night mapping hyperlink color
nirvn <nirvn.asia@gmail.com> 2019-04-17
[themes] Avoid hardcoded black for default console timestamp colors
(fixes #21860)
Juergen E. Fischer <jef@norbit.de> 2019-04-15
debian packaging: add ubuntu disco
Merge: 2b35644d12 5538cf88b6
rldhont <rldhont@gmail.com> 2019-04-12
Merge pull request #9778 from qgis/backport-9763-to-release-3_4
[Backport release-3_4] Apply SLD PointSymbolizer on single centroid for polygon
rldhont <rldhont@gmail.com> 2019-04-12
Test apply SLD PointSymbolizer on single centroid for polygon
rldhont <rldhont@gmail.com> 2019-04-09
Apply SLD PointSymbolizer on single centroid for polygon
SLD 1.0 and StyleEncoding 1.1 specs say that if a line, polygon, or raster geometry is used with PointSymbolizer, then the semantic is to use the centroid of the geometry, or any similar representative point.
When QGIS read an SLD, it applies the point on the centroid of all parts of the multi-polygon and not on the unique centroid of the mutil-polygon.
ST_Centroid is the PostGIS implementation of the Simple Feature standard for SQL and it generates only one point for multi-polygon. So I think SLD PointSymbolizer has to be applied to the single centroid.
Merge: e445a25c15 95cfcf9236
Blottiere Paul <blottiere.paul@gmail.com> 2019-04-11
Merge pull request #9726 from signedav/backport34_SRCWIDTH
[Backport release-3_4] of SRCHEIGHT/SRCWIDTH for GetLegendGraphic request
David Signer <david@opengis.ch> 2019-04-11
removed the /since 3.8 and entered 3.4
David Signer <david@opengis.ch> 2019-04-05
fix comments
David Signer <david@opengis.ch> 2019-03-18
backport of SRCWIDTH/SRCHEIGHT
it takes these values as map size in case of GetLegendGraphics Request and still HEIGHT and WIDTH if not a GetLegendGraphics Request
(cherry-picked commits 4c667ada96559ac9bf7cab7c93abfa315c382ee6 e1847725e47800ae65ff9b0a8cbeb55f20a81208 6722ad59175afbd5ef9d0c327e59d85856e37784 61a89af4c115990ee997e757fe1$)
backporting[bot] <backporting[bot]@users.noreply.github.com> 2019-04-11
[Backport release-3_4] Return 501 on 'OperationNotSupported' error (#9770)
Return 501 HTTP statues code 'OperationNotSupported' Error
According to OGC/OWS standard, 'OperationNotSupported' Error should return 501 but actually return 200.
ref http://docs.opengeospatial.org/is/17-007r1/17-007r1.html - table 21
nirvn <nirvn.asia@gmail.com> 2019-04-10
[gdal] Implement the data provider reloadData() function (fixes #20536)
Merge: 5b7e111e4b 8e83407215
Matthias Kuhn <matthias@opengis.ch> 2019-04-09
Merge pull request #9759 from m-kuhn/backport-9712-on-release-3_4
Cleanup geometry validation dock before QgsApplication exit
Nyall Dawson <nyall.dawson@gmail.com> 2019-04-05
Cleanup geometry validation dock before QgsApplication exit
Refs #20283, possibly fixes it
Martin Dobias <wonder.sk@gmail.com> 2019-04-08
Actually only update the layer_styles table if it exists
Martin Dobias <wonder.sk@gmail.com> 2019-04-08
[db manager] Rename layer style entry when renaming gpkg tables (fixes #21227)
This has been already fixed in master and backported to 3.6 using browser data items.
However the fix can't be directly backported to QGIS 3.4 because in 3.4 geopackage
data item does not support renaming.
lbartoletti <l.bartoletti@free.fr> 2019-04-08
backport #9379 to release-3_4
lbartoletti <loic.bartoletti@oslandia.com> 2019-03-29
add tests
lbartoletti <loic.bartoletti@oslandia.com> 2019-03-29
Fix a crash when asJson is called on an empty PolygonGeometry
Merge: ff166628e8 c1cec89a4a
Alessandro Pasotti <elpaso@itopen.it> 2019-04-08
Merge pull request #9720 from elpaso/bugfix-21697-server-gfi-top-group-layers-3_4
[server] Allow WMS GetFeatureInfo on root layer and groups
Juergen E. Fischer <jef@norbit.de> 2019-04-02
backports
c77e393ea4 legend: truncate excessively long tooltips (fixes #21737)
88513284d4 fix removal of temporary directories (fixes #21292)
95bd7480d0 postgres provider: use st_estimatedextent only when 'use estimated metadata' is enabled (fixes #21718)
f1dbcc3c53 processing: fix grass' r.quantile parameter (fixes #21751)
c6382553cd don't relink object if just the shared objects/DLL is changed
9aaaad3ab8 trim crssync include directories (followup 8851328)
backporting[bot] <backporting[bot]@users.noreply.github.com> 2019-04-06
fix invisible text in field expression widget in dark themes (#9733)
backport of #9701
Merge: 070ca7a295 30bf12c35b
rldhont <rldhont@gmail.com> 2019-04-06
Merge pull request #9723 from qgis/backport-9696-to-release-3_4
[Backport release-3_4] [server] Server removes empty string in style parameter even if it describes default style
Alessandro Pasotti <elpaso@itopen.it> 2019-04-05
Fix crash when project has no groups and project OWS name equals to
... first layer short name
Manually backported from master
Alessandro Pasotti <elpaso@itopen.it> 2019-04-05
Set system locale and thousand separator for test consistency
Alessandro Pasotti <elpaso@itopen.it> 2019-04-05
Update wms server test control files
Alessandro Pasotti <elpaso@itopen.it> 2019-04-05
Code layout
Alessandro Pasotti <elpaso@itopen.it> 2019-04-05
[server] Allow WMS GetFeatureInfo on root layer and groups
cherry-picking commit 0e8b90de44 from 3_6
rldhont <rldhont@gmail.com> 2019-04-03
[Bugfix][Server] QGIS Server removes empty string in style parameter even if it describes default style
In OGC WMS standard, the empty string represents the default style.
QGIS Server when it parses the parameters, QGIS Server when it parses parameters it removes empty parts.
When all requested styles are default ones it's equal to an empty parameter STYLE, as defined in the standard.
When only one layer is requested, there is no issue with custom or default style.
When multiple layers are requested and some with custom styles, because QGIS Server does not retain empty strings, it loses the layer / style match.
To fix it, keeps empty parts for not empty styles parameters.
nirvn <nirvn.asia@gmail.com> 2019-04-05
[locator] Add active layer scope to the calculator locator filter
This allows the usage of layer scope functions such as
sum("MY_FIELD")
Nyall Dawson <nyall.dawson@gmail.com> 2019-04-04
Fix crash when searching in layer properties
Fixes #21769
(cherry picked from commit 037a8283fa4b88fc2559ce1b54782bc52ad7abfc)
Merge: 0705fee0ce 6a7b424dd3
Denis Rouzaud <denis.rouzaud@gmail.com> 2019-04-04
Merge pull request #9706 from qgis/backport-9695-to-release-3_4
[Backport release-3_4] [vertex tool] fixes some editor-tool synchronization issues
Denis Rouzaud <denis.rouzaud@gmail.com> 2019-04-02
[vertex tool] remove locked markers when deactivating
Denis Rouzaud <denis.rouzaud@gmail.com> 2019-04-02
[vertex tool] fix editor not updated on geometry changed
slots were not triggered in appropriate order
so we let the vertex tool handle the update of the locked feature geometry on update
Denis Rouzaud <denis.rouzaud@gmail.com> 2019-04-02
[vertex tool] update locked markers when adding a new vertex
Merge: 0b1556d249 00f49a0de6
Alessandro Pasotti <elpaso@itopen.it> 2019-04-03
Merge pull request #9688 from elpaso/server-locale-override-backport-3_4
[server] Allow locale and group separator override
Merge: 33738383ee 1f4b81a449
Matthias Kuhn <matthias@opengis.ch> 2019-04-03
Merge pull request #9618 from qgis/backport-9294-on-release-3_4
Backport #9294 on release-3_4: Fix Z snapping for point.
Nyall Dawson <nyall.dawson@gmail.com> 2019-04-01
More reference images and masks for layout attribute table tests
Nyall Dawson <nyall.dawson@gmail.com> 2019-04-01
More reference images and masks for 3d tests
Nyall Dawson <nyall.dawson@gmail.com> 2019-04-01
Fix crash in stats summary on debug builds
Nyall Dawson <nyall.dawson@gmail.com> 2019-03-31
[processing] Use null instead of nan for invalid stat values in join by location summary
Nyall Dawson <nyall.dawson@gmail.com> 2019-03-31
[processing] Fix invalid reprojection in join by location (summary)
Nyall Dawson <nyall.dawson@gmail.com> 2019-04-01
Fix stuck tasks when proxied task using a proxy progress task
completes before the proxy task has been started by task manager
Fixes #21589, fixes #19761
(cherry picked from commit b28227fa7f946e0c0ccba1b588a8ac47fef0c85f)
Alessandro Pasotti <elpaso@itopen.it> 2019-04-01
[server] Allow locale and group separator override
cherry-picked from master 5b586e8
Chris Holden <ceholden@gmail.com> 2019-03-29
Include missing include of <functional>
Caught trying to build with GCC7 and MSVC
Matthias Kuhn <matthias@opengis.ch> 2019-03-29
Properly convert to QgsVectorLayerEditpassTrough subclass
Denis Rouzaud <denis.rouzaud@gmail.com> 2019-04-01
[Travis] Fix backport branch being run as push job (#9680)
(cherry picked from commit eacd47bfa68efd3ee811d745dc73b3c84d973f6e)
Alessandro Pasotti <elpaso@itopen.it> 2019-04-01
Fix vector file writer field length
Backported from master commit 2174577
Juergen E. Fischer <jef@norbit.de> 2019-04-01
debian packaging: only break/replace older python-qgis* packages (fixes #21722; followup 957c51e6916)
(cherry picked from commit 8ec02625c334f64acc6606539873c8facefbdd56)
backporting[bot] <backporting[bot]@users.noreply.github.com> 2019-04-01
Backport #9640 on release-3_4: [processing] Refine check for usable layers (#9642)
* [processing] Refine check for usable layers
- allow WMS layers and other non-GDAL raster layers. This will work
fine for native algorithms, likely not work for other providers. They
will need to be adapted to throw errors when incompatible raster
layer providers are used
- invalid layers are not permitted (e.g. those with missing data
sources)
* Remove outdated comment
volaya <volayaf@gmail.com> 2019-03-29
[processing] do not export input sdat files
Juergen E. Fischer <jef@norbit.de> 2019-03-04
[needsbackport] apply an alternative fix for #20826 & #21582
Partly reverts c9e761649, which removed the synchronizatiion of
credential requests (eg. in a project that has multiple layers from the
same postgresql database without credentials) and led to multiple
concurrent requests for the same credentials.
Some of which were silently discarded, when events processed in the
dialogs exec() event loop tried to reinvoke the dialog and caused
invalid layers.
Authentications caused by network requests can still cause this.
The credential cache is now guarded by a separate mutex.
(cherry picked from commit 2af35352167257f5f3f73bea8fbee6f5506829bb)
Juergen E. Fischer <jef@norbit.de> 2019-03-29
osgeo4w: fix starting of qt5 designer
(cherry picked from commit b9a53d4204e2ff25d648873077d186c3e1dca41d)
Juergen E. Fischer <jef@norbit.de> 2019-03-29
debian packaging: add transitional package for python3-qgis(-common)
Juergen E. Fischer <jef@norbit.de> 2019-03-27
osgeo4w: fix grass shortcuts in qgis-dev (fixes #21680)
(cherry picked from commit 8e70c08b18f6897da2b54a48f5aa025c27171475)
Juergen E. Fischer <jef@norbit.de> 2019-03-27
debian packaging: keep using libqt5scintilla2-dev also on stretch
Daniele Viganò <daniele@vigano.me> 2019-03-26
[RPM] Fix rpmbuild.sh broken shell checks
Daniele Viganò <daniele@vigano.me> 2019-03-26
[RPM] Make buildrpm.sh more robust and fix -b flag usage
Daniele Viganò <daniele@vigano.me> 2019-03-26
[RPM] Make %postun more robust remove a comment entirely
Daniele Viganò <daniele@vigano.me> 2019-03-26
[RPM] Update rpm/default.cfg to build on F30
Daniele Viganò <daniele@vigano.me> 2019-03-26
[RPM] Improve buildrpms.sh script and use pbzip2 when available
Daniele Viganò <daniele@vigano.me> 2019-03-25
[RPM] Fix stale code in %postun
Bas Couwenberg <sebastic@xs4all.nl> 2019-03-22
Fix trailing comma in control files.
(cherry picked from commit f7bdded3a46fc2ffd5c8ee0f7c0762ade843f534)
Juergen E. Fischer <jef@norbit.de> 2019-03-25
debian packaging: fix build on xenial
lbartoletti <loic.bartoletti@oslandia.com> 2019-02-27
Fix Z snapping for point. Point was always returned as a XY Point. Fixes #21390
Juergen E. Fischer <jef@norbit.de> 2019-03-24
update INSTALL (followup e4046562f9)
Juergen E. Fischer <jef@norbit.de> 2019-01-29
osgeo4w: rely on GRASS' GISBASE environment variable instead of
detecting the path (ie. use the same version for processing as the
version that the grass plugin uses)
(cherry picked from commit 806ae861e1521d9b88b109e85094ef2c01425284)
Juergen E. Fischer <jef@norbit.de> 2019-03-24
debian packaging: fix build on xenial
Juergen E. Fischer <jef@norbit.de> 2019-03-22
osgeo4w: updates for grass 7.6.1
(cherry picked from commit a19fc89e5fb71b9e30de7196494b247f243a8a99)
Juergen E. Fischer <jef@norbit.de> 2019-03-22
Release of 3.4.6
Merge: 9252da03f2 98857af76c
rldhont <rldhont@gmail.com> 2019-03-22
 
QGIS
Building QGIS from source - step by step
Thursday March 21, 2019
Monday April 15, 2019
Last Updated: Thursday March 21, 2019
Last Change : Thursday March 21, 2019
Last Updated: Monday April 15, 2019
Last Change : Monday April 15, 2019
1. Introduction
......@@ -180,11 +180,12 @@ Now update your local sources database:
===============================
|| Distribution | install command for packages |
| stretch | ``apt-get install bison ca-certificates ccache cmake cmake-curses-gui dh-python doxygen expect flex gdal-bin git graphviz grass-dev libexpat1-dev libfcgi-dev libgdal-dev libgeos-dev libgsl-dev libpq-dev libproj-dev libqca-qt5-2-dev libqca-qt5-2-plugins libqscintilla2-qt5-dev libqt5opengl5-dev libqt5serialport5-dev libqt5sql5-sqlite libqt5svg5-dev libqt5webkit5-dev libqt5xmlpatterns5-dev libqwt-qt5-dev libspatialindex-dev libspatialite-dev libsqlite3-dev libsqlite3-mod-spatialite libyaml-tiny-perl libzip-dev lighttpd locales ninja-build ocl-icd-opencl-dev opencl-headers pkg-config poppler-utils pyqt5-dev pyqt5-dev-tools pyqt5.qsci-dev python3-all-dev python3-autopep8 python3-dateutil python3-dev python3-future python3-gdal python3-httplib2 python3-jinja2 python3-markupsafe python3-mock python3-nose2 python3-owslib python3-plotly python3-psycopg2 python3-pygments python3-pyproj python3-pyqt5 python3-pyqt5.qsci python3-pyqt5.qtsql python3-pyqt5.qtsvg python3-pyqt5.qtwebkit python3-requests python3-sip python3-sip-dev python3-six python3-termcolor python3-tz python3-yaml qt5-default qt5keychain-dev qtbase5-dev qtbase5-private-dev qtpositioning5-dev qttools5-dev qttools5-dev-tools saga spawn-fcgi txt2tags xauth xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xvfb`` |
| stretch | ``apt-get install bison ca-certificates ccache cmake cmake-curses-gui dh-python doxygen expect flex gdal-bin git graphviz grass-dev libexpat1-dev libfcgi-dev libgdal-dev libgeos-dev libgsl-dev libpq-dev libproj-dev libqca-qt5-2-dev libqca-qt5-2-plugins libqt5opengl5-dev libqt5scintilla2-dev libqt5serialport5-dev libqt5sql5-sqlite libqt5svg5-dev libqt5webkit5-dev libqt5xmlpatterns5-dev libqwt-qt5-dev libspatialindex-dev libspatialite-dev libsqlite3-dev libsqlite3-mod-spatialite libyaml-tiny-perl libzip-dev lighttpd locales ninja-build ocl-icd-opencl-dev opencl-headers pkg-config poppler-utils pyqt5-dev pyqt5-dev-tools pyqt5.qsci-dev python3-all-dev python3-autopep8 python3-dateutil python3-dev python3-future python3-gdal python3-httplib2 python3-jinja2 python3-markupsafe python3-mock python3-nose2 python3-owslib python3-plotly python3-psycopg2 python3-pygments python3-pyproj python3-pyqt5 python3-pyqt5.qsci python3-pyqt5.qtsql python3-pyqt5.qtsvg python3-pyqt5.qtwebkit python3-requests python3-sip python3-sip-dev python3-six python3-termcolor python3-tz python3-yaml qt5-default qt5keychain-dev qtbase5-dev qtbase5-private-dev qtpositioning5-dev qttools5-dev qttools5-dev-tools saga spawn-fcgi txt2tags xauth xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xvfb`` |
| buster | ``apt-get install bison ca-certificates ccache cmake cmake-curses-gui dh-python doxygen expect flex gdal-bin git graphviz grass-dev libexpat1-dev libfcgi-dev libgdal-dev libgeos-dev libgsl-dev libosgearth-dev libpq-dev libproj-dev libqca-qt5-2-dev libqca-qt5-2-plugins libqscintilla2-qt5-dev libqt5opengl5-dev libqt5serialport5-dev libqt5sql5-sqlite libqt5svg5-dev libqt5webkit5-dev libqt5xmlpatterns5-dev libqwt-qt5-dev libspatialindex-dev libspatialite-dev libsqlite3-dev libsqlite3-mod-spatialite libyaml-tiny-perl libzip-dev lighttpd locales ninja-build ocl-icd-opencl-dev opencl-headers pkg-config poppler-utils pyqt5-dev pyqt5-dev-tools pyqt5.qsci-dev python3-all-dev python3-autopep8 python3-dateutil python3-dev python3-future python3-gdal python3-httplib2 python3-jinja2 python3-markupsafe python3-mock python3-nose2 python3-owslib python3-plotly python3-psycopg2 python3-pygments python3-pyproj python3-pyqt5 python3-pyqt5.qsci python3-pyqt5.qtsql python3-pyqt5.qtsvg python3-pyqt5.qtwebkit python3-requests python3-sip python3-sip-dev python3-six python3-termcolor python3-tz python3-yaml qt3d-assimpsceneimport-plugin qt3d-defaultgeometryloader-plugin qt3d-gltfsceneio-plugin qt3d-scene2d-plugin qt3d5-dev qt5-default qt5keychain-dev qtbase5-dev qtbase5-private-dev qtpositioning5-dev qttools5-dev qttools5-dev-tools saga spawn-fcgi txt2tags xauth xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xvfb`` |
| xenial | ``apt-get install bison ca-certificates ccache cmake cmake-curses-gui dh-python doxygen expect flex gdal-bin git graphviz grass-dev libexpat1-dev libfcgi-dev libgdal-dev libgeos-dev libgsl-dev libpq-dev libproj-dev libqca-qt5-2-dev libqca-qt5-2-plugins libqscintilla2-qt5-dev libqt5opengl5-dev libqt5serialport5-dev libqt5sql5-sqlite libqt5svg5-dev libqt5webkit5-dev libqt5xmlpatterns5-dev libqwt-qt5-dev libspatialindex-dev libspatialite-dev libsqlite3-dev libsqlite3-mod-spatialite libyaml-tiny-perl libzip-dev lighttpd locales ninja-build ocl-icd-opencl-dev opencl-headers pkg-config poppler-utils pyqt5-dev pyqt5-dev-tools pyqt5.qsci-dev python3-all-dev python3-autopep8 python3-dateutil python3-dev python3-future python3-gdal python3-httplib2 python3-jinja2 python3-markupsafe python3-mock python3-nose2 python3-owslib python3-plotly python3-psycopg2 python3-pygments python3-pyproj python3-pyqt5 python3-pyqt5.qsci python3-pyqt5.qtsql python3-pyqt5.qtsvg python3-pyqt5.qtwebkit python3-requests python3-sip python3-sip-dev python3-six python3-termcolor python3-tz python3-yaml qt5-default qt5keychain-dev qtbase5-dev qtpositioning5-dev qttools5-dev qttools5-dev-tools saga spawn-fcgi txt2tags xauth xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xvfb`` |
| xenial | ``apt-get install bison ca-certificates ccache cmake cmake-curses-gui dh-python doxygen expect flex gdal-bin git graphviz grass-dev libexpat1-dev libfcgi-dev libgdal-dev libgeos-dev libgsl-dev libpq-dev libproj-dev libqca-qt5-2-dev libqca-qt5-2-plugins libqt5opengl5-dev libqt5scintilla2-dev libqt5serialport5-dev libqt5sql5-sqlite libqt5svg5-dev libqt5webkit5-dev libqt5xmlpatterns5-dev libqwt-qt5-dev libspatialindex-dev libspatialite-dev libsqlite3-dev libsqlite3-mod-spatialite libyaml-tiny-perl libzip-dev lighttpd locales ninja-build ocl-icd-opencl-dev opencl-headers pkg-config poppler-utils pyqt5-dev pyqt5-dev-tools pyqt5.qsci-dev python3-all-dev python3-autopep8 python3-dateutil python3-dev python3-future python3-gdal python3-httplib2 python3-jinja2 python3-markupsafe python3-mock python3-nose2 python3-owslib python3-plotly python3-psycopg2 python3-pygments python3-pyproj python3-pyqt5 python3-pyqt5.qsci python3-pyqt5.qtsql python3-pyqt5.qtsvg python3-pyqt5.qtwebkit python3-requests python3-sip python3-sip-dev python3-six python3-termcolor python3-tz python3-yaml qt5-default qt5keychain-dev qtbase5-dev qtpositioning5-dev qttools5-dev qttools5-dev-tools saga spawn-fcgi txt2tags xauth xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xvfb`` |
| bionic | ``apt-get install bison ca-certificates ccache cmake cmake-curses-gui dh-python doxygen expect flex gdal-bin git graphviz grass-dev libexpat1-dev libfcgi-dev libgdal-dev libgeos-dev libgsl-dev libosgearth-dev libpq-dev libproj-dev libqca-qt5-2-dev libqca-qt5-2-plugins libqscintilla2-qt5-dev libqt5opengl5-dev libqt5serialport5-dev libqt5sql5-sqlite libqt5svg5-dev libqt5webkit5-dev libqt5xmlpatterns5-dev libqwt-qt5-dev libspatialindex-dev libspatialite-dev libsqlite3-dev libsqlite3-mod-spatialite libyaml-tiny-perl libzip-dev lighttpd locales ninja-build ocl-icd-opencl-dev opencl-headers pkg-config poppler-utils pyqt5-dev pyqt5-dev-tools pyqt5.qsci-dev python3-all-dev python3-autopep8 python3-dateutil python3-dev python3-future python3-gdal python3-httplib2 python3-jinja2 python3-markupsafe python3-mock python3-nose2 python3-owslib python3-plotly python3-psycopg2 python3-pygments python3-pyproj python3-pyqt5 python3-pyqt5.qsci python3-pyqt5.qtsql python3-pyqt5.qtsvg python3-pyqt5.qtwebkit python3-requests python3-sip python3-sip-dev python3-six python3-termcolor python3-tz python3-yaml qt3d-assimpsceneimport-plugin qt3d-defaultgeometryloader-plugin qt3d-gltfsceneio-plugin qt3d-scene2d-plugin qt3d5-dev qt5-default qt5keychain-dev qtbase5-dev qtbase5-private-dev qtpositioning5-dev qttools5-dev qttools5-dev-tools saga spawn-fcgi txt2tags xauth xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xvfb`` |
| cosmic | ``apt-get install bison ca-certificates ccache cmake cmake-curses-gui dh-python doxygen expect flex gdal-bin git graphviz grass-dev libexpat1-dev libfcgi-dev libgdal-dev libgeos-dev libgsl-dev libosgearth-dev libpq-dev libproj-dev libqca-qt5-2-dev libqca-qt5-2-plugins libqscintilla2-qt5-dev libqt5opengl5-dev libqt5serialport5-dev libqt5sql5-sqlite libqt5svg5-dev libqt5webkit5-dev libqt5xmlpatterns5-dev libqwt-qt5-dev libspatialindex-dev libspatialite-dev libsqlite3-dev libsqlite3-mod-spatialite libyaml-tiny-perl libzip-dev lighttpd locales ninja-build ocl-icd-opencl-dev opencl-headers pkg-config poppler-utils pyqt5-dev pyqt5-dev-tools pyqt5.qsci-dev python3-all-dev python3-autopep8 python3-dateutil python3-dev python3-future python3-gdal python3-httplib2 python3-jinja2 python3-markupsafe python3-mock python3-nose2 python3-owslib python3-plotly python3-psycopg2 python3-pygments python3-pyproj python3-pyqt5 python3-pyqt5.qsci python3-pyqt5.qtsql python3-pyqt5.qtsvg python3-pyqt5.qtwebkit python3-requests python3-sip python3-sip-dev python3-six python3-termcolor python3-tz python3-yaml qt3d-assimpsceneimport-plugin qt3d-defaultgeometryloader-plugin qt3d-gltfsceneio-plugin qt3d-scene2d-plugin qt3d5-dev qt5-default qt5keychain-dev qtbase5-dev qtbase5-private-dev qtpositioning5-dev qttools5-dev qttools5-dev-tools saga spawn-fcgi txt2tags xauth xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xvfb`` |
| disco | ``apt-get install bison ca-certificates ccache cmake cmake-curses-gui dh-python doxygen expect flex gdal-bin git graphviz grass-dev libexpat1-dev libfcgi-dev libgdal-dev libgeos-dev libgsl-dev libosgearth-dev libpq-dev libproj-dev libqca-qt5-2-dev libqca-qt5-2-plugins libqscintilla2-qt5-dev libqt5opengl5-dev libqt5serialport5-dev libqt5sql5-sqlite libqt5svg5-dev libqt5webkit5-dev libqt5xmlpatterns5-dev libqwt-qt5-dev libspatialindex-dev libspatialite-dev libsqlite3-dev libsqlite3-mod-spatialite libyaml-tiny-perl libzip-dev lighttpd locales ninja-build ocl-icd-opencl-dev opencl-headers pkg-config poppler-utils pyqt5-dev pyqt5-dev-tools pyqt5.qsci-dev python3-all-dev python3-autopep8 python3-dateutil python3-dev python3-future python3-gdal python3-httplib2 python3-jinja2 python3-markupsafe python3-mock python3-nose2 python3-owslib python3-plotly python3-psycopg2 python3-pygments python3-pyproj python3-pyqt5 python3-pyqt5.qsci python3-pyqt5.qtsql python3-pyqt5.qtsvg python3-pyqt5.qtwebkit python3-requests python3-sip python3-sip-dev python3-six python3-termcolor python3-tz python3-yaml qt3d-assimpsceneimport-plugin qt3d-defaultgeometryloader-plugin qt3d-gltfsceneio-plugin qt3d-scene2d-plugin qt3d5-dev qt5-default qt5keychain-dev qtbase5-dev qtbase5-private-dev qtpositioning5-dev qttools5-dev qttools5-dev-tools saga spawn-fcgi txt2tags xauth xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xvfb`` |
| sid | ``apt-get install bison ca-certificates ccache cmake cmake-curses-gui dh-python doxygen expect flex gdal-bin git graphviz grass-dev libexpat1-dev libfcgi-dev libgdal-dev libgeos-dev libgsl-dev libosgearth-dev libpq-dev libproj-dev libqca-qt5-2-dev libqca-qt5-2-plugins libqscintilla2-qt5-dev libqt5opengl5-dev libqt5serialport5-dev libqt5sql5-sqlite libqt5svg5-dev libqt5webkit5-dev libqt5xmlpatterns5-dev libqwt-qt5-dev libspatialindex-dev libspatialite-dev libsqlite3-dev libsqlite3-mod-spatialite libyaml-tiny-perl libzip-dev lighttpd locales ninja-build ocl-icd-opencl-dev opencl-headers pkg-config poppler-utils pyqt5-dev pyqt5-dev-tools pyqt5.qsci-dev python3-all-dev python3-autopep8 python3-dateutil python3-dev python3-future python3-gdal python3-httplib2 python3-jinja2 python3-markupsafe python3-mock python3-nose2 python3-owslib python3-plotly python3-psycopg2 python3-pygments python3-pyproj python3-pyqt5 python3-pyqt5.qsci python3-pyqt5.qtsql python3-pyqt5.qtsvg python3-pyqt5.qtwebkit python3-requests python3-sip python3-sip-dev python3-six python3-termcolor python3-tz python3-yaml qt3d-assimpsceneimport-plugin qt3d-defaultgeometryloader-plugin qt3d-gltfsceneio-plugin qt3d-scene2d-plugin qt3d5-dev qt5-default qt5keychain-dev qtbase5-dev qtbase5-private-dev qtpositioning5-dev qttools5-dev qttools5-dev-tools saga spawn-fcgi txt2tags xauth xfonts-100dpi xfonts-75dpi xfonts-base xfonts-scalable xvfb`` |
(extracted from the control.in file in debian/)
......
......@@ -77,8 +77,8 @@ MACRO (CHECK_GRASS G_PREFIX)
# and then again with no specified paths to search the default
# locations. When an earlier FIND_* succeeds, subsequent FIND_*s
# searching for the same item do nothing.
FIND_LIBRARY(LIB_PATH NAMES grass_${LIB} PATHS ${G_PREFIX}/lib NO_DEFAULT_PATH)
FIND_LIBRARY(LIB_PATH NAMES grass_${LIB} PATHS ${G_PREFIX}/lib)
FIND_LIBRARY(LIB_PATH NAMES grass_${LIB} grass_${LIB}.${GRASS_MAJOR_VERSION${GRASS_FIND_VERSION}}.${GRASS_MINOR_VERSION${GRASS_FIND_VERSION}} PATHS ${G_PREFIX}/lib NO_DEFAULT_PATH)
FIND_LIBRARY(LIB_PATH NAMES grass_${LIB} grass_${LIB}.${GRASS_MAJOR_VERSION${GRASS_FIND_VERSION}}.${GRASS_MINOR_VERSION${GRASS_FIND_VERSION}} PATHS ${G_PREFIX}/lib)
IF(LIB_PATH)
SET(GRASS_LIBRARY${GRASS_FIND_VERSION}_${LIB} ${LIB_PATH})
......
qgis (3.4.6+dfsg-2) UNRELEASED; urgency=medium
qgis (3.4.7+dfsg-1~exp1) experimental; urgency=medium
* Update symbols for arm* & {mips,ppc}64el.
[ Jürgen E. Fischer ]
* Release of 3.4.7
[ Bas Couwenberg ]
* New upstream release.
* Don't build apidoc target separately.
* Update copyright file, changes:
- Update copyright years for Matthias Kuhn
- Add Daniele Viganò to copyright holders
* Update symbols for amd64.
-- Bas Couwenberg <sebastic@debian.org> Sun, 14 Apr 2019 09:28:01 +0200
-- Bas Couwenberg <sebastic@debian.org> Fri, 19 Apr 2019 15:44:23 +0200
qgis (3.4.6+dfsg-1) unstable; urgency=medium
......
......@@ -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.6
Package: libqgis-3d3.4.7
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.6
Package: libqgis-analysis3.4.7
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.6
Package: libqgis-app3.4.7
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.6
Package: libqgis-core3.4.7
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.6
Package: libqgis-gui3.4.7
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.6
Package: libqgis-native3.4.7
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.6
Package: libqgis-server3.4.7
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.6
Package: libqgisgrass7-3.4.7
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.6
Package: libqgispython3.4.7
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.6 (= ${binary:Version}),
libqgis-analysis3.4.6 (= ${binary:Version}),
libqgis-app3.4.6 (= ${binary:Version}),
libqgis-core3.4.6 (= ${binary:Version}),
libqgis-gui3.4.6 (= ${binary:Version}),
libqgis-native3.4.6 (= ${binary:Version}),
libqgis-server3.4.6 (= ${binary:Version}),
libqgisgrass7-3.4.6 (= ${binary:Version}),
libqgispython3.4.6 (= ${binary:Version}),
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}),
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.6,
libqgispython3.4.7,
libsqlite3-mod-spatialite,
python3-dateutil,
python3-future,
......
......@@ -151,7 +151,6 @@ Copyright:
2005-2018, Martin Dobias
2008-2018, Jürgen E. Fischer
2009, 2011-2014, 2016-2018, Alexander Bruy
2012-2018, Matthias Kuhn
2012-2013, 2005, 2017-2018, René-Luc D'Hont
2014-2018, Alessandro Pasotti
2015, 2018, Luigi Pirelli
......@@ -167,8 +166,10 @@ Copyright:
2018, Anita Graser
2018, elpaso
2012-2019, Denis Rouzaud
2012-2019, Matthias Kuhn
2012-2019, The QGIS Project
2013-2019, Nyall Dawson
2017-2019, Daniele Viganò
License: GPL-2+
Files: cmake/*
......
# SymbolsHelper-Confirmed: 3.4.5 amd64
libqgis_3d.so.3.4.6 #PACKAGE# #MINVER#
libqgis_3d.so.3.4.7 #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.6 #PACKAGE# #MINVER#
libqgis_analysis.so.3.4.7 #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_app.so.3.4.6 #PACKAGE# #MINVER#
libqgis_app.so.3.4.7 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
_ZN10QByteArray7reserveEi@Base 3.4.5
_ZN10QgsOptions10addSVGPathEv@Base 3.4.5
......
# SymbolsHelper-Confirmed: 3.4.6 amd64 arm64 armel armhf i386 mips mips64el mipsel powerpc ppc64el s390x
libqgis_core.so.3.4.6 #PACKAGE# #MINVER#
# SymbolsHelper-Confirmed: 3.4.7 amd64
libqgis_core.so.3.4.7 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
GEOPROJ4@Base 2.0.1
GEOWKT@Base 2.0.1
......@@ -1384,6 +1384,7 @@ libqgis_core.so.3.4.6 #PACKAGE# #MINVER#
_ZN14QgsApplication11taskManagerEv@Base 3.4.5
_ZN14QgsApplication12getThemeIconERK7QString@Base 2.2.0
_ZN14QgsApplication12metadataPathEv@Base 3.4.5
_ZN14QgsApplication12sAuthManagerE@Base 3.4.7
_ZN14QgsApplication12sTranslationE@Base 3.4.5
_ZN14QgsApplication12setThemeNameERK7QString@Base 2.2.0
_ZN14QgsApplication12showSettingsEv@Base 2.0.1
......@@ -1407,14 +1408,14 @@ libqgis_core.so.3.4.6 #PACKAGE# #MINVER#
_ZN14QgsApplication15authorsFilePathEv@Base 2.0.1
_ZN14QgsApplication15customVariablesEv@Base 3.4.5
_ZN14QgsApplication15licenceFilePathEv@Base 2.0.1
_ZN14QgsApplication15mThemeName30406E@Base 3.4.6
_ZN14QgsApplication15mThemeName30407E@Base 3.4.7
_ZN14QgsApplication15shortNameRegExpEv@Base 2.14.0
_ZN14QgsApplication16defaultStylePathEv@Base 3.4.5
_ZN14QgsApplication16defaultThemePathEv@Base 2.0.1
_ZN14QgsApplication16mConfigPath30406E@Base 3.4.6
_ZN14QgsApplication16mMaxThreads30406E@Base 3.4.6
_ZN14QgsApplication16mPluginPath30406E@Base 3.4.6
_ZN14QgsApplication16mPrefixPath30406E@Base 3.4.6
_ZN14QgsApplication16mConfigPath30407E@Base 3.4.7
_ZN14QgsApplication16mMaxThreads30407E@Base 3.4.7
_ZN14QgsApplication16mPluginPath30407E@Base 3.4.7
_ZN14QgsApplication16mPrefixPath30407E@Base 3.4.7
_ZN14QgsApplication16pageSizeRegistryEv@Base 3.4.5
_ZN14QgsApplication16rendererRegistryEv@Base 3.4.5
_ZN14QgsApplication16reportStyleSheetEv@Base 2.0.1
......@@ -1422,12 +1423,12 @@ libqgis_core.so.3.4.6 #PACKAGE# #MINVER#
_ZN14QgsApplication16staticMetaObjectE@Base 2.0.1
_ZN14QgsApplication16userThemesFolderEv@Base 2.14.0
_ZN14QgsApplication17createThemeFolderEv@Base 2.14.0
_ZN14QgsApplication17mInitialized30406E@Base 3.4.6
_ZN14QgsApplication17mLibexecPath30406E@Base 3.4.6
_ZN14QgsApplication17mLibraryPath30406E@Base 3.4.6
_ZN14QgsApplication17mPkgDataPath30406E@Base 3.4.6
_ZN14QgsApplication17mProfilePath30406E@Base 3.4.6
_ZN14QgsApplication17mUIThemeName30406E@Base 3.4.6
_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
_ZN14QgsApplication17restoreGdalDriverERK7QString@Base 2.14.0
_ZN14QgsApplication17setCustomVariableERK7QStringRK8QVariant@Base 3.4.5
_ZN14QgsApplication18ApplicationMembersC1Ev@Base 3.4.5
......@@ -1436,7 +1437,7 @@ libqgis_core.so.3.4.6 #PACKAGE# #MINVER#
_ZN14QgsApplication18ApplicationMembersD2Ev@Base 3.4.5
_ZN14QgsApplication18annotationRegistryEv@Base 3.4.5
_ZN14QgsApplication18layoutItemRegistryEv@Base 3.4.5
_ZN14QgsApplication18mGdalSkipList30406E@Base 3.4.6
_ZN14QgsApplication18mGdalSkipList30407E@Base 3.4.7
_ZN14QgsApplication18nullRepresentationEv@Base 3.4.5
_ZN14QgsApplication18processingRegistryEv@Base 3.4.5
_ZN14QgsApplication18registerOgrDriversEv@Base 2.0.1
......@@ -1447,9 +1448,9 @@ libqgis_core.so.3.4.6 #PACKAGE# #MINVER#
_ZN14QgsApplication19colorSchemeRegistryEv@Base 3.4.5
_ZN14QgsApplication19defaultThemesFolderEv@Base 2.14.0
_ZN14QgsApplication19layoutTemplatePathsEv@Base 3.4.5
_ZN14QgsApplication19mAuthDbDirPath30406E@Base 3.4.6
_ZN14QgsApplication19mQmlImportPath30406E@Base 3.4.6
_ZN14QgsApplication19mSystemEnvVars30406E@Base 3.4.6
_ZN14QgsApplication19mAuthDbDirPath30407E@Base 3.4.7
_ZN14QgsApplication19mQmlImportPath30407E@Base 3.4.7
_ZN14QgsApplication19mSystemEnvVars30407E@Base 3.4.7
_ZN14QgsApplication19paintEffectRegistryEv@Base 3.4.5
_ZN14QgsApplication19pluginLayerRegistryEv@Base 3.4.5
_ZN14QgsApplication19qgisSettingsDirPathEv@Base 2.0.1
......@@ -1462,9 +1463,9 @@ libqgis_core.so.3.4.6 #PACKAGE# #MINVER#
_ZN14QgsApplication21QGIS_APPLICATION_NAMEE@Base 2.4.0
_ZN14QgsApplication21developersMapFilePathEv@Base 2.8.0
_ZN14QgsApplication21gpsConnectionRegistryEv@Base 3.4.5
_ZN14QgsApplication21mBuildOutputPath30406E@Base 3.4.6
_ZN14QgsApplication21mBuildSourcePath30406E@Base 3.4.6
_ZN14QgsApplication21mDefaultSvgPaths30406E@Base 3.4.6
_ZN14QgsApplication21mBuildOutputPath30407E@Base 3.4.7
_ZN14QgsApplication21mBuildSourcePath30407E@Base 3.4.7
_ZN14QgsApplication21mDefaultSvgPaths30407E@Base 3.4.7
_ZN14QgsApplication21setNullRepresentationERK7QString@Base 3.4.5
_ZN14QgsApplication22QGIS_ORGANIZATION_NAMEE@Base 2.4.0
_ZN14QgsApplication22customVariablesChangedEv@Base 3.4.5
......@@ -1473,19 +1474,19 @@ libqgis_core.so.3.4.6 #PACKAGE# #MINVER#
_ZN14QgsApplication22rasterRendererRegistryEv@Base 3.4.5
_ZN14QgsApplication22setAuthDatabaseDirPathERK7QString@Base 3.4.5
_ZN14QgsApplication23applyGdalSkippedDriversEv@Base 2.0.1
_ZN14QgsApplication23mFileOpenEventList30406E@Base 3.4.6
_ZN14QgsApplication23mFileOpenEventList30407E@Base 3.4.7
_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
_ZN14QgsApplication25mRunningFromBuildDir30406E@Base 3.4.6
_ZN14QgsApplication25mRunningFromBuildDir30407E@Base 3.4.7
_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
_ZN14QgsApplication27mFileOpenEventReceiver30406E@Base 3.4.6
_ZN14QgsApplication27mFileOpenEventReceiver30407E@Base 3.4.7
_ZN14QgsApplication29networkContentFetcherRegistryEv@Base 3.4.5
_ZN14QgsApplication29requestForTranslatableObjectsEP21QgsTranslationContext@Base 3.4.5
_ZN14QgsApplication4initE7QString@Base 2.0.1
......@@ -1657,6 +1658,9 @@ libqgis_core.so.3.4.6 #PACKAGE# #MINVER#
_ZN14QgsCredentials6unlockEv@Base 2.4.0
_ZN14QgsCredentials8instanceEv@Base 2.0.1
_ZN14QgsCredentials9sInstanceE@Base 3.4.5
_ZN14QgsCredentialsD0Ev@Base 3.4.7
_ZN14QgsCredentialsD1Ev@Base 3.4.7
_ZN14QgsCredentialsD2Ev@Base 3.4.7
_ZN14QgsCsExceptionD0Ev@Base 2.18.17
_ZN14QgsCsExceptionD1Ev@Base 2.18.17
_ZN14QgsCsExceptionD2Ev@Base 2.18.17
......@@ -6182,6 +6186,7 @@ libqgis_core.so.3.4.6 #PACKAGE# #MINVER#
_ZN21QgsSpatialIndexKDBushaSERKS_@Base 3.4.5
_ZN21QgsStatisticalSummary10addVariantERK8QVariant@Base 2.18.17
_ZN21QgsStatisticalSummary11displayNameENS_9StatisticE@Base 2.14.0
_ZN21QgsStatisticalSummary13setStatisticsE6QFlagsINS_9StatisticEE@Base 3.4.7
_ZN21QgsStatisticalSummary5resetEv@Base 2.14.0
_ZN21QgsStatisticalSummary8addValueEd@Base 2.18.17
_ZN21QgsStatisticalSummary8finalizeEv@Base 2.18.17
......