aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/ftw
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Discard events on engine shutdown rather than processing themUlf Hermann2024-04-051-11/+4
* QtQml: Make move ctors and operatos of QQmlNullableValue noexceptUlf Hermann2024-01-181-4/+4
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-111-2/+2
* QtQml: When clearing the type loader, also clear any pending eventsUlf Hermann2024-01-102-0/+18
* QtQml: Clean up QIntrusiveListUlf Hermann2024-01-091-183/+102
* QtQml: Make QQmlNullableValue somewhat saferUlf Hermann2024-01-081-12/+59
* QtQml: Key singletons by singleton instance infoUlf Hermann2023-08-301-2/+14
* QQmlRefPointer: Make some life cycle methods noexceptUlf Hermann2023-06-281-6/+6
* QRecyclePool: replace New() overload with varidic templateMarc Mutz2023-06-271-17/+7
* QRecyclePool: remove the nullary New() methodMarc Mutz2023-06-261-8/+1
* QRecyclePool: fix potential UBMarc Mutz2023-06-261-6/+3
* QQmlRefCount: unexport the classMarc Mutz2023-06-251-1/+1
* QQmlRefCount: de-virtualize dtorMarc Mutz2023-06-251-5/+17
* QQmlRefCount: break all users that attempt to access the dtorMarc Mutz2023-06-251-2/+12
* QQmlRefPointer: mark ctors as [[nodiscard]]Marc Mutz2023-06-231-4/+4
* QBiPointer: mark ctors as [[nodiscard]]Marc Mutz2023-06-231-5/+5
* V4: Discern between named builtins and optimizations for common typesUlf Hermann2023-05-161-0/+2
* QHashedStringRef: assert that strings have at most INT_MAX sizeFabian Kosmale2022-10-312-7/+21
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-072-6/+6
* Avoid unlock/lock dance before waitForNextMessageFabian Kosmale2022-09-191-2/+1
* QQmlThread: get rid of startup synchronizationFabian Kosmale2022-09-161-16/+0
* QQmlThread: add some internal documentationFabian Kosmale2022-09-161-0/+21
* QQmlThreadPrivate: use bool for flagsFabian Kosmale2022-09-161-4/+4
* QQmlThread: Unify postTo/callIn methodsFabian Kosmale2022-09-161-181/+41
* QQmlThread: remove support for unused startup/shudownThreadFabian Kosmale2022-09-162-16/+0
* QQmlThread: optimize isThisThread by using currentThreadIdFabian Kosmale2022-09-141-1/+3
* qqmlthread: Remove unused wakeAll supportFabian Kosmale2022-09-142-7/+0
* Qml: Allow const and non-const QObjectWrappers to coexistUlf Hermann2022-09-071-0/+5
* Introduce QQml::makeRefPointer helper functionFabian Kosmale2022-07-131-0/+15
* Use SPDX license identifiersLucie GĂ©rard2022-06-1119-722/+38
* QBiPointer/QQmlRefPointer: mark as Q_PRIMIITVE_TYPE/Q_RELOCATABLE_TYPEMarc Mutz2022-05-092-0/+6
* QBiPointer/QQmlRefPointer: add member-swap, don't use qSwapMarc Mutz2022-05-072-5/+6
* Make sure all private headers include at least one otherThiago Macieira2022-03-1010-19/+19
* Avoid ping-pong between plain pointers and QQmlRefPointerUlf Hermann2022-01-251-0/+11
* Unify PropertyCache refcountingUlf Hermann2022-01-031-2/+6
* qintrusivelvist_p.h: Silence nullpointer subtraction warningFabian Kosmale2021-11-261-0/+5
* Fix life cycle methods of various types related to QQmlBindUlf Hermann2021-11-121-22/+8
* Rename qflagpointer_p.h to qbipointer_p.hFabian Kosmale2021-11-033-6/+3
* QBiPointer: Add internal documentationFabian Kosmale2021-11-031-0/+10
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-2/+2
* Add inequality operator to QQmlRefPointerAndrei Golubev2021-06-151-0/+2
* Reject overrides of final properties (and potentially methods)Ulf Hermann2021-06-021-0/+5
* Cleanup some includesFabian Kosmale2021-03-172-0/+4
* Introduce QQmlAnyBinding as an abstraction over bindingsFabian Kosmale2021-03-041-0/+20
* Remove unused QBitField classFabian Kosmale2021-03-041-167/+0
* QHashedString(Ref): Use QStringView internallyFabian Kosmale2021-02-113-99/+28
* Use a QDoubleEndedList for the children of animation group jobsUlf Hermann2021-02-051-0/+292
* Remove the qmake project filesFabian Kosmale2021-01-151-26/+0
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-161-1/+1