aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reduce the size of QTextPrivate.Andrew den Exter2012-02-214-88/+95
* Add optimizations for QJSValue tests for MSVC.Jędrzej Nowacki2012-02-211-6/+0
* cacheBuffer makes delegates appear briefly in wrong positionMartin Jones2012-02-212-2/+3
* Remove the callback facility from context node.Justin McPherson2012-02-213-33/+3
* DeclarativeEngineDebugService: Fix CrashAurindam Jana2012-02-212-0/+20
* Fix gcc compiler warnings.Friedemann Kleint2012-02-212-2/+3
* Make compile.Michael Brasser2012-02-213-0/+3
* Remove commit headersAaron Kennedy2012-02-2053-53/+0
* Console API: Pass context information from js to qt logging frameworkKai Koehne2012-02-203-83/+113
* QmlProfilerTool: add tool to QDeclarativeAurindam Jana2012-02-2012-1/+3426
* Delete v8methods array at destructionAaron Kennedy2012-02-201-0/+1
* Don't store source after script data is createdAaron Kennedy2012-02-202-6/+1
* Reduce memory by not calling QUrl::toString() multiple timesAaron Kennedy2012-02-2013-20/+52
* Don't store object and property in QDeclarativeAbstractBindingAaron Kennedy2012-02-2012-61/+175
* Reduce size of QV8BindingsAaron Kennedy2012-02-206-44/+82
* Reduce size of QDeclarativeJavaScriptExpressionAaron Kennedy2012-02-205-45/+78
* Reduce size of QV8Bindings::BindingAaron Kennedy2012-02-203-38/+46
* 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
* Fix Screen::AngleBetweenAlan Alpert2012-02-202-3/+6
* Added QSGRenderNode class.Kim Motoyoshi Kalland2012-02-2016-164/+922
* 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
* Use an enum rather than a string to represent state event types.Michael Brasser2012-02-2010-27/+23
* Improve test coverage for AnchorChanges.Michael Brasser2012-02-202-11/+15
* Stabilize test.Michael Brasser2012-02-201-4/+4
* Take QDeclarativeTransition::enabled() into accountBea Lam2012-02-174-51/+61
* Add velocity data to TouchPointMichael Brasser2012-02-172-0/+20
* Make QLocale::uiLanguages() available in Qt.locale() objectMartin Jones2012-02-173-0/+67
* Remove QAccessibleInterface::navigate()Jan-Arve Saether2012-02-174-19/+0
* Have input method hints on only classes using themPekka Vuorela2012-02-1711-38/+63
* Avoid an unnecessary layout when eliding text.Andrew den Exter2012-02-172-22/+62
* Check pending changes before they are reset, not afterBea Lam2012-02-171-3/+3
* Provide visual debugging for MouseArea and TouchAreaYann Bodson2012-02-174-0/+48
* Reduce the memory used by QStringHashAaron Kennedy2012-02-164-232/+533
* QtDeclarative/Quick: Fix warnings.Friedemann Kleint2012-02-169-7/+11
* Ensure visibility changes are communicated through itemChange.Michael Brasser2012-02-164-6/+47
* Set the type for unary expressions in v4.Michael Brasser2012-02-164-1/+75
* Built-in transition support for ListView & GridViewBea Lam2012-02-1636-152/+6039
* Fix multi-length string substitution.Andrew den Exter2012-02-165-7/+123
* Allow binding the size of a Loader to its item.Martin Jones2012-02-163-1/+55
* Add basic plugin metadata for QtQuick2 import plugin.Michael Brasser2012-02-162-7/+3
* QmlProfiler: sending start profiling messageChristiaan Janssen2012-02-152-1/+17
* Introduced QQuickCanvas::releaseResources().Gunnar Sletta2012-02-157-28/+146
* Fix warnings in sequence wrapper codeChris Adams2012-02-155-37/+219
* Improve test coverage for QQuickItem.Michael Brasser2012-02-154-0/+95
* Remove etcprovider plugin.Michael Brasser2012-02-157-472/+1
* Alter Clocks demoAlan Alpert2012-02-153-57/+105