summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * XdndLeave events have incorrect source idBradley T. Hughes2009-08-201-2/+4
| * Instantiate the CP949 codec when building with -no-iconvBradley T. Hughes2009-08-201-0/+1
| * Add some more tests for QQuaternion multiplicationRhys Weatherley2009-08-201-0/+9
| * Improve memory usage of the connectionlists inside QObjectOlivier Goffart2009-08-1911-260/+353
| * Doc - mentioning that the begin...() functions emit a signal that mustKavindra Devi Palaraja2009-08-191-0/+15
| * Document more of the behavior of QTouchEventBradley T. Hughes2009-08-191-43/+115
| * Changed the streambookmarks example to use aggregationThorbjørn Lindeijer2009-08-197-71/+89
| * Doc - Fixed whitespace issuesKavindra Devi Palaraja2009-08-191-15/+15
| * Doc - Cleanups on QAbstractTableModel, QAbstractItemModel, etc.Kavindra Devi Palaraja2009-08-191-388/+433
| * Carbon and Cocoa: Adding support for standard gestures.Richard Moe Gustavsen2009-08-192-4/+16
| * Improved the documentation of saving and restoring window geometry.Denis Dzyubenko2009-08-193-23/+50
| * Don't use pointers to temporary vars that go out of scope.Denis Dzyubenko2009-08-191-1/+1
| * Make the license test pass.Frans Englich2009-08-1955-91/+1479
| * Generate proper license header.Frans Englich2009-08-192-104/+189
| * Revert re-adding of readUnknownElementThorbjørn Lindeijer2009-08-192-10/+0
| * Fixed compile errorThorbjørn Lindeijer2009-08-191-1/+1
* | 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
* | add more detailed tests for QRegExp <--> JS RegExp conversionKent Hansen2009-08-191-1/+19
* | remove expected failureKent Hansen2009-08-191-1/+0
* | add test to make sure a JavaScript object's ID persistsKent Hansen2009-08-191-0/+10
* | update expected output to match that of JSC-based qtscript back-endKent Hansen2009-08-191-2/+2
* | make QScriptEngine::isEvaluating() work for top-level evaluationKent Hansen2009-08-193-2/+45
* | move the builtinFunctionNames test to qscriptengine autotestsKent Hansen2009-08-192-198/+175
* | make Qt Designer compile when Qt is configured with -no-scriptKent Hansen2009-08-198-4/+24
* | only add qtscript autotests if qt is configured appropriatelyKent Hansen2009-08-191-13/+15
* | make moc autotest compile without qtscriptKent Hansen2009-08-192-1/+4
* | 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
* | remove QtScript from includepathKent Hansen2009-08-194-4/+1
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-19154-662/+910
|\ \ | |/