On Mon, Jan 16, 2012 at 9:31 PM, Marco Martin <notm...@gmail.com> wrote:

> On Sunday 15 January 2012, todd rme wrote:
> > On Sat, Jan 14, 2012 at 4:21 PM, Mark <mark...@gmail.com> wrote:
> > > My goal with the breadcrumbbar is to make it work exactly like the bar
> in
> > > Dolphin. Only then written in QML and with fancy animations and that is
> > > working really well at the moment ^_^
> >
> > Nice!  Will it support things like drag-and-drop, middle click, and
> > the scroll wheel?
> >
>
> a thing like that, especially in qml, would likle to keep with as little
> features as possible.
>
> one should always ask if something is *really* needed
>
> I'm still a bit on the fence for the component in general, extra things
> like
> drag and drop support, i would like to have a *real* use case before
>
> --
> Marco Martin
>

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.

dnd, for now not gonna happen as well. Middelclick is implemented.
_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to