Summary: | [move-tool] Move tool shouldn't deselect-all automatically after a move action | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | David REVOY <info> |
Component: | Tools | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | halla |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/6ddb37b265eaaac863faa814ab9f17c5c328002f | Version Fixed In: | |
Sentry Crash Report: |
Description
David REVOY
2013-09-01 20:43:45 UTC
Hi David, Yes, this is something we need to fix. Dmitry... I'm looking at you :-) Git commit ccb498214a6bbcd1e6daf8a43522ed609233a5a9 by Dmitry Kazakov. Committed on 21/02/2014 at 10:36. Pushed by dkazakov into branch 'master'. Fix the moving of a selected piece of layer Now the selection is moved alongside with the selected piece of data. While the stroke is active, the selection is hidden not to interere with the process of moving. As soon as the stroke is finished the the moved selection is shown again. M +0 -1 krita/image/CMakeLists.txt A +75 -0 krita/image/commands_new/kis_move_command_common.h [License: GPL (v2+)] D +0 -63 krita/image/commands_new/kis_node_move_command2.cpp M +2 -29 krita/image/commands_new/kis_node_move_command2.h A +46 -0 krita/image/commands_new/kis_selection_move_command2.h [License: GPL (v2+)] M +4 -4 krita/image/kis_paint_device.h M +9 -0 krita/image/kis_pixel_selection.cpp M +6 -0 krita/image/kis_pixel_selection.h M +6 -0 krita/image/kis_selection.cc M +8 -6 krita/image/tiles3/kis_rect_iterator.cpp M +3 -0 krita/image/tiles3/kis_rect_iterator.h M +16 -7 krita/plugins/tools/defaulttools/strokes/move_selection_stroke_strategy.cpp M +1 -0 krita/plugins/tools/defaulttools/strokes/move_selection_stroke_strategy.h http://commits.kde.org/calligra/ccb498214a6bbcd1e6daf8a43522ed609233a5a9 Git commit 6ddb37b265eaaac863faa814ab9f17c5c328002f by Dmitry Kazakov. Committed on 21/02/2014 at 10:36. Pushed by dkazakov into branch 'calligra/2.8'. Fix the moving of a selected piece of layer Now the selection is moved alongside with the selected piece of data. While the stroke is active, the selection is hidden not to interere with the process of moving. As soon as the stroke is finished the the moved selection is shown again. M +0 -1 krita/image/CMakeLists.txt A +75 -0 krita/image/commands_new/kis_move_command_common.h [License: GPL (v2+)] D +0 -63 krita/image/commands_new/kis_node_move_command2.cpp M +2 -29 krita/image/commands_new/kis_node_move_command2.h A +46 -0 krita/image/commands_new/kis_selection_move_command2.h [License: GPL (v2+)] M +4 -4 krita/image/kis_paint_device.h M +9 -0 krita/image/kis_pixel_selection.cpp M +6 -0 krita/image/kis_pixel_selection.h M +6 -0 krita/image/kis_selection.cc M +8 -6 krita/image/tiles3/kis_rect_iterator.cpp M +3 -0 krita/image/tiles3/kis_rect_iterator.h M +16 -7 krita/plugins/tools/defaulttools/strokes/move_selection_stroke_strategy.cpp M +1 -0 krita/plugins/tools/defaulttools/strokes/move_selection_stroke_strategy.h http://commits.kde.org/calligra/6ddb37b265eaaac863faa814ab9f17c5c328002f |