aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Reduce the size of QDeclarativeAbstractBindingAaron Kennedy2012-02-202-10/+21
* Reduce the size of QDeclarative*ExpressionAaron Kennedy2012-02-209-94/+225
* Update ftw classesAaron Kennedy2012-02-205-9/+695
* Use Utf8 for javascript source codeAaron Kennedy2012-02-2015-41/+170
* Use the existing endpoint object to connect alias notify signalsAaron Kennedy2012-02-201-17/+17
* Reduce size of QDeclarativePropertyDataAaron Kennedy2012-02-202-23/+29
* Make QLocale::uiLanguages() available in Qt.locale() objectMartin Jones2012-02-171-0/+25
* Reduce the memory used by QStringHashAaron Kennedy2012-02-164-232/+533
* QtDeclarative/Quick: Fix warnings.Friedemann Kleint2012-02-161-1/+2
* Set the type for unary expressions in v4.Michael Brasser2012-02-161-1/+1
* Add basic plugin metadata for QtQuick2 import plugin.Michael Brasser2012-02-161-2/+2
* Fix warnings in sequence wrapper codeChris Adams2012-02-151-36/+83
* Fix typo in error string.Glenn Watson2012-02-141-1/+1
* Qt.application.inputPanel to make deprecation warning only oncePekka Vuorela2012-02-131-1/+5
* Change linkage of datafunction in V8_DEFINE_EXTENSION to static.Justin McPherson2012-02-132-2/+2
* Debugger: Rename QDeclarativeDebugTrace to QDeclarativeProfilerServiceKai Koehne2012-02-108-28/+28
* Use QInputMethod instead of deprecated QInputPanelPekka Vuorela2012-02-105-5/+15
* Remove deprecated builtin sql database API.Charles Yin2012-02-096-631/+2
* 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
* Handle exceptions while compiling v8 bindingsChris Adams2012-02-092-9/+37
* 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
* 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
* 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