Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the license in files for Lighthouse | Jørgen Lind | 2010-10-28 | 50 | -271/+1223 |
| | |||||
* | Fix typos found by the spellchecking autotest | Paul Olav Tvete | 2010-10-28 | 1 | -2/+2 |
| | |||||
* | Merge remote branch 'lighthouse/4.7' into lighthouse-master | Paul Olav Tvete | 2010-10-22 | 16 | -0/+1425 |
|\ | |||||
| * | Lighthouse: initial COCOA plugin | Jørgen Lind | 2010-10-20 | 16 | -0/+1425 |
| | | |||||
* | | actually set egl swap interval | Gunnar Sletta | 2010-10-15 | 1 | -1/+1 |
| | | |||||
* | | Make it possible to choose some EGLFS configuration options via envvars | Gunnar Sletta | 2010-10-07 | 1 | -6/+30 |
| | | |||||
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-lighthouse | Gunnar Sletta | 2010-10-07 | 5 | -26/+18 |
|\ \ | |||||
| * \ | Merge remote branch 'lighthouse/4.7' into lighthouse-master | Paul Olav Tvete | 2010-09-30 | 3 | -9/+16 |
| |\ \ | | |/ | |||||
| | * | Lighthouse: make QFontconfigDatabase not override application font | Jørgen Lind | 2010-09-30 | 1 | -4/+7 |
| | | | |||||
| | * | Lighthouse: Make application fonts work | Jørgen Lind | 2010-09-30 | 2 | -5/+9 |
| | | | | | | | | | | | | Reviewed-by:paul | ||||
| * | | Merge remote branch 'lighthouse/4.7' into lighthouse-master | Paul Olav Tvete | 2010-09-29 | 2 | -17/+2 |
| |\ \ | | |/ | |||||
| | * | Lighthouse: fix QDirectFbScreen::depth to not be fixed to 32 | Jørgen Lind | 2010-09-16 | 1 | -1/+1 |
| | | | |||||
| | * | Lighthouse: Remove auto building platform plugins | Jørgen Lind | 2010-09-16 | 1 | -16/+1 |
| | | | | | | | | | | | | Reviewed-by: paul | ||||
* | | | use swapInterval=1 by default in EglFS to potentially avoid tearing | Gunnar Sletta | 2010-10-07 | 1 | -0/+2 |
|/ / | |||||
* | | Merge remote branch 'lighthouse/4.7' into lighthouse-master | Paul Olav Tvete | 2010-09-13 | 41 | -127/+1278 |
|\ \ | |/ | | | | | | | | | Conflicts: src/gui/text/text.pri src/plugins/generic/linuxinput/qlinuxinput.cpp | ||||
| * | Lighthouse: Adding QGenericUnixFontDatabase to OpenKODE | Jørgen Lind | 2010-09-10 | 3 | -1/+15 |
| | | |||||
| * | Lighthouse: Fixing the openkode implementation | Jørgen Lind | 2010-09-10 | 3 | -89/+55 |
| | | |||||
| * | Lighthouse: Various compiler warning/error fixes | Jørgen Lind | 2010-09-09 | 3 | -3/+4 |
| | | | | | | | | compliments from Vapula | ||||
| * | Lighthouse, compile fix eglfs | Jørgen Lind | 2010-09-08 | 1 | -1/+1 |
| | | |||||
| * | Lighthouse, DFb don't show windows that Qt::WA_DontShowOnScreen | Jørgen Lind | 2010-09-08 | 1 | -7/+11 |
| | | |||||
| * | Lighthouse: fix reparenting from topLevel to child widget | Jørgen Lind | 2010-09-07 | 2 | -1/+9 |
| | | | | | | | | also fix Directfb with a hack so that moving windows works | ||||
| * | Make phonon gst backend build properly | Jørgen Lind | 2010-09-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Only software rendering for now... also fix regression I made in QWindowSystemInterface. Its allowed to send in NULL pointers for tlw in some of the functions. So dont ask for the widget data of a NULL pointer. | ||||
| * | Lighthouse: Added QDirectFbGlContext | Jørgen Lind | 2010-09-03 | 5 | -3/+115 |
| | | | | | | | | | | This is untested since I have no HW to test on, but its in the public api, so that we have something to build on. | ||||
| * | Lighthouse: Move shared context init | Jørgen Lind | 2010-09-02 | 1 | -12/+9 |
| | | | | | | | | so it is not created untill anyone asks for it. | ||||
| * | Initial pluggable fontdatabase | Jørgen Lind | 2010-09-02 | 28 | -17/+1066 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | QPlatformFontDatabase added. QPlatformIntegration now has a new virtual function: QPlatformDatabase::fontDatabase() const. Most unix platform plugins wants to follow the pattern implemented in directfb, linuxfb, vnc etc. In the pro file do: include(../fontdatabases/genericunix/genericunix.pri) In the QPlatformIntegration class do: and instansiate a QGenericFontDatabase in the constructor and return it in the getter function. | ||||
* | | Compile | Paul Olav Tvete | 2010-09-08 | 1 | -0/+2 |
| | | |||||
* | | Switch to 32 bits per pixel | Paul Olav Tvete | 2010-09-06 | 1 | -5/+7 |
| | | |||||
* | | Merge remote branch 'lighthouse/4.7' into lighthouse-master | Paul Olav Tvete | 2010-08-19 | 6 | -98/+159 |
|\ \ | |/ | | | | | | | | | Conflicts: src/plugins/bearer/connman/qconnmanservice_linux.cpp tests/auto/qpainter/tst_qpainter.cpp | ||||
| * | Fix typo in glxintegration | Jørgen Lind | 2010-08-11 | 1 | -4/+3 |
| | | | | | | | | | | did actually not reduce the format more than one level, and if that didn't wasnt enough it would end up in an infinite loop. | ||||
| * | Cleaned up in includes in Lighthouse headerfiles | Jørgen Lind | 2010-08-06 | 2 | -2/+3 |
| | | |||||
| * | Added reduced config to glxconfig | Jørgen Lind | 2010-08-06 | 2 | -19/+50 |
| | | | | | | | | | | | | should help if there are not many glxconfigs available. Also made QGLTemporaryContext use a QWidget again instead of a QGLWidget; This allows us to ask for a smaller window size before making the context. | ||||
| * | Fixed Lighthouse tempcontext to reset to current context | Jørgen Lind | 2010-08-06 | 1 | -5/+12 |
| | | | | | | | | | | and made glxintegrations shared context use the correct window configuration | ||||
| * | Make testlite work without glx | Jørgen Lind | 2010-08-06 | 3 | -8/+12 |
| | | |||||
| * | Make the GLX integration give more correct format | Jørgen Lind | 2010-08-06 | 3 | -86/+105 |
| | | | | | | | | Also create a correct window for the format. | ||||
* | | Force 16 bit in eglfs | Jørgen Lind | 2010-08-05 | 1 | -3/+3 |
|/ | |||||
* | Make QWidget::setPlatformWindowFormat recreate platformWindow | Jørgen Lind | 2010-08-04 | 1 | -1/+1 |
| | | | | | if the platformWindow is visible. Also had to make sure that the QGLContext of a QGLWidget was recreated. | ||||
* | Make QOpenKODEWindow not delete context when in fullscreen mode | Jørgen Lind | 2010-08-03 | 2 | -29/+32 |
| | |||||
* | Make it possible to view what format a QPlatformGlContext has | Jørgen Lind | 2010-08-03 | 6 | -5/+121 |
| | | | | | | | | QPlatformGlContext has now a pure virtual format getter. The way its intended to work is that the tlw has a QPlatformWindowFormat which is the requested format. Once you get the QPlatformGlContext of the window, you can request the QPlatformWindowFormat of the context to see what you really got. | ||||
* | Make openkode plugin handle events | Jørgen Lind | 2010-08-02 | 10 | -293/+496 |
| | | | | And make it also work without a gui manager | ||||
* | Make eglfs use defaultsharedcontext | Jørgen Lind | 2010-08-02 | 2 | -0/+6 |
| | |||||
* | Made QPlatformWidnow::glContext a const function | Jørgen Lind | 2010-07-27 | 7 | -15/+10 |
| | |||||
* | Add QT_BEGIN_NAMESPACE and QT_BEGIN_HEADER to openkode plugin | Jørgen Lind | 2010-07-27 | 6 | -2/+22 |
| | |||||
* | Refactored the eglfs plugin | Jørgen Lind | 2010-07-27 | 12 | -412/+654 |
| | | | | | | | seperated the functionality into different files, and made the paintdevice belong to the windowsurface. Everything really belongs to the screen, since everything is full screen but, this makes it more on par with the other plugins. | ||||
* | Renamed files in EGLFS platform plugin | Jørgen Lind | 2010-07-27 | 4 | -5/+7 |
| | |||||
* | Make it possible to have shared contexts to Lighthouse | Jørgen Lind | 2010-07-23 | 3 | -60/+134 |
| | | | | | | | | This adds a getter to QPlatformGLContext for the "default shared context". The setter is protected as it is the plugins responsibillity to create it or not. QPlatformWindowFormat has also gotten a pointer to a QPlatformGLContext for a non default shared context. Only implemented shared contexts in testlite for now. | ||||
* | Removed createBlittable factory function from PlatformIntegration | Jørgen Lind | 2010-07-22 | 3 | -2/+8 |
| | | | | | | | | | | and moved it onto QBlittablePixmap making the class abstract. The creator function was seen as to spesialised to be part of the PlatformIntegration class, and belonged to the QBlittablePixmap class anyway since that was the PixmapData type you would need to return to use the blitter api. Also removed the cross platform examples as they are more confusing than anything else. For usage of QBlittable look in the directfb platform integration plugin. | ||||
* | Quick-and-dirty grabWindoe() implementation for the VNC plugin | Paul Olav Tvete | 2010-07-21 | 2 | -10/+36 |
| | |||||
* | Cleanup directfb input handling in lighthouse | Jørgen Lind | 2010-07-20 | 6 | -108/+74 |
| | |||||
* | Eventloop integration in Lighthouse | Jørgen Lind | 2010-07-20 | 7 | -42/+63 |
| | | | | This is exprimental and does not work with the glib eventloop. | ||||
* | Remove qDebug() | Paul Olav Tvete | 2010-07-15 | 1 | -3/+3 |
| |