[krita] [Bug 454496] Krita crash on save

2022-05-28 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=454496

sh_zam  changed:

   What|Removed |Added

 CC||sh...@sdf.org

--- Comment #2 from sh_zam  ---
> Saving a new file causes Krita to crash every time. Others have suggested 
> rolling back kxmlgui but I do not have that package installed.

hmm weird, can you share the `/proc//maps` file?

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

[krita] [Bug 448343] Some translation is missing from Krita's Android version

2022-06-16 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=448343

sh_zam  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/commit/eef04429b |hics/krita/commit/116165ee9
   |5e358bb41ae150537bb729dd7ea |5ef514a68e2e7deff92b01ffbe8
   |ec32|11db
 Resolution|--- |FIXED

--- Comment #14 from sh_zam  ---
Git commit 116165ee95ef514a68e2e7deff92b01ffbe811db by Sharaf Zaman.
Committed on 16/06/2022 at 19:18.
Pushed by szaman into branch 'master'.

Qt translations missing from binary factory builds

Selecting the translation location as krita-android-build didn't work on
binary factory because we didn't copy this directory as one of our
dependency artifacts. Now, we don't change the install location but
instead copy the files into locale during gradle build stage.

M  +1-33rdparty/CMakeLists.txt
M  +1-13rdparty/ext_qt/CMakeLists.txt
M  +2-3packaging/android/androidbuild.sh
M  +9-1packaging/android/apk/build.gradle

https://invent.kde.org/graphics/krita/commit/116165ee95ef514a68e2e7deff92b01ffbe811db

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

[krita] [Bug 448343] Some translation is missing from Krita's Android version

2022-06-16 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=448343

--- Comment #15 from sh_zam  ---
Thanks, things should be really fixed this time! I'll ask Halla to run the deps
build tomorrow and then the next nightly should be fixed :)

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

[krita] [Bug 465199] App freezes when I use animation docker

2023-02-24 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=465199

--- Comment #2 from sh_zam  ---
Hi! Can you please share the file which causes this bug? If it is confidential,
you can mail it to me at shzam at sdf.org.

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

[krita] [Bug 465844] Crashes every time I Scale all layers to new size

2023-02-24 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=465844

sh_zam  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 CC||sh...@sdf.org
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from sh_zam  ---
Hi! Can you please attach the file which causes the crash or mail it to me at
shzam at sdf.org? 

Please also share info from Help -> Show system information for bug reports. I
believe the crash may be due to an out of memory error (which means that the
image was too big to operate on, so system killed Krita because it was
requesting lots of memory.).

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

[krita] [Bug 463115] [Android] Krita loses detection of mouse events on canvas after S-PEN is in range, and it won't come back

2023-02-25 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=463115

sh_zam  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/-/commit/c9a6df1
   ||33e5926bdca53dccc5c6cc4a60f
   ||6b212b
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from sh_zam  ---
Thanks for the logs! I've fixed the bug, but it will be in Nightly only when
the dependencies are built (which may take till Monday :) ).

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

[krita] [Bug 463115] [Android] Krita loses detection of mouse events on canvas after S-PEN is in range, and it won't come back

2023-02-26 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=463115

sh_zam  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |sh...@sdf.org

--- Comment #8 from sh_zam  ---
Clearly an oversight on my part! Thanks for letting me know!

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

[krita] [Bug 465199] App freezes when I use animation docker

2023-02-26 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=465199

--- Comment #4 from sh_zam  ---
I think to forgot to attach the file :)

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

[krita] [Bug 459254] In the canvas input settings, there are redundant four-finger tap gestures for zooming the canvas, causing gesture conflicts.

2023-02-27 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=459254

--- Comment #2 from sh_zam  ---
Git commit 692ab763710b7ad15eca5635c9235f42794064a4 by Sharaf Zaman.
Committed on 27/02/2023 at 06:19.
Pushed by merge-service into branch 'master'.

Detect conflicts in Canvas Input Settings

Part-of: <https://invent.kde.org/graphics/krita/-/merge_requests/1725>

M  +6-1libs/ui/input/config/kis_action_shortcuts_model.cpp
M  +48   -1libs/ui/input/config/kis_input_configuration_page.cpp
M  +5-1libs/ui/input/config/kis_input_configuration_page.h
M  +13   -0libs/ui/input/config/kis_input_configuration_page_item.cpp
M  +5-0libs/ui/input/config/kis_input_configuration_page_item.h
M  +48   -34   libs/ui/input/config/kis_input_configuration_page_item.ui
M  +19   -0libs/ui/input/kis_input_profile_manager.cpp
M  +6-0libs/ui/input/kis_input_profile_manager.h
M  +15   -0libs/ui/input/kis_shortcut_configuration.cpp
M  +17   -0libs/ui/input/kis_shortcut_configuration.h

https://invent.kde.org/graphics/krita/commit/692ab763710b7ad15eca5635c9235f42794064a4

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

[krita] [Bug 459254] In the canvas input settings, there are redundant four-finger tap gestures for zooming the canvas, causing gesture conflicts.

2023-02-27 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=459254

sh_zam  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/721c4d6e1
   ||b0d0d580dc8ce47f3ecace968ee
   ||2992
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from sh_zam  ---
Git commit 721c4d6e1b0d0d580dc8ce47f3ecace968ee2992 by Sharaf Zaman.
Committed on 27/02/2023 at 06:19.
Pushed by merge-service into branch 'master'.

Remove conflicted touch gesture from default profiles

Part-of: <https://invent.kde.org/graphics/krita/-/merge_requests/1725>

M  +0-1krita/data/input/clipstudiopaintcompatible.profile
M  +0-1krita/data/input/kritadefault.profile

https://invent.kde.org/graphics/krita/commit/721c4d6e1b0d0d580dc8ce47f3ecace968ee2992

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

[krita] [Bug 463115] [Android] Krita loses detection of mouse events on canvas after S-PEN is in range, and it won't come back

2023-02-27 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=463115

--- Comment #9 from sh_zam  ---
Hello! Can you please test this:
https://drive.google.com/file/d/1PCpq92YRzdiEjMsR3TSwWfFv9Rap4zZ5/view?usp=sharing
:)

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

[krita] [Bug 463115] [Android] Krita loses detection of mouse events on canvas after S-PEN is in range, and it won't come back

2023-02-28 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=463115

--- Comment #11 from sh_zam  ---
That's strange. Can you please check if you have some other version of Krita
Debug installed? If yes, you may have to uninstall it.

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

[krita] [Bug 463115] [Android] Krita loses detection of mouse events on canvas after S-PEN is in range, and it won't come back

2023-02-28 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=463115

--- Comment #12 from sh_zam  ---
It will be named "Krita Debug", if it is "Krita Next" or the one from Play
Store they shouldn't conflict with this.

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

[krita] [Bug 466612] Touch Screen Inputs are always Several Pixel Up from where I Touch Them

2023-02-28 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=466612

sh_zam  changed:

   What|Removed |Added

 CC||sh...@sdf.org

--- Comment #1 from sh_zam  ---
We had a bug like this on Android, it was due to Qt's implementation of Android
plugin. Something similar may be happening with your platform plugin, since it
is XWayland. But I'm not fully sure.

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

[krita] [Bug 465199] App freezes when I use animation docker

