Summary: | Match Names From Start option not working | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | David Houlden <djhoulden> |
Component: | general | Assignee: | 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: | ||
Sentry Crash Report: |
Description
David Houlden
2010-01-26 18:17:41 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. 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 |