summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DTLS client - improve the exampleTimur Pocheptsov2018-07-102-13/+26
* 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-092-101/+95
* 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-095-4/+70
* 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-077-14/+102
* 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
* tests: port tst_QGraphicsProxyWidget to QTEST_QPA_MOUSE_HANDLINGGatis Paeglis2018-07-072-74/+55
* Fix QString::localeAwareCompare with composed/decomposed strings on macOSSimon Hausmann2018-07-062-14/+44
* 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-053-60/+36
* macOS: Remove declarative override of -[NSView wantsLayer]Alexandru Croitor2018-07-052-8/+7
* Docker-based test servers for network-related Qt autotestsRyan Chu2018-07-0532-0/+1021
* QCborMap: Add reserve() to the QHash conversionThiago Macieira2018-07-051-0/+1
* QDtls - handle server-side timeoutsTimur Pocheptsov2018-07-053-17/+15
* tst_QSqlThread: match #if-ery on declaration to useEdward Welbourne2018-07-051-0/+2
* 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-0410-27/+466
* Rename qendian.qdoc to qendian.cppThiago Macieira2018-07-041-0/+0
* QCborValue: implement move semantics for QCbor{Array,Map} constructorsThiago Macieira2018-07-044-0/+13
* QCborArray & Map: implement efficient take() / extract()Thiago Macieira2018-07-047-10/+197
* CBOR: Complete the conversions between CBOR, JSON and Qt meta typesThiago Macieira2018-07-044-8/+385
* Metatype: make the Qt CBOR value-like types built-in meta typesThiago Macieira2018-07-049-7/+63
* CBOR: Add QDebug operators for the Qt CBOR value-like typesThiago Macieira2018-07-049-10/+217
* Examples: add an example that converts between different file formatsThiago Macieira2018-07-0416-0/+2494
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-02255-2220/+6527
|\