aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix build with QT_NO_ACCESSIBILITYThomas McGuire2013-11-261-1/+1
* Merge "Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclara...Lars Knoll2013-11-2635-85/+457
|\
| * Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclarative in...Simon Hausmann2013-11-2635-85/+457
| |\
| | * Fix out of bounds array access when index is integer and negativev5.2.0-rc1Simon Hausmann2013-11-251-2/+11
| | * Use QFontDatabase to check if a font is scalable.Yoann Lopes2013-11-251-2/+5
| | * Stop render thread regardless when the window is being destroyedGunnar Sletta2013-11-251-2/+2
| | * Fix rendering of Flipable content.Gunnar Sletta2013-11-251-1/+1
| | * No assert when the focus changes and a window has no active focus item.Frederik Gladhorn2013-11-251-10/+11
| | * Fix memory corruption in QML expression compilationSimon Hausmann2013-11-254-5/+13
| | * Allow for QtQml and QtDeclarative to co-exist at run-timeSimon Hausmann2013-11-252-6/+20
| | * Do not crash when resizing invisible (non-tracked) windows.Gunnar Sletta2013-11-251-3/+4
| | * Android: Add qmltooling plugins to apkDaniel Teske2013-11-231-0/+3
| | * Be even more tolerant towards broken platform behavior.Gunnar Sletta2013-11-227-7/+25
| | * QtQuick.Dialogs MessageDialog docsShawn Rutledge2013-11-226-15/+203
| | * Safeguard the threaded renderloop against incorrectly exposed windows.Gunnar Sletta2013-11-221-6/+9
| | * Avoid symbol clashes when linking QtDeclarative and QtScript staticallySimon Hausmann2013-11-221-0/+5
| | * Don't store the QSGNode pointerAlan Alpert2013-11-222-24/+24
| | * TextInput: add editingFinished signalLiang Qi2013-11-225-0/+75
| | * V4 Use getrlimit on Darwin to get the stack size for the main threadAndy Nichols2013-11-201-1/+8
| | * qml tool on OSX: wait for a timeout before exitingShawn Rutledge2013-11-201-4/+28
| | * Enforce window rendering in sequence on llvmpipe.Gunnar Sletta2013-11-202-0/+13
* | | Fix MSVC-64-warnings about truncation of integers.Friedemann Kleint2013-11-261-3/+4
* | | Fix MSVC-64-warning about shift word size.Friedemann Kleint2013-11-261-1/+1
|/ /
* | Also update viewport size when header/footer size changesRobin Burchell2013-11-263-0/+51
* | QSmoothedAnimation: Don't set property if animation isn't runningRobin Burchell2013-11-251-0/+3
* | Initial support for accelerated property access to QML singletons and enumsSimon Hausmann2013-11-2518-17/+174
* | IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-2517-73/+114
* | Cleanup, get rid of MemberOfQObject V4IR::Member specializationSimon Hausmann2013-11-255-33/+14
* | 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
* | Tests: Enable TestHTTPServer to receive data in chunks.Friedemann Kleint2013-11-252-23/+39
* | 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-243-3/+46
* | 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-222-7/+34
* | tst_qqmlxmlhttprequest: Use QScopedPointer.Friedemann Kleint2013-11-211-196/+99
* | 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-20189-1051/+4520
|\|
| * 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-203-1/+16
| * iOS: Fix Build error in QSGTextureAndy Nichols2013-11-190-0/+0
| * Fix build on iOSTor Arne Vestbø2013-11-191-1/+1
| * Greatly reduce memory consumed by QQmlEngine instancesLars Knoll2013-11-193-29/+112