Bug 86441 - The progress bar in the lower irght corner does not starts too early and cuts off the text
Summary: The progress bar in the lower irght corner does not starts too early and cuts...
Status: RESOLVED FIXED
Alias: None
Product: ksplash
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Ravikiran Rajagopal
URL:
Keywords:
: 72401 82087 86592 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-08-02 17:33 UTC by Kenneth Wimer
Modified: 2004-08-09 16:09 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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