Bug 115129

Summary: allow sorting of columns in the musicbrainz result dialog
Product: [Applications] amarok Reporter: Dominik Karall <dominik.karall>
Component: generalAssignee: Amarok Developers <amarok-bugs-dist>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 1.3.5   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Dominik Karall 2005-10-26 18:08:27 UTC
Version:           1.3.5 (using KDE KDE 3.4.92)
Installed from:    Gentoo Packages

It would be fine, if amarok would let the user sort the results of musicbrainz lookup by any of the columns listed there. For lookups which end up in a result of about 30 different tags, it isn't very easy to find the correct tag without sorting.
Comment 1 Alexandre Oliveira 2005-10-29 03:54:41 UTC
SVN commit 475382 by aoliveira:

Let user change the sorting in the musicbrainz result dialog, by clicking on the titles.
BUG: 115129


 M  +1 -1      trackpickerdialog.cpp  


--- trunk/extragear/multimedia/amarok/src/trackpickerdialog.cpp #475381:475382
@@ -61,7 +61,7 @@
     setMainWidget(m_base);
 
     m_base->fileLabel->setText(name);
-    m_base->trackList->setSorting(-1);
+//    m_base->trackList->setSorting(-1);
     KTRMResultList::ConstIterator end( results.end() );
     for(KTRMResultList::ConstIterator it = results.begin(); it != end; ++it)
         new TrackPickerItem(m_base->trackList, *it);