summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJason Barron2009-08-211-5/+4
|\
| * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-08-212-3/+3
| |\
| * | Updated flawed comment after 5365c1cdJanne Anttila2009-08-211-5/+4
* | | Merge commit 'qt/master'Jason Barron2009-08-21388-36626/+17175
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-2119-184/+783
| |\ \
| | * | 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-208-175/+687
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Fix sub-attaq after the QGraphicsTransform changesRhys Weatherley2009-08-201-1/+1
| | | * | Benchmarks comparing QMatrix4x4 with QTransformRhys Weatherley2009-08-201-0/+411
| | | * | Remove QGraphicsTransform::project()Rhys Weatherley2009-08-194-35/+4
| | | * | Add projection support to QMatrix4x4::toTransform()Rhys Weatherley2009-08-192-7/+48
| | | * | Fix comment for QGraphicsTransform::project()Rhys Weatherley2009-08-191-1/+1
| | | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-transformRhys Weatherley2009-08-192-0/+10
| | | |\ \
| | | * | | Re-implement QGraphicsTransform to use QMatrix4x4Rhys Weatherley2009-08-194-165/+256
| * | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-2082-1393/+2134
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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
| | * | | | Extend testUndoBlock() with a single command block insertmae2009-08-201-0/+19
| | * | | | split the qstringbuilder autotest into fourhjk2009-08-2015-43/+38
| * | | | | 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-205-118/+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
| * | | | | QEXPECT_FAIL was removed.Jedrzej Nowacki2009-08-201-3/+10
| * | | | | 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
| * | | | | only create and attach the script debugger if it's actually requestedKent Hansen2009-08-201-11/+16
| * | | | | 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-202-8/+5
| * | | | | 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
| * | | | | only enable QtScript on platforms where WebKit can be builtKent Hansen2009-08-201-1/+1
| * | | | | 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-2086-992/+2749
| |\ \ \ \ \
| * | | | | | 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-192-5/+6
| * | | | | | Fix QScriptValue::objectId().Jedrzej Nowacki2009-08-195-9/+12