summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* testlib: Move qtestsystem helpers to their respective modulesTor Arne Vestbø2018-07-1613-233/+555
* Fix build without 'library'Frederik Gladhorn2018-07-161-2/+4
* QDateTime: fix some misnamed variables, s/local/zone/Edward Welbourne2018-07-161-7/+7
* Use context when connecting to functors in docsFrederik Gladhorn2018-07-161-1/+3
* QCocoaTheme: Fix system palettes in macOS 10.14Gabriel de Dietrich2018-07-141-14/+50
* Doc: harmonize toDouble() and toFloat() for QString and QByteArrayAndre Hartmann2018-07-143-1/+34
* QCborArray: add const_iterator overloads for insert/erase/extractThiago Macieira2018-07-142-0/+9
* QCborMap: make take() & remove() efficient if the item isn't thereThiago Macieira2018-07-141-8/+8
* CBOR: Use "noexcept" directlyThiago Macieira2018-07-148-49/+49
* QCborValue: Silence Coverity warning about null-pointer dereferenceThiago Macieira2018-07-141-2/+2
* QCborValue/QDebug: restore decimal state after hexThiago Macieira2018-07-141-1/+1
* Make sure there's an event dispatcher in QWindowsRemovableDriveListenerThiago Macieira2018-07-141-1/+3
* 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-132-0/+17
* 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
* 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