2023-02-28 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=465199

--- Comment #6 from sh_zam  ---
Odd, I can't reproduce it, it opens for me and the animation runs fine, and I
can change frames with much issues. Would it be possible for you to screen
record the interaction with Krita? 

(The number of frames is quite large, and my device is weaker -- so maybe we
can rule out the possibility that this is due to weaker device :) ).

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

[krita] [Bug 463115] [Android] Krita loses detection of mouse events on canvas after S-PEN is in range, and it won't come back

2023-02-28 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=463115

--- Comment #17 from sh_zam  ---
Let's try again:
https://drive.google.com/file/d/1PCpq92YRzdiEjMsR3TSwWfFv9Rap4zZ5/view?usp=sharing
(it's the same url but I've uploaded a different APK).

About losing your config, please check ~/Android/data/org.krita.next/files
folder to see if there's any of your config present there. Also did you happen
to change the resource location (that can make the resources be not found)?

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

[krita] [Bug 463115] [Android] Krita loses detection of mouse events on canvas after S-PEN is in range, and it won't come back

2023-03-02 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=463115

--- Comment #20 from sh_zam  ---
(In reply to Tyson Tan from comment #18)
> Created attachment 156869 [details]
> Krita debug tablet and mouse event log
> 
> Hi Sharaf, the second APK was able to install, and the S-PEN's side button
> now works as intended.
> 
> But the touchpad event is now all messed up.
> 
> 1) Krita can only receive Left Button click from the touchpad. It ignores
> the touchpad's right click events completely (either by clicking on the
> touchpad's buttom-right corner / or using the 2-finger tapping gesture).
> These right-clicks works as intended outside of Krita. "Use mouse event for
> right click" didn't help.
> 
> 2) Left click on canvas sometimes initiates brush strokes, and the stroke
> continues to draw even when the left button is released. I must do another
> left click to end the stroke.
> 
> 3) Mouse cursor on canvas is still missing after the S-Pen is in range and
> then removed from range.
> 
> I've recorded another input log, and attached in this comment.

This is weird. Because I didn't touch any of the code which deals with
Touchpad... is this behavior reproducible even if you use a mouse? Because I
couldn't reproduce with my mouse.

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

[krita] [Bug 465199] App freezes when I use animation docker

2023-03-02 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=465199

sh_zam  changed:

   What|Removed |Added

 CC||emmetoneill@gmail.com

--- Comment #10 from sh_zam  ---
Thanks a lot for the recording! 

This looks like an internal deadlock somewhere in Krita. This is causing the
app to not close, hence you have to invoke the Force Stop to kill the app.

Let me ping Emmet, they manage animation side of Krita to see if they have any
clue why/where something like this would happen.

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

[krita] [Bug 463115] [Android] Krita loses detection of mouse events on canvas after S-PEN is in range, and it won't come back

2023-03-08 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=463115

sh_zam  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/-/commit/c9a6df1 |hics/krita/commit/0bc6830d4
   |33e5926bdca53dccc5c6cc4a60f |7e931f8d85cc57590350dfe55a2
   |6b212b  |2898

--- Comment #23 from sh_zam  ---
Git commit 0bc6830d47e931f8d85cc57590350dfe55a22898 by Sharaf Zaman.
Committed on 09/03/2023 at 05:35.
Pushed by szaman into branch 'master'.

Update the QT_TAG

The fixes include:

1. fixing the bug with S-pen buttons not getting recognized when the
stylus is being hovered.

2. Fixing the code of passing mouse events. For example, you couldn't
double click in Qt5.15. Now it should work like before.

M  +1-13rdparty/ext_qt/CMakeLists.txt

https://invent.kde.org/graphics/krita/commit/0bc6830d47e931f8d85cc57590350dfe55a22898

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

[krita] [Bug 463115] [Android] Krita loses detection of mouse events on canvas after S-PEN is in range, and it won't come back

2023-03-08 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=463115

--- Comment #24 from sh_zam  ---
Hi!

I've fixed the bug again, and this time the fix also includes the Right mouse
button press. It used to work when Krita was on 5.12, but the bug reappeared
when we updated Qt version :)

It is good that we found the bug now and not from the releases. Thanks for
reporting! And feel free to test (it should be available in the next nightly
once dependencies are freshly built)

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

[krita] [Bug 463115] [Android] Krita loses detection of mouse events on canvas after S-PEN is in range, and it won't come back

2023-03-08 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=463115

--- Comment #25 from sh_zam  ---
I've attached an APK for some other MR, but it contains fix for this bug as
well, link is in the MR:
https://invent.kde.org/graphics/krita/-/merge_requests/1771 :)

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

[krita] [Bug 462854] [Android] Unable to drag-and-drop actions in the Configure Toolbar dialogue

2023-03-09 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=462854

sh_zam  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||sh...@sdf.org
   Assignee|krita-bugs-n...@kde.org |sh...@sdf.org
 Status|REPORTED|ASSIGNED

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

[krita] [Bug 462854] [Android] Unable to drag-and-drop actions in the Configure Toolbar dialogue

2023-03-10 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=462854

--- Comment #1 from sh_zam  ---
Hello, thanks for the bug report! I've fixed the problem in:
https://drive.google.com/file/d/19bQXUQgsMI4oUKczbQk__2XefcvOdFmU/view?usp=sharing

I won't push the patch just yet, it would be great to have this tested for
regular usage first (to see if there aren't any unexpected crashes) :)

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

[krita] [Bug 462854] [Android] Unable to drag-and-drop actions in the Configure Toolbar dialogue

2023-03-15 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=462854

--- Comment #3 from sh_zam  ---
Thanks a lot for testing. I'll push the patch then, please do let me know if
something fishy surfaces in Nightly :)

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

[krita] [Bug 462854] [Android] Unable to drag-and-drop actions in the Configure Toolbar dialogue

2023-03-15 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=462854

sh_zam  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/5d03355a9
   ||b8bd47c4ad8148ed460461324b6
   ||d064
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #4 from sh_zam  ---
Git commit 5d03355a9b8bd47c4ad8148ed460461324b6d064 by Sharaf Zaman.
Committed on 16/03/2023 at 06:38.
Pushed by szaman into branch 'master'.

Android: Update QT_TAG to fix bug with Drag&Drop

M  +1-13rdparty/ext_qt/CMakeLists.txt

https://invent.kde.org/graphics/krita/commit/5d03355a9b8bd47c4ad8148ed460461324b6d064

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

[krita] [Bug 456183] cursor stuck as a hand

2023-03-17 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=456183

sh_zam  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/af31ce858
   ||01cff6b88c8670246185f7c29cc
   ||6e58
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from sh_zam  ---
Git commit af31ce85801cff6b88c8670246185f7c29cc6e58 by Sharaf Zaman.
Committed on 18/03/2023 at 00:22.
Pushed by szaman into branch 'master'.

Touch System: Cursor stuck as hand

This happened when the Touch Drag was mapped to Pan Canvas, and user
pressed the shortcut for Canvas Pan action. The reason for this is,
first the keyboard shortcut would activate the KisPanAction, and then
the Touch Shortcut would activate the action again, without deactivating
it first. The reason it is necessary is because setOverrideCursor in
KisPanAction maintains an internal stack for overridden cursor, so if we
call setOverrideCursor() twice, we have to restoreCursor() *twice*.

