summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/vnc/vnc.pro
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'lighthouse/4.7' into lighthouse-masterPaul Olav Tvete2010-09-131-0/+1
|\ | | | | | | | | | | Conflicts: src/gui/text/text.pri src/plugins/generic/linuxinput/qlinuxinput.cpp
| * Initial pluggable fontdatabaseJørgen Lind2010-09-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
|/
* Rename files in platform plugins follow same patternJørgen Lind2010-04-211-2/+2
|
* port VNC plugin to platform api name changeJeremy Katz2010-04-081-2/+2
|
* Refactoring GraphicsSystem to QPlatformIntegrationJørgen Lind2010-03-311-0/+19
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