aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Speed up repeated context, scope and import script lookupsSimon Hausmann2013-11-254-9/+36
| * | Improve type interference for QObject propertiesSimon Hausmann2013-11-2518-112/+192
| * | Fix crash on QQmlEngine destruction.Robin Burchell2013-11-252-2/+2
| * | Performance note about QQuickWindow::setColor vs top-level RectangleGunnar Sletta2013-11-251-0/+5
| * | Fix crash when assigning a null QObject or derived property as a ListView modelAndrew den Exter2013-11-241-3/+3
| * | Saner and simpler way to handle line numbers for JITed codeLars Knoll2013-11-224-53/+11
| * | Turn execution contexts into Managed objectsLars Knoll2013-11-229-62/+85
| * | Add support for large items to the memory managerLars Knoll2013-11-221-2/+39
| * | Speed up arguments objectLars Knoll2013-11-226-23/+110
| * | Use lookups for create_property (ie. new foo.bar)Lars Knoll2013-11-226-7/+58
| * | Fix assert after giving focus to a disabled item.Andrew den Exter2013-11-221-6/+10
| * | Always check for dragging changed, not just when movement startsRobin Burchell2013-11-211-3/+3
| * | Use the sharing context when grabbing a hidden QQuickWindow.Jocelyn Turcotte2013-11-201-0/+1
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-20149-911/+3707
| |\|
| | * Fix bad refcounting for Context2D.drawImage with an image item source.Gunnar Sletta2013-11-201-1/+1
| | * Check that the pathlist is not empty before calling sort() on itLars Knoll2013-11-201-1/+2
| | * V4: fix Array.indexOf() for QStringListLiang Qi2013-11-201-1/+1
| | * Fix build on iOSTor Arne Vestbø2013-11-191-1/+1
| | * Greatly reduce memory consumed by QQmlEngine instancesLars Knoll2013-11-193-29/+112
| | * Fix compilation on QNXFabian Bumberger2013-11-191-1/+1
| | * V4: remove failing assert and fix code.Erik Verbruggen2013-11-191-3/+3
| | * Fix failing assertion when trying to assign to an id referenced QML objectSimon Hausmann2013-11-195-4/+12
| | * V4 SSA: speed up dominator calculations.Erik Verbruggen2013-11-181-63/+137
| | * Fix compiler warnings with mingw64.Erik Verbruggen2013-11-184-28/+31
| | * Make sure we clean up GL resources before we delete the GL context.Gunnar Sletta2013-11-182-0/+4
| | * Fix small bug in array sortingLars Knoll2013-11-181-3/+3
| | * Make comparison of singletons and qobjects workAlbert Astals Cid2013-11-184-0/+26
| | * Doc: Fixed list of animation types.Jerome Pasion2013-11-181-10/+1
| | * Make use of GL_APPLE_texture_format_BGRA8888.Gunnar Sletta2013-11-182-0/+10
| | * Fix interaction between head room and appending in arraysLars Knoll2013-11-183-7/+7
| | * Don't assert in QQuickItem::updateLars Knoll2013-11-181-1/+6
| | * Limit the amount of memory we allocate on the stackLars Knoll2013-11-186-3/+93
| | * Fix lockup in creator.Gunnar Sletta2013-11-151-2/+9
| | * Do not crash when one of group animation's children is nullJacek Całusiński2013-11-151-1/+2
| | * Remove version definition from custom particle shaders for OpenGL ES.Maciej Kujalowicz2013-11-151-0/+6
| | * Deprecate logicalPixelDensityAlan Alpert2013-11-151-3/+10
| | * Fix === operator for value typesLars Knoll2013-11-152-3/+6
| | * Doc: Fixed QtQuick.Window documentationJerome Pasion2013-11-153-35/+35
| | * Fix stacking order bug in the rendererGunnar Sletta2013-11-151-0/+7
| | * Don't crash when trying to assign to null.propLars Knoll2013-11-151-0/+2
| | * Don't dereference a null animationTemplateLars Knoll2013-11-141-1/+2
| | * Avoid deadlock in Qt CreatorGunnar Sletta2013-11-141-1/+15
| | * Improve internal debug statements.Gunnar Sletta2013-11-141-92/+79
| | * V4 debugging: fix step-over and step-out.Erik Verbruggen2013-11-144-37/+54
| | * Allow passing qmlRegisterSingletonType QObjects to C++ as QObject*Albert Astals Cid2013-11-143-0/+14
| | * Adapt Qt Quick 2 renderer to work with OpenGL Core ProfileSean Harmer2013-11-1369-65/+1545
| | * Doc: Adding FontDialog type to group "dialogs".Jerome Pasion2013-11-131-0/+1
| | * Fix native compilation on linux/arm with gcc 4.7.2Erik Verbruggen2013-11-131-1/+1
| | * Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614Alan Alpert2013-11-1310-10/+13
| | * Polish up QQmlFileSelectorAlan Alpert2013-11-134-13/+84