Bug 252463 - the move tool should be able to move selections
Summary: the move tool should be able to move selections
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: General (show other bugs)
Version: 0.1
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-26 20:21 UTC by Adam C
Modified: 2010-10-04 21:14 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam C 2010-09-26 20:21:25 UTC
Version:           0.1
OS:                Linux

bug: the move tool should be able to move local selections as they are layers.

after resolving the bug, please move to the wishlist:
would be cool, if one could select "selections" in the tool option widget and this way move global selections.

Reproducible: Always




OS: Linux (x86_64) release 2.6.34-12-desktop
Compiler: gcc
Comment 1 Sven Langkamp 2010-10-03 00:21:12 UTC
SVN commit 1181987 by langkamp:

fix interaction of move tool and move command with selection masks
CCBUG:252463


 M  +8 -2      image/commands/kis_node_move_command.cpp  
 M  +3 -1      image/commands/kis_node_move_command.h  
 M  +6 -2      plugins/tools/defaulttools/kis_tool_move.cc  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1181987
Comment 2 Sven Langkamp 2010-10-04 02:13:03 UTC
SVN commit 1182253 by langkamp:

fix shape selection move
CCBUG:252463


 M  +8 -2      image/kis_selection.cc  
 M  +2 -0      image/kis_selection_component.h  
 M  +21 -0     ui/flake/kis_shape_selection.cpp  
 M  +4 -0      ui/flake/kis_shape_selection.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1182253
Comment 3 Sven Langkamp 2010-10-04 12:48:19 UTC
This is mostly fixed. Just one strange problem remains: If you have a pixel and a shape selection the pixel selection isn't moved correctly. It works if there is only a pixel selection.
Comment 4 Sven Langkamp 2010-10-04 21:14:22 UTC
SVN commit 1182504 by langkamp:

invalidate exact bounds cache after setX/setY otherwise exactBounds is wrong after move
BUG:252463


 M  +2 -0      kis_paint_device.cc  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1182504