Bug 221493 - Text zone in kolourpaint does not support some diacritics
Summary: Text zone in kolourpaint does not support some diacritics
Status: RESOLVED FIXED
Alias: None
Product: kolourpaint
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Mandriva RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: kolourpaint-support
URL:
Keywords:
: 221494 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-01-06 10:14 UTC by Olivier Delaune
Modified: 2011-02-09 23:09 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Illustration of problem with diacritics (56.45 KB, image/png)
2010-01-06 10:25 UTC, Olivier Delaune
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Delaune 2010-01-06 10:14:52 UTC
Version:           4.3.2 (using KDE 4.3.2)
OS:                Linux
Installed from:    Mandriva RPMs

Hello,
I noted that kolourpaint does not support some diacritics such as circumflex, double dot, etc into text zone.
I will post screenshot to illustrate this. For example, it is not possible to type "ê" or "ë".
Thanks to fix this problem.
Comment 1 Olivier Delaune 2010-01-06 10:22:20 UTC
*** Bug 221494 has been marked as a duplicate of this bug. ***
Comment 2 Olivier Delaune 2010-01-06 10:25:32 UTC
Created attachment 39604 [details]
Illustration of problem with diacritics
Comment 3 Nicolas L. 2010-02-27 15:32:18 UTC
Reproduced here, this is strange, when wanting to add a ê, it wrote ^e because write the ^ directly when pressed.
Comment 4 Martin Koller 2011-02-09 23:09:57 UTC
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