Re: getting started with plasmoid development

2008-12-18 Thread D. R. Evans
Alex Merry said the following at 12/18/2008 11:19 AM : > > Dox are at http://api.kde.org/4.x-api/kdelibs- > apidocs/plasma/html/classPlasma_1_1SignalPlotter.html. > Documentation! Calloo, callay! I was beginning to think that it was a rite of passage to try to figure everything out by somehow

Re: getting started with plasmoid development

2008-12-18 Thread Alex Merry
On Thursday 18 December 2008 03:56:21 D. R. Evans wrote: > Aaron J. Seigo said the following at 12/17/2008 05:57 PM : > >> find an example of a python plasmoid that uses a SignalPlotter the way > >> that I could for the DataEngine, though, so I have nothing to steal and > >> no documentation to get

Re: getting started with plasmoid development

2008-12-17 Thread D. R. Evans
Aaron J. Seigo said the following at 12/17/2008 05:57 PM : > >> find an example of a python plasmoid that uses a SignalPlotter the way that >> I could for the DataEngine, though, so I have nothing to steal and no >> documentation to get an understanding of what SignalPlotter does and how to > >

Re: getting started with plasmoid development

2008-12-17 Thread Aaron J. Seigo
On Wednesday 17 December 2008, D. R. Evans wrote: > Aaron J. Seigo said the following at 12/15/2008 03:42 PM : > > so, the "Plasma Way" to do this would be to create a DataEngine that > > handles the NOAA part. it would download and parse the data for the > > Applet. the Applet would connect to it

Re: getting started with plasmoid development

2008-12-17 Thread D. R. Evans
Aaron J. Seigo said the following at 12/15/2008 03:42 PM : > > so, the "Plasma Way" to do this would be to create a DataEngine that handles > the NOAA part. it would download and parse the data for the Applet. the > Applet > would connect to it by doing something like (assuming you called your

Re: getting started with plasmoid development

2008-12-16 Thread Anne-Marie Mahfouf
On Tuesday 16 December 2008 00:27:20 D. R. Evans wrote: > I usually use kdevelop for development on KDE machines; is there anything > in particular I need to know about configuring kdevelop in order to use it > for building a plasmoid such as the one I mentioned earlier? > > Doc If you install kd

Re: getting started with plasmoid development

2008-12-15 Thread Aaron J. Seigo
On Monday 15 December 2008, D. R. Evans wrote: > I usually use kdevelop for development on KDE machines; is there anything > in particular I need to know about configuring kdevelop in order to use it > for building a plasmoid such as the one I mentioned earlier? not really; we don't have a kdevelo

Re: getting started with plasmoid development

2008-12-15 Thread D. R. Evans
I usually use kdevelop for development on KDE machines; is there anything in particular I need to know about configuring kdevelop in order to use it for building a plasmoid such as the one I mentioned earlier? Doc signature.asc Description: OpenPGP digital signature _

Re: getting started with plasmoid development

2008-12-15 Thread Aaron J. Seigo
On Monday 15 December 2008, D. R. Evans wrote: > Aaron J. Seigo said the following at 12/15/2008 03:04 PM : > > On Monday 15 December 2008, D. R. Evans wrote: > >> I want to write some plasmoids. However, it looks incredibly complicated > >> compared to (say) writing a superkaramba theme. > > > > w

Re: getting started with plasmoid development

2008-12-15 Thread D. R. Evans
Aaron J. Seigo said the following at 12/15/2008 03:04 PM : > On Monday 15 December 2008, D. R. Evans wrote: >> I want to write some plasmoids. However, it looks incredibly complicated >> compared to (say) writing a superkaramba theme. > > what sort of plasmoid(s) are you thinking of taking a crack

Re: getting started with plasmoid development

2008-12-15 Thread Aaron J. Seigo
On Monday 15 December 2008, D. R. Evans wrote: > I want to write some plasmoids. However, it looks incredibly complicated > compared to (say) writing a superkaramba theme. what sort of plasmoid(s) are you thinking of taking a crack at? > Is the information at > http://techbase.kde.org/Development

Re: getting started with plasmoid development

2008-12-15 Thread Alex Merry
On Monday 15 December 2008 20:57:33 D. R. Evans wrote: > I want to write some plasmoids. However, it looks incredibly complicated > compared to (say) writing a superkaramba theme. > > Is the information at > http://techbase.kde.org/Development/Tutorials/Plasma/GettingStarted > accurate? The first r

getting started with plasmoid development

2008-12-15 Thread D. R. Evans
I want to write some plasmoids. However, it looks incredibly complicated compared to (say) writing a superkaramba theme. Is the information at http://techbase.kde.org/Development/Tutorials/Plasma/GettingStarted accurate? The first requirement seems to be to install and get running the complete KDE