aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QQuickCanvas::event should return true if the touch event was acceptedAndras Becsi2012-01-241-0/+40
* Fixed compile.Rohan McGovern2012-01-243-3/+6
* Per-frame Sprites patch twoAlan Alpert2012-01-232-0/+83
* Update obsolete contact address.Jason McDonald2012-01-2353-53/+53
* Avoid anchor/positioning loopsAlan Alpert2012-01-232-9/+9
* QtDeclarative Tests build fixAnselmo L. S. Melo2012-01-201-3/+3
* Update TextInput.acceptableInput on component complete.Andrew den Exter2012-01-202-2/+87
* Add quick module to .pro fileAlan Alpert2012-01-201-1/+1
* Fix lockup in views due to endless polish loop.Martin Jones2012-01-202-40/+37
* Add a baseUrl property to Text and TextEdit.Andrew den Exter2012-01-196-0/+86
* Don't load embedded images from the current working directory.Andrew den Exter2012-01-197-0/+71
* Move accessibility test to QtQuick 2.Frederik Gladhorn2012-01-188-0/+725
* Insertions were calculating wrong insertion posBea Lam2012-01-182-0/+41
* Made QQuickTextInput follow input direction changesPekka Vuorela2012-01-171-16/+36
* QQuickTextEdit to follow input method direction changesPekka Vuorela2012-01-171-15/+43
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-177-7/+7
* Added log and status properties to ShaderEffect.Kim Motoyoshi Kalland2012-01-161-51/+6
* Avoid creating unnecessary copies of TextEdit's text data.Andrew den Exter2012-01-161-3/+3
* Wait for polish at the start of addOrRemoveBeforeVisibleAlan Alpert2012-01-161-0/+1
* Handle views with negative width/heightMartin Jones2012-01-162-0/+70
* Stabilized tst_qquickcanvasSamuel Rødal2012-01-131-33/+45
* Add tests for item polish bug on MacBea Lam2012-01-135-8/+52
* Use QGuiApplication, not QApplication, in testsDamian Jansen2012-01-139-89/+89
* Disable an unstable test.Gunnar Sletta2012-01-121-0/+1
* Adapt to QInputPanel::inputDirection() APIPekka Vuorela2012-01-123-11/+11
* Fix validators not allowing backspace or delete.Andrew den Exter2012-01-121-0/+41