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 l

Re: KDirModelV2, KDirListerV2 and UDSEntryV2 suggestions

2013-02-04 Thread Mark
On Wed, Jan 23, 2013 at 4:05 PM, Mark wrote: > On Wed, Jan 23, 2013 at 3:35 PM, Aaron J. Seigo wrote: >> On Monday, January 21, 2013 21:09:59 you wrote: >>> - RMB context menu >>> - App wide shortcuts >>> - Clipboard integration.. >> >> these are all being worked on. > > Gladly :) But as said.. Q

Re: KJavaAppletWidget's usage of KWindowSystem

2013-02-04 Thread Martin Graesslin
On Monday 04 February 2013 19:04:47 David Faure wrote: > 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::X11Byp

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

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 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

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

Jenkins build became unstable: kdelibs_frameworks_qt5 #348

2013-02-04 Thread KDE CI System
See ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Find Phonon4Qt5 gets confused

2013-02-04 Thread David Faure
On Monday 04 February 2013 09:09:25 Treeve Jelbert wrote: > On Sun, 03 Feb 2013 18:35:43 +0100, David Faure wrote: > > On Sunday 03 February 2013 10:25:58 Treeve Jelbert wrote: > >> cmake/modules/FindKDE4Internal.cmake:find_package(Phonon 4.3.80) > > > > Good point. Can you try removing that from

Re: KJavaAppletWidget's usage of KWindowSystem

2013-02-04 Thread Aaron J. Seigo
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? -- Aaron J. Seigo signature.asc Description: This is a digitally signed me

Re: KJavaAppletWidget's usage of KWindowSystem

2013-02-04 Thread Martin Sandsmark
On Sat, Feb 02, 2013 at 01:05:15PM +0100, David Faure wrote: > I tried removing the doNotManage() call, and... > that makes the applets appear as standalone windows in the topleft corner of > the desktop, temporarily, until they get merged into the browser window. > In all cases, Alt+Tab shows str

Re: Find Phonon4Qt5 gets confused

2013-02-04 Thread Treeve Jelbert
On Sun, 03 Feb 2013 18:35:43 +0100, David Faure wrote: On Sunday 03 February 2013 10:25:58 Treeve Jelbert wrote: cmake/modules/FindKDE4Internal.cmake:find_package(Phonon 4.3.80) Good point. Can you try removing that from FindKDE4Internal? (at some point we'll get rid of FindKDE4Internal compl