summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Extend the feature 'dtls' to handle missing DTLS support in OpenSSLTimur Pocheptsov2018-07-1313-30/+118
* OpenSSL: remove unused symbols/declarationsTimur Pocheptsov2018-07-133-15/+0
* Add Windows Pointer Input Messages supportAndre de la Rocha2018-07-1211-65/+854
* macOS: Correctly restart display-link when window is moved between screensTor Arne Vestbø2018-07-121-1/+3
* QSslSocketBackendPrivate - avoid recursion while handing errorsTimur Pocheptsov2018-07-122-7/+36
* Add QStyle::SH_SpinBox_StepModifier style hintNathan Collins2018-07-124-0/+16
* Fix build with '-no-feature-action' configurationValentin Fokin2018-07-126-0/+28
* Allow loading of empty translation filesKai Koehne2018-07-121-6/+4
* xcb: Remove unused QXcbNativeInterface::locateSystemTray()Alexander Volkov2018-07-102-21/+0
* QSystemTrayIcon/X11: Move platform-specific calls to the xcb pluginAlexander Volkov2018-07-1013-311/+12
* xcb: Fix artifacts on the tray background with lock screensAlexander Volkov2018-07-108-71/+261
* Support interactive authorization flag in DBusMessageKai Uwe Broulik2018-07-104-1/+104
* iOS: Document how to handle URL requests from external applicationsTor Arne Vestbø2018-07-091-0/+22
* xcb: Set WM_CLIENT_MACHINE propertyAlexander Volkov2018-07-093-0/+9
* macOS: Remove dead updateRequest code based on setNeedsDisplayTor Arne Vestbø2018-07-093-38/+1
* QLocale: Convert the ok checks to nullptrAndre Hartmann2018-07-091-12/+12
* Plugins: remove unused macroThiago Macieira2018-07-091-1/+0
* SIMD: Change the way we declare constants for x86Thiago Macieira2018-07-091-86/+84
* QLibrary: find AVX2 (Haswell) optimized plugins and librariesThiago Macieira2018-07-092-0/+28
* SIMD: Add a haswell sub-architecture selection to our supportThiago Macieira2018-07-093-3/+44
* macOS: Remove dead accessibility debug code in QNSViewTor Arne Vestbø2018-07-082-24/+0
* macOS: Organize QNSView accessibility code like the rest of the classTor Arne Vestbø2018-07-083-18/+19
* macOS: Add missing m_ prefix to QNSView currentWheelModifiers memberTor Arne Vestbø2018-07-082-5/+4
* macOS: Remove unused QNSView member 'currentCustomDragTypes'Tor Arne Vestbø2018-07-082-26/+18
* macOS: Merge the two QNSView initializersTor Arne Vestbø2018-07-081-30/+22
* Add logging for QAccessibleCacheFrederik Gladhorn2018-07-081-0/+6
* Fix deletion of items in QAccessibleCacheFrederik Gladhorn2018-07-081-2/+4
* QAccessibleTabButton: fix isValidFrederik Gladhorn2018-07-082-1/+9
* QByteArray: toInt() and toDouble() ignore surrounding whitespacesAndre Hartmann2018-07-075-12/+54
* macOS: Deliver update request via CVDisplayLink if swapInterval > 0Tor Arne Vestbø2018-07-074-4/+228
* macOS: Move wantsBestResolutionOpenGLSurface logic to QNSView initializerTor Arne Vestbø2018-07-072-13/+12
* macOS: Remove explicit call to setWindowIcon in QCocoaWindow ctorTor Arne Vestbø2018-07-071-3/+1
* Fix QString::localeAwareCompare with composed/decomposed strings on macOSSimon Hausmann2018-07-061-11/+10
* Re-enable QGradient::Preset documentation by explicitly ignoring warningsTor Arne Vestbø2018-07-062-2/+3
* Provide access to QSslCertificate on OpenSSL free Windows buildsAllan Sandfeld Jensen2018-07-066-28/+46
* QCborArray & Map: implement move semanticsThiago Macieira2018-07-055-16/+70
* QFutureInterface::reportFinished use nullptr instead of 0Albert Astals Cid2018-07-051-1/+1
* QCborValue: refactor extended types so isTag() is trueThiago Macieira2018-07-052-57/+32
* macOS: Remove declarative override of -[NSView wantsLayer]Alexandru Croitor2018-07-052-8/+7
* QCborMap: Add reserve() to the QHash conversionThiago Macieira2018-07-051-0/+1
* QDtls - handle server-side timeoutsTimur Pocheptsov2018-07-052-16/+9
* Make QQnxIntegration a singletonJames McDonnell2018-07-055-48/+50
* ANGLE: embed version information into libEGL, libGLESv2 and QtANGLEOliver Wolff2018-07-051-0/+5
* xcb: Refactor align of xcb eventsMikhail Svetkin2018-07-054-13/+5
* CBOR: Avoid conflicts with X11 #defines in our enumsMichael Pyne2018-07-043-0/+36
* Tracepoints: add missing includeGiuseppe D'Angelo2018-07-041-0/+2
* Tracepoints: trace QObject construction and destructionGiuseppe D'Angelo2018-07-042-0/+8
* Doc: Fix list of which types are allowed in the endian functionsThiago Macieira2018-07-041-8/+14
* Improve the UTF-16 and UTF-32 codecs with <qendian.h>Thiago Macieira2018-07-041-28/+12
* Add qbswap for a memory regionThiago Macieira2018-07-047-26/+324