<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
On 2010-04-24 14:37, Nanno Langstraat wrote:
<blockquote cite="mid:4BD2E602.6090103@gmail.com" type="cite">
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
Mathias Panzenb&ouml;ck wrote:<br>
  <blockquote cite="mid:4BD18C61.2020500@gmx.net" type="cite">
    <blockquote type="cite">
      <blockquote type="cite">
        <pre wrap="">Dropping files from my KDE Desktop into amaroks playlist seems to be broken.</pre>
      </blockquote>
    </blockquote>
  </blockquote>
  <br>
[...]<br>
b) I found the culprit. It's a bug in Qt!<br>
  <br>
It's unrelated to my MIME changes, this line in PrettyListView.cpp
triggers it:<br>
&nbsp;&nbsp;&nbsp; setMouseTracking( true );<br>
  <br>
introduced in commit 234138ba372e3be466c216fcdd564c2e50915b7a by
Oleksandr Khayrullin and Nikolaj.<br>
  <br>
[...]<br>
  <br>
Oleksandr Khayrullin / Nikolaj, you have 2 ways to work around this bug:<br>
  <ul>
    <li>Don't use 'setMouseTracking()' for the foreseeable future.<br>
      <br>
    </li>
    <li>Override 'mouseMoveEvent()', and only call
'QListView::mouseMoveEvent()' if 'event-&gt;buttons != 0'.<br>
    </li>
  </ul>
</blockquote>
<br>
FYI, code seems to be unchanged in git current.<br>
<br>
Is Nikolaj still active as a developer?<br>
<br>
&nbsp;&nbsp;&nbsp; Nanno<br>
<br>
</body>
</html>