diff -Nru qtbase-opensource-src-5.5.1+dfsg/debian/changelog qtbase-opensource-src-5.5.1+dfsg/debian/changelog --- qtbase-opensource-src-5.5.1+dfsg/debian/changelog 2016-01-05 22:26:47.000000000 +0000 +++ qtbase-opensource-src-5.5.1+dfsg/debian/changelog 2016-02-05 07:19:20.000000000 +0000 @@ -1,3 +1,48 @@ +qtbase-opensource-src (5.5.1+dfsg-13ubuntu1) xenial; urgency=medium + + * Merge with Debian. + * debian/patches/series: move a patch to under correct subheading + * Backport XCB patch related to screen disconnection handling QTBUG-42985: + - xcb-fix-yet-another-crash-when-screens-are-disconnec.patch + * Remove transitional package qt5-qmake-cross-armhf. + + -- Timo Jyrinki Fri, 05 Feb 2016 07:18:59 +0000 + +qtbase-opensource-src (5.5.1+dfsg-13) unstable; urgency=medium + + * Fix URLs pointing to our "How to package Qt based stuff" page + (Closes: #810282). Thanks Jakob Haufe for the pointer. + * Merge platforms plugins back into libqt5gui5: libqt5egldeviceintegration5 + and libqt5xcbqpa5(Closes: #796956, #802715, #809172, #809176). + - Avoid creating shlibs and symbols files for the private libraries they + ship. + - Add lintian overrides for the plugins's private libs. See the override's + description for more info. + - Add proper Breaks+Replaces. + - Remove other mentions of them. + - Add a transitional dummy package for libqt5xcbqpa5 as it's the only one + which has rdeps. We can safely remove it after the rdeps are fixed + (they are manually added). + + -- Lisandro Damián Nicanor Pérez Meyer Wed, 20 Jan 2016 18:06:21 -0300 + +qtbase-opensource-src (5.5.1+dfsg-12) unstable; urgency=medium + + * Backport xcb_dont_select_XInput_events_on_root_window.patch + (Closes: #807528). + * Refresh patches. + * Backport xcb_fix_drag_and_drop_when_window_is_hidden.patch. + + -- Lisandro Damián Nicanor Pérez Meyer Wed, 06 Jan 2016 11:33:21 -0300 + +qtbase-opensource-src (5.5.1+dfsg-11) unstable; urgency=medium + + [ Adam Majer ] + * Backport an upstream patch to fix issue with multiple XCB + screens, each having multiple screens. (multiscreen.diff). + + -- Lisandro Damián Nicanor Pérez Meyer Tue, 05 Jan 2016 14:39:24 -0300 + qtbase-opensource-src (5.5.1+dfsg-10ubuntu2) xenial; urgency=medium * Revert libqt5gui5's relationship to libqt5xcbqpa5 from Recommends back diff -Nru qtbase-opensource-src-5.5.1+dfsg/debian/control qtbase-opensource-src-5.5.1+dfsg/debian/control --- qtbase-opensource-src-5.5.1+dfsg/debian/control 2016-01-05 22:25:31.000000000 +0000 +++ qtbase-opensource-src-5.5.1+dfsg/debian/control 2016-02-05 07:19:20.000000000 +0000 @@ -90,8 +90,12 @@ Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} -Depends: fontconfig, libqt5xcbqpa5, ${misc:Depends}, ${shlibs:Depends} +Depends: fontconfig, ${misc:Depends}, ${shlibs:Depends} Recommends: libqt5svg5 +Breaks: libqt5egldeviceintegration5 (<< 5.5.1+dfsg-13~), + libqt5xcbqpa5 (<< 5.5.1+dfsg-13~) +Replaces: libqt5egldeviceintegration5 (<< 5.5.1+dfsg-13~), + libqt5xcbqpa5 (<< 5.5.1+dfsg-13~) Suggests: libqt5libqgtk2, qt5-image-formats-plugins, qtwayland5 Description: Qt 5 GUI module Qt is a cross-platform C++ application framework. Qt's primary feature @@ -99,6 +103,17 @@ . The QtGui module extends QtCore with GUI functionality. +Package: libqt5xcbqpa5 +Architecture: any +Section: oldlibs +Depends: libqt5gui5, ${misc:Depends} +Description: transitional dummy package for the XCB platform plugin + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This is a transitional dummy package for the XCB platform plugin which can be + safely removed. + Package: libqt5libqgtk2 Architecture: any Multi-Arch: same @@ -284,35 +299,6 @@ The QtPrintSupport module provides classes to make printing easier and portable. -Package: libqt5egldeviceintegration5 -Architecture: linux-any -Multi-Arch: same -Pre-Depends: ${misc:Pre-Depends} -Depends: ${misc:Depends}, ${shlibs:Depends} -Breaks: libqt5gui5 (<< 5.5.0~) -Replaces: libqt5gui5 (<< 5.5.0~) -Description: Qt 5 EGL device integration - Qt is a cross-platform C++ application framework. Qt's primary feature - is its rich set of widgets that provide standard GUI functionality. - . - This module provides integration with different EGL devices through - specific plugins for kms, x11, etc. - -Package: libqt5xcbqpa5 -Architecture: any -Multi-Arch: same -Pre-Depends: ${misc:Pre-Depends} -Depends: ${misc:Depends}, ${shlibs:Depends} -Breaks: libqt5gui5 (<< 5.5.0~), libqt5gui5-gles (<< 5.5.0~) -Replaces: libqt5gui5 (<< 5.5.0~), libqt5gui5-gles (<< 5.5.0~) -Description: Qt 5 XCB platform module - Qt is a cross-platform C++ application framework. Qt's primary feature - is its rich set of widgets that provide standard GUI functionality. - . - This module provides XCB integration used on regular desktop Linux platforms. - Applications that can't work in anything but X should consider depending on - this lib. - Package: qtbase5-dev Architecture: any Multi-Arch: same @@ -323,14 +309,12 @@ libqt5concurrent5 (= ${binary:Version}), libqt5core5a (= ${binary:Version}), libqt5dbus5 (= ${binary:Version}), - libqt5egldeviceintegration5 (= ${binary:Version}) [linux-any], libqt5gui5 (= ${binary:Version}), libqt5network5 (= ${binary:Version}), libqt5printsupport5 (= ${binary:Version}), libqt5sql5 (= ${binary:Version}), libqt5test5 (= ${binary:Version}), libqt5widgets5 (= ${binary:Version}), - libqt5xcbqpa5 (= ${binary:Version}), libqt5xml5 (= ${binary:Version}), libxext-dev, qt5-qmake (= ${binary:Version}), @@ -352,7 +336,7 @@ applications. . If you are interested in packaging Qt 5 stuff please take a look at - http://pkg-kde.alioth.debian.org/packagingqtstuff.html + http://pkg-kde.alioth.debian.org/packagingqtbasedstuff.html Package: qtbase5-private-dev Architecture: any @@ -422,18 +406,6 @@ . This package contains also these platform specifications. -Package: qt5-qmake-cross-armhf -Architecture: amd64 i386 -Multi-Arch: same -Section: oldlibs -Depends: qt5-qmake-arm-linux-gnueabihf, ${misc:Depends} -Description: Transitional dummy package for qt5-qmake-arm-linux-gnueabihf - Qt is a cross-platform C++ application framework. Qt's primary feature - is its rich set of widgets that provide standard GUI functionality. - . - This is a transitional dummy package for qt5-qmake-arm-linux-gnueabihf - which can be safely removed. - Package: qt5-qmake-arm-linux-gnueabihf Architecture: amd64 i386 Multi-Arch: same @@ -530,7 +502,7 @@ installations from being used. . This package should not be used for building Debian packages. Take a - look at http://pkg-kde.alioth.debian.org/packagingqtstuff.html for + look at http://pkg-kde.alioth.debian.org/packagingqtbasedstuff.html for more information. Package: qtbase5-doc-html diff -Nru qtbase-opensource-src-5.5.1+dfsg/debian/libqt5egldeviceintegration5.install qtbase-opensource-src-5.5.1+dfsg/debian/libqt5egldeviceintegration5.install --- qtbase-opensource-src-5.5.1+dfsg/debian/libqt5egldeviceintegration5.install 2016-01-04 07:04:52.000000000 +0000 +++ qtbase-opensource-src-5.5.1+dfsg/debian/libqt5egldeviceintegration5.install 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -usr/lib/*/libQt5EglDeviceIntegration.so.* -usr/lib/*/qt5/plugins/egldeviceintegrations/* -usr/lib/*/qt5/plugins/platforms/libqeglfs.so diff -Nru qtbase-opensource-src-5.5.1+dfsg/debian/libqt5egldeviceintegration5.lintian-overrides qtbase-opensource-src-5.5.1+dfsg/debian/libqt5egldeviceintegration5.lintian-overrides --- qtbase-opensource-src-5.5.1+dfsg/debian/libqt5egldeviceintegration5.lintian-overrides 2016-01-04 07:04:52.000000000 +0000 +++ qtbase-opensource-src-5.5.1+dfsg/debian/libqt5egldeviceintegration5.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -# This dependency has been added to track external packages building against -# our private headers. It is ok if internal packages depend on the ABI one. -libqt5egldeviceintegration5: symbols-declares-dependency-on-other-package qtbase-abi-5-5-1 diff -Nru qtbase-opensource-src-5.5.1+dfsg/debian/libqt5egldeviceintegration5.symbols qtbase-opensource-src-5.5.1+dfsg/debian/libqt5egldeviceintegration5.symbols --- qtbase-opensource-src-5.5.1+dfsg/debian/libqt5egldeviceintegration5.symbols 2016-01-04 07:04:52.000000000 +0000 +++ qtbase-opensource-src-5.5.1+dfsg/debian/libqt5egldeviceintegration5.symbols 1970-01-01 00:00:00.000000000 +0000 @@ -1,186 +0,0 @@ -# SymbolsHelper-Confirmed: 5.5.0 amd64 arm64 armhf i386 powerpc ppc64el -libQt5EglDeviceIntegration.so.5 libqt5egldeviceintegration5 #MINVER# -| libqt5egldeviceintegration5 #MINVER#, qtbase-abi-5-5-1 - _Z25qt_egl_device_integrationv@Base 5.5.0 - _ZN12QEglFSScreen17setPrimarySurfaceEPv@Base 5.5.0 - _ZN12QEglFSScreenC1EPv@Base 5.5.0 - _ZN12QEglFSScreenC2EPv@Base 5.5.0 - _ZN12QEglFSScreenD0Ev@Base 5.5.0 - _ZN12QEglFSScreenD1Ev@Base 5.5.0 - _ZN12QEglFSScreenD2Ev@Base 5.5.0 - _ZN12QEglFSWindow10setVisibleEb@Base 5.5.0 - _ZN12QEglFSWindow11setGeometryERK5QRect@Base 5.5.0 - _ZN12QEglFSWindow12resetSurfaceEv@Base 5.5.0 - _ZN12QEglFSWindow17invalidateSurfaceEv@Base 5.5.0 - _ZN12QEglFSWindow21requestActivateWindowEv@Base 5.5.0 - _ZN12QEglFSWindow5lowerEv@Base 5.5.0 - _ZN12QEglFSWindow5raiseEv@Base 5.5.0 - _ZN12QEglFSWindow6createEv@Base 5.5.0 - _ZN12QEglFSWindow7destroyEv@Base 5.5.0 - _ZN12QEglFSWindowC1EP7QWindow@Base 5.5.0 - _ZN12QEglFSWindowC2EP7QWindow@Base 5.5.0 - _ZN12QEglFSWindowD0Ev@Base 5.5.0 - _ZN12QEglFSWindowD1Ev@Base 5.5.0 - _ZN12QEglFSWindowD2Ev@Base 5.5.0 - _ZN13QEglFSContext11swapBuffersEP16QPlatformSurface@Base 5.5.0 1 - _ZN13QEglFSContext28eglSurfaceForPlatformSurfaceEP16QPlatformSurface@Base 5.5.0 1 - _ZN13QEglFSContext31createTemporaryOffscreenSurfaceEv@Base 5.5.0 - _ZN13QEglFSContext32destroyTemporaryOffscreenSurfaceEPv@Base 5.5.0 - _ZN13QEglFSContextC1ERK14QSurfaceFormatP22QPlatformOpenGLContextPvPS5_RK8QVariant@Base 5.5.0 1 - _ZN13QEglFSContextC2ERK14QSurfaceFormatP22QPlatformOpenGLContextPvPS5_RK8QVariant@Base 5.5.0 1 - _ZN13QFontEngineFT11boundingBoxERK12QGlyphLayout@Base 5.5.0 1 - _ZN13QFontEngineFT11boundingBoxEj@Base 5.5.0 1 - _ZN13QFontEngineFT11boundingBoxEjRK10QTransform@Base 5.5.0 1 - _ZN13QFontEngineFT12loadGlyphForEj6QFixedN11QFontEngine11GlyphFormatERK10QTransformb@Base 5.5.0 1 - _ZN13QFontEngineFT12loadGlyphSetERK10QTransform@Base 5.5.0 1 - _ZN13QFontEngineFT15addGlyphsToPathEPjP11QFixedPointiP12QPainterPath6QFlagsIN9QTextItem10RenderFlagEE@Base 5.5.0 1 - _ZN13QFontEngineFT16addOutlineToPathEddRK12QGlyphLayoutP12QPainterPath6QFlagsIN9QTextItem10RenderFlagEE@Base 5.5.0 1 - _ZN13QFontEngineFT16alphaMapForGlyphEj6QFixed@Base 5.5.0 1 - _ZN13QFontEngineFT16alphaMapForGlyphEj6QFixedRK10QTransform@Base 5.5.0 1 - _ZN13QFontEngineFT16getUnscaledGlyphEjP12QPainterPathP15glyph_metrics_t@Base 5.5.0 1 - _ZN13QFontEngineFT17getPointInOutlineEjijP6QFixedS1_Pj@Base 5.5.0 1 - _ZN13QFontEngineFT18initFromFontEngineEPKS_@Base 5.5.0 1 - _ZN13QFontEngineFT19alphaMapBoundingBoxEj6QFixedRK10QTransformN11QFontEngine11GlyphFormatE@Base 5.5.0 1 - _ZN13QFontEngineFT19alphaRGBMapForGlyphEj6QFixedRK10QTransform@Base 5.5.0 1 - _ZN13QFontEngineFT19setDefaultHintStyleEN11QFontEngine9HintStyleE@Base 5.5.0 1 - _ZN13QFontEngineFT20removeGlyphFromCacheEj@Base 5.5.0 1 - _ZN13QFontEngineFT22lockedAlphaMapForGlyphEj6QFixedN11QFontEngine11GlyphFormatERK10QTransformP6QPoint@Base 5.5.0 1 - _ZN13QFontEngineFT22unlockAlphaMapForGlyphEv@Base 5.5.0 1 - _ZN13QFontEngineFT4initEN11QFontEngine6FaceIdEbNS0_11GlyphFormatEP13QFreetypeFace@Base 5.5.0 1 - _ZN13QFontEngineFT4initEN11QFontEngine6FaceIdEbNS0_11GlyphFormatERK10QByteArray@Base 5.5.0 1 - _ZN13QFontEngineFT5GlyphD1Ev@Base 5.5.0 1 - _ZN13QFontEngineFT5GlyphD2Ev@Base 5.5.0 1 - _ZN13QFontEngineFT9QGlyphSet20removeGlyphFromCacheEj6QFixed@Base 5.5.0 1 - _ZN13QFontEngineFT9QGlyphSet5clearEv@Base 5.5.0 1 - _ZN13QFontEngineFT9QGlyphSet8setGlyphEj6QFixedPNS_5GlyphE@Base 5.5.0 1 - _ZN13QFontEngineFT9QGlyphSetC1Ev@Base 5.5.0 1 - _ZN13QFontEngineFT9QGlyphSetC2Ev@Base 5.5.0 1 - _ZN13QFontEngineFT9QGlyphSetD1Ev@Base 5.5.0 1 - _ZN13QFontEngineFT9QGlyphSetD2Ev@Base 5.5.0 1 - _ZN13QFontEngineFTC1ERK8QFontDef@Base 5.5.0 1 - _ZN13QFontEngineFTC2ERK8QFontDef@Base 5.5.0 1 - _ZN13QFontEngineFTD0Ev@Base 5.5.0 1 - _ZN13QFontEngineFTD1Ev@Base 5.5.0 1 - _ZN13QFontEngineFTD2Ev@Base 5.5.0 1 - _ZN17QEglFSIntegration10initializeEv@Base 5.5.0 - _ZN17QEglFSIntegration12chooseConfigEPvRK14QSurfaceFormat@Base 5.5.0 - _ZN17QEglFSIntegration12removeScreenEP15QPlatformScreen@Base 5.5.0 1 - _ZN17QEglFSIntegration7destroyEv@Base 5.5.0 - _ZN17QEglFSIntegration9addScreenEP15QPlatformScreen@Base 5.5.0 1 - _ZN17QEglFSIntegrationC1Ev@Base 5.5.0 - _ZN17QEglFSIntegrationC2Ev@Base 5.5.0 - _ZN21QEGLDeviceIntegration10screenInitEv@Base 5.5.0 - _ZN21QEGLDeviceIntegration12platformInitEv@Base 5.5.0 - _ZN21QEGLDeviceIntegration13presentBufferEP16QPlatformSurface@Base 5.5.0 1 - _ZN21QEGLDeviceIntegration13screenDestroyEv@Base 5.5.0 - _ZN21QEGLDeviceIntegration15platformDestroyEv@Base 5.5.0 - _ZN21QEGLDeviceIntegration17usesDefaultScreenEv@Base 5.5.0 - _ZN21QEGLDeviceIntegration18createNativeWindowEP15QPlatformWindowRK5QSizeRK14QSurfaceFormat@Base 5.5.0 1 - _ZN21QEGLDeviceIntegration19destroyNativeWindowEm@Base 5.5.0 - _ZN21QEGLDeviceIntegration27createNativeOffscreenWindowERK14QSurfaceFormat@Base 5.5.0 - _ZN21QEglFSOffscreenWindowC1EPvRK14QSurfaceFormatP17QOffscreenSurface@Base 5.5.0 - _ZN21QEglFSOffscreenWindowC2EPvRK14QSurfaceFormatP17QOffscreenSurface@Base 5.5.0 - _ZN21QEglFSOffscreenWindowD0Ev@Base 5.5.0 - _ZN21QEglFSOffscreenWindowD1Ev@Base 5.5.0 - _ZN21QEglFSOffscreenWindowD2Ev@Base 5.5.0 - _ZN27QEGLDeviceIntegrationPlugin11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.5.0 - _ZN27QEGLDeviceIntegrationPlugin11qt_metacastEPKc@Base 5.5.0 - _ZN27QEGLDeviceIntegrationPlugin16staticMetaObjectE@Base 5.5.0 - _ZN28QEGLDeviceIntegrationFactory4keysERK7QString@Base 5.5.0 - _ZN28QEGLDeviceIntegrationFactory6createERK7QStringS2_@Base 5.5.0 - _ZNK12QEglFSScreen10logicalDpiEv@Base 5.5.0 - _ZNK12QEglFSScreen11orientationEv@Base 5.5.0 - _ZNK12QEglFSScreen11refreshRateEv@Base 5.5.0 - _ZNK12QEglFSScreen12physicalSizeEv@Base 5.5.0 - _ZNK12QEglFSScreen17nativeOrientationEv@Base 5.5.0 - _ZNK12QEglFSScreen5depthEv@Base 5.5.0 - _ZNK12QEglFSScreen6cursorEv@Base 5.5.0 - _ZNK12QEglFSScreen6formatEv@Base 5.5.0 - _ZNK12QEglFSScreen8geometryEv@Base 5.5.0 - _ZNK12QEglFSWindow6formatEv@Base 5.5.0 - _ZNK12QEglFSWindow6screenEv@Base 5.5.0 - _ZNK12QEglFSWindow7surfaceEv@Base 5.5.0 - _ZNK12QEglFSWindow8geometryEv@Base 5.5.0 - _ZNK12QEglFSWindow9eglWindowEv@Base 5.5.0 - _ZNK13QFontEngineFT10glyphCountEv@Base 5.5.0 1 - _ZNK13QFontEngineFT10glyphIndexEj@Base 5.5.0 1 - _ZNK13QFontEngineFT10propertiesEv@Base 5.5.0 1 - _ZNK13QFontEngineFT10unlockFaceEv@Base 5.5.0 1 - _ZNK13QFontEngineFT11synthesizedEv@Base 5.5.0 1 - _ZNK13QFontEngineFT12emSquareSizeEv@Base 5.5.0 1 - _ZNK13QFontEngineFT12maxCharWidthEv@Base 5.5.0 1 - _ZNK13QFontEngineFT12stringToCMapEPK5QChariP12QGlyphLayoutPi6QFlagsIN11QFontEngine10ShaperFlagEE@Base 5.5.0 1 - _ZNK13QFontEngineFT13cloneWithSizeEd@Base 5.5.0 1 - _ZNK13QFontEngineFT13lineThicknessEv@Base 5.5.0 1 - _ZNK13QFontEngineFT14minLeftBearingEv@Base 5.5.0 1 - _ZNK13QFontEngineFT14recalcAdvancesEP12QGlyphLayout6QFlagsIN11QFontEngine10ShaperFlagEE@Base 5.5.0 1 - _ZNK13QFontEngineFT15minRightBearingEv@Base 5.5.0 1 - _ZNK13QFontEngineFT15non_locked_faceEv@Base 5.5.0 1 - _ZNK13QFontEngineFT16averageCharWidthEv@Base 5.5.0 1 - _ZNK13QFontEngineFT16getSfntTableDataEjPhPj@Base 5.5.0 1 - _ZNK13QFontEngineFT17underlinePositionEv@Base 5.5.0 1 - _ZNK13QFontEngineFT22shouldUseDesignMetricsE6QFlagsIN11QFontEngine10ShaperFlagEE@Base 5.5.0 1 - _ZNK13QFontEngineFT22supportsTransformationERK10QTransform@Base 5.5.0 1 - _ZNK13QFontEngineFT6ascentEv@Base 5.5.0 1 - _ZNK13QFontEngineFT6faceIdEv@Base 5.5.0 1 - _ZNK13QFontEngineFT7descentEv@Base 5.5.0 1 - _ZNK13QFontEngineFT7leadingEv@Base 5.5.0 1 - _ZNK13QFontEngineFT7xHeightEv@Base 5.5.0 1 - _ZNK13QFontEngineFT8lockFaceENS_7ScalingE@Base 5.5.0 1 - _ZNK13QFontEngineFT9doKerningEP12QGlyphLayout6QFlagsIN11QFontEngine10ShaperFlagEE@Base 5.5.0 1 - _ZNK13QFontEngineFT9loadFlagsEPNS_9QGlyphSetEN11QFontEngine11GlyphFormatEiRbRi@Base 5.5.0 1 - _ZNK13QFontEngineFT9loadGlyphEPNS_9QGlyphSetEj6QFixedN11QFontEngine11GlyphFormatEb@Base 5.5.0 1 - _ZNK17QEglFSIntegration12createWindowEP7QWindow@Base 5.5.0 - _ZNK17QEglFSIntegration13createContextERK14QSurfaceFormatP22QPlatformOpenGLContextPvP8QVariant@Base 5.5.0 1 - _ZNK17QEglFSIntegration13hasCapabilityEN20QPlatformIntegration10CapabilityE@Base 5.5.0 1 - _ZNK17QEglFSIntegration13nativeDisplayEv@Base 5.5.0 - _ZNK17QEglFSIntegration22createOffscreenSurfaceEPvRK14QSurfaceFormatP17QOffscreenSurface@Base 5.5.0 - _ZNK21QEGLDeviceIntegration10logicalDpiEv@Base 5.5.0 - _ZNK21QEGLDeviceIntegration10screenSizeEv@Base 5.5.0 - _ZNK21QEGLDeviceIntegration11orientationEv@Base 5.5.0 - _ZNK21QEGLDeviceIntegration11refreshRateEv@Base 5.5.0 - _ZNK21QEGLDeviceIntegration11screenDepthEv@Base 5.5.0 - _ZNK21QEGLDeviceIntegration12createCursorEP15QPlatformScreen@Base 5.5.0 1 - _ZNK21QEGLDeviceIntegration12fbDeviceNameEv@Base 5.5.0 - _ZNK21QEGLDeviceIntegration12filterConfigEPvS0_@Base 5.5.0 - _ZNK21QEGLDeviceIntegration12screenFormatEv@Base 5.5.0 - _ZNK21QEGLDeviceIntegration12waitForVSyncEP16QPlatformSurface@Base 5.5.0 1 - _ZNK21QEGLDeviceIntegration13hasCapabilityEN20QPlatformIntegration10CapabilityE@Base 5.5.0 1 - _ZNK21QEGLDeviceIntegration15platformDisplayEv@Base 5.5.0 - _ZNK21QEGLDeviceIntegration16framebufferIndexEv@Base 5.5.0 - _ZNK21QEGLDeviceIntegration16supportsPBuffersEv@Base 5.5.0 - _ZNK21QEGLDeviceIntegration16surfaceFormatForERK14QSurfaceFormat@Base 5.5.0 - _ZNK21QEGLDeviceIntegration17nativeOrientationEv@Base 5.5.0 - _ZNK21QEGLDeviceIntegration18physicalScreenSizeEv@Base 5.5.0 - _ZNK27QEGLDeviceIntegrationPlugin10metaObjectEv@Base 5.5.0 - _ZTI12QEglFSScreen@Base 5.5.0 - _ZTI12QEglFSWindow@Base 5.5.0 - _ZTI13QEglFSContext@Base 5.5.0 - _ZTI13QFontEngineFT@Base 5.5.0 1 - _ZTI16QOpenGLFunctions@Base 5.5.0 - _ZTI17QEglFSIntegration@Base 5.5.0 - _ZTI21QEGLDeviceIntegration@Base 5.5.0 - _ZTI21QEglFSOffscreenWindow@Base 5.5.0 - _ZTI27QEGLDeviceIntegrationPlugin@Base 5.5.0 - _ZTI27QEventDispatcherGlibPrivate@Base 5.5.0 1 - _ZTI31QAbstractEventDispatcherPrivate@Base 5.5.0 1 - _ZTS12QEglFSScreen@Base 5.5.0 - _ZTS12QEglFSWindow@Base 5.5.0 - _ZTS13QEglFSContext@Base 5.5.0 - _ZTS13QFontEngineFT@Base 5.5.0 1 - _ZTS16QOpenGLFunctions@Base 5.5.0 - _ZTS17QEglFSIntegration@Base 5.5.0 - _ZTS21QEGLDeviceIntegration@Base 5.5.0 - _ZTS21QEglFSOffscreenWindow@Base 5.5.0 - _ZTS27QEGLDeviceIntegrationPlugin@Base 5.5.0 - _ZTS27QEventDispatcherGlibPrivate@Base 5.5.0 1 - _ZTS31QAbstractEventDispatcherPrivate@Base 5.5.0 1 - _ZTV12QEglFSScreen@Base 5.5.0 - _ZTV12QEglFSWindow@Base 5.5.0 - _ZTV13QEglFSContext@Base 5.5.0 - _ZTV13QFontEngineFT@Base 5.5.0 1 - _ZTV17QEglFSIntegration@Base 5.5.0 - _ZTV21QEGLDeviceIntegration@Base 5.5.0 - _ZTV21QEglFSOffscreenWindow@Base 5.5.0 - _ZTV27QEGLDeviceIntegrationPlugin@Base 5.5.0 - _ZTV31QAbstractEventDispatcherPrivate@Base 5.5.0 1 diff -Nru qtbase-opensource-src-5.5.1+dfsg/debian/libqt5gui5.install-common qtbase-opensource-src-5.5.1+dfsg/debian/libqt5gui5.install-common --- qtbase-opensource-src-5.5.1+dfsg/debian/libqt5gui5.install-common 2016-01-04 07:04:52.000000000 +0000 +++ qtbase-opensource-src-5.5.1+dfsg/debian/libqt5gui5.install-common 2016-02-05 07:19:20.000000000 +0000 @@ -1,4 +1,5 @@ usr/lib/*/libQt5Gui.so.* +usr/lib/*/libQt5XcbQpa.so.* usr/lib/*/qt5/plugins/generic/libqtuiotouchplugin.so usr/lib/*/qt5/plugins/imageformats/libqgif.so usr/lib/*/qt5/plugins/imageformats/libqico.so @@ -7,3 +8,5 @@ usr/lib/*/qt5/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so usr/lib/*/qt5/plugins/platforms/libqminimal.so usr/lib/*/qt5/plugins/platforms/libqoffscreen.so +usr/lib/*/qt5/plugins/platforms/libqxcb.so +usr/lib/*/qt5/plugins/xcbglintegrations/* diff -Nru qtbase-opensource-src-5.5.1+dfsg/debian/libqt5gui5.install-linux qtbase-opensource-src-5.5.1+dfsg/debian/libqt5gui5.install-linux --- qtbase-opensource-src-5.5.1+dfsg/debian/libqt5gui5.install-linux 2016-01-04 07:04:52.000000000 +0000 +++ qtbase-opensource-src-5.5.1+dfsg/debian/libqt5gui5.install-linux 2016-02-05 07:19:20.000000000 +0000 @@ -1,7 +1,10 @@ +usr/lib/*/libQt5EglDeviceIntegration.so.* +usr/lib/*/qt5/plugins/egldeviceintegrations/* usr/lib/*/qt5/plugins/generic/libqevdevkeyboardplugin.so usr/lib/*/qt5/plugins/generic/libqevdevmouseplugin.so usr/lib/*/qt5/plugins/generic/libqevdevtabletplugin.so usr/lib/*/qt5/plugins/generic/libqevdevtouchplugin.so usr/lib/*/qt5/plugins/generic/libqlibinputplugin.so +usr/lib/*/qt5/plugins/platforms/libqeglfs.so usr/lib/*/qt5/plugins/platforms/libqlinuxfb.so usr/lib/*/qt5/plugins/platforms/libqminimalegl.so diff -Nru qtbase-opensource-src-5.5.1+dfsg/debian/libqt5gui5.lintian-overrides qtbase-opensource-src-5.5.1+dfsg/debian/libqt5gui5.lintian-overrides --- qtbase-opensource-src-5.5.1+dfsg/debian/libqt5gui5.lintian-overrides 2016-01-04 07:04:52.000000000 +0000 +++ qtbase-opensource-src-5.5.1+dfsg/debian/libqt5gui5.lintian-overrides 2016-02-05 07:19:20.000000000 +0000 @@ -1,3 +1,21 @@ # This dependency has been added to track external packages building against # our private headers. It is ok if internal packages depend on the ABI one. libqt5gui5: symbols-declares-dependency-on-other-package qtbase-abi-5-5-1 +# libQt5EglDeviceIntegration and libQt5XcbQpa are actually private libraries +# *only* used by their respective platforms plugins. Sadly instead of being +# installed into a proper place like /usr/lib//qt5/ they are +# being installed into /usr/lib/. +# We are not shipping headers for them and the only binaries that depend on +# them are shipped within this very same binary package, so it's safe to +# override this Lintian warning. +libqt5gui5: shlib-missing-in-control-file libQt5EglDeviceIntegration 5 for usr/lib/*/libQt5EglDeviceIntegration.so.5.* +libqt5gui5: shlib-missing-in-control-file libQt5XcbQpa 5 for usr/lib/*/libQt5XcbQpa.so.5.* +# libQt5EglDeviceIntegration and libQt5XcbQpa are actually private libraries +# *only* used by their respective platforms plugins. Sadly instead of being +# installed into a proper place like /usr/lib//qt5/ they are +# being installed into /usr/lib/. +# We are not shipping headers for them and the only binaries that depend on +# them are shipped within this very same binary package, so it's safe to +# override this Lintian warning. +libqt5gui5: shlib-missing-in-symbols-control-file libQt5EglDeviceIntegration 5 for usr/lib/*/libQt5EglDeviceIntegration.so.5.* +libqt5gui5: shlib-missing-in-symbols-control-file libQt5XcbQpa 5 for usr/lib/*/libQt5XcbQpa.so.5.* diff -Nru qtbase-opensource-src-5.5.1+dfsg/debian/libqt5xcbqpa5.install qtbase-opensource-src-5.5.1+dfsg/debian/libqt5xcbqpa5.install --- qtbase-opensource-src-5.5.1+dfsg/debian/libqt5xcbqpa5.install 2016-01-04 07:04:52.000000000 +0000 +++ qtbase-opensource-src-5.5.1+dfsg/debian/libqt5xcbqpa5.install 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -usr/lib/*/libQt5XcbQpa.so.* -usr/lib/*/qt5/plugins/platforms/libqxcb.so -usr/lib/*/qt5/plugins/xcbglintegrations/* diff -Nru qtbase-opensource-src-5.5.1+dfsg/debian/libqt5xcbqpa5.lintian-overrides qtbase-opensource-src-5.5.1+dfsg/debian/libqt5xcbqpa5.lintian-overrides --- qtbase-opensource-src-5.5.1+dfsg/debian/libqt5xcbqpa5.lintian-overrides 2016-01-04 07:04:52.000000000 +0000 +++ qtbase-opensource-src-5.5.1+dfsg/debian/libqt5xcbqpa5.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -# This dependency has been added to track external packages building against -# our private headers. It is ok if internal packages depend on the ABI one. -libqt5xcbqpa5: symbols-declares-dependency-on-other-package qtbase-abi-5-5-1 diff -Nru qtbase-opensource-src-5.5.1+dfsg/debian/libqt5xcbqpa5.symbols qtbase-opensource-src-5.5.1+dfsg/debian/libqt5xcbqpa5.symbols --- qtbase-opensource-src-5.5.1+dfsg/debian/libqt5xcbqpa5.symbols 2016-01-04 07:04:52.000000000 +0000 +++ qtbase-opensource-src-5.5.1+dfsg/debian/libqt5xcbqpa5.symbols 1970-01-01 00:00:00.000000000 +0000 @@ -1,415 +0,0 @@ -# SymbolsHelper-Confirmed: 5.5.1 amd64 arm64 armhf i386 powerpc ppc64el -libQt5XcbQpa.so.5 libqt5xcbqpa5 #MINVER# -| libqt5xcbqpa5 #MINVER#, qtbase-abi-5-5-1 - _Z20QT_XCB_GLINTEGRATIONv@Base 5.5.0 - _ZN10QXcbScreen11windowShownEP10QXcbWindow@Base 5.5.0 - _ZN10QXcbScreen14readXResourcesEv@Base 5.5.0 - _ZN10QXcbScreen14updateGeometryERK5QRecth@Base 5.5.0 - _ZN10QXcbScreen14updateGeometryEj@Base 5.5.0 - _ZN10QXcbScreen17updateRefreshRateEj@Base 5.5.0 - _ZN10QXcbScreen18handleScreenChangeEP38xcb_randr_screen_change_notify_event_t@Base 5.5.0 - _ZN10QXcbScreen9xResourceERK10QByteArrayS2_RS0_@Base 5.5.0 - _ZN10QXcbScreenC1EP14QXcbConnectionP18QXcbVirtualDesktopjP33xcb_randr_get_output_info_reply_t7QString@Base 5.5.0 - _ZN10QXcbScreenC2EP14QXcbConnectionP18QXcbVirtualDesktopjP33xcb_randr_get_output_info_reply_t7QString@Base 5.5.0 - _ZN10QXcbScreenD0Ev@Base 5.5.0 - _ZN10QXcbScreenD1Ev@Base 5.5.0 - _ZN10QXcbScreenD2Ev@Base 5.5.0 - _ZN10QXcbWindow10doFocusOutEv@Base 5.5.0 - _ZN10QXcbWindow10setOpacityEd@Base 5.5.0 - _ZN10QXcbWindow10setVisibleEb@Base 5.5.0 - _ZN10QXcbWindow11netWmStatesEv@Base 5.5.0 - _ZN10QXcbWindow11setGeometryERK5QRect@Base 5.5.0 - _ZN10QXcbWindow11windowEventEP6QEvent@Base 5.5.0 - _ZN10QXcbWindow12parentScreenEv@Base 5.5.0 - _ZN10QXcbWindow13setAlertStateEb@Base 5.5.0 - _ZN10QXcbWindow13setWindowIconERK5QIcon@Base 5.5.0 - _ZN10QXcbWindow14maybeSetScreenEP10QXcbScreen@Base 5.5.0 - _ZN10QXcbWindow14setNetWmStatesE6QFlagsINS_10NetWmStateEE@Base 5.5.0 - _ZN10QXcbWindow14setWindowFlagsE6QFlagsIN2Qt10WindowTypeEE@Base 5.5.0 - _ZN10QXcbWindow14setWindowStateEN2Qt11WindowStateE@Base 5.5.0 - _ZN10QXcbWindow14setWindowTitleERK7QString@Base 5.5.0 - _ZN10QXcbWindow14visualIdStaticEP7QWindow@Base 5.5.0 - _ZN10QXcbWindow15setWmWindowTypeE6QFlagsIN19QXcbWindowFunctions12WmWindowTypeEES0_IN2Qt10WindowTypeEE@Base 5.5.1 - _ZN10QXcbWindow16changeNetWmStateEbjj@Base 5.5.0 - _ZN10QXcbWindow16handleMouseEventEjRK6QPointS2_6QFlagsIN2Qt16KeyboardModifierEE@Base 5.5.0 - _ZN10QXcbWindow17handleExposeEventEPK18xcb_expose_event_t@Base 5.5.0 - _ZN10QXcbWindow17sendXEmbedMessageEjjjjj@Base 5.5.0 - _ZN10QXcbWindow17startSystemResizeERK6QPointN2Qt6CornerE@Base 5.5.0 - _ZN10QXcbWindow18handleFocusInEventEPK20xcb_focus_in_event_t@Base 5.5.0 - _ZN10QXcbWindow18handleGenericEventEP19xcb_generic_event_tPl@Base 5.5.0 - _ZN10QXcbWindow18handleXIMouseEventEP14xcb_ge_event_t@Base 5.5.0 - _ZN10QXcbWindow18propagateSizeHintsEv@Base 5.5.0 - _ZN10QXcbWindow19handleFocusOutEventEPK20xcb_focus_in_event_t@Base 5.5.0 - _ZN10QXcbWindow19handleXEmbedMessageEPK26xcb_client_message_event_t@Base 5.5.0 - _ZN10QXcbWindow19setMotifWindowFlagsE6QFlagsIN2Qt10WindowTypeEE@Base 5.5.0 - _ZN10QXcbWindow19setMouseGrabEnabledEb@Base 5.5.0 - _ZN10QXcbWindow19updateNetWmUserTimeEj@Base 5.5.0 - _ZN10QXcbWindow20handleMapNotifyEventEPK22xcb_map_notify_event_t@Base 5.5.0 - _ZN10QXcbWindow21postSyncWindowRequestEv@Base 5.5.0 - _ZN10QXcbWindow21requestActivateWindowEv@Base 5.5.0 - _ZN10QXcbWindow21setWmWindowTypeStaticEP7QWindow6QFlagsIN19QXcbWindowFunctions12WmWindowTypeEE@Base 5.5.0 - _ZN10QXcbWindow22handleButtonPressEventEPK24xcb_button_press_event_t@Base 5.5.0 - _ZN10QXcbWindow22handleButtonPressEventEiiiii6QFlagsIN2Qt16KeyboardModifierEEj@Base 5.5.0 - _ZN10QXcbWindow22handleEnterNotifyEventEPK24xcb_enter_notify_event_t@Base 5.5.0 - _ZN10QXcbWindow22handleLeaveNotifyEventEPK24xcb_enter_notify_event_t@Base 5.5.0 - _ZN10QXcbWindow22handleUnmapNotifyEventEPK24xcb_unmap_notify_event_t@Base 5.5.0 - _ZN10QXcbWindow22setKeyboardGrabEnabledEb@Base 5.5.0 - _ZN10QXcbWindow23handleMotionNotifyEventEPK25xcb_motion_notify_event_t@Base 5.5.0 - _ZN10QXcbWindow23handleMotionNotifyEventEiiii6QFlagsIN2Qt16KeyboardModifierEEj@Base 5.5.0 - _ZN10QXcbWindow24handleButtonReleaseEventEPK24xcb_button_press_event_t@Base 5.5.0 - _ZN10QXcbWindow24handleButtonReleaseEventEiiiii6QFlagsIN2Qt16KeyboardModifierEEj@Base 5.5.0 - _ZN10QXcbWindow24handleClientMessageEventEPK26xcb_client_message_event_t@Base 5.5.0 - _ZN10QXcbWindow24updateDoesNotAcceptFocusEb@Base 5.5.0 - _ZN10QXcbWindow24updateSyncRequestCounterEv@Base 5.5.0 - _ZN10QXcbWindow25handlePropertyNotifyEventEPK27xcb_property_notify_event_t@Base 5.5.0 - _ZN10QXcbWindow25updateNetWmStateBeforeMapEv@Base 5.5.0 - _ZN10QXcbWindow26handleConfigureNotifyEventEPK28xcb_configure_notify_event_t@Base 5.5.0 - _ZN10QXcbWindow27updateMotifWmHintsBeforeMapEv@Base 5.5.0 - _ZN10QXcbWindow28setTransparentForMouseEventsEb@Base 5.5.0 - _ZN10QXcbWindow4hideEv@Base 5.5.0 - _ZN10QXcbWindow4showEv@Base 5.5.0 - _ZN10QXcbWindow5lowerEv@Base 5.5.0 - _ZN10QXcbWindow5raiseEv@Base 5.5.0 - _ZN10QXcbWindow6createEv@Base 5.5.0 - _ZN10QXcbWindow7destroyEv@Base 5.5.0 - _ZN10QXcbWindow7setMaskERK7QRegion@Base 5.5.0 - _ZN10QXcbWindow8toWindowEv@Base 5.5.0 - _ZN10QXcbWindow9doFocusInEv@Base 5.5.0 - _ZN10QXcbWindow9setCursorEj@Base 5.5.0 - _ZN10QXcbWindow9setParentEPK15QPlatformWindow@Base 5.5.0 1 - _ZN10QXcbWindowC1EP7QWindow@Base 5.5.0 - _ZN10QXcbWindowC2EP7QWindow@Base 5.5.0 - _ZN10QXcbWindowD0Ev@Base 5.5.0 - _ZN10QXcbWindowD1Ev@Base 5.5.0 - _ZN10QXcbWindowD2Ev@Base 5.5.0 - _ZN13QFontEngineFT11boundingBoxERK12QGlyphLayout@Base 5.5.0 1 - _ZN13QFontEngineFT11boundingBoxEj@Base 5.5.0 1 - _ZN13QFontEngineFT11boundingBoxEjRK10QTransform@Base 5.5.0 1 - _ZN13QFontEngineFT12loadGlyphForEj6QFixedN11QFontEngine11GlyphFormatERK10QTransformb@Base 5.5.0 1 - _ZN13QFontEngineFT12loadGlyphSetERK10QTransform@Base 5.5.0 1 - _ZN13QFontEngineFT15addGlyphsToPathEPjP11QFixedPointiP12QPainterPath6QFlagsIN9QTextItem10RenderFlagEE@Base 5.5.0 1 - _ZN13QFontEngineFT16addOutlineToPathEddRK12QGlyphLayoutP12QPainterPath6QFlagsIN9QTextItem10RenderFlagEE@Base 5.5.0 1 - _ZN13QFontEngineFT16alphaMapForGlyphEj6QFixed@Base 5.5.0 1 - _ZN13QFontEngineFT16alphaMapForGlyphEj6QFixedRK10QTransform@Base 5.5.0 1 - _ZN13QFontEngineFT16getUnscaledGlyphEjP12QPainterPathP15glyph_metrics_t@Base 5.5.0 1 - _ZN13QFontEngineFT17getPointInOutlineEjijP6QFixedS1_Pj@Base 5.5.0 1 - _ZN13QFontEngineFT18initFromFontEngineEPKS_@Base 5.5.0 1 - _ZN13QFontEngineFT19alphaMapBoundingBoxEj6QFixedRK10QTransformN11QFontEngine11GlyphFormatE@Base 5.5.0 1 - _ZN13QFontEngineFT19alphaRGBMapForGlyphEj6QFixedRK10QTransform@Base 5.5.0 1 - _ZN13QFontEngineFT19setDefaultHintStyleEN11QFontEngine9HintStyleE@Base 5.5.0 1 - _ZN13QFontEngineFT20removeGlyphFromCacheEj@Base 5.5.0 1 - _ZN13QFontEngineFT22lockedAlphaMapForGlyphEj6QFixedN11QFontEngine11GlyphFormatERK10QTransformP6QPoint@Base 5.5.0 1 - _ZN13QFontEngineFT22unlockAlphaMapForGlyphEv@Base 5.5.0 1 - _ZN13QFontEngineFT4initEN11QFontEngine6FaceIdEbNS0_11GlyphFormatEP13QFreetypeFace@Base 5.5.0 1 - _ZN13QFontEngineFT4initEN11QFontEngine6FaceIdEbNS0_11GlyphFormatERK10QByteArray@Base 5.5.0 1 - _ZN13QFontEngineFT5GlyphD1Ev@Base 5.5.0 1 - _ZN13QFontEngineFT5GlyphD2Ev@Base 5.5.0 1 - _ZN13QFontEngineFT9QGlyphSet20removeGlyphFromCacheEj6QFixed@Base 5.5.0 1 - _ZN13QFontEngineFT9QGlyphSet5clearEv@Base 5.5.0 1 - _ZN13QFontEngineFT9QGlyphSet8setGlyphEj6QFixedPNS_5GlyphE@Base 5.5.0 1 - _ZN13QFontEngineFT9QGlyphSetC1Ev@Base 5.5.0 1 - _ZN13QFontEngineFT9QGlyphSetC2Ev@Base 5.5.0 1 - _ZN13QFontEngineFT9QGlyphSetD1Ev@Base 5.5.0 1 - _ZN13QFontEngineFT9QGlyphSetD2Ev@Base 5.5.0 1 - _ZN13QFontEngineFTC1ERK8QFontDef@Base 5.5.0 1 - _ZN13QFontEngineFTC2ERK8QFontDef@Base 5.5.0 1 - _ZN13QFontEngineFTD0Ev@Base 5.5.0 1 - _ZN13QFontEngineFTD1Ev@Base 5.5.0 1 - _ZN13QFontEngineFTD2Ev@Base 5.5.0 1 - _ZN14QXcbConnection10checkEventEi@Base 5.5.0 - _ZN14QXcbConnection10grabServerEv@Base 5.5.0 - _ZN14QXcbConnection10internAtomEPKc@Base 5.5.0 - _ZN14QXcbConnection10rootWindowEv@Base 5.5.0 - _ZN14QXcbConnection11addPeekFuncEPFbPS_P19xcb_generic_event_tE@Base 5.5.0 - _ZN14QXcbConnection11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.5.0 - _ZN14QXcbConnection11qt_metacastEPKc@Base 5.5.0 - _ZN14QXcbConnection12clientLeaderEv@Base 5.5.1 - _ZN14QXcbConnection12createScreenEP18QXcbVirtualDesktopjP33xcb_randr_get_output_info_reply_t@Base 5.5.0 - _ZN14QXcbConnection12getTimestampEv@Base 5.5.0 - _ZN14QXcbConnection12ungrabServerEv@Base 5.5.0 - _ZN14QXcbConnection13initializeXKBEv@Base 5.5.0 - _ZN14QXcbConnection13updateScreensEPK24xcb_randr_notify_event_t@Base 5.5.0 - _ZN14QXcbConnection14handleXcbErrorEP19xcb_generic_error_t@Base 5.5.0 - _ZN14QXcbConnection14handleXcbEventEP19xcb_generic_event_t@Base 5.5.0 - _ZN14QXcbConnection14setFocusWindowEP10QXcbWindow@Base 5.5.0 - _ZN14QXcbConnection14xi2HandleEventEP14xcb_ge_event_t@Base 5.5.0 - _ZN14QXcbConnection15finalizeXInput2Ev@Base 5.5.0 - _ZN14QXcbConnection15xi2ProcessTouchEPvP10QXcbWindow@Base 5.5.0 - _ZN14QXcbConnection15xi2SetupDevicesEv@Base 5.5.0 - _ZN14QXcbConnection16handleEnterEventEPK24xcb_enter_notify_event_t@Base 5.5.0 - _ZN14QXcbConnection16initializeXFixesEv@Base 5.5.0 - _ZN14QXcbConnection16initializeXRandrEv@Base 5.5.0 - _ZN14QXcbConnection16initializeXShapeEv@Base 5.5.0 - _ZN14QXcbConnection16processXcbEventsEv@Base 5.5.0 - _ZN14QXcbConnection16staticMetaObjectE@Base 5.5.0 - _ZN14QXcbConnection16touchDeviceForIdEi@Base 5.5.0 - _ZN14QXcbConnection17findScreenForCrtcEjj@Base 5.5.0 - _ZN14QXcbConnection17initializeScreensEv@Base 5.5.0 - _ZN14QXcbConnection17initializeXInput2Ev@Base 5.5.0 - _ZN14QXcbConnection17initializeXRenderEv@Base 5.5.0 - _ZN14QXcbConnection17systemTrayTrackerEv@Base 5.5.0 - _ZN14QXcbConnection17xiToQtMouseButtonEj@Base 5.5.0 - _ZN14QXcbConnection18initializeAllAtomsEv@Base 5.5.0 - _ZN14QXcbConnection19findScreenForOutputEjj@Base 5.5.0 - _ZN14QXcbConnection19sendConnectionEventEN8QXcbAtom4AtomEj@Base 5.5.0 - _ZN14QXcbConnection20checkOutputIsPrimaryEjj@Base 5.5.0 - _ZN14QXcbConnection20platformWindowFromIdEj@Base 5.5.0 - _ZN14QXcbConnection20translateMouseButtonEh@Base 5.5.0 - _ZN14QXcbConnection20xi2HandleScrollEventEPvRNS_15ScrollingDeviceE@Base 5.5.0 - _ZN14QXcbConnection20xi2HandleTabletEventEPvPNS_10TabletDataEP23QXcbWindowEventListener@Base 5.5.0 - _ZN14QXcbConnection20xi2ReportTabletEventERNS_10TabletDataEPv@Base 5.5.0 - _ZN14QXcbConnection21updateScrollingDeviceERNS_15ScrollingDeviceEiPv@Base 5.5.0 - _ZN14QXcbConnection22addWindowEventListenerEjP23QXcbWindowEventListener@Base 5.5.0 - _ZN14QXcbConnection22xi2HandleHierachyEventEPv@Base 5.5.0 - _ZN14QXcbConnection22xi2SetMouseGrabEnabledEjb@Base 5.5.0 - _ZN14QXcbConnection24handleClientMessageEventEPK26xcb_client_message_event_t@Base 5.5.0 - _ZN14QXcbConnection24xi2GetValuatorValueIfSetEPviPd@Base 5.5.0 - _ZN14QXcbConnection25removeWindowEventListenerEj@Base 5.5.0 - _ZN14QXcbConnection25windowEventListenerFromIdEj@Base 5.5.0 - _ZN14QXcbConnection27virtualDesktopForRootWindowEj@Base 5.5.0 - _ZN14QXcbConnection27xi2HandleDeviceChangedEventEPv@Base 5.5.0 - _ZN14QXcbConnection30xi2PrepareXIGenericDeviceEventEP14xcb_ge_event_ti@Base 5.5.0 - _ZN14QXcbConnection4syncEv@Base 5.5.0 - _ZN14QXcbConnection5eventEP6QEvent@Base 5.5.0 - _ZN14QXcbConnection8atomNameEj@Base 5.5.0 - _ZN14QXcbConnection9xi2SelectEj@Base 5.5.0 - _ZN14QXcbConnectionC1EP19QXcbNativeInterfacebjPKc@Base 5.5.0 - _ZN14QXcbConnectionC2EP19QXcbNativeInterfacebjPKc@Base 5.5.0 - _ZN14QXcbConnectionD0Ev@Base 5.5.0 - _ZN14QXcbConnectionD1Ev@Base 5.5.0 - _ZN14QXcbConnectionD2Ev@Base 5.5.0 - _ZN15QXcbIntegration10initializeEv@Base 5.5.0 - _ZN15QXcbIntegration10m_instanceE@Base 5.5.0 - _ZN15QXcbIntegration12moveToScreenEP7QWindowi@Base 5.5.0 - _ZN15QXcbIntegration4syncEv@Base 5.5.0 - _ZN15QXcbIntegrationC1ERK11QStringListRiPPc@Base 5.5.0 - _ZN15QXcbIntegrationC2ERK11QStringListRiPPc@Base 5.5.0 - _ZN15QXcbIntegrationD0Ev@Base 5.5.0 - _ZN15QXcbIntegrationD1Ev@Base 5.5.0 - _ZN15QXcbIntegrationD2Ev@Base 5.5.0 - _ZN17QXcbGlIntegration14handleXcbEventEP19xcb_generic_event_tj@Base 5.5.0 - _ZN17QXcbGlIntegrationC1Ev@Base 5.5.0 - _ZN17QXcbGlIntegrationC2Ev@Base 5.5.0 - _ZN17QXcbGlIntegrationD0Ev@Base 5.5.0 - _ZN17QXcbGlIntegrationD1Ev@Base 5.5.0 - _ZN17QXcbGlIntegrationD2Ev@Base 5.5.0 - _ZN19QXcbNativeInterface10addHandlerEP26QXcbNativeInterfaceHandler@Base 5.5.0 - _ZN19QXcbNativeInterface10connectionEv@Base 5.5.0 - _ZN19QXcbNativeInterface10rootWindowEv@Base 5.5.0 - _ZN19QXcbNativeInterface10setAppTimeEP7QScreenj@Base 5.5.0 - _ZN19QXcbNativeInterface11appUserTimeEPK10QXcbScreen@Base 5.5.0 - _ZN19QXcbNativeInterface11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.5.0 - _ZN19QXcbNativeInterface11qt_metacastEPKc@Base 5.5.0 - _ZN19QXcbNativeInterface12getTimestampEPK10QXcbScreen@Base 5.5.0 - _ZN19QXcbNativeInterface12setStartupIdEPKc@Base 5.5.0 - _ZN19QXcbNativeInterface13removeHandlerEP26QXcbNativeInterfaceHandler@Base 5.5.0 - _ZN19QXcbNativeInterface14setAppUserTimeEP7QScreenj@Base 5.5.0 - _ZN19QXcbNativeInterface15screenForWindowEP7QWindow@Base 5.5.0 - _ZN19QXcbNativeInterface16displayForWindowEP7QWindow@Base 5.5.0 - _ZN19QXcbNativeInterface16locateSystemTrayEP16xcb_connection_tPK10QXcbScreen@Base 5.5.0 - _ZN19QXcbNativeInterface16staticMetaObjectE@Base 5.5.0 - _ZN19QXcbNativeInterface19connectionForWindowEP7QWindow@Base 5.5.0 - _ZN19QXcbNativeInterface23nativeResourceForScreenERK10QByteArrayP7QScreen@Base 5.5.0 - _ZN19QXcbNativeInterface23nativeResourceForWindowERK10QByteArrayP7QWindow@Base 5.5.0 - _ZN19QXcbNativeInterface23systemTrayWindowChangedEP7QScreen@Base 5.5.0 - _ZN19QXcbNativeInterface24nativeResourceForContextERK10QByteArrayP14QOpenGLContext@Base 5.5.0 - _ZN19QXcbNativeInterface24qPlatformScreenForWindowEP7QWindow@Base 5.5.0 - _ZN19QXcbNativeInterface27requestSystemTrayWindowDockEPK7QWindow@Base 5.5.0 - _ZN19QXcbNativeInterface27setParentRelativeBackPixmapEPK7QWindow@Base 5.5.0 - _ZN19QXcbNativeInterface28nativeResourceForIntegrationERK10QByteArray@Base 5.5.0 - _ZN19QXcbNativeInterface28systrayVisualHasAlphaChannelEv@Base 5.5.0 - _ZN19QXcbNativeInterface29nativeResourceForBackingStoreERK10QByteArrayP13QBackingStore@Base 5.5.0 - _ZN19QXcbNativeInterface30systemTrayWindowGlobalGeometryEPK7QWindow@Base 5.5.0 - _ZN19QXcbNativeInterface31nativeResourceFunctionForScreenERK10QByteArray@Base 5.5.0 - _ZN19QXcbNativeInterface31nativeResourceFunctionForWindowERK10QByteArray@Base 5.5.0 - _ZN19QXcbNativeInterface32nativeResourceFunctionForContextERK10QByteArray@Base 5.5.0 - _ZN19QXcbNativeInterface36nativeResourceFunctionForIntegrationERK10QByteArray@Base 5.5.0 - _ZN19QXcbNativeInterface37nativeResourceFunctionForBackingStoreERK10QByteArray@Base 5.5.0 - _ZN19QXcbNativeInterface4beepEv@Base 5.5.0 - _ZN19QXcbNativeInterface7appTimeEPK10QXcbScreen@Base 5.5.0 - _ZN19QXcbNativeInterface7displayEv@Base 5.5.0 - _ZN19QXcbNativeInterface9startupIdEv@Base 5.5.0 - _ZN19QXcbNativeInterface9x11ScreenEv@Base 5.5.0 - _ZN19QXcbNativeInterfaceC1Ev@Base 5.5.0 - _ZN19QXcbNativeInterfaceC2Ev@Base 5.5.0 - _ZN23QXcbGlIntegrationPlugin11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.5.0 - _ZN23QXcbGlIntegrationPlugin11qt_metacastEPKc@Base 5.5.0 - _ZN23QXcbGlIntegrationPlugin16staticMetaObjectE@Base 5.5.0 - _ZN26QXcbNativeInterfaceHandlerC1EP19QXcbNativeInterface@Base 5.5.0 - _ZN26QXcbNativeInterfaceHandlerC2EP19QXcbNativeInterface@Base 5.5.0 - _ZN26QXcbNativeInterfaceHandlerD0Ev@Base 5.5.0 - _ZN26QXcbNativeInterfaceHandlerD1Ev@Base 5.5.0 - _ZN26QXcbNativeInterfaceHandlerD2Ev@Base 5.5.0 - (subst)_ZNK10QXcbScreen10grabWindowE{quintptr}iiii@Base 5.5.0 - _ZNK10QXcbScreen10logicalDpiEv@Base 5.5.0 - _ZNK10QXcbScreen10topLevelAtERK6QPoint@Base 5.5.0 - _ZNK10QXcbScreen10virtualDpiEv@Base 5.5.0 - _ZNK10QXcbScreen11mapToNativeERK5QRect@Base 5.5.0 - _ZNK10QXcbScreen11mapToNativeERK6QPoint@Base 5.5.0 - _ZNK10QXcbScreen11mapToNativeERK7QPointF@Base 5.5.1 - _ZNK10QXcbScreen11visualForIdEj@Base 5.5.0 - _ZNK10QXcbScreen13depthOfVisualEj@Base 5.5.0 - _ZNK10QXcbScreen13mapFromNativeERK5QRect@Base 5.5.0 - _ZNK10QXcbScreen13mapFromNativeERK6QPoint@Base 5.5.0 - _ZNK10QXcbScreen13mapFromNativeERK7QPointF@Base 5.5.1 - _ZNK10QXcbScreen16devicePixelRatioEv@Base 5.5.0 - _ZNK10QXcbScreen18sendStartupMessageERK10QByteArray@Base 5.5.0 - _ZNK10QXcbScreen6cursorEv@Base 5.5.0 - _ZNK10QXcbScreen6formatEv@Base 5.5.0 - _ZNK10QXcbScreen9xSettingsEv@Base 5.5.0 - _ZNK10QXcbWindow10isEmbeddedEPK15QPlatformWindow@Base 5.5.0 1 - _ZNK10QXcbWindow11mapToGlobalERK6QPoint@Base 5.5.0 - _ZNK10QXcbWindow11mapToNativeERK5QRectPK10QXcbScreen@Base 5.5.0 - _ZNK10QXcbWindow11mapToNativeERK6QPointPK10QXcbScreen@Base 5.5.0 - _ZNK10QXcbWindow12frameMarginsEv@Base 5.5.0 - _ZNK10QXcbWindow13mapFromGlobalERK6QPoint@Base 5.5.0 - _ZNK10QXcbWindow13mapFromNativeERK5QRectPK10QXcbScreen@Base 5.5.0 - _ZNK10QXcbWindow13mapFromNativeERK6QPointPK10QXcbScreen@Base 5.5.0 - _ZNK10QXcbWindow13wmWindowTypesEv@Base 5.5.0 - _ZNK10QXcbWindow16devicePixelRatioEv@Base 5.5.0 - _ZNK10QXcbWindow18windowToWmGeometryE5QRect@Base 5.5.0 - _ZNK10QXcbWindow23relayFocusToModalWindowEv@Base 5.5.0 - _ZNK10QXcbWindow23screenForNativeGeometryERK5QRect@Base 5.5.0 - _ZNK10QXcbWindow5winIdEv@Base 5.5.0 - _ZNK10QXcbWindow6formatEv@Base 5.5.0 - _ZNK10QXcbWindow8visualIdEv@Base 5.5.0 - _ZNK10QXcbWindow9isExposedEv@Base 5.5.0 - _ZNK10QXcbWindow9needsSyncEv@Base 5.5.0 - _ZNK10QXcbWindow9xcbScreenEv@Base 5.5.0 - _ZNK13QFontEngineFT10glyphCountEv@Base 5.5.0 1 - _ZNK13QFontEngineFT10glyphIndexEj@Base 5.5.0 1 - _ZNK13QFontEngineFT10propertiesEv@Base 5.5.0 1 - _ZNK13QFontEngineFT10unlockFaceEv@Base 5.5.0 1 - _ZNK13QFontEngineFT11synthesizedEv@Base 5.5.0 1 - _ZNK13QFontEngineFT12emSquareSizeEv@Base 5.5.0 1 - _ZNK13QFontEngineFT12maxCharWidthEv@Base 5.5.0 1 - _ZNK13QFontEngineFT12stringToCMapEPK5QChariP12QGlyphLayoutPi6QFlagsIN11QFontEngine10ShaperFlagEE@Base 5.5.0 1 - _ZNK13QFontEngineFT13cloneWithSizeEd@Base 5.5.0 1 - _ZNK13QFontEngineFT13lineThicknessEv@Base 5.5.0 1 - _ZNK13QFontEngineFT14minLeftBearingEv@Base 5.5.0 1 - _ZNK13QFontEngineFT14recalcAdvancesEP12QGlyphLayout6QFlagsIN11QFontEngine10ShaperFlagEE@Base 5.5.0 1 - _ZNK13QFontEngineFT15minRightBearingEv@Base 5.5.0 1 - _ZNK13QFontEngineFT15non_locked_faceEv@Base 5.5.0 1 - _ZNK13QFontEngineFT16averageCharWidthEv@Base 5.5.0 1 - _ZNK13QFontEngineFT16getSfntTableDataEjPhPj@Base 5.5.0 1 - _ZNK13QFontEngineFT17underlinePositionEv@Base 5.5.0 1 - _ZNK13QFontEngineFT22shouldUseDesignMetricsE6QFlagsIN11QFontEngine10ShaperFlagEE@Base 5.5.0 1 - _ZNK13QFontEngineFT22supportsTransformationERK10QTransform@Base 5.5.0 1 - _ZNK13QFontEngineFT6ascentEv@Base 5.5.0 1 - _ZNK13QFontEngineFT6faceIdEv@Base 5.5.0 1 - _ZNK13QFontEngineFT7descentEv@Base 5.5.0 1 - _ZNK13QFontEngineFT7leadingEv@Base 5.5.0 1 - _ZNK13QFontEngineFT7xHeightEv@Base 5.5.0 1 - _ZNK13QFontEngineFT8lockFaceENS_7ScalingE@Base 5.5.0 1 - _ZNK13QFontEngineFT9doKerningEP12QGlyphLayout6QFlagsIN11QFontEngine10ShaperFlagEE@Base 5.5.0 1 - _ZNK13QFontEngineFT9loadFlagsEPNS_9QGlyphSetEN11QFontEngine11GlyphFormatEiRbRi@Base 5.5.0 1 - _ZNK13QFontEngineFT9loadGlyphEPNS_9QGlyphSetEj6QFixedN11QFontEngine11GlyphFormatEb@Base 5.5.0 1 - _ZNK14QXcbConnection10metaObjectEv@Base 5.5.0 - _ZNK14QXcbConnection12xlib_displayEv@Base 5.5.0 - _ZNK14QXcbConnection13primaryScreenEv@Base 5.5.0 - _ZNK14QXcbConnection14formatForDepthEh@Base 5.5.0 - _ZNK14QXcbConnection14xi2MouseEventsEv@Base 5.5.0 - _ZNK14QXcbConnection34createVisualInfoForDefaultVisualIdEv@Base 5.5.0 - _ZNK14QXcbConnection5qatomEj@Base 5.5.0 - _ZNK15QXcbIntegration10themeNamesEv@Base 5.5.0 - _ZNK15QXcbIntegration12fontDatabaseEv@Base 5.5.0 - _ZNK15QXcbIntegration12inputContextEv@Base 5.5.0 - _ZNK15QXcbIntegration12possibleKeysEPK9QKeyEvent@Base 5.5.0 - _ZNK15QXcbIntegration13accessibilityEv@Base 5.5.0 - _ZNK15QXcbIntegration13hasCapabilityEN20QPlatformIntegration10CapabilityE@Base 5.5.0 1 - _ZNK15QXcbIntegration15nativeInterfaceEv@Base 5.5.0 - _ZNK15QXcbIntegration19createPlatformThemeERK7QString@Base 5.5.0 - _ZNK15QXcbIntegration20createPlatformWindowEP7QWindow@Base 5.5.0 - _ZNK15QXcbIntegration21createEventDispatcherEv@Base 5.5.0 - _ZNK15QXcbIntegration22queryKeyboardModifiersEv@Base 5.5.0 - _ZNK15QXcbIntegration26createPlatformBackingStoreEP7QWindow@Base 5.5.0 - _ZNK15QXcbIntegration27createPlatformOpenGLContextEP14QOpenGLContext@Base 5.5.0 - _ZNK15QXcbIntegration28createPlatformSessionManagerERK7QStringS2_@Base 5.5.0 - _ZNK15QXcbIntegration30createPlatformOffscreenSurfaceEP17QOffscreenSurface@Base 5.5.0 - _ZNK15QXcbIntegration4dragEv@Base 5.5.0 - _ZNK15QXcbIntegration7wmClassEv@Base 5.5.0 - _ZNK15QXcbIntegration8servicesEv@Base 5.5.0 - _ZNK15QXcbIntegration9clipboardEv@Base 5.5.0 - _ZNK15QXcbIntegration9styleHintEN20QPlatformIntegration9StyleHintE@Base 5.5.0 1 - _ZNK19QXcbNativeInterface10metaObjectEv@Base 5.5.0 - _ZNK19QXcbNativeInterface16platformFunctionERK10QByteArray@Base 5.5.0 - _ZNK19QXcbNativeInterface19systemTrayAvailableEPK7QScreen@Base 5.5.0 - _ZNK19QXcbNativeInterface23handlerPlatformFunctionERK10QByteArray@Base 5.5.0 - _ZNK19QXcbNativeInterface30handlerNativeResourceForScreenERK10QByteArrayP7QScreen@Base 5.5.0 - _ZNK19QXcbNativeInterface30handlerNativeResourceForWindowERK10QByteArrayP7QWindow@Base 5.5.0 - _ZNK19QXcbNativeInterface31handlerNativeResourceForContextERK10QByteArrayP14QOpenGLContext@Base 5.5.0 - _ZNK19QXcbNativeInterface35handlerNativeResourceForIntegrationERK10QByteArray@Base 5.5.0 - _ZNK19QXcbNativeInterface36handlerNativeResourceForBackingStoreERK10QByteArrayP13QBackingStore@Base 5.5.0 - _ZNK19QXcbNativeInterface38handlerNativeResourceFunctionForScreenERK10QByteArray@Base 5.5.0 - _ZNK19QXcbNativeInterface38handlerNativeResourceFunctionForWindowERK10QByteArray@Base 5.5.0 - _ZNK19QXcbNativeInterface39handlerNativeResourceFunctionForContextERK10QByteArray@Base 5.5.0 - _ZNK19QXcbNativeInterface43handlerNativeResourceFunctionForIntegrationERK10QByteArray@Base 5.5.0 - _ZNK19QXcbNativeInterface44handlerNativeResourceFunctionForBackingStoreERK10QByteArray@Base 5.5.0 - _ZNK23QXcbGlIntegrationPlugin10metaObjectEv@Base 5.5.0 - _ZNK26QXcbNativeInterfaceHandler16platformFunctionERK10QByteArray@Base 5.5.0 - _ZNK26QXcbNativeInterfaceHandler31nativeResourceFunctionForScreenERK10QByteArray@Base 5.5.0 - _ZNK26QXcbNativeInterfaceHandler31nativeResourceFunctionForWindowERK10QByteArray@Base 5.5.0 - _ZNK26QXcbNativeInterfaceHandler32nativeResourceFunctionForContextERK10QByteArray@Base 5.5.0 - _ZNK26QXcbNativeInterfaceHandler36nativeResourceFunctionForIntegrationERK10QByteArray@Base 5.5.0 - _ZNK26QXcbNativeInterfaceHandler37nativeResourceFunctionForBackingStoreERK10QByteArray@Base 5.5.0 - (optional=templinst|arch=powerpc)_ZSt4swapIN8QVariant7PrivateEEvRT_S3_@Base 5.5.1 - _ZTI10QXcbScreen@Base 5.5.0 - _ZTI10QXcbWindow@Base 5.5.0 - _ZTI13QFontEngineFT@Base 5.5.0 1 - _ZTI14QXcbConnection@Base 5.5.0 - _ZTI15QXcbIntegration@Base 5.5.0 - _ZTI17QXcbGlIntegration@Base 5.5.0 - _ZTI19QXcbNativeInterface@Base 5.5.0 - _ZTI23QXcbGlIntegrationPlugin@Base 5.5.0 - _ZTI26QXcbNativeInterfaceHandler@Base 5.5.0 - _ZTI27QEventDispatcherGlibPrivate@Base 5.5.0 1 - _ZTI31QAbstractEventDispatcherPrivate@Base 5.5.0 1 - _ZTS10QXcbScreen@Base 5.5.0 - _ZTS10QXcbWindow@Base 5.5.0 - _ZTS13QFontEngineFT@Base 5.5.0 1 - _ZTS14QXcbConnection@Base 5.5.0 - _ZTS15QXcbIntegration@Base 5.5.0 - _ZTS17QXcbGlIntegration@Base 5.5.0 - _ZTS19QXcbNativeInterface@Base 5.5.0 - _ZTS23QXcbGlIntegrationPlugin@Base 5.5.0 - _ZTS26QXcbNativeInterfaceHandler@Base 5.5.0 - _ZTS27QEventDispatcherGlibPrivate@Base 5.5.0 1 - _ZTS31QAbstractEventDispatcherPrivate@Base 5.5.0 1 - _ZTV10QXcbScreen@Base 5.5.0 - _ZTV10QXcbWindow@Base 5.5.0 - _ZTV13QFontEngineFT@Base 5.5.0 1 - _ZTV14QXcbConnection@Base 5.5.0 - _ZTV15QXcbIntegration@Base 5.5.0 - _ZTV17QXcbGlIntegration@Base 5.5.0 - _ZTV19QXcbNativeInterface@Base 5.5.0 - _ZTV23QXcbGlIntegrationPlugin@Base 5.5.0 - _ZTV26QXcbNativeInterfaceHandler@Base 5.5.0 - _ZTV31QAbstractEventDispatcherPrivate@Base 5.5.0 1 - _Zls6QDebugPK10QXcbScreen@Base 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::devicePixelRatio() const@Base" 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::format() const@Base" 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::frameMargins() const@Base" 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::isEmbedded(QPlatformWindow const*) const@Base" 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::isExposed() const@Base" 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::lower()@Base" 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::mapFromGlobal(QPoint const&) const@Base" 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::mapToGlobal(QPoint const&) const@Base" 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::propagateSizeHints()@Base" 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::raise()@Base" 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::requestActivateWindow()@Base" 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::setAlertState(bool)@Base" 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::setGeometry(QRect const&)@Base" 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::setKeyboardGrabEnabled(bool)@Base" 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::setMask(QRegion const&)@Base" 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::setMouseGrabEnabled(bool)@Base" 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::setOpacity(double)@Base" 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::setParent(QPlatformWindow const*)@Base" 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::setVisible(bool)@Base" 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::setWindowFlags(QFlags)@Base" 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::setWindowIcon(QIcon const&)@Base" 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::setWindowState(Qt::WindowState)@Base" 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::setWindowTitle(QString const&)@Base" 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::startSystemResize(QPoint const&, Qt::Corner)@Base" 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::winId() const@Base" 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::windowEvent(QEvent*)@Base" 5.5.0 - (c++)"non-virtual thunk to QXcbWindow::~QXcbWindow()@Base" 5.5.0 diff -Nru qtbase-opensource-src-5.5.1+dfsg/debian/patches/Fix-crash-on-exit-caused-by-QStringLiterals.patch qtbase-opensource-src-5.5.1+dfsg/debian/patches/Fix-crash-on-exit-caused-by-QStringLiterals.patch --- qtbase-opensource-src-5.5.1+dfsg/debian/patches/Fix-crash-on-exit-caused-by-QStringLiterals.patch 2016-01-04 07:04:52.000000000 +0000 +++ qtbase-opensource-src-5.5.1+dfsg/debian/patches/Fix-crash-on-exit-caused-by-QStringLiterals.patch 2016-02-05 07:19:20.000000000 +0000 @@ -12,14 +12,12 @@ Reviewed-by: Richard J. Moore Reviewed-by: Frederik Gladhorn --- - src/platformsupport/linuxaccessibility/dbusconnection.cpp | 9 ++++++--- + src/platformsupport/linuxaccessibility/dbusconnection.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) -diff --git a/src/platformsupport/linuxaccessibility/dbusconnection.cpp b/src/platformsupport/linuxaccessibility/dbusconnection.cpp -index 637b065..ae1ba18 100644 --- a/src/platformsupport/linuxaccessibility/dbusconnection.cpp +++ b/src/platformsupport/linuxaccessibility/dbusconnection.cpp -@@ -47,8 +47,11 @@ +@@ -44,8 +44,11 @@ QT_BEGIN_NAMESPACE @@ -33,7 +31,7 @@ /*! \class DBusConnection -@@ -137,7 +140,7 @@ void DBusConnection::connectA11yBus(const QString &address) +@@ -111,7 +114,7 @@ void DBusConnection::connectA11yBus(cons qWarning("Could not find Accessibility DBus address."); return; } @@ -42,10 +40,3 @@ if (m_enabled) emit enabledChanged(true); --- -<<<<<<< HEAD -2.6.2 -======= -2.1.4 ->>>>>>> master - diff -Nru qtbase-opensource-src-5.5.1+dfsg/debian/patches/multiscreen.diff qtbase-opensource-src-5.5.1+dfsg/debian/patches/multiscreen.diff --- qtbase-opensource-src-5.5.1+dfsg/debian/patches/multiscreen.diff 1970-01-01 00:00:00.000000000 +0000 +++ qtbase-opensource-src-5.5.1+dfsg/debian/patches/multiscreen.diff 2016-02-05 07:19:20.000000000 +0000 @@ -0,0 +1,97 @@ +Description: xcb: Fix incorrect screen number reported by QDesktopWidget +Origin: upstream, https://codereview.qt-project.org/#/c/138819/ +Last-Update: 2015-01-03 + +commit a6b2a4642f07cd6e52b447e1e441b257990a8d03 +Author: Błażej Szczygieł +Date: Sun Oct 25 01:11:28 2015 +0200 + + Fix incorrect screen number reported by QDesktopWidget + + Screens connected to separate graphics cards are detected as + separate screens which don't have offset. This patch fixes obtaining + the screen number by QWidget: it uses the screen assigned to the root + widget. The patch also assigns a proper QScreen to each QDesktopWidget + screen(). + + It also fixes closing a popup menu by clicking on another screen. + + Task-number: QTBUG-48545 + Change-Id: I3d76261c0c067293d39949c4428b2d8dfd085dc7 + Reviewed-by: Shawn Rutledge + +Index: qtbase/src/widgets/kernel/qdesktopwidget.cpp +=================================================================== +--- qtbase.orig/src/widgets/kernel/qdesktopwidget.cpp 2016-01-03 23:52:43.952944281 -0600 ++++ qtbase/src/widgets/kernel/qdesktopwidget.cpp 2016-01-03 23:52:43.948944297 -0600 +@@ -36,6 +36,7 @@ + #include "qdesktopwidget_p.h" + #include "qscreen.h" + #include "qwidget_p.h" ++#include "qwindow.h" + + QT_BEGIN_NAMESPACE + +@@ -99,13 +100,18 @@ + + QRegion virtualGeometry; + +- // update the geometry of each screen widget, determine virtual geometry +- // and emit change signals afterwards. ++ // update the geometry of each screen widget, determine virtual geometry, ++ // set the new screen for window handle and emit change signals afterwards. + QList changedScreens; + for (int i = 0; i < screens.length(); i++) { +- const QRect screenGeometry = screenList.at(i)->geometry(); +- if (screenGeometry != screens.at(i)->geometry()) { +- screens.at(i)->setGeometry(screenGeometry); ++ QDesktopScreenWidget *screenWidget = screens.at(i); ++ QScreen *qScreen = screenList.at(i); ++ QWindow *winHandle = screenWidget->windowHandle(); ++ if (winHandle && winHandle->screen() != qScreen) ++ winHandle->setScreen(qScreen); ++ const QRect screenGeometry = qScreen->geometry(); ++ if (screenGeometry != screenWidget->geometry()) { ++ screenWidget->setGeometry(screenGeometry); + changedScreens.push_back(i); + } + virtualGeometry += screenGeometry; +@@ -190,6 +196,21 @@ + if (!w) + return 0; + ++ // Find the root widget, get a QScreen pointer from it and find ++ // the screen number. ++ const QWidget *root = w; ++ const QWidget *tmp = w; ++ while ((tmp = tmp->parentWidget())) ++ root = tmp; ++ QWindow *winHandle = root->windowHandle(); ++ if (winHandle) { ++ int screenIdx = QGuiApplication::screens().indexOf(winHandle->screen()); ++ if (screenIdx > -1) ++ return screenIdx; ++ } ++ ++ // If the screen number cannot be obtained using QScreen pointer, ++ // get it from window position using screen geometry. + QRect frame = w->frameGeometry(); + if (!w->isWindow()) + frame.moveTopLeft(w->mapToGlobal(QPoint(0, 0))); +Index: qtbase/src/widgets/widgets/qmenu.cpp +=================================================================== +--- qtbase.orig/src/widgets/widgets/qmenu.cpp 2016-01-03 23:52:43.952944281 -0600 ++++ qtbase/src/widgets/widgets/qmenu.cpp 2016-01-03 23:52:43.948944297 -0600 +@@ -2494,7 +2494,11 @@ + Q_D(QMenu); + if (d->aboutToHide || d->mouseEventTaken(e)) + return; +- if (!rect().contains(e->pos())) { ++ // Workaround for XCB on multiple screens which doesn't have offset. If the menu is open on one screen ++ // and mouse clicks on second screen, e->pos() is QPoint(0,0) and the menu doesn't hide. This trick makes ++ // possible to hide the menu when mouse clicks on another screen (e->screenPos() returns correct value). ++ // Only when mouse clicks in QPoint(0,0) on second screen, the menu doesn't hide. ++ if ((e->pos().isNull() && !e->screenPos().isNull()) || !rect().contains(e->pos())) { + if (d->noReplayFor + && QRect(d->noReplayFor->mapToGlobal(QPoint()), d->noReplayFor->size()).contains(e->globalPos())) + setAttribute(Qt::WA_NoMouseReplay); diff -Nru qtbase-opensource-src-5.5.1+dfsg/debian/patches/series qtbase-opensource-src-5.5.1+dfsg/debian/patches/series --- qtbase-opensource-src-5.5.1+dfsg/debian/patches/series 2016-01-04 07:04:52.000000000 +0000 +++ qtbase-opensource-src-5.5.1+dfsg/debian/patches/series 2016-02-05 07:19:20.000000000 +0000 @@ -9,6 +9,8 @@ Prefer-QT_PLUGIN_PATH-over-compiled-in-paths.patch Fix-falsely-reported-style-for-fallback-font.patch Remove-historical-4-padding-in-QFontEngine-alphaMapF.patch +xcb-fix-yet-another-crash-when-screens-are-disconnec.patch +Use-Node-name-if-Node-logicalModuleName-is-empty-for.patch # Will be no longer needed with Qt 5.7 mips_no_atomic.diff @@ -18,6 +20,9 @@ uic_qvalidator_qtgui.diff Fix-crash-on-exit-caused-by-QStringLiterals.patch Make-UnknownAccessibility-not-block-requests.patch +multiscreen.diff +xcb_dont_select_XInput_events_on_root_window.patch +xcb_fix_drag_and_drop_when_window_is_hidden.patch # Debian specific. gnukfreebsd.diff @@ -29,5 +34,4 @@ qt5-qmake-arm-linux-gnueabihf Add-workaround-for-GL-on-Android-emulator.patch enable-tests.patch -Use-Node-name-if-Node-logicalModuleName-is-empty-for.patch skip-largefile-test-s390x.patch diff -Nru qtbase-opensource-src-5.5.1+dfsg/debian/patches/xcb_dont_select_XInput_events_on_root_window.patch qtbase-opensource-src-5.5.1+dfsg/debian/patches/xcb_dont_select_XInput_events_on_root_window.patch --- qtbase-opensource-src-5.5.1+dfsg/debian/patches/xcb_dont_select_XInput_events_on_root_window.patch 1970-01-01 00:00:00.000000000 +0000 +++ qtbase-opensource-src-5.5.1+dfsg/debian/patches/xcb_dont_select_XInput_events_on_root_window.patch 2016-02-05 07:19:20.000000000 +0000 @@ -0,0 +1,40 @@ +From 2d8b0d1cd566cc0c3ab600650b66cdc771d8314f Mon Sep 17 00:00:00 2001 +From: Shawn Rutledge +Date: Mon, 4 Jan 2016 15:09:10 +0100 +Subject: [PATCH] xcb: don't select XInput events on the root window + +If we select XInput events, then when the mouse is clicked, there will +not be a fallback to a core pointer event. But a typical Qt application +doesn't own the root window. If the window manager (such as OpenBox, +Awesome or fvwm) relies on receiving core pointer click events, e.g. +to show a desktop menu, then each time a device is hotplugged while a +Qt application is running, we would select XI2 events and thereby +prevent the window manager from receiving them. + +QDesktopWidget's native window is added to m_mapper, even when +it isn't mapped. Then after hotplugging there's a hierarchy event, +and that calls xi2Select for every window in m_mapper. The assumption +with this patch is that the root window does need to be in m_mapper +in case the QDesktopWidget is shown (that was done already in Qt 5.1: +fca94fa5ed8321e84e7b0ff515620fbb901db545), but xi2Select must avoid +selecting XI2 events on it to fix this bug. + +Task-number: QTBUG-49952 +Change-Id: I5c160e879d93fadfce14120ef2e89a4f71d4f599 +Reviewed-by: Uli Schlachter +Reviewed-by: Paul Olav Tvete +--- + src/plugins/platforms/xcb/qxcbconnection_xi2.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp ++++ b/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp +@@ -268,7 +268,7 @@ void QXcbConnection::finalizeXInput2() + + void QXcbConnection::xi2Select(xcb_window_t window) + { +- if (!m_xi2Enabled) ++ if (!m_xi2Enabled || window == rootWindow()) + return; + + Display *xDisplay = static_cast(m_xlib_display); diff -Nru qtbase-opensource-src-5.5.1+dfsg/debian/patches/xcb_fix_drag_and_drop_when_window_is_hidden.patch qtbase-opensource-src-5.5.1+dfsg/debian/patches/xcb_fix_drag_and_drop_when_window_is_hidden.patch --- qtbase-opensource-src-5.5.1+dfsg/debian/patches/xcb_fix_drag_and_drop_when_window_is_hidden.patch 1970-01-01 00:00:00.000000000 +0000 +++ qtbase-opensource-src-5.5.1+dfsg/debian/patches/xcb_fix_drag_and_drop_when_window_is_hidden.patch 2016-02-05 07:19:20.000000000 +0000 @@ -0,0 +1,139 @@ +From 0b3da1907d46a03e8838c4086b23d48ba69c8776 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?B=C5=82a=C5=BCej=20Szczygie=C5=82?= +Date: Sun, 18 Oct 2015 00:16:15 +0200 +Subject: [PATCH] xcb: fix drag and drop when window is hidden + +This patch fixes drag and drop operation on XCB platform when window +will be hidden. The window can be hidden during dnd operation by +switching virtual desktops or by minimizing all windows (show desktop) +using key shortcut. + +The ShapedPixmapWindow must grab mouse before dnd operation if mouse is +not grabbed by other window (like in Qt4). + +Task-number: QTBUG-46243 +Change-Id: I807bc842719a2d0ea0f4dcb733c06c1fd08813e1 +Reviewed-by: Shawn Rutledge +--- + src/plugins/platforms/xcb/qxcbconnection.cpp | 5 +++++ + src/plugins/platforms/xcb/qxcbconnection.h | 3 +++ + src/plugins/platforms/xcb/qxcbdrag.cpp | 2 ++ + src/plugins/platforms/xcb/qxcbwindow.cpp | 21 +++++++++++++++++++-- + 4 files changed, 29 insertions(+), 2 deletions(-) + +--- a/src/plugins/platforms/xcb/qxcbconnection.cpp ++++ b/src/plugins/platforms/xcb/qxcbconnection.cpp +@@ -488,6 +488,7 @@ QXcbConnection::QXcbConnection(QXcbNativ + , has_xkb(false) + , m_buttons(0) + , m_focusWindow(0) ++ , m_mouseGrabber(0) + , m_clientLeader(0) + , m_systemTrayTracker(0) + , m_glIntegration(Q_NULLPTR) +@@ -1269,6 +1270,10 @@ void QXcbConnection::setFocusWindow(QXcb + { + m_focusWindow = w; + } ++void QXcbConnection::setMouseGrabber(QXcbWindow *w) ++{ ++ m_mouseGrabber = w; ++} + + void QXcbConnection::grabServer() + { +--- a/src/plugins/platforms/xcb/qxcbconnection.h ++++ b/src/plugins/platforms/xcb/qxcbconnection.h +@@ -464,6 +464,8 @@ public: + + QXcbWindow *focusWindow() const { return m_focusWindow; } + void setFocusWindow(QXcbWindow *); ++ QXcbWindow *mouseGrabber() const { return m_mouseGrabber; } ++ void setMouseGrabber(QXcbWindow *); + + QByteArray startupId() const { return m_startupId; } + void setStartupId(const QByteArray &nextId) { m_startupId = nextId; } +@@ -637,6 +639,7 @@ private: + Qt::MouseButtons m_buttons; + + QXcbWindow *m_focusWindow; ++ QXcbWindow *m_mouseGrabber; + + xcb_window_t m_clientLeader; + QByteArray m_startupId; +--- a/src/plugins/platforms/xcb/qxcbdrag.cpp ++++ b/src/plugins/platforms/xcb/qxcbdrag.cpp +@@ -186,6 +186,8 @@ void QXcbDrag::startDrag() + atom(QXcbAtom::XdndTypelist), + XCB_ATOM_ATOM, 32, drag_types.size(), (const void *)drag_types.constData()); + QBasicDrag::startDrag(); ++ if (connection()->mouseGrabber() == Q_NULLPTR) ++ shapedPixmapWindow()->setMouseGrabEnabled(true); + } + + void QXcbDrag::endDrag() +--- a/src/plugins/platforms/xcb/qxcbwindow.cpp ++++ b/src/plugins/platforms/xcb/qxcbwindow.cpp +@@ -666,12 +666,16 @@ QXcbWindow::~QXcbWindow() + { + if (window()->type() != Qt::ForeignWindow) + destroy(); ++ else if (connection()->mouseGrabber() == this) ++ connection()->setMouseGrabber(Q_NULLPTR); + } + + void QXcbWindow::destroy() + { + if (connection()->focusWindow() == this) + doFocusOut(); ++ if (connection()->mouseGrabber() == this) ++ connection()->setMouseGrabber(Q_NULLPTR); + + if (m_syncCounter && m_usingSyncProtocol) + Q_XCB_CALL(xcb_sync_destroy_counter(xcb_connection(), m_syncCounter)); +@@ -922,6 +926,9 @@ void QXcbWindow::hide() + + xcb_flush(xcb_connection()); + ++ if (connection()->mouseGrabber() == this) ++ connection()->setMouseGrabber(Q_NULLPTR); ++ + m_mapped = false; + } + +@@ -2399,6 +2406,8 @@ void QXcbWindow::handlePropertyNotifyEve + QWindowSystemInterface::handleWindowStateChanged(window(), newState); + m_lastWindowStateEvent = newState; + m_windowState = newState; ++ if (m_windowState == Qt::WindowMinimized && connection()->mouseGrabber() == this) ++ connection()->setMouseGrabber(Q_NULLPTR); + } + return; + } else if (event->atom == atom(QXcbAtom::_NET_FRAME_EXTENTS)) { +@@ -2455,9 +2464,15 @@ bool QXcbWindow::setKeyboardGrabEnabled( + + bool QXcbWindow::setMouseGrabEnabled(bool grab) + { ++ if (!grab && connection()->mouseGrabber() == this) ++ connection()->setMouseGrabber(Q_NULLPTR); + #ifdef XCB_USE_XINPUT22 +- if (connection()->xi2MouseEvents()) +- return connection()->xi2SetMouseGrabEnabled(m_window, grab); ++ if (connection()->xi2MouseEvents()) { ++ bool result = connection()->xi2SetMouseGrabEnabled(m_window, grab); ++ if (grab && result) ++ connection()->setMouseGrabber(this); ++ return result; ++ } + #endif + if (grab && !connection()->canGrab()) + return false; +@@ -2476,6 +2491,8 @@ bool QXcbWindow::setMouseGrabEnabled(boo + xcb_grab_pointer_reply_t *reply = xcb_grab_pointer_reply(xcb_connection(), cookie, NULL); + bool result = !(!reply || reply->status != XCB_GRAB_STATUS_SUCCESS); + free(reply); ++ if (result) ++ connection()->setMouseGrabber(this); + return result; + } + diff -Nru qtbase-opensource-src-5.5.1+dfsg/debian/patches/xcb-fix-yet-another-crash-when-screens-are-disconnec.patch qtbase-opensource-src-5.5.1+dfsg/debian/patches/xcb-fix-yet-another-crash-when-screens-are-disconnec.patch --- qtbase-opensource-src-5.5.1+dfsg/debian/patches/xcb-fix-yet-another-crash-when-screens-are-disconnec.patch 1970-01-01 00:00:00.000000000 +0000 +++ qtbase-opensource-src-5.5.1+dfsg/debian/patches/xcb-fix-yet-another-crash-when-screens-are-disconnec.patch 2016-02-05 07:19:20.000000000 +0000 @@ -0,0 +1,37 @@ +From d72da0b4b2ee089156d1bd614523838b1635bbf5 Mon Sep 17 00:00:00 2001 +From: Shawn Rutledge +Date: Fri, 4 Sep 2015 13:27:48 +0200 +Subject: [PATCH] xcb: fix yet another crash when screens are disconnected + +Can't assume that m_screens is not an empty list. + +Task-number: QTBUG-42985 +Change-Id: I6f9422638c219123dc898813910d03c7afbd1450 +Reviewed-by: Uli Schlachter +Reviewed-by: Laszlo Agocs +--- + src/plugins/platforms/xcb/qxcbconnection.cpp | 6 ++++-- + 1 file changed, 4 insertions(+), 2 deletions(-) + +diff --git a/src/plugins/platforms/xcb/qxcbconnection.cpp b/src/plugins/platforms/xcb/qxcbconnection.cpp +index f65437f..c35b019 100644 +--- a/src/plugins/platforms/xcb/qxcbconnection.cpp ++++ b/src/plugins/platforms/xcb/qxcbconnection.cpp +@@ -1300,10 +1300,12 @@ void QXcbConnection::sendConnectionEvent(QXcbAtom::Atom a, uint id) + memset(&event, 0, sizeof(event)); + + const xcb_window_t eventListener = xcb_generate_id(m_connection); ++ xcb_screen_iterator_t it = xcb_setup_roots_iterator(m_setup); ++ xcb_screen_t *screen = it.data; + Q_XCB_CALL(xcb_create_window(m_connection, XCB_COPY_FROM_PARENT, +- eventListener, m_screens.at(0)->root(), ++ eventListener, screen->root, + 0, 0, 1, 1, 0, XCB_WINDOW_CLASS_INPUT_ONLY, +- m_screens.at(0)->screen()->root_visual, 0, 0)); ++ screen->root_visual, 0, 0)); + + event.response_type = XCB_CLIENT_MESSAGE; + event.format = 32; +-- +2.7.0.rc3 + diff -Nru qtbase-opensource-src-5.5.1+dfsg/debian/rules qtbase-opensource-src-5.5.1+dfsg/debian/rules --- qtbase-opensource-src-5.5.1+dfsg/debian/rules 2016-01-04 07:04:52.000000000 +0000 +++ qtbase-opensource-src-5.5.1+dfsg/debian/rules 2016-02-05 07:19:20.000000000 +0000 @@ -388,8 +388,10 @@ override_dh_makeshlibs: # Don't uncomment until rid of -gles packages - #dh_makeshlibs -V - dh_makeshlibs + #dh_makeshlibs -V -plibqt5gui5 -XlibQt5EglDeviceIntegration.so -X libQt5XcbQpa.so + #dh_makeshlibs -V --remaining-packages + dh_makeshlibs -plibqt5gui5 -XlibQt5EglDeviceIntegration.so -X libQt5XcbQpa.so + dh_makeshlibs --remaining-packages # Check for private symbols not marked as such. Be verbose. pkgkde-mark-private-symbols debian/qtbase5-private-dev/usr/include