summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Read QThreadPool::objectName thread-safeAllan Sandfeld Jensen2022-01-132-6/+10
* Allow reading QObject::objectName from other threads againAllan Sandfeld Jensen2022-01-131-0/+4
* Tidy up macOS collation and add some assertionsEdward Welbourne2022-01-131-7/+9
* Fix an assertion failure in massageAdjustedDateTime()Edward Welbourne2022-01-131-4/+4
* Make counts of various types of test result add up correctlyEdward Welbourne2022-01-134-27/+95
* Revise the explanation for leaving QTest::qWait() as it isEdward Welbourne2022-01-131-4/+6
* uic/Python: Import base class for flag valuesFriedemann Kleint2022-01-132-6/+22
* QMetaType: Allow conversion of derived gadget types to their base typesUlf Hermann2022-01-131-5/+11
* Doc: Fix snippet to match actual QFileInfo behaviorKai Köhne2022-01-131-1/+1
* rhi: Add the basic infrastructure for tessellation supportLaszlo Agocs2022-01-139-48/+218
* QStandardPaths_win: Add mapping for DownloadLocationYuhang Zhao2022-01-131-8/+4
* QApplication: port manual users of QMutableEventPointMarc Mutz2022-01-131-2/+2
* 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
* Q*Parser: Replace "data" with "contents" in stringsRobert Löhning2022-01-122-2/+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
* 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-123-0/+82
* 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-128-1/+70
* Draw extended RGB solid colorsAllan Sandfeld Jensen2022-01-126-25/+67
* macOS: Implement QCALayerBackingStore::scroll for improved performanceTor Arne Vestbø2022-01-122-0/+57
* Adapt SQL drivers to Qt 6 change of QVariant::isNullVolker Hilsheimer2022-01-129-12/+44
* QHttpNetworkConnection: Always set proxy settings to all channelsAndrey Mozzhuhin2022-01-121-2/+2
* 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-122-1/+19
* QCache: fix potential crash in trim()Mårten Nordheim2022-01-121-5/+3
* 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-121-1/+2
* xcb: Correctly update primary screen status with RandR 1.5Zhang Hao2022-01-122-10/+3
* 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-121-0/+3
* QWizardLayoutInfo: make == and != operators constBernhard Rosenkraenzer2022-01-121-3/+3
* QFlatMap: add try_emplace (w/o hint)Marc Mutz2022-01-121-0/+24
* QEventPoint: forward-declare QMutableEventPoint before befriending itMarc Mutz2022-01-121-0/+1
* QFlatMap: optimize construction from existing containersMarc Mutz2022-01-121-14/+7