aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* QQmlDelegateModel: check incubationTask before accessing itwip/itemviewsRichard Moe Gustavsen2018-02-061-2/+8
* QQmlDelegateModel: mark setModelIndex as virtualRichard Moe Gustavsen2018-02-061-1/+1
* Get rid of internal QQmlPrivate::CachedQmlUnit interface part 1Simon Hausmann2018-01-285-32/+32
* Remove private API dependency of qmlcachegen generated codeSimon Hausmann2018-01-286-10/+12
* Add support for compiling QML/JS files ahead of time in resourcesSimon Hausmann2018-01-282-10/+5
* Remove duplicated declarationLars Knoll2018-01-261-1/+0
* Fix a couple of places where we'd free used objectsLars Knoll2018-01-262-5/+7
* Fix compilation unit memory leak when using qml caching from resourcesSimon Hausmann2018-01-261-1/+2
* Remove some duplicated codeSimon Hausmann2018-01-254-31/+26
* Fix crash in tst_controls in QQC2Simon Hausmann2018-01-222-4/+24
* Minor data structure cleanupSimon Hausmann2018-01-224-25/+2
* Remove unused methodLars Knoll2018-01-192-7/+0
* Disentangle include dependencies around the write barrierLars Knoll2018-01-196-134/+130
* Introduce a SubString String typeLars Knoll2018-01-194-12/+50
* Split up String type into a regular and a ComplexStringLars Knoll2018-01-194-61/+73
* V4 JIT: Fix JIT thresholdErik Verbruggen2018-01-171-1/+1
* Fix build without QML debuggingUlf Hermann2018-01-165-11/+8
* Move the freeList from Heap::ArrayData to SparseArrayLars Knoll2018-01-155-20/+18
* Get rid of BuiltinFunctionLars Knoll2018-01-1510-115/+19
* Convert XmlHttpRequest methods to new calling conventionLars Knoll2018-01-151-134/+134
* Convert methods in qqmlbuiltinfunctions.* to new calling conventionLars Knoll2018-01-122-309/+309
* Allow exported signal handlers for signals with revisionThomas Hartmann2018-01-128-22/+60
* Arguments passed to functions should shadow the function nameLars Knoll2018-01-122-6/+10
* Convert QQmlLocale to the new builtin calling conventionLars Knoll2018-01-122-185/+185
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-1225-166/+165
* Add setContextProperties()Thomas Hartmann2018-01-122-0/+48
* Introduce Q_FALLTHROUGH()Friedemann Kleint2018-01-101-1/+1
* Drop the qml-interpreter featureUlf Hermann2018-01-105-32/+8
* Fix calculation of String hash values for char *Lars Knoll2018-01-101-1/+1
* Cleanup IdentifierHashLars Knoll2018-01-107-94/+54
* Simplify and cleanup code in QQmlContextLars Knoll2018-01-101-37/+1
* Optimize inc/dec operationsLars Knoll2018-01-091-24/+63
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-0921-78/+308
|\
| * Fix regression with simple qsTr() bindings on non-string propertiesSimon Hausmann2018-01-091-2/+7
| * Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Shawn Rutledge2018-01-0420-76/+301
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-0420-76/+301
| | |\
| | | * Restore a temporary QQmlInstanceModel::object() overloadJ-P Nurmi2017-12-011-0/+1
| | | * Add a means to unregister custom qml typesAndy Shaw2017-12-012-0/+23
| | | * QQmlDelegateModel: add incubationStatus(), and use it to determine 'requested...Richard Moe Gustavsen2017-11-305-0/+29
| | | * QQmlIntanceModel: use QQmlIncubator::IncubationMode instead of bool to specif...Richard Moe Gustavsen2017-11-306-20/+19
| | | * Check linked contexts for context objects being deletedUlf Hermann2017-11-281-1/+4
| | | * Merge "Merge remote-tracking branch 'origin/5.9.3' into 5.9" into refs/stagin...Liang Qi2017-11-252-1/+11
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-232-1/+11
| | | | |\
| | | * | | More fine-grained deferred property executionJ-P Nurmi2017-11-254-13/+113
| | | * | | Re-enable QML memory profilingUlf Hermann2017-11-235-20/+44
| | | |/ /
| | | * | Don't reject plugin-only qmldir filesUlf Hermann2017-11-221-2/+2
| | | * | Fix URL interception for qmldir filesUlf Hermann2017-11-223-17/+59
* | | | | V4 Profiler: Re-add memory profiling macrosUlf Hermann2018-01-091-0/+12
* | | | | QML Profiler: Don't assume a non-null object in RefLocationUlf Hermann2018-01-091-2/+13
* | | | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-0812-33/+57
|\ \ \ \ \