aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qmlscene: Make it possible to pass non-local file URLs.Friedemann Kleint2015-09-221-16/+34
* Cleanup: remove HP-UX and AIX specific code pathsLars Knoll2015-09-221-30/+3
* Fix function signatureLars Knoll2015-09-223-11/+11
* Fixes to Error objectsLars Knoll2015-09-225-138/+121
* Avoid a function call when allocation new objectsLars Knoll2015-09-222-48/+44
* Move remaining objects to new constructor syntaxLars Knoll2015-09-2235-226/+145
* Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-2216-74/+65
* Simplify new construction schemeLars Knoll2015-09-2210-57/+133
* move error objects over to new construction schemeLars Knoll2015-09-225-94/+147
* Convert variant object and ObjectProtoLars Knoll2015-09-225-14/+25
* Use the new construction scheme for RegExpObjectsLars Knoll2015-09-225-56/+46
* Move more objects over to the new allocation schemeLars Knoll2015-09-2211-85/+66
* Inline property data into the objectLars Knoll2015-09-227-36/+116
* QV4_MM_STATS was missing largeItem detailsFrank Meerkoetter2015-09-221-0/+5
* Make QML composite types inherit enumsJ-P Nurmi2015-09-2114-15/+88
* Remove some dead codeSimon Hausmann2015-09-214-56/+10
* TextEdit: selectedTextChanged not emitted when calling select 2nd timeDan Cape2015-09-213-18/+43
* Add DataView unsigned integer getter/setters with correct casingsNobuaki Sukegawa2015-09-212-9/+46
* ListView: Set currentItem's culled state on geometry changeGabriel de Dietrich2015-09-213-0/+190
* Fix typo in scenegraph documentationMitch Curtis2015-09-211-1/+1
* QmlDebug: Make sure debug server knows connection before any messagesUlf Hermann2015-09-211-15/+9
* Add const & to a few iteratorsAlbert Astals Cid2015-09-211-6/+6
* Improve QQuickTextureFactory::textureFactoryForImage docuAlbert Astals Cid2015-09-211-1/+3
* 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-1512-36/+29
* Refactor TestHTTPServer.Friedemann Kleint2015-09-152-95/+96
* 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
* Introduce QQuickPaintedItem::textureSize and support HighDpi.Gunnar Sletta2015-09-156-42/+137
* Fix typoLars Knoll2015-09-152-4/+4
* Rename currentExecutionContext to currentContextLars Knoll2015-09-1513-53/+53
* Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-1519-134/+113
* Get rid of Scope.sizeLars Knoll2015-09-151-57/+0
* Store the stack of executioncontext's on the JS stackLars Knoll2015-09-1511-97/+100
* 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-152-3/+1