summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* QVariant::setValue(): enable move semanticsGiuseppe D'Angelo2020-07-132-21/+35
* Move all the QProperty related code into one compilation unitLars Knoll2020-07-106-440/+325
* Cache whether a property is a booleanLars Knoll2020-07-102-4/+6
* Significantly improve performance of binding evaluationLars Knoll2020-07-105-52/+75
* Separate the error case when evaluating bindingsLars Knoll2020-07-104-37/+19
* Cleanup QPropertyBindingErrorLars Knoll2020-07-103-19/+10
* Use QList instead of QVectorJarek Kobus2020-07-091-4/+3
* Automatically register comparison operators in QMetaTypeFabian Kosmale2020-07-084-179/+167
* Get rid of one call into the TLS when evaluating bindingsLars Knoll2020-07-082-3/+7
* Extend QSharedMemory to work with qsizetype for sizesLars Knoll2020-07-077-18/+24
* Improve performance of property binding evaluationLars Knoll2020-07-073-6/+4
* Add ; to Q_UNUSEDLars Schmertmann2020-07-075-6/+6
* Use qsizetype in QListLars Knoll2020-07-061-2/+2
* Q*Iterable::const_iterator: pass by const referenceGiuseppe D'Angelo2020-07-061-2/+2
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-061-1/+1
* Remove deprecated empty macroLars Schmertmann2020-07-021-3/+0
* macOS: Move key mapping from QtCore to platform pluginTor Arne Vestbø2020-07-022-144/+0
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-021-7/+0
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-294-8/+6
* Use QList instead of QVector in corelibJarek Kobus2020-06-253-9/+7
* moc: Fix QProperty code generationFabian Kosmale2020-06-251-3/+3
* Remove QPropertyMemberChangeHandler againSimon Hausmann2020-06-251-23/+0
* QNotifiedProperty: Add guard callbackFabian Kosmale2020-06-255-59/+104
* QNotifiedProperty: pass old value to callback if requestedFabian Kosmale2020-06-255-30/+88
* Fix QPropertyFabian Kosmale2020-06-251-0/+11
* QMetaObject: Compare threadIds when checking receiver threadMike Achtelik2020-06-251-9/+16
* Fix living QObject after shutdown of QCoreApplicationAndré Klitzing2020-06-231-1/+3
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-202-6/+6
* Move QTextCodec support out of QtCoreKarsten Heimrich2020-06-201-3/+0
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-1916-58/+58
* QMetaMethod: implement returnType via returnMetaTypeFabian Kosmale2020-06-181-3/+1
* Remove some dead codeLars Knoll2020-06-172-51/+3
* QMath: make the math-related functions templatesGiuseppe D'Angelo2020-06-172-27/+27
* Warn about constructing QMetaTypes/QVariants with invalid type idsLars Knoll2020-06-162-3/+2
* Make the default constructor of QMetaType constexprLars Knoll2020-06-162-5/+2
* Port remaining usages of QStringRef in QtCore to QStringViewLars Knoll2020-06-121-2/+2
* Add some support to flag alias propertiesLars Knoll2020-06-115-0/+42
* Get rid of the obsolete isEditable flag for propertiesLars Knoll2020-06-115-53/+0
* Further metaobject cleanupsFabian Kosmale2020-06-113-40/+50
* Cleanup QMetaClassInfoLars Knoll2020-06-112-5/+14
* Cleanups in QMetaPropertyFabian Kosmale2020-06-115-205/+116
* Qt6: remove support for property flags being functionsLars Knoll2020-06-114-59/+19
* Clean up QMetaEnum codeLars Knoll2020-06-114-61/+55
* QMetaMethod: clean up offset handlingLars Knoll2020-06-115-47/+86
* Windows: Fix registry string read failuresFriedemann Kleint2020-06-111-11/+9
* Long live std::pair!Giuseppe D'Angelo2020-06-101-14/+11
* Port QMetaObject away from QStringRefLars Knoll2020-06-101-3/+3
* metatype: Do not try analyze T in Q*Pointer<T> if T is incompleteFabian Kosmale2020-06-091-1/+19
* QPointer: add get()Giuseppe D'Angelo2020-06-092-0/+9
* Use static function instead of lambda to workaround a MSVC compiler bugFabian Kosmale2020-06-081-58/+70