Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Update QGLWindowSurface to reflect geometry -> size name change | Tom Cooksey | 2010-04-23 | 2 | -11/+33 | |
| | | | | | | | ||||||
| * | | | | | | Enable some faster text drawing for lighthouse when using raster | Jørgen Lind | 2010-04-22 | 1 | -2/+4 | |
| | | | | | | | ||||||
| * | | | | | | Avoid copying code. | Paul Olav Tvete | 2010-04-22 | 3 | -51/+11 | |
| | | | | | | | ||||||
| * | | | | | | Rename files in platform plugins follow same pattern | Jørgen Lind | 2010-04-21 | 27 | -31/+31 | |
| | | | | | | | ||||||
| * | | | | | | Merge remote branch 'origin/4.7' into lighthouse | Jørgen Lind | 2010-04-21 | 6942 | -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 lighthouse | Jørgen Lind | 2010-04-21 | 65 | -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 createWindowSurfaceForWindow | Jørgen Lind | 2010-04-21 | 16 | -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 physicalSize | Jørgen Lind | 2010-04-19 | 5 | -5/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | assuming dpi = 100. This also simplifies minimal slightly. Also use propper apis in qfont for default dpi by using QPlatformScreen | |||||
| | * | | | | | | | Refactored directfb plugin | Jørgen Lind | 2010-04-14 | 10 | -18/+16 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Implement createWindowSurface, so that reparenting works | Paul Olav Tvete | 2010-04-14 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Jørgen | |||||
| | * | | | | | | | Oops, don't crash in raise()/lower() | Paul Olav Tvete | 2010-04-13 | 4 | -7/+5 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Port the QVFb backend to the new API | Paul Olav Tvete | 2010-04-13 | 6 | -97/+113 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Rename classes to get rid of "GraphicsSystem" | Paul Olav Tvete | 2010-04-13 | 12 | -136/+136 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Make LinuxFb work | Paul Olav Tvete | 2010-04-12 | 5 | -13/+37 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Make hide() work. | Paul Olav Tvete | 2010-04-12 | 1 | -0/+3 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Make the VNC plugin compile and largely work | Paul Olav Tvete | 2010-04-12 | 9 | -56/+168 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Ifdef out QPlatformWindow implementation when not compiling lighthouse | Jørgen Lind | 2010-04-12 | 1 | -0/+2 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Small optimalisation in DirectfbBlitter | Jørgen Lind | 2010-04-12 | 2 | -3/+9 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Cleaned up Blitter Paint engine and fixed a couple of bugs | Jørgen Lind | 2010-04-12 | 3 | -61/+56 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Fix forward declaration in qplatformwindow_lite.h | Jørgen Lind | 2010-04-12 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Refactoring TestLite | Paul Olav Tvete | 2010-04-09 | 6 | -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 issues | Paul Olav Tvete | 2010-04-09 | 3 | -6/+15 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Compile after the QPlatformWindow change | Paul Olav Tvete | 2010-04-09 | 6 | -56/+119 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...but it doesn't *quite* work yet. | |||||
| | * | | | | | | | Fix "bug" in plugins.pro | Jørgen Lind | 2010-04-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dont build graphicssystems for lighthouse anymore | |||||
| | * | | | | | | | Add the DirectFbWindow to the pro file | Jørgen Lind | 2010-04-08 | 1 | -2/+4 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Compile on Lighthouse after the windowsurface API change. | Paul Olav Tvete | 2010-04-08 | 1 | -0/+4 | |
| | | | | | | | | | ||||||
| | * | | | | | | | QPlatformWindow refactoring | Jørgen Lind | 2010-04-08 | 16 | -142/+309 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and ported the directfb plugin to use QPlatformWindow | |||||
| | * | | | | | | | Added QPlatformWindow | Jørgen Lind | 2010-04-07 | 18 | -103/+298 | |
| | | | | | | | | | ||||||
| * | | | | | | | | port linuxfb to platform api name change | Jeremy Katz | 2010-04-09 | 4 | -47/+45 | |
| | | | | | | | | | ||||||
| * | | | | | | | | port VNC plugin to platform api name change | Jeremy Katz | 2010-04-08 | 11 | -100/+101 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Make a top-level QGLWidget work once, 50% of the time | Tom Cooksey | 2010-04-08 | 3 | -7/+19 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Rename qglplatformintegration_lite.h & add QGLWidget surface | Tom Cooksey | 2010-04-08 | 7 | -5/+32 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Implement OpenGL support for testlite plugin using GLX | Tom Cooksey | 2010-04-08 | 5 | -1/+248 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: Doesn't actually work yet. ;-) | |||||
| * | | | | | | | | Fixup QPlatformGLContext | Tom Cooksey | 2010-04-08 | 2 | -3/+16 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Introduce QPlatformGLContext to enable QtOpenGL in Lighthouse | Tom Cooksey | 2010-04-06 | 7 | -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 API | Paul Olav Tvete | 2010-04-06 | 6 | -41/+42 | |
| | | | | | | | | ||||||
| * | | | | | | | Stub out QtOpenGL on Lighthouse & get it compiling | Tom Cooksey | 2010-03-31 | 9 | -15/+457 | |
| | | | | | | | | ||||||
| * | | | | | | | Make directfb plugin work with QPlatformIntegration | Jørgen Lind | 2010-03-31 | 14 | -49/+47 | |
| | | | | | | | | ||||||
| * | | | | | | | Compile fix | Paul Olav Tvete | 2010-03-31 | 4 | -0/+126 | |
| | | | | | | | | ||||||
| * | | | | | | | Refactoring GraphicsSystem to QPlatformIntegration | Jørgen Lind | 2010-03-31 | 98 | -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 Lind | 2010-03-29 | 2 | -3/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Make sure the blitter api works with Raster GS(x11 and win) and QWS | Jørgen Lind | 2010-03-29 | 21 | -97/+623 | |
| | | | | | | | | ||||||
| * | | | | | | | Compile fix the openkode graphicssystem | Jørgen Lind | 2010-03-29 | 6 | -39/+55 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Does not work well yet though :( | |||||
| * | | | | | | | don't set composition mode to source when painting the bottow layer | Jeremy Katz | 2010-03-25 | 2 | -6/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doing so kills performance on the painting benchmark | |||||
| * | | | | | | | don't draw changes under opaque windows | Jeremy Katz | 2010-03-24 | 4 | -22/+114 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge remote branch 'qt/4.7' into lighthouse-4.7 | Paul Olav Tvete | 2010-03-18 | 758 | -14245/+28890 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Revert "Add blendfunctions for "all" depths on all platforms" | Paul Olav Tvete | 2010-03-18 | 2 | -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 Lighthouse | Paul Olav Tvete | 2010-03-16 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Jørgen Lind | |||||
| * | | | | | | | | Add blendfunctions for "all" depths on all platforms | Jørgen Lind | 2010-03-15 | 2 | -47/+45 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and not only QWS | |||||
| * | | | | | | | | Make QNativeImage use the screen format | Jørgen Lind | 2010-03-11 | 1 | -0/+7 | |
| | | | | | | | | |