aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Set the format for the fallback offscreen surfacev5.2.0Laszlo Agocs2013-12-051-0/+1
* Fix broken visibility property assignment after d0644b040eTor Arne Vestbø2013-12-051-1/+1
* Fix a crash in JSON.parseLars Knoll2013-12-042-2/+15
* QQmlImport: Don't try use a dangling pointer.Robin Burchell2013-12-041-2/+1
* static builds: add classname entry to qmldir for QtQuick.Dialogs.PrivateRichard Moe Gustavsen2013-12-041-0/+1
* Revert "Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614"Alan Alpert2013-12-0411-14/+11
* Fix binding loop in Maroon in Trouble QML demoTopi Reinio2013-12-041-1/+3
* Don't leave the GL context current after cleanup.Gunnar Sletta2013-12-041-18/+34
* Revert "Load "@2x" images on high-dpi "retina" systems."Morten Johan Sørvig2013-12-031-11/+0
* Update changelog for change Icf323618 / QTBUG-35174Tor Arne Vestbø2013-12-031-0/+8
* Release GL resources of ShaderEffectSource while we still have GL.Gunnar Sletta2013-12-032-3/+13
* Fix style animations to stop when the item is hiddenJ-P Nurmi2013-12-031-1/+4
* Safely abort when we don't succeed in creating a GL context.Gunnar Sletta2013-12-032-3/+11
* Update changelog for 5.2.0Alan Alpert2013-11-302-26/+74
* Doc: Change the order of QQuickText function definitionsTopi Reinio2013-11-301-49/+49
* Doc: Update examples used in Writing QML Extensions tutorialTopi Reinio2013-11-3029-39/+212
* Handle boundingboxes with NaN in them.Gunnar Sletta2013-11-302-8/+7
* disable qml import scan for qmljsOswald Buddenhagen2013-11-301-0/+1
* Ensure that QML Windows respect the default platform window stateTor Arne Vestbø2013-11-302-1/+99
* Revert 99480d5420c0beea6771be582c039b550a4461f5Gunnar Sletta2013-11-272-18/+0
* 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 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
* FileDialog example: remove setGeometry buttonShawn Rutledge2013-11-191-10/+0
* Fix compilation on QNXFabian Bumberger2013-11-191-1/+1
* V4: remove failing assert and fix code.Erik Verbruggen2013-11-193-3/+29
* Fix failing assertion when trying to assign to an id referenced QML objectSimon Hausmann2013-11-197-4/+30
* V4 SSA: speed up dominator calculations.Erik Verbruggen2013-11-181-63/+137
* Fix compiler warnings with mingw64.Erik Verbruggen2013-11-184-28/+31