aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-187-0/+146
* 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-184-7/+20
* Don't assert in QQuickItem::updateLars Knoll2013-11-183-1/+28
* Limit the amount of memory we allocate on the stackLars Knoll2013-11-187-3/+99
* Don't call receivers from disconnectNotifyAlan Alpert2013-11-171-1/+2
* Remove '-enable-debugger' argument from qml executableKai Koehne2013-11-167-17/+8
* 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-154-1/+40
* Remove version definition from custom particle shaders for OpenGL ES.Maciej Kujalowicz2013-11-151-0/+6
* Deprecate logicalPixelDensityAlan Alpert2013-11-151-3/+10
* examples/quick/window example: fullscreen is possible on OSXShawn Rutledge2013-11-151-0/+1
* Fix === operator for value typesLars Knoll2013-11-157-4/+82
* Doc: Fixed QtQuick.Window documentationJerome Pasion2013-11-153-35/+35
* Fix stacking order bug in the rendererGunnar Sletta2013-11-153-0/+73
* Don't crash when trying to assign to null.propLars Knoll2013-11-154-0/+34
* Make tst_qqmlprofilerservice more robustKai Koehne2013-11-151-2/+3
* Don't dereference a null animationTemplateLars Knoll2013-11-143-1/+34
* 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
* V4 debugging: Fix instable test.Erik Verbruggen2013-11-141-2/+2
* Allow passing qmlRegisterSingletonType QObjects to C++ as QObject*Albert Astals Cid2013-11-147-0/+113
* Adapt Qt Quick 2 renderer to work with OpenGL Core ProfileSean Harmer2013-11-1370-65/+1551
* Doc: Adding FontDialog type to group "dialogs".Jerome Pasion2013-11-131-0/+1
* Make tst_nodes use QSGRenderLoop to behave more like QQuickWindowGunnar Sletta2013-11-131-6/+14
* Fix native compilation on linux/arm with gcc 4.7.2Erik Verbruggen2013-11-131-1/+1
* Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614Alan Alpert2013-11-1311-11/+14
* Polish up QQmlFileSelectorAlan Alpert2013-11-138-23/+109
* Fix warnings about deprecated string conversions in V4-debugservice.Friedemann Kleint2013-11-131-3/+3
* Fix boundingbox calculation of rotated items.Gunnar Sletta2013-11-122-8/+34
* Fix property dependency generation for accelerated QML QObject propertiesSimon Hausmann2013-11-1217-155/+65
* Fix out of bounds array index in the generated JIT codeLars Knoll2013-11-121-3/+5
* V4 IR: change basic-block cleanup to remove unreachable cycles too.Erik Verbruggen2013-11-121-22/+57
* Update .qmltypes files for 5.2Alan Alpert2013-11-129-64/+1028
* QtQuick.Dialogs: hide internal functions and propertiesShawn Rutledge2013-11-122-75/+74
* Fix Object::getArrayHeadRoom()Lars Knoll2013-11-121-0/+1
* Fix Canvas2d.createConicalGradientLars Knoll2013-11-121-1/+1
* Remove unused _info on non-debug buildsShawn Rutledge2013-11-121-0/+7
* V4 JIT: fix invalid sanity assert.Erik Verbruggen2013-11-121-2/+22
* V4 IR: scan arguments when entering function scope in QML.Erik Verbruggen2013-11-124-1/+41
* V4: fix loop block marking for initializer blocks.Erik Verbruggen2013-11-123-4/+25
* V4 interpreter: remove stack-slot allocator.Erik Verbruggen2013-11-124-161/+70
* Improve qmlimportscanner.Morten Johan Sørvig2013-11-121-90/+134
* Add a verbose mode to qmlAlan Alpert2013-11-111-24/+35
* Intercept qmldir files with the url interceptorAlan Alpert2013-11-117-8/+51
* Implement missing compare() function for Raised/Sunken textGunnar Sletta2013-11-112-0/+8