aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix crash in header when regenerating view.Michael Brasser2014-01-303-0/+32
| | * V4: remove unused field.Erik Verbruggen2014-01-292-9/+6
| | * Docs: add a working example to Text::fontSizeMode docsJ-P Nurmi2014-01-291-0/+4
| | * Fix leak-on-exit of QSGRenderLoop::s_instanceAlex Montgomery2014-01-284-14/+12
| | * V4: Array.push() on QStringList should invoke putIndexed()Alberto Mardegan2014-01-282-1/+10
* | | Add a function dumping out a GBMI stack trace of the V4 engine.Friedemann Kleint2014-02-121-0/+35
* | | Add Image::mipmap to support mipmapping of images.Gunnar Sletta2014-02-1215-22/+135
* | | Disable Flickable tests on Mac OS X.Gunnar Sletta2014-02-121-0/+1
* | | Fixed wrong baseline alignment for TextInputJan Arve Saether2014-02-122-0/+103
|/ /
* | Add a debug service for controlling qml enginesUlf Hermann2014-02-109-3/+511
* | Unify initial waiting of debug servicesUlf Hermann2014-02-1015-89/+363
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-02-0711-28/+125
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-2611-28/+125
| |\|
| | * Revert "Disable quick autotests on mac until qtbase is fixed"J-P Nurmi2014-01-251-2/+1
| | * Revert "Disable gui tests on Mac for now"J-P Nurmi2014-01-252-6/+5
| | * Flickable: fix crash in delayed press handlingJ-P Nurmi2014-01-253-1/+37
| | * Positioners: fix layout mirroringJ-P Nurmi2014-01-254-22/+78
| | * Mark tst_qquickanimations as insignificant on MinGWJ-P Nurmi2014-01-251-1/+1
| | * Fix tst_qquickflickable::stopAtBounds()J-P Nurmi2014-01-251-2/+2
| | * Revert "Re-enable mac tests"J-P Nurmi2014-01-251-0/+7
| | * Fix QNX 6.6 buildFrank Osterfeld2014-01-241-2/+2
* | | Skip mysteriously failing test for nowSimon Hausmann2014-02-071-0/+4
* | | [new compiler] Fix component attachment linking across sub object creatorsSimon Hausmann2014-02-073-6/+9
* | | [new compiler] Fix tst_qqmlincubator::deleteContextSimon Hausmann2014-02-074-2/+19
* | | [new compiler] Allow for interruption during object finalizationSimon Hausmann2014-02-077-53/+50
* | | [new compiler] Fix parser status and created bindings allocationSimon Hausmann2014-02-076-57/+100
* | | [new compiler] Fix memory management of newly created objectsSimon Hausmann2014-02-071-2/+4
* | | Protect list of client plugins from concurrent accessUlf Hermann2014-02-071-41/+35
* | | V4: stack slot allocator for the interpreter.Erik Verbruggen2014-02-074-15/+205
* | | V4: fix life range for phi node target that is never used.Erik Verbruggen2014-02-071-1/+7
* | | Remove add/sub/mul instruction specializations for numbersLars Knoll2014-02-073-73/+0
* | | Specialize CJump into JumpEq and JumpNeLars Knoll2014-02-073-15/+26
* | | Avoid some unary plus instructionsLars Knoll2014-02-071-1/+1
* | | Remove a memset that is not requiredLars Knoll2014-02-071-0/+2
* | | Add specialized instructions for right and left shiftLars Knoll2014-02-073-0/+80
* | | Simplify some runtime methodsLars Knoll2014-02-071-15/+1
* | | Remove two unused parameters from VME::run()Lars Knoll2014-02-072-5/+6
* | | Add a MoveConst instruction to the interpreterLars Knoll2014-02-073-14/+39
* | | Make the Ref classes not template basedLars Knoll2014-02-0722-140/+167
* | | Rename Referenced to ManagedRefLars Knoll2014-02-0713-72/+59
* | | Move Referenced together with ManagedLars Knoll2014-02-072-81/+90
* | | Accessibility: respect password stateFrederik Gladhorn2014-02-071-1/+5
* | | Add a test HTTP server as manual test.Friedemann Kleint2014-02-072-0/+132
* | | Android: Fix crash when using images in QMLEskil Abrahamsen Blomfeldt2014-02-072-6/+8
* | | Fix memory management issue with accessorsSimon Hausmann2014-02-074-20/+33
* | | [new compiler] Fix crash in qml delegate modelSimon Hausmann2014-02-051-6/+9
* | | [new compiler] Fix propagation of imported scripts for anonymous componentsSimon Hausmann2014-02-056-8/+49
* | | Prevent concurrent access to v4 debuggerUlf Hermann2014-02-051-1/+2
* | | Unify the interface for QQmlDebugServicesUlf Hermann2014-02-0511-22/+73
* | | Move PersistenValue and WeakValue into it's own fileLars Knoll2014-02-057-324/+427