aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: Change the order of QQuickText function definitionsTopi Reinio2013-11-301-49/+49
* Ensure that QML Windows respect the default platform window stateTor Arne Vestbø2013-11-301-1/+79
* Use QFontDatabase to check if a font is scalable.Yoann Lopes2013-11-251-2/+5
* No assert when the focus changes and a window has no active focus item.Frederik Gladhorn2013-11-251-10/+11
* Be even more tolerant towards broken platform behavior.Gunnar Sletta2013-11-221-0/+1
* TextInput: add editingFinished signalLiang Qi2013-11-223-0/+17
* Fix bad refcounting for Context2D.drawImage with an image item source.Gunnar Sletta2013-11-201-1/+1
* Don't assert in QQuickItem::updateLars Knoll2013-11-181-1/+6
* Deprecate logicalPixelDensityAlan Alpert2013-11-151-3/+10
* Doc: Fixed QtQuick.Window documentationJerome Pasion2013-11-152-34/+34
* Adapt Qt Quick 2 renderer to work with OpenGL Core ProfileSean Harmer2013-11-138-1/+98
* Fix Canvas2d.createConicalGradientLars Knoll2013-11-121-1/+1
* moveOffset in QQuickPathView::modelUpdated uninitializedMarco Bubke2013-11-091-1/+1
* Fallback to native font rendering for bitmap fonts.Yoann Lopes2013-11-091-1/+2
* Make QQuickWindow::forcePolish() private.Morten Johan Sørvig2013-11-091-1/+1
* Simplify & speed up function callingLars Knoll2013-11-091-168/+168
* Fill recursive ShaderEffectSource with transparent when using alpha.Gunnar Sletta2013-11-072-2/+19
* Refactored Animator internalsGunnar Sletta2013-11-062-2/+2
* Version pixelDensity consistentlyAlan Alpert2013-11-061-1/+1
* Fix QQuickText hover event handlingJ-P Nurmi2013-11-051-12/+13
* Don't propagate mouse events to disabled MouseAreasAlan Alpert2013-11-051-1/+1
* Refactor marking GC'ed objectsLars Knoll2013-11-051-2/+3
* Add missing Q_INIT_RESOURCETor Arne Vestbø2013-11-051-0/+7
* Add missing namespace wrappers for QQuickItemsModuleTor Arne Vestbø2013-11-051-0/+3
* Doc: Fix broken linksSze Howe Koh2013-11-059-10/+11
* Doc: Fix typosSze Howe Koh2013-11-051-1/+1
* Fix preedit text layoutRobin Burchell2013-11-041-2/+2
* QQuickWindowPrivate: implement clearFocusObjectRichard Moe Gustavsen2013-11-012-0/+6
* KeyNavigation should use forceActiveFocusFrederik Gladhorn2013-11-011-1/+1
* Refactor shaders into seprate GLSL source filesSean Harmer2013-10-3112-107/+113
* Don't let contentItem be FINAL in order to allow shadowing.Jan Arve Saether2013-10-301-1/+1
* Use one render loop per QQuickWindowGunnar Sletta2013-10-3014-72/+58
* Remove superfluous code.Gunnar Sletta2013-10-292-24/+0
* Protect write accesses to objectsLars Knoll2013-10-291-0/+3
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-8/+16
* Screen attached property: expose pixelDensity propertyShawn Rutledge2013-10-262-0/+21
* Make sure QQuickBorderImage sets its pixmapChanged dirtyflagGunnar Sletta2013-10-251-5/+3
* Item documentation: visibleChildren is a list of items, not a realShawn Rutledge2013-10-251-1/+1
* Clear text node references after sub-tree has been cleaned up.Alan Alpert2013-10-241-0/+3
* Remove ancient and unused leftoversGunnar Sletta2013-10-224-70/+9
* Don't use reserved keyword "texture" as uniform variable nameSean Harmer2013-10-212-4/+4
* Prevent badly formed texture nodes in the scene graph.Gunnar Sletta2013-10-212-3/+6
* Initialize VariableLars Knoll2013-10-151-0/+1
* inline get_element callsLars Knoll2013-10-141-0/+1
* Correct a small typo to QtQuick::Grid::horizontalItemAlignmentJan Arve Saether2013-10-111-1/+1
* Fix the remaining objects against self destructionLars Knoll2013-10-111-0/+6
* Fix qquickframebufferobject.h syncqt warningJ-P Nurmi2013-10-071-1/+1
* Fix regression in pressDelay behavior.Michael Brasser2013-10-041-9/+0