aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* V4 debugger: retrieve formals and locals.Erik Verbruggen2013-10-242-2/+2
* Add support CompositeSingleton to the new V4 compiler.v5.2.0-beta1Antti Piira2013-10-214-2/+31
* Qml JavaScript code generation cleanupsSimon Hausmann2013-10-202-83/+60
* Remove internal method from public APILars Knoll2013-10-197-36/+7
* Fix performance regression when doing property lookups for non-existant prope...Simon Hausmann2013-10-162-5/+13
* Fix infinite loop in QQmlIncubator::forceCompletionAlbert Astals Cid2013-10-162-6/+12
* qqmlimport: avoid deadlock by scoping the usage of QWriteLockerRichard Moe Gustavsen2013-10-161-31/+34
* Remove duplicated forward declarationLars Knoll2013-10-151-1/+0
* Make QQmlIncubatorPrivate refcountedLars Knoll2013-10-154-47/+49
* Make sure the incubated object survives the statusChanged callLars Knoll2013-10-151-6/+10
* Fix MSVC2010 warnings.Mitch Curtis2013-10-151-4/+4
* Fix GC issue with incubatorsLars Knoll2013-10-151-19/+45
* inline get_element callsLars Knoll2013-10-141-0/+1
* Compile signal handler expressions in the loader threadSimon Hausmann2013-10-115-7/+75
* Compile JS functions as part of the QQmlCompiler run in the loader threadSimon Hausmann2013-10-118-45/+50
* Compile binding expressions in the QQmlCompilerSimon Hausmann2013-10-1111-14/+108
* Fix the remaining objects against self destructionLars Knoll2013-10-111-0/+4
* Support statically linked module pluginsRichard Moe Gustavsen2013-10-112-109/+244
* Protect a few constructors against self destructionLars Knoll2013-10-111-0/+4
* Smaller cleanupsLars Knoll2013-10-111-13/+25
* Remove usage of String pointers where not requiredLars Knoll2013-10-111-6/+12
* Remove more direct usages of Managed pointersLars Knoll2013-10-111-3/+3
* Delay calculation of offline storage path as long as is practically possible.Robin Burchell2013-10-081-6/+10
* QStringRef has toInt(), so no need to create a new QStringThiago Macieira2013-10-071-5/+3
* Don't print garbage or crash when using console.logJan Arve Saether2013-10-031-8/+17
* Cleanup exception handlingSimon Hausmann2013-10-031-1/+0
* Forward-declare QV4::String in qqmlmetatype_p.h.Friedemann Kleint2013-10-031-2/+2
* Change exception handling APISimon Hausmann2013-10-0210-86/+66
* Cleanup API of Safe<T>Lars Knoll2013-10-022-3/+3
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-022-2/+2
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-023-7/+6
* Don't create a ValueRef to a temporaryLars Knoll2013-10-021-3/+4
* Always call callCompleted in QQmlDataBlob::tryDoneAlbert Astals Cid2013-10-021-4/+2
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-023-34/+34
* Fix invalid alias error reporting in new compilerSimon Hausmann2013-09-301-8/+16
* Improve error location reporting for invalid aliases in old VMESimon Hausmann2013-09-301-1/+1
* Improve component boundary detect in new compilerSimon Hausmann2013-09-301-3/+4
* Fix error messages when assigning to non-existent properties in new compilerSimon Hausmann2013-09-304-7/+114
* Fix composite type registration in the new compilerSimon Hausmann2013-09-303-2/+18
* Fix JS script imports with namespacesSimon Hausmann2013-09-301-0/+4
* Fix support for JS imports in QML files in the new compilerSimon Hausmann2013-09-305-108/+144
* Compile imported scripts in the loader threadSimon Hausmann2013-09-303-38/+25
* Remove some uses of raw Object pointersLars Knoll2013-09-301-2/+2
* Remove most uses of Value from qml/qmlLars Knoll2013-09-3017-98/+99
* Remove some more QV4::Value usagesLars Knoll2013-09-301-3/+3
* Fix API for Object::define*PropertyLars Knoll2013-09-285-10/+10
* Less QV4::Value usageLars Knoll2013-09-283-73/+83
* Remove Value::fromString()Lars Knoll2013-09-285-33/+36
* Remove more direct QV4::Value usageLars Knoll2013-09-287-30/+41
* Make API of QV4::JsonObject GC cleanLars Knoll2013-09-281-9/+13