summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Doc: Mark QSP::PublicShare, Templates for 6.4Kai Köhne2022-01-141-2/+2
* qtpaths: Expose new PublicShareLocation, TemplatesLocationKai Köhne2022-01-141-0/+2
* QGuiApplication: port the last user of QMutableEventPoint::from()Marc Mutz2022-01-143-44/+40
* QPathEdge: Fix array initializationIvan Tkachenko2022-01-141-5/+1
* Port the last user of QMutableSinglePointEvent::mutableEvent()Marc Mutz2022-01-142-3/+1
* QTlsBackend: Fix living QObjects after QCoreApplication shutdownMike Achtelik2022-01-132-6/+15
* Add porting instructions for using binary JSONSona Kurazyan2022-01-131-31/+34
* Don't return an associated screen for embedded widgetsVolker Hilsheimer2022-01-131-0/+5
* Properly detect and declare contiguous iteratorsGiuseppe D'Angelo2022-01-132-16/+9
* 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