aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* api_changes branch should build against qtBase/api_changesMatthew Vogt2012-02-241-1/+1
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-246225-238742/+239543
* 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
* clean up qmake-generated projectOswald Buddenhagen2012-02-2218-97/+11
* DebugMessageService: Remove unneeded dataAurindam Jana2012-02-222-7/+4
* CodeCoverage: Fixes regression.Caroline Chao2012-02-223-34/+11
* Positioners cleanupAlan Alpert2012-02-226-107/+116
* Add test verifying that QObject-derived pointer is passed correctly.Matthew Vogt2012-02-222-0/+57
* Doc improvements for positionersBea Lam2012-02-224-220/+220
* 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-225-0/+83
* DebugMessageService: Also pass Debug Context InfoAurindam Jana2012-02-213-15/+49
* v8profiler: Actually submit dataKai Koehne2012-02-213-25/+43
* 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-214-24/+94
* fix typo error in documentationCharles Yin2012-02-211-1/+1
* Renames QAnimation2ChangeListener to QAnimationJobChangeListenerCharles Yin2012-02-218-18/+18
* Remove sql dependency from declarative.proCharles Yin2012-02-211-1/+1
* Stabilise ListView and GridView testsBea Lam2012-02-214-92/+139
* Fix condition check against wrong variableBea Lam2012-02-211-1/+1
* Skip tst_QQuickListView::sectionsDelegate() for nowBea Lam2012-02-211-0/+2
* 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