Tag Archives: Qt

Compositing in Maliit

Introduction The development for Maliit, a cross-platform text input method framework for mobile devices, until 0.8 was mainly based on requirements for MeeGo Harmattan, the operating system on the Nokia N9. Harmattan applications are fullscreen. Animation of orientation changes is, … Continue reading

Posted in Default | Tagged , , , , | Leave a comment

Maliit and Qt 5

Qt 5 has a complete new interface for input methods. Instead of the old QInputContext (which is just a wrapper around the new system now) there is now QInputPanel and QPlatformInputContext (no documentation yet, see source), for the reasoning see … Continue reading

Posted in Default | Tagged , , | 7 Comments

Maliit running under Wayland with Qt Lighthouse

Currently Maliit depends heavily on X for core functionality (for example assigning the virtual keyboard to the application via transient for window hint) but also for some optional features like self compositing, which was implemented to dramatically improve the performance … Continue reading

Posted in Default | Tagged , , , , | 5 Comments