View Single Post
w00t's Avatar
Posts: 1,055 | Thanked: 4,107 times | Joined on Oct 2009 @ Norway
#209
Originally Posted by misterc View Post
simple question: will there be a Qt 5 port for the N900 / Maemo - Fremantle?
Getting the basics running on Fremantle would most likely not be that hard, since there is still support for C++98 compilers newer than GCC 4 (I don't know if we require any specific version, I think anything 4.0 or newer will do). A more difficult problem might be whether codebases like V8 will work, but probably not an insurmountable problem.

That wouldn't give you platform theming of QWidgets though, because that was rather heavily hacked into Maemo's Qt. It might be possible to resurrect most of it as a style plugin, or perform the same hacks again, though.

[EDIT]: ah, it would also require a relatively new libxcb (and dependencies) built for fremantle - I don't think they exist already, though I don't know for sure.

With regards to the N9 port - it won't give you all that much useful. Fremantle's display stack won't have the hacked up XI2 support that the Harmattan port uses - but fremantle doesn't have multitouch anyway, so that's no major loss.

[EDIT 2]: I definitely don't have the time (or desire) to work on this myself, but I'm happy to act as a point of contact / mentoring from a Qt perspective for anyone wanting to try take this on.
__________________
i'm a Qt expert and former Jolla sailor (forever sailing, in spirit).
if you like, read more about me.
if you find me entertaining, or useful, thank me. if you don't, then tell me why.

Last edited by w00t; 2012-04-13 at 06:56.
 

The Following 10 Users Say Thank You to w00t For This Useful Post: