remove the graphicssystem code paths.
authorLars Knoll <lars.knoll@nokia.com>
Tue, 3 May 2011 12:22:36 +0000 (14:22 +0200)
committerLars Knoll <lars.knoll@nokia.com>
Tue, 3 May 2011 12:23:39 +0000 (14:23 +0200)
commit075634945d5a9ba45fe7628c533977e6909f446d
tree62747ff9fd50bc2d17d99e5cd9b20c1adee03045
parent86f20c89af906ecd58a4da74f82bd895ec8392e8
remove the graphicssystem code paths.

QPA's platform integration layer replaces the
graphics system now.
70 files changed:
src/corelib/kernel/qcoreapplication.cpp
src/gui/egl/qegl_qpa.cpp
src/gui/image/qbitmap.cpp
src/gui/image/qnativeimage.cpp
src/gui/image/qpixmap.cpp
src/gui/image/qpixmap_blitter.cpp
src/gui/image/qpixmap_qpa.cpp
src/gui/image/qpixmapdata.cpp
src/gui/image/qpixmapdatafactory.cpp
src/gui/image/qpixmapfilter.cpp
src/gui/kernel/qapplication.cpp
src/gui/kernel/qapplication.h
src/gui/kernel/qapplication_p.h
src/gui/kernel/qdesktopwidget_qpa.cpp
src/gui/kernel/qwidget.cpp
src/gui/kernel/qwidget_qpa.cpp
src/gui/painting/painting.pri
src/gui/painting/qbackingstore.cpp
src/gui/painting/qcolormap_qpa.cpp
src/gui/painting/qgraphicssystem.cpp [deleted file]
src/gui/painting/qgraphicssystem_mac.cpp [deleted file]
src/gui/painting/qgraphicssystem_mac_p.h [deleted file]
src/gui/painting/qgraphicssystem_p.h [deleted file]
src/gui/painting/qgraphicssystem_raster.cpp [deleted file]
src/gui/painting/qgraphicssystem_raster_p.h [deleted file]
src/gui/painting/qgraphicssystem_runtime.cpp [deleted file]
src/gui/painting/qgraphicssystem_runtime_p.h [deleted file]
src/gui/painting/qgraphicssystemfactory.cpp [deleted file]
src/gui/painting/qgraphicssystemfactory_p.h [deleted file]
src/gui/painting/qgraphicssystemplugin.cpp [deleted file]
src/gui/painting/qgraphicssystemplugin_p.h [deleted file]
src/gui/painting/qpainter.cpp
src/opengl/opengl.pro
src/opengl/qglpixmapfilter.cpp
src/opengl/qgraphicssystem_gl.cpp [deleted file]
src/opengl/qgraphicssystem_gl_p.h [deleted file]
src/opengl/qwindowsurface_gl.cpp
src/plugins/graphicssystems/graphicssystems.pro [deleted file]
src/plugins/graphicssystems/meego/dithering.cpp [deleted file]
src/plugins/graphicssystems/meego/meego.pro [deleted file]
src/plugins/graphicssystems/meego/qmeegoextensions.cpp [deleted file]
src/plugins/graphicssystems/meego/qmeegoextensions.h [deleted file]
src/plugins/graphicssystems/meego/qmeegographicssystem.cpp [deleted file]
src/plugins/graphicssystems/meego/qmeegographicssystem.h [deleted file]
src/plugins/graphicssystems/meego/qmeegographicssystemplugin.cpp [deleted file]
src/plugins/graphicssystems/meego/qmeegographicssystemplugin.h [deleted file]
src/plugins/graphicssystems/meego/qmeegolivepixmapdata.cpp [deleted file]
src/plugins/graphicssystems/meego/qmeegolivepixmapdata.h [deleted file]
src/plugins/graphicssystems/meego/qmeegopixmapdata.cpp [deleted file]
src/plugins/graphicssystems/meego/qmeegopixmapdata.h [deleted file]
src/plugins/graphicssystems/meego/qmeegorasterpixmapdata.cpp [deleted file]
src/plugins/graphicssystems/meego/qmeegorasterpixmapdata.h [deleted file]
src/plugins/graphicssystems/opengl/main.cpp [deleted file]
src/plugins/graphicssystems/opengl/opengl.pro [deleted file]
src/plugins/graphicssystems/openvg/main.cpp [deleted file]
src/plugins/graphicssystems/openvg/openvg.pro [deleted file]
src/plugins/graphicssystems/openvg/qgraphicssystem_vg.cpp [deleted file]
src/plugins/graphicssystems/openvg/qgraphicssystem_vg_p.h [deleted file]
src/plugins/graphicssystems/shivavg/README [deleted file]
src/plugins/graphicssystems/shivavg/main.cpp [deleted file]
src/plugins/graphicssystems/shivavg/shivavg.pro [deleted file]
src/plugins/graphicssystems/shivavg/shivavggraphicssystem.cpp [deleted file]
src/plugins/graphicssystems/shivavg/shivavggraphicssystem.h [deleted file]
src/plugins/graphicssystems/shivavg/shivavgwindowsurface.cpp [deleted file]
src/plugins/graphicssystems/shivavg/shivavgwindowsurface.h [deleted file]
src/plugins/graphicssystems/trace/main.cpp [deleted file]
src/plugins/graphicssystems/trace/qgraphicssystem_trace.cpp [deleted file]
src/plugins/graphicssystems/trace/qgraphicssystem_trace_p.h [deleted file]
src/plugins/graphicssystems/trace/trace.pro [deleted file]
src/plugins/plugins.pro