aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Prospective fix for flakey "network" related QML testsv5.4.2Simon Hausmann2015-04-2543-267/+363
* Use qt_subtract_from_timeout instead of duplicating qt_timeout_valueDaniel Teske2015-04-1410-10/+10
* tst_qquickapplication: change test case 'state' to be more stableRichard Moe Gustavsen2015-04-081-8/+7
* Blacklist QQuickWindow::testWindowVisibilityOrder for OS XFrederik Gladhorn2015-03-301-0/+2
* Add test data for tst_GuiAppLauncherSergio Ahumada2015-03-072-0/+61
* Doc: Replace qt-project.org/doc with doc.qt.ioSergio Ahumada2015-03-051-1/+1
* V4: fix ToFixed rounding for 0 fraction digits.Erik Verbruggen2015-03-031-0/+13
* bic: Add 5.{3,4}.0 bic data for QtQuickWidgetsSergio Ahumada2015-03-023-3/+43036
* Fix QML Timer running not being updated together with triggered signalTroels Nilsson2015-02-111-0/+64
* bic: Add/Replace 5.{0,1,2,3,4}.0 bic data for linux-gcc-amd64Sergio Ahumada2015-02-1121-46978/+145578
* Replace blog.qt.digia.com with blog.qt.ioSergio Ahumada2015-02-061-2/+2
* Fix Text wrapping when growing from 0 width.Michael Brasser2015-02-032-0/+27
* Verify context creation in Quick tests.Friedemann Kleint2015-01-293-10/+24
* Ensure that Canvas has the correct size with complex bindings.Mitch Curtis2015-01-281-1/+37
* Canvas: don't crash when getContext("2d") is called on destruction.Mitch Curtis2015-01-262-0/+51
* Fix failing assertion in debug builds for JS that calls constantsSimon Hausmann2015-01-151-0/+2
* TextEdit: fix construction time text cacheJ-P Nurmi2015-01-081-0/+12
* Parse dates as Qt::RFC2822Date tooAlbert Astals Cid2015-01-082-1/+8
* V4: fix reverse type propagationErik Verbruggen2014-12-181-2/+2
* V4: only optimize out to-int32 conversions when the operands are int32.Erik Verbruggen2014-12-181-0/+12
* Change Qt bugtracker URL to qt.ioAlex Blasche2014-12-162-2/+2
* QML Debugging: Fix breakpoints/stepping in a with-statement.Erik Verbruggen2014-12-101-0/+18
* QML Debugging: Fix crash when stepping through try-catch block.Erik Verbruggen2014-12-091-0/+20
* QML: fix warning in testsErik Verbruggen2014-12-091-1/+7
* QML: fix warning in testsErik Verbruggen2014-12-091-23/+0
* QML: fix warning in testsErik Verbruggen2014-12-091-1/+0
* Merge "Merge remote-tracking branch 'origin/5.4.0' into 5.4" into refs/stagin...Simon Hausmann2014-12-0972-71/+76
|\
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Simon Hausmann2014-12-0572-71/+76
| |\
| | * qttest: make findChild available only for QtTest 1.1Fawzi Mohamed2014-12-0571-71/+71
| | * Add string::arg method in installTranslatorFunctionsKai Koehne2014-12-051-0/+5
* | | QML: fix warning in testsErik Verbruggen2014-12-091-2/+0
* | | Quick: fix testErik Verbruggen2014-12-091-1/+1
|/ /
* | Fix QtQuick2 module unload supportChris Adams2014-12-044-0/+208
* | Fix conditional breakpoints in QMLSimon Hausmann2014-12-031-0/+39
* | Fix expression evaluation in specific frames in the debuggerSimon Hausmann2014-12-031-0/+44
* | Merge remote-tracking branch 'origin/5.4.0' into 5.4Simon Hausmann2014-12-021-0/+5
|\|
| * Skip tst_qquickwindow::headless() when using ANGLE/Windows.Friedemann Kleint2014-12-021-0/+5
* | Stabilize tst_qquickflickable.Friedemann Kleint2014-11-281-4/+20
|/
* QQuickWindow autotest: verify that onClosing can block close()Shawn Rutledge2014-11-071-0/+20
* Inspector: Do not assert when trying to stream QModelIndexKai Koehne2014-11-071-1/+39
* Stabilize tst_QQuickAccessibleJan Arve Sæther2014-11-061-4/+0
* Add attached Window::contentItem propertyJ-P Nurmi2014-11-052-0/+4
* text input: always let cursor rect have a width == 1Richard Moe Gustavsen2014-10-301-0/+21
* Repeater & itemviews: fix setModel() JS array handlingJ-P Nurmi2014-10-294-0/+114
* Remove mouse grabber if touch used for mouse emulation has been grabbedDaniel d'Andrada2014-10-292-10/+97
* Move action handlers to the Accessible attached objectJan Arve Saether2014-10-271-3/+2
* Properly handle negative years when printing JS Dates to strings.Ulf Hermann2014-10-242-0/+25
* Fix syntax error when trying to declare read-only object propertiesSimon Hausmann2014-10-243-0/+29
* Fix crash in SpriteSequenceAlex Blasche2014-10-243-0/+146
* Relayout rich text when width increasesEskil Abrahamsen Blomfeldt2014-10-231-0/+29