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'
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
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
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
> 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
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
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
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::
---
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
---
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
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
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
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
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:/
> 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
15 matches
Mail list logo