diff options
Diffstat (limited to 'quanta/src/kqapp.cpp')
-rw-r--r-- | quanta/src/kqapp.cpp | 233 |
1 files changed, 233 insertions, 0 deletions
diff --git a/quanta/src/kqapp.cpp b/quanta/src/kqapp.cpp new file mode 100644 index 00000000..6e7f02df --- /dev/null +++ b/quanta/src/kqapp.cpp @@ -0,0 +1,233 @@ +/* + KQApplication.cpp + + KNode, the KDE newsreader + Copyright (c) 1999-2001 the KNode authors. + See file AUTHORS for details + + Rewritten for Quanta Plus: (C) 2002, 2003 Andras Mantia <amantia@kde.org> + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, US +*/ + +#include <qtimer.h> + +#include <kconfig.h> +#include <kdebug.h> +#include <kwin.h> +#include <kcmdlineargs.h> +#include <kurl.h> +#include <kiconloader.h> +#include <kstandarddirs.h> +#include <kglobalsettings.h> +#include <ksplashscreen.h> +#include <dcopclient.h> +#include <kdeversion.h> + +#include "config.h" +#include "quantacommon.h" +#include "project.h" +#include "quanta.h" +#include "quanta_init.h" +#include "kqapp.h" + +QuantaApp *quantaApp = 0L; //global pointer to the main application object +#define SPLASH_PICTURE "quantalogo" + +KSplash::KSplash() + : QFrame( 0L, QString("Quanta")+QUANTA_VERSION, + QWidget::WStyle_NoBorder | QWidget::WStyle_Customize | WX11BypassWM) +{ + QPixmap pm( UserIcon(SPLASH_PICTURE) ); + + setBackgroundPixmap(pm); + QRect desk = KGlobalSettings::splashScreenDesktopGeometry(); + setGeometry( desk.center().x()-225, desk.center().y()-150, 450, 300 ); + setLineWidth(0); + show(); +} + + +KSplash::~KSplash() +{ +} + + +KQApplication::KQApplication() + : KApplication() +{ + args = KCmdLineArgs::parsedArgs(); + splash = 0L; + + KGlobal::dirs()->addPrefix(PREFIX); + dcopClient()->registerAs("quanta", true); + +//FIXME: Do not hide the problem, but really fix the session restoration. +//I have no idea how to do it, but it may be broken because of delayed +//initialization in QuantaApp +/* if (isRestored()) + { + RESTORE(QuantaApp); + } + else */ + { + KConfig *config = kapp->config(); + config->setGroup("General Options"); + int mdiMode = config->readNumEntry("MDI mode", KMdi::IDEAlMode); + QString layout = config->readEntry("Window layout", "Default"); + if (layout == "Default" || args->isSet("resetlayout")) + { + mdiMode = KMdi::IDEAlMode; + config->writeEntry("MDI mode", KMdi::IDEAlMode); + config->writeEntry("Window layout", "Default"); + } + quantaApp = new QuantaApp(mdiMode); + config->setGroup("General Options"); + if (config->readBoolEntry("Show Splash", true) && args->isSet("logo")) + { + sp = new KSplashScreen(UserIcon(SPLASH_PICTURE)); + sp->show(); + connect(quantaApp, SIGNAL(showSplash(bool)), sp, SLOT(setShown(bool))); + QTimer::singleShot(10*1000, this, SLOT(slotSplashTimeout())); + } + setMainWidget(quantaApp); + slotInit(); + } +} + +void KQApplication::slotInit() +{ + KQApplicationPrivate::init(); +} + +KQApplication::~KQApplication() +{ +} + +void KQApplication::slotSplashTimeout() +{ + delete splash; + delete sp; + splash = 0L; + sp = 0L; +} + +KQUniqueApplication::KQUniqueApplication() + : KUniqueApplication() +{ + KGlobal::dirs()->addPrefix(PREFIX); + dcopClient()->registerAs("quanta", false); +} + +KQUniqueApplication::~KQUniqueApplication() +{ +} + + +int KQUniqueApplication::newInstance() +{ + args = KCmdLineArgs::parsedArgs(); + if (mainWidget()) + { + KWin::activateWindow( mainWidget()->winId() ); + quantaApp = static_cast<QuantaApp*>(mainWidget()); + quantaApp->setParserEnabled(false); + for (int i = 0; i < args->count(); i++) + { + quantaApp->slotFileOpen(args->url(i), quantaApp->defaultEncoding()); // load initial files + } + quantaApp->setParserEnabled(true); + quantaApp->reparse(true); + } + else + { + splash = 0L; + KConfig *config = kapp->config(); + config->setGroup("General Options"); + int mdiMode = config->readNumEntry("MDI mode", KMdi::IDEAlMode); + QString layout = config->readEntry("Window layout", "Default"); + if (layout == "Default" || args->isSet("resetlayout")) + { + mdiMode = KMdi::IDEAlMode; + config->writeEntry("Window layout", "Default"); + config->writeEntry("MDI mode", KMdi::IDEAlMode); + } + quantaApp = new QuantaApp(mdiMode); + config->setGroup("General Options"); + if (config->readBoolEntry("Show Splash", true) && args->isSet("logo")) + { + sp = new KSplashScreen(UserIcon(SPLASH_PICTURE)); + sp->show(); + connect(quantaApp, SIGNAL(showSplash(bool)), sp, SLOT(setShown(bool))); + QTimer::singleShot(10*1000, this, SLOT(slotSplashTimeout())); + } + setMainWidget(quantaApp); + slotInit(); + } + + return 0; +} + +void KQUniqueApplication::slotInit() +{ + KQApplicationPrivate::init(); +} + +void KQUniqueApplication::slotSplashTimeout() +{ + delete splash; + delete sp; + splash = 0L; + sp = 0L; +} + + +void KQApplicationPrivate::init() +{ + if (quantaApp->quantaStarted) + { + quantaApp->slotEnableIdleTimer(false); + quantaApp->setParserEnabled(false); //will be enabled in quantaApp->m_quantaInit->openLastFiles(); + quantaApp->m_quantaInit->initQuanta(); + quantaApp->show(); + + QString initialProject; + QStringList initialFiles; + for (int i = 0; i < args->count(); i++ ) + { + QString arg = args->url(i).url(); + + if(arg.findRev(QRegExp(".+\\.webprj")) != -1) + initialProject = arg; + else + initialFiles += arg; + } + quantaApp->m_quantaInit->loadInitialProject(initialProject); + //recoverCrashed manages the autosaved copies + quantaApp->m_quantaInit->recoverCrashed(initialFiles); + + for(QStringList::Iterator it = initialFiles.begin();it != initialFiles.end();++it) + { + KURL url; + QuantaCommon::setUrl(url, (*it)); + quantaApp->slotFileOpen(url, quantaApp->defaultEncoding()); // load initial files + } + quantaApp->m_quantaInit->openLastFiles(); + } + args->clear(); + delete splash; + splash = 0L; + delete sp; + sp = 0L; + delete quantaApp->m_quantaInit; + quantaApp->m_quantaInit = 0L; + quantaApp->slotEnableIdleTimer(true); +} + +#include "kqapp.moc" |