aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Move data of some Qml related objects into Heap namespace.Lars Knoll2014-11-102-12/+20
* | Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-2/+2
* | Move Object::Data into the Heap namespaceLars Knoll2014-11-082-6/+6
* | Begin moving the data out of Managed objectsLars Knoll2014-11-081-1/+1
* | Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-9/+9
* | Cleanup header file dependenciesLars Knoll2014-11-041-0/+1
* | Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-041-3/+3
|/
* Get rid of !this and similar constructsLars Knoll2014-10-311-8/+5
* Doc: apply title case to all section1 titlesNico Vertriest2014-09-241-1/+1
* Add missing import to documentation code snippetSérgio Martins2014-09-231-0/+1
* 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-263-5/+6
|\
| * Don't use d->instanceModel after free'ing itLars Knoll2014-08-261-0/+1
| * Fix typo in DelegateModelGroup documentationAlbert Astals Cid2014-08-251-1/+1
| * Don't abuse new to do a reinterpret_castLars Knoll2014-08-241-4/+4
| * The cached objects can be deleted, so keep them in a QPointer.Gunnar Sletta2014-08-141-1/+1
* | Update license headers and add new licensesJani Heikkinen2014-08-2525-467/+267