aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid Nearest mipmap filtering for BorderImage.Gunnar Sletta2014-02-161-0/+1
* Reapply 612785f39e325b0578be89e09b0e32d7d08d471e fixing GCC warningsThiago Macieira2014-02-162-1/+5
* Add dedicated QML profiler and adapterUlf Hermann2014-02-1512-528/+611
* Move QtQuick profiling to own profiler adapterUlf Hermann2014-02-1516-121/+490
* Fix polishItems bugFabian Bumberger2014-02-151-6/+10
* V4: Do not reverse-propagate int32 conversion through unary minus.Erik Verbruggen2014-02-141-4/+29
* V4 IR: remove unused phi targets.Erik Verbruggen2014-02-141-0/+12
* V4 IR: changed worklist used while doing optimizations.Erik Verbruggen2014-02-141-36/+138
* Compile fix for MSVC2013Andrew Knight2014-02-141-1/+1
* V4 profiler adapterUlf Hermann2014-02-134-2/+199
* Infrastructure for supporting multiple profilers in qqmlprofilerserviceUlf Hermann2014-02-137-137/+646
* [new compiler] Fix context ownership for anonymous componentsSimon Hausmann2014-02-131-1/+1
* Satellite profiler for V4Ulf Hermann2014-02-126-6/+293
* V4 JIT: remove unused register constant.Erik Verbruggen2014-02-121-3/+0
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-02-1228-78/+162
|\
| * Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-1128-78/+162
| |\
| | * Warn when attaching Keys to an invalid itemFrederik Gladhorn2014-02-111-0/+2
| | * Fix origin for short reversed item viewsJohn Brooks2014-02-101-2/+2
| | * Doc: note about visible and enabled in PropertyChangesFrederik Gladhorn2014-02-101-0/+5
| | * Fix exception thrown in slot without Qml EngineSimon Hausmann2014-02-071-5/+7
| | * Updated documentation for QML Locale.measurementSystemAnders Gunnarsson2014-02-071-3/+6
| | * Fix scenegraph backend API for material shaders.Michael Brasser2014-02-063-1/+18
| | * Doc: Merge duplicated example directoriesSze Howe Koh2014-02-064-4/+4
| | * Avoid renderlist rebuilds in the scene graph renderer.Gunnar Sletta2014-02-062-30/+42
| | * Fix alignment exception in newCallContext on ARMSamuli Piippo2014-02-062-2/+2
| | * [Regression] Fix lazy binding evaluationSimon Hausmann2014-02-063-3/+10
| | * Fix backend API, broken since 5.2.0Gunnar Sletta2014-02-045-3/+9
| | * V4 regalloc: fix interval splitting when register pressure is high.Erik Verbruggen2014-01-311-7/+27
| | * V4: fix range sortingErik Verbruggen2014-01-311-3/+6
| | * V4 JIT: save/restore ebx (GOT ptr) on linux/x86.Erik Verbruggen2014-01-312-1/+5
| | * Fix crash in header when regenerating view.Michael Brasser2014-01-301-0/+1
| | * 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-282-13/+11
| | * V4: Array.push() on QStringList should invoke putIndexed()Alberto Mardegan2014-01-281-1/+1
* | | 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-1211-22/+57
* | | Fixed wrong baseline alignment for TextInputJan Arve Saether2014-02-121-0/+12
|/ /
* | Add a debug service for controlling qml enginesUlf Hermann2014-02-104-2/+249
* | 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-075-25/+73
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-265-25/+73
| |\|
| | * Flickable: fix crash in delayed press handlingJ-P Nurmi2014-01-251-1/+1
| | * Positioners: fix layout mirroringJ-P Nurmi2014-01-253-22/+70
| | * Fix QNX 6.6 buildFrank Osterfeld2014-01-241-2/+2
* | | [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