M  +10   -2libs/ui/input/kis_shortcut_matcher.cpp

https://invent.kde.org/graphics/krita/commit/af31ce85801cff6b88c8670246185f7c29cc6e58

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

[krita] [Bug 465199] App freezes when I use animation docker

2023-03-17 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=465199

--- Comment #11 from sh_zam  ---
Hey! Can you please share the information from Help -> Show system information
for bug reports?

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

[krita] [Bug 465199] App freezes when I use animation docker

2023-03-22 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=465199

--- Comment #14 from sh_zam  ---
When the Krita screen freezes, do you ever get a warning from Samsung, saying
something like: "Krita keeps stopping? Option 1: Wait, option 2: Kill"?

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

[krita] [Bug 458907] New: Krita crashes on start

2022-09-08 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=458907

Bug ID: 458907
   Summary: Krita crashes on start
   Product: krita
   Version: 5.1.0
  Platform: Android
OS: Unspecified
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: sh...@sdf.org
  Target Milestone: ---

Created attachment 151941
  --> https://bugs.kde.org/attachment.cgi?id=151941&action=edit
crash log

STEPS TO REPRODUCE
1. Just opening Krita seems to crash it.



SOFTWARE/OS VERSIONS
Android: 12
Qt Version:  5.12.12
Device: Samsung Galaxy Tab S6 lite

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

[krita] [Bug 458907] Krita crashes on start

2022-09-08 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=458907

sh_zam  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
   Assignee|krita-bugs-n...@kde.org |sh...@sdf.org
 Ever confirmed|0   |1

--- Comment #1 from sh_zam  ---
I'm looking into the bug. I created a bug report to track it.

Test APK to debug it better:
https://drive.google.com/file/d/1bYad1LoK5S_ex42gPp5Nw5qWFxFlMd7-/view?usp=sharing

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

[krita] [Bug 458913] Changing colours of vector objects - colour picker goes crazy

2022-09-09 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=458913

sh_zam  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |sh...@sdf.org
 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED
 CC||sh...@sdf.org

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

[krita] [Bug 458907] Krita crashes on start

2022-09-11 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=458907

sh_zam  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/28c8cd4ca
   ||4f48ca20fbf52200b2795e0fc43
   ||074a
 Status|ASSIGNED|RESOLVED

--- Comment #2 from sh_zam  ---
Git commit 28c8cd4ca4f48ca20fbf52200b2795e0fc43074a by Sharaf Zaman.
Committed on 12/09/2022 at 05:58.
Pushed by szaman into branch 'master'.

Android: Check if JNI object is null before calling its method

This resulted in a nasty crash on start.

M  +13   -11  
3rdparty/ext_qt/0041-Android-Use-External-Storage-for-some-Standard-Paths.patch

https://invent.kde.org/graphics/krita/commit/28c8cd4ca4f48ca20fbf52200b2795e0fc43074a

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

[krita] [Bug 458115] Trying to Copy Vector Layers from one Project into another - will cause a Crash (100% Repro)

2022-09-13 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=458115

--- Comment #13 from sh_zam  ---
(In reply to Lynx3d from comment #12)
> I'm afraid I have to reopen this bug, pasting a vector layer still crashes
> 100% for me on master (4ec1dd783197f4eda48a3867666483920f210e68).
> Doesn't matter if same document, other document or even inkscape, Krita will
> crash.

Can you paste the backtrace you get when trying to paste from inkscape? I
believe they should differ from this one.

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

[krita] [Bug 459062] Shapes darken when selected

2022-09-13 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=459062

sh_zam  changed:

   What|Removed |Added

 CC||sh...@sdf.org

--- Comment #8 from sh_zam  ---
I'm currently investigating a rather similar bug 458913. I wonder if there is
something funky going with color space which is making all the colors tend
towards dark until they're black?

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

[krita] [Bug 458913] Changing colours of vector objects - colour picker goes crazy

2022-09-15 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=458913

--- Comment #2 from sh_zam  ---
If you change to Edit Shapes tool, does any of this happen if you switch
foreground-to-background color and vice versa?

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

[krita] [Bug 459062] Shapes darken when selected

2022-09-15 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=459062

--- Comment #10 from sh_zam  ---
Hey! I have a question, if you change to Edit Shapes tool, does any of this
happen if you switch foreground-to-background color and vice versa?

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

[krita] [Bug 459062] Shapes darken when selected

2022-09-15 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=459062

--- Comment #11 from sh_zam  ---
Another question, if you open Krita and do not change the color, does selecting
the objects still darken them?

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

[krita] [Bug 459316] I can't save and insert images from internal storage. I went to the file and selected open but then no window showed up

2022-09-19 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=459316

sh_zam  changed:

   What|Removed |Added

 CC||sh...@sdf.org
 Status|REPORTED|NEEDSINFO
   Keywords||triaged
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from sh_zam  ---
Can you paste the output of Help > Show system information for bug reports and
Krita log in the same menu?

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

[krita] [Bug 459062] Shapes darken when selected

2022-09-19 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=459062

--- Comment #12 from sh_zam  ---
Hello! Do you happen to have Pigment.O plugin installed in Krita?

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

[krita] [Bug 459062] Shapes darken when selected

2022-09-20 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=459062

sh_zam  changed:

   What|Removed |Added

 Status|ASSIGNED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #13 from sh_zam  ---
Setting this to NEEDSINFO since I think the bug is stemming from the plugin as
mentioned here:
https://krita-artists.org/t/bug-colour-picker-is-behaving-weird-with-vector-shapes/46535

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

[krita] [Bug 467897] brush hardness and opacity blending bug

2023-03-30 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=467897

sh_zam  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1
   Assignee|krita-bugs-n...@kde.org |sh...@sdf.org

--- Comment #6 from sh_zam  ---
Confirming, this seems to happen on 32-bit float colorspace.

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

[krita] [Bug 467897] brush hardness and opacity blending bug

2023-04-07 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=467897

sh_zam  changed:

   What|Removed |Added

 CC||dimul...@gmail.com

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

[krita] [Bug 467897] brush hardness and opacity blending bug

2023-04-13 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=467897

sh_zam  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/2a2d30862
   ||6560db60fd12d81b956321c579f
   ||7bf3
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #8 from sh_zam  ---
Git commit 2a2d308626560db60fd12d81b956321c579f7bf3 by Sharaf Zaman.
Committed on 13/04/2023 at 05:17.
Pushed by dkazakov into branch 'master'.

Fix colorsmudge brush creating NaN values

This happened because xsimd:min, which calls vminq_f32 on ARM return NaN
if any of there parameter contains a NaN, which is different from
behavior of the instruction on x86.

Now, we create a mask out of nan values and for those indices set the
value to unitValue. This should work cross-platform.

M  +8-1libs/pigment/compositeops/KoOptimizedCompositeOpCopy128.h

https://invent.kde.org/graphics/krita/commit/2a2d308626560db60fd12d81b956321c579f7bf3

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

[krita] [Bug 468692] Crash during animation, app force quit.

2023-04-22 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=468692

sh_zam  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||sh...@sdf.org

--- Comment #1 from sh_zam  ---
Hi!

Can you please also add Help -> Show crash log for bug reports. It should
probably contain a crash log to help us.

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

[krita] [Bug 468489] Tools/Transform not working on Android tablet with stylus pen. Please update tools

2023-04-22 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=468489

sh_zam  changed:

   What|Removed |Added

 CC||sh...@sdf.org
 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from sh_zam  ---
What exactly isn't working? You have to be more specific than that, I'm afraid. 

(I can't change the severity of the bug.)

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

[krita] [Bug 468483] Vector point handles jump when you edit them

2023-04-22 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=468483

sh_zam  changed:

   What|Removed |Added

 CC||sh...@sdf.org
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #3 from sh_zam  ---
Hi, thanks for reporting the bug!

I can confirm the issue, on my PC and android.

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

[krita] [Bug 468202] Krita on Android freezes after creating a new document or opening a pre-existing one

2023-04-22 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=468202

sh_zam  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||sh...@sdf.org

--- Comment #2 from sh_zam  ---
Hi!

>From the description, it seems that you have also tried the "force stop" app,
And it didn't work? When the app is frozen, do you get any dialog from the
system which says something like "The app keeps stopping, Kill? Wait"?

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

[krita] [Bug 470531] [Android] SDLAudioManager crash

2023-06-01 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=470531

sh_zam  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 CC||sh...@sdf.org
 Ever confirmed|0   |1
   Assignee|krita-bugs-n...@kde.org |sh...@sdf.org

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

[krita] [Bug 470531] [Android] SDLAudioManager crash

2023-06-02 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=470531

sh_zam  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit|2ceec081587284d7d5eae5d5039 |https://invent.kde.org/grap
   |4084a111a21ff   |hics/krita/-/commit/42b82a8
   ||fc87d3f049f04a832f880d82008
   ||86ef39

--- Comment #2 from sh_zam  ---
Git commit 42b82a8fc87d3f049f04a832f880d8200886ef39 by Sharaf Zaman.
Committed on 03/06/2023 at 02:59.
Pushed by szaman into branch 'master'.

Android: Fix crash in SDL

This happened because proguard removed our symbols.

M  +1-0packaging/android/apk/proguard-rules.pro

https://invent.kde.org/graphics/krita/-/commit/42b82a8fc87d3f049f04a832f880d8200886ef39

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

[krita] [Bug 470969] Krita Android nighties crashed on most actions

2023-06-13 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=470969

sh_zam  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||sh...@sdf.org
   Assignee|krita-bugs-n...@kde.org |sh...@sdf.org
 Status|REPORTED|ASSIGNED

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

[krita] [Bug 470969] Krita Android nighties crashed on most actions

2023-06-14 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=470969

sh_zam  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/-/commit/3581305
   ||ead9966e05a83903093507f74a4
   ||24de15
 Resolution|--- |FIXED

--- Comment #6 from sh_zam  ---
Git commit 3581305ead9966e05a83903093507f74a424de15 by Sharaf Zaman.
Committed on 14/06/2023 at 16:01.
Pushed by szaman into branch 'master'.

Android: Fix pkgconfig path, so the audio libraries are found

M  +1-1packaging/android/androidbuild.sh

https://invent.kde.org/graphics/krita/-/commit/3581305ead9966e05a83903093507f74a424de15

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

[krita] [Bug 470761] [Android] Crash upon opening canvas

2023-06-17 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=470761

sh_zam  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||sh...@sdf.org

--- Comment #8 from sh_zam  ---
Yep! It was fixed in bug 470969. Closing the bug now, thanks for giving a
really detailed report! :))

