aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong calculation of viewPort for transitionsFlorian Hänel2014-02-121-1/+1
* Expose Qt Quick gradient conversion code privately.Mitch Curtis2014-02-122-9/+17
* Warn when attaching Keys to an invalid itemFrederik Gladhorn2014-02-111-0/+2
* Fix origin for short reversed item viewsJohn Brooks2014-02-101-2/+2
* Doc: Merge duplicated example directoriesSze Howe Koh2014-02-063-3/+3
* Fix crash in header when regenerating view.Michael Brasser2014-01-301-0/+1
* Docs: add a working example to Text::fontSizeMode docsJ-P Nurmi2014-01-291-0/+4
* Flickable: fix crash in delayed press handlingJ-P Nurmi2014-01-251-1/+1
* Positioners: fix layout mirroringJ-P Nurmi2014-01-253-22/+70
* QQuickText: fix layout mirroringJ-P Nurmi2014-01-221-4/+4
* Enforce texture cleanup to happen at the end of the sync phase.Gunnar Sletta2014-01-221-0/+2
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-224-49/+54
|\
| * Improve Mac OS X touch event enabling.Morten Johan Sørvig2014-01-174-49/+54
* | Ensure Flickable bounds detection is executed at the end of animation.Martin Jones2014-01-211-0/+1
* | Fix warning about cast from char* to QStringThiago Macieira2014-01-141-2/+2
|/
* 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