aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add contentWidth and contentHeight properties to Text elements.Andrew den Exter2012-02-073-111/+213
* Add and use new animation backend.Michael Brasser2012-02-079-43/+165
* Update test files to API changesAlan Alpert2012-02-072-3/+3
* Ensure Flickable moving and flicking properties are correct.Martin Jones2012-02-071-1/+43
* Section header is not made visible when changing currentIndex.Martin Jones2012-02-071-0/+7
* Fix acceptance of unhandled mouse events.Simon Hausmann2012-02-061-0/+39
* Fix vertical offset of TextInput.positionToRectangle.Andrew den Exter2012-02-061-1/+53
* Fix TextEdit vertical alignment.Andrew den Exter2012-02-061-0/+25
* Add support for resizing fonts to fit Text dimensions.Andrew den Exter2012-02-062-6/+582
* Teach build system tst_qdeclarativepixmapcache needs QtConcurrentAlan Alpert2012-02-061-0/+3
* Add "QT += concurrent" to a test that needs itAlex Wilson2012-02-061-1/+1
* Skip tst_qquickitem::simpleFocus on Mac OS X 10.7Yann Bodson2012-02-061-0/+5
* Remove QtQuick1 elements from qtdeclarativeMatthew Vogt2012-02-034-136/+1
* Adapt to QGuiApplication::focusObject() for notifying input methodPekka Vuorela2012-02-022-59/+46
* Support inline images with <img> tag in StyledTextYann Bodson2012-02-027-2/+161
* Incorrect initial pos after resizing view with margins.Martin Jones2012-02-023-0/+96
* Fix unhandled touch events not being ignored.Simon Hausmann2012-02-021-11/+89
* Must update columns when GridView geometry changesBea Lam2012-02-022-2/+63
* Multiple fast flicks with large content moves fasterMartin Jones2012-02-022-3/+19
* More StyledText autotestsYann Bodson2012-02-021-0/+2
* Compress consective StyledText whitespaces into a single space.Andrew den Exter2012-02-021-0/+12
* Add a persistentSelection property to TextInput.Andrew den Exter2012-02-024-16/+101
* Add autotests for StyledText list tags (<ol> and <ul>)Yann Bodson2012-02-021-0/+19
* Don't leave windows hanging outside test functionsGunnar Sletta2012-02-011-18/+14
* Fix outdated license headers.Jason McDonald2012-02-012-2/+2
* Guard against event recursion in QQuickDrag.Andrew den Exter2012-02-011-0/+207
* Fixes for removing before visibleBea Lam2012-02-012-19/+43
* Update item focus when the enabled property is changed.Andrew den Exter2012-02-011-0/+139
* Stabilize testsGunnar Sletta2012-02-011-1/+3
* Skip unstable testAlan Alpert2012-02-011-0/+1
* Skip failing test row for nowAlan Alpert2012-02-011-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3054-54/+54
* Enhance editors notifying input panel for input method changesPekka Vuorela2012-01-272-4/+125
* Update PathAnimation API and document.Michael Brasser2012-01-271-2/+2
* PathInterpolator should report angle in clockwise direction.Michael Brasser2012-01-271-4/+4
* Prevent PathAnimation from hanging when jumping backwards to beginning.Michael Brasser2012-01-272-27/+64
* reimplement QWindow::focusObject() on QQuickCanvasPekka Vuorela2012-01-252-0/+37
* Add a locale property to IntValidator and DoubleValidator.Andrew den Exter2012-01-251-0/+95
* Adapted QQuickScreenAttached to orientation API changes in QScreen.Samuel Rødal2012-01-242-2/+2
* Stabalize SpriteImage test.Andrew den Exter2012-01-241-1/+1