summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* CMake: Fix examples to build as external projects when cross-compilingAlexandru Croitor2022-08-051-4/+35
* CMake: Fix Ninja Multi-Config dependency issues for top-level targetsAlexandru Croitor2022-08-051-3/+5
* eglfs: Fix crash when painting the mouse cursor in a multiscreen setupDominik Holland2022-08-051-5/+5
* Fix generation of the forward header for QFunctionPointerSona Kurazyan2022-08-052-1/+4
* update function argument of SSL_CTX_set_optionsMichael Saxl2022-08-054-7/+12
* QStringIterator: fix UB [2/2]: use std::less to compare pointersMarc Mutz2022-08-051-5/+8
* Explicitly disable bitcode for iOS applicationsTor Arne Vestbø2022-08-051-0/+20
* Fix qYieldCpu() for ARM < ARMv7Marc Mutz2022-08-051-1/+1
* tst_QFocusFrame: fix -WparanthesesMarc Mutz2022-08-051-1/+1
* Add keyword msvc-2022 to testlib blacklistingOliver Wolff2022-08-041-1/+3
* Remove if_types.h workaround for watchOSTor Arne Vestbø2022-08-042-24/+0
* QtHttp: Lower the severity of some log outputMårten Nordheim2022-08-041-5/+4
* moc: handle attributes in class declarationsFabian Kosmale2022-08-032-1/+4
* CMake: Fix single standalone tests to use same Qt C++ language stdAlexandru Croitor2022-08-032-1/+5
* SQLite: Update SQLite to v3.39.2Andy Shaw2022-08-033-5775/+10259
* QSysInfo::prettyProductName(): add missing macOS product namesYuhang Zhao2022-08-031-2/+9
* CMake: Relax constraint on not having feature values changeAlexandru Croitor2022-08-031-1/+9
* QGtk3Theme: Respect xcb_xlib config optionIlya Fedin2022-08-032-0/+7
* rhi: gl: Reset the buffer bindings on beginExternalLaszlo Agocs2022-08-031-1/+7
* eglfs: Fix screen cloning when atomic is enabledLaszlo Agocs2022-08-031-5/+6
* qUtf16Printable: avoid creating a copy of a QStringSona Kurazyan2022-08-031-1/+1
* QGtk3Theme: Ensure gtk uses the same windowing system as QtIlya Fedin2022-08-011-0/+9
* Fix race condition with QTest::ignoreMessageAndré Klitzing2022-07-301-0/+9
* Fix build with missing qml-root-pathAndré Klitzing2022-07-281-1/+1
* Revert "CUPS: Add support for accessible IPP printers"Volker Hilsheimer2022-07-281-5/+2
* Add nullptr guard in QStyleSheetStyle::drawPrimitive(PE_PanelLineEdit)Axel Spoerl2022-07-271-5/+8
* CMake: Make sure qtbase examples are installed into the correct pathAlexandru Croitor2022-07-273-6/+6
* CMake: Fix install destination of in-tree examplesAlexandru Croitor2022-07-272-0/+7
* tst_QMetaType: merge flags and flagsStaticlessThiago Macieira2022-07-263-53/+52
* CMake: prepend build dir for examples buildSamuli Piippo2022-07-261-6/+6
* CMake: include the libexecdir in generated pkg-config filesEli Schwartz2022-07-261-0/+1
* CMake: Make tst_qdbusabstractadaptor depend on qmyserverAlexandru Croitor2022-07-261-0/+1
* CMake: Ensure build instructions are always shown the first timeAlexandru Croitor2022-07-261-1/+8
* Include the QRegularExpression porting docs in Qt 6 porting guideSona Kurazyan2022-07-261-245/+6
* 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