summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
| |\ \ \ \ \ \
| * | | | | | | 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-182-12/+62
| * | | | | | | Fix the line numbers on the backtraceOlivier Goffart2009-08-182-4/+7
| * | | | | | | implement getter/setter proxying for Global Object and activation objectKent Hansen2009-08-185-0/+102
| * | | | | | | adopt same ownership relationship of scriptengine agents as in old back-endKent Hansen2009-08-184-15/+62
| * | | | | | | Few autotest QEXCPECT_FAIL markup.Jedrzej Nowacki2009-08-181-39/+4
| * | | | | | | Clean up.Jedrzej Nowacki2009-08-181-1/+1
| * | | | | | | Clean up.Jedrzej Nowacki2009-08-182-6/+29
| * | | | | | | Clean upJedrzej Nowacki2009-08-181-1/+1
| * | | | | | | Clean upJedrzej Nowacki2009-08-183-1437/+0
| * | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-18602-9239/+10415
| |\ \ \ \ \ \ \
| * | | | | | | | remove expected failures, mark expected failureKent Hansen2009-08-181-3/+1
| * | | | | | | | Clean up.Jedrzej Nowacki2009-08-1815-118/+111
| * | | | | | | | add a test for comparing Q{Object,Variant} wrappers from scriptKent Hansen2009-08-181-0/+15
| * | | | | | | | port commit 8fca9052e72d1dc983443c3a8065f804bebf77e7 from qt/masterKent Hansen2009-08-181-1/+1
| * | | | | | | | use ExecutableAllocatorWin.cpp on all Windows platformsKent Hansen2009-08-181-1/+1
| * | | | | | | | Build on Windows CEKent Hansen2009-08-172-1/+12
| * | | | | | | | adopt variant-to-string conversion of the original qtscript back-endKent Hansen2009-08-172-5/+20
| * | | | | | | | test default scope chain after a new context has been pushedKent Hansen2009-08-171-0/+3
| * | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-17172-616/+1759
| |\ \ \ \ \ \ \ \
| * | | | | | | | | remove unnecessary ifdefsKent Hansen2009-08-172-14/+9
| * | | | | | | | | Merge branch 'qtscript-jsc-backend-configure' of git@scm.dev.nokia.troll.no:q...Kent Hansen2009-08-172-2/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Make script and scripttools autodetect, like webkitMarius Storm-Olsen2009-08-172-2/+2
| * | | | | | | | | | disable variadic macros on MSVC7Kent Hansen2009-08-171-4/+8
| * | | | | | | | | | push the right object when the argument is the Global ObjectKent Hansen2009-08-142-16/+22
| * | | | | | | | | | Detect evaluation context in the backtraceOlivier Goffart2009-08-142-2/+5
| * | | | | | | | | | More polishing on the backtraceOlivier Goffart2009-08-142-21/+25
| * | | | | | | | | | more extensive backtrace testOlivier Goffart2009-08-141-12/+93
| * | | | | | | | | | Polish the QScriptContext::backtrace()Olivier Goffart2009-08-143-27/+36