aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix leaks in Phi nodes in the V4 IRSimon Hausmann2013-08-133-20/+19
* Fix leak of QString in V4 IRSimon Hausmann2013-08-125-7/+7
* Don't set opacity when we are not toldGunnar Sletta2013-08-121-1/+1
* Public API for creating atlas textures, when available.Gunnar Sletta2013-08-124-10/+36
* Fix QSGSimpleTextureNode's dirty signals for atlas texturesGunnar Sletta2013-08-121-1/+12
* Re-enable JITSimon Hausmann2013-08-121-1/+1
* Fix build on QNXSimon Hausmann2013-08-121-0/+8
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-08-128-117/+118
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-128-117/+118
| |\
| | * Fix needless conversion from char * to QStringKai Koehne2013-08-091-20/+20
| | * Remove unused local variablesKai Koehne2013-08-091-3/+0
| | * Stop the update timer when no windows are visibleGunnar Sletta2013-08-071-1/+4
| | * Remove C-style casts from public headers.Thiago Macieira2013-08-062-16/+16
| | * Doc: createObject: adapted description of exampleNico Vertriest2013-08-061-51/+52
| | * Improve memory usage of QQuickTextNode.Michael Brasser2013-08-062-8/+8
| | * Fix crash in QQmlDebugService::objectForLocationInfo()Duncan Cunningham2013-08-051-18/+18
* | | Export V4::PersistentValuePrivateAlex Blasche2013-08-121-1/+2
* | | Add reference counting to the VM functionsSimon Hausmann2013-08-128-7/+47
* | | Support opt-in QSGNode descriptions without breaking binary compat.Gunnar Sletta2013-08-1213-65/+89
* | | Introduce QSGMaterial::CustomCompileStepGunnar Sletta2013-08-122-1/+8
|/ /
* | Get rid of unused outer function pointer of QV4::FunctionSimon Hausmann2013-08-123-6/+0
* | Document parenting behaviour of delegates in QML ListView and Component.Tomasz Siekierda (sierdzio)2013-08-102-1/+4
* | Fix binop related crashes in the interpreterSimon Hausmann2013-08-092-10/+13
* | Fix invalid condition in comparisson.Erik Verbruggen2013-08-093-2/+3
* | Trivial compile fix for tools/v4/v4Simon Hausmann2013-08-081-1/+1
* | Fix tst_qqmlecmascript::scope() and behavioural compatibility with v8 based qmlSimon Hausmann2013-08-082-2/+14
* | Export QJSValuePrivateAlex Blasche2013-08-081-1/+2
* | Fix another bug with automatic semicolon insertionSimon Hausmann2013-08-081-1/+2
* | Fix hasOwnProperty on various types wrapped in QMLSimon Hausmann2013-08-088-27/+74
* | Clean up some header dependenciesLars Knoll2013-08-085-6/+7
* | The Moth VME is actually part of the runtime, not the compilerLars Knoll2013-08-084-5/+5
* | Move the parser folder from src/qml/qml to src/qmlLars Knoll2013-08-0821-2/+2
* | Move the JS Api into it's own folderLars Knoll2013-08-0814-7/+4
* | Remove outdated notes fileLars Knoll2013-08-081-4/+0
* | Avoid redundant state changes in distancefield text shaderGunnar Sletta2013-08-081-5/+37
* | Disable the udis86 disassembler by defaultLars Knoll2013-08-081-1/+1
* | Remove the now unused rewriter directoryLars Knoll2013-08-084-292/+0
* | Restructure source codeLars Knoll2013-08-08115-247/+40
* | Remove the llvm isel backendLars Knoll2013-08-086-2204/+0
* | Optimize the JS == operatorLars Knoll2013-08-077-57/+59
* | Remove context argument from most binopsLars Knoll2013-08-0711-98/+164
* | Speed up JS comparison operationsLars Knoll2013-08-074-55/+64
* | Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-08-0619-96/+92
|\ \
| * | Merge branch 'stable' into devSergio Ahumada2013-08-0519-96/+92
| |\|
| | * Avoid using connect in QQuickImplicitSizeItem.Michael Brasser2013-08-011-14/+2
| | * Fix crash when changing non-cached source of image during animationMichael Brasser2013-08-011-2/+2
| | * Remove comment that QQuickPaintedItem is only useful for porting.Gunnar Sletta2013-08-011-3/+0
| | * Fixed distance field text getting clipped at small sizes.Yoann Lopes2013-08-011-1/+1
| | * Doc: Clean up docs for PathView.highlightRangeMode enum valuesTopi Reinio2013-08-011-16/+19
| | * Rectangle which only draw an opaque border should not be blended.Gunnar Sletta2013-08-011-1/+1