[Powerdevil] [Bug 374483] New: Powerdevil KCM is too tall for my screen

2017-01-03 Thread Jacob
https://bugs.kde.org/show_bug.cgi?id=374483 Bug ID: 374483 Summary: Powerdevil KCM is too tall for my screen Product: Powerdevil Version: 5.8.5 Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED Se

Re: Review Request 108480: Always confirm "Leave..." from desktop context menu

2013-01-21 Thread Jacob Welsh
y dangerous results, but since is there it has to have a coherent > behavior everywhere. > > maybe what could be done is to remove the "..." in case confirmation is > disabled > > Aaron J. Seigo wrote: > +1 on removing the '...' when this

Review Request 108480: Always confirm "Leave..." from desktop context menu

2013-01-18 Thread Jacob Welsh
g one error after another. If there's a quick way to test just the plasma workspace I'd be happy to try. Thanks, Jacob Welsh ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: exporting/importing config keys? plus: Mandelbrot news

2010-03-15 Thread Benoit Jacob
2010/3/15 Aaron J. Seigo : > On March 13, 2010, Benoit Jacob wrote: >>     contextualActions().append(&m_exportImageAction); >>     contextualActions().append(&m_exportConfigAction); >>     contextualActions().append(&m_importConfigAction); > > the ap

Re: exporting/importing config keys? plus: Mandelbrot news

2010-03-14 Thread Benoit Jacob
Thanks to Ossi on IRC, this is now fixed. Benoit 2010/3/13 Benoit Jacob : > ok, finally a hopefully not too stupid question. > > Here's my code: > > void Mandelbrot::exportConfig() > { >    KUrl url = KFileDialog::getSaveUrl( >                   KUrl(), >    

Re: exporting/importing config keys? plus: Mandelbrot news

2010-03-13 Thread Benoit Jacob
e dialog runs well, but the file isn't actually getting created, and if i create it beforehand, it doesn't get written). I had tried following this: http://techbase.kde.org/index.php?title=Development/Tutorials/KConfig#Writing_Entries Benoit 2010/3/13 Benoit Jacob : > 2010/3/13 Benoit Ja

Re: exporting/importing config keys? plus: Mandelbrot news

2010-03-13 Thread Benoit Jacob
2010/3/13 Benoit Jacob : > 2010/3/13 Benoit Jacob : >> 2010/3/13 Benoit Jacob : >>> 2010/3/13 Marco Martin : >>>> On Saturday 13 March 2010, Benoit Jacob wrote: >>>>> Hi, >>>>> >>>>> I've just made a bunch of Ma

Re: exporting/importing config keys? plus: Mandelbrot news

2010-03-13 Thread Benoit Jacob
2010/3/13 Benoit Jacob : > 2010/3/13 Benoit Jacob : >> 2010/3/13 Marco Martin : >>> On Saturday 13 March 2010, Benoit Jacob wrote: >>>> Hi, >>>> >>>> I've just made a bunch of Mandelbrot improvements in trunk, plus 1 >>>> bugf

Re: exporting/importing config keys? plus: Mandelbrot news

2010-03-13 Thread Benoit Jacob
2010/3/13 Benoit Jacob : > 2010/3/13 Marco Martin : >> On Saturday 13 March 2010, Benoit Jacob wrote: >>> Hi, >>> >>> I've just made a bunch of Mandelbrot improvements in trunk, plus 1 >>> bugfix backported to 4.4, see below. >> >&

Re: exporting/importing config keys? plus: Mandelbrot news

2010-03-13 Thread Benoit Jacob
2010/3/13 Marco Martin : > On Saturday 13 March 2010, Benoit Jacob wrote: >> Hi, >> >> I've just made a bunch of Mandelbrot improvements in trunk, plus 1 >> bugfix backported to 4.4, see below. > > great :) > >> I would like to honor this feature

Re: exporting/importing config keys? plus: Mandelbrot news

