On Wednesday 20 August 2008, you wrote:
> On Thu, Aug 21, 2008 at 8:45 AM, Aaron J. Seigo <[EMAIL PROTECTED]> wrote:
> >> And, Location awareness be implemented in a separate library ( ? ) and
> >> plasma::Context will also be one of the consumers of it.
> >
> > right; the library most likely to be
On Wednesday 20 August 2008, you wrote:
> On Wednesday 20 August 2008, Aaron Seigo wrote:
> > ---
> > This is an automatically generated e-mail. To reply, visit:
> > http://reviewboard.vidsolbach.de/r/137/#review127
> > ---
On Wednesday 20 August 2008, Aaron Seigo wrote:
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard.vidsolbach.de/r/137/#review127
> ---
>
>
> i'm not
Hi Jason,
I've looked at your patch, and here are some comments about the code.
The code in createBackgroundPixmap() that converts the QImage to an XImage
is not really sufficient, because there's no guarantee that the QImage format
matches the visual format just because the depth is the same. Fo
Thank you for your answer Aaron, that helped me a lot. :)
I'm a Qt and KDE coding newbie, so could someone of you please look at
my code and comit -- I have no svn account -- it if everything is alright?
I also attached the correspondence I had with the creator of "Shit
Happens!" as you (Aaro
On Wednesday 20 August 2008, Aaron J. Seigo wrote:
> On Wednesday 20 August 2008, Ambroz Bizjak wrote:
> > I've decided to fix some weird problems with saving the state of applets
> > and containments on shutdown, and I have a quick question: how to make
> > plasma attempt nice shutdown without act
On Friday 08 August 2008 14:34, Sebastian Kügler wrote:
> On Friday 08 August 2008 14:01:08 Ryan P. Bitanga wrote:
> > 2008/8/8 Sebastian Kügler <[EMAIL PROTECTED]>:
> > > Wasn't a feature added to Xorg some time ago that basically works like a
> > > signal/slot connection, i.e. you tell X to notif
On Wednesday 20 August 2008 18:39:01 Aaron J. Seigo wrote:
> hi all...
>
> lots of new features and fixes have made it into plasma in the last 3
> weeks. i'd like to request that you please note your changes in
> kdebase/workspace/plasma/design/CHANGELOG before i end up having to wade
> through the
hi all...
lots of new features and fixes have made it into plasma in the last 3 weeks.
i'd like to request that you please note your changes in
kdebase/workspace/plasma/design/CHANGELOG before i end up having to wade
through the commit log myself to catch it up =)
thanks ...
--
Aaron J. Seig
> kquitapp plasma
That works fine, thanks both!
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel
On Wednesday 20 August 2008, Ambroz Bizjak wrote:
> I've decided to fix some weird problems with saving the state of applets
> and containments on shutdown, and I have a quick question: how to make
> plasma attempt nice shutdown without actually logging off? I tried
> different signals but plasma j
On Wed, Aug 20, 2008 at 4:50 PM, Ambroz Bizjak <[EMAIL PROTECTED]> wrote:
> I've decided to fix some weird problems with saving the state of applets
> and containments on shutdown, and I have a quick question: how to make
> plasma attempt nice shutdown without actually logging off? I tried
> differ
I've decided to fix some weird problems with saving the state of applets
and containments on shutdown, and I have a quick question: how to make
plasma attempt nice shutdown without actually logging off? I tried
different signals but plasma just terminates immediately. I suppose some
dbus command, b
On Monday 11 August 2008, christian mollekopf wrote:
> Hi,I was just writing a text about the current progress in the
> GroupingTaskbar and then pressed a key by accident or what ever, but it
> ended in my browser changing the website and my text on hotmail was lost
> =(. Since i don't have the tim
> On 2008-08-20 06:32:27, Aaron Seigo wrote:
> > it looks fine; my only question/concern is whether we have a user for it
> > yet? this one should be easy to find a user for, actually, but i'd like to
> > hold off on things like tables until there are actual widgets wanting to
> > use it so we
On Wednesday 20 August 2008, Matthias Fuchs wrote:
> Yet I have no clue how to combine two pictures in one QImage -- if that
> is even possible -- especially if one is wider than the other.
open a QPainter on the one image, and paint the other one into it. if you need
to combine the two of them v
Hello,
I created a dataengine for the German "Shit Happens!" comic situated at
www.ruth.de and got the permission by the author to publish the code.
Though there is one problem left I can't solve and need your help with.
He wrote that over every comic there should be this banner [1] so that
---
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.vidsolbach.de/r/129/#review128
---
Ship it!
- Aaron
On 2008-08-07 15:30:04, Loic Marteau wrote:
>
---
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.vidsolbach.de/r/137/#review127
---
i'm not sure it makes sense to backport this to 4.1: it's a visual
---
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.vidsolbach.de/r/138/#review126
---
Ship it!
it looks fine; my only question/concern is whether we ha
On Wednesday 20 August 2008, Petri Damstén wrote:
> > do you mean DataEngines connected to applets that are migrated from one
> > containment to another?
>
> Yes, Digital clock remains empty until going to config dialog and pressing
> ok and I also get messages like:
ok, i think i see what's happe
On Sunday 17 August 2008, Jason Stubbs wrote:
> I'm fairly happy with the state of the rewrite and so am requesting that
> it be reviewed for moving into trunk/kdebase. There's not much that it
> doesn't fix and not much work left to do, but no show stoppers as far as
> I know.
some thoughts/comme
On Wednesday 20 August 2008, Petri Damstén wrote:
> On Wednesday 20 August 2008 12:08:36 Aaron J. Seigo wrote:
> > is it that it gets the wrong geometry, or that the screen number isn't
> > set? i'm guessing the latter. i'm suspicious of the
> > c->restore(containmentConfig) line and the lack of a
On Wednesday 20 August 2008 12:08:36 Aaron J. Seigo wrote:
> is it that it gets the wrong geometry, or that the screen number isn't set?
> i'm guessing the latter. i'm suspicious of the
> c->restore(containmentConfig) line and the lack of a matching save. not all
> the settings from the containment
On Wednesday 20 August 2008, Ambroz Bizjak wrote:
> Aaron J. Seigo wrote:
> > looks good; please commit ...
> >
> > (i really wish we could transition this to using the window decorations
> > support in QGraphicsWidget; i'll have to take a look at that again at
> > some point)
>
> It's commited. I
Aaron J. Seigo wrote:
> looks good; please commit ...
>
> (i really wish we could transition this to using the window decorations
> support in QGraphicsWidget; i'll have to take a look at that again at some
> point)
It's commited. I also disconnected some signals in detachApplet to prevent
a crash
On Wednesday 20 August 2008, Petri Damstén wrote:
> Hi,
>
> I have been working on Plasma::Wallpaper and patch was getting big. Since
> there are some svn moves coming we agreed with Aaron that I should commit
> it now and continue to work on it in trunk. Sorry for not posting some
> earlier versio
On Wednesday 20 August 2008, Ambroz Bizjak wrote:
> The patch also makes the reappear code cleaner.
> I've been testing thinks and am not aware of any regressions my changes
> (previous and this one) caused.
looks good; please commit ...
(i really wish we could transition this to using the window
Hi,
I have been working on Plasma::Wallpaper and patch was getting big. Since
there are some svn moves coming we agreed with Aaron that I should commit it
now and continue to work on it in trunk. Sorry for not posting some earlier
versions for comments.
Committed changes:
- Wallpaper API chang
Ambroz Bizjak wrote:
> Both of the symptoms I described happen when two applet handles are
> attached to the same applet (very rare!).
> When a handle disappears, it emits AppletHandle::disappearDone and
> triggers ContainmentPrivate::handleDisappeared, which removes it from its
> list of handles a
30 matches
Mail list logo