summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QThread: Centralize the creation of the event dispatcherThiago Macieira2018-07-146-20/+22
* Fix Windows+ICU buildThiago Macieira2018-07-141-12/+13
* SecureTransport - cleanup the code a bitTimur Pocheptsov2018-07-141-35/+30
* Android: Support mouse hoverMichael Dippold2018-07-132-20/+34
* QStringView: Add compare() member functionFriedemann Kleint2018-07-133-0/+37
* macOS: Add logging when applying new window stateTor Arne Vestbø2018-07-131-0/+2
* macOS: Group window state handling in QCocoaWindowTor Arne Vestbø2018-07-131-220/+224
* 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
* Fix use of QTest::mouseMove() in widgets testsAndre de la Rocha2018-07-123-6/+6
* macOS: Correctly restart display-link when window is moved between screensTor Arne Vestbø2018-07-121-1/+3
* cbordump: Fix build with linux-clang-libc++Jüri Valdmann2018-07-121-0/+1
* QSslSocketBackendPrivate - avoid recursion while handing errorsTimur Pocheptsov2018-07-123-7/+99
* Add QStyle::SH_SpinBox_StepModifier style hintNathan Collins2018-07-127-275/+629
* Fix build with '-no-feature-action' configurationValentin Fokin2018-07-126-0/+28
* Allow loading of empty translation filesKai Koehne2018-07-127-30/+46
* 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-107-2/+149
* Enable mDNS service discovery in Docker-based test serversRyan Chu2018-07-105-35/+34
* configure: move qtConfTest_verifySpec() out of qt_configure.prfOswald Buddenhagen2018-07-102-5/+5
* 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