aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-171-1/+5
|\
| * 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
* | QQuickWindow: Make sure popups receive key events on MacGabriel de Dietrich2014-01-152-11/+32
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-101-1/+5
|\|
| * Fix Flickable generated release event with pressDelay.Martin Jones2014-01-091-1/+5
* | Rework array handling for JS objectsLars Knoll2014-01-091-1/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-01-081-2/+2
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-081-2/+2
| |\|
| | * Keys Attached Property: Fix doc reference to nonexistent propertiesGabriel de Dietrich2014-01-081-2/+2
* | | Dont call updatePolish if an item is not visibleFabian Bumberger2014-01-081-2/+4
|/ /
* | Add QQuickMatrix4x4, a way to specify a matrix transform in QML.Erik Larsson2014-01-073-0/+99
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-0613-18/+19
|\|
| * Doc: Fix broken linksSze Howe Koh2013-12-3013-18/+19
* | Fix interaction of QQuickItems with the garbage collectorSimon Hausmann2014-01-064-0/+63
* | Fix a warning about casting from asciiLars Knoll2014-01-031-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-2414-22/+48
|\|
| * 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
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-1628-370/+672
|\|
| * 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
* | | Use platform specified duration for triggering MouseArea::onPressAndHold.Michael Brasser2013-12-121-3/+2
* | | Add displayMarginBeginning/End to ListView and GridView.Martin Jones2013-12-116-15/+117
* | | QQuickTextDocumentWithImageResources: use QTextDocument::baseUrlJ-P Nurmi2013-12-043-27/+13
* | | Support toggling antialiasing for Text and Rectangle.Michael Brasser2013-12-037-19/+99
* | | Ensure correct horizontal alignment for implicit width multiline text.Michael Brasser2013-12-021-1/+1