aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make sure v8 service sends a finished signalKai Koehne2013-10-171-0/+2
* Disable WTF assertions in release buildsSimon Hausmann2013-10-171-0/+2
* Fix build on ARM in ARM mode (instead of thumb2)Simon Hausmann2013-10-177-34/+54
* Implement WTFReportAssertionFailureSimon Hausmann2013-10-171-1/+2
* Fix ASSERT_VALID_CODE_POINTER for our ARM buildsSimon Hausmann2013-10-171-4/+2
* V4 ARM: extend disassembler.Erik Verbruggen2013-10-172-0/+77
* Fix performance regression when doing property lookups for non-existant prope...Simon Hausmann2013-10-163-6/+14
* Speed up exception propagationSimon Hausmann2013-10-1610-163/+136
* Speed up stack trace generation for the JITSimon Hausmann2013-10-168-272/+38
* Avoid infinite loop with distance fields disabledLaszlo Agocs2013-10-161-1/+5
* Dialogs: use resources for QML and imagesShawn Rutledge2013-10-163-15/+65
* Fix infinite loop in QQmlIncubator::forceCompletionAlbert Astals Cid2013-10-162-6/+12
* Improve output of test caseKai Koehne2013-10-165-3/+61
* Fix segfault in autotestKai Koehne2013-10-161-2/+5
* Fix deadlocks in debugger infrastructure on MacKai Koehne2013-10-161-0/+1
* Turn on exact garbage collection by defaultLars Knoll2013-10-164-94/+30
* 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
* Initialize VariableLars Knoll2013-10-151-0/+1
* 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
* Don't use constructor function to initialize providersTor Arne Vestbø2013-10-153-4/+9
* Doc: Renamed links to "QML Applications".Jerome Pasion2013-10-152-6/+6
* 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
* QtQuick.Dialogs: on single-window platforms, don't resize the windowShawn Rutledge2013-10-151-1/+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-149-21/+119
* 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
* V4 disasm: fix sub sp,sp,immErik Verbruggen2013-10-141-1/+1
* Don't leave a window current when removing itGiulio Camuffo2013-10-141-2/+6
* Fix the QML import search.Morten Johan Sørvig2013-10-141-26/+22
* Make qmlimportscanner report plugin classnames.Morten Johan Sørvig2013-10-141-11/+23
* Add classnames for QML import plugins.Morten Johan Sørvig2013-10-1411-0/+11
* 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
* V4 ARM: fix disassembler vmovErik Verbruggen2013-10-121-1/+1
* 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-1118-45/+164
* Fix failing assertion (index != -1) when trying to re-declare a function para...Simon Hausmann2013-10-111-8/+3