summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Clarify variable names in QPropertyObserverPointer::notifyAndreas Buhr2021-01-112-14/+10
* QBindable: Improve read-only supportFabian Kosmale2021-01-111-1/+24
* Remove outdated comment and unnecessary initialization callAndreas Buhr2021-01-091-1/+0
* QProperty docs: update macro nameAndreas Buhr2021-01-081-4/+5
* Doc: Fix \sa statement link errorNico Vertriest2021-01-071-1/+1
* Remove the qmake project filesJoerg Bornemann2021-01-071-195/+0
* Make QString and QByteArray sequentially iterableUlf Hermann2021-01-061-24/+40
* Fix segmentation fault in QObject::dumpObjectInfoAndreas Buhr2021-01-061-1/+1
* qt_qFindChild(ren)_helper: remove pointless checksGiuseppe D'Angelo2021-01-041-6/+5
* Add some comments to clarify meaning of observers in property systemAndreas Buhr2020-12-211-3/+3
* Disallow construction of QPropertyBinding from a propertyFabian Kosmale2020-12-181-5/+1
* QProperty add markdirtyFabian Kosmale2020-12-184-0/+76
* QSocketNotifier: hone setSocket() APIAlex Trotsenko2020-12-172-9/+8
* Q_OBJECT_BINDABLE_PROPERTY: Silence warnings properlyFabian Kosmale2020-12-171-5/+4
* Bindable property with initializationIvan Solovev2020-12-173-2/+48
* QProperty docs: update macro nameIvan Solovev2020-12-151-2/+3
* Move QObjectBindableProperty documentation into snippet fileFabian Kosmale2020-12-151-18/+1
* QSocketNotifier: extend API to provide more flexible startupAlex Trotsenko2020-12-112-17/+76
* Fix event() chaining in QSocketNotifierAlex Trotsenko2020-12-111-11/+15
* QDeadlineTimer: optimize when std::chrono::steady_clock is the sameThiago Macieira2020-12-091-0/+28
* Simplify the detection for the monotonic clock in qelapsedtimer_unix.cppThiago Macieira2020-12-091-35/+29
* QMetaObjectBuilder: use constexpr ifFabian Kosmale2020-12-091-37/+43
* 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
* 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