aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Be even more tolerant towards broken platform behavior.Gunnar Sletta2013-11-227-7/+25
| | * Safeguard the threaded renderloop against incorrectly exposed windows.Gunnar Sletta2013-11-221-6/+9
| | * TextInput: add editingFinished signalLiang Qi2013-11-223-0/+17
| | * Enforce window rendering in sequence on llvmpipe.Gunnar Sletta2013-11-202-0/+13
| * | Also update viewport size when header/footer size changesRobin Burchell2013-11-261-0/+2
| * | QSmoothedAnimation: Don't set property if animation isn't runningRobin Burchell2013-11-251-0/+3
| * | Performance note about QQuickWindow::setColor vs top-level RectangleGunnar Sletta2013-11-251-0/+5
| * | 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-2068-192/+1443
| |\|
| | * Fix bad refcounting for Context2D.drawImage with an image item source.Gunnar Sletta2013-11-201-1/+1
| | * Fix build on iOSTor Arne Vestbø2013-11-191-1/+1
| | * Fix compiler warnings with mingw64.Erik Verbruggen2013-11-181-1/+1
| | * Make sure we clean up GL resources before we delete the GL context.Gunnar Sletta2013-11-182-0/+4
| | * Doc: Fixed list of animation types.Jerome Pasion2013-11-181-10/+1
| | * Make use of GL_APPLE_texture_format_BGRA8888.Gunnar Sletta2013-11-182-0/+10
| | * Don't assert in QQuickItem::updateLars Knoll2013-11-181-1/+6
| | * Fix lockup in creator.Gunnar Sletta2013-11-151-2/+9
| | * Do not crash when one of group animation's children is nullJacek Całusiński2013-11-151-1/+2
| | * Deprecate logicalPixelDensityAlan Alpert2013-11-151-3/+10
| | * Doc: Fixed QtQuick.Window documentationJerome Pasion2013-11-152-34/+34
| | * Fix stacking order bug in the rendererGunnar Sletta2013-11-151-0/+7
| | * Don't dereference a null animationTemplateLars Knoll2013-11-141-1/+2
| | * Avoid deadlock in Qt CreatorGunnar Sletta2013-11-141-1/+15
| | * Improve internal debug statements.Gunnar Sletta2013-11-141-92/+79
| | * Adapt Qt Quick 2 renderer to work with OpenGL Core ProfileSean Harmer2013-11-1357-39/+1230