summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/directfb
Commit message (Collapse)AuthorAgeFilesLines
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-1317-290/+290
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Lighthouse: Make directfb conform with ligthhouse gl context apiJørgen Lind2011-04-151-0/+2
|
* Fixup license headers in Lighthouse pluginsJørgen Lind2011-03-171-1/+1
|
* Update copyright year to 2011.Rohan McGovern2011-03-1016-16/+16
| | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3)
* Fix the license in files for LighthouseJørgen Lind2010-10-2816-10/+421
|
* Lighthouse: fix QDirectFbScreen::depth to not be fixed to 32Jørgen Lind2010-09-161-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
* 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.
* Initial pluggable fontdatabaseJørgen Lind2010-09-023-3/+10
| | | | | | | | | | | | | 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.
* 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.
* Cleanup directfb input handling in lighthouseJørgen Lind2010-07-206-108/+74
|
* Refactored QGraphicsSystemCursor -> QPlatformCursorJørgen Lind2010-06-242-5/+5
|
* add parameter support for platform integration pluginsJeremy Katz2010-05-041-2/+3
|
* Renamed createWindowSurfaceForWindowJørgen Lind2010-04-212-2/+2
| | | | | | to createWindowSurface. Gave also a default dpi when there is no platform integration, ie. it has not been initialised yet or is being initialised.
* Refactored directfb pluginJørgen Lind2010-04-1410-18/+16
|
* Small optimalisation in DirectfbBlitterJørgen Lind2010-04-121-2/+8
|
* Cleaned up Blitter Paint engine and fixed a couple of bugsJørgen Lind2010-04-121-3/+2
|
* Add the DirectFbWindow to the pro fileJørgen Lind2010-04-081-2/+4
|
* QPlatformWindow refactoringJørgen Lind2010-04-088-127/+263
| | | | and ported the directfb plugin to use QPlatformWindow
* Make directfb plugin work with QPlatformIntegrationJørgen Lind2010-03-3114-0/+1483