Lighthouse Issues: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
'''<span class="caps">THIS</span> <span class="caps">PAGE</span> IS <span class="caps">OBSOLETE</span>''' – Please move the useful content to [[Qt-Platform-Abstraction|Qt Platform Abstraction]] and redirect there. Thank you!
[toc align_right=&quot;yes&amp;quot; depth=&quot;2&amp;quot;]


=Lighthouse status – what works currently=
'''THIS PAGE IS OBSOLETE''' - Please move the useful content to [[Qt Platform Abstraction]] and redirect there. Thank you!


==OpenGL==
= Lighthouse status - what works currently =


* glx-based <span class="caps">QGLW</span>idget – also supporting child widgets
== OpenGL ==
* <span class="caps">EGL</span>-based full-screen widget


==Window system integration==
* glx-based QGLWidget - also supporting child widgets
* EGL-based full-screen widget
 
== Window system integration ==


* linux framebuffer (/dev/fbX , use with -platform linuxfb after building linuxfb)
* linux framebuffer (/dev/fbX , use with -platform linuxfb after building linuxfb)
* <span class="caps">VNC</span> ( -platform vnc after building vnc)
* VNC ( -platform vnc after building vnc)
* DirectFB
* DirectFB
* OpenKODE
* OpenKODE
Line 17: Line 19:
* multi-process shared memory surface demo
* multi-process shared memory surface demo


==Font system==
== Font system ==


* Pluggable font database
* Pluggable font database
* application fonts
* application fonts
* <span class="caps">TTF</span>/QPF2 fonts read from <code>$QTDIR/lib/fonts</code>
* TTF/QPF2 fonts read from &lt;code&amp;gt;$QTDIR/lib/fonts&amp;lt;/code&amp;gt;
* fontconfig
* fontconfig


==Input events==
== Input events ==


* Thread safe event handling
* Thread safe event handling
Line 31: Line 33:
* multiple touch points
* multiple touch points


=Lighthouse bugs, known issues and things that need doing=
= Lighthouse bugs, known issues and things that need doing =


==Missing features==
== Missing features ==


* Clipboard
* Clipboard
Line 40: Line 42:
* Multimedia
* Multimedia


==Architecture==
== Architecture ==


* Mouse/keyboard state logic for input events
* Mouse/keyboard state logic for input events


==Missing functionality==
== Missing functionality ==


* <code>QWidget::showMaximized()/Minimized()/FullScreen()</code>
* &lt;code&amp;gt;QWidget::showMaximized()/Minimized()/FullScreen()&lt;/code&amp;gt;
* desktop services
* desktop services
* focus/activation
* focus/activation
Line 52: Line 54:
* mouse/keyboard grabbing
* mouse/keyboard grabbing


==Known bugs==
== Known bugs ==
 
===Categories:===
 
* [[:Category:Developing Qt|Developing_Qt]]
** [[:Category:Developing Qt::Lighthouse|Lighthouse]]

Revision as of 10:35, 24 February 2015

[toc align_right="yes&quot; depth="2&quot;]

THIS PAGE IS OBSOLETE - Please move the useful content to Qt Platform Abstraction and redirect there. Thank you!

Lighthouse status - what works currently

OpenGL

  • glx-based QGLWidget - also supporting child widgets
  • EGL-based full-screen widget

Window system integration

  • linux framebuffer (/dev/fbX , use with -platform linuxfb after building linuxfb)
  • VNC ( -platform vnc after building vnc)
  • DirectFB
  • OpenKODE
  • X11
  • multi-process shared memory surface demo

Font system

  • Pluggable font database
  • application fonts
  • TTF/QPF2 fonts read from <code&gt;$QTDIR/lib/fonts&lt;/code&gt;
  • fontconfig

Input events

  • Thread safe event handling
  • Linux input system
  • tslib
  • multiple touch points

Lighthouse bugs, known issues and things that need doing

Missing features

  • Clipboard
  • Drag and drop
  • Keymap support
  • Multimedia

Architecture

  • Mouse/keyboard state logic for input events

Missing functionality

  • <code&gt;QWidget::showMaximized()/Minimized()/FullScreen()</code&gt;
  • desktop services
  • focus/activation
  • frameGeometry
  • mouse/keyboard grabbing

Known bugs