Bug 232556

Summary: Parleys sort order of columns is buggy
Product: [Applications] parley Reporter: Benjamin Schleinzer <ben-kde>
Component: generalAssignee: Parley Developers <parley-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Fix sorting in parley

Description Benjamin Schleinzer 2010-03-29 11:09:30 UTC
Version:            (using KDE 4.4.1)
Compiler:          GCC 4.3.4 
OS:                Linux
Installed from:    Gentoo Packages

Parleys sort order is buggy. You can only go from nosorting->asc->desc->nosort->desc->nosorting....
So after sorting through all possible modes in one column clicking on the same column again only allows to switch between nosorting and descending sorting.
Comment 1 Benjamin Schleinzer 2010-03-29 11:10:08 UTC
Created attachment 42341 [details]
Fix sorting in parley

Fixes the sorting in parley by correctly resetting the sort flag.
Comment 2 Daniel Laidig 2010-03-29 23:49:23 UTC
SVN commit 1108839 by laidig:

fix the sorting by correctly resetting the sort flag

patch by Benjamin Schleinzer
thanks!

BUG:232556

 M  +1 -0      vocabularyheaderview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1108839
Comment 3 Daniel Laidig 2010-03-29 23:49:55 UTC
SVN commit 1108841 by laidig:

backport r1108839: fix the sorting by correctly resetting the sort flag

patch by Benjamin Schleinzer
thanks!

CCBUG:232556

 M  +1 -0      vocabularyheaderview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1108841