Bug 41084

Summary: Konqueror directory view column widths should be lockable.
Product: [Applications] konqueror Reporter: sean
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: wishlist CC: andihartmann, ce
Priority: NOR    
Version: 3.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description sean 2002-04-16 00:50:16 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           konqueror
Version:           3.0.0 (using KDE 3.0.0 )
Severity:          wishlist
Installed from:    compiled sources
Compiler:          gcc version 2.96 20000731 (Mandrake Linux 8.2 2.96-0.76mdk)
OS:                Linux (i686) release 2.4.18
OS/Compiler notes: 

This concerns konqueror's file browser interface. I was wondering if you would consider adding an optional lock for the column width sizes. In most cases this isn't a problem however when a directory is displayed that contains exceptionally long file names (i.e. mp3 files) then the view gets really screwed up. The only visible column is the filename and all others are pushed far to the right making it extremely difficult to sort etc. 

If it were possible to define at least a filename clipping feature then that would be fine. Something that at least would allow you to limit filenames to 'n' characters in the window. After that it would put a "..." or something.

(Submitted via bugs.kde.org)
(Called from KBugReport dialog)
Comment 1 Ron Onstenk 2003-08-07 20:21:36 UTC
This wish is also good for speedup a directory listing.
Now Konqueror is checking every filename for length in pixels
to set the width.
Also the date/time/owner etc. is changing this way and could be set to a fixed 
widths
Comment 2 Benoit Walter 2004-02-18 16:11:06 UTC
*** Bug 59825 has been marked as a duplicate of this bug. ***
Comment 3 Benoit Walter 2004-02-18 16:14:25 UTC
*** Bug 51927 has been marked as a duplicate of this bug. ***
Comment 4 Benoit Walter 2004-02-18 16:22:50 UTC
CVS commit by bwalter: 

Save column widths in Detailed List View.

CCMAIL: 41084-done@bugs.kde.org


  M +1 -5      konq_infolistviewwidget.cc   1.7
  M +14 -19    konq_listview.cc   1.207
  M +84 -4     konq_listviewwidget.cc   1.232
  M +9 -2      konq_listviewwidget.h   1.85