Bug 321674 - Missing reference to which server in Tree view in the Documents list.
Summary: Missing reference to which server in Tree view in the Documents list.
Status: RESOLVED FIXED
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR major
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
: 270994 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-06-27 12:56 UTC by Knut Dale
Modified: 2013-08-05 14:27 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.12


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Knut Dale 2013-06-27 12:56:15 UTC
In left pane with Documents list and with view mode 'Tree mode', when loading files from different servers e.g. from /etc directory using fish protocol, they folder item all say 'etc', with no reference to machine. Only with  'Save as' there is a clue to machine name.

With several folders and files in the list, one complettely looses overview.






 

Reproducible: Always

Steps to Reproduce:
1. drag and drop same file, e.g. /etc/ftab from different servers into kate
2. Open Documents navigation and select view mode 'Tree mode'
3: Check the list



The same issue is applies to the mouseover popup when pointing at file names when in list mode; the full path is displayed, but no reference to server.
Comment 1 Joseph Wenninger 2013-07-16 13:15:54 UTC
Git commit 7263dc79ccc2bbd04edfc860b5f65ef62bd60434 by Joseph Wenninger.
Committed on 16/07/2013 at 13:11.
Pushed by jowenn into branch 'master'.

files opened via eg fish or ftp have [hostname] prefixed to their pathes/document names from now on

M  +66   -9    kate/filetree/katefiletreemodel.cpp
M  +1    -1    kate/filetree/katefiletreemodel.h

http://commits.kde.org/kate/7263dc79ccc2bbd04edfc860b5f65ef62bd60434
Comment 2 Joseph Wenninger 2013-07-16 13:17:28 UTC
post 4.11
Comment 3 Joseph Wenninger 2013-07-16 13:33:44 UTC
Git commit e33c9a526a2ae07d90c0cb92f4aefb27fafd0628 by Joseph Wenninger.
Committed on 16/07/2013 at 13:29.
Pushed by jowenn into branch 'master'.

fix the case that there are documents opened in the root of the remote server
My previous commit and this one also fix another bug
Related: bug 318128

M  +5    -2    kate/filetree/katefiletreemodel.cpp

http://commits.kde.org/kate/e33c9a526a2ae07d90c0cb92f4aefb27fafd0628
Comment 4 Joseph Wenninger 2013-08-05 14:27:09 UTC
*** Bug 270994 has been marked as a duplicate of this bug. ***