aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Improve startup of bindings using QQuickScreenSimon Hausmann2015-01-121-0/+23
* | Add ability to retrieve QJSEngine for a given QObjectSimon Hausmann2015-01-121-0/+15
* | Add Window.width and Window.height attached propertiesJ-P Nurmi2015-01-092-0/+8
* | Stabilize the drag related autotests for higher dpi displaysLars Knoll2015-01-092-8/+8
* | Cleanup variant conversion codeLars Knoll2015-01-091-1/+1
* | Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-1/+1
* | Clean up JS .import/.pragma directive scanningSimon Hausmann2015-01-082-3/+6
* | Remove qv8engine usage in the contextwrapperLars Knoll2015-01-081-1/+1
* | Get rid of QV8Engine::toStringLars Knoll2015-01-081-1/+1
* | Remove v8engine pointer from QQmlV4FunctionLars Knoll2015-01-081-1/+1
* | Allow importing protected modules with different major versionsJ-P Nurmi2015-01-085-0/+98
* | Fix property access and method invocation on value types that use inheritanceSimon Hausmann2015-01-072-0/+57
* | Unify QQmlDirParser version parsing and error reportingJ-P Nurmi2015-01-073-1/+21
* | qmltime: Correct module name in error message.Robin Burchell2015-01-061-1/+1
* | Add propertyName to errorAlbert Astals Cid2015-01-052-2/+2
* | Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-021-3/+3
* | Use QV4::ScopedString typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* | Fix build: include <qdatastream.h> before using QDataStreamThiago Macieira2015-01-021-0/+1
* | Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-1/+1