summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Update QGLWindowSurface to reflect geometry -> size name changeTom Cooksey2010-04-232-11/+33
| | | | | | |
| * | | | | | Enable some faster text drawing for lighthouse when using rasterJørgen Lind2010-04-221-2/+4
| | | | | | |
| * | | | | | Avoid copying code.Paul Olav Tvete2010-04-223-51/+11
| | | | | | |
| * | | | | | Rename files in platform plugins follow same patternJørgen Lind2010-04-2127-31/+31
| | | | | | |
| * | | | | | Merge remote branch 'origin/4.7' into lighthouseJørgen Lind2010-04-216942-225895/+450724
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure src/gui/kernel/qapplication.cpp src/gui/painting/qbackingstore.cpp src/opengl/qgl.cpp src/opengl/qgl_p.h src/plugins/plugins.pro tests/auto/declarative/qdeclarativedom/data/importlib/sublib/qmldir tools/tools.pro
| * \ \ \ \ \ \ Merge branch 'platform_window' into lighthouseJørgen Lind2010-04-2165-1820/+2261
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gui/kernel/qplatformscreen_lite.h src/plugins/platforms/fb_base/fb_base.cpp src/plugins/platforms/fb_base/fb_base.h src/plugins/platforms/linuxfb/main.cpp src/plugins/platforms/linuxfb/qgraphicssystem_linuxfb.cpp src/plugins/platforms/linuxfb/qgraphicssystem_linuxfb.h src/plugins/platforms/testlite/qplatformintegration_testlite.cpp src/plugins/platforms/vnc/main.cpp src/plugins/platforms/vnc/qgraphicssystem_vnc.cpp src/plugins/platforms/vnc/qgraphicssystem_vnc.h src/plugins/platforms/vnc/qvnccursor.cpp src/plugins/platforms/vnc/qvnccursor.h src/plugins/platforms/vnc/qvncserver.cpp src/plugins/platforms/vnc/qvncserver.h
| | * | | | | | | Renamed createWindowSurfaceForWindowJørgen Lind2010-04-2116-32/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to createWindowSurface. Gave also a default dpi when there is no platform integration, ie. it has not been initialised yet or is being initialised.
| | * | | | | | | QPlatformScreen now has default implementation for physicalSizeJørgen Lind2010-04-195-5/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | assuming dpi = 100. This also simplifies minimal slightly. Also use propper apis in qfont for default dpi by using QPlatformScreen
| | * | | | | | | Refactored directfb pluginJørgen Lind2010-04-1410-18/+16
| | | | | | | | |
| | * | | | | | | Implement createWindowSurface, so that reparenting worksPaul Olav Tvete2010-04-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Jørgen
| | * | | | | | | Oops, don't crash in raise()/lower()Paul Olav Tvete2010-04-134-7/+5
| | | | | | | | |
| | * | | | | | | Port the QVFb backend to the new APIPaul Olav Tvete2010-04-136-97/+113
| | | | | | | | |
| | * | | | | | | Rename classes to get rid of "GraphicsSystem"Paul Olav Tvete2010-04-1312-136/+136
| | | | | | | | |
| | * | | | | | | Make LinuxFb workPaul Olav Tvete2010-04-125-13/+37
| | | | | | | | |
| | * | | | | | | Make hide() work.Paul Olav Tvete2010-04-121-0/+3
| | | | | | | | |
| | * | | | | | | Make the VNC plugin compile and largely workPaul Olav Tvete2010-04-129-56/+168
| | | | | | | | |
| | * | | | | | | Ifdef out QPlatformWindow implementation when not compiling lighthouseJørgen Lind2010-04-121-0/+2
| | | | | | | | |
| | * | | | | | | Small optimalisation in DirectfbBlitterJørgen Lind2010-04-122-3/+9
| | | | | | | | |
| | * | | | | | | Cleaned up Blitter Paint engine and fixed a couple of bugsJørgen Lind2010-04-123-61/+56
| | | | | | | | |
| | * | | | | | | Fix forward declaration in qplatformwindow_lite.hJørgen Lind2010-04-121-2/+2
| | | | | | | | |
| | * | | | | | | Refactoring TestLitePaul Olav Tvete2010-04-096-1313/+1157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The x11util classes stopped being generic a long time ago. Now that we have a clean separation between surface and window in the API, it makes sense to have the platform-specific logic in the derived classes, instead of having an extra level of indirection.
| | * | | | | | | This seems to fix the resize issuesPaul Olav Tvete2010-04-093-6/+15
| | | | | | | | |
| | * | | | | | | Compile after the QPlatformWindow changePaul Olav Tvete2010-04-096-56/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...but it doesn't *quite* work yet.
| | * | | | | | | Fix "bug" in plugins.proJørgen Lind2010-04-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dont build graphicssystems for lighthouse anymore
| | * | | | | | | Add the DirectFbWindow to the pro fileJørgen Lind2010-04-081-2/+4
| | | | | | | | |
| | * | | | | | | Compile on Lighthouse after the windowsurface API change.Paul Olav Tvete2010-04-081-0/+4
| | | | | | | | |
| | * | | | | | | QPlatformWindow refactoringJørgen Lind2010-04-0816-142/+309
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and ported the directfb plugin to use QPlatformWindow
| | * | | | | | | Added QPlatformWindowJørgen Lind2010-04-0718-103/+298
| | | | | | | | |
| * | | | | | | | port linuxfb to platform api name changeJeremy Katz2010-04-094-47/+45
| | | | | | | | |
| * | | | | | | | port VNC plugin to platform api name changeJeremy Katz2010-04-0811-100/+101
| | | | | | | | |
| * | | | | | | | Make a top-level QGLWidget work once, 50% of the timeTom Cooksey2010-04-083-7/+19
| | | | | | | | |
| * | | | | | | | Rename qglplatformintegration_lite.h & add QGLWidget surfaceTom Cooksey2010-04-087-5/+32
| | | | | | | | |
| * | | | | | | | Implement OpenGL support for testlite plugin using GLXTom Cooksey2010-04-085-1/+248
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: Doesn't actually work yet. ;-)
| * | | | | | | | Fixup QPlatformGLContextTom Cooksey2010-04-082-3/+16
| |/ / / / / / /
| * | | | | | | Introduce QPlatformGLContext to enable QtOpenGL in LighthouseTom Cooksey2010-04-067-32/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch basically takes the stubbed-out code and makes it call into the new abstract base class.
| * | | | | | | Port "testlite" to the new plugin APIPaul Olav Tvete2010-04-066-41/+42
| | | | | | | |
| * | | | | | | Stub out QtOpenGL on Lighthouse & get it compilingTom Cooksey2010-03-319-15/+457
| | | | | | | |
| * | | | | | | Make directfb plugin work with QPlatformIntegrationJørgen Lind2010-03-3114-49/+47
| | | | | | | |
| * | | | | | | Compile fixPaul Olav Tvete2010-03-314-0/+126
| | | | | | | |
| * | | | | | | Refactoring GraphicsSystem to QPlatformIntegrationJørgen Lind2010-03-3198-280/+778
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QPlatformIntegration is the "main" integration class which needs to be subclassed. This is done so that we don't pollute GraphicsSystem with functionality that really does not belong there. In lighthouse applications needs now to be started with -platform some_platform
| * | | | | | | Compile fix from merging blitter examples.Jørgen Lind2010-03-292-3/+1
| | | | | | | |
| * | | | | | | Make sure the blitter api works with Raster GS(x11 and win) and QWSJørgen Lind2010-03-2921-97/+623
| | | | | | | |
| * | | | | | | Compile fix the openkode graphicssystemJørgen Lind2010-03-296-39/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Does not work well yet though :(
| * | | | | | | don't set composition mode to source when painting the bottow layerJeremy Katz2010-03-252-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doing so kills performance on the painting benchmark
| * | | | | | | don't draw changes under opaque windowsJeremy Katz2010-03-244-22/+114
| | | | | | | |
| * | | | | | | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-03-18758-14245/+28890
| |\ \ \ \ \ \ \
| * | | | | | | | Revert "Add blendfunctions for "all" depths on all platforms"Paul Olav Tvete2010-03-182-45/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Details: It turns out that the original code is more accurate and in most cases faster as well. This reverts commit a029628b5e626f4213031427aec0f62ffbef4cab.
| * | | | | | | | Don't use the QWS install target for LighthousePaul Olav Tvete2010-03-161-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Jørgen Lind
| * | | | | | | | Add blendfunctions for "all" depths on all platformsJørgen Lind2010-03-152-47/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and not only QWS
| * | | | | | | | Make QNativeImage use the screen formatJørgen Lind2010-03-111-0/+7
| | | | | | | | |