*** This bug has been marked as a duplicate of bug 470969 ***

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

[krita] [Bug 470969] Krita Android nighties crashed on most actions

2023-06-17 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=470969

sh_zam  changed:

   What|Removed |Added

 CC||parker.l.r...@gmail.com

--- Comment #8 from sh_zam  ---
*** Bug 470761 has been marked as a duplicate of this bug. ***

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

[krita] [Bug 459907] After exporting a file with the same name in some formats for Android, the file is saved as "Name. Format(1)".

2022-10-11 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=459907

sh_zam  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||sh...@sdf.org
 Resolution|--- |UPSTREAM

--- Comment #1 from sh_zam  ---
I'm afraid, but this isn't a bug with Krita -- but the way paths are handled on
Android. We have to request Android System for a location to save the file and
it provides us with a filename which we can't edit. And if there is a duplicate
it adds (1) to the end. 

The reason why it works for .jpeg, .png etc is because Android recognizes these
formats and knows where to add the "(1)". But it is still Android System, we
don't do any special handling to do this :)

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

[krita] [Bug 458913] Changing colours of vector objects - colour picker goes crazy

2022-10-11 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=458913

sh_zam  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/2264a44be
   ||cad163a94ba26bdea3f054d2052
   ||95b1
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #4 from sh_zam  ---
Git commit 2264a44becad163a94ba26bdea3f054d205295b1 by Sharaf Zaman.
Committed on 11/10/2022 at 07:36.
Pushed by szaman into branch 'master'.

Fix Foreground-to-Background color switching of vector objects

If the fg-bg color was swapped rapidly enough, the resulting shape would
often have the same color (rather than it being swapped).

The reason for this being resourceManager would send us signal to change
both fg and bg, but if the delay between them is less than
colorChangedCompressor's timeout, the latter signal would be ignored.
Which would prevent the swapping from happening. The proper solutions
seem to be to either have a compressor at the source (which there does
seem to be) or have separate channel (ie different timers) for different
resources (bg, fg and gradient in *this* case).

M  +1-1libs/ui/widgets/KoFillConfigWidget.cpp

https://invent.kde.org/graphics/krita/commit/2264a44becad163a94ba26bdea3f054d205295b1

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

[krita] [Bug 459906] Crash when dragging across patterns in Fill Layer menu

2022-10-12 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=459906

sh_zam  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1
 CC||sh...@sdf.org

--- Comment #2 from sh_zam  ---
Confirming, let's see.

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

[krita] [Bug 459906] Crash when dragging across patterns in Fill Layer menu

2022-10-12 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=459906

sh_zam  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/e93ace6bb
   ||bbf546e0782a6c705e9057a87ff
   ||b01f
 Status|ASSIGNED|RESOLVED

--- Comment #3 from sh_zam  ---
Git commit e93ace6f546e0782a6c705e9057a87ffb01f by Sharaf Zaman.
Committed on 12/10/2022 at 09:19.
Pushed by szaman into branch 'master'.

Fix nullptr dereference in pattern generator

