aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix rewrite of multiline string literals.Roberto Raggi2012-02-235-80/+85
* Fix crash in instruction dumpAaron Kennedy2012-02-232-4/+4
* Use new plugin system in QtDeclarative.Friedemann Kleint2012-02-2355-55/+101
* Remove warning produced by 'parent' reference.Matthew Vogt2012-02-233-9/+54
* 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-233-3/+11
* QML locale.firstDayOfWeek returns 7 for SundayMartin Jones2012-02-232-2/+41
* Small doc fixes.Michael Brasser2012-02-231-3/+3
* Fix font size calculation in headings in StyledText.Yann Bodson2012-02-238-81/+228
* Reduce QQuickTextEdit memory usage.Andrew den Exter2012-02-236-202/+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
* 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