Summary: | The currency editor dialog does not handle edit triggers correctly | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Cristian Oneț <onet.cristian> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | git (master) | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kmymoney/5147a0e828f3d82ce396a311d79caca466440293 | Version Fixed In: | |
Sentry Crash Report: |
Description
Cristian Oneț
2013-08-28 14:52:11 UTC
Git commit 040dad9c00e31dfbad058a8d0cad59078440cf4a by Cristian Oneț. Committed on 29/08/2013 at 04:05. Pushed by conet into branch 'master'. The currency editor dialog now properly handles edit triggers. The currency ID column is not editable as is should have been. Moved the whole currency updating business logic to KMyMoneyApp where we already had the currency creating, renaming and deleting methods. Moved the initial loading of the currencies out of the dialog constructor so that the initial currency selection will enable the proper actions. REVIEW: 112350 M +37 -44 kmymoney/dialogs/kcurrencyeditdlg.cpp M +1 -4 kmymoney/dialogs/kcurrencyeditdlg.h M +6 -5 kmymoney/kmymoney.cpp M +1 -1 kmymoney/kmymoney.h http://commits.kde.org/kmymoney/040dad9c00e31dfbad058a8d0cad59078440cf4a Git commit 5147a0e828f3d82ce396a311d79caca466440293 by Cristian Oneț. Committed on 29/08/2013 at 04:05. Pushed by conet into branch '4.6'. The currency editor dialog now properly handles edit triggers. The currency ID column is not editable as is should have been. Moved the whole currency updating business logic to KMyMoneyApp where we already had the currency creating, renaming and deleting methods. Moved the initial loading of the currencies out of the dialog constructor so that the initial currency selection will enable the proper actions. REVIEW: 112350 (cherry picked from commit 040dad9c00e31dfbad058a8d0cad59078440cf4a) M +37 -44 kmymoney/dialogs/kcurrencyeditdlg.cpp M +1 -4 kmymoney/dialogs/kcurrencyeditdlg.h M +6 -5 kmymoney/kmymoney.cpp M +1 -1 kmymoney/kmymoney.h http://commits.kde.org/kmymoney/5147a0e828f3d82ce396a311d79caca466440293 |