Bug 86441

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: generalAssignee: 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:

Description Kenneth Wimer 2004-08-02 17:33:12 UTC
Version:            (using KDE KDE 3.2.92)
Installed from:    Compiled From Sources
OS:                Linux

The progress bar in the lower right corner should only be used to describe the starting of extra applications after the actual kde start. As is, it start immediately when starting kde and cuts off the informational texts being shown.
Comment 1 Lubos Lunak 2004-08-06 16:52:26 UTC
*** Bug 86592 has been marked as a duplicate of this bug. ***
Comment 2 Lubos Lunak 2004-08-06 17:08:48 UTC
*** Bug 82087 has been marked as a duplicate of this bug. ***
Comment 3 Lubos Lunak 2004-08-06 17:09:24 UTC
*** Bug 72401 has been marked as a duplicate of this bug. ***
Comment 4 Lubos Lunak 2004-08-09 16:09:31 UTC
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