Bug 77398

Summary: Not apparent which column the list is sorted by
Product: [Applications] kget Reporter: Bill Kendrick <bill>
Component: generalAssignee: KGet authors <kget>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Two KGet screenshots, showing that column headers give no clue to list sort order

Description Bill Kendrick 2004-03-12 16:10:50 UTC
Version:           v0.8.3 (using KDE 3.2.0,  (3.0))
Compiler:          gcc version 2.95.4 20011002 (Debian prerelease)
OS:          Linux (i686) release 2.4.18-bf2.4

When re-sorting a list in KGet (e.g., the "List All Links" list from Konqueror), it is not apparent how the list is sorted.  Typically, when clicking a list column header, that header gets a little 'up-arrow' or 'down-arrow' icon, showing you that the list is sorted by that header, and in which direction (ascending or descending).  In the attached screenshot, you can see the same list sorted by Description and then by Filename.  The column headers, however, give no clue.  (I circled them manually in red in The Gimp :^) )  Thanks!
Comment 1 Bill Kendrick 2004-03-12 16:12:37 UTC
Created attachment 5192 [details]
Two KGet screenshots, showing that column headers give no clue to list sort order

I have outlined the columns in red using the paintbrush in The Gimp.  Of
course, they should simply have little "^" or "v" icons. :)
Comment 2 Pino Toscano 2005-03-04 14:56:01 UTC
CVS commit by pino: 

Backporting implementation wish #77398 (wishlist): Not apparent which column the list is sorted by

BUGS: 77398


  M +1 -0      kget_linkview.cpp   1.2.6.1


--- kdenetwork/kget/kget_plug_in/kget_linkview.cpp  #1.2:1.2.6.1
@@ -60,4 +60,5 @@ void KGetLinkView::initView()
     m_view->addColumn( i18n("File Type") );
     m_view->addColumn( i18n("Location (URL)") );
+    m_view->setShowSortIndicator( true );
 
     setCentralWidget( m_view );