aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove variables that aren't being used right nowThiago Macieira2013-09-073-7/+2
* wince: Build fix, creating stack traces is not available on this platformSérgio Martins2013-09-061-2/+2
* Export qsgnode_set_description.Gunnar Sletta2013-09-061-1/+1
* Prefer multisample antialiasing when we have a msaa contextGunnar Sletta2013-09-062-2/+99
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-0619-110/+150
|\
| * Merge branch 'stable' into devSergio Ahumada2013-09-0619-110/+150
| |\
| | * Removed the static intialized boolean of qquickitemsmodule.Dominik Holland2013-09-051-5/+0
| | * Fix qmlClearEnginePlugins() to clear engine plugins.Dominik Holland2013-09-051-16/+38
| | * Fix compiler warning about unused variableKai Koehne2013-09-041-1/+1
| | * Fix crash on QV8Engine destructionJosh Faust2013-08-301-1/+1
| | * Initialize variables in ShaderEffectSource's texture provider.Gunnar Sletta2013-08-281-0/+4
| | * Fix crash when trying to set versioned group propertiesSimon Hausmann2013-08-281-1/+3
| | * Updated distance field glyph caches to use QDistanceField.Yoann Lopes2013-08-276-31/+40
| | * Don't crash due to KeyRelease on an unloaded ItemShawn Rutledge2013-08-271-3/+3
| | * Fix girth of native text with grayscale AA or styleEskil Abrahamsen Blomfeldt2013-08-272-46/+41
| | * Fix warning about unused variable.Friedemann Kleint2013-08-271-1/+0
| | * Explicitly call setCursor in the QQuickMouseArea constructorDaiwei Li2013-08-271-0/+6
| | * fix include guard to not clash with qscriptvalueiteratorMichael Zanetti2013-08-231-3/+3
| | * Debugger: Fix crash when app exits while debuggingKai Koehne2013-08-213-4/+13
* | | Remove large, unused function in QtQuick 2Thiago Macieira2013-09-051-67/+0
* | | Disable the isPowerOfTwo functions that are only used with OpenGL ES 2Thiago Macieira2013-09-053-0/+6
* | | Fix rendering errors in Qt Quick Controls galleryGunnar Sletta2013-09-052-3/+7
* | | Off-by-one error in batch recylcing lead to leaks and no recyclingGunnar Sletta2013-09-051-1/+1
|/ /
* | Fix qv4jsir_p.h warningsJ-P Nurmi2013-09-041-1/+3
* | Fix a crash in Function.apply()Lars Knoll2013-09-041-1/+4
* | Optimize String.replace and RegExp.execLars Knoll2013-09-026-42/+87
* | Optimize ScriptFunction::construct() and creation of FunctionObjectsLars Knoll2013-09-024-17/+27
* | Inline identifier lookup where it makes senseLars Knoll2013-09-022-2/+9
* | Use Q_ASSERT instead of assert to get rid of the checks in release buildsLars Knoll2013-09-021-2/+2
* | Optimize Function.apply()Lars Knoll2013-09-021-3/+15
* | Optimise property lookups on primitive typesLars Knoll2013-09-023-31/+168
* | Fix a small bug in ExecutionContext::getPropertyAndBaseLars Knoll2013-09-021-1/+2
* | Remove more usages of Object::setPrototype()Lars Knoll2013-09-0215-40/+23
* | Remove more usages of Object::setPrototype()Lars Knoll2013-09-024-62/+49
* | Cleanup calls to Object::setPrototype()Lars Knoll2013-09-0221-102/+86
* | Move prototype pointer into QV4::InternalClassLars Knoll2013-09-0246-243/+304
* | Add the object's prototype to the InternalClass structureLars Knoll2013-09-023-2/+39
* | Remove unused arvument from Object constructorLars Knoll2013-09-023-3/+3
* | Remove unused variableLars Knoll2013-09-021-1/+0
* | Remove unused constructorLars Knoll2013-09-022-12/+0
* | Fix some bugs in the code generatorLars Knoll2013-09-022-13/+30
* | Add Value::isNullOrUndefined()Lars Knoll2013-09-022-3/+5
* | Fix incorrect implementation of Array.toString()Lars Knoll2013-09-021-1/+9
* | change calling convention for JS function callsLars Knoll2013-09-0249-385/+549
* | move methods to create a new context into the ExecutionContext classLars Knoll2013-09-026-36/+34
* | Add a SimpleScriptFunction classLars Knoll2013-09-0210-37/+177
* | Move call context creation into the ExecutionContext classLars Knoll2013-09-025-70/+63
* | Temporarily collect a map of all functions in the engineSimon Hausmann2013-09-027-1/+33
* | Fix crashes when running tst_qqmlecmascript::importScripts with aggressive gcSimon Hausmann2013-09-022-4/+30
* | New scenegraph renderer and atlas textures.Gunnar Sletta2013-09-0218-676/+4059