aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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-03651-40864/+126
* 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-30523-523/+523
* 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
* Prevent PathAnimation from hanging when jumping backwards to beginning.Michael Brasser2012-01-272-27/+64
* Fix breakage due to meta-type id reordering in qtbaseKent Hansen2012-01-261-1/+1
* 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
* tst_qdeclarativedebugjs: Use new QJSValue::call() overloadKent Hansen2012-01-251-66/+65
* tst_qdeclarativedebugjs: Don't use QJSValue::isValid()Kent Hansen2012-01-251-16/+16
* Move sqldatabase into a module API pluginCharles Yin2012-01-2516-20/+51
* Allow JS API in modulesMatthew Vogt2012-01-2430-9/+276