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

List:       kfm-devel
Subject:    Re: Review Request: Feature Request - Show full path in title bar
From:       "Frank Reininghaus" <frank78ac () googlemail ! com>
Date:       2012-11-12 20:31:11
Message-ID: 20121112203111.18209.93124 () vidsolbach ! de
[Download RAW message or body]

> On Nov. 9, 2012, 11:02 p.m., Frank Reininghaus wrote:
> > Thanks for taking the time to implement this, but considering that only two \
> > people expressed interest in such a feature (one of them in 2004, when Dolphin \
> > didn't exist at all), I'm not sure if this feature is really useful enough to \
> > justify that we add code and a GUI option to implement it. Every option makes the \
> > settings dialog a bit more complex and harder to use, therefore, I prefer to only \
> > add options if I see that there is a very good reason to do it. 
> > If some feature request has been reported at bugs.kde.org, that does not \
> > necessarily mean that it should be implemented, not even if it's marked as NEW. \
> > I'm sorry if there was a misunderstanding there! Note that bugs can be confirmed \
> > in several ways, one of them is by getting a certain number of votes. I think \
> > that Peter's policy was to confirm wish reports when it seemed sort of \
> > understandable that the feature might be useful to the reporter (which does not \
> > necessarily mean that the feature is in agreement with \
> > http://dolphin.kde.org/philosophy.html). 
> > One could argue that we should close reports which are probably not going to be \
> > implemented as WONTFIX, but going through all wish reports, evaluating one by one \
> > if they make sense and then writing something reasonable to make it clear to the \
> > reporter why we are not going to implement it would take an enormous amount of \
> > time. Moreover, it would not be a very productive task. Therefore, I'm neither \
> > willing to spend the little time that I have to work on Dolphin on that, nor will \
> > I ask someone else to help with that. Yes, the "feature requests at bugs.kde.org" \
> > situation is very far from optimal, but I don't see a way to resolve this :-(
> 
> Emmanuel Pescosta wrote:
> > Every option makes the settings dialog a bit more complex and harder to use, \
> > therefore, I prefer to only add options if I see that there is a very good reason \
> > to do it
> Yes, I agree with you.
> 
> A possible solution for this problem:
> # Situation:
> You have opened multiple tabs - /home/kdeuser/dolphin/src, \
> /home/kdeuser/kdelibs/src and /home/kdeuser/kate/src # Tabs in Dolphin 2.1:
> > src | src | src |
> # Tabs in a "possible" Dolphin version (Current tab name is also used for the \
> window title): | dolphin/src | kdelibs/src | kate/src |
> 
> Dolphin does automatically recognize if there are multiple tabs with the same name. \
> -> The problem is automatically solved (So we need no additional gui option) -> \
> Very useful feature for the Dolphin user Simon ;) 
> Do you like this idea?
> 
> > http://dolphin.kde.org/philosophy.html
> Interesting :)
> 
> > One could argue that we should close reports which are probably not going to be \
> > implemented as WONTFIX, but ....
> Hmm, how could we handle that in a good way? - What if we create a list of \
> interesting and useful feature request (also with "priority" and additional ideas), \
> so that every Dolphin developer can work on some cool features, which agree with \
> the Dolphin philosophy and get definitely merged into master. 
> It would be great, if we can setup a wiki or forum for that purpose (Like KDE \
> brainstorm but Dolphin specific) 
> A "possible" way to create very usable features would be:
> 1. Search for interesting feature requests with the "same" target/scope - "Merge" \
> multiple feature requests (Work together on IRC with developers and users) 2. Think \
> about it!!! (Work together on IRC with developers and users) 3. Write a wiki/forum \
> article about it and add mock-ups, personal ideas, implementation details, possible \
> usecases ... (Work together on IRC with developers and users) 4. Other \
> developers/users/ui-experts/... can now give their feedback about it (additional \
> ideas, better mock-ups, better way to implement the feature, ...) 5. Developers who \
> are interested in this feature start to implement it 6. Other \
> developers/users/experts can now test the feature -> feedback 7. Merge it into \
> master and ship it  8. HAVE FUN WITH A NEW AWESOME (and well studied) FEATURE ;)
> 
> Mark Gaiser wrote:
> I actually changed the titlebar a few releases ago. Please look at this review from \
> back then. https://svn.reviewboard.kde.org/r/5178/ 
> Showing the full path in the dolphin decorations is not really desirable from my \
> point of view. 
> Emmanuel Pescosta wrote:
> Thanks for your reply :)
> 
> Btw. what do you think about my idea C#2?
> 
> # Situation:
> You have opened multiple tabs - /home/kdeuser/dolphin/src, \
> /home/kdeuser/kdelibs/src and /home/kdeuser/kate/src # Tabs in Dolphin 2.1: (=> hmm \
> which folder belongs to dolphin? kdelibs? kate??) | src | src | src |
> # Tabs in a "possible" Dolphin version: (always clear which src folder belongs to \
> which project) | dolphin/src | kdelibs/src | kate/src |
> 
> Another example: A web developer uses Dolphin for ftp transfer (The webserver and \
> the local pc have the same folder structure)  # Dolphin 2.1: 
> > image | image | (Hmm which image folder is on the server/local pc?)
> # "Patched" Dolphin: 
> > Developing/website/images | Server/website/images |
> 
> I think this is very useful feature for Dolphin users (Developers, photographers, \
> admins, ...). Am I wrong? 
> Hrvoje Senjan wrote:
> > I think this is very useful feature for Dolphin users (Developers, photographers, \
> > admins, ...). Am I wrong?
> 
> I completely agree! Also, i have tested your patch and it works quite nicely :-) If \
> not commited, it will certainly be handy to have it.

