[krita] [Bug 422429] Guides are always drag while editing

2020-07-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=422429

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #10 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[krita] [Bug 422429] Guides are always drag while editing

2020-06-24 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=422429

--- Comment #9 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[krita] [Bug 422429] Guides are always drag while editing

2020-06-10 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=422429

Dmitry Kazakov  changed:

   What|Removed |Added

   Severity|normal  |wishlist

--- Comment #8 from Dmitry Kazakov  ---
Hi, Ivan!

On Linux, if you have not-very-modern Intel GPU or NVidia GPU you can use the
docker for building, it will save you a lot of time:

https://invent.kde.org/dkazakov/krita-docker-env

I will downgrade this bug to a wish:

WISHGROUP: Small Usability Fixes

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

[krita] [Bug 422429] Guides are always drag while editing

2020-06-10 Thread Ivan Batalin
https://bugs.kde.org/show_bug.cgi?id=422429

--- Comment #7 from Ivan Batalin  ---
Hi, Dmitry!

Yes this problem a take in place.
Thank you for hinting to code snippets for the review.

As at last 15yeas I was using Linux at home and work, I'll try to build Krita
in chroot sandbox by the official documentation:
https://docs.krita.org/en/untranslatable_pages/building_krita.html

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

[krita] [Bug 422429] Guides are always drag while editing

2020-06-10 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=422429

Dmitry Kazakov  changed:

   What|Removed |Added

 Resolution|FIXED   |WAITINGFORINFO

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

[krita] [Bug 422429] Guides are always drag while editing

2020-06-10 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=422429

Dmitry Kazakov  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|NEEDSINFO

--- Comment #6 from Dmitry Kazakov  ---
Hi, Ivan!

I had a talk with Olga in VK and she said that "Lock Guides" option solves her
problem. Is your comment still valid?

Concerning your proposals, I think it might be useful to limit guides
modifications to the Shape Move tool only. Though this solution is rather
disputable and we would have to ask painters if they want such behavior.

Technically, the relevant parts of the code are in:

1) KoRuler::mousePressEvent()
2) class KisGuidesManager
3) class DefaultTool

Here is the most up-to-date guide for building Krita on Windows:
https://invent.kde.org/snippets/877

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

[krita] [Bug 422429] Guides are always drag while editing

2020-06-07 Thread Ivan Batalin
https://bugs.kde.org/show_bug.cgi?id=422429

Ivan Batalin  changed:

   What|Removed |Added

 CC||direc...@oas.su

--- Comment #5 from Ivan Batalin  ---
My vision of this problem, and several methods of solving for the best user
experience, locking guides or switching to gimp/photoshops method are not
correct by the Krita main ideology and design.

The issue appears when you working with all tools without left mouse button
(stylus pressure or a finger touch event) pressed. In this case guide selects
immediately and prevents to drawing at this place, even snap to this guide. The
most awful UX example is drawing with Polyline, Polygon, or Bezier Curve tool.

There are three possible solutions to workaround this issue:
The first - we are may limit tools, that can select the guides for the moving
purposes, for example Select shapes, Edit Shapes, Move and Zoom tools (such as
Inkscape does).
The second - will be adding a small delay (for example 300ms) after activating
guide in case of mouse hover event, but this solution are not perfect at all,
and dissolves other user experience.
The third possible solution - to disable selecting guides when tool are in
active state (in the process of drawing, or selecting next point) without left
button pressed. This solution was solved issue, but not in the cases when you
must start drawing with snapping to the guide. This method can be combined with
the second solution for the best effort.

I may try to implement any of above solutions and contribute this patch to the
upstream, if it will be needed by the developer community.

Best regards, Ivan Batalin.

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

[krita] [Bug 422429] Guides are always drag while editing

2020-06-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=422429

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

--- Comment #4 from Bug Janitor Service  ---
Thanks for your comment!

Automatically switching the status of this bug to REPORTED so that the KDE team
knows that the bug is ready to get confirmed.

In the future you may also do this yourself when providing needed information.

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

[krita] [Bug 422429] Guides are always drag while editing

2020-06-05 Thread Olga Batalina
https://bugs.kde.org/show_bug.cgi?id=422429

--- Comment #3 from Olga Batalina  ---
No, it's wrong. Tge existing guide most not interact with other tools than move
tool, and intersection of guides must to be mover too, when selected with move
tool (both intersected guides are moving).

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

[krita] [Bug 422429] Guides are always drag while editing

2020-06-05 Thread Olga Batalina
https://bugs.kde.org/show_bug.cgi?id=422429

--- Comment #2 from Olga Batalina  ---
Created attachment 129071
  --> https://bugs.kde.org/attachment.cgi?id=129071=edit
Guides in Gimp and Krita differences

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

[krita] [Bug 422429] Guides are always drag while editing

2020-06-03 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=422429

Dmitry Kazakov  changed:

   What|Removed |Added

 CC||dimul...@gmail.com
 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Dmitry Kazakov  ---
Hi, Olga!

Here is a special switch View->Lock Guides, which locks guides so they are not
movable anymore. I guess it works the same way both, in PS and Gimp. Isn't it?

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