aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
Commit message (Expand)AuthorAgeFilesLines
* Doc: corrected broken linksNico Vertriest2015-09-081-1/+1
* Doc: fix verb redundancySamuel Gaist2015-08-191-1/+1
* Instantiator: fix typo in docsAndrew Knight2015-07-261-1/+1
* Fix documentation for ItemSelectionModelGabriel de Dietrich2015-06-261-7/+12
* Purge use of VisualDataModel from docs where DelegateModel is requiredAlex Blasche2015-05-281-2/+2
* 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
* | 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
* | Remove v8engine dependency from qv4serialize.*Lars Knoll2015-01-011-4/+4
* | Remove most of the places where getPointer() is usedLars Knoll2014-12-203-18/+18
* | Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-192-13/+15
* | Encapsulate accesses to the root contextLars Knoll2014-12-112-13/+13
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-093-5/+5
|\|
| * Fix \inqmlmodule usage: only use one parameterAlejandro Exojo2014-12-083-5/+5
* | Cleanup destruction of heap objectsLars Knoll2014-11-212-12/+2
* | Cleanup exception catching codeLars Knoll2014-11-151-6/+3
* | Changed MemoryManager::alloc<T> to return Heap::T* instead of T*Simon Hausmann2014-11-151-3/+3
* | Replaced more usages of Returned<T> with Heap::T*Simon Hausmann2014-11-141-6/+6
* | Move data for remaining objects in QtQml into the Heap namespaceLars Knoll2014-11-111-47/+66