2010-03-13 Thread Benoit Jacob
2010/3/13 Marco Martin : > On Saturday 13 March 2010, Benoit Jacob wrote: >> Hi, >> >> I've just made a bunch of Mandelbrot improvements in trunk, plus 1 >> bugfix backported to 4.4, see below. > > great :) > >> I would like to honor this feature

exporting/importing config keys? plus: Mandelbrot news

2010-03-13 Thread Benoit Jacob
Hi, I've just made a bunch of Mandelbrot improvements in trunk, plus 1 bugfix backported to 4.4, see below. I would like to honor this feature request: http://forum.kde.org/brainstorm.php#idea55395_page1 Basically I want to create a right-click desktop menu entry that allows to export/import Man

Re: wheel events no longer passed to the wallpaper?

2009-12-29 Thread Benoit Jacob
2009/12/29 Chani : > On December 29, 2009 14:39:05 Benoit Jacob wrote: >> Hi, >> >> I just tried 4.4 beta2 and noted that mouse wheel events are no longer >> passed to the wallpaper. Is this intentional or a bug? Notice that >> this breaks the Mandelbrot w

wheel events no longer passed to the wallpaper?

2009-12-29 Thread Benoit Jacob
Hi, I just tried 4.4 beta2 and noted that mouse wheel events are no longer passed to the wallpaper. Is this intentional or a bug? Notice that this breaks the Mandelbrot wallpaper, as it makes the zooming functionality much harder to discover (have to use MMB D&D). Happy holidays! Benoit _

Re: kdereview review day

2009-04-30 Thread Benoit Jacob
You're welcome and thanks for reporting the bug! Benoit 2009/4/30 Anne-Marie Mahfouf : > Hi Benoit, > > My system froze (I think there's something fishy in Desktop effects as X froze > after I disable compositing). > I checked Mandelbrot again with debugfull and it's OK now! Thanks for the fix > a

Re: kdereview review day

2009-04-30 Thread Benoit Jacob
ah, didn't see this email: then nevermind my last mail to k-c-d :) Benoit 2009/4/30 Aaron J. Seigo : > hi :) > > on thursday (today or tomorrow, depending on what tz you're in :) i'll be > going through all the items in kdereview and moving things that are ready > over. > > come find me on irc if

KDEReview for Mandelbrot Wallpaper Plugin

2009-04-13 Thread Benoit Jacob
Hi, The Mandelbrot wallpaper plugin is now in KDEReview, at this address: /trunk/kdereview/plasma/wallpapers/mandelbrot/ * Basic facts: * 844 lines of code (according to sloccount) Stripped executable size: 68 kB. Nontrivial dependencies: Eigen >= 2.0 (in kdesupport). Should be comple

Re: how to use the cache-to-disk feature in Wallpaper

2009-04-13 Thread Benoit Jacob
2009/4/13 Aaron J. Seigo : > On Monday 13 April 2009, Benoit Jacob wrote: >> // remove old image from cache >> kDebug() << "remove " << m_cacheKey; >> insertIntoCache(m_cacheKey, QImage()); > > fixed in svn; what was happening was that a ki

Re: how to use the cache-to-disk feature in Wallpaper

2009-04-13 Thread Benoit Jacob
oops, sent too fast. sorry for the spam. It remains that my way of triggering save() was "kquitapp plasma". So in every case, my problem arises when Mandelbrot is about to be destroyed. 2009/4/13 Benoit Jacob : > By the way the committed code does this from save(), not from the >

Re: how to use the cache-to-disk feature in Wallpaper

2009-04-13 Thread Benoit Jacob
By the way the committed code does this from save(), not from the destructor, so this wasn't where to look for an explanation. Cheers, Benoit 2009/4/13 Benoit Jacob : > this is now committed, as a testcase... > > Example of console output: > > plasma-desktop(7077) Mandelbrot:

Re: how to use the cache-to-disk feature in Wallpaper

2009-04-13 Thread Benoit Jacob
cheKey, QImage()); Yet the file still exists: bja...@kiwi:~/.kde/cache-kiwi/plasma-wallpapers> ls home mandelbrot-157422800.png mandelbrot-72259600.png usr Cheers, Benoit 2009/4/13 Benoit Jacob : > I have a problem, I wonder if I'm hitting a bug. > > It seems as if insertInt

