aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
Commit message (Expand)AuthorAgeFilesLines
* 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
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-3/+4
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-182-6/+9
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-2/+2
* Allow QtQuick private headers to be used with QT_NO_KEYWORDS.Jocelyn Turcotte2013-09-124-8/+8
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-4/+4
* Move CallData onto the JS stackLars Knoll2013-09-111-13/+14
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-2/+2
* change calling convention for JS function callsLars Knoll2013-09-022-10/+18
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-07-221-9/+9
|\
| * Docs: restore missing ListModel methodsJ-P Nurmi2013-07-081-9/+9
* | Get rid of the first half of QQmlGuard usageLars Knoll2013-07-054-19/+18