Summary: | Character position cannot be selected in Keyboard layout editor | ||
---|---|---|---|
Product: | [Applications] ktouch | Reporter: | Yuri Chornoivan <yurchor> |
Component: | general | Assignee: | Sebastian Gottfried <sebastian.gottfried> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.0.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/ktouch/97a1be9b605f7a385b940e34093e02079034b428 | Version Fixed In: | 2.0 |
Sentry Crash Report: | |||
Attachments: | Screenshot of the problem |
Description
Yuri Chornoivan
2012-11-24 19:16:50 UTC
Created attachment 75455 [details]
Screenshot of the problem
Git commit 97a1be9b605f7a385b940e34093e02079034b428 by Sebastian Gottfried. Committed on 25/11/2012 at 20:15. Pushed by gottfried into branch 'master'. resource editor: fix edititing of key character positions May old way of registering custom edit delegate stopped working for some obscure reason. Now I'm reimplementing QStyledItemDelegate directly to overcome that issue. FIXED-IN: 2.0 M +1 -1 src/CMakeLists.txt A +139 -0 src/editor/charactersviewdelegate.cpp [License: GPL (v2+)] R +10 -22 src/editor/charactersviewdelegate.h [from: src/editor/charactersvieweditorfactories.h - 056% similarity] D +0 -103 src/editor/charactersvieweditorfactories.cpp M +4 -12 src/editor/keyboardlayoutpropertieswidget.cpp M +2 -2 src/editor/keyboardlayoutpropertieswidget.h M +0 -2 src/models/charactersmodel.cpp http://commits.kde.org/ktouch/97a1be9b605f7a385b940e34093e02079034b428 |