Hey all,
one thing that gets requested a lot is for a web browser on the OSD. With the adoption of the Qt libraries, all of a sudden this isn't quite so impossible as before.
Mind you, it'll still be bloody hard!
For the last few weeks I've been trying to get
WebKit running on the OSD. The main libraries compile fine, but the Qt bindings cause problems, since Neuros have disabled many things from the Qt installation, like mouse & keyboard support, context menus, drag & drop, http access and more. So the bindings need some serious cutting.
But would it work at all? Would it be unbearably slow loading a page? That was what I decided to try to find out.
Just to sketch the details, I recompiled the Qt libs with all the missing stuff restored, and compiled Webkit with Qt support enabled (and loads of unnecessary stuff disabled). After some tweaking it compiled successfully, and I built a really simple program that would load the Google homepage.
Result, it worked!
It wasn't fast, but I was happy to see it working. I'll do some more testing to see if this is worth the effort. But just to let people know!
-G