| Summary: | UX issues with the startup splash screen / about dialog | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Alvin Wong <alvin> |
| Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | scottpetrovic |
| Priority: | NOR | ||
| Version First Reported In: | git master (please specify the git hash!) | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | http://commits.kde.org/krita/89c0509824436c46ce2266ea267d23b7632cd3bf | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Alvin Wong
2016-09-25 08:02:51 UTC
This sounds like bugs in general. The links aren't clickable while Krita is starting up. Also clicking on the splash screen on startup causes Krita to be unresponsive and crash. I would say we just need to disable any clicking behavior and hide any links while Krita is starting up. Hopefully that will prevent any crashes from happening. Git commit 323f509f341fca03c4236c7397620846e7078a5c by Scott Petrovic. Committed on 21/10/2016 at 02:03. Pushed by scottpetrovic into branch 'petrovic/brush-editor-ui'. M +6 -0 libs/ui/KisApplication.cpp M +3 -1 libs/ui/dialogs/kis_about_application.cpp M +42 -24 libs/ui/kis_splash_screen.cpp M +2 -0 libs/ui/kis_splash_screen.h M +2 -2 libs/ui/wdgsplash.ui http://commits.kde.org/krita/323f509f341fca03c4236c7397620846e7078a5c with this commit, I am hiding the website links and recent files until everything is loaded. i think the splash screen's space will be collapsed in the meantime so there won't be any dead space. I also cleaned up the about us screen a bit with your recommendations. Git commit 34b63f14beab5746568b5ea6ee47008ebaa473d8 by Scott Petrovic. Committed on 23/10/2016 at 20:11. Pushed by scottpetrovic into branch 'master'. M +6 -0 libs/ui/KisApplication.cpp M +3 -1 libs/ui/dialogs/kis_about_application.cpp M +42 -24 libs/ui/kis_splash_screen.cpp M +2 -0 libs/ui/kis_splash_screen.h M +2 -2 libs/ui/wdgsplash.ui http://commits.kde.org/krita/34b63f14beab5746568b5ea6ee47008ebaa473d8 Git commit d970338a280ee139c4448957bf72b918997ed4a6 by Scott Petrovic. Committed on 25/10/2016 at 14:06. Pushed by scottpetrovic into branch 'petrovic/popup-palette-ui'. M +2 -1 libs/ui/KisApplication.cpp M +4 -0 libs/ui/dialogs/kis_about_application.cpp M +11 -7 libs/ui/kis_splash_screen.cpp M +2 -1 libs/ui/kis_splash_screen.h http://commits.kde.org/krita/d970338a280ee139c4448957bf72b918997ed4a6 Git commit 89c0509824436c46ce2266ea267d23b7632cd3bf by Scott Petrovic. Committed on 25/10/2016 at 14:09. Pushed by scottpetrovic into branch 'master'. M +2 -1 libs/ui/KisApplication.cpp M +4 -0 libs/ui/dialogs/kis_about_application.cpp M +11 -7 libs/ui/kis_splash_screen.cpp M +2 -1 libs/ui/kis_splash_screen.h http://commits.kde.org/krita/89c0509824436c46ce2266ea267d23b7632cd3bf I added a commit so the links are shown to the website and docs on the About Us window. I think that is a good idea from boud. |