aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move CallData onto the JS stackLars Knoll2013-09-1130-340/+381
* Add ScopedValue and ScopedValueArray classesLars Knoll2013-09-113-6/+160
* Create a stack for JS values and use it in the interpreterLars Knoll2013-09-117-17/+73
* V4: add environment variable QV4_FORCE_INTERPRETERErik Verbruggen2013-09-111-1/+6
* V4: Fix build in release with forced assertsKonstantin Ritt2013-09-102-1/+3
* Add Q_UNUSED for reserved fields.Alan Alpert2013-09-105-0/+6
* V4: Constant binary expression evaluation.Erik Verbruggen2013-09-102-6/+131
* V4 debugger: change agent API to work on all debuggers.Erik Verbruggen2013-09-102-8/+17
* Make it possible to handle pointers to QObject derived in QML.Stephen Kelly2013-09-103-4/+10
* V4 regalloc: loading this never needs/needed a call.Erik Verbruggen2013-09-101-1/+0
* Change access mode for functions declared in qmlCaroline Chao2013-09-101-1/+1
* Fix warning by ICC: function without return valueThiago Macieira2013-09-091-0/+2
* Trigger rebuild when xform of alpha nodes change.Gunnar Sletta2013-09-091-4/+6
* Fix partial rebuilds and geometry changes.Gunnar Sletta2013-09-092-21/+31
* Make tiled images not use atlas.Gunnar Sletta2013-09-091-8/+11
* Convenience function for resetting the OpenGL state.Gunnar Sletta2013-09-092-0/+64
* Add support for external drag and drop in Quick items.Chris Meyer2013-09-099-253/+615
* V4: temporarilly disable the optmizer/regalloc.Erik Verbruggen2013-09-091-1/+1
* Polish items on screen change.Morten Johan Sørvig2013-09-092-0/+22
* Make sure we update texture parameters when using atlas textures.Gunnar Sletta2013-09-091-0/+2
* Fix build on iOS: define GL_DOUBLERichard Moe Gustavsen2013-09-081-0/+4
* V4 JIT: Change function call generation with registers.Erik Verbruggen2013-09-081-18/+42
* V4: fix inferred types of 30&&true and 30||true.Erik Verbruggen2013-09-081-5/+22
* Document TextInput property displayText as read-onlyJeremy Katz2013-09-081-0/+2
* 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