If while dragging we click outside of the window bounds, none of the
pattern is selected resulting in:
widget()->patternChooser->currentResource() pointing to a nullptr. But
with includeHidden flag enabled we can still reference the last selected
pattern. So, this seems like a minor error (i.e operating on only "non
hidden" resource).

M  +1-1plugins/generators/pattern/kis_wdg_pattern.cpp

https://invent.kde.org/graphics/krita/commit/e93ace6f546e0782a6c705e9057a87ffb01f

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

[krita] [Bug 459062] Shapes darken when selected

2022-10-12 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=459062

sh_zam  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #16 from sh_zam  ---


*** This bug has been marked as a duplicate of bug 458913 ***

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

[krita] [Bug 458913] Changing colours of vector objects - colour picker goes crazy

2022-10-12 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=458913

sh_zam  changed:

   What|Removed |Added

 CC||michaelknub...@gmail.com

--- Comment #5 from sh_zam  ---
*** Bug 459062 has been marked as a duplicate of this bug. ***

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

[krita] [Bug 463543] Long press interpreted as right click with external usb mouse

2023-01-25 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=463543

sh_zam  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/7a694e38b
   ||5556835b7248eb840d7bed23718
   ||fb12
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from sh_zam  ---
Git commit 7a694e38b5556835b7248eb840d7bed23718fb12 by Sharaf Zaman.
Committed on 25/01/2023 at 15:24.
Pushed by szaman into branch 'master'.

Android: Disable longpress-to-rightclick for mouse

M  +1-13rdparty/ext_qt/CMakeLists.txt

https://invent.kde.org/graphics/krita/commit/7a694e38b5556835b7248eb840d7bed23718fb12

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

[krita] [Bug 464168] Opening .kra file from Files didn't work

2023-01-25 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=464168

--- Comment #7 from sh_zam  ---
I have to suspect this might be due to ChromeOS's very unreliable File Manager.
If you try to open a PNG stored in Krita_beginner_tests in an app which you
downloaded from the Play Store, does it open? But it has to be opened in a
similar fashion (i.e from the Files app, not within the app).

Just to confirm, does the file open file if you use Open File dialog within
Krita?

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

[krita] [Bug 463115] [Android] Krita loses detection of mouse events on canvas after S-PEN is in range, and it won't come back

2023-01-25 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=463115

sh_zam  changed:

   What|Removed |Added

 CC||sh...@sdf.org

--- Comment #1 from sh_zam  ---
Hi Tyson!

If you have an External keyboard, can you please enable Tablet Event Logging
(Ctrl + Shift + T), enable logging in Log View docker and then attach the
output after performing the buggy action?

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

[krita] [Bug 463115] [Android] Krita loses detection of mouse events on canvas after S-PEN is in range, and it won't come back

2023-01-27 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=463115

--- Comment #3 from sh_zam  ---
(In reply to Tyson Tan from comment #2)
> I have tried to log the tablet events today. It seemed to be successful,
> judging from the prompts. However, I have no idea how to find the log files
> on Android.

In the log view docker, there is a save button and that works exactly like how
you'd save any other Krita file :)

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

[krita] [Bug 445500] Saving file fails if a backup file exists with brackets in the filename

2021-11-16 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=445500

--- Comment #3 from sh_zam  ---
This looks similar to the encoding issues we had on Android. I wonder if the
file manager by any chance returns an encoded path?

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

[krita] [Bug 442201] Mesh Gradient's color stop icon confuses with shape control point icon, they are both a white square icon

2021-11-19 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=442201

--- Comment #4 from sh_zam  ---
Git commit 252a9b38c971f2e0b606bfc6f24ad6a88d719a3b by Sharaf Zaman.
Committed on 19/11/2021 at 15:59.
Pushed by szaman into branch 'master'.

Fix improper handle placement for mesh gradients..

..when in alternate units.

M  +9-1   
plugins/tools/defaulttool/defaulttool/KoShapeMeshGradientHandles.cpp

https://invent.kde.org/graphics/krita/commit/252a9b38c971f2e0b606bfc6f24ad6a88d719a3b

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

[krita] [Bug 442201] Mesh Gradient's color stop icon confuses with shape control point icon, they are both a white square icon

2021-11-19 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=442201

--- Comment #6 from sh_zam  ---
Git commit 3fc20f9383d616d1aca4d038358e73b4263c36fb by Sharaf Zaman.
Committed on 19/11/2021 at 15:57.
Pushed by szaman into branch 'krita/5.0'.

Fix improper handle placement for mesh gradients..

..when in alternate units.
(cherry picked from commit f63ec6ef015aaf648002ad28ce88bb935842a192)

M  +9-1   
plugins/tools/defaulttool/defaulttool/KoShapeMeshGradientHandles.cpp

https://invent.kde.org/graphics/krita/commit/3fc20f9383d616d1aca4d038358e73b4263c36fb

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

[krita] [Bug 442201] Mesh Gradient's color stop icon confuses with shape control point icon, they are both a white square icon

2021-11-19 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=442201

sh_zam  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/commit/bea8ca507 |hics/krita/commit/0ebb72689
   |4d9b14d0673294e70268442abc8 |133fae01b45d4d8be7b48e25958
   |3f4a|95b3

--- Comment #5 from sh_zam  ---
Git commit 0ebb72689133fae01b45d4d8be7b48e2595895b3 by Sharaf Zaman.
Committed on 19/11/2021 at 15:56.
Pushed by szaman into branch 'krita/5.0'.

Make Mesh Gradient handles more consistent with mesh transform
(cherry picked from commit bea8ca5074d9b14d0673294e70268442abc83f4a)

M  +14   -0   
plugins/tools/defaulttool/defaulttool/KoShapeMeshGradientHandles.cpp
M  +3-0   
plugins/tools/defaulttool/defaulttool/KoShapeMeshGradientHandles.h
M  +6-4plugins/tools/defaulttool/defaulttool/SelectionDecorator.cpp

https://invent.kde.org/graphics/krita/commit/0ebb72689133fae01b45d4d8be7b48e2595895b3

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

[krita] [Bug 444939] samsung spen hard-coded buttons

2021-11-20 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=444939

--- Comment #1 from sh_zam  ---
Currently, it is not possible to do something like this on S6 Lite. With that
being said, it is not that hard to hack Qt to support something like a “toggle
to activate/deactivate eraser” config. I did some quick testing and something
like this seems to work:
<https://gist.github.com/sh-zam/53ccb480dc4e97f54d159ec3990c7081>.

We can control it with a config inside Krita, but I’m not sure if this would be
desirable, what do you think Halla?

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

[krita] [Bug 445617] Gradient: Mesh Gradient is not responding at first time invocation

2021-11-22 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=445617

sh_zam  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/2f2175bf0
   ||e2642b8cf74f91b262c5b561e8c
   ||55f6
 Resolution|--- |FIXED

--- Comment #1 from sh_zam  ---
Git commit 2f2175bf0e2642b8cf74f91b262c5b561e8c55f6 by Sharaf Zaman.
Committed on 22/11/2021 at 09:40.
Pushed by szaman into branch 'master'.

Bugfix: Mesh gradient not responding to first invocation

M  +1-0libs/ui/widgets/KoFillConfigWidget.cpp

https://invent.kde.org/graphics/krita/commit/2f2175bf0e2642b8cf74f91b262c5b561e8c55f6

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

[krita] [Bug 445617] Gradient: Mesh Gradient is not responding at first time invocation

2021-11-22 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=445617

sh_zam  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/commit/2f2175bf0 |hics/krita/commit/45feddb17
   |e2642b8cf74f91b262c5b561e8c |aceffad60de45f58707b9d9fb47
   |55f6|1321

--- Comment #2 from sh_zam  ---
Git commit 45feddb17aceffad60de45f58707b9d9fb471321 by Sharaf Zaman.
Committed on 22/11/2021 at 09:43.
Pushed by szaman into branch 'krita/5.0'.

Bugfix: Mesh gradient not responding to first invocation
(cherry picked from commit 2f2175bf0e2642b8cf74f91b262c5b561e8c55f6)

M  +1-0libs/ui/widgets/KoFillConfigWidget.cpp

https://invent.kde.org/graphics/krita/commit/45feddb17aceffad60de45f58707b9d9fb471321

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

[krita] [Bug 446091] Copy Pasting selections acting slow and incorrectly

2021-11-30 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=446091

sh_zam  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |sh...@sdf.org
 CC||sh...@sdf.org

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

[krita] [Bug 446519] Crash happens too much, App crashes nearly every startupOtherwise happens in using

2021-12-05 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=446519

--- Comment #3 from sh_zam  ---
> 1. Open app,it happens
> 2. Using app,it happens later,100% in multitask switch
> 3. Since beta 1 to beta 5,5 is worst on crashing

Could you tell me is it some specific file which is causing the crash, if yes
can you tell me about the memory statistics (on the status bar) when the file
is
opened?

Also, what is the device you’re running this on?

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

[krita] [Bug 446519] Crash happens too much, App crashes nearly every startupOtherwise happens in using

2021-12-06 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=446519

--- Comment #7 from sh_zam  ---
> 1.no,it is non-specific,i can hardly get through the main ui,nor even to
> open or create files
> 2.67mb in a3 300dpi new file?maybe you could see the adds-on
> 3.xiaomi mi pad 5 pro
>

Okay, this seems very strange and I can’t reproduce it!

Sadly, to debug the issue  we’ll need logcat output for this. Do you by any
chance happen to know how to use logcat?

PS: Just the previous week, to not rely on adb/Google Play for logs, I started
working on getting logcat to log inside Krita, but it’s not ready yet :(

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

[krita] [Bug 446519] Crash happens too much, App crashes nearly every startupOtherwise happens in using

2021-12-06 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=446519

sh_zam  changed:

   What|Removed |Added

 CC||sh...@sdf.org

--- Comment #9 from sh_zam  ---
> But i do record the chinese.ver bug record

I tried switching application language to Chinese, but still couldn't reproduce
the bug :( 

> And i can repeat this crash on xiaomi 11ultra,so maybe it is some odd of miui?

Yes, it is possible that it is something with MIUI. But we'll need logcat to
establish that.

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

[krita] [Bug 453267] Trying to add new Filter Layer crashes program (Android)

2022-05-02 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=453267

sh_zam  changed:

   What|Removed |Added

 CC||sh...@sdf.org
 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from sh_zam  ---
Hello!

Sadly, I can't reproduce the crash. Can you attach the file or email me at this
email (hover over my username) with which you can reproduce the issue?

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

[krita] [Bug 453271] Certain methods of mouse movement break canvas input usage, for example by using xdotool

2022-05-05 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=453271

sh_zam  changed:

   What|Removed |Added

 CC||sh...@sdf.org
   Keywords||triaged

--- Comment #1 from sh_zam  ---
I can't reproduce this :(. The keys I bound this to were: Ctrl+d and Super+b,
non of them broke canvas input shortcuts. Maybe I can try this on KDE plasma,
what is the shortcut key you mapped your script to? 

My System info:

Krita

 Version: 5.1.0-prealpha (git 5dd2ecf)
 Languages: en_US, en, en_US, en, en_US, en, en_US, en
 Hidpi: true

Qt

  Version (compiled): 5.15.3
  Version (loaded): 5.15.3

OS Information

  Build ABI: x86_64-little_endian-lp64
  Build CPU: x86_64
  CPU: x86_64
  Kernel Type: linux
  Kernel Version: 5.14.21-2-MANJARO
  Pretty Productname: Manjaro Linux
  Product Type: manjaro
  Product Version: unknown
  Desktop: i3

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

[krita] [Bug 453514] Crashed while doing transform

2022-05-09 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=453514

sh_zam  changed:

   What|Removed |Added

   Keywords||triaged
 CC||sh...@sdf.org

--- Comment #2 from sh_zam  ---
Can't reproduce it here on Linux (git e73bc4fc) :(

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

[krita] [Bug 453331] Vector Symbols and Vector shapes don't get the color i choose for them.

2022-05-10 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=453331

sh_zam  changed:

   What|Removed |Added

 CC||sh...@sdf.org

--- Comment #3 from sh_zam  ---
Hi Ramon!

I can't reproduce the color change bug :( But I wonder if you can reproduce
this bug: https://bugs.kde.org/show_bug.cgi?id=449606. The code for them is
sort of interconnected.

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

[krita] [Bug 453024] My smart patch tool is not working normally in 5.0.5 version. it can not cover the area i want like before.

2022-05-20 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=453024

--- Comment #15 from sh_zam  ---
(In reply to oaht tran from comment #14)
> sorry but i do not understand clearly what is the build #723? The fix of bug
> or new version? 
> thank you!

It is the build number of a nightly build. You can get the APK from our nightly
builder from here:
https://binary-factory.kde.org/job/Krita_Nightly_Android_arm64-v8a_Build/

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

[krita] [Bug 453409] Copy/Cut>Paste outputs empty layer if you do it while transforming

2022-05-20 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=453409

sh_zam  changed:

   What|Removed |Added

 CC||sh...@sdf.org

--- Comment #10 from sh_zam  ---
Hmm, I *can* reproduce the bug but occasionally. I'll add this to my todo list
and try to find the outlier variable.

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

[krita] [Bug 452066] Gradient colors don't change

2022-03-30 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=452066

sh_zam  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/93f7362a5
   ||b691f869830f9404670ba4ca7dc
   ||685b
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #1 from sh_zam  ---
Git commit 93f7362a5b691f869830f9404670ba4ca7dc685b by Sharaf Zaman.
Committed on 30/03/2022 at 19:12.
Pushed by szaman into branch 'master'.

M  +2-0libs/ui/widgets/kis_cmb_gradient.cpp

https://invent.kde.org/graphics/krita/commit/93f7362a5b691f869830f9404670ba4ca7dc685b

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

[krita] [Bug 396064] Restore defaults button resets to the previous saved setting and not the actual default settings

2022-04-04 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=396064

sh_zam  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/c14d3bbdc
   ||2301c24ccf74186f654172ff40d
   ||c26a

--- Comment #2 from sh_zam  ---
Git commit c14d3bbdc2301c24ccf74186f654172ff40dc26a by Sharaf Zaman.
Committed on 04/04/2022 at 08:32.
Pushed by szaman into branch 'master'.

Bugfix: Restore Defaults doesn't work properly in Canvas Input Settings

Reason of the bug being, profileDir.entryList() returned an empty list.

M  +1-1libs/ui/input/config/kis_input_configuration_page.cpp

https://invent.kde.org/graphics/krita/commit/c14d3bbdc2301c24ccf74186f654172ff40dc26a

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

[krita] [Bug 452101] Crashed while selecting something with freehand selection

2022-04-04 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=452101

sh_zam  changed:

   What|Removed |Added

 CC||sh...@sdf.org
 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from sh_zam  ---


*** This bug has been marked as a duplicate of bug 452063 ***

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

[krita] [Bug 452063] Crashed while doing nothing

2022-04-04 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=452063

--- Comment #8 from sh_zam  ---
*** Bug 452101 has been marked as a duplicate of this bug. ***

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

[krita] [Bug 452066] Gradient colors don't change

2022-04-11 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=452066

sh_zam  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/commit/93f7362a5 |hics/krita/commit/41175823a
   |b691f869830f9404670ba4ca7dc |ede6757744ab42b58d8f219bcf5
   |685b|f168

--- Comment #2 from sh_zam  ---
Git commit 41175823aede6757744ab42b58d8f219bcf5f168 by Sharaf Zaman.
Committed on 11/04/2022 at 09:11.
Pushed by szaman into branch 'krita/5.0'.

(cherry picked from commit 93f7362a5b691f869830f9404670ba4ca7dc685b)

M  +2-0libs/ui/widgets/kis_cmb_gradient.cpp

https://invent.kde.org/graphics/krita/commit/41175823aede6757744ab42b58d8f219bcf5f168

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

[krita] [Bug 396064] Restore defaults button resets to the previous saved setting and not the actual default settings

2022-04-11 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=396064

sh_zam  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/commit/c14d3bbdc |hics/krita/commit/f5bf73f98
   |2301c24ccf74186f654172ff40d |491fb01949b09285a54b92c05b9
   |c26a|3059

--- Comment #3 from sh_zam  ---
Git commit f5bf73f98491fb01949b09285a54b92c05b93059 by Sharaf Zaman.
Committed on 11/04/2022 at 09:11.
Pushed by szaman into branch 'krita/5.0'.

Bugfix: Restore Defaults doesn't work properly in Canvas Input Settings

Reason of the bug being, profileDir.entryList() returned an empty list.
(cherry picked from commit c14d3bbdc2301c24ccf74186f654172ff40dc26a)

M  +1-1libs/ui/input/config/kis_input_configuration_page.cpp

https://invent.kde.org/graphics/krita/commit/f5bf73f98491fb01949b09285a54b92c05b93059

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

[krita] [Bug 452620] 5.0.5 apk build number decrease

2022-04-14 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=452620

sh_zam  changed:

   What|Removed |Added

 CC||sh...@sdf.org

--- Comment #3 from sh_zam  ---
It can take anywhere from a couple days to a week for the update to be on air
on Play Store (It is currently in review). So, you can wait :)

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

[krita] [Bug 452741] Estimated file size in Krita doesn't match saved size on device

2022-04-18 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=452741

sh_zam  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG
 CC||sh...@sdf.org

--- Comment #1 from sh_zam  ---
The label shown in top bar of canvas represents the size of image in Memory not
the size on Disk (which is compressed, in addition to other things).

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

[krita] [Bug 452361] The line tool get activated after selecting another tool

2022-04-21 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=452361

sh_zam  changed:

   What|Removed |Added

 CC||sh...@sdf.org
   Keywords||triaged
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
   Assignee|emiliamurac1...@gmail.com   |krita-bugs-n...@kde.org

--- Comment #2 from sh_zam  ---
It looks like a shortcut for Tool Invocation is left in a pressed state. Can
you share your canvas input profile file?  You can find the name of the active
profile in Krita in Settings -> Configure Krita -> Canvas Input Settings ->
Input Profile and the corresponding file for it in: %APPDATA%\krita\input\

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

[krita] [Bug 452396] Crash when deleting a vector layer that has an animated mask

2022-04-21 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=452396

sh_zam  changed:

   What|Removed |Added

 CC||sh...@sdf.org
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #2 from sh_zam  ---
Confirming, backtrace: 

Thread 1 "krita" received signal SIGSEGV, Segmentation fault.
KoColorSpace::channelFlags (this=0x0, color=false, alpha=true) at
/home/sh_zam/workspace/krita/libs/pigment/KoColorSpace.cpp:295
295 QBitArray ba(d->channels.size());
(gdb) bt
#0  KoColorSpace::channelFlags(bool, bool) const (this=0x0, color=false,
alpha=true) at /home/sh_zam/workspace/krita/libs/pigment/KoColorSpace.cpp:295
#1  0x773da066 in KisLayer::alphaChannelDisabled() const
(this=this@entry=0x5cd701a0) at
/home/sh_zam/workspace/krita/libs/image/kis_layer.cc:334
#2  0x773d9e37 in KisLayer::sectionModelProperties() const
(this=0x5cd701a0) at
/home/sh_zam/workspace/krita/libs/image/kis_layer.cc:290
#3  0x7fffb03c7ffc in
KisAnimTimelineFramesModel::Private::layerProperties(int) const
(this=, row=) at
/home/sh_zam/workspace/krita/plugins/dockers/animation/KisAnimTimelineFramesModel.cpp:166
#4  0x7fffb03c1084 in KisAnimTimelineFramesModel::headerData(int,
Qt::Orientation, int) const (this=, section=0,
orientation=, role=1141331200) at
/home/sh_zam/workspace/krita/plugins/dockers/animation/KisAnimTimelineFramesModel.cpp:505
#5  0x7fffb03db97c in KisAnimTimelineLayersHeader::Private::numIcons(int)
const (this=, logicalIndex=logicalIndex@entry=0) at
/home/sh_zam/workspace/krita/plugins/dockers/animation/KisAnimTimelineLayersHeader.cpp:156
#6  0x7fffb03dbc78 in
KisAnimTimelineLayersHeader::Private::iconSectionWidth(int) const
(this=0x7fffcab0, layerIndex=0) at
/home/sh_zam/workspace/krita/plugins/dockers/animation/KisAnimTimelineLayersHeader.cpp:174
#7  KisAnimTimelineLayersHeader::sectionSizeFromContents(int) const
(this=0x5cec19e0, layerIndex=0) at
/home/sh_zam/workspace/krita/plugins/dockers/animation/KisAnimTimelineLayersHeader.cpp:190
#8  0x7508cd59 in QHeaderView::sizeHint() const () at
/usr/lib/libQt5Widgets.so.5
#9  0x750d4177 in QTableView::updateGeometries() () at
/usr/lib/libQt5Widgets.so.5
#10 0x7fffb03ce5d3 in KisAnimTimelineFramesView::updateGeometries()
(this=0x5ceb6820) at
/home/sh_zam/workspace/krita/plugins/dockers/animation/KisAnimTimelineFramesView.cpp:449
#11 0x7507c592 in QAbstractItemView::doItemsLayout() () at
/usr/lib/libQt5Widgets.so.5
#12 0x750cc2af in QTableView::doItemsLayout() () at
/usr/lib/libQt5Widgets.so.5
#13 0x750d658b in QTableView::visualRect(QModelIndex const&) const ()
at /usr/lib/libQt5Widgets.so.5
#14 0x75088c7e in QAbstractItemView::update(QModelIndex const&) () at
/usr/lib/libQt5Widgets.so.5
#15 0x75089784 in QAbstractItemView::currentChanged(QModelIndex const&,
QModelIndex const&) () at /usr/lib/libQt5Widgets.so.5
#16 0x7fffb03d5899 in KisAnimTimelineFramesView::currentChanged(QModelIndex
const&, QModelIndex const&) (this=0x5ceb6820, current=..., previous=...) at
/home/sh_zam/workspace/krita/plugins/dockers/animation/KisAnimTimelineFramesView.cpp:1389
#17 0x7fffb03cfe3a in KisAnimTimelineFramesView::slotReselectCurrentIndex()
(this=0x5ceb6820) at
/home/sh_zam/workspace/krita/plugins/dockers/animation/KisAnimTimelineFramesView.cpp:575
#18 0x7fffb03a50ca in
KisAnimTimelineFramesView::qt_static_metacall(QObject*, QMetaObject::Call, int,
void**) (_o=0x7fffcab0, _c=QMetaObject::InvokeMetaMethod, _id=0,
_a=0x7fffd0c0) at
plugins/dockers/animation/kritaanimationdocker_autogen/EWIEGA46WW/moc_KisAnimTimelineFramesView.cpp:328
#19 0x743cd4af in  () at /usr/lib/libQt5Core.so.5
#20 0x74358d83 in QAbstractItemModel::rowsRemoved(QModelIndex const&,
int, int, QAbstractItemModel::QPrivateSignal) () at /usr/lib/libQt5Core.so.5
#21 0x7435378e in QAbstractItemModel::endRemoveRows() () at
/usr/lib/libQt5Core.so.5
#22 0x7fffb0401dfc in
TimelineNodeListKeeper::ModelWithExternalNotifications::callEndRemoveRows()
(this=0x7fffcab0) at
/home/sh_zam/workspace/krita/plugins/dockers/animation/timeline_node_list_keeper.h:82
#23 TimelineNodeListKeeper::slotBeginRemoveDummy(KisNodeDummy*)
(this=0x608641e0, dummy=0x5f8387d0) at
/home/sh_zam/workspace/krita/plugins/dockers/animation/timeline_node_list_keeper.cpp:201
#24 0x743cd4af in  () at /usr/lib/libQt5Core.so.5
#25 0x77a16110 in
KisDummiesFacadeBase::sigBeginRemoveDummy(KisNodeDummy*) (this=0x7fffcab0,
_t1=0x5f8387d0) at
libs/ui/kritaui_autogen/QUY67KCZCL/moc_kis_dummies_facade_base.cpp:248
#26 0x77b04502 in
KisDummiesFacadeBase::slotContinueRemoveNode(KisSharedPtr)
(this=0x575aca00, node=...) at
/

