Fix some commented issues from the refactor merge.
[profile/ivi/qtdeclarative.git] / src / quick / items / qquickcanvas.cpp
2012-07-03 Michael BrasserFix some commented issues from the refactor merge.
2012-06-28 Shawn RutledgePropagate synthesized mouse events in parallel with...
2012-06-26 Oswald BuddenhagenMerge branch 'buildsystem'
2012-06-24 Tasuku SuzukiMake qtdeclarative compile with QT_NO_DRAGANDDROP
2012-06-21 Chris AdamsCreate new documentation structure
2012-06-20 Alan AlpertCleanup SG properly in QQuickCanvas
2012-06-08 Gunnar SlettaImprove on scenegraph documentation.
2012-06-06 Laszlo AgocsUtilize StartDragVelocity style hint in Flickable
2012-06-06 Jerome PasionDoc: Grouped Qt Quick types into several groups
2012-06-06 Michael BrasserRemove unused performance flags.
2012-06-05 Laszlo AgocsDo not lose timestamps in mouse press events
2012-06-01 Girish Ramakrishnandoc: Fix typo
2012-05-30 Eskil Abrahamsen... Uses new batching API to potentially speed up glyph...
2012-05-29 Gunnar SlettaImprove QQuickCanvas::createTextureFromImage() docs...
2012-05-24 Nico VertriestDoc: Sanitized QML types
2012-05-22 Gunnar SlettaAdd QQuickCanvas::update()
2012-05-15 Glenn WatsonAdd hooks for declarative memory profiler.
2012-05-10 Laszlo AgocsDo not send double click when neither mouse nor touch...
2012-05-08 Laszlo AgocsDo not send double click when press was not accepted
2012-05-03 Gunnar SlettaKeep polishing until there is nothing left to polish.
2012-05-03 Gunnar SlettaRemove QSGEngine
2012-05-02 Laszlo AgocsTransform the velocity taken from touch event
2012-04-30 Gunnar SlettaImproved scene graph docs
2012-04-25 Laszlo AgocsMake touch event delivery in the canvas reentrant
2012-04-23 Alan AlpertDoc Fix
2012-04-20 Laszlo AgocsAvoid losing mouse events when the event loop gets...
2012-04-19 Adriano RezendeAdd contains method to QQuickItem public API
2012-04-17 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-17 Charles YinSet rootItem'ownership as CppOwnerShip
2012-04-11 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-04-05 Laszlo AgocsProperly copy all event parameters in deliverMouseEvent()
2012-04-02 Andrew den ExterFix crash when changing the grandparent of an item...
2012-03-29 Jerome LeclancheFix compiling qtdeclarative without accessibility
2012-03-28 Michael BrasserReplace usage of QCursor, and update hoverVisible test.
2012-03-27 Kent HansenMerge master into api_changes
2012-03-26 Pekka VuorelaRemove tentative commit from editors
2012-03-25 Laszlo AgocsCorrect double, triple click handling in canvas when...
2012-03-23 Kent HansenMerge master into api_changes
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-19 Kent HansenMerge master into api_changes
2012-03-15 Alan AlpertDon't assert if focus is already clear.
2012-03-13 Matthew VogtMerge branch 'master' of git://gitorious.org/qt/qtdecla...
2012-03-13 Martin JonesImprove interaction of nested Flickables and PathView
2012-03-11 Matthew VogtMerge branch 'master' of git://gitorious.org/qt/qtdecla...
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-07 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-06 Martin JonesCleanup QQuickCanvas and QQuickView docs.
2012-03-05 Kim Motoyoshi KallandAdded QQuickItem::clipRect().
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