aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* V4 debugger: retrieve formals and locals.Erik Verbruggen2013-10-249-101/+238
* Win32: Remove dependency to DbgHelp DLLSimon Hausmann2013-10-231-4/+0
* Avoid crash when a QML signal is connected to a non-void slotJ-P Nurmi2013-10-221-5/+3
* Add support CompositeSingleton to the new V4 compiler.v5.2.0-beta1Antti Piira2013-10-217-6/+95
* Fix MSVC2013 compilationYuchen Deng2013-10-211-0/+2
* Revert commit d818575966e2e2000fe2b7ee390c620f595d9825Simon Hausmann2013-10-213-17/+0
* Reset on model layout changedAlbert Astals Cid2013-10-211-2/+1
* Qml JavaScript code generation cleanupsSimon Hausmann2013-10-208-91/+75
* Cleanup: Avoid unnecessary irModule->functions.indexOf callsSimon Hausmann2013-10-207-50/+58
* Remove internal method from public APILars Knoll2013-10-1911-39/+36
* Some minor optimizationsLars Knoll2013-10-194-42/+38
* Fix ARM thumb2 mode detectionSimon Hausmann2013-10-171-1/+5
* Make sure v8 service sends a finished signalKai Koehne2013-10-171-0/+2
* Fix build on ARM in ARM mode (instead of thumb2)Simon Hausmann2013-10-174-7/+44
* Fix performance regression when doing property lookups for non-existant prope...Simon Hausmann2013-10-163-6/+14
* Speed up exception propagationSimon Hausmann2013-10-169-144/+100
* Speed up stack trace generation for the JITSimon Hausmann2013-10-166-272/+28
* Fix infinite loop in QQmlIncubator::forceCompletionAlbert Astals Cid2013-10-162-6/+12
* Fix deadlocks in debugger infrastructure on MacKai Koehne2013-10-161-0/+1
* Turn on exact garbage collection by defaultLars Knoll2013-10-161-22/+23
* Fix cleanup handlers on Android when exceptions are thrownSimon Hausmann2013-10-161-0/+33
* qqmlimport: avoid deadlock by scoping the usage of QWriteLockerRichard Moe Gustavsen2013-10-161-31/+34
* Fix GC issues with usage of raw RegExp pointersLars Knoll2013-10-154-7/+10
* Remove debug outputLars Knoll2013-10-151-4/+0
* Remove duplicated forward declarationLars Knoll2013-10-151-1/+0
* Doc: Renamed links to "QML Applications".Jerome Pasion2013-10-151-3/+3
* 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 some more issues with exact GCLars Knoll2013-10-152-3/+3
* Fix GC issue with incubatorsLars Knoll2013-10-151-19/+45
* inline get_element callsLars Knoll2013-10-148-21/+118
* Avoid creating array attributes if possibleLars Knoll2013-10-146-57/+47
* Fix performance regression introduced by 6adb06Lars Knoll2013-10-141-1/+1
* Fix a small bug in conversion to SInt32Lars Knoll2013-10-141-8/+0
* Touch up QJSEngine::evaluate documentation.Mitch Curtis2013-10-141-4/+4
* V4 JIT: fix stack size calculation on 32bit.Erik Verbruggen2013-10-141-2/+3
* Implement >>> inline for the JIT backendLars Knoll2013-10-123-8/+13
* V4 JIT: fix register allocator after change to s/uint32 usage.Erik Verbruggen2013-10-121-8/+2
* V4 JIT: clean-up conversion functions and add toUInt32.Erik Verbruggen2013-10-123-45/+107
* Remove some unused flags from ManagedLars Knoll2013-10-126-15/+3
* 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-1115-43/+154
* Fix failing assertion (index != -1) when trying to re-declare a function para...Simon Hausmann2013-10-111-8/+3
* Fix determination of lookup mode in V4 code generatorSimon Hausmann2013-10-114-43/+39
* Fix crash in duplicate labelled statement checkSimon Hausmann2013-10-111-1/+1
* Fix possible crashesLars Knoll2013-10-111-4/+9
* Correctly set the vtbl for Boolean and NumberObjectLars Knoll2013-10-112-1/+5
* Fix the remaining objects against self destructionLars Knoll2013-10-1110-5/+39