Summary: | The progress bar in the lower irght corner does not starts too early and cuts off the text | ||
---|---|---|---|
Product: | [Plasma] ksplash | Reporter: | Kenneth Wimer <wimer> |
Component: | general | Assignee: | Ravikiran Rajagopal <ravi> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dannya, gjditchfield, thd |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Kenneth Wimer
2004-08-02 17:33:12 UTC
*** Bug 86592 has been marked as a duplicate of this bug. *** *** Bug 82087 has been marked as a duplicate of this bug. *** *** Bug 72401 has been marked as a duplicate of this bug. *** CVS commit by lunakl: Fix progressbar color (#68643) by not inheriting palette, just like in old KSplash. Show the progressbar only when restoring session (#86441), implement the missing DCOP calls from old KSplash, and use slotUpdateProgress()/ slotUpdateSteps() for signalizing to the theme engine (this is a bit misnamed now, but it's supposed to stay BC). This also makes KSplash::mStep to be unused var, but since I didn't know what exactly it was supposed to do, I left it there. Fix blinking of the very first icon in the default theme. CCMAIL: 68643-done@bugs.kde.org CCMAIL: 86441-done@bugs.kde.org CCMAIL: ravi@kde.org M +2 -0 ksplashiface.h 1.6 M +1 -1 main.cpp 1.10 M +49 -15 wndmain.cpp 1.18 M +5 -1 wndmain.h 1.9 M +8 -9 themeengine/default/themelegacy.cpp 1.15 M +1 -0 themeengine/default/themelegacy.h 1.7 |