aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Initial work on gadget supportSimon Hausmann2014-12-2216-456/+274
* Add files generated by tests to gitignoreNobuaki Sukegawa2014-12-201-3/+11
* Resolve type names inside guard property of SignalTransitionNobuaki Sukegawa2014-12-202-1/+103
* Make Managed inherit ValueLars Knoll2014-12-2014-41/+33
* Make Property uses GC safeLars Knoll2014-12-2014-99/+108
* Store a heap object in the qmlextensionsLars Knoll2014-12-202-6/+7
* Store a pointer to a heap object in the context wrapperLars Knoll2014-12-202-4/+3
* Use pointers to Heap object to avoid recursionLars Knoll2014-12-204-11/+13
* Use Scoped values a bit more consistentlyLars Knoll2014-12-201-18/+17
* Return a Heap object from the getter()/setter() methods of PropertyLars Knoll2014-12-205-27/+31
* QQmlJS::Codegen: Short circuit in qmlErrors to avoid QUrl allocation costs.Robin Burchell2014-12-201-0/+5
* Fix crash when setting proto to 0Lars Knoll2014-12-201-2/+2
* Fix JSON stringification to work with heap objectsLars Knoll2014-12-201-8/+10
* Fix Context::getPropertyAndBase to use Heap based objectsLars Knoll2014-12-203-8/+6
* Fix comparisons between Object pointersLars Knoll2014-12-202-4/+6
* Use a Heap::FunctionObject to store the thrower functionLars Knoll2014-12-203-2/+6
* Remove most of the places where getPointer() is usedLars Knoll2014-12-2038-249/+249
* Fix wrong use of Scoped.getPointer()Lars Knoll2014-12-201-1/+1
* Fix RegExpCache to store Heap ObjectsLars Knoll2014-12-202-5/+6
* Store a Heap::EvalFunction pointer in the engineLars Knoll2014-12-203-4/+4
* Fix the way we set the property name during iterationLars Knoll2014-12-2015-45/+45
* QQmlJS::Lexer::scanNumber: Use a QVarLengthArray to avoid heap allocations.Robin Burchell2014-12-191-2/+1
* Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-1917-96/+129
* Fix build: include <qdatastream.h> before using QDataStreamThiago Macieira2014-12-191-0/+1
* Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-1919-137/+160
* Cleanup code that modifies the JS stackLars Knoll2014-12-195-31/+35
* Fix GC crash with conditional breakpoints and JS consoleSimon Hausmann2014-12-191-4/+6
* Mark JS freed parts of the JS stack as undefined in valgrindLars Knoll2014-12-192-2/+17
* Fix valgrind support in the memory managerLars Knoll2014-12-191-2/+11
* Make ExecutionContextSaver GC safeLars Knoll2014-12-196-27/+35
* Replace usage of stdout for debug output by qDebugErik Verbruggen2014-12-1911-255/+240
* Allow batching ShaderEffects without atlas samplersJocelyn Turcotte2014-12-183-25/+35
* rendercontrol example: calculate fbo size correctlyLaszlo Agocs2014-12-181-1/+1
* Revert parts of "Fix the V4 valgrind integration"Jocelyn Turcotte2014-12-181-7/+7
* Fix handling of enum values encapsulated in QVariantTobias Koenig2014-12-182-0/+14
* Add -plugins argument to qmltestrunner to specify plugins search pathAlain Martin2014-12-171-0/+7
* Add -P argument to qmlscene to specify plugins search pathAlain Martin2014-12-171-0/+6
* Return a Heap::Object in Object::prototype()Lars Knoll2014-12-1714-145/+142
* Update scenegraph docs regarding threaded render loop usageLaszlo Agocs2014-12-171-8/+10
* rendercontrol example: Add missing flushesLaszlo Agocs2014-12-172-0/+3
* Simple cache of url for QQmlCompiledDataRobin Burchell2014-12-172-1/+6
* Allow batching of GL_LINES and GL_POINTS geometryUlf Hermann2014-12-161-1/+2
* fix the build with -no-qml-debugShawn Rutledge2014-12-131-1/+0
* Simplify QFont value type wrapper in preparation for gadgetsSimon Hausmann2014-12-133-22/+3
* Read and write QObject pointer properties in QML without registration.Mitch Curtis2014-12-133-2/+119
* Simplify calling methods on value typesSimon Hausmann2014-12-132-7/+7
* Document behavior of JavaScript Date with negative yearsUlf Hermann2014-12-121-0/+19
* Fix QQmlPropertyCache population with gadgetsSimon Hausmann2014-12-122-3/+9
* Revert "Properly handle negative years when printing JS Dates to strings."Ulf Hermann2014-12-123-11/+12
* Support threading with QQuickRenderControlLaszlo Agocs2014-12-1210-202/+955