aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QtQml: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-3/+5
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-243-4/+11
|\|
| * Fix QML Timer running not being updated together with triggered signalTroels Nilsson2015-02-111-3/+5
| * Doc: link issues qtdeclarativeNico Vertriest2015-02-041-1/+1
| * Fix possible crash when removing items from QQmlDelegateModelDaniel Vrátil2015-02-021-0/+5
* | Fix deprecation warnings about constructing QString from const char*.Friedemann Kleint2015-02-231-1/+1
* | QML Models: Register ItemSelectionModelGabriel de Dietrich2015-02-122-0/+141
* | Add Q_GADGET wrappers for QModelIndex & Co.Gabriel de Dietrich2015-02-124-0/+392
* | Update copyright headersJani Heikkinen2015-02-1225-170/+170
* | CleanupsLars Knoll2015-01-232-10/+10
* | CleanupsLars Knoll2015-01-232-2/+2
* | Get rid of most uses of ValueRefLars Knoll2015-01-234-49/+42
* | Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-4/+4
* | Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-212-4/+0
* | Models: Remove QModelIndex metatype re-declarationGabriel de Dietrich2015-01-201-2/+0
* | Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-132-5/+5
* | Get rid of Value::engine()Lars Knoll2015-01-121-4/+4
* | Cleanup variant conversion codeLars Knoll2015-01-092-11/+11
* | Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-092-11/+11
* | Move extension mechanism over to use the v4 engineLars Knoll2015-01-081-7/+6
* | Remove qv8engine usage in the contextwrapperLars Knoll2015-01-081-1/+1
* | Reduce v8engine dependency for the list modelLars Knoll2015-01-085-65/+61
* | Further reduce v8engine dependenciesLars Knoll2015-01-081-1/+1
* | Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-033-6/+6
* | Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* | Use QV4::ScopedString typedef instead of actual typeOleg Shparber2015-01-021-2/+2
* | Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-022-2/+2
* | Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-1/+1