Re: Using kqmlgraphplugin in Plasma Next

2014-02-04 Thread Mark Gaiser
On Tue, Feb 4, 2014 at 2:51 PM, Aaron J. Seigo wrote: > On Saturday, February 1, 2014 16:24:57 Sebastian Kügler wrote: >> > For a real hardware accelerates canvas you should open up Chrome and >> > go to this link: http://fhtr.org/gravityring/sprites.html I doubt that >> > would be possible with t

Re: Using kqmlgraphplugin in Plasma Next

2014-02-04 Thread Aaron J. Seigo
On Saturday, February 1, 2014 16:24:57 Sebastian Kügler wrote: > > For a real hardware accelerates canvas you should open up Chrome and > > go to this link: http://fhtr.org/gravityring/sprites.html I doubt that > > would be possible with the same performance in the QML canvas ;) > > This is entire

Re: Using kqmlgraphplugin in Plasma Next

2014-02-02 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-02-01 Thread Sebastian Kügler
Hi, On Friday, January 31, 2014 21:34:47 Mark Gaiser wrote: > > > > 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

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 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 Sebastian Kügler
On Friday, January 31, 2014 14:56:24 Mark Gaiser wrote: > 2. The Qt4 based graph-plugin from sebas with quite a bit of features. Not me, but Sebastian Gottfried. -- sebas http://www.kde.org | http://vizZzion.org | GPG Key ID: 9119 0EF9

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