I think it would be more intuitive to show the results as soon as the user press the key ENTER. Reproducible: Always Steps to Reproduce: 1. Press CTRL+F to open the screen used to search transactions 2. Type some value in the field (e.g. "123") 3. Press ENTER Actual Results: Nothing happens Expected Results: KMyMoney should show the search results (as if the user clicked in the Search button or pressed ALT+E)
Git commit 91dd48fbad03d4b9316fdb7842dc20263bf75f04 by Cristian Oneț. Committed on 08/05/2012 at 18:57. Pushed by conet into branch 'master'. In the 'Find transactions' dialog trigger a search when return is pressed and there is text entered in the filter. Althoug there are standard shortcuts for this action the newly added behavior seems to optimize a usual workflow (text search). Added a clear button to the text filter as a bonus. M +6 -0 kmymoney/dialogs/kfindtransactiondlg.cpp M +3 -0 kmymoney/dialogs/kfindtransactiondlgdecl.ui http://commits.kde.org/kmymoney/91dd48fbad03d4b9316fdb7842dc20263bf75f04
Git commit e0546e9c6762d51af3c50da694a1c7fd97e6595c by Cristian Oneț. Committed on 08/05/2012 at 18:57. Pushed by conet into branch '4.6'. In the 'Find transactions' dialog trigger a search when return is pressed and there is text entered in the filter. Althoug there are standard shortcuts for this action the newly added behavior seems to optimize a usual workflow (text search). Added a clear button to the text filter as a bonus. (cherry picked from commit 91dd48fbad03d4b9316fdb7842dc20263bf75f04) M +6 -0 kmymoney/dialogs/kfindtransactiondlg.cpp M +3 -0 kmymoney/dialogs/kfindtransactiondlgdecl.ui http://commits.kde.org/kmymoney/e0546e9c6762d51af3c50da694a1c7fd97e6595c
Another bonus (!) might be. when searching for a value, not to have to remember to include a 'thousands separator' for the search to find a value that contains one?