aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fixed a few broken links and snippetsVenu2013-12-231-2/+2
* Doc: Made copy of the QML files in the snippets directoryVenu2013-12-131-3/+3
* Encapsulate the current context and fix it's usageLars Knoll2013-12-042-7/+7
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-042-4/+4
* Simplify & speed up function callingLars Knoll2013-11-093-11/+11
* Doc: Fix broken linksSze Howe Koh2013-11-052-3/+2
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-042-6/+5
* Fix adding created objects to instantiator.kakadu2013-10-291-1/+1
* Fix the remaining try/catch statements in C++Lars Knoll2013-10-291-14/+11
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-12/+11
* Properly propagate parse errorsLars Knoll2013-10-291-5/+7
* Reset on model layout changedAlbert Astals Cid2013-10-211-2/+1
* Remove internal method from public APILars Knoll2013-10-191-2/+2
* inline get_element callsLars Knoll2013-10-141-0/+1
* Remove some unused flags from ManagedLars Knoll2013-10-121-1/+0
* Remove usage of String pointers where not requiredLars Knoll2013-10-111-3/+5
* Remove more direct usages of Managed pointersLars Knoll2013-10-112-29/+33
* Change exception handling APISimon Hausmann2013-10-021-11/+6
* Cleanup API of Safe<T>Lars Knoll2013-10-021-1/+1
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-021-1/+1
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-022-29/+28
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-027-69/+69
* remove more uses of QV4::ValueLars Knoll2013-09-302-15/+17
* Remove most uses of Value from qml/qmlLars Knoll2013-09-302-36/+50
* Fix API for Object::define*PropertyLars Knoll2013-09-282-6/+5
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-283-7/+7
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-282-10/+16
* Doc: Updated imports, \qmlmodule, and \inqmlmodule versions in src/qml.Jerome Pasion2013-09-274-4/+4
* Convert more methods in QV8EngineLars Knoll2013-09-262-32/+38
* Move more API over to use ValueRefLars Knoll2013-09-261-1/+2
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-263-41/+55
* Fix API of QQmlV4HandleLars Knoll2013-09-262-12/+14
* Fix Persistent/WeakValue APILars Knoll2013-09-262-17/+25
* Doc: Fixed and updated Qt Quick's \qmlmodule pageJerome Pasion2013-09-254-5/+5
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-5/+5
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-1/+1
* Cleanup Object::define*Property APILars Knoll2013-09-221-5/+5
* Add a Safe<T> class and start using itLars Knoll2013-09-221-12/+15
* Start using StringRef for parameter passingLars Knoll2013-09-221-3/+3
* Introduce a Referenced<T> class to pass Objects into methodsLars Knoll2013-09-221-2/+2
* Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-222-8/+5
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-222-4/+4
* Further work towards an exact GCLars Knoll2013-09-222-19/+28
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-184-42/+50
* Convert more methods to use ReturnedValueLars Knoll2013-09-181-1/+1
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-183-24/+24
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-182-16/+34
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-2/+2
* Use ReturnedValue for Managed::construct()Lars Knoll2013-09-181-2/+2
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-3/+3