Bug 224360 - Match Names From Start option not working
Summary: Match Names From Start option not working
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-26 18:17 UTC by David Houlden
Modified: 2010-02-07 08:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

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