[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-panel-devel
Subject:    Re: Heads up, working on autocompletion and breadcrumbbar!
From:       Mark <markg85 () gmail ! com>
Date:       2012-01-15 15:35:07
Message-ID: CAPd6JnF95ztA7S-ffGurTGiERnVLpFVhLEa0WQ3woseV8H_7wQ () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


On Sun, Jan 15, 2012 at 4:23 PM, todd rme <toddrme2178@gmail.com> wrote:

> On Sun, Jan 15, 2012 at 3:47 PM, Mark <markg85@gmail.com> wrote:
> > On Sun, Jan 15, 2012 at 3:36 PM, todd rme <toddrme2178@gmail.com> wrote:
> >>
> >> On Sat, Jan 14, 2012 at 4:21 PM, Mark <markg85@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?
> >>
> >> -Todd
> >
> >
> > Hi Todd,
> >
> > - drag-and-drop : nope, but what do you even mean by that?
>
> Depends on what you intend to use it for.  For instance in Dolphin you
> can drop files on an entry in the breadcrumb bar to move or copy a
> file to that directory.  A breadcrumb bar in a file manager plasmoid
> could use it for a similar purpose.  If there is any case where you
> need to move things around within the tree structure you are using the
> breadcrumb bar to navigate then this will be very helpful.
>
> That... is deep integration (or use of) KIO .. I certainly do want to add
that in, but i don't really know how easy/hard it is.


>  > - middle click, it should do what exactly?
>
> Depends on what it is being used for.  For instance in dolphin it open
> the folder in a new tab.  If there are either tabs in the plasmoid or
> the nodes of the breadcrumb tree can be opened in an external
> application, then middle click would be helpful for those purposes.
> It could also be used to trigger a popup, for instance showing a
> preview of the contents of that node without moving to it.
>
> Well, that really depends.. Remember, this is just a breadcrumbbar with no
"file manager" around it.. Just the bar. What i can do is emit a signal
that a middle click is done on some button. Someone else that wants to use
this for tabbed based purposes can then use it to open a new tab. Does that
sound oke for you?

> > - scroll wheel on a breadcrumb means..?
>
> Scrolling on an entry would move up or down in the entries list at that
> level.
>
> So for example if you have a tree structure like this:
>
> a - a1 - a11
>  - a2 - a21
>  - a3 - a31
>
> And you are currently seeing:
>
> a - a2 - a21
>
> Scrolling down on a2 would take you to:
>
> a - a3
>
> This is how it works in Dolphin, at least.
>
> It allows you to easily move through adjacent folders at the same
> level without needing to open the list.  It is very useful if you want
> to do something in adjacent folder sequentially.
>

Neat, will add that in! I never knew dolphin had that :p

>
> -Todd
> _______________________________________________
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>

[Attachment #5 (text/html)]

<div class="gmail_quote">On Sun, Jan 15, 2012 at 4:23 PM, todd rme <span \
dir="ltr">&lt;<a href="mailto:toddrme2178@gmail.com">toddrme2178@gmail.com</a>&gt;</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 Sun, Jan 15, 2012 at 3:47 PM, Mark &lt;<a \
href="mailto:markg85@gmail.com">markg85@gmail.com</a>&gt; wrote:<br> &gt; On Sun, Jan \
15, 2012 at 3:36 PM, todd rme &lt;<a \
href="mailto:toddrme2178@gmail.com">toddrme2178@gmail.com</a>&gt; wrote:<br> \
&gt;&gt;<br> &gt;&gt; On Sat, Jan 14, 2012 at 4:21 PM, Mark &lt;<a \
href="mailto:markg85@gmail.com">markg85@gmail.com</a>&gt; wrote:<br> &gt;&gt; &gt; My \
goal with the breadcrumbbar is to make it work exactly like the bar<br> &gt;&gt; &gt; \
in<br> &gt;&gt; &gt; Dolphin. Only then written in QML and with fancy animations and \
that is<br> &gt;&gt; &gt; working really well at the moment ^_^<br>
&gt;&gt;<br>
&gt;&gt; Nice!  Will it support things like drag-and-drop, middle click, and<br>
&gt;&gt; the scroll wheel?<br>
&gt;&gt;<br>
&gt;&gt; -Todd<br>
&gt;<br>
&gt;<br>
&gt; Hi Todd,<br>
&gt;<br>
&gt; - drag-and-drop : nope, but what do you even mean by that?<br>
<br>
</div>Depends on what you intend to use it for.  For instance in Dolphin you<br>
can drop files on an entry in the breadcrumb bar to move or copy a<br>
file to that directory.  A breadcrumb bar in a file manager plasmoid<br>
could use it for a similar purpose.  If there is any case where you<br>
need to move things around within the tree structure you are using the<br>
breadcrumb bar to navigate then this will be very helpful.<br>
<div class="im"><br></div></blockquote><div>That... is deep integration (or use of) \
KIO .. I certainly do want to add that in, but i don&#39;t really know how easy/hard \
it is.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 \
.8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">
&gt; - middle click, it should do what exactly?<br>
<br>
</div>Depends on what it is being used for.  For instance in dolphin it open<br>
the folder in a new tab.  If there are either tabs in the plasmoid or<br>
the nodes of the breadcrumb tree can be opened in an external<br>
application, then middle click would be helpful for those purposes.<br>
It could also be used to trigger a popup, for instance showing a<br>
preview of the contents of that node without moving to it.<br>
<div class="im"><br></div></blockquote><div>Well, that really depends.. Remember, \
this is just a breadcrumbbar with no &quot;file manager&quot; around it.. Just the \
bar. What i can do is emit a signal that a middle click is done on some button. \
Someone else that wants to use this for tabbed based purposes can then use it to open \
a new tab. Does that sound oke for you? </div>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div class="im"> &gt; - scroll wheel on a breadcrumb \
means..?<br> <br>
</div>Scrolling on an entry would move up or down in the entries list at that \
level.<br> <br>
So for example if you have a tree structure like this:<br>
<br>
a - a1 - a11<br>
  - a2 - a21<br>
 - a3 - a31<br>
<br>
And you are currently seeing:<br>
<br>
a - a2 - a21<br>
<br>
Scrolling down on a2 would take you to:<br>
<br>
a - a3<br>
<br>
This is how it works in Dolphin, at least.<br>
<br>
It allows you to easily move through adjacent folders at the same<br>
level without needing to open the list.  It is very useful if you want<br>
to do something in adjacent folder \
sequentially.<br></blockquote><div><br></div><div>Neat, will add that in! I never \
knew dolphin had that :p</div><blockquote class="gmail_quote" style="margin:0 0 0 \
.8ex;border-left:1px #ccc solid;padding-left:1ex">


<div class="HOEnZb"><div class="h5"><br>
-Todd<br>
_______________________________________________<br>
Plasma-devel mailing list<br>
<a href="mailto:Plasma-devel@kde.org">Plasma-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/plasma-devel" \
target="_blank">https://mail.kde.org/mailman/listinfo/plasma-devel</a><br> \
</div></div></blockquote></div><br>



_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic