aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix up listening for layout direction changes.Robin Burchell2013-12-101-1/+1
| * | Mark item as dirty when nodes are cleanedMichael Brasser2013-12-102-0/+4
| * | QSGRenderer: sanity check attribute regs only when QSG_SANITY_CHECK=1J-P Nurmi2013-12-101-4/+2
| * | Correctly profile the size of loaded pixmapsUlf Hermann2013-12-091-6/+2
| * | Fix crash in QQuickLoader when source component is garbage collectedSimon Hausmann2013-12-062-0/+6
| * | Profile a pixmap start event also when loading is asynchronous.Ulf Hermann2013-12-061-0/+3
| * | Fix: QSGGeometry lineWidth in qsgbatchrendererTorgeir Lilleskog2013-12-061-0/+3
| * | Propegate filtering state when we extract texture from atlas.Gunnar Sletta2013-12-061-0/+1
| * | 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-037-77/+139
| |\ \
| | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-037-77/+139
| | |\|
| | | * Fix style animations to stop when the item is hiddenJ-P Nurmi2013-12-031-1/+4
| | | * Safely abort when we don't succeed in creating a GL context.Gunnar Sletta2013-12-032-3/+11
| | | * Doc: Change the order of QQuickText function definitionsTopi Reinio2013-11-301-49/+49
| | | * Handle boundingboxes with NaN in them.Gunnar Sletta2013-11-302-8/+7
| | | * Ensure that QML Windows respect the default platform window stateTor Arne Vestbø2013-11-301-1/+79
| | | * Revert 99480d5420c0beea6771be582c039b550a4461f5Gunnar Sletta2013-11-272-18/+0
| * | | Improve the Canvas threading modelGunnar Sletta2013-12-039-176/+251
| |/ /
| * | Drop the "missing provider" warning from ShaderEffect.Gunnar Sletta2013-12-031-1/+0
| * | Fix typo in debug defineGunnar Sletta2013-12-031-1/+1
| * | 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
* | | Fix SpringAnimation in Behavior when current value is set.Michael Brasser2013-12-121-2/+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
* | | Behavior should not trigger when the tracked value has not changed.Michael Brasser2013-12-041-0/+5
* | | 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
* | | Ensure correct horizontal alignment when onLineLaidOut is used.Michael Brasser2013-12-021-2/+3
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-295-46/+52
|\| |
| * | Enable broken IBO fallback for Hisilicon Immersion 16 GPUEskil Abrahamsen Blomfeldt2013-11-291-0/+2
| * | Set sampler precision in shifted distance field text shaderEskil Abrahamsen Blomfeldt2013-11-281-1/+1
| * | Slightly accelerate access to value type propertiesSimon Hausmann2013-11-281-41/+41
| * | TextInput: call fixup() when appropriateJ-P Nurmi2013-11-271-2/+2
| * | Delay renderWindow with a timerRobin Burchell2013-11-271-2/+6
* | | 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-27177-2145/+4095
|\| |
| * | 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-2614-28/+84
| |\|
| | * Use QFontDatabase to check if a font is scalable.Yoann Lopes2013-11-251-2/+5
| | * Stop render thread regardless when the window is being destroyedGunnar Sletta2013-11-251-2/+2
| | * Fix rendering of Flipable content.Gunnar Sletta2013-11-251-1/+1
| | * No assert when the focus changes and a window has no active focus item.Frederik Gladhorn2013-11-251-10/+11
| | * Do not crash when resizing invisible (non-tracked) windows.Gunnar Sletta2013-11-251-3/+4