Re: Using kqmlgraphplugin in Plasma Next

2014-01-31 Thread Mark Gaiser
> Canvas based: I have no experience with that but I guess performance is should > be better than with QPaintedItem, since it directly renders to a GPU > framebuffer and painting can be done in an separate thread. As far as i know both (canvas and qpainter) are software rendered. However, canvas

Re: Using kqmlgraphplugin in Plasma Next

2014-01-31 Thread Sebastian Gottfried
Hi > Currently I am working on a QML Canvas based SignalPlotter, to replace > the old Plasma1SignalPlotter which is KSignalPlotter and > QGraphicWidget based. My SignalPlotter is in bshah/plotter-qml branch > of plasma-framework > (src/declarativeimports/plasmaextracomponents/SignalPlotter.qml) Con

Re: Using kqmlgraphplugin in Plasma Next

2014-01-31 Thread Bhushan Shah
On Fri, Jan 31, 2014 at 7:51 PM, Bhushan Shah wrote: > I already have working port of kqmlgraphplugin, (Surprise? :D) by working I mean I can compile it.. Not actually working.. -- Bhushan Shah http://bhush9.github.io IRC Nick : bshah on Freenode ___

Re: Using kqmlgraphplugin in Plasma Next

2014-01-31 Thread Bhushan Shah
Hello, On Fri, Jan 31, 2014 at 7:26 PM, Mark Gaiser wrote: > Porting the graph-plugin to Qt5 is likely going to take you a few days > depending on how much you work on it. I already have working port of kqmlgraphplugin, (Surprise? :D) Well yes some things are not working but yes, Porting is not

Re: Using kqmlgraphplugin in Plasma Next

2014-01-31 Thread Mark Gaiser
On Fri, Jan 31, 2014 at 5:34 AM, Bhushan Shah wrote: > To people from kde-core-devel: please keep me and plasma-devel in CC, > I am not subscribed to list > > Hello, > > Currently I am working on a QML Canvas based SignalPlotter, to replace > the old Plasma1SignalPlotter which is KSignalPlotter an

Using kqmlgraphplugin in Plasma Next

2014-01-30 Thread Bhushan Shah
To people from kde-core-devel: please keep me and plasma-devel in CC, I am not subscribed to list Hello, Currently I am working on a QML Canvas based SignalPlotter, to replace the old Plasma1SignalPlotter which is KSignalPlotter and QGraphicWidget based. My SignalPlotter is in bshah/plotter-qml b