summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/master'Jason Barron2009-08-21329-34664/+14256
|\
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-2116-151/+262
| |\
| | * Register interpolators for math3d classesRhys Weatherley2009-08-211-1/+23
| | * Add implicit conversions from math3d classes to QVariantRhys Weatherley2009-08-2110-0/+58
| | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtRhys Weatherley2009-08-202-8/+15
| | |\
| | | * Force rasterfallbacks with a env variable in dfbAnders Bakken2009-08-201-0/+7
| | | * Support RGB32 in DirectFB againAnders Bakken2009-08-201-8/+8
| | * | Merge branch 'kinetic-transform' of git@scm.dev.nokia.troll.no:qt/kineticRhys Weatherley2009-08-205-142/+166
| | |\ \ | | | |/ | | |/|
| | | * Remove QGraphicsTransform::project()Rhys Weatherley2009-08-193-33/+2
| | | * Add projection support to QMatrix4x4::toTransform()Rhys Weatherley2009-08-192-7/+48
| | | * Fix comment for QGraphicsTransform::project()Rhys Weatherley2009-08-191-1/+1
| | | * Re-implement QGraphicsTransform to use QMatrix4x4Rhys Weatherley2009-08-193-133/+147
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-2053-1307/+1829
| |\ \ \ | | |/ /
| | * | Add value_type definition for STL compatibility.David Faure2009-08-201-0/+1
| | * | Respect SmoothPixmapTransform in dfbpeAnders Bakken2009-08-201-3/+7
| | * | Fix undo/redo of single-command edit blocksmae2009-08-202-19/+27
| * | | implement registered script values as a doubly linked listKent Hansen2009-08-204-13/+33
| * | | use a list to keep track of registered script valuesKent Hansen2009-08-204-116/+41
| * | | store the engine's d-pointer in QScriptValuePrivateKent Hansen2009-08-203-150/+115
| * | | Remove useless variable from Lexer.Jedrzej Nowacki2009-08-201-3/+2
| * | | Fix JavaScriptCore::Lexer column countJedrzej Nowacki2009-08-202-2/+9
| * | | remove redundant variableKent Hansen2009-08-202-10/+3
| * | | remove unused variableKent Hansen2009-08-201-1/+0
| * | | add recursion guard for GC markingKent Hansen2009-08-203-4/+10
| * | | provide line number information for innermost call frameKent Hansen2009-08-204-0/+11
| * | | provide filename in stack view if we have itKent Hansen2009-08-201-4/+7
| * | | set the current frame when getting callbacks in JSC DebuggerKent Hansen2009-08-203-30/+42
| * | | disable executable line number info since we don't have it yetKent Hansen2009-08-202-4/+15
| * | | make QScriptEngine::objectById() workKent Hansen2009-08-201-7/+2
| * | | Fix "fixme" in QtFunction::mark()Jedrzej Nowacki2009-08-201-3/+1
| * | | add missing includeKent Hansen2009-08-201-0/+1
| * | | Fix JavaScriptCore build on systems without anonymous mmappingNorbert Leser2009-08-202-3/+3
| * | | add platforms AIX and HPUXKent Hansen2009-08-201-1/+35
| * | | use PLATFORM(SOLARIS) instead of Qt-specific defineKent Hansen2009-08-202-2/+2
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-2026-820/+1155
| |\ \ \
| * | | | Do not pass JSValue per const referenceOlivier Goffart2009-08-192-4/+4
| * | | | CleanupsOlivier Goffart2009-08-193-24/+5
| * | | | invalidate wrapped JSC::JSValue when script engine is deletedKent Hansen2009-08-191-2/+5
| * | | | Fix QScriptValue::objectId().Jedrzej Nowacki2009-08-194-8/+12
| * | | | make QScriptEngine::isEvaluating() work for top-level evaluationKent Hansen2009-08-192-2/+21
| * | | | build on SolarisKent Hansen2009-08-192-2/+12
| * | | | Add support for aligned buffers without alignment macrosThiago Macieira2009-08-191-1/+13
| * | | | Q_DISABLE_COPY were added to QScriptValuePrivate.Jedrzej Nowacki2009-08-191-0/+1
| * | | | Clean upJedrzej Nowacki2009-08-191-1/+0
| * | | | Internal API clean up.Jedrzej Nowacki2009-08-193-16/+0
| * | | | Clean up.Jedrzej Nowacki2009-08-193-49/+57
| * | | | Fix potential building problem.Jedrzej Nowacki2009-08-191-7/+2
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-1923-92/+295
| |\ \ \ \
| * | | | | make sure we have a message handlerKent Hansen2009-08-191-0/+3
| * | | | | Fix the QScriptContext::argumentsObject and QScriptContext::argument for js f...Olivier Goffart2009-08-181-7/+14