Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixup license headers in Lighthouse plugins | Jørgen Lind | 2011-03-17 | 5 | -7/+7 |
| | |||||
* | Initial pluggable fontdatabase | Jørgen Lind | 2010-09-02 | 3 | -0/+13 |
| | | | | | | | | | | | | | 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. | ||||
* | Support multiple display IDs for Lighthouse QVFb plugin | Paul Olav Tvete | 2010-06-21 | 3 | -19/+22 |
| | |||||
* | add parameter support for platform integration plugins | Jeremy Katz | 2010-05-04 | 1 | -2/+3 |
| | |||||
* | Rename files in platform plugins follow same pattern | Jørgen Lind | 2010-04-21 | 4 | -4/+4 |
| | |||||
* | Renamed createWindowSurfaceForWindow | Jørgen Lind | 2010-04-21 | 2 | -5/+3 |
| | | | | | | to createWindowSurface. Gave also a default dpi when there is no platform integration, ie. it has not been initialised yet or is being initialised. | ||||
* | Port the QVFb backend to the new API | Paul Olav Tvete | 2010-04-13 | 6 | -97/+113 |
| | |||||
* | Refactoring GraphicsSystem to QPlatformIntegration | Jørgen Lind | 2010-03-31 | 6 | -0/+791 |
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 |