Re: [webkit-qt] API for viewport meta tag support

2010-06-04 Thread Kenneth Christiansen
Hi Steve, What do you mean with 'when do you think this can be done'? The patch provides a working implementation, and Jesus and me have further tested the usability of the API by implementing support for adjusting the viewport and scale in the yberbrowser, by hooking it up with Antti's tiling su

Re: [webkit-qt] API for viewport meta tag support

2010-06-04 Thread steve.lewontin
Hi: This is exactly what browser needs to cleanly implement tiling! When do you think this could be done? --Steve -Original Message- From: webkit-qt-boun...@lists.webkit.org [mailto:webkit-qt-boun...@lists.webkit.org] On Behalf Of Hausmann Simon (Nokia-D-Qt/Oslo) Sent: Friday, June

[webkit-qt] API for viewport meta tag support

2010-06-04 Thread Simon Hausmann
Hi, WebCore itself has support for Apple's viewport meta tag: http://developer.apple.com/safari/library/documentation/appleapplications/reference/safarihtmlref/articles/metatags.html which can look like this in HTML: The tag allows the web page to influence the sacl and geometry of th

Re: [webkit-qt] Qt Webkit 4.5.3 and Flash

2010-06-04 Thread İsmail Dönmez
protected is a keyword in C++, you can try to manually rename that maybe? Regards, ismail On Fri, Jun 4, 2010 at 1:12 PM, Rajendra Prasad Murakonda < rajendra.pra...@gmail.com> wrote: > > On Fri, Jun 4, 2010 at 1:44 PM, İsmail Dönmez wrote: > >> GTK needs a patch similar to >> https://svn.pardu

Re: [webkit-qt] Qt Webkit 4.5.3 and Flash

2010-06-04 Thread Rajendra Prasad Murakonda
On Fri, Jun 4, 2010 at 3:44 PM, İsmail Dönmez wrote: > protected is a keyword in C++, you can try to manually rename that maybe? AFAIK, it is nothing to do with the protected keyword. The error lies somewhere else. And most importantly I can't modify the gtk header files. Thanks a lot, Raj ___

Re: [webkit-qt] Qt Webkit 4.5.3 and Flash

2010-06-04 Thread Rajendra Prasad Murakonda
On Fri, Jun 4, 2010 at 1:44 PM, İsmail Dönmez wrote: > GTK needs a patch similar to > https://svn.pardus.org.tr/pardus/tags/2007-EOL/desktop/gnome/gtk2/files/flash-player-busyloop.patch > . > Or you can call gtk_init in your application. > > That's great to know. But, unfortunately, I am unable

Re: [webkit-qt] Qt Webkit 4.5.3 and Flash

2010-06-04 Thread İsmail Dönmez
GTK needs a patch similar to https://svn.pardus.org.tr/pardus/tags/2007-EOL/desktop/gnome/gtk2/files/flash-player-busyloop.patch . Or you can call gtk_init in your application. Regards, ismail On Fri, Jun 4, 2010 at 11:10 AM, Rajendra Prasad Murakonda < rajendra.pra...@gmail.com> wrote: > I have

[webkit-qt] Qt Webkit 4.5.3 and Flash

2010-06-04 Thread Rajendra Prasad Murakonda
I have been trying to run flash videos in QWebPage. With WebSettings::PluginsEnabled set to true, it works seamlessly in Windows XP. But I am unable to make it work in RHEL 4 server. If I try with flash player plugin 10 or 7 in Linux, a small image shows up instead of Flash in QWebPage. If I try F