Rename QWindowSurface -> QBackingStore and split into platform / public.
authorSamuel Rødal <samuel.rodal@nokia.com>
Mon, 20 Jun 2011 11:29:26 +0000 (13:29 +0200)
committerSamuel Rødal <samuel.rodal@nokia.com>
Tue, 21 Jun 2011 07:04:01 +0000 (09:04 +0200)
commit6ce6b8a378b0d97ba950240ffb048a4b7e485235
treed94ca9d082e61ffe93c2756f69a4d99e5df42d94
parent891a86f0f3b0664162642ee1d6aa3078f16695d1
Rename QWindowSurface -> QBackingStore and split into platform / public.

Also get rid of GL window surface and related classes.
58 files changed:
examples/qpa/windows/window.cpp
examples/qpa/windows/window.h
src/gui/kernel/qplatformintegration_qpa.cpp
src/gui/kernel/qplatformintegration_qpa.h
src/gui/kernel/qwindow.cpp
src/gui/kernel/qwindow.h
src/gui/kernel/qwindow_p.h
src/gui/painting/painting.pri
src/gui/painting/qbackingstore.cpp [moved from src/gui/painting/qwindowsurface.cpp with 52% similarity]
src/gui/painting/qbackingstore.h [moved from src/opengl/qwindowsurface_x11gl_p.h with 64% similarity]
src/gui/painting/qplatformbackingstore_qpa.cpp [new file with mode: 0644]
src/gui/painting/qplatformbackingstore_qpa.h [new file with mode: 0644]
src/gui/painting/qwindowsurface_p.h [deleted file]
src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp
src/opengl/opengl.pro
src/opengl/qgl.cpp
src/opengl/qgl.h
src/opengl/qgl_egl.cpp
src/opengl/qgl_p.h
src/opengl/qglpaintdevice.cpp
src/opengl/qglpixelbuffer.h
src/opengl/qglpixmapfilter.cpp
src/opengl/qgltexturepool.cpp [deleted file]
src/opengl/qgltexturepool_p.h [deleted file]
src/opengl/qpixmapdata_gl.cpp [deleted file]
src/opengl/qpixmapdata_gl_p.h [deleted file]
src/opengl/qpixmapdata_poolgl.cpp [deleted file]
src/opengl/qpixmapdata_x11gl_egl.cpp [deleted file]
src/opengl/qpixmapdata_x11gl_p.h [deleted file]
src/opengl/qwindowsurface_gl.cpp [deleted file]
src/opengl/qwindowsurface_gl_p.h [deleted file]
src/opengl/qwindowsurface_x11gl.cpp [deleted file]
src/plugins/platforms/minimal/minimal.pro
src/plugins/platforms/minimal/qminimalbackingstore.cpp [moved from src/plugins/platforms/minimal/qminimalwindowsurface.cpp with 75% similarity]
src/plugins/platforms/minimal/qminimalbackingstore.h [moved from src/plugins/platforms/minimal/qminimalwindowsurface.h with 86% similarity]
src/plugins/platforms/minimal/qminimalintegration.cpp
src/plugins/platforms/minimal/qminimalintegration.h
src/plugins/platforms/wayland/qwaylandcursor.cpp
src/plugins/platforms/wayland/qwaylandintegration.cpp
src/plugins/platforms/wayland/qwaylandintegration.h
src/plugins/platforms/wayland/qwaylandshmbackingstore.cpp [moved from src/plugins/platforms/wayland/qwaylandshmsurface.cpp with 89% similarity]
src/plugins/platforms/wayland/qwaylandshmbackingstore.h [moved from src/plugins/platforms/wayland/qwaylandshmsurface.h with 88% similarity]
src/plugins/platforms/wayland/wayland.pro
src/plugins/platforms/xcb/qxcbbackingstore.cpp [moved from src/plugins/platforms/xcb/qxcbwindowsurface.cpp with 89% similarity]
src/plugins/platforms/xcb/qxcbbackingstore.h [moved from src/plugins/platforms/xcb/qxcbwindowsurface.h with 87% similarity]
src/plugins/platforms/xcb/qxcbintegration.cpp
src/plugins/platforms/xcb/qxcbintegration.h
src/plugins/platforms/xcb/qxcbwindow.cpp
src/plugins/platforms/xcb/xcb.pro
src/widgets/kernel/kernel.pri
src/widgets/kernel/qapplication.cpp
src/widgets/kernel/qwidget.cpp
src/widgets/kernel/qwidget.h
src/widgets/kernel/qwidget_p.h
src/widgets/kernel/qwidget_qpa.cpp
src/widgets/kernel/qwidgetbackingstore.cpp [moved from src/widgets/kernel/qbackingstore.cpp with 78% similarity]
src/widgets/kernel/qwidgetbackingstore_p.h [moved from src/widgets/kernel/qbackingstore_p.h with 90% similarity]
tests/auto/qwidget/tst_qwidget.cpp