Re: Review Request: WebView Kinetic Scrolling

2009-10-03 Thread Kenneth Christiansen
> api wise of course it doesn't have much, because as our plasma one just wraps > the most useful functions of qwebframe and qwebpage,, however just taking a > quick look... I saw that you have added some extra API like setHorizontalScroll or something similar. If you have some extra methods that

Re: Review Request: configurable default mouse plugins

2009-10-03 Thread Chani
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1760/ --- (Updated 2009-10-04 00:09:12.849772) Review request for Plasma. Changes --

Re: X-KDE-PluginInfo-Depends

2009-10-03 Thread Thomas Olsen
On 3/10-2009 20:58 "Aaron J. Seigo" wrote: > On October 3, 2009, Thomas Olsen wrote: > > Is X-KDE-PluginInfo-Depends used in .metadata file > > not really; it's part of the feature set KPluginInfo can offer but we don't > use it. > OK - thanks. I'll leave it alone :-) -- Best Regards / Med ve

Re: ruby - webview

2009-10-03 Thread Petr Sigut
Works, great! I will try the kde-bindings mailinglist next time... Gracias:) > WebView::setUrl requires a KUrl. So obviously QUrl will not work. > > url = KDE::Url.new 'http://kde.org/' > web = Plasma::WebView.new > web.url = url > => #http://kde.org/";, protocol="http"> > > qurl = Qt::Url.new '

Re: ruby - webview

2009-10-03 Thread David Palacio
On Sábado 03 Octubre 2009 11:41:24 Petr Sigut escribió: > Hi all! > > I am trying to make simple Plasma Ruby Web Applet, i followed this outdated > tutorial: > > http://techbase.kde.org/Development/Tutorials/Plasma/RubyApplet > > and modified it, but I am unable to use url method, the method is

Review Request: WebView Kinetic Scrolling

2009-10-03 Thread igorto
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1764/ --- Review request for Plasma, Aaron Seigo, Marco Martin, and Adenilson Cavalcanti.

Re: ruby - webview

2009-10-03 Thread Aaron J. Seigo
On October 3, 2009, Petr Sigut wrote: > web = Plasma::WebView.new() > web.url = Qt::Url.new("http://dot.kde.org/";) can you call web.setUrl(Qt::Url.new("http://dot.kde.org";))? these questions with bindings may be better answered on the bindings list. -- Aaron J. Seigo humru othro a kohnu se GP

Re: X-KDE-PluginInfo-Depends

2009-10-03 Thread Aaron J. Seigo
On October 3, 2009, Thomas Olsen wrote: > Is X-KDE-PluginInfo-Depends used in .metadata file not really; it's part of the feature set KPluginInfo can offer but we don't use it. -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE cor

Review Request: restore all applet config options whel loading from a different config file

2009-10-03 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1765/ --- Review request for Plasma. Summary --- ok, this is ugly, perhaps there is a

ruby - webview

2009-10-03 Thread Petr Sigut
Hi all! I am trying to make simple Plasma Ruby Web Applet, i followed this outdated tutorial: http://techbase.kde.org/Development/Tutorials/Plasma/RubyApplet and modified it, but I am unable to use url method, the method is undefined web = Plasma::WebView.new() web.url = Qt::Url.new("http://do

Re: Review Request: WebView Kinetic Scrolling

2009-10-03 Thread Marco Martin
On Saturday 03 October 2009, Kenneth Christiansen wrote: > Would be cool if you guys could have a look at the QGraphicsWebView in > WebKit trunk, so we can get feedback on the API before we release it > with Qt 4.6. api wise of course it doesn't have much, because as our plasma one just wraps the

Re: Review Request: WebView Kinetic Scrolling

2009-10-03 Thread Kenneth Christiansen
Would be cool if you guys could have a look at the QGraphicsWebView in WebKit trunk, so we can get feedback on the API before we release it with Qt 4.6. Cheers, Kenneth On Sat, Oct 3, 2009 at 10:16 AM, Marco Martin wrote: > > --- > This is

X-KDE-PluginInfo-Depends

2009-10-03 Thread Thomas Olsen
Hi Is X-KDE-PluginInfo-Depends used in .metadata file and if so how and what format? -- Best Regards / Med venlig hilsen Thomas Olsen ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: WebView Kinetic Scrolling

2009-10-03 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1764/#review2534 --- Ship it! apart a couple of stye issues it's ok trunk/KDE/kdelibs/pl

Re: Initial size and aspect ratio

2009-10-03 Thread Jacopo De Simoi
> > Speaking of which, it would be nice if a popupApplet had a way to > > /remember/ its preferred AspectRatioMode; in fact last time I checked, > > it already does. > Ah, the joys of trunk! ___ Plasma-devel mailing list Plasma-devel@kde.org https://ma

Re: Review Request: Delays ensureRectVisible() to allow the widget to resize

2009-10-03 Thread Giulio Camuffo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1759/ --- (Updated 2009-10-03 08:17:56.459735) Review request for Plasma, Aaron Seigo and