aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
* Fix invocations of static methods of QGuiApplication/QCoreApplication.Friedemann Kleint2015-03-051-1/+1
* testlib: Introduce MouseDoubleClickSequence() methodCaroline Chao2015-03-021-8/+46
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-4/+4
|\
| * Doc fix: QHistoryState is registered in QML as HistoryStatePierre Rossi2015-01-281-4/+4
* | Fixed license headersJani Heikkinen2015-02-171-1/+1
* | Update copyright headersJani Heikkinen2015-02-1233-233/+225
* | CleanupsLars Knoll2015-01-231-18/+18
* | CleanupsLars Knoll2015-01-231-1/+1
* | Rework QJSValue internalsLars Knoll2015-01-211-1/+1
* | Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-2/+2
* | Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-1/+0
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-161-1/+1
|\|
| * doc: The correct enum name is 'Time', not 'LastModified'.Gunnar Sletta2015-01-121-1/+1
* | Test: make mouse press, release, click and double click default to the center...Albert Astals Cid2015-01-091-7/+27
* | Cleanup variant conversion codeLars Knoll2015-01-092-5/+5
* | Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-092-5/+5
* | Remove v8engine dependency in localstorageLars Knoll2015-01-081-24/+16
* | Move extension mechanism over to use the v4 engineLars Knoll2015-01-081-8/+7
* | Get rid of QV8Engine::toStringLars Knoll2015-01-081-1/+1
* | Remove v8engine pointer from QQmlV4FunctionLars Knoll2015-01-081-4/+4
* | Make waitForRendering without item fail instead of crashAlbert Astals Cid2015-01-081-0/+2
* | Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-7/+7
* | Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* | Use QV4::ScopedString typedef instead of actual typeOleg Shparber2015-01-021-3/+3
* | Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-022-3/+2
* | Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-3/+3
* | Resolve type names inside guard property of SignalTransitionNobuaki Sukegawa2014-12-201-1/+5
* | Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-191-2/+2
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-0912-27/+296
|\|
| * Merge "Merge remote-tracking branch 'origin/5.4.0' into 5.4" into refs/stagin...Simon Hausmann2014-12-098-23/+287
| |\
| | * Merge remote-tracking branch 'origin/5.4.0' into 5.4Simon Hausmann2014-12-058-23/+287
| | |\
| | | * qttest: make findChild available only for QtTest 1.1Fawzi Mohamed2014-12-054-9/+11
| | | * Update plugins.qmltypesKai Koehne2014-12-055-14/+276
| * | | Fix \inqmlmodule usage: only use one parameterAlejandro Exojo2014-12-082-3/+3
| |/ /
| * | Correct QtQml.Models \qmlmodule version.Mitch Curtis2014-12-041-1/+1
| * | Fix QtQuick2 module unload supportChris Adams2014-12-041-0/+5
| |/
* | Cleanup destruction of heap objectsLars Knoll2014-11-211-3/+1
* | Changed MemoryManager::alloc<T> to return Heap::T* instead of T*Simon Hausmann2014-11-151-1/+1
* | Ported the WebSQL module to the new V4 heap layoutSimon Hausmann2014-11-141-29/+42
* | Move Object::Data into the Heap namespaceLars Knoll2014-11-081-1/+1
* | Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-4/+4
* | Cleanup header file dependenciesLars Knoll2014-11-041-0/+1
* | Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-041-1/+1
|/
* Get rid of !this and similar constructsLars Knoll2014-10-312-5/+3
* QML State Machine plugin: correct URL in Q_PLUGIN_METADATAShawn Rutledge2014-10-271-1/+1
* qmlstatemachine: Rename StateBase to StateKevin Funk2014-10-217-38/+38
* Doc: Updated the QML State Machine docsVenu2014-10-095-18/+24
* Also search for visual children in TestCase::findChild().Mitch Curtis2014-09-291-2/+30
* QDSM: Nested statemachines are supportedSebastian Sauer2014-09-241-6/+0
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-08-283-13/+10
|\