aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Inline property data into the objectLars Knoll2015-09-225-35/+114
* QV4_MM_STATS was missing largeItem detailsFrank Meerkoetter2015-09-221-0/+5
* Make QML composite types inherit enumsJ-P Nurmi2015-09-219-15/+48
* Remove some dead codeSimon Hausmann2015-09-214-56/+10
* Add DataView unsigned integer getter/setters with correct casingsNobuaki Sukegawa2015-09-211-6/+14
* Add const & to a few iteratorsAlbert Astals Cid2015-09-211-6/+6
* Remove getterFrank Meerkoetter2015-09-162-3/+2
* Adapt to the new QV4::MemberData APIFrank Meerkoetter2015-09-161-2/+1
* Adapt to the new QV4::MemberData APIFrank Meerkoetter2015-09-161-1/+1
* Get rid of propertyAt in ObjectLars Knoll2015-09-153-17/+53
* Replace __getPropertyDescriptor__ with a getValueOrSetter callLars Knoll2015-09-153-37/+46
* Don't return Property * from ArrayData::insertLars Knoll2015-09-153-10/+9
* Further reduce usage of PropertyLars Knoll2015-09-154-30/+35
* Simplify Object::getValueLars Knoll2015-09-156-20/+24
* Simplify Object::putValue()Lars Knoll2015-09-154-5/+8
* CleanupLars Knoll2015-09-153-8/+8
* Encapsulate the remaining direct accesses to Object::memberDataLars Knoll2015-09-152-6/+18
* CleanupsLars Knoll2015-09-159-80/+79
* Further cleanupsLars Knoll2015-09-1510-24/+19
* Don't compute the QString whenever we need to know the v4 string lengthAleix Pol2015-09-151-1/+1
* Remove quotes from debug connector error messagesUlf Hermann2015-09-151-3/+3
* Fix typoLars Knoll2015-09-152-4/+4
* Rename currentExecutionContext to currentContextLars Knoll2015-09-1512-52/+52
* Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-1518-131/+112
* Get rid of Scope.sizeLars Knoll2015-09-151-57/+0
* Store the stack of executioncontext's on the JS stackLars Knoll2015-09-159-84/+92
* Reduce usage of context->parentLars Knoll2015-09-153-25/+26
* Explicitly push/pop ExecutionContextsLars Knoll2015-09-157-12/+13
* Cleanup the ExecutionContextSaverLars Knoll2015-09-157-31/+31
* Get rid of the qmlContextObject methodLars Knoll2015-09-152-10/+6
* Remove qml context related methods from QQmlV4FunctionLars Knoll2015-09-151-2/+0
* Implement QQmlListModel::setData()Tobias Koenig2015-09-142-0/+25
* Remove unused variableLars Knoll2015-09-091-7/+1
* Smaller cleanupLars Knoll2015-09-093-3/+9
* Centralize access to qml contextLars Knoll2015-09-091-11/+10
* Pass a QmlContext to QV4::Script instead of a contextwrapperLars Knoll2015-09-097-37/+45
* Pass the correct QML context as scope to the binding wrapperLars Knoll2015-09-081-9/+6
* Don't push new QML contexts onto the context stackLars Knoll2015-09-084-5/+6
* QV4Include doesn't need a contextdataLars Knoll2015-09-082-8/+4
* Refactor the way we declare signal parameter namesLars Knoll2015-09-087-24/+48
* Move createQmlCallableForFunction out of the binding wrapperLars Knoll2015-09-087-55/+52
* Fix regression in ObjectProto.getOwnPropertyDescriptorLars Knoll2015-09-081-4/+4
* Doc: Fixed several link errorsNico Vertriest2015-09-074-5/+4
* Allocate QML defined properties without extra roomFrank Meerkoetter2015-09-053-11/+22
* CleanupFrank Meerkoetter2015-09-031-2/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Simon Hausmann2015-09-023-1/+24
|\
| * Don't consider QLocale a value type.Mitch Curtis2015-09-021-1/+2
| * Doc: broken links and missing doc for functionsNico Vertriest2015-09-022-0/+22
* | Doc: fix the "Grouped Properties" example snippetJ-P Nurmi2015-08-311-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-08-281-1/+1
|\ \