Correct double, triple click handling in canvas when in touch mode
[profile/ivi/qtdeclarative.git] / src / quick / items / qquickcanvas.cpp
2012-03-25 Laszlo AgocsCorrect double, triple click handling in canvas when...
2012-03-22 Alan AlpertCheck for null pointer dereference
2012-03-21 Kim Motoyoshi KallandFree ShaderEffectSource FBOs when no longer needed.
2012-03-20 Gunnar SlettaAllow SG and GL resources to survive a releaseResources.
2012-03-20 Bea LamPull out some duplicate focus-related code
2012-03-19 Gunnar SlettaReset all node pointers when item is cleaned up
2012-03-15 Alan AlpertDon't assert if focus is already clear.
2012-03-13 Martin JonesImprove interaction of nested Flickables and PathView
2012-03-10 Luis Gabriel LimaAdd mouse wheel events handler to MouseArea
2012-03-09 Martin JonesHandle QEvent::TouchCancel in QML_TRANSLATE_TOUCH_TO_MO...
2012-03-06 Martin JonesCleanup QQuickCanvas and QQuickView docs.
2012-03-05 Gunnar SlettaMade QQuickWindowManager pluggable via QSGContext.
2012-03-05 Matthew VogtMerge remote branch 'gerrit/api_changes' into merge...
2012-03-05 Matthew VogtMerge master <-> api_changes
2012-03-02 Laszlo AgocsUse velocity from touch events only when they are valid
2012-03-01 Martin JonesNo double click event in QML_TRANSLATE_TOUCH_TO_MOUSE...
2012-02-28 Martin JonesIncubators are not async with the threaded renderer.
2012-02-27 Charles YinForce to send defer deletion events before deleting...
2012-02-24 Matthew VogtRename QDeclarative symbols to QQuick and QQml
2012-02-21 Aaron KennedyReduce size of QQuickItemPrivate
2012-02-20 Michael BrasserMake compile.
2012-02-15 Gunnar SlettaIntroduced QQuickCanvas::releaseResources().
2012-02-13 Kim Motoyoshi KallandFixed QML Item updates after reparenting.
2012-02-13 Laszlo AgocsAdd basic TouchCancel handling to canvas.
2012-02-13 Justin McPhersonMake sure polish() is reentrant.
2012-02-10 Kai KoehneDebugger: Rename QDeclarativeDebugTrace to QDeclarative...
2012-02-10 Pekka VuorelaUse QInputMethod instead of deprecated QInputPanel
2012-02-10 Martin JonesUse use touch events to generate mouse events in Quick...
2012-02-08 Gunnar SlettaAdded QQuickCanvas::setRenderTarget(uint fbo, const...
2012-02-07 Yann BodsonRemove warnings with clang
2012-02-06 Simon HausmannFix acceptance of unhandled mouse events.
2012-02-06 Gunnar SlettaWarnings in the before/afterRender docs
2012-02-02 Gunnar SlettaStarted implementation of offscreen canvas FBO renderin...
2012-02-02 Pekka VuorelaAdapt to QGuiApplication::focusObject() for notifying...
2012-02-02 Simon HausmannFix unhandled touch events not being ignored.
2012-02-01 Andrew den ExterUpdate item focus when the enabled property is changed.
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-25 Pekka Vuorelareimplement QWindow::focusObject() on QQuickCanvas
2012-01-24 Andras BecsiQQuickCanvas::event should return true if the touch...
2012-01-23 Jason McDonaldUpdate obsolete contact address.
2012-01-17 Jason McDonaldUpdate copyright year in Nokia copyright headers.
2012-01-13 Samuel RødalQTouchEvent::TouchPoint::isPrimary() is gone.
2012-01-02 Kim Motoyoshi KallandDon't re-parent ShaderEffect source items.
2012-01-02 Frederik GladhornAdd accessibility to qml
2011-12-28 Michael BrasserInvisible items should not respond to touch events.
2011-12-20 Pekka VuorelaMake editors commit preedit themselves on losing focus
2011-12-19 Gunnar SlettaImplement "headless mode" for hidden QQuickCanvases
2011-12-14 Kim Motoyoshi KallandMade QSGNode flags togglable and added StaticSubtreeGeo...
2011-12-12 Friedemann KleintQtQuick: Fix compiler warnings.
2011-12-09 Laszlo AgocsSet target and device for touch events.
2011-12-08 Gunnar SlettaImplemented multiple windows and GL context sharing
2011-12-02 Kent HansenSay hello to QtQuick module