Re: Re: kqmlgraphplugin -- a QML plugin to render beautiful and interactive graphs

2014-02-03 Thread Andreas Cord-Landwehr
On Tuesday 28 January 2014 23:26:58 Albert Astals Cid wrote: > > I think the code is pretty stable. It's used inside KTouch without any > > problems since KDE 4.10. > > > > I'm less sure about how the release should be done and there these > > components fits in. Should this plugin be distributed

Re: kqmlgraphplugin -- a QML plugin to render beautiful and interactive graphs

2014-01-30 Thread Sebastian Gottfried
Hi, > > So maybe "KDE QtQuick Charts" as the official name and "kdeqtquickcharts" > > for the repository? > > kqtquickcharts? That's better. More concise. So be it. Best regards, Sebastian

Re: kqmlgraphplugin -- a QML plugin to render beautiful and interactive graphs

2014-01-30 Thread Sebastian Gottfried
Hi, > > Cool project, I really missed such a component a while back (I actually > wrote my own back then, which was less nice than yours). The code looks > sane too from a quick look, so I'm all for moving it to extragear (although > I'm not exactly an expert for sane code). Thanks! > > It doesn

Re: kqmlgraphplugin -- a QML plugin to render beautiful and interactive graphs

2014-01-30 Thread Inge Wallin
On Wednesday, January 29, 2014 22:53:59 Sven Brauch wrote: > Hi! > > Cool project, I really missed such a component a while back (I actually > wrote my own back then, which was less nice than yours). The code looks > sane too from a quick look, so I'm all for moving it to extragear (although > I'm

Re: kqmlgraphplugin -- a QML plugin to render beautiful and interactive graphs

2014-01-29 Thread Albert Astals Cid
El Dimecres, 29 de gener de 2014, a les 09:03:17, Sebastian Gottfried va escriure: > Hi, > > > > I'm less sure about how the release should be done and there these > > > components fits in. Should this plugin be distributed on its own or as > > > part > > > of something bigger? > > > > Good, que

Re: kqmlgraphplugin -- a QML plugin to render beautiful and interactive graphs

2014-01-29 Thread Albert Astals Cid
El Dimecres, 29 de gener de 2014, a les 08:55:01, Sebastian Gottfried va escriure: > Hi, > > > > If this uses QtQuick I would suggest that it be part of the name. > > > > > > QML is a more generic term, used for thing that can be used by a QML > > > engine. Usually components without UI, like da

Re: kqmlgraphplugin -- a QML plugin to render beautiful and interactive graphs

2014-01-29 Thread Sven Brauch
Hi! Cool project, I really missed such a component a while back (I actually wrote my own back then, which was less nice than yours). The code looks sane too from a quick look, so I'm all for moving it to extragear (although I'm not exactly an expert for sane code). It doesn't seem to be design

Re: kqmlgraphplugin -- a QML plugin to render beautiful and interactive graphs

2014-01-29 Thread Sebastian Gottfried
Hi, > > If this uses QtQuick I would suggest that it be part of the name. > > > > QML is a more generic term, used for thing that can be used by a QML > > engine. Usually components without UI, like data sources, sensors, > > models, timers etc. Things that can be used outside a UI context or wit

Re: kqmlgraphplugin -- a QML plugin to render beautiful and interactive graphs

2014-01-29 Thread Sebastian Gottfried
Hi Inge, > What's your long term plan for this module? I have been looking for a > better chart module for the calligra charts for some time. The current one > is good bug strictly 2D only. If you are interested in adding more chart > types then we are interested in using it. > > But for that t

Re: kqmlgraphplugin -- a QML plugin to render beautiful and interactive graphs

2014-01-29 Thread Percy Camilo TriveƱo Aucahuasi
Hi Sebastian, On 28/01/14 05:51, Sebastian Gottfried wrote: Hi David, I don't want to start a naming bikeshed so if it is already too late to consider renaming, just dismiss these comments: No, that's still okay. Nothing is set in stone yet. The first thing I thought of when I read the name

Re: kqmlgraphplugin -- a QML plugin to render beautiful and interactive graphs

2014-01-29 Thread Inge Wallin
On Tuesday, January 28, 2014 23:26:58 Albert Astals Cid wrote: > El Dissabte, 25 de gener de 2014, a les 12:17:05, Sebastian Gottfried va > > escriure: > > Hi everyone, > > Hi > > > some time ago I was in need for a graphing component for my application > > (KTouch). As the applications UI is do

Re: kqmlgraphplugin -- a QML plugin to render beautiful and interactive graphs

2014-01-28 Thread Albert Astals Cid
El Dissabte, 25 de gener de 2014, a les 12:17:05, Sebastian Gottfried va escriure: > Hi everyone, Hi > some time ago I was in need for a graphing component for my application > (KTouch). As the applications UI is done entirely in QML, I was looking for > an QML component to do so. Since there wa

Re: kqmlgraphplugin -- a QML plugin to render beautiful and interactive graphs

2014-01-28 Thread Albert Astals Cid
El Dimarts, 28 de gener de 2014, a les 19:47:59, Kevin Krammer va escriure: > On Tuesday, 2014-01-28, 11:51:06, Sebastian Gottfried wrote: > > Hi David, > > > > > I don't want to start a naming bikeshed so if it is already too late > > > > > to consider renaming, just dismiss these comments: > >

Re: kqmlgraphplugin -- a QML plugin to render beautiful and interactive graphs

2014-01-28 Thread Kevin Krammer
On Tuesday, 2014-01-28, 11:51:06, Sebastian Gottfried wrote: > Hi David, > > > I don't want to start a naming bikeshed so if it is already too late > > > to consider renaming, just dismiss these comments: > No, that's still okay. Nothing is set in stone yet. > > > The first thing I thought of wh

Re: kqmlgraphplugin -- a QML plugin to render beautiful and interactive graphs

2014-01-28 Thread Sebastian Gottfried
Hi David, > I don't want to start a naming bikeshed so if it is already too late > to consider renaming, just dismiss these comments: No, that's still okay. Nothing is set in stone yet. > > The first thing I thought of when I read the name of the plugin is > that it did graph rendering, like OGDF

Re: kqmlgraphplugin -- a QML plugin to render beautiful and interactive graphs

2014-01-28 Thread David Narvaez
On Sat, Jan 25, 2014 at 6:17 AM, Sebastian Gottfried wrote: > Hi everyone, > > some time ago I was in need for a graphing component for my application > (KTouch). As the applications UI is done entirely in QML, I was looking for an > QML component to do so. Since there was no satisfactory of-the-s

kqmlgraphplugin -- a QML plugin to render beautiful and interactive graphs

2014-01-27 Thread Sebastian Gottfried
Hi everyone, some time ago I was in need for a graphing component for my application (KTouch). As the applications UI is done entirely in QML, I was looking for an QML component to do so. Since there was no satisfactory of-the-shelf solution I decided to implement my own graphs. Currently, the