aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v8
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-2457-15215/+0
* Implement String.localeCompare() using QString::localeAwareCompare()Martin Jones2012-02-221-0/+1
* Console API: Pass context information from js to qt logging frameworkKai Koehne2012-02-201-36/+87
* Don't store object and property in QDeclarativeAbstractBindingAaron Kennedy2012-02-202-6/+17
* Reduce size of QV8BindingsAaron Kennedy2012-02-202-34/+63
* Reduce size of QDeclarativeJavaScriptExpressionAaron Kennedy2012-02-202-11/+19
* Reduce size of QV8Bindings::BindingAaron Kennedy2012-02-202-34/+44
* Reduce the size of QDeclarative*ExpressionAaron Kennedy2012-02-202-15/+25
* Use Utf8 for javascript source codeAaron Kennedy2012-02-204-4/+31
* Reduce the memory used by QStringHashAaron Kennedy2012-02-161-0/+12
* Fix warnings in sequence wrapper codeChris Adams2012-02-151-36/+83
* Fix typo in error string.Glenn Watson2012-02-141-1/+1
* Change linkage of datafunction in V8_DEFINE_EXTENSION to static.Justin McPherson2012-02-131-1/+1
* Debugger: Rename QDeclarativeDebugTrace to QDeclarativeProfilerServiceKai Koehne2012-02-102-5/+5
* Use QInputMethod instead of deprecated QInputPanelPekka Vuorela2012-02-102-1/+3
* Remove deprecated builtin sql database API.Charles Yin2012-02-092-8/+1
* Handle exceptions while compiling v8 bindingsChris Adams2012-02-091-6/+32
* Update documentation on QJSEngine::newQObject to match implementation.Jamey Hicks2012-02-081-1/+1
* Mark constructor of QJSValue as deletable.Jędrzej Nowacki2012-02-072-11/+2
* Remove warnings with clangYann Bodson2012-02-071-1/+1
* Fix some QJSValue test failures.Glenn Watson2012-02-061-2/+10
* Remove QJSEngine::undefinedValue() functionKent Hansen2012-02-023-21/+0
* Remove QJSValue::isFunction() functionKent Hansen2012-02-022-18/+0
* Remove QJSValue::construct() and deprecated call() overloadKent Hansen2012-02-022-29/+1
* Remove QJSValue::toInt32() and toUInt32() functionsKent Hansen2012-02-022-30/+0
* Remove QJSEngine::nullValue() functionKent Hansen2012-02-023-21/+1
* Remove QJSValue constructors that take QJSEngine argumentKent Hansen2012-02-022-128/+0
* Remove QJSValue::propertyFlags() functionKent Hansen2012-02-0210-71/+32
* Remove invalid QJSValue typeKent Hansen2012-02-027-181/+33
* Remove QJSEngine::newVariant() functionKent Hansen2012-02-014-28/+1
* Remove QJSEngine::newDate() functionsKent Hansen2012-02-012-40/+1
* Remove QJSValue::instanceOf() functionKent Hansen2012-02-014-57/+0
* QJS{Engine,Value}: Remove QRegExp-specific functionsKent Hansen2012-02-018-111/+2
* Remove QJSValue::toUInt16() functionKent Hansen2012-02-012-21/+1
* Remove QJSValue::toInteger() functionKent Hansen2012-02-012-27/+1
* Remove QJSEngine::toObject() and QJSValue::toObject()Kent Hansen2012-02-016-90/+1
* QmlProfiler: profiling binding loopsChristiaan Janssen2012-02-011-1/+2
* QmlProfiler: profiling compiled v8 bindingsChristiaan Janssen2012-02-011-0/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3054-54/+54
* Move sqldatabase into a module API pluginCharles Yin2012-01-254-1/+148
* Allow JS API in modulesMatthew Vogt2012-01-241-2/+9
* Console API: Add console.exceptionAurindam Jana2012-01-243-0/+12
* Console API: Add console.assertAurindam Jana2012-01-243-13/+41
* Console API: Add console.countKai Koehne2012-01-244-13/+58
* Update obsolete contact address.Jason McDonald2012-01-2352-70/+70
* Mark deprecated functions in QJSEngine and QJSValueKent Hansen2012-01-204-38/+142
* Add QJSValue::callAsConstructor() functionKent Hansen2012-01-204-27/+38
* Add QJSValue::callWithInstance() functionKent Hansen2012-01-202-4/+17
* Add QJSValue::call() overloadKent Hansen2012-01-202-0/+23
* Add QJSValue::isCallable() functionKent Hansen2012-01-202-3/+16