Summary: | Text zone in kolourpaint does not support some diacritics | ||
---|---|---|---|
Product: | [Applications] kolourpaint | Reporter: | Olivier Delaune <olivier.delaune> |
Component: | general | Assignee: | kolourpaint-support |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mandriva RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Illustration of problem with diacritics |
Description
Olivier Delaune
2010-01-06 10:14:52 UTC
*** Bug 221494 has been marked as a duplicate of this bug. *** Created attachment 39604 [details]
Illustration of problem with diacritics
Reproduced here, this is strange, when wanting to add a ê, it wrote ^e because write the ^ directly when pressed. SVN commit 1219639 by mkoller: Reenable input method support thanks to a patch by Tasuku Suzuki BUG: 194821 BUG: 221493 M +2 -0 AUTHORS M +2 -0 CMakeLists.txt M +1 -0 COPYING M +1 -4 kolourpaint.cpp M +4 -0 kpViewScrollableContainer.cpp A layers/selections/text/kpPreeditText.cpp [License: BSD] A layers/selections/text/kpPreeditText.h [License: BSD] M +12 -0 layers/selections/text/kpTextSelection.cpp M +10 -2 layers/selections/text/kpTextSelection.h M +2 -1 layers/selections/text/kpTextSelectionPrivate.h M +15 -3 layers/selections/text/kpTextSelection_Cursor.cpp M +99 -5 layers/selections/text/kpTextSelection_Paint.cpp M +1 -2 tools/kpTool.h M +2 -6 tools/selection/text/kpToolText.cpp M +1 -2 tools/selection/text/kpToolText.h M +0 -8 tools/selection/text/kpToolTextPrivate.h M +26 -139 tools/selection/text/kpToolText_InputMethodEvents.cpp M +8 -2 tools/selection/text/kpToolText_KeyboardEvents_HandleTypingKeys.cpp M +49 -32 views/kpView.cpp M +2 -9 views/kpView.h M +14 -36 views/kpView_Events.cpp M +17 -3 views/manager/kpViewManager.cpp M +3 -2 views/manager/kpViewManager.h M +6 -0 views/manager/kpViewManagerPrivate.h M +8 -28 views/manager/kpViewManager_TextCursor.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1219639 |