aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/xmllistmodel
Commit message (Expand)AuthorAgeFilesLines
* Document latest QtQuick.XmlListModule import version to be 2.11Kai Koehne2018-04-202-3/+3
* add qmlRegisterModule to all QML plugins (QUIP 99)Shawn Rutledge2018-03-211-0/+3
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-2/+1
* Fix failed assertions coming from the QML list modelLars Knoll2017-12-291-2/+4
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
* Doc: Fix capitalization in section titlesTopi Reinio2017-08-291-1/+1
* Q_ENUMS -> Q_ENUM and Q_FLAGS -> Q_FLAGAlbert Astals Cid2017-01-191-1/+1
* Fix up some last un-fixed instances of qmlInfo that should be qmlWarningRobin Burchell2017-01-161-1/+1
* Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-111-4/+4
* Qml, Imports: mark some methods as constAnton Kudryavtsev2016-10-131-1/+1
* Imports: add missing 'override'Anton Kudryavtsev2016-10-062-8/+8
* Update .qmltypesMarco Benelli2016-09-121-266/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-1/+1
| |\
| | * Instantiate static Qml plugins declaring QQmlExtensionInterface onlySebastian Lösch2016-04-111-1/+1
* | | Mark overrides of QQmlExtensionPluginFrank Meerkoetter2016-04-191-1/+1
|/ /
* | Updated license headersJani Heikkinen2016-01-193-42/+60
* | Utilize the resources when building statically.Andy Shaw2015-12-021-0/+8
|/
* Update plugins.qmltypesKai Koehne2015-10-231-1/+267
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* Update copyright headersJani Heikkinen2015-02-123-21/+21
* Cleanup variant conversion codeLars Knoll2015-01-091-1/+1
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-1/+1
* Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-1/+1
* Fix \inqmlmodule usage: only use one parameterAlejandro Exojo2014-12-081-2/+2
* Add new property "designersupported" to qmldirTim Jenssen2014-08-281-0/+1
* Update license headers and add new licensesJani Heikkinen2014-08-253-57/+33
* Get rid of StringRefLars Knoll2014-07-221-1/+1
* Fix the initial value of XmlListModel::countJ-P Nurmi2014-04-101-1/+1
* Doc: Reintroduce missing sample XML file for XMLRole documentationTopi Reinio2014-03-181-1/+5
* Rename some filesLars Knoll2014-01-311-1/+1
* Cleanup: change signature of Object::insertMember()Lars Knoll2014-01-091-3/+5
* Update .qmltypes files for 5.2Alan Alpert2013-11-121-1/+2
* Doc: Fix broken linksSze Howe Koh2013-11-051-1/+1
* Add classnames for QML import plugins.Morten Johan Sørvig2013-10-141-0/+1
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-14/+14
* Move Value::toInteger(double) and related to PrimitiveLars Knoll2013-09-281-1/+1
* Fix API of QQmlV4HandleLars Knoll2013-09-261-2/+2
* Add a Safe<T> class and start using itLars Knoll2013-09-221-1/+2
* Further work towards an exact GCLars Knoll2013-09-221-2/+3
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-1/+1
* Allow QtQuick private headers to be used with QT_NO_KEYWORDS.Jocelyn Turcotte2013-09-121-3/+3
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-07-221-2/+1
|\
| * Don't assume that the last step of the XPath is an element nameJan Arve Saether2013-07-091-2/+1
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-242-4/+6
|\|
| * qtdeclarative: update .qmltypes, and use -notrelocatable optionFawzi Mohamed2013-04-241-3/+5
| * Doc: Qt QML: Fix module name formatSze Howe Koh2013-04-191-1/+1
* | Remove v8 dependencies from QQmlV4HandleLars Knoll2013-05-081-2/+2