aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmllistmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-24/+17
* Cleanup variant conversion codeLars Knoll2015-01-091-9/+9
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-9/+9
* Reduce v8engine dependency for the list modelLars Knoll2015-01-081-49/+45
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-2/+2
* Use QV4::ScopedString typedef instead of actual typeOleg Shparber2015-01-021-2/+2
* Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-1/+1
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-6/+6
* Fix \inqmlmodule usage: only use one parameterAlejandro Exojo2014-12-081-2/+2
* 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
|\