aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
Commit message (Expand)AuthorAgeFilesLines
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-2/+2
* change calling convention for JS function callsLars Knoll2013-09-022-10/+18
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-07-221-9/+9
|\
| * Docs: restore missing ListModel methodsJ-P Nurmi2013-07-081-9/+9
* | Get rid of the first half of QQmlGuard usageLars Knoll2013-07-054-19/+18
* | Fix crashes in tst_qquickvisualdatamodelSimon Hausmann2013-07-051-1/+1
* | Get rid of the signal expression rewriterSimon Hausmann2013-07-031-3/+3
* | Get rid of QHashedV4StringLars Knoll2013-06-282-13/+11
* | Various build fixes for Windows:Simon Hausmann2013-06-261-4/+3
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-249-89/+115
|\|
| * Fix null-pointer access in QQuickVisualDataModelPrivateFlorian Hänel2013-06-071-1/+2
| * Doc: Clarified members of QtQml.Models submodule.Jerome Pasion2013-06-044-60/+43
| * Doc: Fix links for ListModel and ListElement typesTopi Reinio2013-05-291-2/+6
| * Do not return cacheItem->object if it is still incubatingAlbert Astals Cid2013-05-231-3/+8
| * Fix comment: Signal is actually createdItem not itemCreatedAlbert Astals Cid2013-05-221-1/+1
| * Doc: Fixed a bunch of missing snippets.Jerome Pasion2013-05-151-4/+4
| * Make QQmlInstantiatorPrivate bools more space efficientAlan Alpert2013-05-091-5/+5
| * Fix Instantiator response to model changev5.1.0-beta1Alan Alpert2013-05-082-3/+8
| * Fix crash in QQmlDelegateModelAlbert Astals Cid2013-05-031-3/+23
| * Avoid modifying cacheCount while iterating over itAlan Alpert2013-04-261-13/+16
| * Doc: Qt Quick: Fix module name format (Pt 1/2)Sze Howe Koh2013-04-233-6/+6
| * Prevent segfault on trying to access null cacheItem object.Mitch Curtis2013-04-221-0/+3
| * Doc: Qt QML: Fix module name formatSze Howe Koh2013-04-194-4/+5
| * Doc: Reassigned types and pages to their correct modules.Jerome Pasion2013-04-173-7/+5
* | Remove the context argument from Managed::callLars Knoll2013-06-222-4/+4
* | Remove the context argument from Managed::constructLars Knoll2013-06-221-2/+2
* | Remove context parameter from Managed::get()Lars Knoll2013-06-221-4/+4
* | Remove context parameter from Managed::getIndexedLars Knoll2013-06-221-4/+4
* | Fix two more errors in the worker script auto testLars Knoll2013-06-181-6/+1
* | Fix parts of workerscriptLars Knoll2013-06-181-1/+1
* | Add convenience method for creating accessor propertiesLars Knoll2013-06-111-8/+3
* | Remove the last v8 dependency from the delegate modelLars Knoll2013-06-072-29/+56
* | Convert more of the delegate model to v4Lars Knoll2013-06-072-84/+88
* | Port the first half of the delegate model code to v4Lars Knoll2013-06-052-178/+176
* | Move QV8QObjectWrapper::newQObject into QV4::QObjectWrapperSimon Hausmann2013-06-053-5/+5
* | Fix crashes in workerscript tests (qqmlecmascript and qquickworkerscript)Simon Hausmann2013-06-051-1/+2
* | Simplify the object iterator APILars Knoll2013-06-041-16/+6
* | Convert QQmlListModel to v4Lars Knoll2013-06-032-120/+117
* | Get rid of QV8Engine::toQObject and QV8QObjectWrapper::toQObjectSimon Hausmann2013-06-031-3/+3
* | Remove some more v8 usageLars Knoll2013-06-031-6/+7
* | Port QObject bindings to use new castSimon Hausmann2013-06-021-3/+3
* | Start converting casting of Managed to subtypes to a better schemeLars Knoll2013-05-311-1/+1
* | Cleanup the context wrapper codeLars Knoll2013-05-301-3/+5
* | Fixup list model serializationLars Knoll2013-05-241-0/+18
* | Get rid of Get/SetHiddenValue in the v8 APILars Knoll2013-05-242-18/+1
* | Replace QV8QObjectResource with QV4::QObjectWrapperSimon Hausmann2013-05-231-9/+7
* | Replace usage of v8::Script and qmlModeCompile with QV4::ScriptLars Knoll2013-05-221-16/+13
* | Remove v8 dependencies in qhashedstringLars Knoll2013-05-221-14/+6
* | Get rid of v8::BooleanLars Knoll2013-05-211-1/+1
* | Get rid of v8::IntegerLars Knoll2013-05-211-15/+15