aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Adapted QQuickScreenAttached to orientation API changes in QScreen.Samuel Rødal2012-01-242-2/+2
* Console API: Add console.exceptionAurindam Jana2012-01-242-0/+79
* Console API: Add console.assertAurindam Jana2012-01-242-0/+82
* Console API: Add console.countKai Koehne2012-01-244-10/+54
* 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-245-43/+85
* Per-frame Sprites patch twoAlan Alpert2012-01-232-0/+83
* Update obsolete contact address.Jason McDonald2012-01-23260-260/+260
* Avoid anchor/positioning loopsAlan Alpert2012-01-232-9/+9
* Add QJSValue::callAsConstructor() functionKent Hansen2012-01-202-43/+43
* Add QJSValue::callWithInstance() functionKent Hansen2012-01-202-26/+26
* Add QJSValue::call() overloadKent Hansen2012-01-203-21/+21
* Add QJSValue::isCallable() functionKent Hansen2012-01-202-106/+106
* Add QJSValue::toInt() and toUInt()Kent Hansen2012-01-204-221/+221
* Add QJSValue::deleteProperty() functionKent Hansen2012-01-202-0/+48
* Add QJSValue::hasProperty() and hasOwnProperty() functionsKent Hansen2012-01-202-0/+55
* QtDeclarative Tests build fixAnselmo L. S. Melo2012-01-202-5/+5
* 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
* Assigning empty object to Q_PROPERTY(QVariantMap)Matthew Vogt2012-01-193-1/+124
* 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-189-126/+28
* Allow QML URLs to contain pre-encoded octetsMatthew Vogt2012-01-186-2/+201
* Insertions were calculating wrong insertion posBea Lam2012-01-182-0/+41
* Made QQuickTextInput follow input direction changesPekka Vuorela2012-01-172-17/+57