aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-283-13/+10
| |\
| | * Use QtQuick.Window 2.2v5.3.2Kai Koehne2014-08-273-13/+10
* | | Add new property "designersupported" to qmldirTim Jenssen2014-08-284-0/+4
|/ /
* | TestCase.qml: add missing closing parenthesis to example.Mitch Curtis2014-08-271-1/+1
* | QSM: Reintroduce guard argument evaluationSebastian Sauer2014-08-252-12/+39
* | Update license headers and add new licensesJani Heikkinen2014-08-2532-595/+339
* | Introspect qrc files in FolderListModel.Gatis Paeglis2014-08-222-4/+6
* | Doc: Remove duplicated wordsTopi Reinio2014-08-121-1/+1
* | Say hello to the Declarative State Machine FrameworkBrett Stottlemyer2014-08-0816-1/+1685
* | Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-13/+0
* | Fix Managed::as<>() methodLars Knoll2014-07-221-1/+1
* | Change the object allocation schemeSimon Hausmann2014-07-221-2/+2