Hey all,
I've been following the Getting Started tutorial on techbase and it works great.
Since then, I've been trying to use QHttp and other Qt classes in my
main.js file but the plasmoid fails. I'm trying to download an xml
file such as in this amarok script example:
http://amarok.kde.org/forum/
Hi,
I found I can't add Google Gadget into plasma any more. Google Gadget in
plasma uses Plasma::Package::registerPackage to add gadgets into plasma. It
used to work.
I saw there is another method installPackage in Plasma::Package. Should it
be used instead of registerPackage? One more thing I a
celeste, I think you meant to send this to plasma-devel, not panel-devel. :)
I'm not sure who's still subscribed to both, so I'll forward it on.
-- Forwarded Message --
Subject: Kickoff Apps Regoranization
Date: July 21, 2009
From: Celeste Lyn Paul
To: panel-de...@kde.org
CC:
Hello all,
I had some questions about the new apps organization in Kickoff. Previously,
applications were organized in a single top-level category. Now, applications
are organized under 2 levels of categories. I was wondering what prompted the
change? The only documentation I've found is here
> On 2009-07-21 18:37:25, Marco Martin wrote:
> > I like the idea,since doesn't make sense a new plasma widget for every
> > conceivale thing, i think adding the possibility (just for c++ ones?) of
> > putting a subclass in does make the thing more flexible while not putting
> > too many expor
---
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.kde.org/r/1094/#review1705
---
I like the idea,since doesn't make sense a new plasma widget for every
On Tue, Jul 21, 2009 at 8:00 PM, Diego Casella ([Po]lentino) <
polentino...@gmail.com> wrote:
>
> -- Messaggio inoltrato --
>> From: Shantanu Tushar Jha
>> To: plasma-devel@kde.org
>> Date: Tue, 21 Jul 2009 18:59:49 +0530
>> Subject: Re: Plasma-devel Digest, Vol 13, Issue 55
>>
>>
Richard, thank you very much.
'nativeWidget'... That is so barefacedly obvious... My perceptivity is poor. :|
Thank you again.
I'm sorry for wasting your time.
---
Mateusz Szubart
> KTextEdit has a toPlainText method:
>
> $ rbqtapi -rkorundum4 -p KDE::TextEdit |grep -i plain
> void QTextEdit::
---
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.kde.org/r/1094/
---
Review request for Plasma and Marco Martin.
Summary
---
This patch adds pos
On July 21, 2009 08:20:36 Sebastian Kügler wrote:
> On Tuesday 21 July 2009 16:57:06 Artur Souza (MoRpHeUz) wrote:
> > http://techbase.kde.org/Projects/Plasma/Tokamak3
>
> One note, the meeting is planned for one whole week. While I think it's
> total fun do hack for one week, it'll also cost some
On Tue, Jul 21, 2009 at 3:55 PM, HB wrote:
> Thank you Richard.
> I wonder whether there is a possibility to get plain text from
> Plasma::TextEdit?
> As I see Plasma::TextEdit and Plasma::LineEdit are only 'text input'
> widgets.
> LineEdit isn't multiline, so is not suitable.
KTextEdit has a toPl
On Tuesday 21 July 2009 16:57:06 Artur Souza (MoRpHeUz) wrote:
> http://techbase.kde.org/Projects/Plasma/Tokamak3
One note, the meeting is planned for one whole week. While I think it's total
fun do hack for one week, it'll also cost some of us quite some vacation days.
Which days are we making
On Tuesday 21 July 2009 16:57:06 Artur Souza (MoRpHeUz) wrote:
> - People that needs a VISA (Just Ivan?);
For Ivan, I'm on it. If anybody else needs an invitation, let me know ASAP
please.
--
sebas
http://www.kde.org | http://vizZzion.org | GPG Key ID: 9119 0EF9
signature.asc
Description: Thi
Hello everybody :)
Tokamak 3 is right around the corner and we still need to finish some bits like:
- Everybody that plans to go have to fill the information on techbase asap:
http://techbase.kde.org/Projects/Plasma/Tokamak3
- Price of the train tickets;
- People that needs a VISA (Just Ivan?)
Thank you Richard.
I wonder whether there is a possibility to get plain text from
Plasma::TextEdit?
As I see Plasma::TextEdit and Plasma::LineEdit are only 'text input'
widgets.
LineEdit isn't multiline, so is not suitable.
---
Mateusz Szubart
> On Tue, Jul 21, 2009 at 1:46 PM, HB wrote:
>> > Hel
> -- Messaggio inoltrato --
> From: Shantanu Tushar Jha
> To: plasma-devel@kde.org
> Date: Tue, 21 Jul 2009 18:59:49 +0530
> Subject: Re: Plasma-devel Digest, Vol 13, Issue 55
>
>
> On Tue, Jul 21, 2009 at 3:28 PM, Diego Casella ([Po]lentino) <
> polentino...@gmail.com> wrote:
>
>>
On Tuesday 21 July 2009, Aaron J. Seigo wrote:
> On Monday 20 July 2009, David Faure wrote:
> > On Saturday 11 July 2009, Michael Jansen wrote:
> > > SVN commit 994994 by mjansen:
> > >
> > > Fix runtime warning:
> > >
> > > type=Qt::AutoConnection) at
> > > /home/mjansen/kde/trunk/src/qtmaster
On Tuesday 21 July 2009, Lucas Murray wrote:
> On Tue, Jul 21, 2009 at 11:59 AM, Lucas Murray
wrote:
> > The property would look something like: _KDE_SLIDE = {x1, y1, x2, y2,
> > direction} where the two coordinates must be either exactly horizontal
> > or vertical and the direction is 0 for comin
On Tue, Jul 21, 2009 at 1:46 PM, HB wrote:
> Hello,
>
> Is there any way to get plain text from Plasma::TextEdit?
>
> Plasma::TextEdit is child of KTextEdit, which is child of QTextEdit (right?)
>
> So, Plasma::TextEdit should have method toPlainText()
>
> I'm writing in Ruby, but in comments I hav
On Tue, Jul 21, 2009 at 3:28 PM, Diego Casella ([Po]lentino) <
polentino...@gmail.com> wrote:
>
> On Mon, Jul 20, 2009 at 7:29 PM, Yuen Hoe Lim wrote:
>>
>>> Yep, it doesn't seem to accept regular expressions - but a string
>>> containing every permitted character..
>>>
>>>
>>> http://api.kde.org
Hello,
Is there any way to get plain text from Plasma::TextEdit?
Plasma::TextEdit is child of KTextEdit, which is child of QTextEdit (right?)
So, Plasma::TextEdit should have method toPlainText()
I'm writing in Ruby, but in comments I have placed C++ code (but not
checked it)
This is my code:
> On Mon, Jul 20, 2009 at 7:29 PM, Yuen Hoe Lim wrote:
>
>> Yep, it doesn't seem to accept regular expressions - but a string
>> containing every permitted character..
>>
>>
>> http://api.kde.org/4.x-api/kdelibs-apidocs/kdeui/html/classKRestrictedLine.html#f30d883fc60f67be39e8ffa039842cd6
>>
>> I'
On Tuesday 21 July 2009, Aaron J. Seigo wrote:
> On Monday 20 July 2009, Marco Martin wrote:
> > windows should be clipped to look as they come from the panel, and not
> > slide over it, is there another way to achieve that?
> > maybe if it slides under the panel could make sense, not sure,hmm
>
>
Aaron J. Seigo 写道:
On Saturday 18 July 2009, 潘卫平(Peter Pan) wrote:
Any comments are warmly welcomed!
how about using the standard plasma busy animation? no need for new icons and
it will be consistent with everything else.
--
On Monday 20 July 2009 20:44:32 Aaron J. Seigo wrote:
> On Sunday 19 July 2009, Carsten Niehaus wrote:
> > Moin moin
> >
> > > > > I don't think having such a library in kdelibs is such a bad idea,
> > > > > actually.
> > > > >
> > > > > By policy, we usually require at least 2 users of the library
25 matches
Mail list logo