aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Remove pixmap text caching in TextEdit elementYann Bodson2012-02-153-92/+8
* 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
* 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-103-8/+8
* Use QInputMethod instead of deprecated QInputPanelPekka Vuorela2012-02-108-30/+33
* 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
* Pass the QQuickCanvas to texture factories.Gunnar Sletta2012-02-096-9/+9
* Add linkColor property to Text.Andrew den Exter2012-02-097-15/+68
* Use QDeclarativePixmap in the Particle SystemAlan Alpert2012-02-099-97/+326
* Fix warnings reported by clang.Michael Brasser2012-02-093-8/+8
* Rewrite multiline strings properlyAlan Alpert2012-02-091-1/+1
* Add missing interface declarationCharles Yin2012-02-081-0/+2
* Use a singleton for the plugin.Gunnar Sletta2012-02-081-8/+8
* Switch to QMetaType::TypeAlan Alpert2012-02-081-12/+15
* Provide determinant accessor in render state structure.Glenn Watson2012-02-086-1/+28
* Added QQuickCanvas::setRenderTarget(uint fbo, const QSize &size)Gunnar Sletta2012-02-087-7/+85
* Accept default targets for transitionsBea Lam2012-02-088-39/+76
* Don't hide virtual method.Michael Brasser2012-02-082-6/+6
* 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-073-8/+22
* 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-0729-759/+1363
* Remove warnings with clangYann Bodson2012-02-0710-13/+21
* Fix symbol clashAlan Alpert2012-02-072-16/+15
* Ensure Flickable moving and flicking properties are correct.Martin Jones2012-02-071-6/+15
* Section header is not made visible when changing currentIndex.Martin Jones2012-02-071-3/+5
* Remove pixmap text caching in QML text elementYann Bodson2012-02-073-333/+35
* Fix truncation and incorrect formatting of RichText.Andrew den Exter2012-02-071-1/+1
* Fix acceptance of unhandled mouse events.Simon Hausmann2012-02-061-1/+5
* Warnings in the before/afterRender docsGunnar Sletta2012-02-061-4/+11
* Don't start timers in the QDeclarativePixmapStore destructorTor Arne Vestbø2012-02-061-0/+5