aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix doc snippets paths and parsing errorsBea Lam2012-05-31186-5453/+1178
* Clean up QJSEngine tests.Mitch Curtis2012-05-311-3629/+0
* Clearing a view didn't reset content size.Martin Jones2012-05-313-7/+25
* Enable threaded/immediate rendering for FBO(step 1)Charles Yin2012-05-313-6/+62
* Reset the PathView currentIndex to 0 when all items are removed.Andrew den Exter2012-05-312-61/+102
* Avoid non-deterministic ordering of glyph nodes.aavit2012-05-301-6/+3
* Fix lineHeight test for QQuickTextJiang Jiang2012-05-301-1/+1
* Clean up QJSValue tests.Mitch Curtis2012-05-302-1123/+4
* Debugger: Clearing the ObjectReferenceHashSimjees Abraham2012-05-3016-76/+402
* Doc: Changed title of "QML Plugins and C++ Bindings" articleJerome Pasion2012-05-301-3/+3
* Uses new batching API to potentially speed up glyph cacheEskil Abrahamsen Blomfeldt2012-05-304-11/+97
* Clean up visuals of elements testDamian Jansen2012-05-3024-62/+118
* Use a shared meta-object for VisualDataModel list context objects.Andrew den Exter2012-05-303-67/+67
* Ensure that variant property references keep QObjects aliveChris Adams2012-05-3011-29/+230
* Remove unused data member in QQuickPixmapCacheMartin Jones2012-05-301-3/+2
* Change animation grouping and ownership model.Michael Brasser2012-05-302-6/+10
* Do not modify 'declarative' in file pathsMatthew Vogt2012-05-301-3/+4
* Improve QQuickCanvas::createTextureFromImage() docs a bitGunnar Sletta2012-05-291-1/+12
* Debugger: Modified response for "destroyObject" message.Simjees Abraham2012-05-292-7/+8
* Enable QML_FIXED_ANIMATION_STEP by default with buffer queueing.Gunnar Sletta2012-05-291-3/+10
* Set explicit testcase.timeout for slow testsRohan McGovern2012-05-293-0/+3
* Add internal API for accessing V8 handles of QJS typesKent Hansen2012-05-299-1/+370
* Fix nested GridView key navigation with a single row or column.Andrew den Exter2012-05-293-1/+23
* Fix scaling of svgz images.Andrew den Exter2012-05-293-8/+16
* Update the cursor rectangle when password echo timer expires.Andrew den Exter2012-05-293-0/+18
* Add a test for using files stored as resources.Alan Alpert2012-05-296-0/+110
* Don't use deleted QQuickPathAnimationAnimatorCharles Yin2012-05-294-27/+36
* Fix memory leaks in QQuickParentAnimationCharles Yin2012-05-291-8/+8
* Add missing uninitialized membersCharles Yin2012-05-291-1/+1
* Add missing unintialized member in QQuickParentAnimationData classCharles Yin2012-05-291-1/+1
* Add missing unintialized member in QQuickPathAnimationUpdaterCharles Yin2012-05-291-1/+1
* Add missing unintialized member in QV8Context2DResourceCharles Yin2012-05-291-1/+1
* Remove unreachable code from qquickcontext2d.cppCharles Yin2012-05-291-3/+0
* Avoid using previously declared variablesCharles Yin2012-05-291-3/+3
* Avoid using previously declared variablesCharles Yin2012-05-291-2/+2
* Add Q_DISABLE_COPY to QQuickContext2DCharles Yin2012-05-291-0/+2
* Remove obsolete overload of QQmlEngine::importPlugin()Matthew Vogt2012-05-292-26/+0
* Fix potential buffer overrun.Martin Jones2012-05-292-3/+3
* Initialize data members in quick.Martin Jones2012-05-293-1/+4
* Fix potential memory leaks in context2dCharles Yin2012-05-291-4/+12
* Initialize data members in QML engineMartin Jones2012-05-294-3/+4
* Remove unnecessary temporary variableYann Bodson2012-05-291-4/+6
* Fix warnings about truncation from size_t to int (MSVC2010/64bit).Friedemann Kleint2012-05-291-2/+2
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-2811-0/+11
* Fix flicker when changing ListView currentIndex with VisualItemModel.Andrew den Exter2012-05-283-2/+102
* Fix PathView not updating after all items are removed from the model.Andrew den Exter2012-05-287-5/+137
* Don't parent (QObject) delegate items to views.Andrew den Exter2012-05-2811-68/+31
* Flickable containing MultiPointTouchArea is unresponsive following touch.Martin Jones2012-05-283-6/+113
* Add --resize-to-root option, sets ResizeViewToRootObject on the qmlscene view.Robin Burchell2012-05-281-10/+11
* Fix crash caused by unregistered enum typesChris Adams2012-05-286-9/+81