summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add license headers to cmake filesLucie Gérard2022-08-031774-94/+5329
* CMake: Relax constraint on not having feature values changeAlexandru Croitor2022-08-031-1/+9
* CMake: Remove the CLASSNAME argument from qt6_add_pluginJoerg Bornemann2022-08-031-16/+0
* CMake: Remove internal __qt_add_plugin_*_args variablesJoerg Bornemann2022-08-031-37/+0
* CMake: Remove the now unused option __QT_INTERNAL_NO_INSTALLJoerg Bornemann2022-08-031-4/+0
* QLocale: Expose FormatTime enum via Q_ENUMMaximilian Goldstein2022-08-021-0/+1
* Build minimal subset of tests for Android multi-ABI Qt buildsAlexey Edelev2022-08-025-1/+22
* QAbstractNativeEventFilter: Add a Windows exampleLaszlo Papp2022-08-022-0/+23
* qUtf16Printable: avoid creating a copy of a QStringSona Kurazyan2022-08-021-1/+1
* QMetaObject: fix check for void's metatype in metaType()Thiago Macieira2022-08-011-1/+2
* QMetaObject: fix calling overloaded functions & constructorsThiago Macieira2022-08-012-3/+72
* QMetaObject: improve methodMatch() to include the stored metatypesThiago Macieira2022-08-011-3/+49
* QMetaType: fix void* parametersThiago Macieira2022-08-013-3/+79
* QProperty: optimize non-recursive notification logicFabian Kosmale2022-08-012-8/+10
* eglfs: Fix screen cloning when atomic is enabledLaszlo Agocs2022-08-011-5/+6
* rhi: gl: Avoid magic adjustments to the context/window formatLaszlo Agocs2022-08-018-46/+30
* Remove outdated docs for qOverload()Sona Kurazyan2022-08-012-15/+0
* QProperty: Notify observers even when dependency is goneFabian Kosmale2022-08-014-30/+170
* Derive PlaceholderText color from Text color in QPaletteAxel Spoerl2022-08-011-0/+34
* rhi: gl: Reset the buffer bindings on beginExternalLaszlo Agocs2022-08-011-1/+7
* Evaluate TranslucentBackground when (re)creating the windowLaszlo Agocs2022-08-011-0/+2
* Use the dead Mac path in QWasmEventTranslator::translateDeadKeyMikolaj Boc2022-08-012-3/+3
* Extract header qtdeprecationmarkers.h from qglobal.hSona Kurazyan2022-07-314-266/+283
* tst_QMetaType: fix warning that buffer may be unusedThiago Macieira2022-07-311-2/+2
* QVariant: make many more QtCore types nothrow-copyableThiago Macieira2022-07-3018-94/+71
* QVariant: update the noexcept content for a few typesThiago Macieira2022-07-302-26/+36
* QRegularExpression: introduce (global)matchViewGiuseppe D'Angelo2022-07-294-43/+95
* Extract header qtversionchecks.h from qglobal.hSona Kurazyan2022-07-295-52/+69
* Extract header qenvironmentvariables.h from qglobal.hSona Kurazyan2022-07-297-340/+375
* Move the check for -fPIC compile flag to qcompilerdetection.hSona Kurazyan2022-07-292-7/+7
* Extract header qoverload.h from qglobal.hSona Kurazyan2022-07-295-114/+130
* Extract header qtranslation.h from qglobal.hSona Kurazyan2022-07-295-229/+250
* CMake: Deprecate _add_app/executable/test/tool PUBLIC_LIBRARIES optionAlexandru Croitor2022-07-294-9/+46
* Windows: Implement dark mode palette and accent color supportVolker Hilsheimer2022-07-292-78/+164
* Remove the unused forward declaration for QDataStream from qglobal.hSona Kurazyan2022-07-291-6/+0
* QVariant: move d.get() into qNumVariantToHelperThiago Macieira2022-07-281-9/+9
* CMake: Rename tests to be unique for top-level buildsAlexandru Croitor2022-07-282-3/+3
* Revert "CUPS: Add support for accessible IPP printers"Volker Hilsheimer2022-07-281-5/+2
* cmake: add support for EXCEPTIONS to qt_internal_add_appRobert Griebl2022-07-281-1/+7
* QMetaObject: move QMetaMethodPrivate into an unnamed namespaceThiago Macieira2022-07-283-2/+4
* QMetaObject: simplify printMethodNotFoundWarning() a littleThiago Macieira2022-07-281-9/+6
* QMetaObject: merge the findMethodCandidates() into the warning functionThiago Macieira2022-07-281-18/+8
* QMetaObject: move the warning from invokeMethod() to a new functionThiago Macieira2022-07-281-20/+24
* QMetaObject: rewrite newInstance()Thiago Macieira2022-07-281-38/+57
* QMetaObject: rewrite invokeMethod()Thiago Macieira2022-07-282-30/+55
* QMetaObject: rewrite QMetaMethod::invokeThiago Macieira2022-07-282-63/+145
* Modernize QWasmCompositor::windowAtMikolaj Boc2022-07-281-15/+7
* CMake: Export package name and 3rdparty flag for 3rd party librariesAlexandru Croitor2022-07-281-2/+10
* Fix race condition with QTest::ignoreMessageAndré Klitzing2022-07-281-0/+9
* Remove QWasmCompositedWindow as dead codeMikolaj Boc2022-07-282-71/+19