aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Create a forwarding declarative module.Matthew Vogt2012-02-272-0/+34
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-24642-16250/+16411
* QML_RUNTIME_TESTING should be disabled by default.Michael Brasser2012-02-231-1/+1
* Update number of reserved bits.Michael Brasser2012-02-231-1/+1
* Remove the last sql dependency in declarativeMartin Jones2012-02-221-2/+1
* DebugMessageService: Remove unneeded dataAurindam Jana2012-02-221-1/+1
* CodeCoverage: Fixes regression.Caroline Chao2012-02-223-34/+11
* Positioners cleanupAlan Alpert2012-02-223-88/+100
* Doc improvements for positionersBea Lam2012-02-221-220/+161
* Whitespace fixes for positionersAlan Alpert2012-02-222-23/+23
* Reduce the size of QQuickTextInputPrivate.Andrew den Exter2012-02-223-110/+69
* Implement String.localeCompare() using QString::localeAwareCompare()Martin Jones2012-02-223-0/+35
* DebugMessageService: Also pass Debug Context InfoAurindam Jana2012-02-212-10/+18
* v8profiler: Actually submit dataKai Koehne2012-02-211-0/+2
* Reduce size of QQuickItemPrivateAaron Kennedy2012-02-217-306/+363
* Release resources on shutdown..Gunnar Sletta2012-02-211-3/+11
* Flicking a pathview with large delegate spacing is inconsistentMartin Jones2012-02-213-17/+92
* fix typo error in documentationCharles Yin2012-02-211-1/+1
* Renames QAnimation2ChangeListener to QAnimationJobChangeListenerCharles Yin2012-02-215-11/+11
* Remove sql dependency from declarative.proCharles Yin2012-02-211-1/+1
* Fix condition check against wrong variableBea Lam2012-02-211-1/+1
* 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