aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmldelegatemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-2/+2
* change calling convention for JS function callsLars Knoll2013-09-021-4/+4
* Fix crashes in tst_qquickvisualdatamodelSimon Hausmann2013-07-051-1/+1
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-49/+85
|\
| * Fix null-pointer access in QQuickVisualDataModelPrivateFlorian Hänel2013-06-071-1/+2
| * Doc: Clarified members of QtQml.Models submodule.Jerome Pasion2013-06-041-28/+30
| * 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
| * 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-231-3/+3
| * Prevent segfault on trying to access null cacheItem object.Mitch Curtis2013-04-221-0/+3
| * Doc: Reassigned types and pages to their correct modules.Jerome Pasion2013-04-171-3/+2
* | Remove the context argument from Managed::callLars Knoll2013-06-221-2/+2
* | 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
* | Add convenience method for creating accessor propertiesLars Knoll2013-06-111-8/+3
* | Remove the last v8 dependency from the delegate modelLars Knoll2013-06-071-26/+38
* | Convert more of the delegate model to v4Lars Knoll2013-06-071-83/+88
* | Port the first half of the delegate model code to v4Lars Knoll2013-06-051-162/+162
* | Move QV8QObjectWrapper::newQObject into QV4::QObjectWrapperSimon Hausmann2013-06-051-1/+1
* | Get rid of v8::BooleanLars Knoll2013-05-211-1/+1
* | Get rid of v8::IntegerLars Knoll2013-05-211-15/+15
* | Cleanup v8 dependencies from QQmlV8FunctionLars Knoll2013-05-081-23/+23
* | Remove v8 dependencies from QQmlV4HandleLars Knoll2013-05-081-6/+6
* | Convert qqmldelegatemodel to not use v8::PersistentLars Knoll2013-05-081-30/+59
* | Replace v8::Undefined() with QV4::Value::undefinedValue()Simon Hausmann2013-05-071-7/+7
* | Get rid of v8::LocalLars Knoll2013-05-061-50/+50
* | Remove v8::HandleScopeLars Knoll2013-05-031-3/+0
* | Cleanup v8 Context handlingLars Knoll2013-05-031-2/+0
* | Move QV8Engine::to/fromVariant over to a v4 based APILars Knoll2013-05-011-1/+1
* | Get rid of QV8Engine::toString()Lars Knoll2013-04-291-3/+3
* | Rename QQmlV8Handle to QQmlV4HandleLars Knoll2013-04-191-8/+8
|/
* Move QML types to types folderAlan Alpert2013-03-141-0/+3189