Re: plasmate 0.1alpha1

2010-02-10 Thread Shantanu Tushar Jha
On Thu, Feb 11, 2010 at 5:07 AM, Aaron J. Seigo wrote: > On February 9, 2010, Aaron J. Seigo wrote: > > * requested a tags/plasmate/ in svn from sys admin > > tagging has happened: > >http://websvn.kde.org/tags/plasmate/0.1-alpha1/ > > i've announced the release on my blog: > >htt

Re: plasmate 0.1alpha1

2010-02-10 Thread Yuen Hoe Lim
\o/ 404 not found for the tarball. > It's here: http://plasma.kde.org/plasmate/plasmate-0.1alpha1.tar.bz2 (Aaron I think the link on your post is also incorrect - extra hyphen :) Jason "moofang" Lim Yuen Hoe http://yuenhoe.co.cc/ ___ Plasma-devel

Re: plasmate 0.1alpha1

2010-02-10 Thread Patrick Aljord
On Tue, Feb 9, 2010 at 6:21 PM, Aaron J. Seigo wrote: >        http://plasma.kde.org/plasmate-0.1alpha1.tar.bz2 > > please test the tarball and report any failures. > 404 not found for the tarball. ___ Plasma-devel mailing list Plasma-devel@kde.org http

Re: plasmate 0.1alpha1

2010-02-10 Thread Aaron J. Seigo
On February 9, 2010, Aaron J. Seigo wrote: > * requested a tags/plasmate/ in svn from sys admin tagging has happened: http://websvn.kde.org/tags/plasmate/0.1-alpha1/ i've announced the release on my blog: http://aseigo.blogspot.com/2010/02/plasmate-01-alpha1.html we're off to t

Re: Help adding plasma in Skrooge

2010-02-10 Thread Aaron J. Seigo
On February 10, 2010, Guillaume DE BURE wrote: > Le Mardi 09 Février 2010 22:27:37, Marco Martin a écrit : > > On Tuesday 09 February 2010, Aaron J. Seigo wrote: > > > On February 9, 2010, Guillaume DE BURE wrote: > > > > Or maybe the whole thing could be a GSOC subject ? > > > > > > it would make

Re: Review Request: Fix crash in Weather plasma engine on resume from ram

2010-02-10 Thread Aurélien Gâteau
Sebastian Kügler wrote: > On Wednesday 10 February 2010 00:45:58 Aurélien Gâteau wrote: >> http://reviewboard.kde.org/r/2868/ > >> When resuming from ram, Weather engine crashes because it tries to free the >> forecast vector more than one time. The change here ensures one can run >> UKMETIon::res

Re: Review Request: Change the all Plasma::Animator::self to Plasma::Animator::create in FlashingLable class.

2010-02-10 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/2877/#review4122 --- Ship it! looks fine - Marco On 2010-02-10 21:13:10, loureiro wrote

Re: Help adding plasma in Skrooge

2010-02-10 Thread Guillaume DE BURE
Le Mardi 09 Février 2010 22:27:37, Marco Martin a écrit : > On Tuesday 09 February 2010, Aaron J. Seigo wrote: > > On February 9, 2010, Guillaume DE BURE wrote: > > > Or maybe the whole thing could be a GSOC subject ? > > > > it would make a good one, yes, especially if the goal was to create a >

Review Request: Change the all Plasma::Animator::self to Plasma::Animator::create in FlashingLable class.

2010-02-10 Thread loureiro . andrew
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/2877/ --- Review request for Plasma, Aaron Seigo, Marco Martin, igorto, Adenilson Cavalcant

Re: DataEngine for OpenStreetMap (with geolocation)

2010-02-10 Thread Aaron J. Seigo
On February 10, 2010, Friedrich Pülz wrote: > Hi, > > I'm the developer of publicTransport (data engine and applet in playground) > and want to provide the user with near stops to choose from. The > geolocation data engine provides latitude and longitude which can be used > to get information abou

DataEngine for OpenStreetMap (with geolocation)

2010-02-10 Thread Friedrich Pülz
Hi, I'm the developer of publicTransport (data engine and applet in playground) and want to provide the user with near stops to choose from. The geolocation data engine provides latitude and longitude which can be used to get information about things in the area near the user from openstreetmap

Re: Review Request: Fix crash in Weather plasma engine on resume from ram

2010-02-10 Thread Sebastian Kügler
On Wednesday 10 February 2010 00:45:58 Aurélien Gâteau wrote: > http://reviewboard.kde.org/r/2868/ > When resuming from ram, Weather engine crashes because it tries to free the > forecast vector more than one time. The change here ensures one can run > UKMETIon::reset() multiple times and one can

Re: Review Request: Fix crash in Weather plasma engine on resume from ram

2010-02-10 Thread Aurélien Gâteau
> On 2010-02-10 00:04:50, Shawn Starr wrote: > > Please commit, the other ions will also suffer this. Thanks for catching > > it. Im puzzled why its calling destructor twice though. I doubt the destructor is called twice. What might happen is reset() being called and then the destructor, or re