aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmllistmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fixed a few broken links and snippetsVenu2013-12-231-2/+2
* Remove usage of String pointers where not requiredLars Knoll2013-10-111-3/+5
* Remove more direct usages of Managed pointersLars Knoll2013-10-111-27/+31
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-25/+25
* remove more uses of QV4::ValueLars Knoll2013-09-301-13/+15
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-1/+1
* Convert more methods in QV8EngineLars Knoll2013-09-261-26/+32
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-261-19/+20
* Fix API of QQmlV4HandleLars Knoll2013-09-261-5/+6
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-3/+3
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-21/+25
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-12/+27
* 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-051-14/+14
* | Get rid of QHashedV4StringLars Knoll2013-06-281-11/+9
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-27/+7
|\|
| * Doc: Clarified members of QtQml.Models submodule.Jerome Pasion2013-06-041-30/+6
| * Doc: Fix links for ListModel and ListElement typesTopi Reinio2013-05-291-2/+6
| * Doc: Qt Quick: Fix module name format (Pt 1/2)Sze Howe Koh2013-04-231-2/+2
| * Doc: Qt QML: Fix module name formatSze Howe Koh2013-04-191-1/+1
| * Doc: Reassigned types and pages to their correct modules.Jerome Pasion2013-04-171-2/+2
* | Move QV8QObjectWrapper::newQObject into QV4::QObjectWrapperSimon Hausmann2013-06-051-3/+3
* | Simplify the object iterator APILars Knoll2013-06-041-16/+6
* | Convert QQmlListModel to v4Lars Knoll2013-06-031-110/+107
* | Get rid of QV8Engine::toQObject and QV8QObjectWrapper::toQObjectSimon Hausmann2013-06-031-3/+3
* | Port QObject bindings to use new castSimon Hausmann2013-06-021-3/+3
* | Replace QV8QObjectResource with QV4::QObjectWrapperSimon Hausmann2013-05-231-9/+7
* | Remove v8 dependencies in qhashedstringLars Knoll2013-05-221-14/+6
* | Cleanup v8 dependencies from QQmlV8FunctionLars Knoll2013-05-081-8/+8
* | Remove v8 dependencies from QQmlV4HandleLars Knoll2013-05-081-2/+2
* | Get rid of QV8Engine::qtDateTimeFromJsDateSimon Hausmann2013-05-071-3/+4
* | Replace v8::Undefined() with QV4::Value::undefinedValue()Simon Hausmann2013-05-071-1/+1
* | Get rid of v8::LocalLars Knoll2013-05-061-6/+6
* | Remove v8::HandleScopeLars Knoll2013-05-031-2/+0
* | Cleanup v8 Context handlingLars Knoll2013-05-031-1/+0
* | Change variant conversion methods to use V4 APILars Knoll2013-04-221-8/+11
* | Rename QQmlV8Handle to QQmlV4HandleLars Knoll2013-04-191-4/+4
* | Cleanup lots of V8 dependencies in QJS* classesLars Knoll2013-04-181-0/+1
|/
* Move QML types to types folderAlan Alpert2013-03-141-0/+2588