summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* widgets: Mark widgets as needing flush during paintingTor Arne Vestbø2019-09-202-12/+4
* macOS dark mode: set the link colorShawn Rutledge2019-09-191-1/+5
* Doc-fix: correct some misinformation about QDateTime's handling of DSTEdward Welbourne2019-09-191-23/+30
* MS TZ data: avoid calculating a date in year 0Edward Welbourne2019-09-191-13/+29
* Update hints on how to link to OpenSSLKai Koehne2019-09-193-7/+7
* macOS: Keep default NSWindow background unless window is framelessTor Arne Vestbø2019-09-161-2/+2
* Handle robustness with OpenGL < 4.0Allan Sandfeld Jensen2019-09-131-1/+23
* QMenu::popup(): don't change the menu's screen if called from exec()Shawn Rutledge2019-09-101-7/+10
* Merge remote-tracking branch 'origin/5.12.5' into 5.12Qt Forward Merge Bot2019-09-071-8/+7
|\
| * Fix crash when text contains too many directional charsRainer Keller2019-08-301-8/+7
* | A follow-up to a recent fix in QHttpNetworkConnectionChannelTimur Pocheptsov2019-09-063-1/+39
* | QShortcut: call base class implementation in event()Christian Ehrlicher2019-09-051-4/+2
* | qFatal: make it so you cannot disable the messageThiago Macieira2019-09-041-2/+2
* | Deliver stationary touchpoints that have changed pressureShawn Rutledge2019-09-022-4/+8
* | Avoid invalid memory access in QIconCacheGtkReader::lookup()Alexander Volkov2019-09-021-1/+1
* | QHttpNetworkConnectionChannel - avoid re-connecting on 'disconnected'Timur Pocheptsov2019-09-021-2/+5
* | Windows QPA: Update theme fonts when the primary screen changesFriedemann Kleint2019-09-022-1/+8
* | Doc: Clarify QJsonDocument::toJson()Joerg Bornemann2019-08-301-1/+1
* | Remove hardcoded qt_instdate field from binaryFredrik Orderud2019-08-301-1/+1
* | Fix invalid end range appended to HTTP requestRainer Keller2019-08-281-1/+2
* | Add Third-Party code in qregion.cpp to qt_attribution.json fileKai Koehne2019-08-283-54/+58
* | Fix assertion on passing nullptr QLatin1Strings to qt_compare_stringsMarc Mutz2019-08-251-2/+2
* | Don't defer platform backingstore creation if we already have a platform windowTor Arne Vestbø2019-08-241-0/+5
* | macOS: Choose appropriate NSWindow depth based on surface formatTor Arne Vestbø2019-08-242-15/+31
* | Use qsizetype for qt_memfill functionsThiago Macieira2019-08-248-29/+32
* | QGuiApplication: drop mutex before emitting fontChanged()Marc Mutz2019-08-231-2/+5
|/
* Fix build with -no-feature-printer on macOSAndré Klitzing2019-08-223-17/+24
* Avoid double QCache lookup in QOpenGLProgramBinaryCacheLaszlo Agocs2019-08-221-3/+1
* macOS: Invalidate backingstore and trigger expose on color space changesTor Arne Vestbø2019-08-224-0/+39
* macOS: Don't ask for a NSWindow background unless we need oneTor Arne Vestbø2019-08-222-15/+2
* Point out that dynamically modified meta objects are not threadsafeVolker Hilsheimer2019-08-211-0/+7
* iOS: Fix NSUInteger vs NSInteger comparison warningTor Arne Vestbø2019-08-201-1/+1
* Fix qErrnoWarning() printing no error in some conditionsThiago Macieira2019-08-191-1/+3
* macOS: Bail out early in case a popup is closed by a mouseDownTimur Pocheptsov2019-08-191-1/+3
* Simplify QBezier::addPolygon() implementationEirik Aavitsland2019-08-191-18/+14
* Guard with a mutex in QOpenGLProgramBinaryCache where neededLaszlo Agocs2019-08-172-0/+4
* DBus: fix deadlock when destroying QDBusServerMårten Nordheim2019-08-161-2/+6
* Fix macOS build with -no-feature-accessibilityAndré Klitzing2019-08-161-5/+9
* SSL: ALPN: Don't include empty, too long or truncated namesMårten Nordheim2019-08-162-20/+31
* Fix typo in description of feature datestringEdward Welbourne2019-08-151-1/+1
* eglfs/kms: Re-enable drm/gbm format overrides in the config fileLaszlo Agocs2019-08-153-14/+36
* QTextureFileReader: backport ASTC supportEirik Aavitsland2019-08-155-1/+260
* QSysInfo: Use the Apple IOKit API to get the machine's UUIDThiago Macieira2019-08-141-8/+12
* Add the detection of MSVC 2019 for QLibraryInfoFriedemann Kleint2019-08-141-1/+3
* Avoid querying unknown RESET_NOTIFICATION_STRATEGY value on GL < 4.0Laszlo Agocs2019-08-142-9/+14
* Include buildAbi() in the shader cache directory nameLaszlo Agocs2019-08-141-1/+2
* glx: Do not flood with warnings when reducing during config lookupLaszlo Agocs2019-08-141-1/+3
* Limit curve stroking threshold to reasonable rangeEirik Aavitsland2019-08-141-1/+1
* Make our connection-level window half of a possible maximumTimur Pocheptsov2019-08-141-2/+4
* Bound the scope of QTRY_LOOP_IMPL()'s local variableEdward Welbourne2019-08-131-1/+1