Re: KJavaAppletWidget's usage of KWindowSystem

2013-02-04 Thread David Faure
On Monday 04 February 2013 17:47:45 Aaron J. Seigo wrote:
 On Saturday, February 2, 2013 13:05:15 David Faure wrote:
  I tried removing the doNotManage() call, and...
 
 if you replace them with:
 
   setWindowFlags(Qt::X11BypassWindowManagerHint | windowFlags())
 
 does it work?

Test monkey says: no.

As I suspected, this doesn't fully solve it, because the applets still create 
toplevel widgets, which show up and then disappear. Not having window 
decorations doesn't really solve the flicker.
What we want is for these toplevel windows to not show up at all.

-- 
David Faure, fa...@kde.org, http://www.davidfaure.fr
Working on KDE, in particular KDE Frameworks 5

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Jenkins build became unstable: kdelibs_frameworks_qt5 #348

2013-02-04 Thread David Faure
On Monday 04 February 2013 17:40:04 KDE CI System wrote:
 See http://build.kde.org/job/kdelibs_frameworks_qt5/348/changes

Very strange problem, looks like krununittest tried showing an error message 
box... I can't reproduce this here, even with a bogus $DISPLAY, and even in a 
loop. We'll have to see if it happens again...

-- 
David Faure, fa...@kde.org, http://www.davidfaure.fr
Sponsored by BlueSystems and KDAB to work on KDE Frameworks

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Re: KJavaAppletWidget's usage of KWindowSystem

2013-02-04 Thread Martin Gräßlin
On Monday 04 February 2013 17:47:45 Aaron J. Seigo wrote:
 On Saturday, February 2, 2013 13:05:15 David Faure wrote:
  I tried removing the doNotManage() call, and...

 if you replace them with:

   setWindowFlags(Qt::X11BypassWindowManagerHint | windowFlags())
that's also what I wanted to suggest, it should ensure that KWin doesn't
create a Client for it (so won't appear in Alt+Tab). But we will still see it
in the time between the mapping and the embedding. But that's a different
problem and if the flag helps I'm more than happy to get rid of the do not
manage and help get a good solution ;-)

--
Martin Gräßlin

signature.asc
Description: This is a digitally signed message part.
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: KDirModelV2, KDirListerV2 and UDSEntryV2 suggestions

2013-02-04 Thread Frank Reininghaus
Hi Mark,

2013/2/4 Mark:
 I really really really dislike KDirModel and friends (KDirLister,
 KFileItem).

before you get even more emotional in your next reply to this thread,
please consider reading

http://www.kde.org/code-of-conduct/

I sort of got used to reading disrespectful messages with little
useful content from a small minority of our user base, but I feel at
least mildly offended when I read such statements on a developer-only
mailing list. Not only because the classes you mention have been
serving us well for quite some time and David does an awesome job
maintaining them (he fixes a bug in no time at all as soon as I throw
a half-ready unit test at him), but also because they contain some
contributions from myself. Yes, it's mostly unit tests and one-line
patches, but in some cases, I needed a few hours of backtrace and code
reading before I could figure out what's going wrong [1].

Thanks for your understanding and best regards,
Frank

[1] https://bugs.kde.org/show_bug.cgi?id=196695
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel