summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* Remove remaining ### Qt 6 comment in qcoreevent.hShawn Rutledge2020-09-011-1/+1
* Doc fix: functions may actually have fewer arguments than the signalAndreas Hartmetz2020-09-011-6/+4
* Doc fix: disconnect with receiver also works for context objectsAndreas Hartmetz2020-09-011-2/+3
* Add a QMetaSequence interfaceUlf Hermann2020-09-013-0/+1293
* Take the right lock before using a connection's receiverGiuseppe D'Angelo2020-09-011-1/+1
* Deprecate and remove uses of AA_DisableHighDpiScalingTor Arne Vestbø2020-08-311-1/+0
* Deprecate and remove all uses of AA_UseHighDpiPixmapsTor Arne Vestbø2020-08-311-2/+1
* Fix alignment of QVariant::Private::data on 32bit systemsLars Knoll2020-08-301-2/+3
* Move the data for QTimer into the d-pointerLars Knoll2020-08-292-36/+75
* Fix comparison of QVariants that contain pointers to QObjectsLars Knoll2020-08-291-0/+26
* Add const to some methodsLars Knoll2020-08-283-8/+8
* Make QTranslator::load() insist that its return value be checkedEdward Welbourne2020-08-281-11/+12
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-281-1/+0
* qmetatype.h: Rename ValueTypeIsMetaType to SequentialValueTypeIsMetaTypeUlf Hermann2020-08-281-5/+5
* Improve connect: Use existing metatypes if possibleFabian Kosmale2020-08-283-15/+38
* Remove the alignas() from QVariant::PrivateLars Knoll2020-08-262-4/+5
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-261-2/+0
* Synchronize QEventDispatcherWin32::processEvents() with QCoreApplicationAlex Trotsenko2020-08-261-1/+3
* Cleanup QTypeInfoLars Knoll2020-08-261-1/+1
* Introduce QEvent::isPointerEvent()Shawn Rutledge2020-08-252-3/+24
* Move QStateMachine from QtCore to QtScxmlKarsten Heimrich2020-08-242-0/+24
* Rename QSequentialIterable::refUlf Hermann2020-08-242-17/+17
* Remove private QSequentialIterable begin/end methodsUlf Hermann2020-08-242-14/+2
* Make the canConvertMetaObject method safeLars Knoll2020-08-241-3/+4
* Remove QVariant(QDataStream) constructorLars Knoll2020-08-242-15/+0
* Use QMetaType in QMetaCallEventLars Knoll2020-08-243-16/+16
* Pass QMetaType by valueLars Knoll2020-08-247-18/+17
* Clean up int based convert() APILars Knoll2020-08-245-50/+66
* Deprecate int based convert/canConvertLars Knoll2020-08-243-16/+58
* Return a qsizetype from QMetaType::sizeOf()/alignOf()Lars Knoll2020-08-242-4/+4
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-248-199/+121
* Remove refcounting of QMetaTypeInterfaceLars Knoll2020-08-245-76/+21
* Cleanup the qRegisterMetaType functionLars Knoll2020-08-241-49/+13
* Remove an unused enum value and document another oneLars Knoll2020-08-242-3/+2
* Cleanup qvariant_cast<>Lars Knoll2020-08-243-106/+46
* Move conversions to and from *Iterables into QMetaTypeLars Knoll2020-08-244-148/+196
* Implement QMetaType::canConvert() and use it in QVariantLars Knoll2020-08-243-392/+147
* Get rid of the old QVariant conversion codepathLars Knoll2020-08-242-56/+24
* Move QJsonValue and QCborValue conversions to QMetaTypeLars Knoll2020-08-242-151/+127
* Remove some unused codeLars Knoll2020-08-241-12/+0
* Finish porting number conversions to QMetaTypeLars Knoll2020-08-242-253/+29
* Move enum conversions over into QMetaTypeLars Knoll2020-08-243-90/+151
* Implement integral conversions in QMetaTypeLars Knoll2020-08-241-1/+108
* Start porting conversions over from QVariant to QMetaTypeLars Knoll2020-08-243-581/+403
* Remove some dead codeLars Knoll2020-08-241-9/+0
* Add a metatype helper class for Qt CoreLars Knoll2020-08-242-15/+32
* Always try to conversions through QMetaTypeLars Knoll2020-08-241-21/+9
* Use QVariant::Private::typeId()Lars Knoll2020-08-241-96/+96
* Clean up QVariant::Private::DataLars Knoll2020-08-242-113/+88
* Get rid of the private v_cast<>() methodLars Knoll2020-08-242-213/+187