Hey Pau, 2009/10/17 Pau Garcia i Quiles <[email protected]>: > Hello, > > Do you remember the WebKit intergration described in > http://www.webtoolkit.eu/wt/wiki/index.php/Ideas_for_Google_SoC ? > > Well, the attached patch is an implementation of that. In a very early > stage of development, but it works.
That's fantastic! I'm just back from holidays, but will try this as soon as I get to the office. > The patch is against current public git. It requires Qt 4 (I've tested > with Qt 4.6 beta1 on Linux but it should work with Qt >= 4.4 on any > platform). Just specify the wtdesktop connector for the examples > (cmake -DEXAMPLES_CONNECTOR=wtdesktop) and run the examples as you > have always done but in port 9000 (hardcoded for now). It will open a > QtWebKit window with the webapp. > > There is still a lot of improvement to be done but I was so happy to > get this working with so few effort (a couple of hours), I wanted to > share. > > For now, it builds most of the wthttp connector in the wtdesktop > connector again. Koen, Wim, can we split libwthttp.so in two > libraries, libwthttpcommon.so (most of it) and libwthttp.so (very > lightweight, essentially WtHttpRun.C) ? I would imagine that the methods that are custom for each case are WServer::start() and WServer::stop() rather than WRun() since WRun() can be implemented in terms of these methods and this is publicly documented. Unless we admit to this lack of functionality (which should be acceptible for many users). To implement this, we would need to specialize WServerImpl in the wtdesktop version, and make start() and stop() virtual methods of this implementation class. I might have a look at this myself ? Great work ! Regards, koen ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
