aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix QtSharedPointer::ExternalRefCountData object leaks"J-P Nurmi2015-12-231-3/+0
* Fix QtSharedPointer::ExternalRefCountData object leaksJian Liang2015-12-181-0/+3
* Fix bogus warning when using Binding on value typesLars Knoll2015-11-271-26/+20
* Doc: fixed link issuesNico Vertriest2015-10-301-1/+1
* Binding: document that property can be grouped if it's a value typeMitch Curtis2015-10-231-0/+17
* Doc: fixed compilation and link errors qqmlitemmodels.qdocNico Vertriest2015-10-151-20/+20
* Doc: corrected syntax errors \qmlmethodNico Vertriest2015-10-151-2/+2
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-069-0/+99
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-1/+1
|\
| * Doc: corrected broken linksNico Vertriest2015-09-081-1/+1
* | Improve warning for QtQml.BindingTobias Koenig2015-09-241-3/+33
* | Move remaining objects to new constructor syntaxLars Knoll2015-09-224-21/+14
* | Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-221-1/+1
* | Further cleanupsLars Knoll2015-09-152-2/+2
* | Implement QQmlListModel::setData()Tobias Koenig2015-09-142-0/+25
* | Centralize access to qml contextLars Knoll2015-09-091-11/+10
* | Pass a QmlContext to QV4::Script instead of a contextwrapperLars Knoll2015-09-091-3/+4
* | Doc: Fixed several link errorsNico Vertriest2015-09-071-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-211-1/+1
|\|
| * Doc: fix verb redundancySamuel Gaist2015-08-191-1/+1
* | Fix performance of ListModel::get()Simon Hausmann2015-08-193-58/+178
* | Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-1/+1
|\|
| * Instantiator: fix typo in docsAndrew Knight2015-07-261-1/+1
* | qml: Avoid heap allocations due to QString::fromLatin1()Sérgio Martins2015-08-131-3/+3
* | Polished documentation for the Binding type.Kavindra Palaraja2015-07-211-39/+30
* | qml: Pass non-trivially-copyable types by const-refSérgio Martins2015-07-204-6/+6
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-301-7/+12
|\|
| * Fix documentation for ItemSelectionModelGabriel de Dietrich2015-06-261-7/+12
* | Save another pointer in QQmlBoundSignalLars Knoll2015-06-181-1/+1
* | Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-1/+1
* | Make bindings refcountedLars Knoll2015-06-101-9/+8
* | ObjectModel: add API for dynamic changesJ-P Nurmi2015-06-103-16/+200
* | Add missing QVector::reserve() callsSérgio Martins2015-06-051-1/+3
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-2/+2
|\|
| * Purge use of VisualDataModel from docs where DelegateModel is requiredAlex Blasche2015-05-281-2/+2
* | Fix build with QT_STRICT_ITERATORSSérgio Martins2015-05-151-4/+4
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-04-282-8/+34
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-04-271-1/+1
| |\
| | * fix model leak in QQmlInstantiatorAlexandr Rekunkov2015-04-181-1/+1
| * | Instantiator: Make asynchronous mode workGabriel de Dietrich2015-04-252-7/+33
* | | Simplify binding setup code furtherLars Knoll2015-04-271-8/+5
* | | Make removal of bindings explicitLars Knoll2015-04-251-2/+1
* | | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-242-2/+2
* | | More cleanupsLars Knoll2015-04-212-14/+9
* | | 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-162-9/+9
|/ /
* | Remove QItemSelection value-type, use Array insteadGabriel de Dietrich2015-03-222-64/+4
* | Remove QModelIndexList value type, use Array insteadGabriel de Dietrich2015-03-222-16/+14
* | Fix usage of QtQmlDevTools private headers on OSX with framework buildsSimon Hausmann2015-03-161-1/+1