aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated builtin sql database API.Charles Yin2012-02-096-631/+2
* Debugger: Allow trace service to send data on exitKai Koehne2012-02-097-15/+61
* QmlProfiler: add filename to "Compiling" events locationChristiaan Janssen2012-02-091-0/+1
* Pass the QQuickCanvas to texture factories.Gunnar Sletta2012-02-091-1/+2
* Check dynamic slot function for nullness before evaluationChris Adams2012-02-092-3/+34
* Make use of the new maybeAdvance animation logic inside the animation systemGunnar Sletta2012-02-091-1/+1
* Handle exceptions while compiling v8 bindingsChris Adams2012-02-092-9/+37
* Fix warnings reported by clang.Michael Brasser2012-02-091-0/+1
* Rewrite multiline strings properlyAlan Alpert2012-02-096-12/+135
* 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
* Add and use new animation backend.Michael Brasser2012-02-0712-0/+2000
* 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