[krita] [Bug 432871] Crash on KisMainWindow::slotThemeChanged

2021-04-02 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=432871 --- Comment #19 from Halla Rempt --- * Which signal do you mean? * I don't think Krita can change the color theme on its own. * And yes, not all elements follow the theme change properly. -- You are receiving this mail because: You are watching all

[krita] [Bug 432871] Crash on KisMainWindow::slotThemeChanged

2021-04-01 Thread Tiar
https://bugs.kde.org/show_bug.cgi?id=432871 --- Comment #18 from Tiar --- Created attachment 137253 --> https://bugs.kde.org/attachment.cgi?id=137253=edit Screenshot of Krita with a wrong theme I am a bit worried though, because why would this signal even be sent? I got Krita changing the

[krita] [Bug 432871] Crash on KisMainWindow::slotThemeChanged

2021-04-01 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=432871 amyspark changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[krita] [Bug 432871] Crash on KisMainWindow::slotThemeChanged

2021-03-24 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=432871 --- Comment #16 from Halla Rempt --- Does this diff fix anything? It makes the sig/slot queued diff --git a/libs/ui/KisMainWindow.cpp b/libs/ui/KisMainWindow.cpp index ef44ce4783..7522cf7ae7 100644 --- a/libs/ui/KisMainWindow.cpp +++

[krita] [Bug 432871] Crash on KisMainWindow::slotThemeChanged

2021-03-24 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=432871 --- Comment #15 from Halla Rempt --- I fixed that bug in commit 44d8ed8945fcc704ba429a001f36caaa4766f8cf Author: Halla Rempt Date: Thu Mar 18 14:49:03 2021 +0100 Don't set the theme if it hasn't changed Changing the theme taks about two

[krita] [Bug 432871] Crash on KisMainWindow::slotThemeChanged

2021-03-23 Thread Tiar
https://bugs.kde.org/show_bug.cgi?id=432871 Tiar changed: What|Removed |Added CC||tamtamy.tym...@gmail.com --- Comment #14 from Tiar ---

[krita] [Bug 432871] Crash on KisMainWindow::slotThemeChanged

2021-03-10 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=432871 --- Comment #13 from Halla Rempt --- Hm, maybe we can use a delayed sig/slot connection for those. -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 432871] Crash on KisMainWindow::slotThemeChanged

2021-03-10 Thread Lynx3d
https://bugs.kde.org/show_bug.cgi?id=432871 --- Comment #12 from Lynx3d --- Well, yes and no. It doesn't try to update the theme anymore on "normal" configuraton changes, and hence doesn't crash. That also makes the option switching in the brush editor pretty much instant. But actual theme

[krita] [Bug 432871] Crash on KisMainWindow::slotThemeChanged

2021-03-10 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=432871 --- Comment #11 from Halla Rempt --- I don't get the crash myself, but does this patch solve the issue? diff --git a/libs/ui/KisMainWindow.cpp b/libs/ui/KisMainWindow.cpp index d23b3b0511..c0090dc1e9 100644 --- a/libs/ui/KisMainWindow.cpp +++

[krita] [Bug 432871] Crash on KisMainWindow::slotThemeChanged

2021-03-09 Thread Lynx3d
https://bugs.kde.org/show_bug.cgi?id=432871 --- Comment #10 from Lynx3d --- It doesn't only crash with no document open here, but apparently after closing any document. For example if you closed only one of multiple open documents it'll also crash when changing settings. -- You are receiving

[krita] [Bug 432871] Crash on KisMainWindow::slotThemeChanged

2021-03-09 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=432871 --- Comment #9 from wolthera --- Oh, when I restarted, Krita apparantly thought I had an opengl crash as my opengl was disabled ._. -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 432871] Crash on KisMainWindow::slotThemeChanged

2021-03-09 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=432871 wolthera changed: What|Removed |Added CC||griffinval...@gmail.com --- Comment #8 from

[krita] [Bug 432871] Crash on KisMainWindow::slotThemeChanged

2021-03-04 Thread Lynx3d
https://bugs.kde.org/show_bug.cgi?id=432871 --- Comment #7 from Lynx3d --- The commit that introduced the crash seems to be this one: https://invent.kde.org/graphics/krita/-/commit/df2fecf30cec9de04eb50e4dc5e5521850ff8f7f It is also the cause why toggling the options like "Temporarily Save

[krita] [Bug 432871] Crash on KisMainWindow::slotThemeChanged

2021-02-25 Thread Lynx3d
https://bugs.kde.org/show_bug.cgi?id=432871 Lynx3d changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED

[krita] [Bug 432871] Crash on KisMainWindow::slotThemeChanged

2021-02-15 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=432871 --- Comment #5 from amyspark --- Manjaro doesn't carry debug symbols :/ -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 432871] Crash on KisMainWindow::slotThemeChanged

2021-02-15 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=432871 Halla Rempt changed: What|Removed |Added CC||tomtomtomreportingin@gmail. |

[krita] [Bug 432871] Crash on KisMainWindow::slotThemeChanged

2021-02-13 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=432871 --- Comment #3 from Halla Rempt --- It might be worth it to install Qt's debug symbols, since the crash happens inside Qt. Maybe it's got something to do with the platform plugin or the widget style? I'm using fusion on plasma. -- You are receiving

[krita] [Bug 432871] Crash on KisMainWindow::slotThemeChanged

2021-02-13 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=432871 --- Comment #2 from Halla Rempt --- I also don't get a crash on Linux with Qt 5.15.2, though there is a long delay after closing the preferences dialog and I see a canvas popup message about zoom several times. -- You are receiving this mail because:

[krita] [Bug 432871] Crash on KisMainWindow::slotThemeChanged

2021-02-13 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=432871 Halla Rempt changed: What|Removed |Added CC||ha...@valdyas.org --- Comment #1 from Halla