aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix crash bug related to QDeclarativeListModelCharles Yin2012-02-031-0/+22
* Ensure || expressions in v4 will always exit.Michael Brasser2012-02-032-0/+30
* Remove QtQuick1 elements from qtdeclarativeMatthew Vogt2012-02-03571-40784/+46
* Adapt to QGuiApplication::focusObject() for notifying input methodPekka Vuorela2012-02-024-66/+53
* Remove QJSEngine::undefinedValue() functionKent Hansen2012-02-021-32/+32
* Support inline images with <img> tag in StyledTextYann Bodson2012-02-027-2/+161
* Debugger Test Case: Fix failuresAurindam Jana2012-02-021-10/+11
* Incorrect initial pos after resizing view with margins.Martin Jones2012-02-023-0/+96
* Revert "Mark tst_qdebugmessageservice as insignificant until it passes again"Alan Alpert2012-02-021-2/+1
* Fix unhandled touch events not being ignored.Simon Hausmann2012-02-021-11/+89
* Remove QJSEngine::nullValue() functionKent Hansen2012-02-021-20/+20
* Remove QJSValue constructors that take QJSEngine argumentKent Hansen2012-02-024-234/+220
* Remove QJSValue::propertyFlags() functionKent Hansen2012-02-023-86/+0
* Remove invalid QJSValue typeKent Hansen2012-02-023-166/+158
* 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
* QmlProfiling: don't send v8 data if not profilingChristiaan Janssen2012-02-021-2/+7
* 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-017-9/+9
* Guard against event recursion in QQuickDrag.Andrew den Exter2012-02-011-0/+207
* Fixes for removing before visibleBea Lam2012-02-012-19/+43
* Remove QJSEngine::newVariant() functionKent Hansen2012-02-012-164/+25
* Remove QJSEngine::newDate() functionsKent Hansen2012-02-012-17/+18
* Remove QJSValue::instanceOf() functionKent Hansen2012-02-013-46/+2
* QJS{Engine,Value}: Remove QRegExp-specific functionsKent Hansen2012-02-012-36/+31
* Remove QJSValue::toUInt16() functionKent Hansen2012-02-012-158/+0
* Remove QJSValue::toInteger() functionKent Hansen2012-02-013-89/+1
* Remove QJSEngine::toObject() and QJSValue::toObject()Kent Hansen2012-02-014-232/+39
* 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
* Mark tst_qdebugmessageservice as insignificant until it passes againAlan Alpert2012-02-011-1/+2
* Skip failing test row for nowAlan Alpert2012-02-011-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-30263-263/+263
* Enhance editors notifying input panel for input method changesPekka Vuorela2012-01-272-4/+125
* Improve QRegExp property literal assignment error messageChris Adams2012-01-272-6/+25
* Update PathAnimation API and document.Michael Brasser2012-01-271-2/+2
* PathInterpolator should report angle in clockwise direction.Michael Brasser2012-01-271-4/+4