aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix rewrite of multiline string literals.Roberto Raggi2012-02-232-72/+56
* Fix crash in instruction dumpAaron Kennedy2012-02-231-2/+2
* Use new plugin system in QtDeclarative.Friedemann Kleint2012-02-2330-28/+62
* Remove warning produced by 'parent' reference.Matthew Vogt2012-02-231-9/+10
* Clean up some of the view transition docsBea Lam2012-02-232-66/+72
* Fix for bad operator precedence causing right mouse button issuesAlex Wilson2012-02-231-2/+2
* Fix Text eliding with implicit height and maximumLineCount.Andrew den Exter2012-02-231-2/+4
* QML locale.firstDayOfWeek returns 7 for SundayMartin Jones2012-02-231-1/+4
* Small doc fixes.Michael Brasser2012-02-231-3/+3
* Fix font size calculation in headings in StyledText.Yann Bodson2012-02-234-18/+47
* Reduce QQuickTextEdit memory usage.Andrew den Exter2012-02-235-199/+84
* 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