summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Move the docs for porting to QRegularExpression to a common placeSona Kurazyan2022-07-263-0/+289
* Provide more details of failed connectionAndré Klitzing2022-07-231-0/+2
* QVariant: do allow non-default-constructible typesThiago Macieira2022-07-222-3/+30
* Fix test flaky-crashing on OpenSUSE with KDE window managerDimitrios Apostolou2022-07-221-1/+1
* Update freetype to 2.12.1Volker Hilsheimer2022-07-22513-6131/+35542
* Port QCollator/Posix to qsizetypeMarc Mutz2022-07-221-2/+2
* Partly un-deprecate QMouseEvent::source()Ivan Solovev2022-07-222-3/+5
* QHttpHeaderParser: fix int/qsizetype nagsMårten Nordheim2022-07-221-3/+3
* QAction: add QT_DEPRECATED_VERSION_6_0 to deprecated methodsIvan Solovev2022-07-224-5/+16
* Undeprecate QAction::setMenu(QMenu *)Volker Hilsheimer2022-07-222-6/+2
* Fix Wacom proximity on xcb againShawn Rutledge2022-07-211-6/+5
* QGuiApplication: do not emit deprecated signalsIvan Solovev2022-07-213-0/+24
* Do not use QTextFormat::FontFamily when building with QT_DISABLE_DEPRECATED_B...Ivan Solovev2022-07-214-8/+10
* QShortcut::parentWidget(): Add QT_DEPRECATED_VERSION_X_6_0Ivan Solovev2022-07-212-2/+3
* QCursor: add missing QT_DEPRECATED_VERSION_X_6_0 for deprecated methodsIvan Solovev2022-07-216-21/+23
* QVariant: Avoid crash when constructed from unsuitable metatypeFabian Kosmale2022-07-212-3/+57
* Android: document the supported clipboard mimetypesAssam Boudjelthia2022-07-211-0/+4
* QMetaType: fix documentationFabian Kosmale2022-07-211-7/+7
* qgraphicsitem_cast: replace 0 with nullptrMarc Mutz2022-07-211-2/+2
* Gui: mark types Q_PRIMITIVE_TYPE when they're held in QDataBufferMarc Mutz2022-07-214-3/+14
* QLocale/Win: fix truncation bug in winIso639LangName()Marc Mutz2022-07-211-2/+2
* QFontSubset: remove unused glyphName() overloadMarc Mutz2022-07-212-19/+0
* Port qt_repeatCount() to qsizetypeMarc Mutz2022-07-214-6/+6
* QtConcurrent::ReduceKernel: fix race conditionsSona Kurazyan2022-07-211-0/+2
* tst_bench_shared_ptr: fix build with BOOST_NO_EXCEPTIONSMarc Mutz2022-07-211-0/+13
* tst_QByteArray: fix custom QCOMPARE for QBAs > 2GiBMarc Mutz2022-07-211-1/+1
* CMake: Rename test to tst_qobjectraceAlexandru Croitor2022-07-211-1/+1
* CMake: Rename test to tst_gui_variant_no_applicationAlexandru Croitor2022-07-211-1/+1
* Add \brief descriptions to QtConcurrent topicsSona Kurazyan2022-07-214-0/+4
* QVariant: add missing const to QMetaTypeInterface pointersThiago Macieira2022-07-212-12/+9
* Forward COMPILER_LAUNCHER to the ABI-specific external projectsAlexey Edelev2022-07-201-0/+8
* Use the main ABI's CMAKE_MAKE_PROGRAM in ABI-specific external projectsAlexey Edelev2022-07-201-0/+4
* Improve widget painting under dpr>1 by enabling smooth pixmap scalingEirik Aavitsland2022-07-197-20/+25
* Doc: Hide weak overload template magic from documentationKai Köhne2022-07-192-2/+5
* Fix build with the disabled 'translation' featureAlexey Edelev2022-07-191-1/+1
* QAbstractItemModel: Fix Qt::TextAlignmentRole when metatype is uintJonas Kvinge2022-07-191-4/+8
* QWidget: extend timeouts in flaky enterLeaveOnWindowShowHide testVolker Hilsheimer2022-07-171-2/+2
* QCborValue: free container memory in case of parsing failureThiago Macieira2022-07-171-1/+5
* QCborValue: further clamp down on memory allocation for CBOR streamsThiago Macieira2022-07-171-11/+28
* Fix QPointerEvent::allPointsGrabbed()Shawn Rutledge2022-07-171-2/+3
* QPalette: detach before modifying resolve mask when resolvingVolker Hilsheimer2022-07-162-1/+16
* tst_qnetworkreply: replace server.pem/key pairTimur Pocheptsov2022-07-152-35/+45
* QGraphicsProxyWidget: make tolerance in mapToGlobal test at least 4Volker Hilsheimer2022-07-151-1/+1
* QGraphicsWidget: skip test if graphics view fails to showVolker Hilsheimer2022-07-151-1/+2
* QGraphicsProxyWidget: make tolerance for errors depend on DPIVolker Hilsheimer2022-07-151-2/+3
* GroupBox example: port away from using deprecated QAction::setMenu()Ivan Solovev2022-07-151-3/+1
* Add new mkspecs device for Raspberry Pi 4 (64-bit)Umair Raihan2022-07-152-0/+65
* qtestlib: exit with error if a test is invoked with unknown data tagDimitrios Apostolou2022-07-142-21/+74
* Disable unit testing setting up QTcpServer on special Apple interfacesØystein Heskestad2022-07-141-0/+6
* Do not use QExposedEvent::region() in internal codeIvan Solovev2022-07-145-36/+5