aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Built-in transition support for ListView & GridViewBea Lam2012-02-166-139/+2046
* Fix multi-length string substitution.Andrew den Exter2012-02-162-7/+27
* Allow binding the size of a Loader to its item.Martin Jones2012-02-161-1/+3
* 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-156-27/+143
* Fix warnings in sequence wrapper codeChris Adams2012-02-151-36/+83
* Remove etcprovider plugin.Michael Brasser2012-02-157-472/+1
* Remove pixmap text caching in TextEdit elementYann Bodson2012-02-153-92/+8
* Fix typo in error string.Glenn Watson2012-02-141-1/+1
* Preserve aspect ratio when setting Image.sourceSizeMartin Jones2012-02-142-9/+15
* Fix access to context properties within TextEdit.cursorDelegateAndrew den Exter2012-02-141-2/+3
* Better document with examples how relative paths are resolved.Andrew den Exter2012-02-141-0/+14
* 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
* 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-135-18/+76
* Remove non-standard canvas filter/mirror functionsCharles Yin2012-02-132-183/+1
* Add basic TouchCancel handling to canvas.Laszlo Agocs2012-02-131-0/+21
* 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-131-14/+4
* Track the animationRunning flag correctly in QQuickRenderThreadSingleContextW...Charles Yin2012-02-111-0/+1
* Debugger: Rename QDeclarativeDebugTrace to QDeclarativeProfilerServiceKai Koehne2012-02-1014-109/+109
* Debugger: Consistenly use 'state' instead of 'status'Kai Koehne2012-02-1018-101/+101
* Use QInputMethod instead of deprecated QInputPanelPekka Vuorela2012-02-1013-35/+48
* Flickable containing PinchArea is unresponsive following pinch.Martin Jones2012-02-101-3/+0
* Refactor Canvas rendering paths.Justin McPherson2012-02-1012-378/+960
* 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-103-6/+74
* 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-097-15/+61
* QmlProfiler: add filename to "Compiling" events locationChristiaan Janssen2012-02-091-0/+1
* Pass the QQuickCanvas to texture factories.Gunnar Sletta2012-02-098-11/+12
* Add linkColor property to Text.Andrew den Exter2012-02-097-15/+68
* Check dynamic slot function for nullness before evaluationChris Adams2012-02-092-3/+34
* Use QDeclarativePixmap in the Particle SystemAlan Alpert2012-02-099-97/+326
* Remove code related to test location.Jason McDonald2012-02-094-40/+1
* Make use of the new maybeAdvance animation logic inside the animation systemGunnar Sletta2012-02-091-1/+1
* Handle exceptions while compiling v8 bindingsChris Adams2012-02-092-9/+37
* Fix warnings reported by clang.Michael Brasser2012-02-094-8/+9
* Rewrite multiline strings properlyAlan Alpert2012-02-097-13/+136
* qmltest: Perform extra checks after each data row is executed.Jason McDonald2012-02-094-1/+11