Re: how to use the cache-to-disk feature in Wallpaper

2009-04-12 Thread Benoit Jacob
destructor. Cheers, Benoit 2009/4/12 Benoit Jacob : > 2009/4/12 Aaron J. Seigo : >> if you have 3 containments with the same image as the wallpaper, it shouldn't >> create three cache files on disk. so there is no real mapping from cache file >> to containment; there is a

Re: how to use the cache-to-disk feature in Wallpaper

2009-04-12 Thread Benoit Jacob
2009/4/12 Aaron J. Seigo : > if you have 3 containments with the same image as the wallpaper, it shouldn't > create three cache files on disk. so there is no real mapping from cache file > to containment; there is a mapping of sorts between wallpaper plugins and the > cache file they are using ...

Re: how to use the cache-to-disk feature in Wallpaper

2009-04-12 Thread Benoit Jacob
2009/4/10 Aaron J. Seigo : > papers (maybe i should add that bookkeeping into Wallpaper itself? H.. > yes, probably... "let me get back to you on that one," he says, again.) ok: caching is now implemented in Mandelbrot (r952792). Here's again a somewhat lengthy email but you can skip to (

Re: how to use the cache-to-disk feature in Wallpaper

2009-04-10 Thread Benoit Jacob
Update: I hadn't seen revision 952060... very useful detail indeed! So there's no need for removeFromCache. Thanks, Benoit 2009/4/11 Benoit Jacob : > 2009/4/10 Aaron J. Seigo : >> On Friday 10 April 2009, Benoit Jacob wrote: >>> I did setUsingDiskCache(true); in

Re: how to use the cache-to-disk feature in Wallpaper

2009-04-10 Thread Benoit Jacob
2009/4/10 Aaron J. Seigo : > On Friday 10 April 2009, Benoit Jacob wrote: >> I did setUsingDiskCache(true); in the constructor, and I emit > > when you are ready to cache the image, you can now call: > > insertIntoCache(const QString& key, const QImage &image); >

Re: Mandelbrot progress, need Qt GUI help!

2009-04-10 Thread Benoit Jacob
2009/4/10 Aaron J. Seigo : > On Friday 10 April 2009, Benoit Jacob wrote: >> I allowed myself to remove the horiz spacer to the right of the >> KComboBox, letting it be horizontally expanded. >> Indeed (also to answer Andrew's question) my motivation was that the >&

Re: Usability questions for Mandelbrot

2009-04-10 Thread Benoit Jacob
2009/4/10 Aaron J. Seigo : > On Friday 10 April 2009, Benoit Jacob wrote: >> 2) There are no hoverEnterEvent and hoverLeaveEvent methods in >> Wallpaper. So I tried reimplementing QObject::event() but it doesn't >> seem to ever get called: the following gives nothing, no

how to use the cache-to-disk feature in Wallpaper

2009-04-10 Thread Benoit Jacob
Hi, I think Mandelbrot is a good candidate for cache-to-disk, however, how do i enable this feature? I did setUsingDiskCache(true); in the constructor, and I emit renderCompleted once my image has finished rendering, but that doesn't make any difference. Thanks, Benoit __

Re: Usability questions for Mandelbrot

2009-04-10 Thread Benoit Jacob
2009/4/10 Aaron J. Seigo : > On Thursday 09 April 2009, Benoit Jacob wrote: >> 2009/4/9 Aaron J. Seigo : >> > QCursor::setCursor? >> >> ah, thanks! >> >> > i wonder if the hoverOut events are accurate enough for that though.. >> > hm.. >&

Re: Mandelbrot progress, need Qt GUI help!

