What is Qt X11 Extras?
Phoronix: Qt 5.1: Expected In April, Will Bring In New Modules
Lars Knoll has revealed a few more details today about Digia's plans for Qt 5.1. He also shared that they are hoping to ship this next tool-kit update in late April...
http://www.phoronix.com/vr.php?view=MTMwMDQ
What is Qt X11 Extras?
Looking forward to the improved Wayland support.
I wish Qt would use XCB instead xlib though.
I am pretty sure Qt uses XCB (at least 5.x).
http://qt-project.org/doc/qt-5.0/qtd...ments-x11.html
Cool!
XCB is much cleaner and asynchronous so it should be faster.
Xlib is synchronous so not as good and may be therefor be slower.
I wish GTK would get ported to XCB too, but I've heard they're not interested because GTK works and they done lots of ugly hacks and workarounds to make sure it works despite all flaws and issues of Xlib.
Does Clutter and EFL use XCB?
Good to hear that things are progressing nicely.
I'm waiting a few more minor releases before I port my Qt4 software though, I like the idea of moving the GUI into a separate QML 'layer' but there isn't a clearly defined design pattern or at least a scalable tutorial on migrating a very complex QWidget UI to a QML equivalent. It'll appear in time though as more people take the plunge.