> 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
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
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
___
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
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
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