2009-04-10 Thread Benoit Jacob
2009/4/10 Aaron J. Seigo : > it's because you didn't put a layout in the widget itself. to do so in > designer: > > * click on the background > * select a layout from the toolbar > > this is equivalent to: > > QWidget *topLevelWidget  = new QWidget(this); > QGridLayout *layout = new QGridLayout(top

Re: Mandelbrot progress, need Qt GUI help!

2009-04-10 Thread Benoit Jacob
2009/4/10 Benoit Jacob : > One question -- you made the ColorButtons be both horizontally and > vertically expandable, is that wanted? looking at other wallpapers, > this isn't how they do (though i have packages from a few days ago). Nevermind -- that was the behavior in Designer,

Re: Usability questions for Mandelbrot

2009-04-09 Thread Benoit Jacob
2009/4/9 Aaron J. Seigo : > On Thursday 09 April 2009, Benoit Jacob wrote: >> OK, the next question is: how do you change the mouse cursor from a >> Plasma wallpaper? Normally i'd call setCursor() but there doesn't seem >> to be any such method around in this contex

Re: Usability questions for Mandelbrot

2009-04-09 Thread Benoit Jacob
2009/4/9 Sebastian Kügler : > Make the mouse pointer a hand only when the left button is pressed, this way > you get visual feedback without the distraction of the always hand. OK, the next question is: how do you change the mouse cursor from a Plasma wallpaper? Normally i'd call setCursor() but t

Re: Mandelbrot progress, need Qt GUI help!

2009-04-09 Thread Benoit Jacob
Hi, one more GUI question please! When I resize the Desktop Settings dialog horizontally, I'd expect the Mandelbrot controls to resize automatically to use the extra space. That's what happens with the Pattern wallpaper's controls. But I can't seem to obtain this behavior. I tried to mimic Patter

Re: Usability questions for Mandelbrot

2009-04-08 Thread Benoit Jacob
2009/4/9 Sebastian Kügler : > Make the mouse pointer a hand only when the left button is pressed, this way > you get visual feedback without the distraction of the always hand. good idea! Benoit ___ Plasma-devel mailing list Plasma-devel@kde.org https:/

Re: Mandelbrot, continued (and plasma bug reports)

2009-04-08 Thread Benoit Jacob
2009/4/8 Aaron J. Seigo : > On Wednesday 08 April 2009, Benoit Jacob wrote: >> (**) >> Ideally, the main Mandelbrot instance should save its config before >> the Desktop Settings embedded instance reads the config. Is that >> possible? > > this is

Re: Mandelbrot, continued (and plasma bug reports)

2009-04-08 Thread Benoit Jacob
Hi, Long email but if you're in a hurry skip down to where I put stars (). 2009/4/8 Aaron J. Seigo : > On Wednesday 08 April 2009, Benoit Jacob wrote: >> Could you please tell me how to do that cleanly, or add such a method >> in the Wallpaper class? > > is

Re: Usability questions for Mandelbrot

2009-04-08 Thread Benoit Jacob
2009/4/8 Aaron J. Seigo : > On Wednesday 08 April 2009, Benoit Jacob wrote: >> In locked mode, should mouse wheel do nothing? Or should it have the >> default effect which is, cycle through virtual desktops? > > if the mouse event is not used by the wallpaper, you should not

Usability questions for Mandelbrot

2009-04-08 Thread Benoit Jacob
Hi, I have a couple usability questions. The Mandelbrot wallpaper has 2 modes: "locked" and "unlocked". In locked mode, it behaves like an ordinary wallpaper. In unlocked mode, the view can be moved by mouse d&d and mouse wheel. Question 1. In locked mode, should mouse wheel do nothing? Or shoul

Mandelbrot, continued (and plasma bug reports)

2009-04-08 Thread Benoit Jacob
Hi, First of all, many thanks to Aaron and Andrew for your help. SVN now has an updated version taking it into account. Finally, I found that what I really need is to be able to distinguish between the "main instance" of the wallpaper, that is the one that is actually used as desktop background,

Re: Mandelbrot progress, need Qt GUI help!

2009-04-07 Thread Benoit Jacob
2009/4/8 Andrew Stromme : > It would be nice to have more descriptive names than "Color 1", "Color 2" > etc.. for the color selection. Maybe something like "Inside Color", "Outline > Color", "Fringe Color" or "Main Color", "Secondary Color", etc... would be > more self-explanatory? Good idea. I ha

Mandelbrot ready for review, config bugs

2009-04-07 Thread Benoit Jacob
Hi, Mandelbrot (playground/base/plasma/wallpapers/mandelbrot) is ready for review! However before moving it to kdereview let's discuss the following bug as I don't know if it is in my code or in libplasma. The bug is that the config isn't saved when it should, so is often lost: 1) when changing t

Re: Mandelbrot progress, need Qt GUI help!

2009-04-06 Thread Benoit Jacob
a desktop >> > config then. (svn up to grab it, revno 950400) >> > >> > Hope this helps, >> > >> > Andrew Stromme >> > >> > On Monday 06 April 2009 21:11:13 Benoit Jacob wrote: >> >> Hi, >> >> >> >> T

Re: Mandelbrot progress, need Qt GUI help!

2009-04-06 Thread Benoit Jacob
p config then. (svn up to grab > it, revno 950400) > > Hope this helps, > > Andrew Stromme > > On Monday 06 April 2009 21:11:13 Benoit Jacob wrote: >> Hi, >> >> The mandelbrot wallpaper plugin is almost ready (in >> playground/base/plasma/wallpapers/man

Mandelbrot progress, need Qt GUI help!

2009-04-06 Thread Benoit Jacob
Hi, The mandelbrot wallpaper plugin is almost ready (in playground/base/plasma/wallpapers/mandelbrot). However I am a complete GUI n00b and I need some very basic help so I hope that someone here can help me. Initially, the configuration GUI had only one KColorButton. Now I want 3 KColorButtons.

Re: playground plasmoid redux

2008-10-03 Thread Benoit Jacob
Yes sure that's what I mean :) OK, I forget about this documentation bit, thank you. Cheers, Benoit 2008/10/3, Jason Stubbs <[EMAIL PROTECTED]>: > wait(thread)? wait()'s parameter is an integer timeout... > > If you mean thread->wait(), the documentation says it "returns true if > the thread has

Re: playground plasmoid redux

2008-10-03 Thread Benoit Jacob
Another possibility: is it illegal to wait for a QThread that was just constructed but not yet started? I.e. thread = new MyThreadClass(); wait(thread); OK, i don't distract this thread (no pun intended) more with offtopic questions. Cheers, Benoit 2008/10/3, Benoit Jacob <[EMAIL P

Re: playground plasmoid redux

2008-10-03 Thread Benoit Jacob
2008/10/3, Aaron J. Seigo <[EMAIL PROTECTED]>: > hrm; not to my knowledge but i could be wrong. what's the crash you get? Attached is the backtrace. It occurs only on plasma startup i.e. if you select Mandelbrot it works fine for the duration of your session but on next login it crashes. I assum

Re: playground plasmoid redux

2008-10-02 Thread Benoit Jacob
Let me preemptively speak for wallpapers/mandelbrot : it needs more work! I still hope to finish it in time for the feature freeze, otherwise it'll have to wait for 4.3. One question while i'm here. It crashes when one of its QThreads calls wait() on another QThread that is itself waiting for ano

Re : Re : New Mandelbrot wallpaper in playground, triggers some bugs

2008-09-08 Thread Benoit Jacob
I definitely plan to do so for 4.2 but there are a couple more things that I want to sort out before. Cheers, Benoit 2008/9/8, Aaron J. Seigo <[EMAIL PROTECTED]>: > On Monday 08 September 2008, Benoit Jacob wrote: >> letting you know that the embargo on screenshots is lifted :)

Re : New Mandelbrot wallpaper in playground, triggers some bugs

2008-09-08 Thread Benoit Jacob
ll of medusa-like julia sets. at the middle of them you typically have an embedded mandelbrot. I'm really happy about this new rendering, it justifies well the huge number of iterations that we make (compared to other fractal renderers). Cheers, Benoit 2008/9/6, Benoit Jacob <[EMAIL PROTEC

Re: New Mandelbrot wallpaper in playground, triggers some bugs

2008-09-06 Thread Benoit Jacob
just one more note: i'm going to implement the smooth gradient algo, so please nobody blog about this wallpaper until i've done it, currently it doesn't look too good. 2008/9/6 Benoit Jacob <[EMAIL PROTECTED]>: > ok should be fixed in 857678. > > Cheers, > Benoit

Re: New Mandelbrot wallpaper in playground, triggers some bugs

2008-09-05 Thread Benoit Jacob
ok should be fixed in 857678. Cheers, Benoit PS. Now using intel graphics (yes i got one of these sony sz2 with dual intel/nvidia), no rendering glitches. 2008/9/6 Benoit Jacob <[EMAIL PROTECTED]>: > aaah got it :) > > when changing a setting, init() was called, reallocating th

