aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Correct a small typo to QtQuick::Grid::horizontalItemAlignmentJan Arve Saether2013-10-111-1/+1
* Android: Skip tools built for target architectureEskil Abrahamsen Blomfeldt2013-10-111-6/+7
* Correctly set the vtbl for Boolean and NumberObjectLars Knoll2013-10-112-1/+5
* Fix the remaining objects against self destructionLars Knoll2013-10-1111-5/+45
* Optimise code generation for convertTypeToSInt32Lars Knoll2013-10-116-8/+96
* Fix build on Android with -developer-buildSimon Hausmann2013-10-113-3/+4
* Support statically linked module pluginsRichard Moe Gustavsen2013-10-112-109/+244
* Fix and re-enable constantUpdateOnWindow test.Gunnar Sletta2013-10-111-15/+33
* Unskip test which now passes.Gunnar Sletta2013-10-111-3/+0
* Protect a few constructors against self destructionLars Knoll2013-10-112-1/+6