aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove references of QML as a 'declarative' languageKai Koehne2014-05-073-8/+8
* | Be more verbose about actual results in tst_qqmlprofilerserviceUlf Hermann2014-05-061-27/+38
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-019-1/+109
|\|
| * Fix translations in states causing failing assertionsSimon Hausmann2014-04-283-0/+82
| * Fix marking of prototype objects in internal class poolSimon Hausmann2014-04-281-0/+16
| * Follow QOpenGLContext API renamingLaszlo Agocs2014-04-251-1/+1
| * Fix crash when loading QML that tries to set non-existent group propertiesSimon Hausmann2014-04-243-0/+6
| * Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-0/+4
* | QQuickStyledText: do not insert an extra blank line in the beginningJ-P Nurmi2014-05-011-20/+20
* | Fix qmltest/animators/tst_on.qmlBernd Weimer2014-04-301-1/+1
* | Skip qquicktimeline auto testBernd Weimer2014-04-251-0/+6
* | Testcase for mixing sequential, parallel with loops and animators.Gunnar Sletta2014-04-241-0/+179
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Tony Sarajärvi2014-04-2412-8/+284
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-2312-8/+284
| |\|
| | * If a popup window is opened, do not change the focusShawn Rutledge2014-04-222-2/+3
| | * QQuickItemView/QQuickPathView: Fix creation of delegatesAlbert Astals Cid2014-04-182-0/+58
| | * Refine fix for dynamic properties on QObjects wrapped in JavaScriptSimon Hausmann2014-04-171-5/+29
| | * Mark tst_qquicktextinput as insignificant on Mac OS XSimon Hausmann2014-04-151-0/+2
| | * Stabilize tst_qqmlxmlhttprequest::stateChangeCallingContext() on Mac.Friedemann Kleint2014-04-151-1/+1
| | * Fix assignments of null strings in QML and JavaScriptSimon Hausmann2014-04-123-0/+34
| | * Avoid event propagation with Keys.forwardToJ-P Nurmi2014-04-122-0/+157
* | | QNX: Fix qquickimage mirror auto testBernd Weimer2014-04-241-1/+5
* | | QNX: Fix item layer auto testBernd Weimer2014-04-241-1/+5
* | | Fix accessibility auto testBernd Weimer2014-04-241-0/+2
|/ /
* / Stabilize qmltest/animators/tst_on.qml.Friedemann Kleint2014-04-161-2/+2
|/
* Fix the initial value of XmlListModel::countJ-P Nurmi2014-04-102-0/+33
* Add support for dynamic properties for QObjects in JavaScriptSimon Hausmann2014-04-091-0/+11
* ListView: fix rounding errorsJ-P Nurmi2014-04-092-0/+190
* Fix remaining QQmlLocale auto-test failuresSimon Hausmann2014-04-081-3/+0
* Fix XHR auto tests always failingSimon Hausmann2014-04-081-2/+0
* Verify empty SmoothedAnimation doesn't keep animation system running.Michael Brasser2014-04-081-0/+22
* OSX: fix QQuickListView testShawn Rutledge2014-04-073-13/+16
* Fix marking of prototype objects in chainSimon Hausmann2014-04-071-0/+18
* Regression: Fix id objects in group propertiesSimon Hausmann2014-04-042-1/+10
* On Mac only editable text input should receive tab focusLiang Qi2014-04-022-0/+186
* Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-023-9/+8
* Fix compilation of script stringsSimon Hausmann2014-04-022-0/+28
* Fix compilation on QNXSergio Ahumada2014-03-311-5/+5
* Fix performance regression of parent setting during QML object creationSimon Hausmann2014-03-313-1/+36
* Remove object index parameter from QQmlCustomParser::compileSimon Hausmann2014-03-292-9/+7
* Eliminate noop translation bindingsSimon Hausmann2014-03-291-3/+3
* Fix visual parent ownership with scenes that create windowsSimon Hausmann2014-03-282-0/+73
* Fix crash in conversion from QVariantMap to QJSValueSimon Hausmann2014-03-281-0/+8
* Fix crash in sparse array handlingSimon Hausmann2014-03-281-0/+1
* Fix instantiation of QML list models with custom object propertiesSimon Hausmann2014-03-274-0/+65
* Fix infinite loop in method overload resolutionSimon Hausmann2014-03-241-0/+20
* tests: fix tst_qqmllanguage::importIncorrectCase() and errors(incorrectCase)Liang Qi2014-03-241-13/+19
* Don't crash on Runtime::getQmlImportedScriptsAlbert Astals Cid2014-03-243-0/+56
* Implement high-dpi "@2x" image handling.Morten Johan Sørvig2014-03-2012-0/+441
* Behavior fix when creating QML windowsFabian Bumberger2014-03-194-3/+97