aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickcanvas.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Allow SG and GL resources to survive a releaseResources.Gunnar Sletta2012-03-201-0/+123
* | | | | | Pull out some duplicate focus-related codeBea Lam2012-03-201-27/+5
* | | | | | Reset all node pointers when item is cleaned upGunnar Sletta2012-03-191-0/+1
| |_|_|_|/ |/| | | |
* | | | | Don't assert if focus is already clear.Alan Alpert2012-03-151-2/+6
| |_|_|/ |/| | |
* | | | Improve interaction of nested Flickables and PathViewMartin Jones2012-03-131-9/+15
| |_|/ |/| |
* | | Add mouse wheel events handler to MouseAreaLuis Gabriel Lima2012-03-101-1/+2
* | | Handle QEvent::TouchCancel in QML_TRANSLATE_TOUCH_TO_MOUSE modeMartin Jones2012-03-091-0/+8
| |/ |/|
* | Cleanup QQuickCanvas and QQuickView docs.Martin Jones2012-03-061-1/+14
* | Made QQuickWindowManager pluggable via QSGContext.Gunnar Sletta2012-03-051-1/+1
|/
* Merge master <-> api_changesMatthew Vogt2012-03-051-8/+22
|\
| * Use velocity from touch events only when they are validLaszlo Agocs2012-03-021-0/+4
| * No double click event in QML_TRANSLATE_TOUCH_TO_MOUSE modeMartin Jones2012-03-011-5/+13
| * Incubators are not async with the threaded renderer.Martin Jones2012-02-281-3/+4
| * Force to send defer deletion events before deleting QQuickCanvasCharles Yin2012-02-271-0/+1
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-10/+10
|/
* Reduce size of QQuickItemPrivateAaron Kennedy2012-02-211-62/+74
* Make compile.Michael Brasser2012-02-211-0/+1
* Introduced QQuickCanvas::releaseResources().Gunnar Sletta2012-02-151-0/+17
* Fixed QML Item updates after reparenting.Kim Motoyoshi Kalland2012-02-131-4/+6
* Add basic TouchCancel handling to canvas.Laszlo Agocs2012-02-131-0/+21
* Make sure polish() is reentrant.Justin McPherson2012-02-131-4/+5
* Debugger: Rename QDeclarativeDebugTrace to QDeclarativeProfilerServiceKai Koehne2012-02-101-1/+1
* Use QInputMethod instead of deprecated QInputPanelPekka Vuorela2012-02-101-4/+4
* 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