aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* testlib: Introduce MouseDoubleClickSequence() methodCaroline Chao2015-03-021-0/+35
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-2430-46989/+145783
|\
| * 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
* | Handle TouchCancel events in QQuickPinchAreaAaron McCarthy2015-02-241-0/+64
* | Add Qt.hsva() functionSean Harmer2015-02-182-0/+34
* | Fixed license headersJani Heikkinen2015-02-17139-240/+240
* | Flickable: use wheel event pixel deltas when availableShawn Rutledge2015-02-161-2/+5
* | High-dpi SVG and QQuickImageProvider ImagesMorten Johan Sørvig2015-02-137-0/+316
* | Use TabFocusBehavior in QStyleHints in QtQuickLiang Qi2015-02-121-4/+2
* | QQuickText: Decrease the size of QQuickTextPrivate by moving image tags to Ex...Robin Burchell2015-02-121-5/+5
* | QuickTestResult: Try a bit harder when stringifying a valueGabriel de Dietrich2015-02-121-0/+47
* | Add Q_GADGET wrappers for QModelIndex & Co.Gabriel de Dietrich2015-02-1211-0/+857
* | Update copyright headersJani Heikkinen2015-02-12748-6579/+5803
* | Add offset test for QV4::Heap::String::texthjk2015-02-121-0/+9
* | Respect the text's background-color when it is set in the style in HTMLAndy Shaw2015-02-051-0/+14
* | tst_qquickview: Prepare test to handle multiple pieces of data.Robin Burchell2015-02-041-7/+7
* | QQuickItemParticle: Only delete owned particlesAlan Alpert2015-02-043-0/+165
* | Re-enable ListView auto-testGabriel de Dietrich2015-02-041-0/+1
* | Remove meta-type declaration for QPersistentModelIndexGabriel de Dietrich2015-02-032-2/+0
* | Fix autotest not to rely on broken operator<<(QDebug, QUrl) behaviorKai Koehne2015-02-031-7/+6
* | Add some tools specific consistency testshjk2015-01-293-1/+132
* | CleanupsLars Knoll2015-01-231-1/+1
* | Remove all remaining usages of ValueRefLars Knoll2015-01-232-6/+6
* | Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1
* | Introduce ShortcutJ-P Nurmi2015-01-235-0/+574
* | Introduce Flickable.OvershootBounds behaviorJ-P Nurmi2015-01-211-0/+6
* | QQmlValueTypeWrapper: Use QVariant to QString conversion if possibleGabriel de Dietrich2015-01-201-0/+30
* | Send hover events also to QQuickItem::childMouseEventFilterJørgen Lind2015-01-201-0/+108
* | Expose QStyleHints as Qt.styleHintsJ-P Nurmi2015-01-171-0/+14
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2015-01-168-4/+78
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-168-4/+78
| |\|
| | * 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
* | | Avoid an incorrect warning when dynamically parenting a WindowJocelyn Turcotte2015-01-163-21/+128
* | | Redirect console.info to new QtInfoMsgKai Koehne2015-01-151-1/+1
|/ /
* | Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-3/+4
* | Fix flick() with ListView.SnapToItem at bounds.Michael Brasser2015-01-132-0/+39