As default the cursor position is set to the day part of the date field.
CCBUG:374123
BUG:389631
FIXED-IN:4.8.2
tbaumgart |
KMyMoney |
As default the cursor position is set to the day part of the date field.
CCBUG:374123
BUG:389631
FIXED-IN:4.8.2
compiled and tested on linux
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
This change will not be cherry-pickable after https://phabricator.kde.org/D10161 landed on master/5.0.
kmymoney/dialogs/settings/ksettingsregisterdecl.ui | ||
---|---|---|
245 | What is the reason to add the native="true" attribute here and for the other TransactionSortOption objects? Are there any potential side effects? |
Thanks for this info, separated patch
kmymoney/dialogs/settings/ksettingsregisterdecl.ui | ||
---|---|---|
245 | This has been added by Qt Designer - I'm going to update the ui file with only the required changes. |
kmymoney/dialogs/settings/ksettingsregisterdecl.ui | ||
---|---|---|
245 | It's what I thought would have caused it. Thanks for clarification. | |
288 | I think 'Initial cursor position within the date field' is better. | |
kmymoney/settings/kmymoney.kcfg | ||
327 | I think 'Initial cursor position within the date field' is better. | |
kmymoney/widgets/kmymoneydateinput.cpp | ||
181 | Please use enums here instead of magic numbers. They could be added to the kmymoneydateinput class/namespace |
kmymoney/widgets/kmymoneydateinput.cpp | ||
---|---|---|
181 | Even better the enums are provided type safe by class KMyMoneySettings |