[krita] [Bug 384687] Clicking outside the red frame in the overview docker should pan the image.

2018-04-13 Thread Seoras Macdonald
https://bugs.kde.org/show_bug.cgi?id=384687

Seoras Macdonald <seor...@gmail.com> changed:

   What|Removed |Added

 CC||seor...@gmail.com

--- Comment #8 from Seoras Macdonald <seor...@gmail.com> ---
Created attachment 112008
  --> https://bugs.kde.org/attachment.cgi?id=112008=edit
Video of feature

I've implemented the feature, here's a quick video of it.

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

[krita] [Bug 384687] Clicking outside the red frame in the overview docker should pan the image.

2018-04-13 Thread Seoras Macdonald
https://bugs.kde.org/show_bug.cgi?id=384687

--- Comment #9 from Seoras Macdonald <seor...@gmail.com> ---
Created attachment 112009
  --> https://bugs.kde.org/attachment.cgi?id=112009=edit
Patch for the feature

This is the patch for the feature. It's mostly just modified from the code for
dragging the preview box. I'll stick it on Phabricator too.

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

[krita] [Bug 390835] JJ: Overview docker incorrectly displays current view and the image appears too small/low quality when full size.

2018-04-06 Thread Seoras Macdonald
https://bugs.kde.org/show_bug.cgi?id=390835

Seoras Macdonald <seor...@gmail.com> changed:

   What|Removed |Added

 CC||seor...@gmail.com

--- Comment #4 from Seoras Macdonald <seor...@gmail.com> ---
Created attachment 111873
  --> https://bugs.kde.org/attachment.cgi?id=111873=edit
Fix for blurriness/distortion

I've got a fix for the blurriness/distortion part of the bug, but not for the
incorrect size.

I've introduced an m_oldPixmap variable which stays constant over calls to
resizeEvent, and m_pixmap is now set to a scaled version of this, rather than a
scaled version of itself (which seemed to be the cause of the distortion.)

I'll post the patch for review on phabricator.

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

[krita] [Bug 385050] JJ: workflow improvement: create a group when several layers are selected and that user clicks on "add layer"

2018-03-18 Thread Seoras Macdonald
https://bugs.kde.org/show_bug.cgi?id=385050

Seoras Macdonald <seor...@gmail.com> changed:

   What|Removed |Added

 CC||seor...@gmail.com

--- Comment #7 from Seoras Macdonald <seor...@gmail.com> ---
Created attachment 111486
  --> https://bugs.kde.org/attachment.cgi?id=111486=edit
Proposed patch

Hi, I think I've got a working patch based on the previous patch attached by 
shubhamgoyal. This is my first time submitting a patch, so I'm not sure if this
is the most natural way to implement the feature though.

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