summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Collapse)AuthorAgeFilesLines
* Fix the license in files for LighthouseJørgen Lind2010-10-2850-271/+1223
|
* Fix typos found by the spellchecking autotestPaul Olav Tvete2010-10-281-2/+2
|
* Merge remote branch 'lighthouse/4.7' into lighthouse-masterPaul Olav Tvete2010-10-2216-0/+1425
|\
| * Lighthouse: initial COCOA pluginJørgen Lind2010-10-2016-0/+1425
| |
* | actually set egl swap intervalGunnar Sletta2010-10-151-1/+1
| |
* | Make it possible to choose some EGLFS configuration options via envvarsGunnar Sletta2010-10-071-6/+30
| |
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-lighthouseGunnar Sletta2010-10-075-26/+18
|\ \
| * \ Merge remote branch 'lighthouse/4.7' into lighthouse-masterPaul Olav Tvete2010-09-303-9/+16
| |\ \ | | |/
| | * Lighthouse: make QFontconfigDatabase not override application fontJørgen Lind2010-09-301-4/+7
| | |
| | * Lighthouse: Make application fonts workJørgen Lind2010-09-302-5/+9
| | | | | | | | | | | | Reviewed-by:paul
| * | Merge remote branch 'lighthouse/4.7' into lighthouse-masterPaul Olav Tvete2010-09-292-17/+2
| |\ \ | | |/
| | * Lighthouse: fix QDirectFbScreen::depth to not be fixed to 32Jørgen Lind2010-09-161-1/+1
| | |
| | * Lighthouse: Remove auto building platform pluginsJørgen Lind2010-09-161-16/+1
| | | | | | | | | | | | Reviewed-by: paul
* | | use swapInterval=1 by default in EglFS to potentially avoid tearingGunnar Sletta2010-10-071-0/+2
|/ /
* | Merge remote branch 'lighthouse/4.7' into lighthouse-masterPaul Olav Tvete2010-09-1341-127/+1278
|\ \ | |/ | | | | | | | | Conflicts: src/gui/text/text.pri src/plugins/generic/linuxinput/qlinuxinput.cpp
| * Lighthouse: Adding QGenericUnixFontDatabase to OpenKODEJørgen Lind2010-09-103-1/+15
| |
| * Lighthouse: Fixing the openkode implementationJørgen Lind2010-09-103-89/+55
| |
| * Lighthouse: Various compiler warning/error fixesJørgen Lind2010-09-093-3/+4
| | | | | | | | compliments from Vapula
| * Lighthouse, compile fix eglfsJørgen Lind2010-09-081-1/+1
| |
| * Lighthouse, DFb don't show windows that Qt::WA_DontShowOnScreenJørgen Lind2010-09-081-7/+11
| |
| * Lighthouse: fix reparenting from topLevel to child widgetJørgen Lind2010-09-072-1/+9
| | | | | | | | also fix Directfb with a hack so that moving windows works
| * Make phonon gst backend build properlyJørgen Lind2010-09-071-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 QDirectFbGlContextJørgen Lind2010-09-035-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 initJørgen Lind2010-09-021-12/+9
| | | | | | | | so it is not created untill anyone asks for it.
| * Initial pluggable fontdatabaseJørgen Lind2010-09-0228-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.
* | CompilePaul Olav Tvete2010-09-081-0/+2
| |
* | Switch to 32 bits per pixelPaul Olav Tvete2010-09-061-5/+7
| |
* | Merge remote branch 'lighthouse/4.7' into lighthouse-masterPaul Olav Tvete2010-08-196-98/+159
|\ \ | |/ | | | | | | | | Conflicts: src/plugins/bearer/connman/qconnmanservice_linux.cpp tests/auto/qpainter/tst_qpainter.cpp
| * Fix typo in glxintegrationJørgen Lind2010-08-111-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 headerfilesJørgen Lind2010-08-062-2/+3
| |
| * Added reduced config to glxconfigJørgen Lind2010-08-062-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 contextJørgen Lind2010-08-061-5/+12
| | | | | | | | | | and made glxintegrations shared context use the correct window configuration
| * Make testlite work without glxJørgen Lind2010-08-063-8/+12
| |
| * Make the GLX integration give more correct formatJørgen Lind2010-08-063-86/+105
| | | | | | | | Also create a correct window for the format.
* | Force 16 bit in eglfsJørgen Lind2010-08-051-3/+3
|/
* Make QWidget::setPlatformWindowFormat recreate platformWindowJørgen Lind2010-08-041-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 modeJørgen Lind2010-08-032-29/+32
|
* Make it possible to view what format a QPlatformGlContext hasJørgen Lind2010-08-036-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 eventsJørgen Lind2010-08-0210-293/+496
| | | | And make it also work without a gui manager
* Make eglfs use defaultsharedcontextJørgen Lind2010-08-022-0/+6
|
* Made QPlatformWidnow::glContext a const functionJørgen Lind2010-07-277-15/+10
|
* Add QT_BEGIN_NAMESPACE and QT_BEGIN_HEADER to openkode pluginJørgen Lind2010-07-276-2/+22
|
* Refactored the eglfs pluginJørgen Lind2010-07-2712-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 pluginJørgen Lind2010-07-274-5/+7
|
* Make it possible to have shared contexts to LighthouseJørgen Lind2010-07-233-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 PlatformIntegrationJørgen Lind2010-07-223-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 pluginPaul Olav Tvete2010-07-212-10/+36
|
* Cleanup directfb input handling in lighthouseJørgen Lind2010-07-206-108/+74
|
* Eventloop integration in LighthouseJørgen Lind2010-07-207-42/+63
| | | | This is exprimental and does not work with the glib eventloop.
* Remove qDebug()Paul Olav Tvete2010-07-151-3/+3
|