Revision 1a910f1...

Go back to digest for 18th November 2012

Bug Fixes in Educational

Sebastian Gottfried committed changes in [ktouch] /:

training screen: fix key event handling wrt dead keys

Turns the event handling in QML is too limited to properly support dead
keys. At least on X11 dead key handling is part of some input method
and one has support for them in QML. Therefore the event handling part
of the training line has been moved to C++.

While I'm at it I also made sure that the training widget acts more line
standard input widget, so Ctrl+Backspace now deletes the last word.


FIXED-IN: 2.0

File Changes

Added 2 files
  • /declarativeitems
  •   src/traininglinecore.cpp
  •   src/traininglinecore.h
Modified 5 files
  •   src/application.cpp
  •   src/CMakeLists.txt
  •   src/qml/TrainingLine.qml
  •   src/qml/TrainingScreen.qml
  •   src/qml/TrainingWidget.qml
7 files changed in total