[krita] [Bug 452834] Segmentation fault when closing multiple windows

2022-04-22 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=452834

sh_zam  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||sh...@sdf.org

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

[krita] [Bug 452810] Reference image tool crashes when asked to Copy an image.

2022-04-26 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=452810

sh_zam  changed:

   What|Removed |Added

 CC||sh...@sdf.org
   Assignee|krita-bugs-n...@kde.org |sh...@sdf.org
 Status|CONFIRMED   |ASSIGNED

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

[krita] [Bug 453024] My smart patch tool is not working normally in 5.0.5 version. it can not cover the area i want like before.

2022-04-28 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=453024

sh_zam  changed:

   What|Removed |Added

 CC||sh...@sdf.org

--- Comment #6 from sh_zam  ---
This
https://invent.kde.org/graphics/krita/-/commit/237e64119a1c54fc72a5c21d4a32a6ba40bf6875
seems to be the breaking commit.

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

[krita] [Bug 453190] Copy then paste in reference image tool with nothing selected will crash

2022-04-29 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=453190

--- Comment #2 from sh_zam  ---
> There seems to be two issues here:
>
> - Performing a copy action with no reference image selected copies something
> invalid (I really think the action should just be disabled.)

Currently (after my patch for bug 452810), reference tool just copies whatever
Krita offers it (exactly like Edit->Copy) which seems to be the layer itself.

