Bug 232556 - Parleys sort order of columns is buggy
Summary: Parleys sort order of columns is buggy
Status: RESOLVED FIXED
Alias: None
Product: parley
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Parley Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-29 11:09 UTC by Benjamin Schleinzer
Modified: 2010-03-29 23:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Fix sorting in parley (286 bytes, patch)
2010-03-29 11:10 UTC, Benjamin Schleinzer
Details

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