summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix CVE-2019-16168 in SQLiteAndy Shaw2019-10-072-1/+46
* sqlite: Update to v3.29.0Andy Shaw2019-10-073-3112/+4062
* Xcode: Ensure there's always a CFBundle[Short]Version[String] setTor Arne Vestbø2019-09-271-15/+16
* Add QQuickMultiPointTouchArea as a friend of QTouchEventShawn Rutledge2019-09-251-0/+1
* Mark stationary touch points as updated if pressure or velocity changesShawn Rutledge2019-09-253-1/+6
* Move DialogButtonBoxLayout case to be before MouseDoubleClickDistanceAndy Shaw2019-09-241-3/+2
* Update lancelot tests to use non-system-specific host info collectionDaniel Smith2019-09-231-18/+10
* evdevtouch: Add fallback definition of ABS_MT_PRESSURE; fix alignmentShawn Rutledge2019-09-201-2/+5
* 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-192-13/+37
* configure: Do use pkg-config --libs for static libsKai Koehne2019-09-191-3/+1
* 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
* CMake: Fix usage of debug frameworks on macOSAlexandru Croitor2019-09-121-1/+2
* QMenu::popup(): don't change the menu's screen if called from exec()Shawn Rutledge2019-09-101-7/+10
* Merge "Merge remote-tracking branch 'origin/5.12.5' into 5.12"Qt Forward Merge Bot2019-09-077-55/+211
|\
| * Merge remote-tracking branch 'origin/5.12.5' into 5.12Qt Forward Merge Bot2019-09-077-55/+211
|/|
| * Don't add default lib dirs to LIBRARY_SEARCH_PATHS in xcode projectsv5.12.5Joerg Bornemann2019-09-031-1/+4
| * Fix library suffix replacement for xcode projectsJoerg Bornemann2019-08-312-43/+69
| * Fix crash when text contains too many directional charsRainer Keller2019-08-302-8/+24
| * Add changes file for Qt 5.12.5Antti Kokko2019-08-301-0/+109
| * Do not prepend QMAKE_PREFIX_STATICLIB to TARGET for TEMPLATE auxJoerg Bornemann2019-08-281-2/+4
| * Merge 5.12 into 5.12.5Paul Wicking2019-08-2315-57/+95
| |\
| * | macOS: Whitelist the 10.15 SDK for building Qt and applicationsTor Arne Vestbø2019-08-201-1/+1
* | | A follow-up to a recent fix in QHttpNetworkConnectionChannelTimur Pocheptsov2019-09-063-1/+39
* | | QShortcut: call base class implementation in event()Christian Ehrlicher2019-09-052-4/+12
* | | qFatal: make it so you cannot disable the messageThiago Macieira2019-09-041-2/+2
* | | tst_http2::goaway - run in ALPN mode onlyTimur Pocheptsov2019-09-041-0/+3
* | | 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
* | | QPainter lancelot test: improve drawImage testingEirik Aavitsland2019-09-021-2/+8
* | | 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-302-4/+1
* | | Fix invalid end range appended to HTTP requestRainer Keller2019-08-281-1/+2
* | | iOS: Skip explicit dead code stripping when generating Xcode projectsTor Arne Vestbø2019-08-281-1/+5
* | | 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
* | | Remove broken wild card list from QMake's help outputJoerg Bornemann2019-08-242-6/+5
* | | 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
* | | Fix classical strcmp misuse in VS project generatorJoerg Bornemann2019-08-241-12/+3
* | | 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