summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iOS: Account for UITextInteraction when building against 12.x or lowerv5.12.6Andy Shaw2019-11-081-4/+2
* Merge 5.12 into 5.12.6Kari Oikarinen2019-11-073-3/+36
|\
| * Ensure that child windows are visible again when showing their parentAndy Shaw2019-10-313-3/+36
* | Add changes file for Qt 5.12.6Antti Kokko2019-11-061-0/+53
* | Ignore non-existent .ui file dependenciesJoerg Bornemann2019-11-063-1/+11
|/
* Bump versionFrederik Gladhorn2019-10-301-1/+1
* Update bundled libjpeg-turbo to version 2.0.3Eirik Aavitsland2019-10-3015-78/+185
* Only call ShowCaret if Windows 10 1709 or later is usedAndy Shaw2019-10-301-5/+7
* Fix a -Wclass-memaccess problem in qjsonVille Voutilainen2019-10-281-1/+3
* Revert "Release left button before showing the popup context menu"Eskil Abrahamsen Blomfeldt2019-10-253-19/+0
* Windows/MinGW: Fix posted events timer not stoppingFriedemann Kleint2019-10-242-3/+7
* Remove DirectWrite warning when loading bitmap fontsEskil Abrahamsen Blomfeldt2019-10-211-8/+10
* macOS: Optionally flush sub-layers via sub-image copies of the backingstoreTor Arne Vestbø2019-10-181-10/+19
* iOS: Account for when the older SDK is used when buildingAndy Shaw2019-10-182-2/+5
* Fix assert in VS project generatorJoerg Bornemann2019-10-161-2/+4
* Fix for compilers that don't allow casting nullptr_t to an integerVolker Hilsheimer2019-10-141-1/+2
* DTLS auto-test(s) - fix a buggy logic with pending datagramsTimur Pocheptsov2019-10-112-4/+4
* Include likely-adjusted uiLanguages for the system localeEdward Welbourne2019-10-105-18/+75
* Filesystem: avoid crashes on exit in case the locale codec is nullThiago Macieira2019-10-091-1/+3
* evdevtouch: Report stationary touchpoints that include pressure changesShawn Rutledge2019-10-091-1/+5
* Fix QRandomGenerator initialization on AMD CPUsDmitry Kazakov2019-10-085-49/+91
* Ensure all children of a widget get updated when a stylesheet changesAndy Shaw2019-10-081-0/+5
* iOS: Prevent UIKit from adding UITextInteraction to our viewTor Arne Vestbø2019-10-071-0/+12
* 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