aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-0938-599/+1055
|\
| * QQmlVMEMetaObjectEndpoint: ensure property cache before accessing itSami Shalayel2022-09-211-4/+1
| * qqmlprivate.h: make static constexpr members c++11 compliantSami Shalayel2022-09-121-0/+39
| * V4: Account for the guard pages when allocating stack spaceUlf Hermann2022-09-091-6/+9
| * V4: Mark InternalClass parents when running GCUlf Hermann2022-08-296-63/+212
| * Qml: Don't crash on nested group properties with aliasesUlf Hermann2022-08-042-18/+23
| * QV4::CompiledData: fix GCC 12 -Werror=uninitialized errorsMarc Mutz2022-07-211-3/+3
| * QML: Port QV4::CompiledData::RegExp to new special integer bitfieldUlf Hermann2022-06-243-18/+23
| * QML: Port QV4::CompiledData::JSClassMember to new special integer bitfieldUlf Hermann2022-06-243-10/+17
| * QML: Port QV4::CompiledData::Object to new special integer bitfieldUlf Hermann2022-06-249-34/+89
| * QML: Port icutils::Node to new special integer bitfieldUlf Hermann2022-06-243-21/+32
| * QML: Port QV4::CompiledData::Lookup to new special integer bitfieldUlf Hermann2022-06-243-24/+19
| * QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-06-2412-193/+263
| * QML: Port QV4::CompiledData::Property to new special integer bitfieldUlf Hermann2022-06-245-34/+59
| * QML: Port QV4::CompiledData::Alias to new special integer bitfieldUlf Hermann2022-06-246-48/+112
| * QML: Port QV4::CompiledData::ParameterType to new special integer bitfieldUlf Hermann2022-06-243-15/+29
| * QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-06-2418-105/+112
| * Fix Qt build with Python being in path with spacesJoerg Bornemann2022-06-221-1/+1
| * Fix race condition on QQmlEnginePrivate::qml_debugging_enabledMarc Mutz2022-06-094-4/+6
| * qqmlimport.cpp: remove unused qreadwritelock.hMarc Mutz2022-06-091-1/+0
| * QQmlDebug: reliably print the debugger warningMarc Mutz2022-06-091-1/+10
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.10' into tqtc/lts-5.15-ope...v5.15.10-lts-lgplTarja Sundqvist2023-04-2413-5/+78
|\|
| * (manual) includemocsMarc Mutz2022-05-112-0/+2
| * QML/JS: Reject yield expression not directly in generator functionsFabian Kosmale2022-05-071-0/+11
| * Add a TU for QQmlDebugServerMarc Mutz2022-05-064-0/+52
| * Qml: includemocsMarc Mutz2022-05-064-0/+8
| * Build fixes for GCC 11Ville Voutilainen2022-04-291-2/+2
| * V4 ArrayIterator: Protect retrieved value from GCUlf Hermann2022-03-281-3/+3
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.9' into tqtc/lts-5.15-open...v5.15.9-lts-lgplTarja Sundqvist2023-03-238-17/+32
|\|
| * Fix sweep step for tainted QObject JavaScript wrappersVlad Zahorodnii2022-03-151-1/+1
| * V4: Do not call dtor of an object we continue to useUlf Hermann2022-02-041-3/+2
| * icutils::Node: GCC 11 -Werror=maybe-uninitialized w/-fsanitize=undefinedMarc Mutz2022-02-031-1/+3
| * Use tree hash rather than commit hash in .tag fileUlf Hermann2022-01-261-3/+3
| * Adjust default max call depth for QNXUlf Hermann2022-01-262-3/+10
| * QQmlLoggingCategory: Avoid unnecessary warnings from settersIvan Tkachenko2022-01-191-5/+12
| * QQmlJs::FixedPoolArray: fix UB (precondition violation) in allocate()Marc Mutz2022-01-031-1/+1
| * Do not copy lookupsUlf Hermann2021-12-165-67/+107
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...v5.15.8-lts-lgplTarja Sundqvist2022-11-1020-105/+237
|\ \
| * | Do not copy lookupsUlf Hermann2021-12-155-67/+107
| |/
| * V4 Lookup: Do not leak property cachesUlf Hermann2021-12-104-19/+35
| * Unset the QQmlAnimationTimer pointer from unregistered jobsVolker Hilsheimer2021-11-241-2/+4
| * Reset the timer of all controlled animations upon timer destructionVolker Hilsheimer2021-11-242-5/+35
| * Don't create an animation timer when destroying the animation jobVolker Hilsheimer2021-11-241-1/+1
| * Disable JIT for arm64 when doing macOS universal buildsAlexandru Croitor2021-11-227-3/+44
| * Handle function as default arguments in toplevel functionsFabian Kosmale2021-11-122-0/+13
| * Do not crash on self-assignment of QQmlPropertyUlf Hermann2021-11-111-6/+2
| * Do not resolve containing types of inline components too earlyUlf Hermann2021-11-081-7/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.7' into tqtc/lts-5.15-open...v5.15.7-lts-lgplTarja Sundqvist2022-09-127-23/+36
|\|
| * SaveableUnitPointer::saveToDisk restores flags incorrectly at cleanupJarkko Koivikko2021-10-111-1/+2
| * Document that clearComponentCache() does not clear existing objectsUlf Hermann2021-10-071-0/+10