aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-0/+2
|\
| * WinRT: fix warningsMaurice Kalinowski2015-05-191-0/+2
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-04-283-12/+11
|\|
| * [labs.settings] Minor optimizationKonstantin Ritt2015-04-231-9/+8
| * QtQml.Models: bump up the import version number to 2.2J-P Nurmi2015-04-222-3/+3
* | Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-3/+3
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-04-231-0/+540
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-0/+540
| |\|
| | * Add plugins.qmltypes for QtQml.ModelsJ-P Nurmi2015-04-211-0/+540
* | | FolderListModel: add indexOf(file) functionShawn Rutledge2015-04-232-0/+15
|/ /
* | Get rid of asFunctionObject()Lars Knoll2015-04-211-2/+2
* | More cleanupsLars Knoll2015-04-211-1/+1
* | TestCase: add equals() function to QuickTestImageObject.Mitch Curtis2015-04-211-0/+7
* | Further cleanupsLars Knoll2015-04-161-7/+6
* | Reduce dependenciesLars Knoll2015-03-201-1/+1
|/
* testlib: Fix qml objects not deleted between data testsCaroline Chao2015-03-091-3/+6
* 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