Revision 40bdd4a...

Go back to digest for 11th November 2012

Features in Office

Dmitry Kazakov committed changes in [calligra/krita-new-move-tool-kazakov] /:

Made the move tool iterational

Now the tool does not create new layers and does not create
numerous undo commands. It works in an iterational way: you move
the node (or selection) as many times as you wish. After the moving
done and you switch the tool (or apply any other action) the move
stroke will be finished and added to your undo history.

Please test it in 'krita-new-move-tool-kazakov' branch.

File Changes

Added 2 files
  • /plugins/tools/defaulttools/strokes
  •   krita/move_selection_stroke_strategy.cpp
  •   krita/move_selection_stroke_strategy.h
Modified 11 files
  •   krita/image/kis_image.cc
  •   krita/image/kis_image.h
  •   krita/image/kis_stroke_strategy_undo_command_based.cpp
  •   krita/image/kis_stroke_strategy_undo_command_based.h
  •   krita/ui/kis_doc2_p.h
  •   krita/ui/kis_filter_handler.cc
  •   krita/ui/tool/kis_tool.cc
  •   krita/ui/tool/kis_tool.h
  •   krita/plugins/tools/defaulttools/CMakeLists.txt
  •   krita/plugins/tools/defaulttools/kis_tool_move.cc
  •   krita/plugins/tools/defaulttools/kis_tool_move.h
13 files changed in total