Summary: | Krita Crashes When Attempting to Create a New Image From Empty Clipboard | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | John <crazyjerick> |
Component: | General | Assignee: | amyspark <amy> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | amy |
Priority: | NOR | ||
Version: | 5.1.1 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/ec7ba6abafb87180fddd02a35fecf3ba1713e0ba | Version Fixed In: | |
Sentry Crash Report: |
Description
John
2022-09-28 19:43:12 UTC
A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/1630 Git commit e859c42198e2ae60d1125ef533030abe2f2e9b6e by L. E. Segovia. Committed on 01/11/2022 at 18:14. Pushed by lsegovia into branch 'krita/5.1'. KisImageFromClipboardWidget: do not attempt to create an image with an empty clipboard M +3 -4 libs/ui/widgets/kis_image_from_clipboard_widget.cpp https://invent.kde.org/graphics/krita/commit/e859c42198e2ae60d1125ef533030abe2f2e9b6e Git commit 688d762badc94e0f922a6f38aa61f0a5744f76fa by L. E. Segovia. Committed on 01/11/2022 at 18:14. Pushed by lsegovia into branch 'krita/5.1'. KisImageFromClipboardWidget: fix wrong order of showEvent() handling This fixes the Create button being improperly enabled after the Clipboard widget determined there is no image available. M +2 -1 libs/ui/widgets/kis_image_from_clipboard_widget.cpp https://invent.kde.org/graphics/krita/commit/688d762badc94e0f922a6f38aa61f0a5744f76fa Git commit 7380f22b00b4bd5be33c9558d0764b95db0e04a3 by L. E. Segovia. Committed on 01/11/2022 at 18:14. Pushed by lsegovia into branch 'krita/5.1'. Create New Document: fix Create button enabled when the clipboard has no images M +14 -12 libs/ui/widgets/kis_image_from_clipboard_widget.cpp M +3 -4 libs/ui/widgets/kis_image_from_clipboard_widget.h https://invent.kde.org/graphics/krita/commit/7380f22b00b4bd5be33c9558d0764b95db0e04a3 Git commit ec7ba6abafb87180fddd02a35fecf3ba1713e0ba by L. E. Segovia. Committed on 01/11/2022 at 18:16. Pushed by lsegovia into branch 'master'. Create New Document: fix Create button enabled when the clipboard has no images (cherry picked from commit 7380f22b00b4bd5be33c9558d0764b95db0e04a3) M +14 -12 libs/ui/widgets/kis_image_from_clipboard_widget.cpp M +3 -4 libs/ui/widgets/kis_image_from_clipboard_widget.h https://invent.kde.org/graphics/krita/commit/ec7ba6abafb87180fddd02a35fecf3ba1713e0ba Git commit 090184c9a8df0120fc4aab08cab27cf7db646058 by L. E. Segovia. Committed on 01/11/2022 at 18:16. Pushed by lsegovia into branch 'master'. KisImageFromClipboardWidget: fix wrong order of showEvent() handling This fixes the Create button being improperly enabled after the Clipboard widget determined there is no image available. (cherry picked from commit 688d762badc94e0f922a6f38aa61f0a5744f76fa) M +2 -1 libs/ui/widgets/kis_image_from_clipboard_widget.cpp https://invent.kde.org/graphics/krita/commit/090184c9a8df0120fc4aab08cab27cf7db646058 Git commit e0f66e497ad7582a54fdb8b28b2ae810d15f514e by L. E. Segovia. Committed on 01/11/2022 at 18:16. Pushed by lsegovia into branch 'master'. KisImageFromClipboardWidget: do not attempt to create an image with an empty clipboard (cherry picked from commit e859c42198e2ae60d1125ef533030abe2f2e9b6e) M +3 -4 libs/ui/widgets/kis_image_from_clipboard_widget.cpp https://invent.kde.org/graphics/krita/commit/e0f66e497ad7582a54fdb8b28b2ae810d15f514e |