aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Do not cause SegFault when importing empty javascriptNobuaki Sukegawa2015-01-025-0/+16
* | Enable gadget wrapping for custom value typesSimon Hausmann2015-01-023-0/+94
* | Prepare for QQmlPropertyCache to become available in QJSEngineSimon Hausmann2014-12-291-3/+3
* | support XMLHttpRequest sync modeTasuku Suzuki2014-12-262-11/+42
* | Fix QQmlProperty to work correctly with deeply nested objects.Michael Brasser2014-12-231-0/+15
* | Initial work on gadget supportSimon Hausmann2014-12-222-33/+11
* | Resolve type names inside guard property of SignalTransitionNobuaki Sukegawa2014-12-201-0/+98
* | Make Managed inherit ValueLars Knoll2014-12-201-0/+1
* | Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-192-8/+7