Revision 639be73...

Go back to digest for 24th March 2013

Bug Fixes in Office

Dmitry Kazakov committed changes in [calligra/calligra/2.6] /ui:

Fixed the input manager on windows

There are two points there:
1) Windows defers the mouse events generated by the ignored tablet events,
so the former ones arrive reordered.
2) The flow of tablet move events is too high, so there is a special option
"hiResInputEvents" introduced in the action to handle it. All the actions
except painting itself use compressed mouse move events instead.

File Changes

Modified 8 files
  • /ui
  •   krita/input/kis_abstract_input_action.cpp
  •   krita/input/kis_abstract_input_action.h
  •   krita/input/kis_input_manager.cpp
  •   krita/input/kis_shortcut_matcher.cpp
  •   krita/input/kis_shortcut_matcher.h
  •   krita/input/kis_tool_invocation_action.cpp
  •   krita/input/kis_tool_invocation_action.h
  •   krita/tests/kis_input_manager_test.cpp
8 files changed in total