aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Fix Screen::AngleBetweenAlan Alpert2012-02-202-3/+6
* Use an enum rather than a string to represent state event types.Michael Brasser2012-02-203-10/+10
* Improve test coverage for AnchorChanges.Michael Brasser2012-02-201-7/+0
* Take QDeclarativeTransition::enabled() into accountBea Lam2012-02-174-51/+61
* Add velocity data to TouchPointMichael Brasser2012-02-172-0/+20
* Have input method hints on only classes using themPekka Vuorela2012-02-179-34/+40
* Avoid an unnecessary layout when eliding text.Andrew den Exter2012-02-172-22/+62
* Check pending changes before they are reset, not afterBea Lam2012-02-171-3/+3
* Provide visual debugging for MouseArea and TouchAreaYann Bodson2012-02-174-0/+48
* QtDeclarative/Quick: Fix warnings.Friedemann Kleint2012-02-161-1/+1
* Ensure visibility changes are communicated through itemChange.Michael Brasser2012-02-162-6/+2
* 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
* Introduced QQuickCanvas::releaseResources().Gunnar Sletta2012-02-154-27/+129
* Remove pixmap text caching in TextEdit elementYann Bodson2012-02-153-92/+8
* Preserve aspect ratio when setting Image.sourceSizeMartin Jones2012-02-141-1/+5
* 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
* Fixed QML Item updates after reparenting.Kim Motoyoshi Kalland2012-02-131-4/+6
* Remove non-standard canvas filter/mirror functionsCharles Yin2012-02-132-183/+1
* Add basic TouchCancel handling to canvas.Laszlo Agocs2012-02-131-0/+21
* QML Text: make sure that the bounding rect has a y position of 0.Yann Bodson2012-02-131-0/+1
* 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-102-7/+7
* Use QInputMethod instead of deprecated QInputPanelPekka Vuorela2012-02-107-28/+28
* Flickable containing PinchArea is unresponsive following pinch.Martin Jones2012-02-101-3/+0
* Refactor Canvas rendering paths.Justin McPherson2012-02-1012-378/+960
* 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
* Pass the QQuickCanvas to texture factories.Gunnar Sletta2012-02-092-3/+3
* Add linkColor property to Text.Andrew den Exter2012-02-096-14/+68
* Use QDeclarativePixmap in the Particle SystemAlan Alpert2012-02-095-26/+94
* Fix warnings reported by clang.Michael Brasser2012-02-092-6/+6
* Switch to QMetaType::TypeAlan Alpert2012-02-081-12/+15
* Added QQuickCanvas::setRenderTarget(uint fbo, const QSize &size)Gunnar Sletta2012-02-083-3/+61
* Accept default targets for transitionsBea Lam2012-02-082-14/+23
* Let Item.layer.samplerName be a QByteArray instead of QString.Kim Motoyoshi Kalland2012-02-072-10/+10
* Allow Item components to be assigned to Item.layer.effect.Kim Motoyoshi Kalland2012-02-072-4/+5
* Initialize value.Michael Brasser2012-02-071-1/+1
* Resolve StyledText img tags relative to baseUrl.Andrew den Exter2012-02-071-2/+8
* Fixed some Item.layer bugs and added auto-tests.Kim Motoyoshi Kalland2012-02-072-41/+103
* Avoid recursive parent chains in QQuickItemGunnar Sletta2012-02-071-0/+11
* Add contentWidth and contentHeight properties to Text elements.Andrew den Exter2012-02-078-34/+76
* Add and use new animation backend.Michael Brasser2012-02-075-142/+163
* Remove warnings with clangYann Bodson2012-02-076-12/+14
* Fix symbol clashAlan Alpert2012-02-072-16/+15
* Ensure Flickable moving and flicking properties are correct.Martin Jones2012-02-071-6/+15