Crash with Python scripting

2009-01-18 Thread Luca Beltrame
Hello, while experimenting with the layout options provided by Plasma, I managed to get a reliable crash, 100% of the time. It seems that using a QGraphicsGridLayout causes a crash right when adding items. After further investigation, the problem arises when I exceed the size set in self.res

Re: Review Request: support brightness keys in the battery applet.

2009-01-18 Thread Matt Rogers
On Sunday 18 January 2009 13:10:11 you wrote: > On Sunday 18 January 2009 19:38:19 Aaron J. Seigo wrote: > > On Sunday 18 January 2009, Artur Souza (MoRpHeUz) wrote: > > > On Sun, Jan 18, 2009 at 11:50 AM, Michael Jansen > > > > > > > wrote: > > > > Why not use KActions here? Any reason for that?

Re: Plasma Applet Direction

2009-01-18 Thread Chani
On January 17, 2009 02:35:11 Marco Martin wrote: > On Friday 16 January 2009, Jamboarder wrote: > > > From: Aaron J. Seigo > > > hmm... let's brainstorm on this ... things that are "global" plasma > > > settings: > > > > > > * Plasma theme > > > * install/remove widgets > > > * per-virtual-desktop

Re: Review Request: support brightness keys in the battery applet.

2009-01-18 Thread Matt Rogers
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/335/ --- (Updated 2009-01-18 12:22:12.793310) Review request for Plasma. Summary -

Re: Questions about GroupManager and the lib TaskManager

2009-01-18 Thread Alain Boyer
Matthieu Gallien wrote: > Hello, > I really want to find time to contribute back to KDE because I really > appreciate all your work. So I am trying again to do some plasma related > contributions. > I hope to be able to find time to work on porting the tasks data engine to > the > GroupManager

Re: signal clicked()

2009-01-18 Thread Aaron J. Seigo
On Sunday 18 January 2009, Toussis Manolis wrote: > I wanted a pop up menu to select a tv channel instead of pressing <> many > times. my suggestion in that case would be to us a Plasma::ComboBox for the logo at the top in between the <> buttons. you can then just use addItem(logoPixmap) and the

Re: Review Request: support brightness keys in the battery applet.

2009-01-18 Thread Michael Jansen
On Sunday 18 January 2009 19:38:19 Aaron J. Seigo wrote: > On Sunday 18 January 2009, Artur Souza (MoRpHeUz) wrote: > > On Sun, Jan 18, 2009 at 11:50 AM, Michael Jansen > > wrote: > > > Why not use KActions here? Any reason for that? > > > > Actually KActions would do the job, yes... =) > > given

Re: Ruby Plasma Tutorial

2009-01-18 Thread Aaron J. Seigo
On Sunday 18 January 2009, Niels Slot wrote: > In the last week I've written a Plasma tutorial for Ruby. In the tutorial > the reader creates a simple but functional applet using widgets and Ruby. > I've put it on a personal subpage on Techbase[1]. I would like to ask for > some feedback. I've got

Re: signal clicked()

2009-01-18 Thread Toussis Manolis
On Sunday 18 January 2009 20:09:53 Aaron J. Seigo wrote: > On Sunday 18 January 2009, Toussis Manolis wrote: > > On Sunday 18 January 2009 12:52:58 Toussis Manolis wrote: > > > After some messing around I used mouseDoubleClickedEvent() > > > as it is not used by plasma...as a workaround > > > > and

Re: Review Request: support brightness keys in the battery applet.

2009-01-18 Thread Dario Freddi
On domenica 18 gennaio 2009 19:38:23 Aaron Seigo wrote: > my only concern is whether or not the battery applet is the "right" place > for this. i think this makes more sense either as a kded module or in the > desktop shell itself. even if the battery applet isn't around, those keys > should probab

Re: Review Request: Show wallpaper resolution if possible in selection dialog

2009-01-18 Thread Aaron Seigo
> On 2009-01-18 10:28:02, Aaron Seigo wrote: > > i also wonder if we shouldn't have a wallpaper debugging tool; something that would let you select a plugin and see it's config on the left and render it on the right in a widget with proper event forwarding. - Aaron

Re: Review Request: a messagebox for applets

2009-01-18 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/327/ --- (Updated 2009-01-18 10:37:57.111672) Review request for Plasma. Summary -

Re: Review Request: support brightness keys in the battery applet.

2009-01-18 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/335/#review324 --- other than the coding style (we use the kdelibs style) this patch

Re: Review Request: a messagebox for applets

2009-01-18 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/327/ --- (Updated 2009-01-18 10:35:15.862683) Review request for Plasma. Summary -

Re: Review Request: support brightness keys in the battery applet.

2009-01-18 Thread Aaron J. Seigo
On Sunday 18 January 2009, Artur Souza (MoRpHeUz) wrote: > On Sun, Jan 18, 2009 at 11:50 AM, Michael Jansen wrote: > > Why not use KActions here? Any reason for that? > > Actually KActions would do the job, yes... =) given that Qt doesn't know about these keys, it probably wouldn't work so well

Ruby Plasma Tutorial

