Bug 77398 - Not apparent which column the list is sorted by
Summary: Not apparent which column the list is sorted by
Status: RESOLVED FIXED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-12 16:10 UTC by Bill Kendrick
Modified: 2005-03-04 14:56 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Two KGet screenshots, showing that column headers give no clue to list sort order (12.01 KB, image/png)
2004-03-12 16:12 UTC, Bill Kendrick
Details

Note You need to log in before you can comment on or make changes to this bug.
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 );