Summary: | After changing format of short date format input fields become screwed up | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | M G Berberich <kde> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gvcasper |
Priority: | NOR | ||
Version: | 4.6.3 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
URL: | http://www.forwiss.uni-passau.de/~berberic/kmymoney.png | ||
Latest Commit: | http://commits.kde.org/kmymoney/72e7d858d7f287ee471eae7f6d3ca1d05152aac0 | Version Fixed In: | |
Sentry Crash Report: |
Description
M G Berberich
2013-05-12 17:19:57 UTC
On Sun, 12 May 2013 17:20:21 +0000 M G Berberich <kde@oss.m-berberich.de> wrote: > https://bugs.kde.org/show_bug.cgi?id=319728 > > M G Berberich <kde@oss.m-berberich.de> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Summary|After changing format of |After changing > format of |short date format input |short date format input > |fields becomes screwed up |fields become > screwed up > I don't have German, but should you be using long date format, the translation of something like "SHORTWEEKDAY dD mM YYYY"? Allan Problem still exists in 4.6.3 Git commit baba4bf17ac4decdd6a5427effab17b663079595 by Thomas Baumgart. Committed on 02/06/2013 at 10:48. Pushed by tbaumgart into branch 'master'. Don't mess up date input display format Using any meta-character other than day, month or year in the KDE global short date format setting screwed up the KMyMoney date input fields. E.g. "%a, %d.%m.%y" caused the 'a' to be taken as separator where it should have been the dot. M +17 -7 kmymoney/widgets/kmymoneydateinput.cpp http://commits.kde.org/kmymoney/baba4bf17ac4decdd6a5427effab17b663079595 Git commit 72e7d858d7f287ee471eae7f6d3ca1d05152aac0 by Thomas Baumgart. Committed on 02/06/2013 at 10:48. Pushed by tbaumgart into branch '4.6'. Don't mess up date input display format Using any meta-character other than day, month or year in the KDE global short date format setting screwed up the KMyMoney date input fields. E.g. "%a, %d.%m.%y" caused the 'a' to be taken as separator where it should have been the dot. (cherry picked from commit baba4bf17ac4decdd6a5427effab17b663079595) M +17 -7 kmymoney/widgets/kmymoneydateinput.cpp http://commits.kde.org/kmymoney/72e7d858d7f287ee471eae7f6d3ca1d05152aac0 |