Bug 224360

Summary: Match Names From Start option not working
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: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description David Houlden 2010-01-26 18:17:41 UTC
Version:            (using KDE 4.3.4)
OS:                Linux

I have the option "Match Names From Start" turned off. On latest svn when entering transactions in the ledger or schedule editor only names starting with what I type are displayed for selection.
Comment 1 Cristian OneČ› 2010-02-02 08:57:03 UTC
This is happening because of the new KMyMoneyCombo. After some analysis it is clear now that we still need a KMyMoneyCompleter since QCompleter is not smart enough to implement all the features we had in KMyMoney with it. So a step of development is needed to fix this bug and port the rest of the widgets.
Comment 2 Cristian OneČ› 2010-02-07 08:32:34 UTC
SVN commit 1086392 by conet:

BUG: 224360
This is a very clean and simple solution to this bug. Also this solution can be used to implement the tree completion we have now with the help of QCompleter. So there is no need to implement a KMyMoneyCompleter.

 M  +21 -3     kmymoneymvccombo.cpp  


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