aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmllistmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-171-0/+11
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-261-4/+4
|\
| * Don't abuse new to do a reinterpret_castLars Knoll2014-08-241-4/+4
* | Update license headers and add new licensesJani Heikkinen2014-08-251-18/+10
* | CleanupSimon Hausmann2014-08-151-12/+12
* | Get rid of all uses of ObjectRefLars Knoll2014-07-221-6/+6
* | Get rid of StringRefLars Knoll2014-07-221-10/+10
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-2/+2
|\|
| * Doc: correct link/compilation errors in Qt DeclarativeNico Vertriest2014-07-021-2/+2
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-041-4/+40
|\|
| * Fix emission of QQmlListModel::rowsAboutToBeXxx() signalsJ-P Nurmi2014-05-291-4/+40
* | Rework custom parser integrationSimon Hausmann2014-06-041-172/+68
|/
* Fix translations in states causing failing assertionsSimon Hausmann2014-04-281-0/+4
* Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-021-1/+1
* Remove object index parameter from QQmlCustomParser::compileSimon Hausmann2014-03-291-1/+1
* Eliminate noop translation bindingsSimon Hausmann2014-03-291-36/+6
* Cleanup: Remove last traces of QQmlScriptSimon Hausmann2014-03-191-1/+0
* Doc: Fix broken \qmlsignal linksSze Howe Koh2014-03-181-3/+3
* Fix crash when appending arrays to sub models in list modelsSimon Hausmann2014-03-141-0/+3
* Add support for resolving translation bindings at compile timeSimon Hausmann2014-03-111-0/+2
* Remove old compiler and VMESimon Hausmann2014-03-071-180/+11
* [new compiler] Add the correct object index to the custom parserSimon Hausmann2014-03-021-6/+6
* [new compiler] Compile functions and bindings in appropriate scopesSimon Hausmann2014-03-021-2/+3
* [new compiler] Fix error location when id property is used in list model elem...Simon Hausmann2014-03-021-1/+1
* Fix ListModel::setProperty() to accept date rolesJ-P Nurmi2014-02-201-0/+1
* [new compiler] Add support for QML list modelsSimon Hausmann2014-01-201-0/+164
* Rework array handling for JS objectsLars Knoll2014-01-091-5/+5
* 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