Re: New Mandelbrot wallpaper in playground, triggers some bugs

2008-09-05 Thread Benoit Jacob
any. Cheers, Benoit 2008/9/6 Benoit Jacob <[EMAIL PROTECTED]>: > Indeed, i can reproduce that. > > How do I get a backtrace? The kcrash dialog just disappears when i ask > for the backtrace, and when i run plasma in gdb, after the crash it > just says "no stack". &

Re: New Mandelbrot wallpaper in playground, triggers some bugs

2008-09-05 Thread Benoit Jacob
Indeed, i can reproduce that. How do I get a backtrace? The kcrash dialog just disappears when i ask for the backtrace, and when i run plasma in gdb, after the crash it just says "no stack". 2008/9/6 Aaron J. Seigo <[EMAIL PROTECTED]>: > On Friday 05 September 2008, Benoi

Re: New Mandelbrot wallpaper in playground, triggers some bugs

2008-09-05 Thread Benoit Jacob
I updated to 177.70. With desktop effects enabled, the glitches are as bad as before. With desktop effects disabled, the situation has improved but there remain some glitches. Cheers, Benoit 2008/9/5 Sebastian Kügler <[EMAIL PROTECTED]>: > On Friday 05 September 2008 16:32:02 Benoit Ja

Re: New Mandelbrot wallpaper in playground, triggers some bugs

