Re: [Interest] DragDrop between different processes not working?

2014-12-18 Thread Wilhelm
Am 18.12.2014 um 08:44 schrieb Till Oliver Knoll: Am 17.12.2014 um 22:45 schrieb Wilhelm wilhelm.me...@fh-kl.de: ... I can confirm that it works with Qt 5.3.2 (linux). I can drag from my test-application to another instance or to e.g. kate, etc ... That's good news. So, what todo with

Re: [Interest] DragDrop between different processes not working?

2014-12-18 Thread Wilhelm
Am 18.12.2014 um 09:11 schrieb Rutledge Shawn: On 18 Dec 2014, at 09:05, Wilhelm wilhelm.me...@fh-kl.de wrote: Am 18.12.2014 um 08:44 schrieb Till Oliver Knoll: Am 17.12.2014 um 22:45 schrieb Wilhelm wilhelm.me...@fh-kl.de: ... I can confirm that it works with Qt 5.3.2 (linux). I can

Re: [Interest] DragDrop between different processes not working?

2014-12-17 Thread Till Oliver Knoll
Am 17.12.2014 um 08:57 schrieb Wilhelm wilhelm.me...@fh-kl.de: ... But just to rule out the usual suspects: does drag and drop in general work with your current Window Manager (in applications where you /know/ that certain MIME types are accepted)? E.g. when you drag and drop a file

Re: [Interest] DragDrop between different processes not working?

2014-12-17 Thread Wilhelm
Am 17.12.2014 um 11:17 schrieb Michael Sué: You may need to override the dragEnterEvent, dragMoveEvent etc. functions of the accepting widget Yes, I did that. But the mimeData is empty ... - Michael. ___ Interest mailing list

Re: [Interest] DragDrop between different processes not working?

2014-12-17 Thread Michael Sué
Hi, Yes, I did that. But the mimeData is empty ... I just checked on my Linux machines: The (exact same) code that works on WINDOWS (drag and drop between different instances of my program) does not work (or better no longer work) on LINUX. Thank you for pointing this out to me :-) I will

Re: [Interest] DragDrop between different processes not working?

2014-12-17 Thread Michael Sué
The problem seems to be a bug for LINUX in Qt 5.4.0, the (exact same) code works it still works in Qt 5.3.1. -Michael ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] DragDrop between different processes not working?

2014-12-17 Thread Wilhelm
Am 17.12.2014 um 12:41 schrieb Michael Sué: The problem seems to be a bug for LINUX in Qt 5.4.0, the (exact same) code works it still works in Qt 5.3.1. Ok, thanks for testing this. Is there a workaround for 5.4.0? -- Wilhelm w.me...@unix.net ___

Re: [Interest] DragDrop between different processes not working?

2014-12-17 Thread Wilhelm
Am 17.12.2014 um 12:41 schrieb Michael Sué: The problem seems to be a bug for LINUX in Qt 5.4.0, the (exact same) code works it still works in Qt 5.3.1. I can confirm that it works with Qt 5.3.2 (linux). I can drag from my test-application to another instance or to e.g. kate, etc ... That's

Re: [Interest] DragDrop between different processes not working?

2014-12-17 Thread Till Oliver Knoll
Am 17.12.2014 um 22:45 schrieb Wilhelm wilhelm.me...@fh-kl.de: ... I can confirm that it works with Qt 5.3.2 (linux). I can drag from my test-application to another instance or to e.g. kate, etc ... That's good news. So, what todo with Qt 5.4.0? Any Workarounds? I am glad that you

Re: [Interest] DragDrop between different processes not working?

2014-12-16 Thread Wilhelm
Am 17.12.2014 um 08:29 schrieb Till Oliver Knoll: Am 17.12.2014 um 07:18 schrieb Wilhelm wilhelm.me...@fh-kl.de: Hi all, below is a stripped-down example for drag/drop. It follows the Qt examples. It works if I drag from the ListView widget to another widget (e.g. QTextEdit) of the

Re: [Interest] DragDrop between different processes not working?

2014-12-16 Thread Wilhelm
Am 17.12.2014 um 08:48 schrieb Till Oliver Knoll: Am 17.12.2014 um 08:29 schrieb Till Oliver Knoll till.oliver.kn...@gmail.com: ... It has nothing to do with across processes per se Giving that a second thought I am not so sure anymore whether that works out of the box (without