aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmllistmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | replace handwritten loop with qDeleteAllFrank Meerkoetter2016-04-061-3/+2
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-291-0/+3
|\|
| * Make sure we destroy all QV4::QObjectWrapper objectsJian Liang2016-01-221-0/+3
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Qml: fix expensive iteration over QHash::keys() and QMap::keys()Anton Kudryavtsev2016-01-181-10/+3
|/
* Revert "Fix QtSharedPointer::ExternalRefCountData object leaks"J-P Nurmi2015-12-231-3/+0
* Fix QtSharedPointer::ExternalRefCountData object leaksJian Liang2015-12-181-0/+3
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-1/+1
* Implement QQmlListModel::setData()Tobias Koenig2015-09-141-0/+24
* Fix performance of ListModel::get()Simon Hausmann2015-08-191-31/+123
* qml: Avoid heap allocations due to QString::fromLatin1()Sérgio Martins2015-08-131-3/+3
* Add missing QVector::reserve() callsSérgio Martins2015-06-051-1/+3
* Fix build with QT_STRICT_ITERATORSSérgio Martins2015-05-151-4/+4
* More cleanupsLars Knoll2015-04-211-2/+2
* Get rid of asManaged()Lars Knoll2015-04-211-1/+1
* Get rid of Value::asDateObject()Lars Knoll2015-04-161-3/+3
* Further cleanupsLars Knoll2015-04-161-3/+3
* 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