Skip to content
Commits on Source (18)
variables:
LR: release-3_10
LTR: release-3_4
CTEST_CUSTOM_TESTS_IGNORE: "ProcessingGdalAlgorithmsRasterTest;ProcessingGdalAlgorithmsVectorTest;ProcessingGrass7AlgorithmsImageryTest;ProcessingGrass7AlgorithmsRasterTest;ProcessingGrass7AlgorithmsVectorTest;ProcessingGuiTest;ProcessingOtbAlgorithmsTest;ProcessingQgisAlgorithmsTest;ProcessingQgisAlgorithmsTestPt2;ProcessingQgisAlgorithmsTestPt3;ProcessingQgisAlgorithmsTestPt4;ProcessingScriptUtilsTest;PyQgsAnnotation;PyQgsAppStartup;PyQgsAuthManagerOAuth2OWSTest;PyQgsAuthManagerPKIOWSTest;PyQgsAuthManagerPasswordOWSTest;PyQgsAuthManagerProxy;PyQgsAuthSettingsWidget;PyQgsAuxiliaryStorage;PyQgsBlockingNetworkRequest;PyQgsExifTools;PyQgsFileDownloader;PyQgsFileUtils;PyQgsGeometryTest;PyQgsImageCache;PyQgsImportIntoPostGIS;PyQgsLayoutAtlas;PyQgsLayoutLegend;PyQgsLayoutMap;PyQgsLayoutMapGrid;PyQgsMapLayer;PyQgsOGRProvider;PyQgsOGRProviderGpkg;PyQgsOGRProviderSqlite;PyQgsOfflineEditingWFS;PyQgsPalLabelingCanvas;PyQgsPalLabelingLayout;PyQgsPalLabelingPlacement;PyQgsPointDisplacementRenderer;PyQgsProject;PyQgsProviderConnectionGpkg;PyQgsProviderConnectionPostgres;PyQgsPythonProvider;PyQgsRasterFileWriter;PyQgsRasterLayer;PyQgsSelectiveMasking;PyQgsServerAccessControlWMSGetlegendgraphic;PyQgsServerApi;PyQgsServerCacheManager;PyQgsServerLocaleOverride;PyQgsServerSecurity;PyQgsServerSettings;PyQgsServerWMS;PyQgsServerWMSDimension;PyQgsServerWMSGetFeatureInfo;PyQgsServerWMSGetLegendGraphic;PyQgsServerWMSGetMap;PyQgsServerWMSGetPrint;PyQgsServerWMTS;PyQgsSettings;PyQgsShapefileProvider;PyQgsSpatialiteProvider;PyQgsSvgCache;PyQgsSymbolLayer;PyQgsTaskManager;PyQgsTextRenderer;PyQgsVectorFileWriter;PyQgsVectorLayer;PyQgsVectorLayerUtils;PyQgsVirtualLayerProvider;PyQgsWFSProviderGUI;PyQgsZipUtils;qgis_3drenderingtest;qgis_alignrastertest;qgis_banned_keywords;qgis_browsermodeltest;qgis_callouttest;qgis_compositionconvertertest;qgis_datadefinedsizelegendtest;qgis_diagramtest;qgis_doxygen_order;qgis_dxfexporttest;qgis_expressiontest;qgis_filedownloader;qgis_geometrycheckstest;qgis_geometrytest;qgis_geonodeconnectiontest;qgis_grassprovidertest7;qgis_labelingenginetest;qgis_layout3dmaptest;qgis_layouthtmltest;qgis_layoutlabeltest;qgis_layoutmapgridtest;qgis_layoutmaptest;qgis_layoutpicturetest;qgis_layoutscalebartest;qgis_layouttabletest;qgis_legendrenderertest;qgis_licenses;qgis_maprendererjobtest;qgis_maprotationtest;qgis_mapsettingsutilstest;qgis_mimedatautilstest;qgis_networkaccessmanagertest;qgis_openclutilstest;qgis_painteffecttest;qgis_pallabelingtest;qgis_processingtest;qgis_projecttest;qgis_qgisappclipboard;qgis_rasterlayersaveasdialog;qgis_shellcheck;qgis_sip_include;qgis_sip_uptodate;qgis_sipify;qgis_spelling;qgis_styletest;qgis_svgcachetest;qgis_taskmanagertest;qgis_valuerelationwidgetwrapper;qgis_vectorfilewritertest;qgis_wcsprovidertest;qgis_ziplayertest;qgis_arcgisrestutilstest;qgis_coordinatereferencesystemtest;qgis_imagecachetest;qgis_invertedpolygonrenderertest"
Agent.Source.Git.ShallowFetchDepth: 1
trigger:
branches:
include:
- master
- $(LR)
- $(LTR)
- azure-pipelines
pr:
- master
- $(LR)
- $(LTR)
jobs:
- job: OSGeo4W
pool:
vmImage: vs2015-win2012r2
timeoutInMinutes: 360
continueOnError: true
strategy:
maxParallel: 4
matrix:
x86:
OSGEO4W_ROOT: C:\OSGeo4W
OSGEO4W_ARCH: x86
CLCACHE_DIR: c:\clcache-x86
PLATFORM: x86
CC: C:\OSGeo4W\bin\clcache.bat
CXX: C:\OSGeo4W\bin\clcache.bat
x86_64:
OSGEO4W_ROOT: C:\OSGeo4W64
OSGEO4W_ARCH: x86_64
CLCACHE_DIR: c:\clcache-x86_64
PLATFORM: x64
CC: C:\OSGeo4W64\bin\clcache.bat
CXX: C:\OSGeo4W64\bin\clcache.bat
steps:
- bash: |
echo "BUILD_SOURCEBRANCHNAME: ${BUILD_SOURCEBRANCHNAME}"
echo "LR: ${LR}"
echo "LTR: ${LTR}"
case "${BUILD_SOURCEBRANCHNAME}" in
"${LTR}")
echo "##vso[task.setvariable variable=OSGEO4W_PKG]qgis-ltr-dev"
echo "##vso[task.setvariable variable=OSGEO4W_DEPS]qgis-ltr-dev-deps"
;;
"${LR}")
echo "##vso[task.setvariable variable=OSGEO4W_PKG]qgis-rel-dev"
echo "##vso[task.setvariable variable=OSGEO4W_DEPS]qgis-rel-dev-deps"
;;
*)
echo "##vso[task.setvariable variable=OSGEO4W_PKG]qgis-dev"
echo "##vso[task.setvariable variable=OSGEO4W_DEPS]qgis-dev-deps"
;;
esac
displayName: 'Get package name from branch'
- script: curl --output c:\setup-x86.exe https://cygwin.com/setup-x86.exe
env:
OSGEO4W_ARCH: $(OSGEO4W_ARCH)
displayName: 'Download cygwin Installer'
- script: curl --output c:\osgeo4w-setup.exe https://download.osgeo.org/osgeo4w/osgeo4w-setup-%OSGEO4W_ARCH%.exe
env:
OSGEO4W_ARCH: $(OSGEO4W_ARCH)
displayName: 'Download OSGeo4W Installer'
- script: curl --location-trusted --output c:\cmake.msi https://github.com/Kitware/CMake/releases/download/v3.15.5/cmake-3.15.5-win64-x64.msi
displayName: 'Download CMake Installer'
- script: curl --location-trusted --output c:\ninja.zip https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-win.zip
displayName: 'Download Ninja'
# - script: curl --location-trusted --output c:\depends.zip http://www.dependencywalker.com/depends22_%PLATFORM%.zip
# displayName: 'Download Dependency walker'
# env:
# PLATFORM: $(PLATFORM)
# Too large…
# - task: Cache@2
# inputs:
# key: 'cygwin | $(Date:yyyyMMdd)'
# path: 'c:\cygwin'
# restoreKeys: |
# cygwin | $(Date:yyyyMM)
# cygwin | $(Date:yyyy)
# cygwin
# displayName: Cache cygwin
- powershell: ms-windows/osgeo4w/runasadmin.ps1 c:\setup-x86.exe -qnNdO -R C:/cygwin -s http://cygwin.mirror.constant.com -l C:/temp/cygwin -P "bison,flex,poppler,doxygen,git,unzip"
displayName: 'Installing cygwin'
# Too large…
# - task: Cache@2
# inputs:
# key: 'osgeo4w | $(OSGEO4W_ARCH) | $(Date:yyyyMMdd)'
# path: '$(OSGEO4W_ROOT)'
# restoreKeys: |
# osgeo4w | $(OSGEO4W_ARCH) | $(Date:yyyyMMdd)
# osgeo4w | $(OSGEO4W_ARCH) | $(Date:yyyyMM)
# osgeo4w | $(OSGEO4W_ARCH) | $(Date:yyyy)
# osgeo4w | $(OSGEO4W_ARCH)
# displayName: Cache OSGeo4W
- powershell: ms-windows/osgeo4w/runasadmin.ps1 c:\osgeo4w-setup.exe --autoaccept --advanced --arch $env:OSGEO4W_ARCH --quiet-mode --upgrade-also --root $env:OSGEO4W_ROOT --only-site -s http://download.osgeo.org/osgeo4w -l c:\temp\osgeo4w -P $env:OSGEO4W_DEPS -P python3-clcache
env:
OSGEO4W_ARCH: $(OSGEO4W_ARCH)
OSGEO4W_ROOT: $(OSGEO4W_ROOT)
OSGEO4W_DEPS: $(OSGEO4W_DEPS)
displayName: 'Installing OSGeo4W'
- script: |
rmdir /s /q c:\temp\cygwin
rmdir /s /q c:\temp\osgeo4w
env:
OSGEO4W_ROOT: $(OSGEO4W_ROOT)
displayName: 'Clear package caches'
- powershell: ms-windows/osgeo4w/runasadmin.ps1 msiexec.exe /X C:\Windows\Installer\146218.msi /qn /norestart /l*v c:\cmake-uninstall.log
displayName: 'Uninstalling old CMake'
- powershell: ms-windows/osgeo4w/runasadmin.ps1 msiexec.exe /I c:\cmake.msi /qn /norestart /l*v c:\cmake-install.log
displayName: 'Installing CMake'
- script: c:\cygwin\bin\unzip -o c:\ninja.zip -d %OSGEO4W_ROOT%\bin
displayName: 'Extracting Ninja'
env:
OSGEO4W_ROOT: $(OSGEO4W_ROOT)
# - script: c:\cygwin\bin\unzip -o c:\depends.zip -d %OSGEO4W_ROOT%\bin
# displayName: 'Extracting Dependency Walker'
# env:
# OSGEO4W_ROOT: $(OSGEO4W_ROOT)
- script: |
PATH %OSGEO4W_ROOT%\bin;%ProgramFiles%\CMake\bin;%PATH%
cmake --version
ctest --version
ninja --version
displayName: 'Display tool versions'
env:
OSGEO4W_ROOT: $(OSGEO4W_ROOT)
- script: curl --location-trusted --output c:\LATEST.sha https://download.osgeo.org/osgeo4w/$(OSGEO4W_ARCH)/release/qgis/$(OSGEO4W_PKG)/LATEST.sha
displayName: 'Download LATEST.sha'
env:
OSGEO4W_ARCH: $(OSGEO4W_ARCH)
OSGEO4W_PKG: $(OSGEO4W_PKG)
# Too large…
# - task: Cache@2
# inputs:
# key: 'clcache | $(OSGEO4W_ARCH) | $(OSGEO4W_PKG) | $(Date:yyyyMMdd) | $(Hours)'
# path: '$(CLCACHE_DIR)'
# restoreKeys: |
# clcache | $(OSGEO4W_ARCH) | $(OSGEO4W_PKG) | $(Date:yyyyMMdd) | $(Hours)
# clcache | $(OSGEO4W_ARCH) | $(OSGEO4W_PKG) | $(Date:yyyyMMdd)
# clcache | $(OSGEO4W_ARCH) | $(OSGEO4W_PKG) | $(Date:yyyyMM)
# clcache | $(OSGEO4W_ARCH) | $(OSGEO4W_PKG) | $(Date:yyyy)
# clcache | $(OSGEO4W_ARCH) | $(OSGEO4W_PKG)
# displayName: Cache clcache
- script: |
echo on
PATH c:\cygwin\bin;%OSGEO4W_ROOT%\bin;%PATH%
sed -ne 's/^SET(CPACK_PACKAGE_VERSION_MAJOR "\([0-9]*\)")\s*$/set major=\1/p' CMakeLists.txt >version.cmd
sed -ne 's/^SET(CPACK_PACKAGE_VERSION_MINOR "\([0-9]*\)")\s*$/set minor=\1/p' CMakeLists.txt >>version.cmd
sed -ne 's/^SET(CPACK_PACKAGE_VERSION_PATCH "\([0-9]*\)")\s*$/set patch=\1/p' CMakeLists.txt >>version.cmd
sed -ne 's/^\([0-9]*\):.*$/set binary=\1/p' c:\latest.sha >>version.cmd
call version.cmd
del version.cmd
set /A binary=%binary%+1
cd ms-windows\osgeo4w
touch skippackage
set OSGEO4W_CXXFLAGS=/MD /MP /Od /D NDEBUG
package-nightly.cmd %major%.%minor%.%patch% %binary% %OSGEO4W_PKG% %OSGEO4W_ARCH% %REPO_COMMIT:~0,10% azure-pipelines
env:
OSGEO4W_ROOT: $(OSGEO4W_ROOT)
OSGEO4W_ARCH: $(OSGEO4W_ARCH)
OSGEO4W_PKG: $(OSGEO4W_PKG)
BUILD_NUMBER: $(Build.BuildId)
CTEST_CUSTOM_TESTS_IGNORE: $(CTEST_CUSTOM_TESTS_IGNORE)
REPO_COMMIT: $(Build.SourceVersion)
CLCACHE_DIR: $(CLCACHE_DIR)
TARGET: Experimental
CC: $(CC)
CXX: $(CXX)
displayName: 'Building QGIS'
# - script: |
# echo on
# PATH %OSGEO4W_ROOT%\bin;%PATH%
# cd ms-windows\osgeo4w\build-%OSGEO4W_PKG%-%OSGEO4W_ARCH%
# set /P tag=<Testing\TAG
# dir /s /b Testing\*.log
# echo ##vso[task.uploadfile]%CD%\Testing\Temporary\LastBuild_%tag%.log
# call %OSGEO4W_ROOT%\bin\o4w_env.bat
# call %OSGEO4W_ROOT%\bin\qt5_env.bat
# call %OSGEO4W_ROOT%\bin\py3_env.bat
# depends /c /f:1 /ot:c:\crssync.log output\bin\crssync.exe
# echo ##vso[task.uploadfile]c:\crssync.log
# env:
# OSGEO4W_ROOT: $(OSGEO4W_ROOT)
# OSGEO4W_PKG: $(OSGEO4W_PKG)
# OSGEO4W_ARCH: $(OSGEO4W_ARCH)
# displayName: 'Upload build log'
- task: PublishTestResults@2
inputs:
testResultsFormat: 'cTest'
testResultsFiles: 'ms-windows/osgeo4w/build-$(OSGEO4W_PKG)-$(OSGEO4W_ARCH)/Testing/*/Test.xml'
displayName: 'Publishing tests'
# - script: |
# PATH c:\cygwin\bin;%PATH%
# pwd
# du -sc c:\cygwin
# du -sc %OSGEO4W_ROOT%
# du -sc %CLCACHE_DIR%
# du -sc .
# rmdir /s /q ms-windows\osgeo4w\build-$(OSGEO4W_PKG)-$(OSGEO4W_ARCH)
# displayName: Clean before creating the caches
# env:
# OSGEO4W_ROOT: $(OSGEO4W_ROOT)
# OSGEO4W_ARCH: $(OSGEO4W_ARCH)
# OSGEO4W_PKG: $(OSGEO4W_PKG)
# CLCACHE_DIR: $(CLCACHE_DIR)
# vim: set nowrap :
......@@ -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__ = '64ad560274830b2f9d6ff042aed3ccd209bdfad6'
__revision__ = 'cf31ea831d259343a6da02d5355faca5e48acdc3'
# 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 "13")
SET(CPACK_PACKAGE_VERSION_PATCH "14")
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
SET(RELEASE_NAME "Madeira")
PROJECT(qgis VERSION ${COMPLETE_VERSION})
......@@ -478,6 +478,7 @@ IF (PEDANTIC)
SET(_warnings "${_warnings} /wd4706 ") # assignment within conditional expression (pal)
SET(_warnings "${_warnings} /wd4714 ") # function '...' marked as __forceinline not inlined (QString::toLower/toUpper/trimmed)
SET(_warnings "${_warnings} /wd4800 ") # 'int' : forcing value to bool 'true' or 'false' (performance warning)
SET(_warnings "${_warnings} /wd4996 ") # '...': was declared deprecated (unfortunately triggered when implementing deprecated interfaces even when it is deprecated too)
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${_warnings}")
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${_warnings}")
ELSE (MSVC)
......
Juergen E. Fischer <jef@norbit.de> 2019-12-06
translation update for 3.4.14 from transifex
Juergen E. Fischer <jef@norbit.de> 2019-12-03
azure-pipelines: fix dependency package reference
(cherry picked from commit fe9dcf1f33bb0f7b392b9cd079eafdd23885593e)
Juergen E. Fischer <jef@norbit.de> 2019-11-30
add azure pipeline badge
(cherry picked from commit 4c234f21b47846d9f7bed46db89ad0a9de23851d)
Juergen E. Fischer <jef@norbit.de> 2019-11-30
azure-pipelines support
(blood, sweat and tears w/squ-ashed away)
(cherry picked from commit d33a5b56a94c49d6722cdb4c96866e034cd17ef4)
Juergen E. Fischer <jef@norbit.de> 2019-12-01
osgeo4w: build with new legacy packages for GDAL2 & PROJ5
Merge: a33da34786 f04cfa87ec
rldhont <rldhont@gmail.com> 2019-11-29
Merge pull request #33147 from rldhont/backport-33128-to-release-3_4
[Backport release-3_4][Tests][Server] Add WMS GetFeatureInfo GML tests
rldhont <rldhont@gmail.com> 2019-11-28
[Tests][Server] Add WMS GetFeatureInfo GML tests
Denis Rouzaud <denis.rouzaud@gmail.com> 2019-11-28
[field calc] do not propose to update field for read-only layers (#33101) (#33117)
nirvn <nirvn.asia@gmail.com> 2019-11-23
Fix QGIS crashing when loading a recent project after saving dirty project
nirvn <nirvn.asia@gmail.com> 2019-11-22
[canvas] Fix zoom to selection for single point selection when layer is reprojected
Even Rouault <even.rouault@spatialys.com> 2019-11-22
QgsVectorFileWriter: fix axis order issue with GDAL 3 (fixes #33014)
Merge: 71dd0df47b bd96f8b7fc
rldhont <rldhont@gmail.com> 2019-11-22
Merge pull request #33003 from rldhont/backport-32800-to-release-3_4
[Backport release-3_4][Bugfix][Server] Correctly round extent coordinates in services capabilities
Nyall Dawson <nyall.dawson@gmail.com> 2019-11-20
Fix broken QMap<QVariantList,...> finding, which causes case-insensitive
comparisons to be made when resolving primary keys in the Oracle and
Postgres providers
qt's built in qMapLessThanKey for QVariantList is broken and does a
case-insensitive operation, so we replace it with a working version instead...
(cherry picked from commit 701ea057b1908d74666a8e842445706947fe3e56)
rldhont <rldhont@gmail.com> 2019-11-20
[Server] Update WMS GetProjectSettings tests for round extent in GetCapabilities
rldhont <rldhont@gmail.com> 2019-11-20
[Server] Test WCS Access Control: update comment
rldhont <rldhont@gmail.com> 2019-11-20
[Server] Update WCS tests for round extent in GetCapabilities
rldhont <rldhont@gmail.com> 2019-11-20
[Server] Update WMS tests for round extent in GetCapabilities
rldhont <rldhont@gmail.com> 2019-11-20
[Server] Update WFS tests for round extent in GetCapabilities
rldhont <rldhont@gmail.com> 2019-11-20
[Server] Update WMTS tests for round extent in GetCapabilities
rldhont <rldhont@gmail.com> 2019-11-20
[Server] tests: Add masks
rldhont <rldhont@gmail.com> 2019-11-15
[Bugfix][Server] Use floor and ceil for round extent coordinates in services capabilities
rldhont <rldhont@gmail.com> 2019-11-11
[Bugfix][Server] Correctly round extent coordinates in services capabilities
QString::number does not correctly round double. It can truncate double so the extent display explains in services capabilities could be clipped.
To fix it, QGIS provides qgsDoubleToString.
Håvard Tveite <havard.tveite@nmbu.no> 2019-11-19
Wrong label in UI for "Create point for each part" on "Centroids" processing algorithm #32940 - Backport to 3.4
#32940
Juergen E. Fischer <jef@norbit.de> 2019-11-19
debian packaging: python-gdal still needed for gdal python scripts
Merge: 2801180b00 3004afd154
Alessandro Pasotti <elpaso@itopen.it> 2019-11-18
Merge pull request #32749 from qgis/backport-32743-to-release-3_4
[Backport release-3_4] Fix PG 12 constraints check (provider side)
Juergen E. Fischer <jef@norbit.de> 2019-11-15
database style manager: translatable & title case
(cherry picked from commit 9b32c0be3b4c0d1c98d2e86fb6e66c13c363eea4)
Juergen E. Fischer <jef@norbit.de> 2019-11-15
custom widgets: fix designer crash (fixes #32860)
(cherry picked from commit 7fdac2fc6b902a4d4e621fde55abb91e277deccf)
Juergen E. Fischer <jef@norbit.de> 2019-11-13
debian packaging: drop python-gdal dependency (closes #32835)
[ci skip]
(cherry picked from commit f67369cc2639f513c77ef3e3c606f96294d9fa47)
Juergen E. Fischer <jef@norbit.de> 2019-11-07
qgsfunction: replace deprecated inspect.getargspec() to inspect.getfullargspec()
(cherry picked from commit b830a4a448d31c51ea5e5a4e73d0b3a4ad518fb0)
Juergen E. Fischer <jef@norbit.de> 2019-11-07
oracle provider: log when ROWID is used for a missing primary key (closes #32648)
(cherry picked from commit 3cf70589dcbbfe234a118a9b5f38352666bbd926)
Juergen E. Fischer <jef@norbit.de> 2019-11-05
also track newer CIFS
(cherry picked from commit 375b3907376c54b42728d1e69ef2ad70a22143a2)
Juergen E. Fischer <jef@norbit.de> 2019-11-03
translation string fix
(cherry picked from commit 002d3986d505b58e1d3152df038dbff90938e118)
Merge: 40091939b4 e63b3e77c0
Alexander Bruy <alexander.bruy@gmail.com> 2019-11-17
Merge pull request #32460 from alexbruy/backport-32455-to-release-3_4
[Backport release-3_4] [processing] allow to select files without suffix in the Processing options dialog
Juergen E. Fischer <jef@norbit.de> 2019-11-16
osgeo4w: fix nightlies (followup 766149b1b6)
Håvard Tveite <havard.tveite@nmbu.no> 2019-11-13
In case it is needed: Update Rasterize.py for 3.4 (backport of master commit)
Backport of #32830 to 3.4 (if needed).
To be removed if automatic backporting works.
Håvard Tveite <havard.tveite@nmbu.no> 2019-11-13
Update CreateConstantRaster.py
Backport of #32828.
Merge: 766149b1b6 7d97ebecf9
rldhont <rldhont@gmail.com> 2019-11-14
Merge pull request #32793 from rldhont/fix-server-wfs-add-primary-keys-to-request-for-fid-34
[Backport release-3_4][Bugfix][Server] WFS: Add primary keys to request to build Server Feature Id
Juergen E. Fischer <jef@norbit.de> 2019-11-03
osgeo4w: build with proj 6 and gdal 3
rldhont <rldhont@gmail.com> 2019-11-08
Fix const
rldhont <rldhont@gmail.com> 2019-11-08
[Bugfix][Server] WFS: Add primary keys to request to build Server Feature Id
Alessandro Pasotti <elpaso@itopen.it> 2019-11-08
Fix PG 12 constraints check (provider side)
Fixes #32716 in PG provider
nirvn <nirvn.asia@gmail.com> 2019-11-07
Fix crash when deactivating vertex editor (fixes #32685)
Alessandro Pasotti <elpaso@itopen.it> 2019-11-06
Fix postgis 12 adscr -> adbin consrc -> conbin
Alexander Bruy <alexander.bruy@gmail.com> 2019-11-04
"fix" gdal_calc creation options
Merge: 198b048b14 9bf92ef4ff
Alessandro Pasotti <elpaso@itopen.it> 2019-11-03
Merge pull request #32572 from qgis/backport-32527-to-release-3_4
[Backport release-3_4] Fix copy items from value map configuration
Juergen E. Fischer <jef@norbit.de> 2019-11-02
osgeo4w: detect grass78
Matthias Kuhn <matthias@opengis.ch> 2019-10-30
Fix copy items from value map configuration
QAbstractItemView internally uses the KeyPress signal, so in order to
make sure our code takes precedence we need to react to the same signal.
Apparently it's not enough to trust Qt that the KeyReleased is always
triggered after a KeyPress.
Fix #32256
Daniele Viganò <daniele@vigano.me> 2019-10-30
[RPM] Update sip references in spec file
Alexander Bruy <alexander.bruy@gmail.com> 2019-10-28
[processing] allow to select files without suffix in the Processing options dialog
Giovanni Manghi <giovanni.manghi@naturalgis.pt> 2019-10-20
fix wronng paste
Giovanni Manghi <giovanni.manghi@naturalgis.pt> 2019-10-18
fix SAGA Slope, Aspect, Curvature
Juergen E. Fischer <jef@norbit.de> 2019-10-22
dwg/dxf import:
* fix orientation of TEXT entities
* also clean TEXT strings
* support non-origin-based blocks
* support extrusion
(cherry picked from commit 94fa3c44e08ff3e8e0cabfb528d3cbba109959f7)
Juergen E. Fischer <jef@norbit.de> 2019-10-25
Release of 3.4.13
Juergen E. Fischer <jef@norbit.de> 2019-10-25
 
translation update for 3.4.13 from transifex
......@@ -2,6 +2,7 @@
[![Build Status](https://travis-ci.org/qgis/QGIS.svg?branch=master)](https://travis-ci.org/qgis/QGIS)
[![Docker Status](https://img.shields.io/docker/automated/qgis/qgis.svg)](https://cloud.docker.com/app/qgis/repository/docker/qgis/qgis/general)
[![Build Status](https://dev.azure.com/qgis/QGIS/_apis/build/status/qgis.QGIS?branchName=master)](https://dev.azure.com/qgis/QGIS/_build/latest?definitionId=1&branchName=master)
QGIS is an Open Source Geographic Information System. The project was born in
May of 2002 and was established as a project on SourceForge in June of the same
......
......@@ -27,18 +27,7 @@ SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
# Exclude try_compile sources from coverage results:
"/CMakeFiles/CMakeTmp/"
# Exclude files from the Examples directories
#".*/Examples/.*"
# Exclude files from the ThirdParty Utilities directories
".*/Testing/Utilities/.*"
".*/Utilities/.*"
# Exclude SWIG wrappers files
".*/Code/Wrappers/SWIG/otbApplicationPYTHON_wrap.*"
".*/Code/Wrappers/SWIG/otbApplicationJAVA_wrap.*"
)
)
# warning to ignore via regex expressions
SET(CTEST_CUSTOM_WARNING_EXCEPTION
......@@ -56,3 +45,5 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
"ld.*warning.*duplicate dylib.*"
"pyconfig.h:.*warning:.*XOPEN.*SOURCE.*redefined"
)
SET(CTEST_CUSTOM_TESTS_IGNORE ${CTEST_CUSTOM_TESTS_IGNORE} $ENV{CTEST_CUSTOM_TESTS_IGNORE})
qgis (3.4.14+dfsg-1~bpo10+1) buster-backports; urgency=medium
* Rebuild for buster-backports.
* Restore python-gdal dependency, still required for gdal in buster.
* Drop txt2tags-3.3.patch, not required for txt2tags in buster.
-- Bas Couwenberg <sebastic@debian.org> Mon, 30 Dec 2019 07:19:10 +0100
qgis (3.4.14+dfsg-1) unstable; urgency=medium
* Drop Name field from upstream metadata.
* Update symbols for other architectures.
* Bump minimum GRASS build dependency version to 7.8.2.
* Don't quote placeholder in mailcap entries.
* Add patch to fix FTBFS with txt2tags 3.3.
* Move from experimental to unstable.
-- Bas Couwenberg <sebastic@debian.org> Tue, 24 Dec 2019 20:39:26 +0100
qgis (3.4.14+dfsg-1~exp1) experimental; urgency=medium
* New upstream release.
* Update symbols for amd64.
-- Bas Couwenberg <sebastic@debian.org> Fri, 06 Dec 2019 14:07:51 +0100
qgis (3.4.13+dfsg-3) unstable; urgency=medium
* Drop Provides: ${python3:Provides}.
* Bump minimum GRASS build dependency version to 7.8.1.
-- Bas Couwenberg <sebastic@debian.org> Sun, 10 Nov 2019 07:27:55 +0100
qgis (3.4.13+dfsg-2) unstable; urgency=medium
* Drop python-gdal dependency, scripts moved to gdal-bin in 2.4.3+dfsg-1.
-- Bas Couwenberg <sebastic@debian.org> Tue, 05 Nov 2019 05:49:05 +0100
qgis (3.4.13+dfsg-1~bpo10+1) buster-backports; urgency=medium
* Rebuild for buster-backports.
......
......@@ -126,7 +126,7 @@ Description: QGIS - architecture-independent data
This package contains architecture-independent supporting data files for use
with QGIS.
Package: libqgis-3d3.4.13
Package: libqgis-3d3.4.14
Architecture: any
Section: libs
Depends: qt3d-assimpsceneimport-plugin,
......@@ -141,7 +141,7 @@ Description: QGIS - shared 3d library
.
This package contains the shared 3d library.
Package: libqgis-analysis3.4.13
Package: libqgis-analysis3.4.14
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -152,7 +152,7 @@ Description: QGIS - shared analysis library
.
This package contains the shared analysis library.
Package: libqgis-app3.4.13
Package: libqgis-app3.4.14
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -163,7 +163,7 @@ Description: QGIS - shared app library
.
This package contains the shared app library.
Package: libqgis-core3.4.13
Package: libqgis-core3.4.14
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -174,7 +174,7 @@ Description: QGIS - shared core library
.
This package contains the shared core library.
Package: libqgis-gui3.4.13
Package: libqgis-gui3.4.14
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -185,7 +185,7 @@ Description: QGIS - shared gui library
.
This package contains the shared gui library.
Package: libqgis-native3.4.13
Package: libqgis-native3.4.14
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -196,7 +196,7 @@ Description: QGIS - shared native gui library
.
This package contains the shared native gui library.
Package: libqgis-server3.4.13
Package: libqgis-server3.4.14
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -207,7 +207,7 @@ Description: QGIS - shared server library
.
This package contains the shared server library.
Package: libqgisgrass7-3.4.13
Package: libqgisgrass7-3.4.14
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -218,7 +218,7 @@ Description: QGIS - shared grass library
.
This package contains the shared grass library.
Package: libqgispython3.4.13
Package: libqgispython3.4.14
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -251,15 +251,15 @@ Depends: grass-dev (>= 7.6.0),
libpq-dev,
libproj-dev,
libqca-qt5-2-dev,
libqgis-3d3.4.13 (= ${binary:Version}),
libqgis-analysis3.4.13 (= ${binary:Version}),
libqgis-app3.4.13 (= ${binary:Version}),
libqgis-core3.4.13 (= ${binary:Version}),
libqgis-gui3.4.13 (= ${binary:Version}),
libqgis-native3.4.13 (= ${binary:Version}),
libqgis-server3.4.13 (= ${binary:Version}),
libqgisgrass7-3.4.13 (= ${binary:Version}),
libqgispython3.4.13 (= ${binary:Version}),
libqgis-3d3.4.14 (= ${binary:Version}),
libqgis-analysis3.4.14 (= ${binary:Version}),
libqgis-app3.4.14 (= ${binary:Version}),
libqgis-core3.4.14 (= ${binary:Version}),
libqgis-gui3.4.14 (= ${binary:Version}),
libqgis-native3.4.14 (= ${binary:Version}),
libqgis-server3.4.14 (= ${binary:Version}),
libqgisgrass7-3.4.14 (= ${binary:Version}),
libqgispython3.4.14 (= ${binary:Version}),
libqscintilla2-qt5-dev,
libqt5svg5-dev,
libqt5webkit5-dev,
......@@ -329,7 +329,7 @@ Package: python3-qgis
Architecture: any
Section: python
Depends: python3-qgis-common (= ${source:Version}),
libqgispython3.4.13,
libqgispython3.4.14,
libsqlite3-mod-spatialite,
python3-dateutil,
python3-future,
......@@ -355,7 +355,6 @@ Depends: python3-qgis-common (= ${source:Version}),
${shlibs:Depends},
${sip3:Depends},
${misc:Depends}
Provides: ${python3:Provides}
Description: Python bindings to QGIS
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
......
# SymbolsHelper-Confirmed: 3.4.5 amd64
libqgis_3d.so.3.4.13 #PACKAGE# #MINVER#
libqgis_3d.so.3.4.14 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
_ZN10QByteArrayD1Ev@Base 3.4.5
_ZN10QByteArrayD2Ev@Base 3.4.5
......
# SymbolsHelper-Confirmed: 3.4.13 arm64 mips64el ppc64 ppc64el s390x x32
libqgis_analysis.so.3.4.13 #PACKAGE# #MINVER#
# SymbolsHelper-Confirmed: 3.4.14 armel armhf i386
libqgis_analysis.so.3.4.14 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
_ZN10QByteArrayD1Ev@Base 3.4.5
_ZN10QByteArrayD2Ev@Base 3.4.5
......@@ -469,7 +469,9 @@ libqgis_analysis.so.3.4.13 #PACKAGE# #MINVER#
_ZN24CloughTocherInterpolator4initEdd@Base 2.0.1
_ZN24CloughTocherInterpolator9calcPointEddR8QgsPoint@Base 3.4.5
_ZN24CloughTocherInterpolatorC1EP16NormVecDecorator@Base 2.8.0
_ZN24CloughTocherInterpolatorC1Ev@Base 3.4.14
_ZN24CloughTocherInterpolatorC2EP16NormVecDecorator@Base 2.8.0
_ZN24CloughTocherInterpolatorC2Ev@Base 3.4.14
_ZN24CloughTocherInterpolatorD0Ev@Base 2.0.1
_ZN24CloughTocherInterpolatorD1Ev@Base 2.0.1
_ZN24CloughTocherInterpolatorD2Ev@Base 2.0.1
......@@ -1098,6 +1100,7 @@ libqgis_analysis.so.3.4.13 #PACKAGE# #MINVER#
(optional=templinst)_ZNSt10_HashtableIxSt4pairIKxiESaIS2_ENSt8__detail10_Select1stESt8equal_toIxESt4hashIxENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEED2Ev@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZNSt10_HashtableIxxSaIxENSt8__detail9_IdentityESt8equal_toIxESt4hashIxENS1_18_Mod_range_hashingENS1_20_Default_ranged_hashENS1_20_Prime_rehash_policyENS1_17_Hashtable_traitsILb0ELb1ELb1EEEE21_M_insert_unique_nodeEjjPNS1_10_Hash_nodeIxLb0EEEj@Base 3.4.5
(optional=templinst|arch=amd64 arm64 mips64el ppc64 ppc64el s390x)_ZNSt10_HashtableIxxSaIxENSt8__detail9_IdentityESt8equal_toIxESt4hashIxENS1_18_Mod_range_hashingENS1_20_Default_ranged_hashENS1_20_Prime_rehash_policyENS1_17_Hashtable_traitsILb0ELb1ELb1EEEE21_M_insert_unique_nodeEmmPNS1_10_Hash_nodeIxLb0EEEm@Base 3.4.5
(optional=templinst)_ZNSt10_HashtableIxxSaIxENSt8__detail9_IdentityESt8equal_toIxESt4hashIxENS1_18_Mod_range_hashingENS1_20_Default_ranged_hashENS1_20_Prime_rehash_policyENS1_17_Hashtable_traitsILb0ELb1ELb1EEEE4findERKx@Base 3.4.14
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZNSt10_HashtableIxxSaIxENSt8__detail9_IdentityESt8equal_toIxESt4hashIxENS1_18_Mod_range_hashingENS1_20_Default_ranged_hashENS1_20_Prime_rehash_policyENS1_17_Hashtable_traitsILb0ELb1ELb1EEEE9_M_rehashEjRKj@Base 3.4.5
(optional=templinst|arch=amd64 arm64 mips64el ppc64 ppc64el s390x)_ZNSt10_HashtableIxxSaIxENSt8__detail9_IdentityESt8equal_toIxESt4hashIxENS1_18_Mod_range_hashingENS1_20_Default_ranged_hashENS1_20_Prime_rehash_policyENS1_17_Hashtable_traitsILb0ELb1ELb1EEEE9_M_rehashEmRKm@Base 3.4.5
(optional=templinst)_ZNSt10_HashtableIxxSaIxENSt8__detail9_IdentityESt8equal_toIxESt4hashIxENS1_18_Mod_range_hashingENS1_20_Default_ranged_hashENS1_20_Prime_rehash_policyENS1_17_Hashtable_traitsILb0ELb1ELb1EEEED1Ev@Base 3.4.5
......
# SymbolsHelper-Confirmed: 3.4.13 i386 x32
libqgis_app.so.3.4.13 #PACKAGE# #MINVER#
# SymbolsHelper-Confirmed: 3.4.14 arm64 armel armhf ppc64 ppc64el s390x
libqgis_app.so.3.4.14 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
_ZN10QgsOptions10addSVGPathEv@Base 3.4.5
_ZN10QgsOptions10clearCacheEv@Base 3.4.5
......@@ -929,6 +929,7 @@ libqgis_app.so.3.4.13 #PACKAGE# #MINVER#
_ZN17QgsSnappingWidgetD0Ev@Base 3.4.5
_ZN17QgsSnappingWidgetD1Ev@Base 3.4.5
_ZN17QgsSnappingWidgetD2Ev@Base 3.4.5
_ZN18QStandardItemModel9appendRowEP13QStandardItem@Base 3.4.14
_ZN18QStyleOptionButtonD1Ev@Base 3.4.5
_ZN18QStyleOptionButtonD2Ev@Base 3.4.5
_ZN18QgsColorRampShaderD0Ev@Base 3.4.5
......@@ -4250,6 +4251,7 @@ libqgis_app.so.3.4.13 #PACKAGE# #MINVER#
(optional=templinst)_ZNSt8functionIFviRK7QStringEEC2ERKS4_@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZSt17__rotate_adaptiveIPP20QgsLayoutTableColumnS2_iET_S3_S3_S3_T1_S4_T0_S4_@Base 3.4.5
(optional=templinst|arch=amd64 arm64 mips64el ppc64 ppc64el s390x)_ZSt17__rotate_adaptiveIPP20QgsLayoutTableColumnS2_lET_S3_S3_S3_T1_S4_T0_S4_@Base 3.4.5
(optional=templinst|arch=armel armhf)_ZSt4swapIN8QVariant7PrivateEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS6_ESt18is_move_assignableIS6_EEE5valueEvE4typeERS6_SG_@Base 3.4.14
_ZTI10QgsOptions@Base 2.14.0
_ZTI11QgsProperty@Base 3.4.5
_ZTI12QgsBookmarks@Base 2.14.0
......
# SymbolsHelper-Confirmed: 3.4.13 amd64 arm64 armel armhf i386 mips64el ppc64 ppc64el s390x x32
libqgis_core.so.3.4.13 #PACKAGE# #MINVER#
# SymbolsHelper-Confirmed: 3.4.14 amd64 armel armhf i386 x32
libqgis_core.so.3.4.14 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
GEOPROJ4@Base 2.0.1
GEOWKT@Base 2.0.1
......@@ -8,6 +8,7 @@ libqgis_core.so.3.4.13 #PACKAGE# #MINVER#
PROJECT_SCALES@Base 2.0.1
_Z10getVersionRK12QDomDocument@Base 2.18.17
_Z12qgsVsiPrefixRK7QString@Base 2.14.0
(optional=templinst)_Z15qMapLessThanKeyI5QListI8QVariantEEbRKT_S5_@Base 3.4.14
_Z15qgsVariantEqualRK8QVariantS1_@Base 3.4.5
_Z17QgsSqlite3MprintfPKcz@Base 3.4.5
_Z18qgsPermissiveToInt7QStringRb@Base 3.4.5
......@@ -1412,15 +1413,15 @@ libqgis_core.so.3.4.13 #PACKAGE# #MINVER#
_ZN14QgsApplication15authorsFilePathEv@Base 2.0.1
_ZN14QgsApplication15customVariablesEv@Base 3.4.5
_ZN14QgsApplication15licenceFilePathEv@Base 2.0.1
_ZN14QgsApplication15mThemeName30413E@Base 3.4.13
_ZN14QgsApplication15mThemeName30414E@Base 3.4.14
_ZN14QgsApplication15shortNameRegExpEv@Base 2.14.0
_ZN14QgsApplication16defaultStylePathEv@Base 3.4.5
_ZN14QgsApplication16defaultThemePathEv@Base 2.0.1
_ZN14QgsApplication16invalidateCachesEv@Base 3.4.13
_ZN14QgsApplication16mConfigPath30413E@Base 3.4.13
_ZN14QgsApplication16mMaxThreads30413E@Base 3.4.13
_ZN14QgsApplication16mPluginPath30413E@Base 3.4.13
_ZN14QgsApplication16mPrefixPath30413E@Base 3.4.13
_ZN14QgsApplication16mConfigPath30414E@Base 3.4.14
_ZN14QgsApplication16mMaxThreads30414E@Base 3.4.14
_ZN14QgsApplication16mPluginPath30414E@Base 3.4.14
_ZN14QgsApplication16mPrefixPath30414E@Base 3.4.14
_ZN14QgsApplication16pageSizeRegistryEv@Base 3.4.5
_ZN14QgsApplication16rendererRegistryEv@Base 3.4.5
_ZN14QgsApplication16reportStyleSheetEv@Base 2.0.1
......@@ -1428,12 +1429,12 @@ libqgis_core.so.3.4.13 #PACKAGE# #MINVER#
_ZN14QgsApplication16staticMetaObjectE@Base 2.0.1
_ZN14QgsApplication16userThemesFolderEv@Base 2.14.0
_ZN14QgsApplication17createThemeFolderEv@Base 2.14.0
_ZN14QgsApplication17mInitialized30413E@Base 3.4.13
_ZN14QgsApplication17mLibexecPath30413E@Base 3.4.13
_ZN14QgsApplication17mLibraryPath30413E@Base 3.4.13
_ZN14QgsApplication17mPkgDataPath30413E@Base 3.4.13
_ZN14QgsApplication17mProfilePath30413E@Base 3.4.13
_ZN14QgsApplication17mUIThemeName30413E@Base 3.4.13
_ZN14QgsApplication17mInitialized30414E@Base 3.4.14
_ZN14QgsApplication17mLibexecPath30414E@Base 3.4.14
_ZN14QgsApplication17mLibraryPath30414E@Base 3.4.14
_ZN14QgsApplication17mPkgDataPath30414E@Base 3.4.14
_ZN14QgsApplication17mProfilePath30414E@Base 3.4.14
_ZN14QgsApplication17mUIThemeName30414E@Base 3.4.14
_ZN14QgsApplication17restoreGdalDriverERK7QString@Base 2.14.0
_ZN14QgsApplication17setCustomVariableERK7QStringRK8QVariant@Base 3.4.5
_ZN14QgsApplication18ApplicationMembersC1Ev@Base 3.4.5
......@@ -1442,7 +1443,7 @@ libqgis_core.so.3.4.13 #PACKAGE# #MINVER#
_ZN14QgsApplication18ApplicationMembersD2Ev@Base 3.4.5
_ZN14QgsApplication18annotationRegistryEv@Base 3.4.5
_ZN14QgsApplication18layoutItemRegistryEv@Base 3.4.5
_ZN14QgsApplication18mGdalSkipList30413E@Base 3.4.13
_ZN14QgsApplication18mGdalSkipList30414E@Base 3.4.14
_ZN14QgsApplication18nullRepresentationEv@Base 3.4.5
_ZN14QgsApplication18processingRegistryEv@Base 3.4.5
_ZN14QgsApplication18registerOgrDriversEv@Base 2.0.1
......@@ -1453,9 +1454,9 @@ libqgis_core.so.3.4.13 #PACKAGE# #MINVER#
_ZN14QgsApplication19colorSchemeRegistryEv@Base 3.4.5
_ZN14QgsApplication19defaultThemesFolderEv@Base 2.14.0
_ZN14QgsApplication19layoutTemplatePathsEv@Base 3.4.5
_ZN14QgsApplication19mAuthDbDirPath30413E@Base 3.4.13
_ZN14QgsApplication19mQmlImportPath30413E@Base 3.4.13
_ZN14QgsApplication19mSystemEnvVars30413E@Base 3.4.13
_ZN14QgsApplication19mAuthDbDirPath30414E@Base 3.4.14
_ZN14QgsApplication19mQmlImportPath30414E@Base 3.4.14
_ZN14QgsApplication19mSystemEnvVars30414E@Base 3.4.14
_ZN14QgsApplication19paintEffectRegistryEv@Base 3.4.5
_ZN14QgsApplication19pluginLayerRegistryEv@Base 3.4.5
_ZN14QgsApplication19qgisSettingsDirPathEv@Base 2.0.1
......@@ -1468,9 +1469,9 @@ libqgis_core.so.3.4.13 #PACKAGE# #MINVER#
_ZN14QgsApplication21QGIS_APPLICATION_NAMEE@Base 2.4.0
_ZN14QgsApplication21developersMapFilePathEv@Base 2.8.0
_ZN14QgsApplication21gpsConnectionRegistryEv@Base 3.4.5
_ZN14QgsApplication21mBuildOutputPath30413E@Base 3.4.13
_ZN14QgsApplication21mBuildSourcePath30413E@Base 3.4.13
_ZN14QgsApplication21mDefaultSvgPaths30413E@Base 3.4.13
_ZN14QgsApplication21mBuildOutputPath30414E@Base 3.4.14
_ZN14QgsApplication21mBuildSourcePath30414E@Base 3.4.14
_ZN14QgsApplication21mDefaultSvgPaths30414E@Base 3.4.14
_ZN14QgsApplication21setNullRepresentationERK7QString@Base 3.4.5
_ZN14QgsApplication22QGIS_ORGANIZATION_NAMEE@Base 2.4.0
_ZN14QgsApplication22customVariablesChangedEv@Base 3.4.5
......@@ -1479,19 +1480,19 @@ libqgis_core.so.3.4.13 #PACKAGE# #MINVER#
_ZN14QgsApplication22rasterRendererRegistryEv@Base 3.4.5
_ZN14QgsApplication22setAuthDatabaseDirPathERK7QString@Base 3.4.5
_ZN14QgsApplication23applyGdalSkippedDriversEv@Base 2.0.1
_ZN14QgsApplication23mFileOpenEventList30413E@Base 3.4.13
_ZN14QgsApplication23mFileOpenEventList30414E@Base 3.4.14
_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
_ZN14QgsApplication25mRunningFromBuildDir30413E@Base 3.4.13
_ZN14QgsApplication25mRunningFromBuildDir30414E@Base 3.4.14
_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
_ZN14QgsApplication27mFileOpenEventReceiver30413E@Base 3.4.13
_ZN14QgsApplication27mFileOpenEventReceiver30414E@Base 3.4.14
_ZN14QgsApplication29networkContentFetcherRegistryEv@Base 3.4.5
_ZN14QgsApplication29requestForTranslatableObjectsEP21QgsTranslationContext@Base 3.4.5
_ZN14QgsApplication4initE7QString@Base 2.0.1
......@@ -14281,7 +14282,7 @@ libqgis_core.so.3.4.13 #PACKAGE# #MINVER#
(optional=templinst)_ZNSt6vectorISt10unique_ptrI13QgsLineStringSt14default_deleteIS1_EESaIS4_EE12emplace_backIJPS1_EEEvDpOT_@Base 3.4.5
(optional=templinst)_ZNSt6vectorISt10unique_ptrI13QgsLineStringSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJPS1_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_@Base 3.4.5
(optional=templinst|arch=armel armhf i386 x32)_ZNSt6vectorISt10unique_ptrI14QgsRasterBlockSt14default_deleteIS1_EESaIS4_EE17_M_default_appendEj@Base 3.4.13
(optional=templinst)_ZNSt6vectorISt10unique_ptrI14QgsRasterBlockSt14default_deleteIS1_EESaIS4_EE17_M_default_appendEm@Base 3.4.13
(optional=templinst|arch=amd64)_ZNSt6vectorISt10unique_ptrI14QgsRasterBlockSt14default_deleteIS1_EESaIS4_EE17_M_default_appendEm@Base 3.4.13
(optional=templinst)_ZNSt6vectorISt10unique_ptrI14QgsRasterBlockSt14default_deleteIS1_EESaIS4_EED1Ev@Base 3.4.13
(optional=templinst)_ZNSt6vectorISt10unique_ptrI14QgsRasterBlockSt14default_deleteIS1_EESaIS4_EED2Ev@Base 3.4.13
(optional=templinst)_ZNSt6vectorISt10unique_ptrI16QgsLabelPositionSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_@Base 3.4.9
......
# SymbolsHelper-Confirmed: 3.4.13 amd64 ppc64el x32
libqgis_gui.so.3.4.13 #PACKAGE# #MINVER#
# SymbolsHelper-Confirmed: 3.4.14 armel armhf i386
libqgis_gui.so.3.4.14 #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
......@@ -10131,6 +10131,7 @@ libqgis_gui.so.3.4.13 #PACKAGE# #MINVER#
(optional=templinst)_ZNSt6vectorIN22QgsAttributeTableModel9SortCacheESaIS1_EED1Ev@Base 3.4.5
(optional=templinst)_ZNSt6vectorIN22QgsAttributeTableModel9SortCacheESaIS1_EED2Ev@Base 3.4.5
(optional=templinst|subst)_ZNSt6vectorIiSaIiEE17_M_default_appendE{size_t}@Base 2.14.0
(optional=templinst)_ZSt4swapIN8QVariant7PrivateEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS6_ESt18is_move_assignableIS6_EEE5valueEvE4typeERS6_SG_@Base 3.4.14
_ZTI10QgsMapTool@Base 2.0.1
_ZTI10QgsSpinBox@Base 2.6.0
_ZTI11QgsAppStyle@Base 3.4.5
......