| Summary: | startup needs busy indicator | ||
|---|---|---|---|
| Product: | [Unmaintained] muon | Reporter: | Harald Sitter <sitter> |
| Component: | installer | Assignee: | Jonathan Thomas <echidnaman> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | ||
| Priority: | NOR | ||
| Version First Reported In: | 0.2 | ||
| Target Milestone: | --- | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 1.4 | |
| Sentry Crash Report: | |||
|
Description
Harald Sitter
2012-02-29 05:20:15 UTC
Git commit 2524feb991b59435b766a0a7c03ed56931333385 by Jonathan Thomas. Committed on 24/03/2012 at 01:39. Pushed by jmthomas into branch 'master'. Multithread Application object creation. With this we can add a progress throbber to the Muon Software Center. We couldn't do this very well before because Application creation was blocking and would have made any animation freeze. M +48 -27 libmuon/ApplicationBackend.cpp M +5 -5 libmuon/ApplicationBackend.h http://commits.kde.org/muon/2524feb991b59435b766a0a7c03ed56931333385 Hmm, I must have used a wrong keyword in my second commit message. Here's the commit that fixes this in a way that closes the boog:
Git commit 3a9a416d34566f05e8b1fe863a59ec64ab830a65 by Jonathan Thomas:
Committed on 24/03/2012 at 01:41.
Pushed by jmthomas into branch 'master'.
Add a "busy" throbber to the main view. This shows that we are indeed doing something
FEATURE:295045
FIXED-IN:1.4
http://commits.kde.org/muon/3a9a416d34566f05e8b1fe863a59ec64ab830a65
|