Bug 244879

Summary: Cannot sort scheduled transactions
Product: [Applications] kmymoney Reporter: David Houlden <djhoulden>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description David Houlden 2010-07-16 18:25:54 UTC
Version:           unspecified (using KDE 4.4.4) 
OS:                Linux

Using SVN 1150717

Clicking on the headings of the Scheduled Transactions screen does not sort the list of transactions. I prefer to see the transactions in date sequence which used to be possible by clicking on the next due date header.

Reproducible: Always
Comment 1 Alvaro Soliverez 2010-07-16 19:28:39 UTC
Yes, it's a known issue after porting the widgets. I'll get to it.
Comment 2 Alvaro Soliverez 2010-07-17 05:02:39 UTC
SVN commit 1150901 by asoliverez:

Reenable sorting of the schedules list

BUG:244879

 M  +1 -0      CMakeLists.txt  
 M  +18 -13    kscheduledview.cpp  
 A             kscheduletreeitem.cpp   [License: GPL (v2+)]
 A             kscheduletreeitem.h   [License: GPL (v2+)]


WebSVN link: http://websvn.kde.org/?view=rev&revision=1150901
Comment 3 David Houlden 2010-07-17 18:52:36 UTC
Thanks Alvaro. Is it possible to remember the setting for this? It always resets to sorting on the first column (Type/Name) when I restart kmymoney.
Comment 4 Alvaro Soliverez 2010-07-19 02:31:35 UTC
SVN commit 1151382 by asoliverez:

Save sorting column of the schedule tree

BUG:244879

 M  +6 -9      kscheduledview.cpp  
 M  +1 -0      kscheduledview.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1151382
Comment 5 Alvaro Soliverez 2010-07-19 12:29:59 UTC
SVN commit 1151677 by asoliverez:

Save the state of the column headers the right way, as suggested by Cristian

BUG:244879

 M  +7 -6      kscheduledview.cpp  
 M  +0 -1      kscheduledview.h  


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