<div class="gmail_quote">On Mon, Jan 16, 2012 at 9:31 PM, Marco Martin <span dir="ltr"><<a href="mailto:notmart@gmail.com">notmart@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On Sunday 15 January 2012, todd rme wrote:<br>
> On Sat, Jan 14, 2012 at 4:21 PM, Mark <<a href="mailto:markg85@gmail.com">markg85@gmail.com</a>> wrote:<br>
> > My goal with the breadcrumbbar is to make it work exactly like the bar in<br>
> > Dolphin. Only then written in QML and with fancy animations and that is<br>
> > working really well at the moment ^_^<br>
><br>
> Nice!  Will it support things like drag-and-drop, middle click, and<br>
> the scroll wheel?<br>
><br>
<br>
</div>a thing like that, especially in qml, would likle to keep with as little<br>
features as possible.<br>
<br>
one should always ask if something is *really* needed<br>
<br>
I'm still a bit on the fence for the component in general, extra things like<br>
drag and drop support, i would like to have a *real* use case before<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Marco Martin<br>
</font></span><div class="HOEnZb"><div class="h5"></div></div></blockquote></div><br><div>For the mousewheel stuff: not gonna happen in QML 1 since it's not possible with the TextArea. It is "probably" going to be possible with QML 2 although that is still an unresolved feature request on Qt.</div>

<div><br></div><div>dnd, for now not gonna happen as well. Middelclick is implemented.</div>