aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* QML: Allow fetchOrCreateTypeForUrl to report errors without qFatalErik Verbruggen2019-04-161-1/+1
* QML: Check for (valid) compilation units while hashingErik Verbruggen2019-04-161-0/+2
* QMLJS: Remove unused boolean field hasTry from compiler contextErik Verbruggen2019-04-151-1/+0
* Prevent CoW detaches from happeningErik Verbruggen2019-04-152-13/+16
* Fix string replacement with invalid capturesUlf Hermann2019-04-151-2/+1
* Only create the imports array if importCount is greater than 0Andy Shaw2019-04-141-2/+4
* Don't create value types for QImage and QPixmapUlf Hermann2019-04-122-11/+22
* Detect and reject cyclic aliasesUlf Hermann2019-04-091-10/+30
* Don't use delegate model types on -no-feature-delegate-modelUlf Hermann2019-04-081-0/+2
* Avoid INT_MIN % -1 and INT_MIN / -1Ulf Hermann2019-04-081-0/+1
* Fix clang-cl compiler warningsKai Koehne2019-04-081-1/+1
* Doc: Add missing quote in example codePaul Wicking2019-04-011-1/+1
* Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-03-291-1/+1
* Avoid redundant slashes when creating qmldir URLsUlf Hermann2019-03-281-1/+1
* Allow enums in QQmlType to be set up in two separate passesUlf Hermann2019-03-281-8/+15
* Check for numeric limits when growing SharedInternalClassDataPrivateUlf Hermann2019-03-273-16/+41
* Re-use existing IC when freezing propertiesUlf Hermann2019-03-272-5/+4
* Scope intermediate values when allocating objectsUlf Hermann2019-03-273-7/+17
* Trigger the garbage collector when allocating InternalClass objectsUlf Hermann2019-03-264-94/+118
* Enable lookups for imported scripts and worker scriptsSimon Hausmann2019-03-253-5/+17
* Fix memory "leaks" in qmlcachegenSimon Hausmann2019-03-222-5/+9
* Initialize TranslationData padding before writing cache filesUlf Hermann2019-03-211-0/+2
* Accelerate lookups of properties in outer QML contextsSimon Hausmann2019-03-212-52/+114
* V4: Do not invert non-reflexive comparison binopsErik Verbruggen2019-03-211-49/+36
* Accelerate access to initial context object properties in lookupsMichael Brasser2019-03-202-1/+57
* Accelerate access to scope object properties in lookupsMichael Brasser2019-03-205-21/+99
* Accelerate lookup of singleton propertiesMichael Brasser2019-03-204-2/+69
* Fix lookup fallback into the global object in QML bindingsSimon Hausmann2019-03-203-2/+39
* Accelerate access to id objects in lookupsSimon Hausmann2019-03-203-2/+39
* Accelerate access to singletons and imported scriptsSimon Hausmann2019-03-203-3/+65
* V4: Don't mark InternalClass::parent when garbage collectingUlf Hermann2019-03-201-5/+7
* Remove dead compile time QML context/scope property and id object codeSimon Hausmann2019-03-2024-1159/+41
* Implement dummy QML lookups for "global" variablesSimon Hausmann2019-03-2024-49/+213
* Doc: Clarify section about qmlRegisterInterface()Ulf Hermann2019-03-201-3/+4
* Create import directory from intercepted URL, not orignial oneUlf Hermann2019-03-201-1/+1
* Enable lookups in QMLSimon Hausmann2019-03-1910-76/+311
* Baseline JIT: Save accumulator in toInt32LhsAcc()Ulf Hermann2019-03-191-16/+16
* Update JavaScript documentationUlf Hermann2019-03-192-3/+63
* Fix leaking propertyCache inside QQmlAdaptorModel::AccessorsKirill Burtsev2019-03-151-3/+3
* Fix lookups the transition between primitive strings and string objectsSimon Hausmann2019-03-151-2/+2
* Fix up global name determination when compiling ahead of timeSimon Hausmann2019-03-152-2/+3
* Fix type error exception messages when using member lookupsSimon Hausmann2019-03-151-1/+23
* Make object property lookup resolution virtualSimon Hausmann2019-03-154-74/+105
* Unify the JavaScript parsing recursion checksUlf Hermann2019-03-1510-75/+95
* Don't keep raw pointers to SparseArrayNodeUlf Hermann2019-03-143-5/+6
* Save some stack space during code generationUlf Hermann2019-03-145-153/+192
* Doc: link to C++ and QML integration flowchartMitch Curtis2019-03-121-0/+2
* Disable tail calls for function called with more arguments than formalsUlf Hermann2019-03-041-1/+3
* Doc: QQmlApplicationEngine::objectCreated() also signals errorsUlf Hermann2019-03-011-3/+5
* Doc: Document peculiarity of sorting DelegateModelGroupsUlf Hermann2019-03-011-1/+2