aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Remove v8 dependencies in qhashedstringLars Knoll2013-05-2222-348/+109
* Get rid of v8::String::(Ascii)ValueLars Knoll2013-05-224-99/+35
* Fix running through all tst_qqmlecmascript testsSimon Hausmann2013-05-214-11/+26
* Finalize sequence wrappingSimon Hausmann2013-05-2110-113/+81
* Fold qv8sequencewrapper_p_p.h into qv8sequencewrapper.cppSimon Hausmann2013-05-213-560/+495
* Eliminate last v8 dependency from QV8SequenceWrapperSimon Hausmann2013-05-214-26/+40
* Port the rest of the sequence types to V4Simon Hausmann2013-05-2111-717/+440
* Get rid of v8::PrimitiveLars Knoll2013-05-211-8/+1
* Get rid of v8::BooleanLars Knoll2013-05-2112-56/+27
* Get rid of v8::NumberLars Knoll2013-05-218-85/+50
* Get rid of v8::IntegerLars Knoll2013-05-2119-151/+83
* Remove some unused classes from the v8 APILars Knoll2013-05-213-283/+2
* Small exception handling fixesSimon Hausmann2013-05-211-0/+1
* Fix crashes when invoking QML JS methods from C++Simon Hausmann2013-05-211-1/+1
* Get rid of v8::TryCatch and v8::MessageLars Knoll2013-05-214-211/+0
* Convert the remaining TryCatch statements to use QV4::ExceptionLars Knoll2013-05-216-117/+68
* Remove half the v8::TryCatch statementsLars Knoll2013-05-216-128/+86
* Fix return value for QQmlJavascriptExpression::evaluateLars Knoll2013-05-212-4/+4
* Cleanup QQmlDelayedErrorLars Knoll2013-05-214-29/+26
* Add source file and line number to QV4::ExceptionLars Knoll2013-05-2118-26/+49
* Move QQmlJavascriptExression::evaluate over to v4Lars Knoll2013-05-213-26/+33
* Fix some parts of workerscript and convert to v4Lars Knoll2013-05-211-32/+37
* Rename QV8Worker to QV4::SerializeLars Knoll2013-05-215-20/+30
* Comment out two lines that cause assertionsLars Knoll2013-05-211-2/+4
* Fix a bug in the creation of JS Array's from variant and string listsLars Knoll2013-05-211-0/+2
* Properly initialize regexp objects created from QRegExp'sLars Knoll2013-05-212-24/+31
* Fix a bug in V4V8Object::put()Lars Knoll2013-05-211-5/+10
* convert qv8workerscript to v4Lars Knoll2013-05-216-108/+146
* Fix connect/disconnect in QObject bindingsSimon Hausmann2013-05-191-7/+12
* Smaller cleanups in qv8engineLars Knoll2013-05-182-18/+11
* Don't GC constructors and prototypesLars Knoll2013-05-171-0/+34
* convert QV8VariantWrapper to v4Lars Knoll2013-05-1718-491/+313
* Change some APIs in qv8variantwrapper over to be v4 basedLars Knoll2013-05-173-13/+16
* Fix QJSValue::toVariant and isVariantLars Knoll2013-05-172-5/+8
* More correct conversion to a QString when toString() throwsLars Knoll2013-05-171-0/+7
* Give the QJSValuePrivate the pointer to the engine backLars Knoll2013-05-176-24/+33
* Another fix for getting more of the QML based tests runningSimon Hausmann2013-05-153-13/+25
* First step towards porting sequence wrappers to V4Simon Hausmann2013-05-157-8/+221
* Fix invocation of QQmlV4Functions in JS/QMLSimon Hausmann2013-05-151-2/+2
* Fix lookups for properties called "name" in QMLSimon Hausmann2013-05-151-1/+1
* Fix exception handling not working reliably on x86/x86-64 Linux (Part 2)Simon Hausmann2013-05-1510-64/+75
* Fix exception handling not working reliably on x86/x86-64 Linux (Part 1)Simon Hausmann2013-05-155-48/+32
* Keep track of the currently code currently being run through eval()Simon Hausmann2013-05-153-0/+16
* Remove unused variableSimon Hausmann2013-05-151-1/+0
* Clean up context initializationSimon Hausmann2013-05-137-55/+50
* Add missing pushContext/popContext in SimpleCallContext usageSimon Hausmann2013-05-131-1/+2
* Fix uninitialized context type variableSimon Hausmann2013-05-131-0/+1
* Fix exports for functions used in inline methods.Erik Verbruggen2013-05-131-2/+2
* Fix QV4Engine::globalCodeSimon Hausmann2013-05-131-1/+1
* Fix crash when running some QML auto-testsSimon Hausmann2013-05-131-1/+2