aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix crashes in tst_qquickvisualdatamodelSimon Hausmann2013-07-051-1/+1
* | Get rid of the signal expression rewriterSimon Hausmann2013-07-031-3/+3
* | Get rid of QHashedV4StringLars Knoll2013-06-282-13/+11
* | Various build fixes for Windows:Simon Hausmann2013-06-261-4/+3
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-249-89/+115
|\|
| * Fix null-pointer access in QQuickVisualDataModelPrivateFlorian Hänel2013-06-071-1/+2
| * Doc: Clarified members of QtQml.Models submodule.Jerome Pasion2013-06-044-60/+43
| * Doc: Fix links for ListModel and ListElement typesTopi Reinio2013-05-291-2/+6
| * Do not return cacheItem->object if it is still incubatingAlbert Astals Cid2013-05-231-3/+8
| * Fix comment: Signal is actually createdItem not itemCreatedAlbert Astals Cid2013-05-221-1/+1
| * Doc: Fixed a bunch of missing snippets.Jerome Pasion2013-05-151-4/+4
| * Make QQmlInstantiatorPrivate bools more space efficientAlan Alpert2013-05-091-5/+5
| * Fix Instantiator response to model changev5.1.0-beta1Alan Alpert2013-05-082-3/+8
| * Fix crash in QQmlDelegateModelAlbert Astals Cid2013-05-031-3/+23
| * Avoid modifying cacheCount while iterating over itAlan Alpert2013-04-261-13/+16
| * Doc: Qt Quick: Fix module name format (Pt 1/2)Sze Howe Koh2013-04-233-6/+6
| * Prevent segfault on trying to access null cacheItem object.Mitch Curtis2013-04-221-0/+3
| * Doc: Qt QML: Fix module name formatSze Howe Koh2013-04-194-4/+5
| * Doc: Reassigned types and pages to their correct modules.Jerome Pasion2013-04-173-7/+5
* | Remove the context argument from Managed::callLars Knoll2013-06-222-4/+4
* | Remove the context argument from Managed::constructLars Knoll2013-06-221-2/+2
* | Remove context parameter from Managed::get()Lars Knoll2013-06-221-4/+4