aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-122-1/+8
* V4: fix loop block marking for initializer blocks.Erik Verbruggen2013-11-121-4/+4
* V4 interpreter: remove stack-slot allocator.Erik Verbruggen2013-11-124-161/+70
* Intercept qmldir files with the url interceptorAlan Alpert2013-11-111-7/+20
* Implement missing compare() function for Raised/Sunken textGunnar Sletta2013-11-112-0/+8
* Animate when only one out of several windows is exposed.Gunnar Sletta2013-11-111-3/+9
* Debugging with V4Erik Verbruggen2013-11-1011-374/+1836
* moveOffset in QQuickPathView::modelUpdated uninitializedMarco Bubke2013-11-091-1/+1
* Fix assert with native text rendering.Gunnar Sletta2013-11-091-1/+3
* Avoid using huge floating point values in the renderer.Gunnar Sletta2013-11-092-5/+32
* Add a new variant of qmlRegisterSingletonType for QML singletons.Antti Piira2013-11-092-1/+68
* Fallback to native font rendering for bitmap fonts.Yoann Lopes2013-11-091-1/+2
* For x86 builds, try to detect SSE2 availability early and bail outSimon Hausmann2013-11-091-0/+7
* Remove stray warn_off in pri fileLars Knoll2013-11-091-2/+0
* Fix a few more compiler warnings in release buildsLars Knoll2013-11-093-14/+7
* Workaround for glyph upload bug with the Mali-400 GPU.Yoann Lopes2013-11-092-8/+50
* Make QQuickWindow::forcePolish() private.Morten Johan Sørvig2013-11-091-1/+1
* Remove include of empty QAccessible2 headerFrederik Gladhorn2013-11-092-2/+0
* Remove debug outputEskil Abrahamsen Blomfeldt2013-11-091-1/+0
* Move Primitive::emptyValue() to qv4value_def_p.h.Friedemann Kleint2013-11-092-9/+8
* Initialize variableLars Knoll2013-11-091-0/+1
* Simplify & speed up function callingLars Knoll2013-11-0960-924/+922
* Fix crash in animation controller upon destructionSimon Hausmann2013-11-091-0/+2
* Generalize check for localtime_rKai Koehne2013-11-081-6/+6
* MessageDialog: handle clicked(button, role) signal properlyShawn Rutledge2013-11-087-88/+158