Re: PlasMate ~ UI and other stuff

2009-10-23 Thread Yuen Hoe Lim
aah, ok cool makes sense :) Jason "moofang" Lim Yuen Hoe http://yuenhoe.co.cc/ On Sat, Oct 24, 2009 at 4:22 AM, Chani wrote: > On October 23, 2009 01:18:11 Yuen Hoe Lim wrote: > > > you really work like that?? one file at a time? o.0 > > > > No no that's not what I meant xD And no I don'

Re: plasmapkg -r failed

2009-10-23 Thread Thomas Olsen
On 23/10-2009 21:57 Chani wrote: > On October 23, 2009 04:07:19 Thomas Olsen wrote: > > I was fiddling with my Currency Converter Plasmoid and suddenly I > > couldn't install it with "plasmapkg -i currency-converter-0.3.plasmoid". > > I already had run "plasmapkg -r currency-converter" but tried t

Re: Plasmoid : buttons of the configuration window

2009-10-23 Thread Chani
On October 22, 2009 13:21:33 kakashi-sempaii wrote: > Hello, > I'm developing a plasmoid and have some problem with the configuration > window that appears with a right clic : only the buttons "help", "OK" and > "Cancel" are enabled, and not the button "default settings". > I have tried the follo

Re: PlasMate ~ UI and other stuff

2009-10-23 Thread Chani
On October 23, 2009 01:18:11 Yuen Hoe Lim wrote: > > you really work like that?? one file at a time? o.0 > > No no that's not what I meant xD And no I don't and can't work like that :) > I meant being able to have all the files open at the same time with unsaved > changes strewn all over the place

Re: How to get Akonadi notes onto Plasma?

2009-10-23 Thread Chani
> Long term view is replace/augment the current notes plasmoid, and also try > to do more data sharing with other note taking solutions on KDE. > > Right now though, my priority is a demo by the middle of next week :) > > > Any more thoughts on the plan and intentions above? +1 :) sharing is g

Re: plasmapkg -r failed

2009-10-23 Thread Chani
On October 23, 2009 04:07:19 Thomas Olsen wrote: > I was fiddling with my Currency Converter Plasmoid and suddenly I couldn't > install it with "plasmapkg -i currency-converter-0.3.plasmoid". I already > had run "plasmapkg -r currency-converter" but tried to do it again to no > avail as the error

Re: How to get Akonadi notes onto Plasma?

2009-10-23 Thread Stephen Kelly
Hi, busy day. Aaron J. Seigo wrote: > On October 22, 2009, Stephen Kelly wrote: >> In Akonadi I just create an EntityTreeModel which has api for all of that >> stuff. If I can forward those calls to plasma somehow, that would be >> good, but I need a starting point. Do I create my model in a App

Plasmoid : buttons of the configuration window

2009-10-23 Thread kakashi-sempaii
Hello, I'm developing a plasmoid and have some problem with the configuration window that appears with a right clic : only the buttons "help", "OK" and "Cancel" are enabled, and not the button "default settings". I have tried the following : Code: parent->setButtons( KDialog::Default | KDialog::

Re: Review Request: Small fixes

2009-10-23 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1939/#review2785 --- Ship it! looks good. - Aaron On 2009-10-23 11:09:21, Petri Damstén

Review Request: Small fixes

2009-10-23 Thread Petri Damstén
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1939/ --- Review request for Plasma. Summary --- * Add support to load PopupApplet an

plasmapkg -r failed

2009-10-23 Thread Thomas Olsen
I was fiddling with my Currency Converter Plasmoid and suddenly I couldn't install it with "plasmapkg -i currency-converter-0.3.plasmoid". I already had run "plasmapkg -r currency-converter" but tried to do it again to no avail as the error message said that it wasn't installed. It turned out th

Re: Button->setIcon

2009-10-23 Thread Thomas Olsen
On 23/10-2009 12:16 Marco Martin wrote: > On Friday 23 October 2009, Thomas Olsen wrote: > > Just noticed that in PyKDE4 this [1] doesn't work: > > > > self.collapse_button = Plasma.PushButton() > > self.collapse_button.setIcon(KIcon("arrow-down")) > > > > but this does: > > > > self.c

Re: Button->setIcon

2009-10-23 Thread Marco Martin
On Friday 23 October 2009, Thomas Olsen wrote: > Just noticed that in PyKDE4 this [1] doesn't work: > > self.collapse_button = Plasma.PushButton() > self.collapse_button.setIcon(KIcon("arrow-down")) > > but this does: > > self.collapse_button = Plasma.PushButton() > self.collapse

Button->setIcon

2009-10-23 Thread Thomas Olsen
Just noticed that in PyKDE4 this [1] doesn't work: self.collapse_button = Plasma.PushButton() self.collapse_button.setIcon(KIcon("arrow-down")) but this does: self.collapse_button = Plasma.PushButton() self.collapse_button.nativeWidget().setIcon(KIcon("arrow-down")) [1] http:/

Re: PlasMate ~ UI and other stuff

2009-10-23 Thread Yuen Hoe Lim
> you really work like that?? one file at a time? o.0 > No no that's not what I meant xD And no I don't and can't work like that :) I meant being able to have all the files open at the same time with unsaved changes strewn all over the place - but being able to save the files one at a time. ie - c