aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-0446-183/+206
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-0439-375/+370
* Cleanup header file dependenciesLars Knoll2014-11-0433-275/+88
* Remove some unneeded reinterpret_cast'sLars Knoll2014-11-048-15/+15
* Remove most calls to Value::managed()Lars Knoll2014-11-047-8/+14
* Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-0424-111/+148
* Cleanup: Get rid of String and Object pointers in ValueSimon Hausmann2014-11-043-14/+12
* Cleanup: Remove duplicated codeSimon Hausmann2014-11-031-16/+1
* Remove unused fileSimon Hausmann2014-11-032-35/+0
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-10-3119-114/+104
|\
| * Get rid of !this and similar constructsLars Knoll2014-10-3118-112/+100
| * Don't allocate less memory than requiredLars Knoll2014-10-311-0/+2
| * Fix ICC-on-Mac warning about unknown #pragmaThiago Macieira2014-10-301-2/+2
* | Comment parameters to PageAllocation::allocate()Ulf Hermann2014-10-301-2/+3
* | Add guard pages around JavaScript stackUlf Hermann2014-10-301-1/+2
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devLars Knoll2014-10-3061-1604/+1673
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-2961-1604/+1673
| |\|
| | * Revert: use the new form of QTranslator::load() for more flexibilityShawn Rutledge2014-10-281-4/+2
| | * Reduce memory pressure on system malloc when allocating large items on the GC...Simon Hausmann2014-10-271-0/+7
| | * Don't check the this pointer for 0 in member functionsLars Knoll2014-10-279-27/+27
| | * Reduce size of ArrayData by one pointerLars Knoll2014-10-274-33/+42
| | * Rework our simple array implementationLars Knoll2014-10-279-184/+199
| | * Fix QQmlTypeData object leakJian Liang2014-10-271-0/+1
| | * Properly handle negative years when printing JS Dates to strings.Ulf Hermann2014-10-241-1/+7
| | * Fix syntax error when trying to declare read-only object propertiesSimon Hausmann2014-10-245-1030/+1063
| | * Fix license headers in Qml grammar specificationSimon Hausmann2014-10-241-48/+42
| | * Doc: Updated the code snippets for the toLocalexxx functionsVenu2014-10-241-3/+3
| | * QmlEngine: Use separate mutex for network access managerKai Koehne2014-10-232-2/+3
| | * Doc: Fixed an error in the QML snippetVenu2014-10-231-6/+6
| | * Fix assignment to QObject pointer propertiesSimon Hausmann2014-10-231-5/+4
| | * Fix non-compiling QtQml code snippetAlex Blasche2014-10-231-1/+1
| | * Reduce memory pressure on the JS stack during garbage collectionSimon Hausmann2014-10-221-6/+16
| | * Fix a PIDLIST_ABSOLUTE leak in QQmlEngine on WindowsJocelyn Turcotte2014-10-221-1/+5
| | * Check list property before component when validating bindingsUlf Hermann2014-10-211-2/+2
| | * qmlstatemachine: Rename StateBase to StateKevin Funk2014-10-2113-71/+102
| | * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-142-11/+25
| | |\
| | | * Fix crash with foreach on arguments objectSimon Hausmann2014-09-112-14/+37
| | * | Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-0923-87/+55
| | * | Doc: Updated the QML State Machine docsVenu2014-10-091-106/+85
* | | | Basic support for typed arraysLars Knoll2014-10-297-5/+730
* | | | Implement DataViewLars Knoll2014-10-295-3/+433
* | | | Implement ArrayBufferLars Knoll2014-10-295-2/+278
|/ / /
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-0953-524/+664
|\| |
| * | use the new form of QTranslator::load() for more flexibilityShawn Rutledge2014-10-011-2/+4
| * | documentation for qmldir "depends" declarationShawn Rutledge2014-10-011-0/+19
| * | qmldir parser: add support for "depends component version" syntaxShawn Rutledge2014-10-012-0/+30
| * | Document that QQmlApplicationEngine's root item must be a window.Mitch Curtis2014-09-301-1/+5
| * | Fix compiler warningLars Knoll2014-09-301-0/+1
| * | Doc: Combine the extending QML tutorial chapters into a single exampleTopi Reinio2014-09-301-113/+75
| * | Fix example in scope documentationSimon Hausmann2014-09-301-2/+2