Revision ded41a1c
Added by skyjake over 9 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- apps
- sdk
- libappfw
- libcore
- libgui
- include
- de
- CanvasWindow
- QtInputSource
- gui
- canvas.h (diff)
- canvaswindow.h
- persistentcanvaswindow.h (diff)
- qtinputsource.h
- de
- src
- canvas.cpp (diff)
- canvaswindow.cpp
- graphics
- persistentcanvaswindow.cpp (diff)
- qtinputsource.cpp
- include
Refactor|Canvas: Merged Canvas and CanvasWindow, added QtInputSource
CanvasWindow was removed, and Canvas now represents a complete native
window with an OpenGL drawing surface that covers the entire window.
The input event processing was moved into its own class to prepare
for input plugins.
Canvas is now derived from QOpenGLWindow, which removes all the
QWidget related baggage from window painting.
IssueID #1675