summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* QPropertyBindingPrivate: Enable QML engine error handlingFabian Kosmale2020-12-082-2/+25
* Fix QPropertyAlias example, which did not compileAndreas Buhr2020-12-071-3/+3
* Fix QProperty example so that comments match implementationAndreas Buhr2020-12-071-1/+1
* Make the signal argument in Q_OBJECT_BINDABLE_PROPERTY optionalLars Knoll2020-12-072-2/+15
* Improve the documentation for QElapsedTimer::restart, include unitsAleix Pol2020-12-051-1/+2
* QBindable: Disallow mutation if read-onlyFabian Kosmale2020-12-041-2/+2
* Fix event() chaining in QWinEventNotifierAlex Trotsenko2020-12-031-5/+8
* Fix QTranslator::load() search order not following uiLanguages orderKarsten Heimrich2020-12-031-25/+9
* Add a way to check whether a metatype has datastream operatorsLars Knoll2020-12-012-1/+15
* QProperty: Avoid spurious dependencies by suspending binding stateFabian Kosmale2020-12-013-9/+36
* Add a note about where to declare the streaming operatorsLars Knoll2020-12-011-1/+2
* Fix documentation of QMetaType::TypeFlagAndreas Buhr2020-12-011-1/+1
* QMetaProperty: Enable constructing only DataFabian Kosmale2020-12-012-3/+13
* Simplify the safeguarding logic in notify()Lars Knoll2020-11-303-118/+80
* Inline the fast path for removeBinding()Lars Knoll2020-11-302-10/+17
* Smaller cleanup in QBindingStorageLars Knoll2020-11-301-11/+11
* Inline the fast path of a few methodsLars Knoll2020-11-303-18/+37
* Remove ExtraBit and FlagMask from QPropertyBindingDataLars Knoll2020-11-303-22/+11
* Inline the QPropertyBindingPrivatePtr destructorLars Knoll2020-11-302-4/+8
* Optimize code in QTaggedPointerLars Knoll2020-11-301-1/+1
* Inline access to the QBindingStorageLars Knoll2020-11-307-40/+44
* Doc: Fix various documentation warningsTopi Reinio2020-11-301-1/+1
* QMetaObjectPrivate: Add firstMethodFabian Kosmale2020-11-302-0/+19
* Fix QVariant/QMetaType::compare APIsGiuseppe D'Angelo2020-11-304-26/+59
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-3010-20/+20
* QMetaProperty::typeName: use name from metatypeFabian Kosmale2020-11-302-7/+11
* QMetaObjectBuilder: remove relocatable data supportFabian Kosmale2020-11-302-82/+9
* QMetaPropertyBuilder: carry metatypeFabian Kosmale2020-11-302-3/+14
* QEventDispatcherWin32Private: Get rid of TimerInfo struct listMaks Naumov2020-11-262-30/+20
* Return subclass type from overrides of QEvent::cloneVolker Hilsheimer2020-11-231-4/+4
* QMetaType: Track whether type is QML list typeFabian Kosmale2020-11-232-0/+6
* Delete move constructor and move-assignment for QEventVolker Hilsheimer2020-11-201-1/+3
* QCoreApplication: add doc to discourage use of processEventsThiago Macieira2020-11-201-4/+8
* QCoreApplication: add more information to processEvents() docsThiago Macieira2020-11-201-0/+3
* Make QMetaTypeInterface constexpr on WindowsLars Knoll2020-11-191-44/+40
* Disable copying and assigning of QEventVolker Hilsheimer2020-11-192-4/+12
* Allow cloning of event objectsVolker Hilsheimer2020-11-172-0/+15
* Adjust code format, add space after 'if'Zhang Sheng2020-11-163-3/+3
* Drop the d-pointer of QEventVolker Hilsheimer2020-11-122-7/+4
* Clean up and pack data members of QEvent classesVolker Hilsheimer2020-11-122-38/+23
* Purge QCoreApplicationPrivate::cloneEvent and overridesVolker Hilsheimer2020-11-122-20/+0
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-121-1/+1
* Fix QGraphicsView's abuse of QEvent's d-pointer in Leave event handlingVolker Hilsheimer2020-11-112-0/+2
* Rename remaining QEvent variables to m_ convention; init m_reservedShawn Rutledge2020-11-105-23/+25
* QWinEventNotifier: unlink from event dispatcherAlex Trotsenko2020-11-106-178/+34
* Replace ushort -> quint16 in event classesShawn Rutledge2020-11-101-8/+8
* Doc: mention that disconnecting all signals can be dangerousMitch Curtis2020-11-091-0/+6
* Correct processEvents documentationAndreas Buhr2020-11-082-4/+4
* QProperty: Mark metaType as unused in else branch of createFor()Ulf Hermann2020-11-071-0/+1
* Introduce QEvent::isSinglePointEvent()Shawn Rutledge2020-11-072-3/+25