vcs/cvsservice/cvspart.cpp File Reference
#include <qdir.h>
#include <qpopupmenu.h>
#include <qwhatsthis.h>
#include <kpopupmenu.h>
#include <kdebug.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kdialogbase.h>
#include <kstandarddirs.h>
#include <kaction.h>
#include <kurl.h>
#include <kapplication.h>
#include <kmainwindow.h>
#include <kprocess.h>
#include <kiconloader.h>
#include <dcopref.h>
#include <repository_stub.h>
#include <cvsservice_stub.h>
#include <cvsjob_stub.h>
#include <kparts/part.h>
#include <kdevpartcontroller.h>
#include <kdevgenericfactory.h>
#include "kdevcore.h"
#include "kdevmakefrontend.h"
#include "kdevdifffrontend.h"
#include "kdevappfrontend.h"
#include "domutil.h"
#include "kdevmainwindow.h"
#include "kdevproject.h"
#include "urlutil.h"
#include "cvsform.h"
#include "commitdlg.h"
#include "checkoutdialog.h"
#include "tagdialog.h"
#include "cvsprocesswidget.h"
#include "cvsoptions.h"
#include "cvsoptionswidget.h"
#include "cvspartimpl.h"
#include "cvsdir.h"
#include "cvspart.h"
#include "cvspart.moc"
Go to the source code of this file.
Typedefs | |
typedef KDevGenericFactory< CvsServicePart > | CvsFactory |
Functions | |
K_EXPORT_COMPONENT_FACTORY (libkdevcvsservice, CvsFactory(&data)) CvsServicePart | |
Variables | |
bool | g_projectWasJustCreated = false |
const KAboutData | data ("kdevcvsservice", I18N_NOOP("CvsService"),"1.0") |
Typedef Documentation
|
Definition at line 74 of file cvspart.cpp. |
Function Documentation
|
Definition at line 75 of file cvspart.cpp. |
Variable Documentation
|
|
|
Definition at line 67 of file cvspart.cpp. Referenced by CvsServicePart::createNewProject(), and CvsServicePart::slotProjectOpened(). |