aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
...
* Remove warnings with clangYann Bodson2012-02-072-3/+1
* More fixes for QDeclarativeListModelWorkerAgent cleanupCharles Yin2012-02-071-1/+2
* Fix some QJSValue test failures.Glenn Watson2012-02-061-2/+10
* Fix incorrect ref count with dynamic roles on worker thread.Glenn Watson2012-02-061-0/+3
* Fix crash bug related to QDeclarativeListModelCharles Yin2012-02-034-44/+60
* Ensure || expressions in v4 will always exit.Michael Brasser2012-02-031-0/+1
* Remove QtQuick1 elements from qtdeclarativeMatthew Vogt2012-02-0312-62/+14
* Fix spelling errors that refer to non-existent symbolsMatthew Vogt2012-02-022-2/+2
* 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
* Fix include of private header used between two qtdeclarative librariesKalle Juhani Lehtonen2012-02-021-4/+4
* QmlProfiling: don't send v8 data if not profilingChristiaan Janssen2012-02-021-2/+7
* 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-012-3/+4
* QmlProfiler: moved v4 tracing to run methodChristiaan Janssen2012-02-011-5/+2
* QmlProfiler: profiling compiled v8 bindingsChristiaan Janssen2012-02-015-21/+32
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-30256-258/+258
* Improve QRegExp property literal assignment error messageChris Adams2012-01-271-0/+3
* Fix breakage due to meta-type id reordering in qtbaseKent Hansen2012-01-261-1/+7
* Remove the work-around for avoiding possible deadlock.Xizhi Zhu (Steven)2012-01-251-6/+0
* Use QMetaType::QVariant as the type for QVariantKent Hansen2012-01-255-43/+29
* Move sqldatabase into a module API pluginCharles Yin2012-01-257-58/+168
* Allow JS API in modulesMatthew Vogt2012-01-2411-73/+266
* Console API: Add console.exceptionAurindam Jana2012-01-243-0/+12
* Console API: Add console.assertAurindam Jana2012-01-243-13/+41
* Don't hang the worker script engineCharles Yin2012-01-243-1/+12
* Console API: Add console.countKai Koehne2012-01-244-13/+58
* Update obsolete contact address.Jason McDonald2012-01-23254-275/+275
* 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
* Add QJSValue::toInt() and toUInt()Kent Hansen2012-01-203-5/+31
* Add QJSValue::deleteProperty() functionKent Hansen2012-01-202-1/+30
* Add QJSValue::hasProperty() and hasOwnProperty() functionsKent Hansen2012-01-204-1/+52
* Build fix.Jędrzej Nowacki2012-01-201-1/+0
* Doc: Improve Qt.locale docs.Martin Jones2012-01-201-2/+2