2008-09-05 Thread Benoit Jacob
ok, i was already doing svn up on all of workspace and last time i even did all of kdebase :) 2008/9/5 Aaron J. Seigo <[EMAIL PROTECTED]>: > On Friday 05 September 2008, Aaron J. Seigo wrote: >> On Friday 05 September 2008, Benoit Jacob wrote: >> > Thanks for looking

Re: New Mandelbrot wallpaper in playground, triggers some bugs

2008-09-05 Thread Benoit Jacob
ime i check this stuff if it still doesn't work then i'll conclude that it's a bug in my own code and will try to debug it :) Cheers, Benoit 2008/9/5 Aaron J. Seigo <[EMAIL PROTECTED]>: > On Friday 05 September 2008, Benoit Jacob wrote: >> Thanks for looking into it,

Re: New Mandelbrot wallpaper in playground, triggers some bugs

2008-09-05 Thread Benoit Jacob
PROTECTED]>: > On Friday 05 September 2008 16:32:02 Benoit Jacob wrote: >> Here are the steps to reproduce: >> >> -set mandelbrot as your wallpaper >> -minimize all windows, close plasma toolboxes (e.g. the panel toolbox) >> -navigate through the wallpaper (e.g. mouse wh

Re: New Mandelbrot wallpaper in playground, triggers some bugs

2008-09-05 Thread Benoit Jacob
]>: > On Friday 05 September 2008, Benoit Jacob wrote: >> Another thing that also looks like a bug: >> >> if you go to "desktop effects" and change the color, apply, then the >> viewpoint gets reset. I checked, the view parameters (m_center and >> m_zoom) are

Re: New Mandelbrot wallpaper in playground, triggers some bugs

