summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-293-27/+78
* 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
* 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
* Revert "CUPS: Add support for accessible IPP printers"Volker Hilsheimer2022-07-281-5/+2
* 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-281-27/+42
* QMetaObject: rewrite QMetaMethod::invokeThiago Macieira2022-07-281-63/+141
* Modernize QWasmCompositor::windowAtMikolaj Boc2022-07-281-15/+7
* Fix race condition with QTest::ignoreMessageAndré Klitzing2022-07-281-0/+9
* Remove QWasmCompositedWindow as dead codeMikolaj Boc2022-07-282-71/+19
* Fix build with missing qml-root-pathAndré Klitzing2022-07-281-1/+1
* Schannel: remove outdated commentMårten Nordheim2022-07-281-1/+0
* Simplify and tidy up various trivia in Q*SettingsPrivateEdward Welbourne2022-07-281-28/+18
* QMetaType: prevent memory leak on create() if the constructor throwsThiago Macieira2022-07-271-13/+21
* QMetaType: re-fix them for pointersThiago Macieira2022-07-271-7/+37
* QMetaType: fix QMetaTypes for non-const referencesThiago Macieira2022-07-272-10/+20
* QMetaType: move is_complete template further upThiago Macieira2022-07-271-15/+14
* Remove qvariant_p.hThiago Macieira2022-07-275-31/+1
* QVariant: prepare removal of nullptr_t special casing in Qt 7Fabian Kosmale2022-07-272-1/+4
* QVariant: add noexcept to Qt types with noexcept copy constructorsThiago Macieira2022-07-272-24/+24
* QVariant: update constructors for trivially copyable typesThiago Macieira2022-07-273-57/+91
* QVariant: move the privates upThiago Macieira2022-07-271-63/+59
* QVariant::PrivateShared: move create() and free() into the .cppThiago Macieira2022-07-272-24/+29
* QVariant::Private: remove unused internalStorage()Thiago Macieira2022-07-271-3/+0
* QVariant::Private: remove old typeId() functionThiago Macieira2022-07-272-20/+15
* QVariant::Private: replace QMetaType constructor with interfaceThiago Macieira2022-07-272-9/+9
* QVariant: replace v_construct with a Private template constructorThiago Macieira2022-07-273-133/+61
* QVariant: optimize copying for trivially copyable payloadsThiago Macieira2022-07-271-16/+16
* QVariant: use QtMetaTypePrivate directly instead of QMetaTypeThiago Macieira2022-07-271-4/+7
* QVariant: move the check for std::nullptr_t a bit up in customConstructThiago Macieira2022-07-273-16/+17
* QVariant: split the warning from customConstruct()Thiago Macieira2022-07-271-17/+38
* QMetaType: don't record trivial construction function pointersThiago Macieira2022-07-274-36/+75
* QVariant: delegate more to QMetaTypeThiago Macieira2022-07-271-29/+17
* Add nullptr guard in QStyleSheetStyle::drawPrimitive(PE_PanelLineEdit)Axel Spoerl2022-07-271-5/+8
* CMake: Fix install destination of in-tree examplesAlexandru Croitor2022-07-271-0/+1
* CMake: Add per-target support for iOS launch screensAlexandru Croitor2022-07-271-47/+104
* Deliver non-client area mouse events to WASM windowsMikolaj Boc2022-07-276-28/+80
* Doc: be more explicit about when a MEMBER property NOTIFY signal is emitted a...Albert Astals Cid2022-07-271-2/+3