aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
...
* | | Ensure correct horizontal alignment when onLineLaidOut is used.Michael Brasser2013-12-021-2/+3
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-291-2/+2
|\| |
| * | TextInput: call fixup() when appropriateJ-P Nurmi2013-11-271-2/+2
* | | Fix delivery of QEvents to QQuickItemsDaniel d'Andrada2013-11-293-141/+91
* | | Emit textureChanged() when texture provider's texture changeGunnar Sletta2013-11-291-2/+9
* | | Merge branch 'stable' into devSergio Ahumada2013-11-2749-481/+664
|\| |
| * | Fix build with QT_NO_ACCESSIBILITYThomas McGuire2013-11-261-1/+1
| * | Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclarative in...Simon Hausmann2013-11-265-12/+34
| |\|
| | * 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
| * | Also update viewport size when header/footer size changesRobin Burchell2013-11-261-0/+2
| * | Fix assert after giving focus to a disabled item.Andrew den Exter2013-11-221-6/+10
| * | 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-2012-41/+150
| |\|
| | * 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
| * | Add support for quaternion in ShaderEffectGunnar Sletta2013-11-142-0/+7
| |/
| * 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