aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
| * Doc: link to QML module examples from qt_add_qml_module pageMitch Curtis2022-08-121-0/+3
| * Qml: Don't crash on nested group properties with aliasesUlf Hermann2022-08-042-18/+23
| * qintrusivelvist_p.h: Silence nullpointer subtraction warningFabian Kosmale2022-08-041-0/+5
| * V4: Mark InternalClass parents when running GCUlf Hermann2022-08-037-64/+210
| * V4: Allow conversion from string to QByteArray when setting bindablesUlf Hermann2022-07-281-0/+2
| * Host environment doc: Improve chances to find ?. and ??Fabian Kosmale2022-07-271-1/+2
| * Qml: When cloning a stack frame, also clone its instruction pointerUlf Hermann2022-07-252-5/+7
| * QQmlProxyMetaObject: Ignore properties/methods of non-creatable proxiesAndrei Golubev2022-07-224-39/+44
| * Add a TU for QQmlDebugServerMarc Mutz2022-07-214-1/+52
| * Qml: includemocsMarc Mutz2022-07-217-0/+14
| * CMake: Fix handling of additional prefixesJoerg Bornemann2022-07-151-1/+1
| * QQmlValueTypeWrapper: readReferenceValue in virtualGetOwnPropertyUlf Hermann2022-07-081-4/+21
| * QV4::CompiledData: fix GCC 12 -Werror=uninitialized errorsMarc Mutz2022-07-011-3/+3
| * Doc: Remove sentence about extensions only providing propertiesUlf Hermann2022-06-301-4/+3
| * (manual) includemocsMarc Mutz2022-06-292-0/+2
* | Revert "Update commercial license headers"Tarja Sundqvist2022-11-24459-9899/+9899
|/
* QQmlContext: Don't redeclare metatype for QList<QObject *>Ievgenii Meshcheriakov2022-06-201-2/+0
* Doc: Clarify naming conventions for .js files in QML modulesJoerg Bornemann2022-06-161-0/+11
* QML: Take care of QVariant when converting function argumentsUlf Hermann2022-06-163-6/+17
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-06-1311-204/+267
* QQmlTypeCompiler: Find implicit components for inline component rootsUlf Hermann2022-06-131-15/+22
* QML: Port QV4::CompiledData::Object to new special integer bitfieldUlf Hermann2022-06-139-34/+89
* QML: Port QV4::CompiledData::Property to new special integer bitfieldUlf Hermann2022-06-135-34/+53
* QML: Port QV4::CompiledData::ParameterType to new special integer bitfieldUlf Hermann2022-06-133-15/+29
* QML: Port QV4::CompiledData::Alias to new special integer bitfieldUlf Hermann2022-06-136-50/+114
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-06-1319-113/+118
* Fix the build with tracing enabledShawn Rutledge2022-06-111-4/+4
* Fix crash in QQmlObjectCreator::populateInstanceUlf Hermann2022-06-101-0/+8
* Fix race condition on QQmlEnginePrivate::qml_debugging_enabledMarc Mutz2022-06-084-4/+6
* QQmlDebug: reliably print the debugger warningMarc Mutz2022-06-081-1/+10
* QtQml: Fix and test edge cases of QQmlFile's local file detectionUlf Hermann2022-06-041-48/+100
* Fix \relates for Q_IMPORT_QML_PLUGINFabian Kosmale2022-06-041-1/+2
* QQmlPropertyCache: Guarantee 1:1 relationship to meta objectUlf Hermann2022-06-044-23/+33
* Handle property assignment failure for group property gracefullyFabian Kosmale2022-06-041-1/+4
* Fix build with GCC12: apparently incorrect use-after-free warningThiago Macieira2022-06-041-1/+2
* CMake: Fix qmlimportscanner call for conanJoerg Bornemann2022-06-041-5/+22
* qqmlimport.cpp: remove unused qreadwritelock.hMarc Mutz2022-06-041-1/+0
* QML: Port QV4::CompiledData::RegExp to new special integer bitfieldUlf Hermann2022-06-043-18/+23
* QML: Port QV4::CompiledData::Lookup to new special integer bitfieldUlf Hermann2022-06-044-25/+20
* QML: Port icutils::Node to new special integer bitfieldUlf Hermann2022-06-043-21/+32
* qv4string: port away from std::aligned_storageMarc Mutz2022-06-041-1/+1
* QML: Port QV4::CompiledData::JSClassMember to new special integer bitfieldUlf Hermann2022-06-043-10/+17
* Doc: Integrate with JS Values from C++Jaishree Vyas2022-06-045-0/+392
* Update commercial license headersTarja Sundqvist2022-06-04459-9899/+9899
* Quick Animations: Fix crashFabian Kosmale2022-06-042-4/+4
* QML: Reset the binding name when synthesizing componentsUlf Hermann2022-06-041-0/+4
* CMake: Work around moc issue in static builds when building snippetsAlexandru Croitor2022-06-031-2/+5
* Doc: Write QML ModulesJaishree Vyas2022-04-047-2/+368
* QML: In captureLookup(), return false if it failsUlf Hermann2022-03-251-2/+1
* V4 ArrayIterator: Protect retrieved value from GCUlf Hermann2022-03-241-3/+3