summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* QProperty: Support multiple observersUlf Hermann2020-05-274-17/+32
* QProperty: Apply coding style and avoid warningsUlf Hermann2020-05-271-1/+1
* webOS: Fix allocateTimerIdJani Hautakangas2020-05-181-1/+8
* QMetaType: Support char16_t and char32_tFabian Kosmale2020-05-151-1/+4
* Remove QRegExp from QVariantLars Knoll2020-05-145-54/+22
* Get rid of some QTextCodec leftoversLars Knoll2020-05-141-1/+0
* Remove QTextCodec dependency from QMimeDataLars Knoll2020-05-141-9/+10
* Remove QTextCodec dependency from QCoreGobalDataLars Knoll2020-05-142-25/+0
* Remove deprecated QDesktopServices APIsVolker Hilsheimer2020-05-131-6/+0
* Remove deprecated functionality in QMetaObjectBuilderShawn Rutledge2020-05-131-11/+0
* Replace some QString::fromRawData() with QStringViews around the codeMarc Mutz2020-05-121-1/+1
* QtCore: use new QChar::fromUcs{2,4}()Marc Mutz2020-05-121-2/+2
* QStringView: add toNSString() / toCFString()Marc Mutz2020-05-081-6/+31
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-051-2/+3
|\
| * Improve QTranslator documentation code snippetKai Koehne2020-05-051-2/+3
* | QCoreApplication: force the process locale codec to UTF-8Thiago Macieira2020-05-051-5/+37
* | Fix crash when using QProperty<T>::setBinding(Functor ...)Simon Hausmann2020-04-301-3/+4
* | Minor cleanup for QProperty constructorSimon Hausmann2020-04-301-10/+3
* | Attempt to squeeze unionized fake qproperty members even furtherSimon Hausmann2020-04-301-2/+9
* | Provide a way of exposing private QProperties with a fake APISimon Hausmann2020-04-301-0/+32
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-271-0/+16
|\|