We *can* make the cut/copy actions in Reference Image’s context menu be grayed
out when nothing is selected. This seems like a trivial problem, if we create a
separate action and delegate it to the global “edit_copy” action.

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

[krita] [Bug 453190] Copy then paste in reference image tool with nothing selected will crash

2022-04-29 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=453190

--- Comment #4 from sh_zam  ---
> So, does this mean if the layer is completely empty Krita puts an empty 
> bitmap into the clipboard?

Not entirely sure, but we do get this warning when the layer is empty and the
system clipboard doesn't register anything:

serializeToByteArray():: Could not export to our native format

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

[krita] [Bug 448343] Some translation is missing from Krita's Android version

2022-06-20 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=448343

--- Comment #18 from sh_zam  ---
Git commit 6b6b9a9126fa68e4956dda918096d5cf1bd9 by Sharaf Zaman.
Committed on 20/06/2022 at 08:54.
Pushed by szaman into branch 'master'.

Android: Add localized text to Ok+Cancel button in mimeSelector

M  +3-0libs/widgetutils/KoFileDialog.cpp

https://invent.kde.org/graphics/krita/commit/6b6b9a9126fa68e4956dda918096d5cf1bd9

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

[krita] [Bug 455707] git c94a346 (Android), when creating a new file, clicking Create crashes.

