aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Optimize qmldir parsingMartin Jones2012-05-243-66/+60
* Optimize QML parserMartin Jones2012-05-242-127/+113
* Ensure QQuickView's engine outlives the root componentMatthew Vogt2012-05-241-2/+5
* Remove default parenting in Qt.createComponent()Matthew Vogt2012-05-242-8/+3
* Organize data members in QQuickParticleDataAlan Alpert2012-05-241-7/+13
* Remove deprectated MultiPointTouchArea signals.Michael Brasser2012-05-232-16/+3
* Optimize QML type registration.Martin Jones2012-05-234-57/+70
* Introduce a new constructor to QQuickViewCharles Yin2012-05-234-15/+104
* Add unit tests for SVG pathCharles Yin2012-05-231-0/+57
* Removed CONFIG+=parallel_test from suspected parallel-unsafe test [2]Rohan McGovern2012-05-231-2/+0
* Only preallocate 1 change listener per animation instanceCharles Yin2012-05-231-1/+1
* Add completeToBeginning()/completeToEnd() to animation controllerCharles Yin2012-05-235-6/+174
* Use the default timeout for tryCompareCharles Yin2012-05-232-12/+12
* Add QQuickCanvas::update()Gunnar Sletta2012-05-225-1/+33
* Reexport the shader effect textureGunnar Sletta2012-05-221-1/+1
* Replace (un)checkAction with toggleAction (2/3)Jan-Arve Saether2012-05-221-8/+2
* QtDeclarative: Fix warnings about deprecated QCoreApplication::translate().Friedemann Kleint2012-05-222-3/+2
* Quick/QQuickFontLoader: Output warning on failure.Friedemann Kleint2012-05-221-0/+2
* Doc: Added two new articles for the QML documentationJerome Pasion2012-05-222-0/+89
* Accessibility: Implement invisible and checkable stateJan-Arve Saether2012-05-222-1/+12
* doc fixCharles Yin2012-05-221-2/+2
* Examples cleanupAlan Alpert2012-05-2222-408/+476
* Removed CONFIG+=parallel_test from suspected parallel-unsafe testsRohan McGovern2012-05-2221-36/+0
* Debugger: Response for DESTROY_OBJECT request sent correctlySimjees Abraham2012-05-212-2/+25
* Simplify a type name query.Jędrzej Nowacki2012-05-211-1/+1
* Simplify QVariant::convert and QVariant::canConvert calls.Jędrzej Nowacki2012-05-215-9/+9
* QtDeclarative: Fix warning about construction of a QString from ASCII.Friedemann Kleint2012-05-211-1/+2
* QtDeclarative: Fix warnings about uninitialized variables.Friedemann Kleint2012-05-214-6/+9
* doc: Added missing qdoc textMartin Smith2012-05-211-0/+4
* Null out the d pointer in QQuickMouseEventEx dtorLaszlo Agocs2012-05-211-0/+5
* Qml : Resetting binding correctedSimjees Abraham2012-05-212-22/+66
* Fix crash in QQuickVisualDataModel test.Andrew den Exter2012-05-211-2/+2
* Always emit signal after ShaderEffectSource::scheduleUpdate().Kim Motoyoshi Kalland2012-05-211-10/+6
* Remove unused variable.Kim Motoyoshi Kalland2012-05-212-2/+0
* Ensure repeated compilation does not failMatthew Vogt2012-05-215-4/+68
* Detect and abort if an object is deleted during signal handlingKent Hansen2012-05-212-0/+30
* Doc: Moved and added Qt Quick and Qt QML documentation.Jerome Pasion2012-05-2138-689/+740
* Fixed missing repaints with threaded renderer.Samuel Rødal2012-05-211-0/+3
* Improve detection of deleted VisualDataModel items.Andrew den Exter2012-05-212-64/+54
* Initialize VisualDataModel v8 object constructor on demand.Andrew den Exter2012-05-212-19/+39
* Refactor QQuickVisualAdaptorModel to reduce memory consumption.Andrew den Exter2012-05-216-968/+1010
* Allow the existence of a VME metaobject to be assertedMatthew Vogt2012-05-219-18/+42
* Remove dead code from QQmlNotifierEndpointChris Adams2012-05-182-35/+0
* Improve memory usage of Connections and signal handlers.Michael Brasser2012-05-183-15/+40
* Remove QSKIP from test.Andrew den Exter2012-05-181-1/+0
* Remove unnecessary exportsMatthew Vogt2012-05-1879-139/+135
* Add optional width and height arguments to mapToItem()/mapFromItem()Yann Bodson2012-05-183-26/+204
* Optimize type resolutionMartin Jones2012-05-1711-120/+163
* Improve composite property type unit testChris Adams2012-05-171-13/+60
* Add QQmlEngine::trimComponentCache()Matthew Vogt2012-05-1781-144/+2178