aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* use private linkage where possibleOswald Buddenhagen2013-12-191-1/+1
* V4 SSA: add some more literature references.Erik Verbruggen2013-12-191-5/+13
* Fix deadlock when QQmlEngine is destroyed during compilation.Andrew den Exter2013-12-191-14/+27
* Fixes: qml memory corruption on Androidaavit2013-12-171-0/+10
* Doc: Made copy of the QML files in the snippets directoryVenu2013-12-133-3/+174
* V4 IR: change block scheduling algorithm from recursive to iterative.Erik Verbruggen2013-12-121-102/+189
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-1211-15/+17
|\
| * Fix a crash in JSON.parseLars Knoll2013-12-041-2/+7
| * QQmlImport: Don't try use a dangling pointer.Robin Burchell2013-12-041-2/+1
| * Revert "Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614"Alan Alpert2013-12-0410-13/+10
* | Fix regression in QML string list concatenationsSimon Hausmann2013-12-111-2/+12
* | Use qCpuHasFeature because the check can be optimized out of existenceThiago Macieira2013-12-101-1/+1
* | Fix broken Maroon game / regression in PropertyChanges {} elementSimon Hausmann2013-12-105-23/+52
* | V4: change variable renumbering algorithm from recursive to iterative.Erik Verbruggen2013-12-101-89/+237
* | Windows: Use Shell API for checking file case correctness.Friedemann Kleint2013-12-102-8/+27
* | Correctly profile the size of loaded pixmapsUlf Hermann2013-12-091-3/+3
* | Remove unused function isUnicodeNonCharacterThiago Macieira2013-12-081-14/+0
* | Avoid warnings on cast from char* to QStringThiago Macieira2013-12-061-1/+1
* | Clean up property dependency data structuresSimon Hausmann2013-12-057-141/+87
* | Fix dependency calculation for context and scope propertiesSimon Hausmann2013-12-053-4/+17
* | Fix data layout of Managed classLars Knoll2013-12-051-4/+4
* | Fix dynamic properties in QQmlPropertyMap not always being visible in QMLSimon Hausmann2013-12-053-0/+53
* | V4 IR: reverse propagate int32 truncation.Erik Verbruggen2013-12-044-139/+363
* | QQmlMemoryProfiler: Fix dangling pointer use.Robin Burchell2013-12-041-2/+1
* | Remove unused memberLars Knoll2013-12-044-6/+4
* | Fix some header guardsLars Knoll2013-12-043-4/+4
* | Encapsulate the current context and fix it's usageLars Knoll2013-12-0443-219/+214
* | Remove setVTable calls in performance critical areasLars Knoll2013-12-0421-75/+97
* | Move the vtable pointer from the object to the internal classLars Knoll2013-12-0449-248/+303
* | Fix a bug in the code for evalLars Knoll2013-12-041-5/+5
* | Add a static toArrayIndex() method to QV4::StringLars Knoll2013-12-043-4/+12
* | Fixup the implementation mess for QJSValue(QString)Lars Knoll2013-12-043-10/+111
* | Optimize ExecutionContext::setPropertyLars Knoll2013-12-041-3/+12
* | Use an internalClass to represent formals and locals in CallContextsLars Knoll2013-12-047-67/+65
* | Remove unused inline wrapperLars Knoll2013-12-045-12/+9
* | Speedup JS instanceof operatorLars Knoll2013-12-047-58/+50
* | Initialize variableLars Knoll2013-12-041-0/+1
* | Fix qsTr() in .js contextJ-P Nurmi2013-12-041-1/+3
* | QQmlImport: Don't try use a dangling pointer.Robin Burchell2013-12-031-2/+1
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-032-16/+33
|\|
| * Doc: Update examples used in Writing QML Extensions tutorialTopi Reinio2013-11-302-16/+33
* | Fix build in release mode with forced assertsKonstantin Ritt2013-12-031-1/+1
* | V4 IR: remove common toInt32 casts.Erik Verbruggen2013-12-031-2/+29
* | V4 IR: change the worklist to a QSet for block scheduling.Erik Verbruggen2013-12-031-4/+4
* | V4: remove invalid assert.Erik Verbruggen2013-12-031-3/+1
* | Add a namespace for a global variable in a public headerThiago Macieira2013-12-031-2/+2
* | Fix change-of-sign warning in the new QML compilerThiago Macieira2013-12-031-2/+2
* | Allow QtQml to compile with ICC 14.0 with -WerrorThiago Macieira2013-12-031-0/+3
* | Add support pre-compiled bindings for QML custom parsersSimon Hausmann2013-11-294-8/+35
* | Some documentation for the VME profilerUlf Hermann2013-11-291-0/+76