aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickcanvas.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use use touch events to generate mouse events in Quick canvas.Martin Jones2012-02-101-5/+90
* Added QQuickCanvas::setRenderTarget(uint fbo, const QSize &size)Gunnar Sletta2012-02-081-3/+55
* Remove warnings with clangYann Bodson2012-02-071-2/+2
* Fix acceptance of unhandled mouse events.Simon Hausmann2012-02-061-1/+5
* Warnings in the before/afterRender docsGunnar Sletta2012-02-061-4/+11
* Started implementation of offscreen canvas FBO rendering APIGunnar Sletta2012-02-021-0/+25
* Adapt to QGuiApplication::focusObject() for notifying input methodPekka Vuorela2012-02-021-18/+7
* Fix unhandled touch events not being ignored.Simon Hausmann2012-02-021-1/+6
* Update item focus when the enabled property is changed.Andrew den Exter2012-02-011-4/+7
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* reimplement QWindow::focusObject() on QQuickCanvasPekka Vuorela2012-01-251-0/+10
* QQuickCanvas::event should return true if the touch event was acceptedAndras Becsi2012-01-241-3/+2
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-171-1/+1
* QTouchEvent::TouchPoint::isPrimary() is gone.Samuel Rødal2012-01-131-1/+1
* Don't re-parent ShaderEffect source items.Kim Motoyoshi Kalland2012-01-021-1/+3
* Add accessibility to qmlFrederik Gladhorn2012-01-021-0/+4
* Invisible items should not respond to touch events.Michael Brasser2011-12-281-1/+1
* Make editors commit preedit themselves on losing focusPekka Vuorela2011-12-201-2/+2
* Implement "headless mode" for hidden QQuickCanvasesGunnar Sletta2011-12-191-4/+47
* Made QSGNode flags togglable and added StaticSubtreeGeometry.Kim Motoyoshi Kalland2011-12-141-0/+5
* QtQuick: Fix compiler warnings.Friedemann Kleint2011-12-121-4/+4
* Set target and device for touch events.Laszlo Agocs2011-12-091-2/+3
* Implemented multiple windows and GL context sharingGunnar Sletta2011-12-081-754/+56
* Say hello to QtQuick moduleKent Hansen2011-12-021-0/+2646