summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QStandardPaths: Remove old MinGW workaroundYuhang Zhao2022-01-131-11/+1
* QStandardPath: fix typoYuhang Zhao2022-01-131-1/+1
* QWindowSystemInterface: port to QMutableEventPoint static setter APIMarc Mutz2022-01-131-6/+6
* Add a few explicit conversions back from intThiago Macieira2022-01-123-4/+4
* QString::compare: fix comparing a 4GB string to 1 QCharThiago Macieira2022-01-121-1/+1
* tst_QString/tst_QByteArray: add checks for null-nessMarc Mutz2022-01-132-0/+79
* tst_qeventdispatcher: fix UB in single-shot timers activationAlex Trotsenko2022-01-131-6/+6
* Q*Parser: Replace "data" with "contents" in stringsRobert Löhning2022-01-123-5/+5
* Fuzzing: Don't explicitly restrict sizes before loading imagesRobert Löhning2022-01-121-11/+2
* QRollEffect: Remove assignments that have no effectIvan Tkachenko2022-01-131-2/+0
* QJsonObject: use the UTF-8 string comparator in sortingThiago Macieira2022-01-122-4/+2
* Fix tst_qcollator run time issue on INTEGRITY deviceTatiana Borisova2022-01-121-5/+5
* QByteArray: remove left-over Q_NEVER_INLINE after we removed the tablesThiago Macieira2022-01-121-4/+0
* QMacStyle: fix a regression introduced by a button type changeTimur Pocheptsov2022-01-121-0/+7
* QSslSocket (SecureTransport) add TLS 1.3 ciphersuitesTimur Pocheptsov2022-01-124-0/+121
* QVariant: fix incorrect warning about duplicated alias where there isn'tThiago Macieira2022-01-121-0/+1
* Doc: Replace "C:\Documents and Settings" pathsKai Köhne2022-01-124-6/+6
* QStyle docs: Use since enum attributeKai Köhne2022-01-121-30/+16
* QTzTimeZonePrivate: fix UB (data race on m_icu)Marc Mutz2022-01-121-0/+12
* rhi: Add queries for vertex input/output limitsLaszlo Agocs2022-01-1210-1/+77
* Fix wrong QT_HOST_* values when qt.conf is presentJoerg Bornemann2022-01-121-2/+2
* Draw extended RGB solid colorsAllan Sandfeld Jensen2022-01-127-25/+112
* macOS: Implement QCALayerBackingStore::scroll for improved performanceTor Arne Vestbø2022-01-123-2/+58
* Expand tst_QBackingStore auto testTor Arne Vestbø2022-01-121-1/+168
* Adapt SQL drivers to Qt 6 change of QVariant::isNullVolker Hilsheimer2022-01-1210-12/+136
* QHttpNetworkConnection: Always set proxy settings to all channelsAndrey Mozzhuhin2022-01-121-2/+2
* qt-testrunner: disable JUnit XML test logsDimitrios Apostolou2022-01-121-3/+1
* QSinglePointEvent: port away from QMutableEventPoint::from()Marc Mutz2022-01-121-16/+16
* QFlatMap: re-implement insert() via insert_or_assign()Marc Mutz2022-01-121-33/+4
* QFlatMap: add insert_or_assignMarc Mutz2022-01-123-3/+83
* Remove unused testdata directory from QPushButton unit testAxel Spoerl2022-01-1210-0/+0
* QCache: fix potential crash in trim()Mårten Nordheim2022-01-122-5/+69
* Remove unused legacy testdata directory from QWidget kernel unit testAxel Spoerl2022-01-128-0/+0
* QOperatingSystemVersion: Make implementation consistent on all platformsYuhang Zhao2022-01-123-22/+13
* Don't access QObject::objectName during QThread startVolker Hilsheimer2022-01-123-6/+16
* QScreen_win: retrieve user friendly monitor nameYuhang Zhao2022-01-121-4/+15
* Add Q_FLAG for QEventLoop::ProcessEventsFlagsTor Arne Vestbø2022-01-121-0/+1
* eglfs: Unset shared raster compositing context before deletionTor Arne Vestbø2022-01-121-0/+2
* Make QCursor::setPos() use the correct screenMorten Johan Sørvig2022-01-122-1/+21
* xcb: Correctly update primary screen status with RandR 1.5Zhang Hao2022-01-123-11/+37
* wasm: ensure cursor reverts after window resizeLorn Potter2022-01-124-9/+46
* QPointingDevice: avoid double lookup in Private::pointById()Marc Mutz2022-01-121-4/+3
* QFlatMap: add an alias for using QVarLengthArraysMarc Mutz2022-01-122-2/+4
* QWizardLayoutInfo: make == and != operators constBernhard Rosenkraenzer2022-01-121-3/+3
* QFlatMap: add try_emplace (w/o hint)Marc Mutz2022-01-122-0/+107
* QEventPoint: forward-declare QMutableEventPoint before befriending itMarc Mutz2022-01-121-0/+1
* QFlatMap: optimize construction from existing containersMarc Mutz2022-01-121-14/+7
* QFlatMap: fix pointless reallocations on repeated range-insert()sMarc Mutz2022-01-121-2/+0
* Enable markdown writer 'preformats with embedded backticks' testShawn Rutledge2022-01-121-3/+3
* Add a markdown writer test for a checklist item ending with `code`Shawn Rutledge2022-01-121-0/+29