summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* macOS: Notify socket notifier on connection error6.0Morten Johan Sørvig2021-07-021-3/+11
* fix: The QtStartUpFunction function may be called repeatedlyJiDe Zhang2021-04-281-1/+9
* Fix build error on iOS with the configure option -qtnamespaceLars Schmertmann2021-04-272-3/+9
* QEventDispatcher(Win): Always honor interrupted status to avoid racesMårten Nordheim2021-03-251-1/+5
* Add documentation for Q_OBJECT_BINDABLE_PROPERTYAndreas Buhr2021-03-061-0/+23
* Mark QPropertyAlias as internalFabian Kosmale2021-02-161-0/+2
* Add new special QObjectPrivate::{connect, disconnect} for QMLAndrei Golubev2021-01-212-3/+52
* Add missing since to QEvent::copy docsNicolas Fella2021-01-191-0/+1
* Doc: Clarify setLibraryPaths behaviorPaul Wicking2021-01-191-3/+4
* QProperty docs: update macro nameAndreas Buhr2021-01-081-4/+5
* Fix segmentation fault in QObject::dumpObjectInfoAndreas Buhr2021-01-071-1/+1
* Disallow construction of QPropertyBinding from a propertyFabian Kosmale2020-12-181-5/+1
* QProperty docs: update macro nameIvan Solovev2020-12-171-2/+3
* Move QObjectBindableProperty documentation into snippet fileFabian Kosmale2020-12-171-18/+1
* QProperty: Handle eager binding calling setBindingFabian Kosmale2020-12-092-0/+9
* macOS: Add missing QT_MANGLE_NAMESPACEMorten Johan Sørvig2020-12-082-2/+2
* QSystemSemaphorePrivate: Fix a call to tr() to translate()Tuomas Vaarala2020-12-081-1/+1
* 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
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-0410-20/+20
* Fix QTranslator::load() search order not following uiLanguages orderKarsten Heimrich2020-12-031-25/+9
* QProperty: Avoid spurious dependencies by suspending binding stateFabian Kosmale2020-12-023-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
* Doc: Fix various documentation warningsTopi Reinio2020-11-301-1/+1
* Simplify the safeguarding logic in notify()Lars Knoll2020-11-263-118/+80
* Inline the fast path for removeBinding()Lars Knoll2020-11-262-10/+17
* Smaller cleanup in QBindingStorageLars Knoll2020-11-261-11/+11
* Inline the fast path of a few methodsLars Knoll2020-11-263-18/+37
* Remove ExtraBit and FlagMask from QPropertyBindingDataLars Knoll2020-11-263-22/+11
* Inline the QPropertyBindingPrivatePtr destructorLars Knoll2020-11-262-4/+8
* Optimize code in QTaggedPointerLars Knoll2020-11-261-1/+1
* Inline access to the QBindingStorageLars Knoll2020-11-267-40/+44
* Fix QVariant/QMetaType::compare APIsGiuseppe D'Angelo2020-11-254-26/+59
* Return subclass type from overrides of QEvent::cloneVolker Hilsheimer2020-11-241-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-211-1/+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