From kde-core-devel Thu Jul 24 23:03:44 2003 From: Ravikiran Rajagopal Date: Thu, 24 Jul 2003 23:03:44 +0000 To: kde-core-devel Subject: KSplashScreen (was Re: Qt 3.2 requirement) X-MARC-Message: https://marc.info/?l=kde-core-devel&m=105908793012040 > * I want to commit KSplashScreen, based on QSplashScreen but with the > option to globally turn off all splash screens, and remove all custom splash > screens and replace them with KSplashScreen if possible. FYI: KSplash/ML, which will be included with KDE 3.2 has a managed mode which makes it available for *all* DCOP-aware applications, not just for KDE startup. It has a plugin architecture (along the lines of window decorations) which handles plugins made with C++ code, and is also pixmap themeable. Please see the documentation at docs.kde.org which has cut and paste code examples. I have tried to make it as light as possible (in terms of resources and startup time), and will continue to do so as much as possible. It already supports global configuration of closing on click, and disabling it entirely based on a global config is trivial. If it is started via kdeinit (as I expect it will be), I see no reason for it to be any slower than QSplashScreen. Regards, Ravi