aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgcanvas_p.h
Commit message (Expand)AuthorAgeFilesLines
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-211-308/+0
* Add DropArea item and Drag attached property.Andrew den Exter2011-10-101-4/+4
* Add a QSGCanvas incubation controllerAaron Kennedy2011-09-301-0/+8
* Remove unnecessary updateInputContext function from QSGCanvasPrivateJoona Petrell2011-09-151-2/+0
* Explicitly ask input method to commit preedit when focus lost.Pekka Vuorela2011-09-081-1/+0
* make sure we polishItems also in plain render loopGunnar Sletta2011-09-081-1/+1
* Ensure the itemTransform in QInputPanel is always up to dateLars Knoll2011-09-081-0/+2
* Remove the remaining dependencies onto QtWidgetsLars Knoll2011-09-011-1/+1
* Use QMouseEvent instead of QGraphicsSceneMouseEventLars Knoll2011-09-011-8/+4
* Get declarative running on new gui/opengl stack.Samuel Rødal2011-08-291-6/+6
* Respect QPlatformIntegration::ThreadedOpenGL and fix thread affinity of the Q...Gunnar Sletta2011-08-291-2/+2
* separated out render thread codeGunnar Sletta2011-08-291-15/+64
* Merge branch 'master' into refactorGunnar Sletta2011-08-251-2/+2
|\
| * Allow descendant chains to simultaneously be hovered.Alan Alpert2011-08-021-2/+2
* | Remove the QGLContext from QSGCanvasGunnar Sletta2011-08-051-2/+0
* | Ported use of QInputContext to QPlatformInputContext for nowGunnar Sletta2011-08-051-0/+3
* | Make QSGCanvas a QWindow instead of a QGLWidgetGunnar Sletta2011-08-051-3/+8
|/
* Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-081-17/+17
* Replace the QGraphicsSceneHoverEvent with a QHoverEventLars Knoll2011-07-071-3/+3
* Use QWheelEvent instead of QGraphicsSceneWheelEventLars Knoll2011-07-071-1/+1
* Support setting an FBO as the render target for a canvasGunnar Sletta2011-07-011-0/+3
* Disable vsync animations by defaultGunnar Sletta2011-06-101-0/+2
* Add a DragTarget element.Andrew den Exter2011-06-091-0/+3
* Merge branch 'master' into qtquick2Gunnar Sletta2011-06-091-0/+2
|\
| * Support calling update while syncing scenegraph.Gunnar Sletta2011-06-091-0/+2
* | Merge branch 'master' into qtquick2Aaron Kennedy2011-06-091-21/+71
|\|
| * A better threaded rendererGunnar Sletta2011-06-061-20/+71
* | Don't crash if GL context initialization failedAaron Kennedy2011-06-081-0/+1
|/
* When calling update() on a QSGItem during the sync phase, we did not update.Gunnar Sletta2011-05-121-0/+1
* Stop the render thread before deleting the QSGCanvas.Gunnar Sletta2011-05-111-0/+2
* Enable the threaded renderer.Gunnar Sletta2011-05-051-12/+3
* Initial import from qtquick2.Qt by Nokia2011-04-271-0/+195