2022-06-21 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=455707

sh_zam  changed:

   What|Removed |Added

 CC||sh...@sdf.org
 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #1 from sh_zam  ---
Confirming and assigning this to myself.

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

[krita] [Bug 455707] git c94a346, when creating a new file, clicking Create crashes.

2022-06-21 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=455707

sh_zam  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/a612e24a7
   ||dc59b163d1a0ca18cca41e1b9f6
   ||7322

--- Comment #3 from sh_zam  ---
Git commit a612e24a7dc59b163d1a0ca18cca41e1b9f67322 by Sharaf Zaman.
Committed on 21/06/2022 at 20:12.
Pushed by szaman into branch 'master'.

M  +10   -10   libs/ui/tool/kis_tool_paint.cc

https://invent.kde.org/graphics/krita/commit/a612e24a7dc59b163d1a0ca18cca41e1b9f67322

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

[krita] [Bug 455243] Two finger drag "zoom and rotate" and one finger drag "pan canvas" does not continue seamlessly

2022-06-21 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=455243

sh_zam  changed:

   What|Removed |Added

 CC||sh...@sdf.org

--- Comment #2 from sh_zam  ---
Hello!

Well, this is something that I did intentionally. 

Let's say if we assign "One Finger Drag" to "Alternate Invocation (Sample
Foreground Color from Merged Image)", then once the user lifts the finger (say
in 2 finger drag) this alternate invocation would start immediately and can be
annoying. Yes, we can add some slop before we start this action, but I thought
disabling it altogether would be more preferable?

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

[krita] [Bug 455707] git c94a346, when creating a new file, clicking Create crashes.

2022-06-22 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=455707

sh_zam  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/commit/a612e24a7 |hics/krita/commit/a5c48322f
   |dc59b163d1a0ca18cca41e1b9f6 |07414f66a428fad1c7251e3a7c1
   |7322|892b

--- Comment #4 from sh_zam  ---
Git commit a5c48322f07414f66a428fad1c7251e3a7c1892b by Sharaf Zaman.
Committed on 22/06/2022 at 08:09.
Pushed by szaman into branch 'krita/5.1'.


(cherry picked from commit a612e24a7dc59b163d1a0ca18cca41e1b9f67322)

M  +10   -10   libs/ui/tool/kis_tool_paint.cc

https://invent.kde.org/graphics/krita/commit/a5c48322f07414f66a428fad1c7251e3a7c1892b

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

  1   2   3   4   >