Re: I developed a workaround for Qt5.4 DND bug that KDE apps might need

2016-01-23 Thread Sune Vuorela
On 2016-01-16, PCMan wrote: > Since DND is crucial for a modern desktop environment and it's an upstream > bug, I believe that KDE is also affected. > Luckily I found some quick workarounds, so I'm gonna share it with you. > > https://github.com/lxde/pcmanfm-qt/pull/295/files > > I made it an inde

Re: I developed a workaround for Qt5.4 DND bug that KDE apps might need

2016-01-22 Thread Kevin Krammer
On Thursday, 2016-01-21, 12:28:02, PCMan wrote: > On Thu, Jan 21, 2016 at 6:16 AM, Frank Reininghaus > wrote: > > You said that a patch is in the Qt bug tracker, but all I could find > > with a bit of searching is a link to this Chromium report, which has a > > patch: > > > > https://code.google

Re: I developed a workaround for Qt5.4 DND bug that KDE apps might need

2016-01-20 Thread PCMan
On Thu, Jan 21, 2016 at 6:16 AM, Frank Reininghaus wrote: > Hi, > > 2016-01-16 14:35 GMT+01:00 PCMan: > > On Sat, Jan 16, 2016 at 6:20 PM, Kevin Krammer wrote: > >> > >> Hi, > >> > >> On Saturday, 2016-01-16, 12:43:53, PCMan wrote: > >> > >> > Since DND is crucial for a modern desktop environment

Re: I developed a workaround for Qt5.4 DND bug that KDE apps might need

2016-01-20 Thread Frank Reininghaus
Hi, 2016-01-16 14:35 GMT+01:00 PCMan: > On Sat, Jan 16, 2016 at 6:20 PM, Kevin Krammer wrote: >> >> Hi, >> >> On Saturday, 2016-01-16, 12:43:53, PCMan wrote: >> >> > Since DND is crucial for a modern desktop environment and it's an >> > upstream >> > bug, I believe that KDE is also affected. >> >

Re: I developed a workaround for Qt5.4 DND bug that KDE apps might need

2016-01-16 Thread PCMan
On Sat, Jan 16, 2016 at 11:55 PM, Andreas Roth wrote: > Hi, > > > > On Saturday, January 16, 2016 02:40:06 PM Kevin Krammer wrote: > > > On Saturday, 2016-01-16, 21:35:03, PCMan wrote: > > > > On Sat, Jan 16, 2016 at 6:20 PM, Kevin Krammer > wrote: > > > > > Sorry, this may be a stupid question:

Re: I developed a workaround for Qt5.4 DND bug that KDE apps might need

2016-01-16 Thread Andreas Roth
Hi, On Saturday, January 16, 2016 02:40:06 PM Kevin Krammer wrote: > On Saturday, 2016-01-16, 21:35:03, PCMan wrote: > > On Sat, Jan 16, 2016 at 6:20 PM, Kevin Krammer wrote: > > > Sorry, this may be a stupid question: is this a proper fix or more like > > > a > > > hack? > > So this is a workar

Re: I developed a workaround for Qt5.4 DND bug that KDE apps might need

2016-01-16 Thread Kevin Krammer
On Saturday, 2016-01-16, 21:35:03, PCMan wrote: > On Sat, Jan 16, 2016 at 6:20 PM, Kevin Krammer wrote: > > Sorry, this may be a stupid question: is this a proper fix or more like a > > hack? > > It's a quick hack rather than a proper fix. > The pusepose of this hack is simple. > Make it work fo

Re: I developed a workaround for Qt5.4 DND bug that KDE apps might need

2016-01-16 Thread PCMan
On Sat, Jan 16, 2016 at 6:20 PM, Kevin Krammer wrote: > Hi, > > On Saturday, 2016-01-16, 12:43:53, PCMan wrote: > > > Since DND is crucial for a modern desktop environment and it's an > upstream > > bug, I believe that KDE is also affected. > > Luckily I found some quick workarounds, so I'm gonna

Re: I developed a workaround for Qt5.4 DND bug that KDE apps might need

2016-01-16 Thread Kevin Krammer
Hi, On Saturday, 2016-01-16, 12:43:53, PCMan wrote: > Since DND is crucial for a modern desktop environment and it's an upstream > bug, I believe that KDE is also affected. > Luckily I found some quick workarounds, so I'm gonna share it with you. > > https://github.com/lxde/pcmanfm-qt/pull/295/f

I developed a workaround for Qt5.4 DND bug that KDE apps might need

2016-01-15 Thread PCMan
Hello, I'm Hong Jen Yee (pcman), one of the main developers of LXQt and LXDE desktop. As I'm the developer of our file manager, we encountered some regression bugs of Qt 5.4 that breaks DND support. #49947: Drop events have broken mimeData()->urls() and text/uri-list. #47981: Qt5.4 regression: Dro