Lighthouse Issues: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Delete | reason=Move useful content elsewhere and delete.}} | |||
'''THIS PAGE IS OBSOLETE''' - Please move the useful content to [[Qt Platform Abstraction]] and redirect there. Thank you! | |||
= Lighthouse status - what works currently = | |||
==Window system integration== | == 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) | * linux framebuffer (/dev/fbX , use with -platform linuxfb after building linuxfb) | ||
* | * VNC ( -platform vnc after building vnc) | ||
* DirectFB | * DirectFB | ||
* OpenKODE | * OpenKODE | ||
Line 17: | Line 20: | ||
* 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 | ||
* | * TTF/QPF2 fonts read from <code>$QTDIR/lib/fonts</code> | ||
* fontconfig | * fontconfig | ||
==Input events== | == Input events == | ||
* Thread safe event handling | * Thread safe event handling | ||
Line 31: | Line 34: | ||
* 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 43: | ||
* 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> | * <code>QWidget::showMaximized()/Minimized()/FullScreen()</code> | ||
Line 52: | Line 55: | ||
* mouse/keyboard grabbing | * mouse/keyboard grabbing | ||
==Known bugs== | == Known bugs == | ||
Latest revision as of 11:22, 30 June 2015
This article is nominated for deletion. Reason: Move useful content elsewhere and delete. Please raise your support/opposition to this nomination in the article's discussion page. |
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
$QTDIR/lib/fonts
- 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
QWidget::showMaximized()/Minimized()/FullScreen()
- desktop services
- focus/activation
- frameGeometry
- mouse/keyboard grabbing