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
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?
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
---
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
-
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
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
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
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
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
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
> 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
---
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
-
---
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
---
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
-
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
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
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
---
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
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
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
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
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
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
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
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;
> > }
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
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
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
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
---
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
-
---
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
-
31 matches
Mail list logo