I think that the new idea is quite nice, good idea! It requires some non-trivial \
logic to determine what part of the path to show though (I think that Peter always \
had the plan to factor out the tabs into a new class (like in Konqueror) because \
DolphinMainWindow is slowly turning into a monster. Maybe that should be done before \
implementing the "tab title" idea). Note that the URLs of *all* tabs must be checked \
to determine what part of the path should be shown on the title of a particular tab. \
This means that every tab title change (new tab, close tab, tab title change due to a \
KDirLister redirection) must therefore trigger a "tab title check" for all tabs.

Your idea to scan bugs.kde.org for interesting features is also good. A first step \
might be to reassign all 'general' wishes to meaningful components. Then one could go \
through the components one by one and check for duplicates, features that belong \
together and decide what could be implemented. Maybe we can think about that when all \
bugs have been checked:

http://techbase.kde.org/Contribute/Bugsquad/BugDays/Dolphin2012


- Frank


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/107268/#review21745
-----------------------------------------------------------


On Nov. 9, 2012, 6:59 p.m., Emmanuel Pescosta wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/107268/
> -----------------------------------------------------------
> 
> (Updated Nov. 9, 2012, 6:59 p.m.)
> 
> 
> Review request for Dolphin and Frank Reininghaus.
> 
> 
> Description
> -------
> 
> Patch for feature requests: 
> + 88177 - Title bar and tabs in file management display only directory basename 
> + 229810 - Show full path in title bar
> 
> 
> This addresses bugs 88177 and 229810.
> http://bugs.kde.org/show_bug.cgi?id=88177
> http://bugs.kde.org/show_bug.cgi?id=229810
> 
> 
> Diffs
> -----
> 
> dolphin/src/dolphinmainwindow.cpp 11e03d0 
> dolphin/src/settings/dolphin_generalsettings.kcfg 849a9c7 
> dolphin/src/settings/general/behaviorsettingspage.h 7a9c2f0 
> dolphin/src/settings/general/behaviorsettingspage.cpp cbbde1d 
> 
> Diff: http://git.reviewboard.kde.org/r/107268/diff/
> 
> 
> Testing
> -------
> 
> Works for me
> 
> 
> Thanks,
> 
> Emmanuel Pescosta
> 
> 


