summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-08249-2007/+4616
|\
| * Revert "QCommonStyle::pixelMetric(): Silence warnings about deprecated enum v...Fabian Kosmale2020-04-081-38/+7
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-085-28/+14
| |\
| | * Fix build with macOS 10.15 and deployment 10.12André Klitzing2020-04-071-1/+2
| | * Purge two old time-zone lookup fallbacksEdward Welbourne2020-04-071-23/+0
| | * Ensure QTzTimeZonePrivate always tries a non-empty IANA IDEdward Welbourne2020-04-071-2/+5
| | * QLibrary: fix deadlock caused by fix to QTBUG-39642Thiago Macieira2020-04-063-2/+7
| * | H2C - make sure we send the client preface and settingsTimur Pocheptsov2020-04-073-0/+10
| * | Doc: Document QTestStream manipulators under the Qt namespaceTopi Reinio2020-04-073-26/+103
| * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-04-065-45/+64
| |\ \
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-065-45/+64
| | |\|
| | | * Doc: Fix QLineF::IntersectionType enum nameLeena Miettinen2020-04-031-1/+1
| | | * Doc: Clarify equivalence of two QDate instancesTopi Reinio2020-04-031-7/+9
| | | * QEventDispatcherWin32: fix posted events deliveringAlex Trotsenko2020-04-032-33/+50
| | | * QLibrary/Android: Correct improper mergingThiago Macieira2020-04-031-4/+4
| * | | Add missing endif() in a CMake fileJean-Michaël Celerier2020-04-051-1/+1
| * | | Wasm: don’t deadlock on parallel image conversionsMorten Johan Sørvig2020-04-051-3/+8
| |/ /
| * | qpa: Remove references to lighthouseTor Arne Vestbø2020-04-0336-83/+9
| * | Doc: Make Qt Test snippets compilableNico Vertriest2020-04-0312-201/+416
| * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-04-033-22/+60
| |\ \
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-033-22/+60
| | |\|
| | | * Clean up QTzTimeZonePrivate::systemTimeZoneId()Edward Welbourne2020-04-021-20/+13
| | | * ANGLE: d3d11: Do not register windows message hooks for d3d11 windowsOliver Wolff2020-04-022-2/+47
| * | | macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-0337-65/+65
| * | | CMake: Fix double inclusion of CMake plugin targetsKai Koehne2020-04-031-1/+2
| * | | No-thread: Don’t assert in ~QThreadData()Morten Johan Sørvig2020-04-031-0/+2
| |/ /
| * | Purge a stray space from calendar locale dataEdward Welbourne2020-04-023-1779/+1779
| * | Change QLocale to use CLDR's accounting formats for currenciesEdward Welbourne2020-04-021-433/+433
| * | Take CLDR's distinguished attributes into accountEdward Welbourne2020-04-021-146/+143
| * | Take number system into account in currency format look-upEdward Welbourne2020-04-021-18/+18
| * | Rework qlocalexml2cpp.py to use writers based on TranscriberEdward Welbourne2020-04-022-3/+5
| * | Rework cldr2qtimezone.py into more maintainable formEdward Welbourne2020-04-021-2/+2
| * | Enable accessibility on Linux when org.a11y.Status IsEnable is trueSamuel Thibault2020-04-021-2/+1
| * | Warn that the EDITABLE flag for property declarations is deprecatedLars Knoll2020-04-023-2/+9
| * | Use correct deprecation macro, and add \since to new member functionVolker Hilsheimer2020-04-022-3/+3
| * | QLineEdit: clarify the impact of using validatorsVolker Hilsheimer2020-04-012-6/+19
| * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"v5.15.0-beta3Liang Qi2020-03-317-41/+91
| |\ \
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-317-41/+91
| | |\|
| | | * Send MouseMove events without buttons if the press closed the popupVolker Hilsheimer2020-03-301-3/+5
| | | * testlib: add QAbstractItemModelTester::verify()Liang Qi2020-03-301-0/+6
| | | * itemviews: Use the start of the current selection when getting the rangeAndy Shaw2020-03-301-3/+9
| | | * CBOR support: prevent overflowing QByteArray's max allocationThiago Macieira2020-03-274-35/+71
| * | | QCommonStyle::pixelMetric(): Silence warnings about deprecated enum valuesFriedemann Kleint2020-03-311-7/+38
| |/ /
| * | Fix 1 pixel wide imagesAllan Sandfeld Jensen2020-03-301-1/+1
| * | Finish deprecating TouchPoint::rect, sceneRect and screenRect accessorsShawn Rutledge2020-03-302-26/+20
| * | Update bundled libjpeg-turbo to version 2.0.4Eirik Aavitsland2020-03-3010-50/+93
| * | Fix Fusion style ignoring SH_UnderlineShortcut from proxy styleJoni Poikelin2020-03-301-2/+2
| * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-03-276-72/+163
| |\ \
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-276-72/+163
| | |\|
| | | * QCborValue: apply a simple optimization to avoid unnecessary allocationsThiago Macieira2020-03-252-28/+29