aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
...
* Fix XHRLars Knoll2013-11-051-1/+1
* Fix rounding behavior of Qml when assigning doubles to integer propertiesSimon Hausmann2013-11-051-1/+1
* Refactor marking GC'ed objectsLars Knoll2013-11-055-16/+16
* Doc: Fix broken linksSze Howe Koh2013-11-051-2/+2
* Better way of handling string additionsLars Knoll2013-11-041-2/+2
* Fix unused variable warning in release buildsSimon Hausmann2013-11-041-2/+1
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-0415-167/+33
* Improve debugging of QML expressionsSimon Hausmann2013-11-012-2/+6
* Speed up lookups of imported scriptsSimon Hausmann2013-10-316-14/+28
* Resolve member expressions of QObject membersSimon Hausmann2013-10-312-3/+5
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-315-34/+69
* Fix crash in QObject tree destructionSimon Hausmann2013-10-311-1/+2
* Cleanup QML specific JS code generatorSimon Hausmann2013-10-292-6/+5
* Speed up id object lookupsSimon Hausmann2013-10-295-6/+55
* Fix the remaining try/catch statements in C++Lars Knoll2013-10-294-61/+67
* Protect write accesses to objectsLars Knoll2013-10-293-0/+7
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-2910-75/+117
* Properly propagate parse errorsLars Knoll2013-10-295-17/+16
* Use finalUrl in QQmlTypeLoader::Blob::addPragma to fix a bug.Antti Piira2013-10-251-3/+3
* 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