[Attachment #3 (text/html)]

<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="8" style="border: 1px #c9c399 \
solid;">  <tr>
     <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="http://git.reviewboard.kde.org/r/107268/">http://git.reviewboard.kde.org/r/107268/</a>
  </td>
    </tr>
   </table>
   <br />





<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: \
10px;">  <p style="margin-top: 0;">On November 9th, 2012, 11:02 p.m., <b>Frank \
Reininghaus</b> wrote:</p>  <blockquote style="margin-left: 1em; border-left: 2px \
solid #d0d0d0; padding-left: 10px;">  <pre style="white-space: pre-wrap; white-space: \
-moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: \
break-word;">Thanks for taking the time to implement this, but considering that only \
two people expressed interest in such a feature (one of them in 2004, when Dolphin \
didn&#39;t exist at all), I&#39;m not sure if this feature is really useful enough to \
justify that we add code and a GUI option to implement it. Every option makes the \
settings dialog a bit more complex and harder to use, therefore, I prefer to only add \
options if I see that there is a very good reason to do it.

If some feature request has been reported at bugs.kde.org, that does not necessarily \
mean that it should be implemented, not even if it&#39;s marked as NEW. I&#39;m sorry \
if there was a misunderstanding there! Note that bugs can be confirmed in several \
ways, one of them is by getting a certain number of votes. I think that Peter&#39;s \
policy was to confirm wish reports when it seemed sort of understandable that the \
feature might be useful to the reporter (which does not necessarily mean that the \
feature is in agreement with http://dolphin.kde.org/philosophy.html).

One could argue that we should close reports which are probably not going to be \
implemented as WONTFIX, but going through all wish reports, evaluating one by one if \
they make sense and then writing something reasonable to make it clear to the \
reporter why we are not going to implement it would take an enormous amount of time. \
Moreover, it would not be a very productive task. Therefore, I&#39;m neither willing \
to spend the little time that I have to work on Dolphin on that, nor will I ask \
someone else to help with that. Yes, the &quot;feature requests at bugs.kde.org&quot; \
situation is very far from optimal, but I don&#39;t see a way to resolve this \
:-(</pre>  </blockquote>




 <p>On November 10th, 2012, 5:16 p.m., <b>Emmanuel Pescosta</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: \
10px;">  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: \
-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">&gt; Every option makes \
the settings dialog a bit more complex and harder to use, therefore, I prefer to only \
add options if I see that there is a very good reason to do it Yes, I agree with you.

A possible solution for this problem:
# Situation:
 You have opened multiple tabs - /home/kdeuser/dolphin/src, /home/kdeuser/kdelibs/src \
and /home/kdeuser/kate/src # Tabs in Dolphin 2.1:
 | src | src | src |
# Tabs in a &quot;possible&quot; Dolphin version (Current tab name is also used for \
the window title):  | dolphin/src | kdelibs/src | kate/src |

Dolphin does automatically recognize if there are multiple tabs with the same name. \
-&gt; The problem is automatically solved (So we need no additional gui option) -&gt; \
Very useful feature for the Dolphin user Simon ;)

Do you like this idea?

&gt; http://dolphin.kde.org/philosophy.html
Interesting :)

&gt; One could argue that we should close reports which are probably not going to be \
implemented as WONTFIX, but .... Hmm, how could we handle that in a good way? - What \
if we create a list of interesting and useful feature request (also with \
&quot;priority&quot; and additional ideas), so that every Dolphin developer can work \
on some cool features, which agree with the Dolphin philosophy and get definitely \
merged into master.

It would be great, if we can setup a wiki or forum for that purpose (Like KDE \
brainstorm but Dolphin specific)

A &quot;possible&quot; way to create very usable features would be:
1. Search for interesting feature requests with the &quot;same&quot; target/scope - \
&quot;Merge&quot; multiple feature requests (Work together on IRC with developers and \
users) 2. Think about it!!! (Work together on IRC with developers and users)
3. Write a wiki/forum article about it and add mock-ups, personal ideas, \
implementation details, possible usecases ... (Work together on IRC with developers \
and users) 4. Other developers/users/ui-experts/... can now give their feedback about \
it (additional ideas, better mock-ups, better way to implement the feature, ...) 5. \
Developers who are interested in this feature start to implement it 6. Other \
developers/users/experts can now test the feature -&gt; feedback 7. Merge it into \
master and ship it  8. HAVE FUN WITH A NEW AWESOME (and well studied) FEATURE \
;)</pre>  </blockquote>





 <p>On November 11th, 2012, 9:15 p.m., <b>Mark Gaiser</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: \
10px;">  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: \
-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">I actually changed the \
titlebar a few releases ago. Please look at this review from back then. \
https://svn.reviewboard.kde.org/r/5178/

Showing the full path in the dolphin decorations is not really desirable from my \
point of view.</pre>  </blockquote>





 <p>On November 11th, 2012, 10:55 p.m., <b>Emmanuel Pescosta</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: \
10px;">  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: \
-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Thanks for your reply :)

