Re: Workaround in WebView...

2010-03-22 Thread Alexis Ménard
arf sorry wrong copy paste here is the report https://bugs.webkit.org/show_bug.cgi?id=36436 On Tue, Mar 23, 2010 at 10:47 AM, Alexis Ménard wrote: > There are two crashes because of this workaround. > > One in QGV is fixed and is on its way to 4.6.3 > > The other is reported : > > https://bugs.k

Re: Workaround in WebView...

2010-03-22 Thread Alexis Ménard
There are two crashes because of this workaround. One in QGV is fixed and is on its way to 4.6.3 The other is reported : https://bugs.kde.org/show_bug.cgi?id=227639 It would be nice if the original writer of the workaround can help the guys of QtWebkit. I'm kinda busy right now. Next time when

Plasma Javascript Bindings inside QML

2010-03-22 Thread Alexis Ménard
Hello, I just wonder which part of the Plasma bindings we want to put into QML : http://techbase.kde.org/Development/Tutorials/Plasma/JavaScript/API All the UI related stuff is pretty much useless because QML provides those facilities. It would be nice to have a list so we can think about what w

Re: netbook reference, the polishing details

2010-03-22 Thread Riccardo Iaconelli
On Monday 22 March 2010 11:03:52 Will Stephenson wrote: > A) Netbook users who just want one interface that works well. > > B) Netbook users who want to use p-d with an external monitor > > C) Netbook users who primarily use p-n but are curious about p-d > > D) Developers and testers who sometim

Re: XML layouts for onscreen keyboard

2010-03-22 Thread Will Stephenson
On Sunday 21 March 2010 17:12:25 Björn Ruberg wrote: > I'm reworking the onscreen keyboard we already have in 4.4. One of the big > improvements is that I want to come away from hard coded key layouts and > use something (user-) configuerable. So it would be very easy to add a > layout for mobile p

Re: netbook reference, the polishing details

2010-03-22 Thread Will Stephenson
On Friday 19 March 2010 19:49:32 Marco Martin wrote: > so when the netbook ui starts send quit to krunner, hmm, this should be > done all the times... > there should probably be a global configuration switch that would be hitted > by the workspace config module. > and herewe go in one of my pet a

Re: Workaround in WebView...

2010-03-22 Thread Marco Martin
On Monday 22 March 2010, Marco Martin wrote: > On Monday 22 March 2010, Alexis Ménard wrote: > > Hello, > > > > > > May i know where was the crash? Because i'm sure the workaround is not > > needed anymore... > > > > QVariant WebView::itemChange(GraphicsItemChange change, const QVariant > > &val

Re: Workaround in WebView...

2010-03-22 Thread Will Stephenson
On Monday 22 March 2010 10:37:08 Marco Martin wrote: > On Monday 22 March 2010, Alexis Ménard wrote: > > Hello, > > > > > > May i know where was the crash? Because i'm sure the workaround is not > > needed anymore... > > > > QVariant WebView::itemChange(GraphicsItemChange change, const QVariant

Re: Workaround in WebView...

2010-03-22 Thread Marco Martin
On Monday 22 March 2010, Alexis Ménard wrote: > Hello, > > > May i know where was the crash? Because i'm sure the workaround is not > needed anymore... > > QVariant WebView::itemChange(GraphicsItemChange change, const QVariant > &value) { > if (change == QGraphicsItem::ItemSceneHasChanged) {

Re: [PATCH] Add option of adding new playlists to Plasma Media Center

2010-03-22 Thread Christophe Olinger
Concerning the Media Center, I am also currently doing a lot of hacking on it. Basically I am trying to see how one can use the media center on a smaller screen. My first idea was to use a screen edge widget (at the moment I call it combinedControl and it sits at the bottom) which listens to what t