summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove winrtOliver Wolff2020-06-0616-1206/+41
* Remove unused argument from methodLars Knoll2020-06-061-31/+31
* Remove unused function pointers in QVariant::HandlerLars Knoll2020-06-062-25/+0
* QVariant: use std::addressof instead of operator&Giuseppe D'Angelo2020-06-061-1/+3
* QVariant: move and swap in the move assignment operatorGiuseppe D'Angelo2020-06-061-1/+1
* Fix check for malformed input when decoding translationsVolker Hilsheimer2020-06-051-1/+1
* Fix build without features.shortcutTasuku Suzuki2020-06-051-0/+2
* macOS: Clean up headersTor Arne Vestbø2020-06-052-19/+48
* QNX: assume QNX is always UTF-8Samuli Piippo2020-06-041-1/+2
* Fix and compactify QNotifiedPropertyUlf Hermann2020-06-033-14/+82
* QEventDispatcherWin32: retrieve PM_REMOVE value as a bit flagAlex Trotsenko2020-06-031-1/+5
* QTranslator: replace manual memory handling with std::unique_ptrMarc Mutz2020-06-021-18/+14
* QMetaType: create metatype for voidFabian Kosmale2020-06-022-11/+23
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-026-38/+129
* Cosmetic whitespace / indentationIvan Tkachenko2020-05-292-55/+65
* Implement support for QProperty<T> with a static observerSimon Hausmann2020-05-285-4/+382
* Fix most obvious typos in doc commentsIvan Tkachenko2020-05-283-18/+18
* Add a QPropertyAliasUlf Hermann2020-05-273-10/+399