aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* On Mac only editable ComboBox should receive tab focusFrederik Gladhorn2014-01-111-1/+5
* Fix Flickable generated release event with pressDelay.Martin Jones2014-01-091-1/+5
* Keys Attached Property: Fix doc reference to nonexistent propertiesGabriel de Dietrich2014-01-081-2/+2
* Doc: Fix broken linksSze Howe Koh2013-12-3013-18/+19
* QtQuick docs: add missing \qmlpropertygroup commandsJ-P Nurmi2013-12-2011-0/+15
* Fix positioning of item when first cacheBuffer item is removed.Andrew den Exter2013-12-193-1/+14
* Docs: fix Drag::onDragStarted() and onDragFinished() signalsJ-P Nurmi2013-12-181-2/+2
* Fix & cleanup whitespace in qquickdrag.cpp docsJ-P Nurmi2013-12-181-21/+19
* Fix touch to mouse synthesis/propagation.Robin Burchell2013-12-134-14/+36
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-123-4/+14
|\
| * Fix broken visibility property assignment after d0644b040eTor Arne Vestbø2013-12-051-1/+1
| * Release GL resources of ShaderEffectSource while we still have GL.Gunnar Sletta2013-12-032-3/+13
* | Size changes do not warrant a transform update.Gunnar Sletta2013-12-111-1/+1
* | Set highlight size for both dimensions, irrespective of ListView orientationRobin Burchell2013-12-111-18/+34
* | Flickable: Use increased default flick parameters on BB10Oleg Shparber2013-12-114-62/+108
* | Mark item as dirty when nodes are cleanedMichael Brasser2013-12-101-0/+2
* | Fix crash in QQuickLoader when source component is garbage collectedSimon Hausmann2013-12-062-0/+6
* | Only emit focusObjectChanged when an actual change occurs.Michael Brasser2013-12-061-2/+6
* | Fix Flickable StopAtBounds drag over, back, over behavior.Martin Jones2013-12-051-28/+46
* | Encapsulate the current context and fix it's usageLars Knoll2013-12-041-2/+2
* | Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-4/+4
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-12-033-51/+132
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-033-51/+132
| |\|
| | * 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
* | | Improve the Canvas threading modelGunnar Sletta2013-12-039-176/+251
|/ /
* | Drop the "missing provider" warning from ShaderEffect.Gunnar Sletta2013-12-031-1/+0
* | Fix QQuickTextInput not overriding shortcuts (del/home...)Frederik Gladhorn2013-12-021-0/+2
* | Set all attached section properties before emitting change signals.Martin Jones2013-11-302-8/+23
* | When the MouseArea loses grab, an active drag should be cancelled.Robin Burchell2013-11-301-0/+6
* | TextInput: call fixup() when appropriateJ-P Nurmi2013-11-271-2/+2
* | 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
|/