[krita] [Bug 403758] Shift+Click-and-drag will move all the layers when using the "Move Tool" set to "Move current layer"

2019-04-08 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=403758

wolthera  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||griffinval...@gmail.com
   Keywords||triaged

--- Comment #8 from wolthera  ---
I guess I'll set this one to confirmed given people can reproduce.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 403758] Shift+Click-and-drag will move all the layers when using the "Move Tool" set to "Move current layer"

2019-01-30 Thread Ahab Greybeard
https://bugs.kde.org/show_bug.cgi?id=403758

Ahab Greybeard  changed:

   What|Removed |Added

 CC||ahab.greybe...@hotmail.co.u
   ||k

--- Comment #7 from Ahab Greybeard  ---
re. Comment 2 and Comment 4:

Ctrl+Drag will move all the layer stack if there is a movable painted area
under the cursor. If there is not a movable painted area under the cursor then
only the currently selected layer is moved. (When 'Move current layer' is the
Move mode).

An example of 'no movable painted area' would be transparency or a locked
painted background layer.

This is another demonstration of the complicated 'subtlety' of the mode +
modifier + move operations.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 403758] Shift+Click-and-drag will move all the layers when using the "Move Tool" set to "Move current layer"

2019-01-30 Thread mvowada
https://bugs.kde.org/show_bug.cgi?id=403758

mvowada  changed:

   What|Removed |Added

 Attachment #117726|0   |1
is obsolete||

--- Comment #6 from mvowada  ---
Created attachment 117727
  --> https://bugs.kde.org/attachment.cgi?id=117727=edit
"Move Tool" current behaviour (4.2.0). I have put suggestions between
parentheses. (Text file)

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 403758] Shift+Click-and-drag will move all the layers when using the "Move Tool" set to "Move current layer"

2019-01-30 Thread mvowada
https://bugs.kde.org/show_bug.cgi?id=403758

--- Comment #5 from mvowada  ---
Created attachment 117726
  --> https://bugs.kde.org/attachment.cgi?id=117726=edit
"Move Tool" current behaviour (4.2.0). I have put suggestions between
parentheses.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 403758] Shift+Click-and-drag will move all the layers when using the "Move Tool" set to "Move current layer"

2019-01-30 Thread David REVOY
https://bugs.kde.org/show_bug.cgi?id=403758

--- Comment #4 from David REVOY  ---
@boud: You are right. Ctrl+Drag does something else and a bit special. It looks
like it should move the layer(pixels) found under the cursor; but moves the
whole group if the pixels belong to a layer inside a group (and the whole stack
if the layer belong to the root). 

Ctrl probably needs a simplier behavior because it sounds probably more logic
to pipe 'R' (pick layer/group under cursor) then 'T' move action; instead of
having a Ctrl+Move that attempt to do everything. I'll ask other artist on IRC
later today if they use this special Ctrl+Move.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 403758] Shift+Click-and-drag will move all the layers when using the "Move Tool" set to "Move current layer"

2019-01-30 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=403758

--- Comment #3 from Boudewijn Rempt  ---
I'm just trying to guess what Dmitry meant when writing this part of the code.
In the code, there's this comment:

// Ctrl+Right click toggles between moving current layer and moving layer w/
content

Which suggests that ctrl-drag isn't meant to switch to moving the group, but
current layer and layer with content -- and that obviously doesn't work either.
shift-click (instead of click-shift) does have a special meaning in the tool
system, but it doesn't look like it actually does something special.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 403758] Shift+Click-and-drag will move all the layers when using the "Move Tool" set to "Move current layer"

2019-01-29 Thread David REVOY
https://bugs.kde.org/show_bug.cgi?id=403758

David REVOY  changed:

   What|Removed |Added

 CC||i...@davidrevoy.com

--- Comment #2 from David REVOY  ---
Thank you for reporting this one @mvowada.

Reproduced:
- 4.1.5appimage~kubuntu18.04
- 4.2~compiled-git

@boud, I also always thought it was a bug. Because to move the whole
group/stack, the dedicated shortcut is Ctrl + Drag. Having this "Move All"
feature also on Shift made me often do mistakes while moving things around. To
move something along an axis; it feels more logic to me to press Shift first
(constrain) then do the Move action; that's why I fall easily in this one.
(Note: Vector objects already works this way: Shift can be pressed before or
after moving to constrain).

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 403758] Shift+Click-and-drag will move all the layers when using the "Move Tool" set to "Move current layer"

2019-01-29 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=403758

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #1 from Boudewijn Rempt  ---
There is a difference between pressing shift, click and drag and click,
pressing shift and drag:

click (selects the layer), shift, move: moves the layer constrained horizontal
and vertical.
shift, click, move: moves all layers, constrained horizontal and vertical.

I've documented this in the manual. I'm not sure I would actually call this a
bug...

-- 
You are receiving this mail because:
You are watching all bug changes.