2008-09-05 Thread Benoit Jacob
WheelEvent :) 2008/9/5 Benoit Jacob <[EMAIL PROTECTED]>: > Hi, > > I just committed an initial version of my Mandelbrot wallpaper plugin > (only 360 LOC) there: > > /trunk/playground/base/plasma/wallpapers/ > > commit message: > > http://websvn.kde.org/trunk/playground/b

Re: New Mandelbrot wallpaper in playground, triggers some bugs

2008-09-05 Thread Benoit Jacob
dashboard (while without desktop effects the dashboard view is oK). This is with proprietary nvidia driver 169.12. Cheers, Benoit 2008/9/5 Marco Martin <[EMAIL PROTECTED]>: > On Friday 05 September 2008, Benoit Jacob wrote: >> Hi, >> >> I just committed an initi

Re: New Mandelbrot wallpaper in playground, triggers some bugs

2008-09-04 Thread Benoit Jacob
2008/9/5 Aaron J. Seigo <[EMAIL PROTECTED]>: > woo hoo! the best part of this is that you manage to find all the annoying > little bugs that hadn't been rooted out yet. thanks for that alone! You're welcome... thanks for making this framework in the first place :) >> 2) In the "desktop settings"

New Mandelbrot wallpaper in playground, triggers some bugs

2008-09-04 Thread Benoit Jacob
Hi, I just committed an initial version of my Mandelbrot wallpaper plugin (only 360 LOC) there: /trunk/playground/base/plasma/wallpapers/ commit message: http://websvn.kde.org/trunk/playground/base/plasma/wallpapers/?view=log&pathrev=857241 You'll need a recent checkout of /trunk/kdesupport/ei

Re: [PATCH] pass mouse wheel events to the wallpaper

2008-09-04 Thread Benoit Jacob
OK, committed in 857101. Benoit 2008/9/4 Aaron J. Seigo <[EMAIL PROTECTED]>: > On Thursday 04 September 2008, Benoit Jacob wrote: >> Hi, >> >> The attached patch makes Containment forward mouse wheel events first >> to the wallpaper, if the event screenPos() i

Re: [PATCH] pass mouse wheel events to the wallpaper

2008-09-04 Thread Benoit Jacob
err, i mean scenePos() not screenPos() of course. 2008/9/4 Benoit Jacob <[EMAIL PROTECTED]>: > Hi, > > The attached patch makes Containment forward mouse wheel events first > to the wallpaper, if the event screenPos() indicates that the mouse > cursor was on the wallpaper

[PATCH] pass mouse wheel events to the wallpaper

2008-09-04 Thread Benoit Jacob
Hi, The attached patch makes Containment forward mouse wheel events first to the wallpaper, if the event screenPos() indicates that the mouse cursor was on the wallpaper. I adapted this code from what you were already doing with mouseMoveEvent(). If the wallpaper doesn't accept the wheel event, i

Re: Plasma wallpaper painting inconsistency

2008-09-03 Thread Benoit Jacob
it's not the relevant rect here. Cheers, Benoit 2008/9/3 Aaron J. Seigo <[EMAIL PROTECTED]> > > On Tuesday 02 September 2008, Benoit Jacob wrote: > > So the actually repainted rect is only slightly larger than what is being > > asked for. A margin of 3 or 6 p

Re: Plasma wallpaper painting inconsistency

2008-09-02 Thread Benoit Jacob
these when i'll have committed. Cheers, Benoit 2008/9/3 Aaron J. Seigo <[EMAIL PROTECTED]> > On Tuesday 02 September 2008, Aaron J. Seigo wrote: > > On Tuesday 02 September 2008, Benoit Jacob wrote: > > > See, the paint() function is always called with exposedRect

Plasma wallpaper painting inconsistency

2008-09-02 Thread Benoit Jacob
Hi, I noticed an inconsistency in the way plasma wallpapers are painted, between when it is painted as background of the screen and when it is painted in the little preview in the "Desktop Settings" dialog. Here is my paint() function. Mandelbrot is a subclass of Wallpaper. void Mandelbrot::pain