[Webkit-unassigned] [Bug 62969] [WK2][Qt] Move from QGraphicsView to Qt Scene Graph

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 20 02:21:11 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=62969





--- Comment #1 from Simon Hausmann <hausmann at webkit.org>  2011-06-20 02:21:10 PST ---
Proposed steps:

1) Move QGrahicsWKView over to a QSGPainted item first and make the MiniBrowser use QSGCanvas. (simple patch work in progress)

2) Then we turn BrowserView.cpp/h into the class that controls the viewport, i.e. scroll position, etc.

3) Make QGrahpicsWKView a plain QObject, make the tiles scene graph nodes, make BrowserView.cpp/h tell QGraphicsWKView the scroll positions, etc. and let QGraphicsWKView position the nodes accordingly (maybe let TiledDrawingAreaProxyQt actually do that :)

4) Move BrowserView.cpp/h into the library, give it a better name, merge QGraphicsWKView/QWKPage (or improve the split simply)

5) Move MiniBrowser over to real QML

6) ...

7) Profit :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list