2009-01-18 Thread Niels Slot
In the last week I've written a Plasma tutorial for Ruby. In the tutorial the reader creates a simple but functional applet using widgets and Ruby. I've put it on a personal subpage on Techbase[1]. I would like to ask for some feedback. I've got one and a half years of Ruby experience, but I'm quit

Happy Camp KDE wish

2009-01-18 Thread Jamboarder
To plasma participants at Camp KDE, best wishes and I sincerely hope your stay in my home country is a good one. Wished I could make it, since I haven't been home in a while and it would be great to meet some of you guys and show you around. For now I'll have to settle for a rather chilly morn

Re: Review Request: Show wallpaper resolution if possible in selection dialog

2009-01-18 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/332/#review322 --- trunk/KDE/kdebase/workspace/plasma/wallpapers/image/backgroundpac

Re: signal clicked()

2009-01-18 Thread Aaron J. Seigo
On Saturday 17 January 2009, Toussis Manolis wrote: > I want my plasma to react on left click on it. > What signal/object should I connect to my slot? > I tried MyApplet::clicked() , but there is no such signal... what, exactly, are you trying to accomplish? reading the thread, i get the feeling

Re: signal clicked()

2009-01-18 Thread Aaron J. Seigo
On Sunday 18 January 2009, Toussis Manolis wrote: > On Sunday 18 January 2009 12:52:58 Toussis Manolis wrote: > > After some messing around I used mouseDoubleClickedEvent() > > as it is not used by plasma...as a workaround > > and the strange thing is the double click doesn't work without your code

Re: signal clicked()

2009-01-18 Thread Aaron J. Seigo
On Sunday 18 January 2009, David Baron wrote: > On Sunday 18 January 2009 12:12:49 Toussis Manolis wrote: > > On Sunday 18 January 2009 09:34:49 David Baron wrote: > > > void MyApplet::mousePressEvent ( QGraphicsSceneMouseEvent *ev ) { > > > if ( signalsBlocked() ) { > > > Plasma::Appl

Re: Review Request: support brightness keys in the battery applet.

2009-01-18 Thread Artur Souza (MoRpHeUz)
On Sun, Jan 18, 2009 at 11:50 AM, Michael Jansen wrote: > Why not use KActions here? Any reason for that? Actually KActions would do the job, yes... =) Cheers, -- --- Artur Duque de Souza OpenBossa Research Labs INdT - Instituto Nokia de Tec

Re: Review Request: support brightness keys in the battery applet.

2009-01-18 Thread Michael Jansen
On Sunday 18 January 2009 15:23:23 Artur Souza (MoRpHeUz) wrote: > Hi =) > > On Sun, Jan 18, 2009 at 1:19 AM, Matt Rogers wrote: > > This patch adds support for laptop brightness keys on X11. Qt doesn't > > support these keys yet, so this has to be implemented in a platform > > specific way and I

Re: Review Request: support brightness keys in the battery applet.

2009-01-18 Thread Artur Souza (MoRpHeUz)
Hi =) On Sun, Jan 18, 2009 at 1:19 AM, Matt Rogers wrote: > This patch adds support for laptop brightness keys on X11. Qt doesn't support > these keys yet, so this has to be implemented in a platform specific way and > I have provided support for them on X11. Would be a good idea to make the k

Re: signal clicked()

2009-01-18 Thread David Baron
On Sunday 18 January 2009 12:12:49 Toussis Manolis wrote: > On Sunday 18 January 2009 09:34:49 David Baron wrote: > > void MyApplet::mousePressEvent ( QGraphicsSceneMouseEvent *ev ) { > > if ( signalsBlocked() ) { > > Plasma::Applet::mousePressEvent( ev ); > > return; > > }

Re: signal clicked()

2009-01-18 Thread Toussis Manolis
On Sunday 18 January 2009 12:52:58 Toussis Manolis wrote: > After some messing around I used mouseDoubleClickedEvent() > as it is not used by plasma...as a workaround and the strange thing is the double click doesn't work without your code... :-) If I remove mousepressEvent , doubleClickEvent do

Re: signal clicked()

2009-01-18 Thread Toussis Manolis
After some messing around I used mouseDoubleClickedEvent() as it is not used by plasma...as a workaround ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: signal clicked()

2009-01-18 Thread Toussis Manolis
Maybe there is a way to add my QLabel actions on the context menu of my_applet, and drop the menu? (though I liked the way the menu appears) ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: signal clicked()

2009-01-18 Thread Toussis Manolis
On Sunday 18 January 2009 09:34:49 David Baron wrote: > void MyApplet::mousePressEvent ( QGraphicsSceneMouseEvent *ev ) { > if ( signalsBlocked() ) { > Plasma::Applet::mousePressEvent( ev ); > return; > }.. I tried what you proposed... but the above doesn't work wi

Re: Review Request: Show wallpaper resolution if possible in selection dialog

2009-01-18 Thread Beat Wolf
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/332/ --- (Updated 2009-01-18 01:21:31.574879) Review request for Plasma. Summary -

Re: Review Request: Show wallpaper resolution if possible in selection dialog

2009-01-18 Thread Beat Wolf
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/332/ --- (Updated 2009-01-18 01:20:49.319193) Review request for Plasma. Summary -