aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix multi-length string substitution.Andrew den Exter2012-02-165-7/+123
* Allow binding the size of a Loader to its item.Martin Jones2012-02-163-1/+55
* Add basic plugin metadata for QtQuick2 import plugin.Michael Brasser2012-02-162-7/+3
* QmlProfiler: sending start profiling messageChristiaan Janssen2012-02-152-1/+17
* Introduced QQuickCanvas::releaseResources().Gunnar Sletta2012-02-157-28/+146
* Fix warnings in sequence wrapper codeChris Adams2012-02-155-37/+219
* Improve test coverage for QQuickItem.Michael Brasser2012-02-154-0/+95
* Remove etcprovider plugin.Michael Brasser2012-02-157-472/+1
* Alter Clocks demoAlan Alpert2012-02-153-57/+105
* Remove pixmap text caching in TextEdit elementYann Bodson2012-02-153-92/+8
* Add string comparison test for v4.Michael Brasser2012-02-152-0/+66
* Fix typo in error string.Glenn Watson2012-02-141-1/+1
* Add slow animations mode to qmlsceneAaron Kennedy2012-02-142-1/+10
* Doc: Overhaul of doc/src/declarative and QtQuick2 docs.Jerome Pasion2012-02-1483-3666/+5589
* Preserve aspect ratio when setting Image.sourceSizeMartin Jones2012-02-145-9/+69
* Add new animation elements to element list.Michael Brasser2012-02-141-0/+7
* Cleanup auto.pro.Michael Brasser2012-02-141-5/+3
* Fix access to context properties within TextEdit.cursorDelegateAndrew den Exter2012-02-149-4/+95
* Fix and stabilise sectionsPositioning() testBea Lam2012-02-141-4/+13
* Remove missing image referenceAlan Alpert2012-02-141-1/+0
* Better document with examples how relative paths are resolved.Andrew den Exter2012-02-141-0/+14
* modify 'mousearea-example' to run with MANY MORE buttonsRick Stockton2012-02-131-13/+77
* Qt.application.inputPanel to make deprecation warning only oncePekka Vuorela2012-02-131-1/+5
* Fixed QML Item updates after reparenting.Kim Motoyoshi Kalland2012-02-131-4/+6
* Doc: Adding images from Qt 5 bundle to doc/src/images.Jerome Pasion2012-02-1358-0/+0
* Change variant properties to var properties.Justin McPherson2012-02-132-5/+5
* Don't crash when an animation update causes it to delete itself.Michael Brasser2012-02-137-18/+122
* Remove non-standard canvas filter/mirror functionsCharles Yin2012-02-133-266/+1
* Add basic TouchCancel handling to canvas.Laszlo Agocs2012-02-132-1/+55
* qmltest: Remove obsolete skipAll function.Jason McDonald2012-02-131-6/+0
* qmltest: Count passes, fails and skips consistently.Jason McDonald2012-02-134-21/+19
* QML Text: make sure that the bounding rect has a y position of 0.Yann Bodson2012-02-131-0/+1
* Change linkage of datafunction in V8_DEFINE_EXTENSION to static.Justin McPherson2012-02-132-2/+2
* Make sure polish() is reentrant.Justin McPherson2012-02-131-4/+5
* Fix anchor jitters that could occur during animation.Michael Brasser2012-02-133-15/+15
* Track the animationRunning flag correctly in QQuickRenderThreadSingleContextW...Charles Yin2012-02-111-0/+1
* Debugger: Rename QDeclarativeDebugTrace to QDeclarativeProfilerServiceKai Koehne2012-02-1019-162/+162
* Debugger: Consistenly use 'state' instead of 'status'Kai Koehne2012-02-1028-168/+168
* Use QInputMethod instead of deprecated QInputPanelPekka Vuorela2012-02-1019-113/+142
* Flickable containing PinchArea is unresponsive following pinch.Martin Jones2012-02-101-3/+0
* Use only standard API in examples.Justin McPherson2012-02-109-16/+25
* Refactor Canvas rendering paths.Justin McPherson2012-02-1026-439/+1102
* Fix for QTBUG-23862 - Blank screen in ViewportChristopher Ham2012-02-101-5/+4
* Remove clang warnings in particlesYann Bodson2012-02-102-7/+8
* Update SmoothedAnimation and SpringAnimation to accept default target.Michael Brasser2012-02-104-6/+10
* Use use touch events to generate mouse events in Quick canvas.Martin Jones2012-02-104-19/+184
* Added new convenience readonly visibleChildren property to ItemMathias Malmqvist2012-02-105-6/+278
* Doc fixAlan Alpert2012-02-091-3/+3
* Remove deprecated builtin sql database API.Charles Yin2012-02-096-631/+2
* Debugger: Allow trace service to send data on exitKai Koehne2012-02-0911-30/+133