Lighthouse Issues

From Qt Wiki
Revision as of 10:35, 24 February 2015 by Maintenance script (talk | contribs)
Jump to navigation Jump to search

[toc align_right="yes" depth="2"]

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