Btw. what do you think about my idea C#2?

# Situation:
 You have opened multiple tabs - /home/kdeuser/dolphin/src, /home/kdeuser/kdelibs/src \
and /home/kdeuser/kate/src # Tabs in Dolphin 2.1: (=&gt; hmm which folder belongs to \
dolphin? kdelibs? kate??)  | src | src | src |
# Tabs in a &quot;possible&quot; Dolphin version: (always clear which src folder \
belongs to which project)  | dolphin/src | kdelibs/src | kate/src |

Another example: A web developer uses Dolphin for ftp transfer (The webserver and the \
local pc have the same folder structure)  # Dolphin 2.1: 
 | image | image | (Hmm which image folder is on the server/local pc?)
# &quot;Patched&quot; Dolphin: 
 | Developing/website/images | Server/website/images |

I think this is very useful feature for Dolphin users (Developers, photographers, \
admins, ...). Am I wrong?</pre>  </blockquote>





 <p>On November 11th, 2012, 11:07 p.m., <b>Hrvoje Senjan</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: \
10px;">  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: \
-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">&gt; I think this is \
very useful feature for Dolphin users (Developers, photographers, admins, ...). Am I \
wrong?

I completely agree! Also, i have tested your patch and it works quite nicely :-) If \
not commited, it will certainly be handy to have it.</pre>  </blockquote>








</blockquote>

<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: \
-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">I think that the new \
idea is quite nice, good idea! It requires some non-trivial logic to determine what \
part of the path to show though (I think that Peter always had the plan to factor out \
the tabs into a new class (like in Konqueror) because DolphinMainWindow is slowly \
turning into a monster. Maybe that should be done before implementing the &quot;tab \
title&quot; idea). Note that the URLs of *all* tabs must be checked to determine what \
part of the path should be shown on the title of a particular tab. This means that \
every tab title change (new tab, close tab, tab title change due to a KDirLister \
redirection) must therefore trigger a &quot;tab title check&quot; for all tabs.

Your idea to scan bugs.kde.org for interesting features is also good. A first step \
might be to reassign all &#39;general&#39; wishes to meaningful components. Then one \
could go through the components one by one and check for duplicates, features that \
belong together and decide what could be implemented. Maybe we can think about that \
when all bugs have been checked:

http://techbase.kde.org/Contribute/Bugsquad/BugDays/Dolphin2012</pre>
<br />








<p>- Frank</p>


<br />
<p>On November 9th, 2012, 6:59 p.m., Emmanuel Pescosta wrote:</p>






<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" \
style="background-image: \
url('http://git.reviewboard.kde.org/media/rb/images/review_request_box_top_bg.png'); \
background-position: left top; background-repeat: repeat-x; border: 1px black \
solid;">  <tr>
  <td>

<div>Review request for Dolphin and Frank Reininghaus.</div>
<div>By Emmanuel Pescosta.</div>


<p style="color: grey;"><i>Updated Nov. 9, 2012, 6:59 p.m.</i></p>






<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
 <table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" \
style="border: 1px solid #b8b5a0">  <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: \
-moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: \
break-word;">Patch for feature requests:  + 88177 - Title bar and tabs in file \
management display only directory basename  + 229810 - Show full path in title \
bar</pre>  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: \
1px solid #b8b5a0">  <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: \
-moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: \
break-word;">Works for me</pre>  </td>
 </tr>
</table>



<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Bugs: </b>


 <a href="http://bugs.kde.org/show_bug.cgi?id=88177">88177</a>, 

 <a href="http://bugs.kde.org/show_bug.cgi?id=229810">229810</a>


</div>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>dolphin/src/dolphinmainwindow.cpp <span style="color: \
grey">(11e03d0)</span></li>

 <li>dolphin/src/settings/dolphin_generalsettings.kcfg <span style="color: \
grey">(849a9c7)</span></li>

 <li>dolphin/src/settings/general/behaviorsettingspage.h <span style="color: \
grey">(7a9c2f0)</span></li>

 <li>dolphin/src/settings/general/behaviorsettingspage.cpp <span style="color: \
grey">(cbbde1d)</span></li>

</ul>

<p><a href="http://git.reviewboard.kde.org/r/107268/diff/" style="margin-left: \
3em;">View Diff</a></p>




  </td>
 </tr>
</table>








  </div>
 </body>
</html>



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

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