aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Reduce the size of QTextPrivate.Andrew den Exter2012-02-213-83/+91
* cacheBuffer makes delegates appear briefly in wrong positionMartin Jones2012-02-211-0/+2
* Remove the callback facility from context node.Justin McPherson2012-02-213-33/+3
* DeclarativeEngineDebugService: Fix CrashAurindam Jana2012-02-211-0/+13
* 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-201-36/+87
* 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-2011-164/+576
* 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-201-7/+0
* 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-171-0/+25
* Remove QAccessibleInterface::navigate()Jan-Arve Saether2012-02-174-19/+0
* Have input method hints on only classes using themPekka Vuorela2012-02-179-34/+40
* 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-168-6/+10
* Ensure visibility changes are communicated through itemChange.Michael Brasser2012-02-162-6/+2
* Set the type for unary expressions in v4.Michael Brasser2012-02-161-1/+1
* Built-in transition support for ListView & GridViewBea Lam2012-02-166-139/+2046
* Fix multi-length string substitution.Andrew den Exter2012-02-162-7/+27
* Allow binding the size of a Loader to its item.Martin Jones2012-02-161-1/+3
* 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-156-27/+143
* Fix warnings in sequence wrapper codeChris Adams2012-02-151-36/+83
* Remove etcprovider plugin.Michael Brasser2012-02-157-472/+1
* Remove pixmap text caching in TextEdit elementYann Bodson2012-02-153-92/+8
* Fix typo in error string.Glenn Watson2012-02-141-1/+1
* Preserve aspect ratio when setting Image.sourceSizeMartin Jones2012-02-142-9/+15
* Fix access to context properties within TextEdit.cursorDelegateAndrew den Exter2012-02-141-2/+3
* Better document with examples how relative paths are resolved.Andrew den Exter2012-02-141-0/+14