Re: Konsole Plasmoid

2009-05-12 Thread Simon St James
Hi Jared, On Wednesday 13 May 2009 06:25:17 Jared Kells wrote: > Thanks Aaron, > > I would like to put it in kdeplasma-addons and I would like to maintain it. > I have a working Konsole Plasmoid going now. > > I will review / tidy my code and submit it to this list. > > Kind Regards > Jared Kells

Re: Get url list

2009-05-12 Thread SUJITH H
Aaron J. Seigo wrote: On Tuesday 12 May 2009, SUJITH H wrote: I am able to iterate the row's. But have no clue how to retrieve the url of that sorted Favorite item :( KUrl url = childData->data(Kickoff::UrlRole); I am getting segmentation fault when I run 'plasmoidviewer launcher'

Re: Konsole Plasmoid

2009-05-12 Thread Aaron J. Seigo
On Tuesday 12 May 2009, Jared Kells wrote: > I will review / tidy my code and submit it to this list. terrific, i look forward to seeing the fruits of your labours. welcome to KDE and Plasma :) -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7

RE: Konsole Plasmoid

2009-05-12 Thread Jared Kells
Thanks Aaron, I would like to put it in kdeplasma-addons and I would like to maintain it. I have a working Konsole Plasmoid going now. I will review / tidy my code and submit it to this list. Kind Regards Jared Kells -Original Message- From: Aaron J. Seigo [mailto:ase...@kde.org] Sent:

Re: Konsole Plasmoid

2009-05-12 Thread Aaron J. Seigo
On Tuesday 12 May 2009, Kells, Jared wrote: > An outstanding bug in Konsole has been fixed so we can now embed Konsole > in a plasmoid. cool :) > I would like to contribute a simple Konsole plasmoid to kde. How should > I do it? > > Should I request an svn account and put it up in playground? kde

Konsole Plasmoid

2009-05-12 Thread Kells, Jared
Hi Plasma Developers, An outstanding bug in Konsole has been fixed so we can now embed Konsole in a plasmoid. I would like to contribute a simple Konsole plasmoid to kde. How should I do it? Should I request an svn account and put it up in playground? kdereview? Or should I put it up

Re: bug count target for 4.3

2009-05-12 Thread Aaron J. Seigo
On Sunday 10 May 2009, Aaron J. Seigo wrote: > right now we have 482 open bug reports. as a quick update: we are now under 450! lots of duplicates and other junk, but also a lot of entries that are relatively easy to fix as well. i think 300 is indeed within reach :) -- Aaron J. Seigo humru o

Re: Review Request: Patch to add free space indicator into device notifier plasmoid

2009-05-12 Thread martin . klapetek
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/632/ --- (Updated 2009-05-12 14:28:58.368810) Review request for Plasma. Changes ---

Re: Review Request: Patch to add free space indicator into device notifier plasmoid

2009-05-12 Thread martin . klapetek
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/632/ --- (Updated 2009-05-12 14:20:43.202183) Review request for Plasma. Changes ---

Re: Get url list

2009-05-12 Thread Aaron J. Seigo
On Tuesday 12 May 2009, SUJITH H wrote: > I am able to iterate the row's. But have no clue how to retrieve the url > of that sorted Favorite item :( KUrl url = childData->data(Kickoff::UrlRole); -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7

Re: Get url list

2009-05-12 Thread SUJITH H
Aaron J. Seigo wrote: On Monday 11 May 2009, SUJITH H wrote: Can anyone help me how to get the url list of the sorted item in launcher applet? KUrl::List urls; foreach (QuicklaunchIcon *icon, m_icons) { urls << icon->url(); } Ok I think my explanation wasn't sufficient. My int