aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2
Commit message (Expand)AuthorAgeFilesLines
* Reduce size of QQuickTextPrivateYann Bodson2012-03-011-6/+7
* Fix QQuickDropArea test compilation.Andrew den Exter2012-03-012-37/+40
* Don't round Text dimensions.Andrew den Exter2012-02-293-8/+4
* Add generic "displaced" transition propertyBea Lam2012-02-295-0/+691
* Rename SpriteImage to SpriteSequenceAlan Alpert2012-02-287-18/+18
* Add AnimatedSpriteAlan Alpert2012-02-285-0/+157
* Correctly set duration and easing for AnchorAnimation.Michael Brasser2012-02-281-0/+15
* Skip c++ examples in sgexamples testAlan Alpert2012-02-271-8/+9
* Skip test case for nowBea Lam2012-02-272-0/+4
* Don't create a separate section header for currentItemMartin Jones2012-02-272-3/+142
* Improve test coverage for anchors.Michael Brasser2012-02-272-0/+80
* Stabilise testsBea Lam2012-02-272-14/+14
* Start of examples refactorAlan Alpert2012-02-241-17/+8
* Use floating point types for position offsets and cursorRectangle.Andrew den Exter2012-02-242-59/+56
* Fix Text eliding with implicit height and maximumLineCount.Andrew den Exter2012-02-232-1/+7
* Fix font size calculation in headings in StyledText.Yann Bodson2012-02-234-63/+181
* Reduce QQuickTextEdit memory usage.Andrew den Exter2012-02-231-3/+0
* Positioners cleanupAlan Alpert2012-02-222-18/+14
* Flicking a pathview with large delegate spacing is inconsistentMartin Jones2012-02-211-7/+2
* Stabilise ListView and GridView testsBea Lam2012-02-214-92/+139
* Skip tst_QQuickListView::sectionsDelegate() for nowBea Lam2012-02-211-0/+2
* Reduce the size of QTextPrivate.Andrew den Exter2012-02-211-5/+4
* cacheBuffer makes delegates appear briefly in wrong positionMartin Jones2012-02-211-2/+1
* Added QSGRenderNode class.Kim Motoyoshi Kalland2012-02-205-0/+346
* Improve test coverage for AnchorChanges.Michael Brasser2012-02-201-4/+15
* Have input method hints on only classes using themPekka Vuorela2012-02-172-4/+23
* QtDeclarative/Quick: Fix warnings.Friedemann Kleint2012-02-161-1/+1
* Ensure visibility changes are communicated through itemChange.Michael Brasser2012-02-162-0/+45
* Built-in transition support for ListView & GridViewBea Lam2012-02-1615-12/+3407
* Fix multi-length string substitution.Andrew den Exter2012-02-163-0/+96
* Allow binding the size of a Loader to its item.Martin Jones2012-02-162-0/+52
* Introduced QQuickCanvas::releaseResources().Gunnar Sletta2012-02-151-1/+3
* Improve test coverage for QQuickItem.Michael Brasser2012-02-154-0/+95
* Preserve aspect ratio when setting Image.sourceSizeMartin Jones2012-02-142-0/+53
* Fix access to context properties within TextEdit.cursorDelegateAndrew den Exter2012-02-148-2/+92
* Fix and stabilise sectionsPositioning() testBea Lam2012-02-141-4/+13
* Don't crash when an animation update causes it to delete itself.Michael Brasser2012-02-132-0/+46
* Add basic TouchCancel handling to canvas.Laszlo Agocs2012-02-131-1/+34
* Fix anchor jitters that could occur during animation.Michael Brasser2012-02-132-1/+11
* Use QInputMethod instead of deprecated QInputPanelPekka Vuorela2012-02-104-73/+89
* Refactor Canvas rendering paths.Justin McPherson2012-02-104-45/+126
* Added new convenience readonly visibleChildren property to ItemMathias Malmqvist2012-02-102-0/+204
* Add linkColor property to Text.Andrew den Exter2012-02-091-1/+86
* Don't crash if focus issues arise.Alan Alpert2012-02-091-0/+2
* Don't hide virtual method.Michael Brasser2012-02-082-10/+10
* Allow Item components to be assigned to Item.layer.effect.Kim Motoyoshi Kalland2012-02-074-1/+76
* Resolve StyledText img tags relative to baseUrl.Andrew den Exter2012-02-072-1/+84
* Fixed some Item.layer bugs and added auto-tests.Kim Motoyoshi Kalland2012-02-077-4/+259
* Separate out some of the common test codeBea Lam2012-02-0725-1205/+858
* Add additional animation autotests.Michael Brasser2012-02-074-1/+279