Finish renaming tdevelop components

pull/1/head
Darrell Anderson 11 years ago committed by Slávek Banko
parent afb74575ca
commit 722ce1efba

@ -45,7 +45,7 @@ SplashScreens:
Marion Klein <MarionKlein@wanadoo.fr>
Ram<61> Lamana Villar <ramon@alumnos.upm.es>
KDevTabBar, bug fixes, Gideon Release:
TDevTabBar, bug fixes, Gideon Release:
Caleb Tennis <caleb@aei-tech.com>
PartExplorer, (bugs for) CvsPart:

@ -82,7 +82,7 @@ option( WITH_VCS_SUBVERSION "Enable subversion support" ${WITH_VCS_ALL} )
##### components ################################
option( BUILD_ALL "Build all components" OFF )
option( BUILD_KDEVDESIGNER "Build kdevdesigner" ${BUILD_ALL} )
option( BUILD_TDEVDESIGNER "Build tdevdesigner" ${BUILD_ALL} )
option( BUILD_VISUALBOYADVANCE "Build embedded/visualboyadvance" ${BUILD_ALL} )
option( BUILD_DOC "Build doc" ${BUILD_ALL} )
@ -150,11 +150,13 @@ set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" )
##### install data ##############################
install( FILES
tdevelop.desktop kdevassistant.desktop tdevelop_ruby.desktop
tdevelop_c_cpp.desktop tdevelop_kde_cpp.desktop
tdevelop.desktop tdevassistant.desktop tdevelop_ruby.desktop
tdevelop_c_cpp.desktop tdevelop_tde_cpp.desktop
tdevelop_scripting.desktop
DESTINATION ${XDG_APPS_INSTALL_DIR} )
install( FILES tde_app_devel.desktop DESTINATION ${APPS_INSTALL_DIR}/.hidden )
install( FILES
tde-development-tdevelop.directory
DESTINATION ${XDG_DIRECTORY_INSTALL_DIR} )
@ -164,7 +166,7 @@ install( FILES
DESTINATION ${MIME_INSTALL_DIR}/application )
install( PROGRAMS
kdevprj2tdevelop
tdevprj2tdevelop
DESTINATION ${BIN_INSTALL_DIR} )
@ -180,7 +182,7 @@ add_subdirectory( mimetypes )
add_subdirectory( pics )
add_subdirectory( vcs )
add_subdirectory( embedded )
tde_conditional_add_subdirectory( BUILD_KDEVDESIGNER kdevdesigner )
tde_conditional_add_subdirectory( BUILD_TDEVDESIGNER tdevdesigner )
tde_conditional_add_subdirectory( BUILD_DOC doc )

@ -124,7 +124,7 @@ EXCLUDE_PATTERNS = *.moc.* \
*face_skel.cpp \
*.ui.h
EXAMPLE_PATH = languages/cpp/app_templates/khello \
languages/cpp/app_templates/kdevpart
languages/cpp/app_templates/tdevpart
EXAMPLE_PATTERNS =
EXAMPLE_RECURSIVE = NO
IMAGE_PATH = ./doc/api

@ -2,16 +2,19 @@ COMPILE_FIRST = lib src parts
EXTRA_DIST = AUTHORS COPYING COPYING.LIB NEWS ChangeLog INSTALL README TODO HACKING HACKING.language admin configure.in.bot
xdg_apps_DATA = tdevelop.desktop kdevassistant.desktop tdevelop_ruby.desktop \
tdevelop_c_cpp.desktop tdevelop_kde_cpp.desktop tdevelop_scripting.desktop
xdg_apps_DATA = tdevelop.desktop tdevassistant.desktop tdevelop_ruby.desktop \
tdevelop_c_cpp.desktop tdevelop_tde_cpp.desktop tdevelop_scripting.desktop
#appsdir = $(kde_appsdir)/Development
app_DATA = tde_app_devel.desktop
appdir = $(kde_appsdir)/.hidden
xdg_directory_DATA = tde-development-tdevelop.directory
mime_DATA = x-tdevelop.desktop
mimedir = $(kde_mimedir)/application
kde_bin_SCRIPTS = kdevprj2tdevelop
kde_bin_SCRIPTS = tdevprj2tdevelop
$(top_srcdir)/acinclude.m4: $(top_srcdir)/tdevelop.m4.in
@ -48,7 +51,7 @@ include admin/deps.am
DOXYGEN_SEARCHENGINE = YES
DOXYGEN_EMPTY = YES
DOXYGEN_PROJECTNAME = KDevelop Platform API
DOXYGEN_PROJECTNAME = TDevelop Platform API
include Doxyfile.am
SUBDIRS=$(TOPSUBDIRS)
#tdevelop: lib src parts buildtools doc editors embedded kdevdesigner languages mimetypes pics vcs
#tdevelop: lib src parts buildtools doc editors embedded tdevdesigner languages mimetypes pics vcs

@ -28,17 +28,17 @@ link_directories(
##### other data ################################
install( FILES kdevadaproject.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES kdevadaproject.rc DESTINATION ${DATA_INSTALL_DIR}/kdevadaproject )
install( FILES tdevadaproject.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES tdevadaproject.rc DESTINATION ${DATA_INSTALL_DIR}/tdevadaproject )
##### libkdevadaproject (module) ################
##### libtdevadaproject (module) ################
tde_add_kpart( libkdevadaproject AUTOMOC
tde_add_kpart( libtdevadaproject AUTOMOC
SOURCES
adaproject_part.cpp adaproject_widget.cpp
adaproject_optionsdlgbase.ui adaprojectoptionsdlg.cpp
adaglobaloptionsdlg.cpp service.cpp
LINK kdevbuildbase-shared
LINK tdevbuildbase-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -2,17 +2,17 @@ INCLUDES = -I$(top_srcdir)/buildtools/lib/base -I$(top_srcdir)/lib/interfaces \
-I$(top_srcdir)/lib/interfaces/extensions -I$(top_srcdir)/lib/interfaces/external \
-I$(top_srcdir)/lib/interfaces/extras -I$(top_srcdir)/lib/util $(all_includes)
kde_module_LTLIBRARIES = libkdevadaproject.la
libkdevadaproject_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libkdevadaproject_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \
$(top_builddir)/buildtools/lib/base/libkdevbuildbase.la $(top_builddir)/lib/interfaces/extras/libkdevextras.la
kde_module_LTLIBRARIES = libtdevadaproject.la
libtdevadaproject_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libtdevadaproject_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \
$(top_builddir)/buildtools/lib/base/libtdevbuildbase.la $(top_builddir)/lib/interfaces/extras/libtdevextras.la
libkdevadaproject_la_SOURCES = adaproject_part.cpp adaproject_widget.cpp adaproject_optionsdlgbase.ui adaprojectoptionsdlg.cpp adaglobaloptionsdlg.cpp service.cpp
libtdevadaproject_la_SOURCES = adaproject_part.cpp adaproject_widget.cpp adaproject_optionsdlgbase.ui adaprojectoptionsdlg.cpp adaglobaloptionsdlg.cpp service.cpp
METASOURCES = AUTO
servicedir = $(kde_servicesdir)
service_DATA = kdevadaproject.desktop
service_DATA = tdevadaproject.desktop
rcdir = $(kde_datadir)/kdevadaproject
rc_DATA = kdevadaproject.rc
rcdir = $(kde_datadir)/tdevadaproject
rc_DATA = tdevadaproject.rc

@ -15,7 +15,7 @@
#include <kdebug.h>
#include <tdeconfig.h>
#include "kdevcompileroptions.h"
#include "tdevcompileroptions.h"
#include "service.h"
#include "adaproject_part.h"
@ -61,7 +61,7 @@ AdaGlobalOptionsDlg::~AdaGlobalOptionsDlg()
void AdaGlobalOptionsDlg::optionsButtonClicked()
{
TQString name = ServiceComboBox::currentText(compiler_box, service_names);
KDevCompilerOptions *plugin = m_part->createCompilerOptions(name);
TDevCompilerOptions *plugin = m_part->createCompilerOptions(name);
if (plugin) {
TQString flags = plugin->exec(this, options_edit->text());

@ -28,29 +28,29 @@
#include <tdeconfig.h>
#include "domutil.h"
#include "kdevcore.h"
#include "kdevmainwindow.h"
#include "kdevmakefrontend.h"
#include "kdevappfrontend.h"
#include "kdevpartcontroller.h"
#include "kdevlanguagesupport.h"
#include "kdevcompileroptions.h"
#include "kdevgenericfactory.h"
#include <kdevplugininfo.h>
#include "tdevcore.h"
#include "tdevmainwindow.h"
#include "tdevmakefrontend.h"
#include "tdevappfrontend.h"
#include "tdevpartcontroller.h"
#include "tdevlanguagesupport.h"
#include "tdevcompileroptions.h"
#include "tdevgenericfactory.h"
#include <tdevplugininfo.h>
#include "adaproject_widget.h"
#include "adaprojectoptionsdlg.h"
#include "adaglobaloptionsdlg.h"
typedef KDevGenericFactory<AdaProjectPart> AdaProjectFactory;
static const KDevPluginInfo data("kdevadaproject");
K_EXPORT_COMPONENT_FACTORY( libkdevadaproject, AdaProjectFactory( data ) )
typedef TDevGenericFactory<AdaProjectPart> AdaProjectFactory;
static const TDevPluginInfo data("tdevadaproject");
K_EXPORT_COMPONENT_FACTORY( libtdevadaproject, AdaProjectFactory( data ) )
AdaProjectPart::AdaProjectPart(TQObject *parent, const char *name, const TQStringList& )
:KDevBuildTool(&data, parent, name ? name : "AdaProjectPart" )
:TDevBuildTool(&data, parent, name ? name : "AdaProjectPart" )
{
setInstance(AdaProjectFactory::instance());
setXMLFile("kdevadaproject.rc");
setXMLFile("tdevadaproject.rc");
TDEAction *action;
action = new TDEAction( i18n("&Build Project"), "make_tdevelop", Key_F8,
@ -70,7 +70,7 @@ AdaProjectPart::AdaProjectPart(TQObject *parent, const char *name, const TQStrin
// TQWhatsThis::add(m_widget, i18n("WHAT DOES THIS PART DO?"));
// now you decide what should happen to the widget. Take a look at kdevcore.h
// now you decide what should happen to the widget. Take a look at tdevcore.h
// or at other plugins how to embed it.
// if you want to embed your widget as an outputview, simply uncomment
@ -109,8 +109,8 @@ void AdaProjectPart::openProject(const TQString &dirName, const TQString &projec
TQDomDocument &dom = *projectDom();
// Set the default directory radio to "executable"
if (DomUtil::readEntry(dom, "/kdevadaproject/run/directoryradio") == "" ) {
DomUtil::writeEntry(dom, "/kdevadaproject/run/directoryradio", "executable");
if (DomUtil::readEntry(dom, "/tdevadaproject/run/directoryradio") == "" ) {
DomUtil::writeEntry(dom, "/tdevadaproject/run/directoryradio", "executable");
}
loadProjectConfig();
@ -165,7 +165,7 @@ void AdaProjectPart::openProject(const TQString &dirName, const TQString &projec
}
} while (!s.isEmpty());
KDevProject::openProject( dirName, projectName );
TDevProject::openProject( dirName, projectName );
}
void AdaProjectPart::closeProject()
@ -175,7 +175,7 @@ void AdaProjectPart::closeProject()
/** Retuns a PairList with the run environment variables */
DomUtil::PairList AdaProjectPart::runEnvironmentVars() const
{
return DomUtil::readPairListEntry(*projectDom(), "/kdevadaproject/run/envvars", "envvar", "name", "value");
return DomUtil::readPairListEntry(*projectDom(), "/tdevadaproject/run/envvars", "envvar", "name", "value");
}
@ -190,7 +190,7 @@ DomUtil::PairList AdaProjectPart::runEnvironmentVars() const
*/
TQString AdaProjectPart::runDirectory() const
{
TQString cwd = defaultRunDirectory("kdevadaproject");
TQString cwd = defaultRunDirectory("tdevadaproject");
if (cwd.isEmpty())
cwd = buildDirectory();
return cwd;
@ -212,7 +212,7 @@ TQString AdaProjectPart::mainProgram() const
if ( !dom ) return TQString();
TQString DomMainProgram = DomUtil::readEntry( *dom, "/kdevadaproject/run/mainprogram");
TQString DomMainProgram = DomUtil::readEntry( *dom, "/tdevadaproject/run/mainprogram");
if ( DomMainProgram.isEmpty() ) return TQString();
@ -231,14 +231,14 @@ TQString AdaProjectPart::mainProgram() const
/** Retuns a TQString with the run command line arguments */
TQString AdaProjectPart::debugArguments() const
{
return DomUtil::readEntry(*projectDom(), "/kdevadaproject/run/globaldebugarguments");
return DomUtil::readEntry(*projectDom(), "/tdevadaproject/run/globaldebugarguments");
}
/** Retuns a TQString with the run command line arguments */
TQString AdaProjectPart::runArguments() const
{
return DomUtil::readEntry(*projectDom(), "/kdevadaproject/run/programargs");
return DomUtil::readEntry(*projectDom(), "/tdevadaproject/run/programargs");
}
TQString AdaProjectPart::mainSource() const
@ -361,12 +361,12 @@ void AdaProjectPart::slotExecute()
void AdaProjectPart::changedFiles( const TQStringList & fileList )
{
KDevProject::changedFiles(fileList);
TDevProject::changedFiles(fileList);
}
void AdaProjectPart::changedFile( const TQString & fileName )
{
KDevProject::changedFile(fileName);
TDevProject::changedFile(fileName);
}
void AdaProjectPart::projectConfigWidget( KDialogBase * dlg )
@ -382,10 +382,10 @@ void AdaProjectPart::loadProjectConfig( )
{
TQDomDocument &dom = *(projectDom());
TQString config = DomUtil::readEntry(dom, "/kdevadaproject/general/useconfiguration", "default");
m_mainSource = DomUtil::readEntry(dom, TQString("/kdevadaproject/configurations/") + config + TQString("/mainsource") );
m_compilerOpts = DomUtil::readEntry(dom, TQString("/kdevadaproject/configurations/") + config + TQString("/compileroptions"));
m_compilerExec = DomUtil::readEntry(dom, TQString("/kdevadaproject/configurations/") + config + TQString("/compilerexec"));
TQString config = DomUtil::readEntry(dom, "/tdevadaproject/general/useconfiguration", "default");
m_mainSource = DomUtil::readEntry(dom, TQString("/tdevadaproject/configurations/") + config + TQString("/mainsource") );
m_compilerOpts = DomUtil::readEntry(dom, TQString("/tdevadaproject/configurations/") + config + TQString("/compileroptions"));
m_compilerExec = DomUtil::readEntry(dom, TQString("/tdevadaproject/configurations/") + config + TQString("/compilerexec"));
if (m_compilerExec.isEmpty())
{
@ -408,7 +408,7 @@ void AdaProjectPart::configWidget( KDialogBase * dlg )
connect( dlg, TQT_SIGNAL(okClicked()), w, TQT_SLOT(accept()) );
}
KDevCompilerOptions *AdaProjectPart::createCompilerOptions(const TQString &name)
TDevCompilerOptions *AdaProjectPart::createCompilerOptions(const TQString &name)
{
KService::Ptr service = KService::serviceByDesktopName(name);
if (!service) {
@ -430,13 +430,13 @@ KDevCompilerOptions *AdaProjectPart::createCompilerOptions(const TQString &name)
args = TQStringList::split(" ", prop.toString());
TQObject *obj = factory->create(this, service->name().latin1(),
"KDevCompilerOptions", args);
"TDevCompilerOptions", args);
if (!obj->inherits("KDevCompilerOptions")) {
kdDebug() << "AdaProjectPart::createCompilerOptions: component does not inherit KDevCompilerOptions" << endl;
if (!obj->inherits("TDevCompilerOptions")) {
kdDebug() << "AdaProjectPart::createCompilerOptions: component does not inherit TDevCompilerOptions" << endl;
return 0;
}
KDevCompilerOptions *dlg = (KDevCompilerOptions*) obj;
TDevCompilerOptions *dlg = (TDevCompilerOptions*) obj;
return dlg;
}

@ -6,18 +6,18 @@
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/
#ifndef __KDEVPART_ADAPROJECT_H__
#define __KDEVPART_ADAPROJECT_H__
#ifndef __TDEVPART_ADAPROJECT_H__
#define __TDEVPART_ADAPROJECT_H__
#include <tqguardedptr.h>
#include "kdevbuildtool.h"
#include "tdevbuildtool.h"
class AdaProjectWidget;
class KDialogBase;
class KDevCompilerOptions;
class TDevCompilerOptions;
class AdaProjectPart : public KDevBuildTool
class AdaProjectPart : public TDevBuildTool
{
Q_OBJECT
@ -59,7 +59,7 @@ public:
virtual void changedFiles( const TQStringList & fileList );
virtual void changedFile( const TQString & fileName );
KDevCompilerOptions *createCompilerOptions(const TQString &name);
TDevCompilerOptions *createCompilerOptions(const TQString &name);
virtual TQString defaultOptions(const TQString compiler);
TQStringList distFiles() const;

@ -3,7 +3,7 @@
#include <kurl.h>
#include <kdebug.h>
#include <kdevcore.h>
#include <tdevcore.h>
#include "adaproject_part.h"
#include "adaproject_widget.h"

@ -4,7 +4,7 @@
#include <tqwidget.h>
#include <tqstring.h>
class KDevProject;
class TDevProject;
class AdaProjectPart;
class AdaProjectWidget : public TQWidget

@ -18,7 +18,7 @@
#include <tqvalidator.h>
#include "domutil.h"
#include "kdevcompileroptions.h"
#include "tdevcompileroptions.h"
#include "service.h"
#include "adaproject_part.h"
@ -43,7 +43,7 @@ AdaProjectOptionsDlg::AdaProjectOptionsDlg(AdaProjectPart *part, TQWidget* paren
TQDomDocument &dom = *(m_part->projectDom());
currentConfig = TQString();
configChanged(DomUtil::readEntry(dom, "/kdevadaproject/general/useconfiguration", "default"));
configChanged(DomUtil::readEntry(dom, "/tdevadaproject/general/useconfiguration", "default"));
}
AdaProjectOptionsDlg::~AdaProjectOptionsDlg()
@ -57,7 +57,7 @@ TQStringList AdaProjectOptionsDlg::allBuildConfigs()
TQStringList allConfigs;
allConfigs.append("default");
TQDomNode node = dom.documentElement().namedItem("kdevadaproject").namedItem("configurations");
TQDomNode node = dom.documentElement().namedItem("tdevadaproject").namedItem("configurations");
TQDomElement childEl = node.firstChild().toElement();
while (!childEl.isNull()) {
TQString config = childEl.tagName();
@ -72,7 +72,7 @@ TQStringList AdaProjectOptionsDlg::allBuildConfigs()
void AdaProjectOptionsDlg::accept()
{
DomUtil::writeEntry(*m_part->projectDom(), "/kdevadaproject/general/useconfiguration", currentConfig);
DomUtil::writeEntry(*m_part->projectDom(), "/tdevadaproject/general/useconfiguration", currentConfig);
if (dirty)
{
saveConfig(currentConfig);
@ -88,7 +88,7 @@ void AdaProjectOptionsDlg::compiler_box_activated( const TQString& /*s*/ )
void AdaProjectOptionsDlg::saveConfig( TQString config )
{
TQDomDocument dom = *m_part->projectDom();
TQString prefix = "/kdevadaproject/configurations/" + config + "/";
TQString prefix = "/tdevadaproject/configurations/" + config + "/";
DomUtil::writeEntry(dom, prefix + "compiler",
ServiceComboBox::currentText(compiler_box, service_names));
@ -100,7 +100,7 @@ void AdaProjectOptionsDlg::saveConfig( TQString config )
void AdaProjectOptionsDlg::readConfig( TQString config )
{
TQDomDocument dom = *m_part->projectDom();
TQString prefix = "/kdevadaproject/configurations/" + config + "/";
TQString prefix = "/tdevadaproject/configurations/" + config + "/";
TQString compiler = DomUtil::readEntry(dom, prefix + "compiler", "");
@ -171,7 +171,7 @@ void AdaProjectOptionsDlg::configRemoved()
TQString config = config_combo->currentText();
TQDomDocument dom = *m_part->projectDom();
TQDomNode node = dom.documentElement().namedItem("kdevadaproject").namedItem("configurations");
TQDomNode node = dom.documentElement().namedItem("tdevadaproject").namedItem("configurations");
node.removeChild(node.namedItem(config));
allConfigs.remove(config);
@ -185,7 +185,7 @@ void AdaProjectOptionsDlg::configRemoved()
void AdaProjectOptionsDlg::optionsButtonClicked( )
{
TQString name = ServiceComboBox::currentText(compiler_box, service_names);
KDevCompilerOptions *plugin = m_part->createCompilerOptions(name);
TDevCompilerOptions *plugin = m_part->createCompilerOptions(name);
if (plugin) {
TQString flags = plugin->exec(this, options_edit->text());

@ -14,7 +14,7 @@
#include "adaproject_optionsdlgbase.h"
class AdaProjectPart;
class KDevCompilerOptions;
class TDevCompilerOptions;
class AdaProjectOptionsDlg : public AdaProjectOptionsDlgBase
{

@ -95,6 +95,6 @@ GenericName[uz@cyrillic]=Ada лойиҳаси
GenericName[zh_CN]=Ada 工程
GenericName[zh_TW]=Ada 專案
ServiceTypes=TDevelop/Project
X-TDE-Library=libkdevadaproject
X-TDE-Library=libtdevadaproject
X-TDevelop-Version=5
X-TDevelop-Language=Ada

@ -26,15 +26,15 @@ link_directories(
##### other data ################################
install( FILES kdevantproject.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES kdevantproject.rc DESTINATION ${DATA_INSTALL_DIR}/kdevantproject )
install( FILES tdevantproject.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES tdevantproject.rc DESTINATION ${DATA_INSTALL_DIR}/tdevantproject )
##### libkdevantproject (module) ################
##### libtdevantproject (module) ################
tde_add_kpart( libkdevantproject AUTOMOC
tde_add_kpart( libtdevantproject AUTOMOC
SOURCES
antprojectpart.cpp antoptionswidget.ui classpathwidget.ui
LINK kdevbuildbase-shared
LINK tdevbuildbase-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -5,17 +5,17 @@ INCLUDES = -I$(top_srcdir)/buildtools/lib/base \
-I$(top_srcdir)/lib/interfaces/extensions -I$(top_srcdir)/lib/util -I$(top_builddir)/buildtools/lib/widgets \
$(all_includes)
kde_module_LTLIBRARIES = libkdevantproject.la
libkdevantproject_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libkdevantproject_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \
$(top_builddir)/buildtools/lib/widgets/libkdevbuildtoolswidgets.la $(top_builddir)/buildtools/lib/base/libkdevbuildbase.la
kde_module_LTLIBRARIES = libtdevantproject.la
libtdevantproject_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libtdevantproject_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \
$(top_builddir)/buildtools/lib/widgets/libtdevbuildtoolswidgets.la $(top_builddir)/buildtools/lib/base/libtdevbuildbase.la
libkdevantproject_la_SOURCES = antprojectpart.cpp antoptionswidget.ui classpathwidget.ui
libtdevantproject_la_SOURCES = antprojectpart.cpp antoptionswidget.ui classpathwidget.ui
METASOURCES = AUTO
servicedir = $(kde_servicesdir)
service_DATA = kdevantproject.desktop
service_DATA = tdevantproject.desktop
rcdir = $(kde_datadir)/kdevantproject
rc_DATA = kdevantproject.rc
rcdir = $(kde_datadir)/tdevantproject
rc_DATA = tdevantproject.rc

@ -11,7 +11,7 @@
#include <tqdir.h>
#include <kdevgenericfactory.h>
#include <tdevgenericfactory.h>
#include <kdebug.h>
#include <tdeaction.h>
#include <tdepopupmenu.h>
@ -21,10 +21,10 @@
#include <keditlistbox.h>
#include <kurlrequester.h>
#include <kdevplugininfo.h>
#include <tdevplugininfo.h>
#include <kdevcore.h>
#include <kdevmakefrontend.h>
#include <tdevcore.h>
#include <tdevmakefrontend.h>
#include <urlutil.h>
@ -34,9 +34,9 @@
typedef KDevGenericFactory<AntProjectPart> AntProjectFactory;
static const KDevPluginInfo data("kdevantproject");
K_EXPORT_COMPONENT_FACTORY(libkdevantproject, AntProjectFactory( data ))
typedef TDevGenericFactory<AntProjectPart> AntProjectFactory;
static const TDevPluginInfo data("tdevantproject");
K_EXPORT_COMPONENT_FACTORY(libtdevantproject, AntProjectFactory( data ))
AntOptions::AntOptions()
@ -46,11 +46,11 @@ AntOptions::AntOptions()
AntProjectPart::AntProjectPart(TQObject *parent, const char *name, const TQStringList &)
: KDevBuildTool(&data, parent, name ? name : "AntProjectPart")
: TDevBuildTool(&data, parent, name ? name : "AntProjectPart")
{
setInstance(AntProjectFactory::instance());
setXMLFile("kdevantproject.rc");
setXMLFile("tdevantproject.rc");
m_buildProjectAction = new TDEAction(i18n("&Build Project"), "make_tdevelop", Key_F8,
this, TQT_SLOT(slotBuild()),
@ -111,7 +111,7 @@ void AntProjectPart::openProject(const TQString &dirName, const TQString &projec
else
populateProject();
KDevProject::openProject( dirName, projectName );
TDevProject::openProject( dirName, projectName );
}

@ -16,7 +16,7 @@ class Context;
class ClassPathWidget;
#include "kdevbuildtool.h"
#include "tdevbuildtool.h"
class AntOptionsWidget;
@ -40,7 +40,7 @@ public:
};
class AntProjectPart : public KDevBuildTool
class AntProjectPart : public TDevBuildTool
{
Q_OBJECT

@ -91,6 +91,6 @@ GenericName[uz@cyrillic]=Ant лойиҳаси
GenericName[zh_CN]=Ant 工程
GenericName[zh_TW]=Ant 專案
ServiceTypes=TDevelop/Project
X-TDE-Library=libkdevantproject
X-TDE-Library=libtdevantproject
X-TDevelop-Version=5
X-TDevelop-Args=

@ -32,13 +32,13 @@ link_directories(
##### other data ################################
install( FILES kdevautoproject.desktop kdevtdeautoproject.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES kdevautoproject.rc DESTINATION ${DATA_INSTALL_DIR}/kdevautoproject )
install( FILES tdevautoproject.desktop tdevtdeautoproject.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES tdevautoproject.rc DESTINATION ${DATA_INSTALL_DIR}/tdevautoproject )
##### libkdevautoproject (module) ###############
##### libtdevautoproject (module) ###############
tde_add_kpart( libkdevautoproject AUTOMOC
tde_add_kpart( libtdevautoproject AUTOMOC
SOURCES
autoprojectpart.cpp autoprojectwidget.cpp
configureoptionswidget.cpp configureoptionswidgetbase.ui
@ -60,6 +60,6 @@ tde_add_kpart( libkdevautoproject AUTOMOC
autolistviewitems.cpp managecustomcommandsbase.ui
managecustomcommand.cpp autoprojectviewbase.ui
autotoolsaction.cpp makefilehandler.cpp
LINK kdevautotoolsparser-static kdevbuildbase-shared kdevbuildtoolswidgets-shared
LINK tdevautotoolsparser-static tdevbuildbase-shared tdevbuildtoolswidgets-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -7,14 +7,14 @@ INCLUDES = -I$(top_srcdir)/buildtools/lib -I$(top_srcdir)/buildtools/lib/base \
-I$(top_builddir)/buildtools/lib/widgets
kde_module_LTLIBRARIES = libkdevautoproject.la
libkdevautoproject_la_LDFLAGS = $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) $(KDE_PLUGIN)
libkdevautoproject_la_LIBADD = \
$(top_builddir)/buildtools/lib/base/libkdevbuildbase.la \
$(top_builddir)/buildtools/lib/parsers/autotools/libkdevautotoolsparser.la $(top_builddir)/buildtools/lib/widgets/libkdevbuildtoolswidgets.la \
$(top_builddir)/lib/interfaces/extras/libkdevextras.la $(top_builddir)/lib/libtdevelop.la
kde_module_LTLIBRARIES = libtdevautoproject.la
libtdevautoproject_la_LDFLAGS = $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) $(KDE_PLUGIN)
libtdevautoproject_la_LIBADD = \
$(top_builddir)/buildtools/lib/base/libtdevbuildbase.la \
$(top_builddir)/buildtools/lib/parsers/autotools/libtdevautotoolsparser.la $(top_builddir)/buildtools/lib/widgets/libtdevbuildtoolswidgets.la \
$(top_builddir)/lib/interfaces/extras/libtdevextras.la $(top_builddir)/lib/libtdevelop.la
libkdevautoproject_la_SOURCES = autoprojectpart.cpp autoprojectwidget.cpp \
libtdevautoproject_la_SOURCES = autoprojectpart.cpp autoprojectwidget.cpp \
configureoptionswidget.cpp configureoptionswidgetbase.ui subprojectoptionsdlg.cpp \
subprojectoptionsdlgbase.ui targetoptionsdlg.cpp targetoptionsdlgbase.ui addservicedlg.cpp \
addservicedlgbase.ui addapplicationdlg.cpp addapplicationdlgbase.ui addtargetdlg.cpp \
@ -30,9 +30,9 @@ libkdevautoproject_la_SOURCES = autoprojectpart.cpp autoprojectwidget.cpp \
METASOURCES = AUTO
servicedir = $(kde_servicesdir)
service_DATA = kdevautoproject.desktop kdevtdeautoproject.desktop
service_DATA = tdevautoproject.desktop tdevtdeautoproject.desktop
rcdir = $(kde_datadir)/kdevautoproject
rc_DATA = kdevautoproject.rc
rcdir = $(kde_datadir)/tdevautoproject
rc_DATA = tdevautoproject.rc
noinst_HEADERS = managecustomcommand.h autotoolsaction.h makefilehandler.h

@ -36,7 +36,7 @@
#include "autoprojectpart.h"
#include "autoprojectwidget.h"
#include "kdevpartcontroller.h"
#include "tdevpartcontroller.h"
AddFileDialog::AddFileDialog(AutoProjectPart *part, AutoProjectWidget *widget,
SubprojectItem *spitem, TargetItem *item,

@ -25,7 +25,7 @@
#include "autolistviewitems.h"
#include "kdevmakefrontend.h"
#include "tdevmakefrontend.h"
#include "misc.h"
#include "autoprojectpart.h"
#include "autosubprojectview.h"

@ -32,13 +32,13 @@
#include <tdepopupmenu.h>
/** KDevelop */
#include "kdevappfrontend.h"
#include "kdevcore.h"
#include "kdevmainwindow.h"
#include "kdevpartcontroller.h"
#include "kdevcreatefile.h"
#include "kdevlanguagesupport.h"
#include "kdevmakefrontend.h"
#include "tdevappfrontend.h"
#include "tdevcore.h"
#include "tdevmainwindow.h"
#include "tdevpartcontroller.h"
#include "tdevcreatefile.h"
#include "tdevlanguagesupport.h"
#include "tdevmakefrontend.h"
#include "urlutil.h"
#include "domutil.h"
@ -294,13 +294,13 @@ void AutoDetailsView::slotAddNewFile()
if ( !titem )
return;
KDevCreateFile * createFileSupport = m_part->extension<KDevCreateFile>("TDevelop/CreateFile");
TDevCreateFile * createFileSupport = m_part->extension<TDevCreateFile>("TDevelop/CreateFile");
if (createFileSupport)
{
KDevCreateFile::CreatedFile crFile =
TDevCreateFile::CreatedFile crFile =
createFileSupport->createNewFile(TQString(),
m_widget->selectedSubproject()->path);
/* if (crFile.status == KDevCreateFile::CreatedFile::STATUS_OK)
/* if (crFile.status == TDevCreateFile::CreatedFile::STATUS_OK)
{
FileItem *fitem = m_widget->createFileItem(crFile.filename, m_widget->selectedSubproject());
titem->sources.append(fitem);

@ -45,34 +45,34 @@
#include <kprocess.h>
#include <domutil.h>
#include <kdevcore.h>
#include <kdevmakefrontend.h>
#include <kdevappfrontend.h>
#include <kdevmainwindow.h>
#include <kdevpartcontroller.h>
#include <tdevcore.h>
#include <tdevmakefrontend.h>
#include <tdevappfrontend.h>
#include <tdevmainwindow.h>
#include <tdevpartcontroller.h>
#include <makeoptionswidget.h>
#include <runoptionswidget.h>
#include <envvartools.h>
#include <configwidgetproxy.h>
#include <kdevplugininfo.h>
#include <tdevplugininfo.h>
#include <urlutil.h>
#define CONFIGURE_OPTIONS 1
#define RUN_OPTIONS 2
#define MAKE_OPTIONS 3
static const KDevPluginInfo data("kdevautoproject");
static const TDevPluginInfo data("tdevautoproject");
K_EXPORT_COMPONENT_FACTORY( libkdevautoproject, AutoProjectFactory( data ) )
K_EXPORT_COMPONENT_FACTORY( libtdevautoproject, AutoProjectFactory( data ) )
AutoProjectPart::AutoProjectPart(TQObject *parent, const char *name, const TQStringList &args)
: KDevBuildTool(&data, parent, name ? name : "AutoProjectPart")
: TDevBuildTool(&data, parent, name ? name : "AutoProjectPart")
, m_lastCompilationFailed(false)
{
setInstance(AutoProjectFactory::instance());
setXMLFile("kdevautoproject.rc");
setXMLFile("tdevautoproject.rc");
m_executeAfterBuild = false;
m_isKDE = (args[0] == "kde");
@ -310,7 +310,7 @@ void AutoProjectPart::openProject(const TQString &dirName, const TQString &proje
"Project -> Project Options -> Run Options"), i18n("No active target specified"), "tdevelop_open_project_no_active_target");
}
KDevProject::openProject( dirName, projectName );
TDevProject::openProject( dirName, projectName );
}
@ -358,7 +358,7 @@ TQString AutoProjectPart::runDirectory() const
TQString cwd;
if( DomUtil::readBoolEntry(dom, "/kdevautoproject/run/useglobalprogram", false) || !m_widget->activeTarget() )
{
cwd = defaultRunDirectory("kdevautoproject");
cwd = defaultRunDirectory("tdevautoproject");
}else
{
cwd = DomUtil::readEntry( dom, "/kdevautoproject/run/cwd/"+m_widget->activeTarget()->name );
@ -585,7 +585,7 @@ TQStringList AutoProjectPart::allBuildConfigs() const
TQStringList allConfigs;
allConfigs.append("default");
TQDomNode node = dom.documentElement().namedItem("kdevautoproject").namedItem("configurations");
TQDomNode node = dom.documentElement().namedItem("tdevautoproject").namedItem("configurations");
TQDomElement childEl = node.firstChild().toElement();
while (!childEl.isNull())
{
@ -1075,7 +1075,7 @@ TQString AutoProjectPart::updateAdminDirectoryCommand() const
// Find the admin tarball
TDEStandardDirs dirs;
dirs.addResourceType("apptemplates", TDEStandardDirs::kde_default("data") + "kdevappwizard/template-common/");
dirs.addResourceType("apptemplates", TDEStandardDirs::kde_default("data") + "tdevappwizard/template-common/");
source = dirs.findResource("apptemplates", "admin.tar.gz");
if (source != "") {
TQString cmdline = "rm -rf admin && tar -xzvf ";
@ -1453,7 +1453,7 @@ bool AutoProjectPart::isKDE() const
return m_isKDE;
}
KDevProject::Options AutoProjectPart::options() const
TDevProject::Options AutoProjectPart::options() const
{
return UsesAutotoolsBuildSystem;
}

@ -20,8 +20,8 @@
#include <tqmap.h>
#include <tqdatetime.h>
#include <tqdir.h>
#include <kdevgenericfactory.h>
#include "kdevbuildtool.h"
#include <tdevgenericfactory.h>
#include "tdevbuildtool.h"
class TQDomElement;
class TQStringList;
@ -31,7 +31,7 @@ class TDESelectAction;
class TargetItem;
class ConfigWidgetProxy;
class AutoProjectPart : public KDevBuildTool
class AutoProjectPart : public TDevBuildTool
{
Q_OBJECT
@ -41,7 +41,7 @@ public:
virtual ~AutoProjectPart();
/**
* Implementation of the KDevProject interface.
* Implementation of the TDevProject interface.
*/
virtual TQString projectDirectory() const;
virtual TQString projectName() const;
@ -61,7 +61,7 @@ public:
virtual Options options() const;
/**
* Implementation of the KDevPlugin interface.
* Implementation of the TDevPlugin interface.
*/
virtual void restorePartialProjectSession ( const TQDomElement* el );
virtual void savePartialProjectSession ( TQDomElement* el );
@ -85,7 +85,7 @@ public:
protected:
/**
* Reimplemented from KDevProject. These methods are only
* Reimplemented from TDevProject. These methods are only
* for use by the application core.
*/
virtual void openProject( const TQString &dirName, const TQString &projectName );
@ -151,7 +151,7 @@ private:
bool queueInternalLibDependenciesBuild( TargetItem* titem, TQStringList& list );
};
typedef KDevGenericFactory<AutoProjectPart> AutoProjectFactory;
typedef TDevGenericFactory<AutoProjectPart> AutoProjectFactory;
#endif
// kate: indent-mode csands; tab-width 4;

@ -42,7 +42,7 @@
#include <kxmlguiclient.h>
#include <tdeaction.h>
#include "kdevcore.h"
#include "tdevcore.h"
#include "domutil.h"
#include "misc.h"
#include "choosetargetdialog.h"

@ -34,10 +34,10 @@
#include <tdelistview.h>
/** KDevelop */
#include <kdevmainwindow.h>
#include <kdevmakefrontend.h>
#include <kdevappfrontend.h>
#include <kdevcore.h>
#include <tdevmainwindow.h>
#include <tdevmakefrontend.h>
#include <tdevappfrontend.h>
#include <tdevcore.h>
#include <urlutil.h>
/** AutoProject */

@ -43,7 +43,7 @@
#include "autoprojectwidget.h"
#include "autoprojectpart.h"
#include "kdevpartcontroller.h"
#include "tdevpartcontroller.h"
class ChooseTargetDialog::Private
{

@ -29,7 +29,7 @@
#include <kservice.h>
#include <ktrader.h>
#include "kdevcompileroptions.h"
#include "tdevcompileroptions.h"
#include "autoprojectpart.h"
#include "environmentvariableswidget.h"
@ -310,7 +310,7 @@ void ConfigureOptionsWidget::configRemoved()
TQString config = config_combo->currentText();
TQDomDocument dom = *m_part->projectDom();
TQDomNode node = dom.documentElement().namedItem("kdevautoproject").namedItem("configurations");
TQDomNode node = dom.documentElement().namedItem("tdevautoproject").namedItem("configurations");
node.removeChild(node.namedItem(config));
allConfigs.remove(config);
@ -348,7 +348,7 @@ void ConfigureOptionsWidget::f77serviceChanged()
void ConfigureOptionsWidget::cflagsClicked()
{
TQString name = ServiceComboBox::currentText(cservice_combo, cservice_names);
KDevCompilerOptions *plugin = createCompilerOptions(name);
TDevCompilerOptions *plugin = createCompilerOptions(name);
if (plugin) {
TQString flags = plugin->exec(this, cflags_edit->text());
@ -361,7 +361,7 @@ void ConfigureOptionsWidget::cflagsClicked()
void ConfigureOptionsWidget::cxxflagsClicked()
{
TQString name = ServiceComboBox::currentText(cxxservice_combo, cxxservice_names);
KDevCompilerOptions *plugin = createCompilerOptions(name);
TDevCompilerOptions *plugin = createCompilerOptions(name);
if (plugin) {
TQString flags = plugin->exec(this, cxxflags_edit->text());
@ -374,7 +374,7 @@ void ConfigureOptionsWidget::cxxflagsClicked()
void ConfigureOptionsWidget::f77flagsClicked()
{
TQString name = ServiceComboBox::currentText(f77service_combo, f77service_names);
KDevCompilerOptions *plugin = createCompilerOptions(name);
TDevCompilerOptions *plugin = createCompilerOptions(name);
if (plugin) {
TQString flags = plugin->exec(this, f77flags_edit->text());
@ -384,7 +384,7 @@ void ConfigureOptionsWidget::f77flagsClicked()
}
KDevCompilerOptions *ConfigureOptionsWidget::createCompilerOptions(const TQString &name)
TDevCompilerOptions *ConfigureOptionsWidget::createCompilerOptions(const TQString &name)
{
KService::Ptr service = KService::serviceByDesktopName(name);
if (!service) {
@ -406,13 +406,13 @@ KDevCompilerOptions *ConfigureOptionsWidget::createCompilerOptions(const TQStrin
args = TQStringList::split(" ", prop.toString());
TQObject *obj = factory->create(TQT_TQOBJECT(this), service->name().latin1(),
"KDevCompilerOptions", args);
"TDevCompilerOptions", args);
if (!obj->inherits("KDevCompilerOptions")) {
kdDebug(9020) << "Component does not inherit KDevCompilerOptions" << endl;
if (!obj->inherits("TDevCompilerOptions")) {
kdDebug(9020) << "Component does not inherit TDevCompilerOptions" << endl;
return 0;
}
KDevCompilerOptions *dlg = (KDevCompilerOptions*) obj;
TDevCompilerOptions *dlg = (TDevCompilerOptions*) obj;
return dlg;
}

@ -18,7 +18,7 @@
#include "domutil.h"
class KDevCompilerOptions;
class TDevCompilerOptions;
class AutoProjectPart;
class EnvironmentVariablesWidget;
@ -53,7 +53,7 @@ private:
void readSettings( const TQString &config );
void saveSettings( const TQString &config );
KDevCompilerOptions *createCompilerOptions( const TQString &lang );
TDevCompilerOptions *createCompilerOptions( const TQString &lang );
TDETrader::OfferList coffers, cxxoffers, f77offers;
TQStringList cservice_names, cservice_execs;
TQStringList cxxservice_names, cxxservice_execs;

@ -43,7 +43,7 @@
#include "autoprojectwidget.h"
#include "autoprojectpart.h"
#include "kdevlanguagesupport.h"
#include "tdevlanguagesupport.h"
#include "tdefilednddetailview.h"
#include "tdefiledndiconview.h"
@ -140,7 +140,7 @@ FileSelectorWidget::FileSelectorWidget(AutoProjectPart* part, KFile::Mode mode,
/* read the file patterns from the project DOM */
TQDomElement docEl = m_part->projectDom()->documentElement();
TQDomElement fileviewEl = docEl.namedItem("kdevfileview").toElement();
TQDomElement fileviewEl = docEl.namedItem("tdevfileview").toElement();
TQDomElement groupsEl = fileviewEl.namedItem("groups").toElement();
TQDomElement groupEl = groupsEl.firstChild().toElement();

@ -21,10 +21,10 @@
#include "misc.h"
#include "kdevcompileroptions.h"
#include "tdevcompileroptions.h"
static KDevCompilerOptions *createCompilerOptions( const TQString &name, TQObject *parent )
static TDevCompilerOptions *createCompilerOptions( const TQString &name, TQObject *parent )
{
KService::Ptr service = KService::serviceByDesktopName( name );
if ( !service )
@ -48,13 +48,13 @@ static KDevCompilerOptions *createCompilerOptions( const TQString &name, TQObjec
args = TQStringList::split(" ", prop.toString());
TQObject *obj = factory->create(parent, service->name().latin1(),
"KDevCompilerOptions", args);
"TDevCompilerOptions", args);
if (!obj->inherits("KDevCompilerOptions")) {
kdDebug(9020) << "Component does not inherit KDevCompilerOptions" << endl;
if (!obj->inherits("TDevCompilerOptions")) {
kdDebug(9020) << "Component does not inherit TDevCompilerOptions" << endl;
return 0;
}
KDevCompilerOptions *dlg = (KDevCompilerOptions*) obj;
TDevCompilerOptions *dlg = (TDevCompilerOptions*) obj;
return dlg;
@ -65,14 +65,14 @@ static KDevCompilerOptions *createCompilerOptions( const TQString &name, TQObjec
args = TQStringList::split( " ", prop.toString() );
return KParts::ComponentFactory
::createInstanceFromService<KDevCompilerOptions>( service, parent,
::createInstanceFromService<TDevCompilerOptions>( service, parent,
service->name().latin1(), args );*/
}
TQString AutoProjectTool::execFlagsDialog( const TQString &compiler, const TQString &flags, TQWidget *parent )
{
KDevCompilerOptions * plugin = createCompilerOptions( compiler, TQT_TQOBJECT(parent) );
TDevCompilerOptions * plugin = createCompilerOptions( compiler, TQT_TQOBJECT(parent) );
if ( plugin )
{

@ -155,7 +155,7 @@ void RemoveFileDialog::accept()
TQDomDocument &dom = *(m_part->projectDom());
TQDomElement el = dom.documentElement();
TQDomNode el2 = el.namedItem("kdevautoproject");
TQDomNode el2 = el.namedItem("tdevautoproject");
TQDomNode el3 = el2.namedItem("subclassing");
TQDomNode n = el3.firstChild();

@ -92,6 +92,6 @@ GenericName[zh_CN]=Automake 工程
GenericName[zh_TW]=Automake 專案
ServiceTypes=TDevelop/Project
Icon=make
X-TDE-Library=libkdevautoproject
X-TDE-Library=libtdevautoproject
X-TDevelop-Version=5
X-TDevelop-Args=

@ -87,6 +87,6 @@ GenericName[zh_CN]=TDE Automake 工程
GenericName[zh_TW]=TDE Automake 專案
ServiceTypes=TDevelop/Project
Icon=make
X-TDE-Library=libkdevautoproject
X-TDE-Library=libtdevautoproject
X-TDevelop-Version=5
X-TDevelop-Args=kde

@ -30,15 +30,15 @@ link_directories(
##### other data ################################
install( FILES kdevcustomproject.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES kdevcustomproject.rc DESTINATION ${DATA_INSTALL_DIR}/kdevcustomproject )
install( FILES tdevcustomproject.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES tdevcustomproject.rc DESTINATION ${DATA_INSTALL_DIR}/tdevcustomproject )
##### libkdevcustomproject (module) #############
##### libtdevcustomproject (module) #############
tde_add_kpart( libkdevcustomproject AUTOMOC
tde_add_kpart( libtdevcustomproject AUTOMOC
SOURCES
selectnewfilesdialog.cpp
selectnewfilesdialogbase.ui custombuildoptionswidget.cpp
@ -46,6 +46,6 @@ tde_add_kpart( libkdevcustomproject AUTOMOC
custommakeconfigwidgetbase.ui custommanagerwidget.cpp
custommanagerwidgetbase.ui customotherconfigwidget.cpp
customotherconfigwidgetbase.ui customprojectpart.cpp
LINK kdevbuildbase-shared kdevbuildtoolswidgets-shared
LINK tdevbuildbase-shared tdevbuildtoolswidgets-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -5,12 +5,12 @@ INCLUDES = -I$(top_srcdir)/buildtools/lib/base \
-I$(top_srcdir)/lib/interfaces/extensions -I$(top_srcdir)/lib/util $(all_includes) \
-I$(top_builddir)/buildtools/lib/widgets
kde_module_LTLIBRARIES = libkdevcustomproject.la
libkdevcustomproject_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libkdevcustomproject_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \
$(top_builddir)/buildtools/lib/widgets/libkdevbuildtoolswidgets.la $(top_builddir)/buildtools/lib/base/libkdevbuildbase.la
kde_module_LTLIBRARIES = libtdevcustomproject.la
libtdevcustomproject_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libtdevcustomproject_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \
$(top_builddir)/buildtools/lib/widgets/libtdevbuildtoolswidgets.la $(top_builddir)/buildtools/lib/base/libtdevbuildbase.la
libkdevcustomproject_la_SOURCES = selectnewfilesdialog.cpp selectnewfilesdialogbase.ui \
libtdevcustomproject_la_SOURCES = selectnewfilesdialog.cpp selectnewfilesdialogbase.ui \
custombuildoptionswidget.cpp custombuildoptionswidgetbase.ui custommakeconfigwidget.cpp \
custommakeconfigwidgetbase.ui custommanagerwidget.cpp custommanagerwidgetbase.ui \
customotherconfigwidget.cpp customotherconfigwidgetbase.ui customprojectpart.cpp
@ -18,9 +18,9 @@ libkdevcustomproject_la_SOURCES = selectnewfilesdialog.cpp selectnewfilesdialogb
METASOURCES = AUTO
servicedir = $(kde_servicesdir)
service_DATA = kdevcustomproject.desktop
service_DATA = tdevcustomproject.desktop
rcdir = $(kde_datadir)/kdevcustomproject
rc_DATA = kdevcustomproject.rc
rcdir = $(kde_datadir)/tdevcustomproject
rc_DATA = tdevcustomproject.rc
noinst_HEADERS = selectnewfilesdialog.h custommanagerwidget.h \
customotherconfigwidget.h

@ -31,7 +31,7 @@
#include <kdebug.h>
#include <kdialogbase.h>
#include <keditlistbox.h>
#include <kdevgenericfactory.h>
#include <tdevgenericfactory.h>
#include <kiconloader.h>
#include <tdelocale.h>
#include <tdemainwindow.h>
@ -42,11 +42,11 @@
#include <kprocess.h>
#include "domutil.h"
#include "kdevcore.h"
#include "kdevmainwindow.h"
#include "kdevmakefrontend.h"
#include "kdevappfrontend.h"
#include "kdevpartcontroller.h"
#include "tdevcore.h"
#include "tdevmainwindow.h"
#include "tdevmakefrontend.h"
#include "tdevappfrontend.h"
#include "tdevpartcontroller.h"
#include "runoptionswidget.h"
#include "makeoptionswidget.h"
#include "custombuildoptionswidget.h"
@ -59,18 +59,18 @@
#include "selectnewfilesdialog.h"
#include <kdevplugininfo.h>
#include <tdevplugininfo.h>
typedef KDevGenericFactory<CustomProjectPart> CustomProjectFactory;
static const KDevPluginInfo data( "kdevcustomproject" );
K_EXPORT_COMPONENT_FACTORY( libkdevcustomproject, CustomProjectFactory( data ) )
typedef TDevGenericFactory<CustomProjectPart> CustomProjectFactory;
static const TDevPluginInfo data( "tdevcustomproject" );
K_EXPORT_COMPONENT_FACTORY( libtdevcustomproject, CustomProjectFactory( data ) )
CustomProjectPart::CustomProjectPart( TQObject *parent, const char *name, const TQStringList & )
: KDevBuildTool( &data, parent, name ? name : "CustomProjectPart" )
: TDevBuildTool( &data, parent, name ? name : "CustomProjectPart" )
, m_lastCompilationFailed( false ), m_recursive( false ), m_first_recursive( false )
{
setInstance( CustomProjectFactory::instance() );
setXMLFile( "kdevcustomproject.rc" );
setXMLFile( "tdevcustomproject.rc" );
m_executeAfterBuild = false;
@ -477,7 +477,7 @@ void CustomProjectPart::openProject( const TQString &dirName, const TQString &pr
el.setTagName( "default" );
envs.appendChild( el );
}
KDevProject::openProject( dirName, projectName );
TDevProject::openProject( dirName, projectName );
}
@ -632,7 +632,7 @@ DomUtil::PairList CustomProjectPart::runEnvironmentVars() const
*/
TQString CustomProjectPart::runDirectory() const
{
TQString cwd = defaultRunDirectory( "kdevcustomproject" );
TQString cwd = defaultRunDirectory( "tdevcustomproject" );
if ( cwd.isEmpty() )
cwd = buildDirectory();
return cwd;

@ -20,7 +20,7 @@
#include <tqdatetime.h>
#include <tqvaluestack.h>
#include <kdevbuildtool.h>
#include <tdevbuildtool.h>
class TQListViewItem;
class TQPopupMenu;
@ -30,7 +30,7 @@ class CustomProjectWidget;
class Context;
class TDESelectAction;
class CustomProjectPart : public KDevBuildTool
class CustomProjectPart : public TDevBuildTool
{
Q_OBJECT

@ -38,7 +38,7 @@ Comment[tg]=Лоиҳаи оддӣ
Comment[tr]=Özel Proje
Comment[zh_CN]=自定义工程
Comment[zh_TW]=自訂專案
Name=KDevCustomProject
Name=TDevCustomProject
Name[da]=TDevelop brugerdefineret projekt
Name[de]=Benutzerdefiniertes Projekt (TDevelop)
Name[hi]=के-डेव-कस्टम-परियोजना
@ -86,6 +86,6 @@ GenericName[tr]=Özel Proje
GenericName[zh_CN]=自定义工程
GenericName[zh_TW]=自訂專案
ServiceTypes=TDevelop/Project
X-TDE-Library=libkdevcustomproject
X-TDE-Library=libtdevcustomproject
X-TDevelop-Version=5
X-TDevelop-Args=

@ -1,5 +1,5 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="KDevCustomProject" version="7">
<kpartgui name="TDevCustomProject" version="7">
<MenuBar>
<Menu name="project" >
<Action name="repopulate_project" />

@ -26,14 +26,14 @@ link_directories(
##### headers ###################################
install( FILES
kdevbuildtool.h
tdevbuildtool.h
DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/buildtools/base )
##### kdevbuildbase (shared) ####################
##### tdevbuildbase (shared) ####################
tde_add_library( kdevbuildbase SHARED AUTOMOC
SOURCES kdevbuildtool.cpp
tde_add_library( tdevbuildbase SHARED AUTOMOC
SOURCES tdevbuildtool.cpp
VERSION 0.0.0
LINK tdevelop-shared
DESTINATION ${LIB_INSTALL_DIR}

@ -8,8 +8,8 @@ This library contains base classes for KDevelop builtool support plugins.
<b>Include path</b>: -I\$(kde_includes)/tdevelop/buildtools/base
\section btbaseoverview Overview
This library is created to provide KDevBuildTool compat class which can be used
as drop-in replacement of KDevProject class for buildtool support plugins
This library is created to provide TDevBuildTool compat class which can be used
as drop-in replacement of TDevProject class for buildtool support plugins
written for old KDevelop architecture (before version 3.2).
Nevertheless, it can be useful for new buildtool plugins as well because it provides

@ -2,14 +2,14 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces \
-I$(top_srcdir)/lib/interfaces/extensions -I$(top_srcdir)/lib/util -I$(top_srcdir)/lib/widgets/propeditor \
$(all_includes)
METASOURCES = AUTO
lib_LTLIBRARIES = libkdevbuildbase.la
libkdevbuildbase_la_LDFLAGS = $(all_libraries)
libkdevbuildbase_la_LIBADD = $(top_builddir)/lib/interfaces/libkdevinterfaces.la $(LIB_QT) $(LIB_TDEUI)
libkdevbuildbase_la_SOURCES = kdevbuildtool.cpp
lib_LTLIBRARIES = libtdevbuildbase.la
libtdevbuildbase_la_LDFLAGS = $(all_libraries)
libtdevbuildbase_la_LIBADD = $(top_builddir)/lib/interfaces/libtdevinterfaces.la $(LIB_QT) $(LIB_TDEUI)
libtdevbuildbase_la_SOURCES = tdevbuildtool.cpp
tdevelopbuildtoolsincludedir = $(includedir)/tdevelop/buildtools/base
tdevelopbuildtoolsinclude_HEADERS = kdevbuildtool.h
tdevelopbuildtoolsinclude_HEADERS = tdevbuildtool.h
DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui tdehtml tdemdi tdeio kjs tdeparts tdeutils kdevutil kdevinterfaces kdevextensions
DOXYGEN_PROJECTNAME = KDevelop Buildtool Base Library
DOXYGEN_DOCDIRPREFIX = kdevbt
DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui tdehtml tdemdi tdeio kjs tdeparts tdeutils tdevutil tdevinterfaces tdevextensions
DOXYGEN_PROJECTNAME = TDevelop Buildtool Base Library
DOXYGEN_DOCDIRPREFIX = tdevbt
include ../../../Doxyfile.am

@ -16,23 +16,23 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
#include "kdevbuildtool.h"
#include "tdevbuildtool.h"
#include <kdevmakefrontend.h>
#include <kdevappfrontend.h>
#include <tdevmakefrontend.h>
#include <tdevappfrontend.h>
KDevBuildTool::KDevBuildTool(const KDevPluginInfo* info, TQObject* parent, const char* name)
:KDevProject(info, parent, name)
TDevBuildTool::TDevBuildTool(const TDevPluginInfo* info, TQObject* parent, const char* name)
:TDevProject(info, parent, name)
{
}
KDevMakeFrontend * KDevBuildTool::makeFrontend()
TDevMakeFrontend * TDevBuildTool::makeFrontend()
{
return extension<KDevMakeFrontend>("TDevelop/MakeFrontend");
return extension<TDevMakeFrontend>("TDevelop/MakeFrontend");
}
KDevAppFrontend * KDevBuildTool::appFrontend()
TDevAppFrontend * TDevBuildTool::appFrontend()
{
return extension<KDevAppFrontend>("TDevelop/AppFrontend");
return extension<TDevAppFrontend>("TDevelop/AppFrontend");
}

@ -17,24 +17,24 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
#ifndef KDEVBUILDTOOL_H
#define KDEVBUILDTOOL_H
#ifndef TDEVBUILDTOOL_H
#define TDEVBUILDTOOL_H
#include <kdevproject.h>
#include <tdevproject.h>
class KDevMakeFrontend;
class KDevAppFrontend;
class TDevMakeFrontend;
class TDevAppFrontend;
/**Base class for KDevelop build tool support plugins.*/
class KDevBuildTool: public KDevProject
class TDevBuildTool: public TDevProject
{
public:
KDevBuildTool(const KDevPluginInfo* info, TQObject* parent, const char* name);
TDevBuildTool(const TDevPluginInfo* info, TQObject* parent, const char* name);
/**@return The make frontend.*/
KDevMakeFrontend *makeFrontend();
TDevMakeFrontend *makeFrontend();
/**@return The application frontend.*/
KDevAppFrontend *appFrontend();
TDevAppFrontend *appFrontend();
};

@ -16,9 +16,9 @@ include_directories(
)
##### kdevautotoolsparser (static) ##############
##### tdevautotoolsparser (static) ##############
tde_add_library( kdevautotoolsparser STATIC_PIC
tde_add_library( tdevautotoolsparser STATIC_PIC
SOURCES
autotoolsast.cpp autotoolsdriver.cpp autotools_yacc.cpp
)

@ -6,9 +6,9 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces \
-I$(top_srcdir)/lib/interfaces/extensions -I$(top_srcdir)/lib/util -I$(top_srcdir)/lib/widgets/propeditor \
$(all_includes)
METASOURCES = AUTO
noinst_LTLIBRARIES = libkdevautotoolsparser.la
libkdevautotoolsparser_la_LDFLAGS = $(all_libraries) $(LIB_TDEIO)
libkdevautotoolsparser_la_SOURCES = autotoolsast.cpp autotoolsdriver.cpp autotools_yacc.cpp
noinst_LTLIBRARIES = libtdevautotoolsparser.la
libtdevautotoolsparser_la_LDFLAGS = $(all_libraries) $(LIB_TDEIO)
libtdevautotoolsparser_la_SOURCES = autotoolsast.cpp autotoolsdriver.cpp autotools_yacc.cpp
parser:
cd $(srcdir) ; \
@ -19,6 +19,6 @@ parser:
EXTRA_DIST = autotools.yy autotools.ll
DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui tdehtml tdemdi tdeio kjs tdeparts tdeutils
DOXYGEN_PROJECTNAME = KDevelop AutoTools Parser
DOXYGEN_DOCDIRPREFIX = kdevparser
DOXYGEN_PROJECTNAME = TDevelop AutoTools Parser
DOXYGEN_DOCDIRPREFIX = tdevparser
include ../../../../Doxyfile.am

@ -13,9 +13,9 @@ METASOURCES = AUTO
check_PROGRAMS = runner viewer
runner_LDFLAGS = $(all_libraries) $(LIB_TDECORE) $(KDE_RPATH)
runner_LDADD = $(top_builddir)/buildtools/lib/parsers/autotools/libkdevautotoolsparser.la
runner_LDADD = $(top_builddir)/buildtools/lib/parsers/autotools/libtdevautotoolsparser.la
runner_SOURCES = runner.cpp
viewer_LDFLAGS = $(all_libraries) $(LIB_TDECORE) $(KDE_RPATH)
viewer_LDADD = $(top_builddir)/buildtools/lib/parsers/autotools/libkdevautotoolsparser.la
viewer_LDADD = $(top_builddir)/buildtools/lib/parsers/autotools/libtdevautotoolsparser.la
viewer_SOURCES = viewer.cpp viewer_main.cpp viewerbase.ui

@ -27,9 +27,9 @@ install( FILES
DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/buildtools/parsers/qmake )
##### kdevqmakeparser (shared) ##################
##### tdevqmakeparser (shared) ##################
tde_add_library( kdevqmakeparser SHARED
tde_add_library( tdevqmakeparser SHARED
SOURCES
qmake_lex.cpp qmake_yacc.cpp qmakeast.cpp
qmakeastvisitor.cpp qmakedriver.cpp

@ -8,9 +8,9 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces \
-I$(top_srcdir)/lib/interfaces/extensions -I$(top_srcdir)/lib/util -I$(top_srcdir)/lib/widgets/propeditor \
$(all_includes)
METASOURCES = AUTO
lib_LTLIBRARIES = libkdevqmakeparser.la
libkdevqmakeparser_la_LDFLAGS = -no-undefined $(all_libraries) $(LIB_TDEIO)
libkdevqmakeparser_la_SOURCES = qmake_lex.cpp qmake_yacc.cpp qmakeast.cpp \
lib_LTLIBRARIES = libtdevqmakeparser.la
libtdevqmakeparser_la_LDFLAGS = -no-undefined $(all_libraries) $(LIB_TDEIO)
libtdevqmakeparser_la_SOURCES = qmake_lex.cpp qmake_yacc.cpp qmakeast.cpp \
qmakeastvisitor.cpp qmakedriver.cpp
tdevelopbuildtoolsincludedir = $(includedir)/tdevelop/buildtools/parsers/qmake
@ -24,8 +24,8 @@ parser:
EXTRA_DIST = qmake.yy qmake.ll
DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui tdehtml tdemdi tdeio kjs tdeparts tdeutils
DOXYGEN_PROJECTNAME = KDevelop QMake parser
DOXYGEN_DOCDIRPREFIX = kdevparser
DOXYGEN_PROJECTNAME = TDevelop QMake parser
DOXYGEN_DOCDIRPREFIX = tdevparser
include ../../../../Doxyfile.am
noinst_HEADERS = qmake.ll qmake.yy qmake_lex.h

@ -13,9 +13,9 @@ METASOURCES = AUTO
noinst_PROGRAMS = runner viewer
runner_LDFLAGS = $(all_libraries) $(LIB_TDECORE) $(KDE_RPATH)
runner_LDADD = $(top_builddir)/buildtools/lib/parsers/qmake/libkdevqmakeparser.la
runner_LDADD = $(top_builddir)/buildtools/lib/parsers/qmake/libtdevqmakeparser.la
runner_SOURCES = runner.cpp
viewer_LDFLAGS = --no-undefined $(all_libraries) $(LIB_TDECORE) $(KDE_RPATH)
viewer_LDADD = $(top_builddir)/buildtools/lib/parsers/qmake/libkdevqmakeparser.la
viewer_LDADD = $(top_builddir)/buildtools/lib/parsers/qmake/libtdevqmakeparser.la
viewer_SOURCES = viewer.cpp viewer_main.cpp viewerbase.ui

@ -36,9 +36,9 @@ install( FILES
DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/buildtools/widgets )
##### kdevbuildtoolswidgets (shared) ############
##### tdevbuildtoolswidgets (shared) ############
tde_add_library( kdevbuildtoolswidgets SHARED AUTOMOC
tde_add_library( tdevbuildtoolswidgets SHARED AUTOMOC
SOURCES
addenvvardlg.cpp addfilesdialog.cpp
environmentdisplaydialog.cpp

@ -5,11 +5,11 @@
INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util \
-I$(top_srcdir)/lib/widgets/propeditor $(all_includes)
lib_LTLIBRARIES = libkdevbuildtoolswidgets.la
libkdevbuildtoolswidgets_la_LDFLAGS = $(all_libraries)
libkdevbuildtoolswidgets_la_LIBADD = $(top_builddir)/lib/interfaces/libkdevinterfaces.la \
lib_LTLIBRARIES = libtdevbuildtoolswidgets.la
libtdevbuildtoolswidgets_la_LDFLAGS = $(all_libraries)
libtdevbuildtoolswidgets_la_LIBADD = $(top_builddir)/lib/interfaces/libtdevinterfaces.la \
$(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) -ltdetexteditor
libkdevbuildtoolswidgets_la_SOURCES = addenvvardlg.cpp addfilesdialog.cpp \
libtdevbuildtoolswidgets_la_SOURCES = addenvvardlg.cpp addfilesdialog.cpp \
environmentdisplaydialog.cpp environmentdisplaydialogbase.ui environmentvariableswidget.cpp \
environmentvariableswidgetbase.ui envvartools.cpp makeoptionswidget.cpp makeoptionswidgetbase.ui \
removesubprojectdialog.cpp removesubprojectdlgbase.ui runoptionswidget.cpp runoptionswidgetbase.ui \
@ -23,8 +23,8 @@ tdevelopbuildtoolsinclude_HEADERS = addenvvardlg.h addfilesdialog.h \
makeoptionswidgetbase.h removesubprojectdialog.h removesubprojectdlgbase.h runoptionswidget.h \
runoptionswidgetbase.h subclassesdlg.h subclassesdlgbase.h
DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui tdehtml tdemdi tdeio kjs tdeparts tdeutils kdevutil kdevinterfaces kdevutil
DOXYGEN_PROJECTNAME = KDevelop Buildtool Widgets Library
DOXYGEN_DOCDIRPREFIX = kdevbt
DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui tdehtml tdemdi tdeio kjs tdeparts tdeutils tdevutil tdevinterfaces tdevutil
DOXYGEN_PROJECTNAME = TDevelop Buildtool Widgets Library
DOXYGEN_DOCDIRPREFIX = tdevbt
include ../../../Doxyfile.am
noinst_HEADERS = environmentdisplaydialog.h

@ -30,17 +30,17 @@ link_directories(
##### other data ################################
install( FILES kdevpascalproject.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES kdevpascalproject.rc DESTINATION ${DATA_INSTALL_DIR}/kdevpascalproject )
install( FILES tdevpascalproject.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES tdevpascalproject.rc DESTINATION ${DATA_INSTALL_DIR}/tdevpascalproject )
##### libkdevpascalproject (module) #############
##### libtdevpascalproject (module) #############
tde_add_kpart( libkdevpascalproject AUTOMOC
tde_add_kpart( libtdevpascalproject AUTOMOC
SOURCES
pascalproject_part.cpp pascalproject_widget.cpp
pascalproject_optionsdlgbase.ui pascalprojectoptionsdlg.cpp
pascalglobaloptionsdlg.cpp service.cpp
LINK kdevbuildbase-shared kdevbuildtoolswidgets-shared
LINK tdevbuildbase-shared tdevbuildtoolswidgets-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -4,20 +4,20 @@ INCLUDES = -I$(top_srcdir)/buildtools/lib/base \
-I$(top_srcdir)/lib/interfaces/extras -I$(top_srcdir)/lib/util -I$(top_builddir)/buildtools/lib/widgets \
$(all_includes)
kde_module_LTLIBRARIES = libkdevpascalproject.la
libkdevpascalproject_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libkdevpascalproject_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \
$(top_builddir)/buildtools/lib/widgets/libkdevbuildtoolswidgets.la $(top_builddir)/buildtools/lib/base/libkdevbuildbase.la
kde_module_LTLIBRARIES = libtdevpascalproject.la
libtdevpascalproject_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libtdevpascalproject_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \
$(top_builddir)/buildtools/lib/widgets/libtdevbuildtoolswidgets.la $(top_builddir)/buildtools/lib/base/libtdevbuildbase.la
libkdevpascalproject_la_SOURCES = pascalproject_part.cpp pascalproject_widget.cpp pascalproject_optionsdlgbase.ui pascalprojectoptionsdlg.cpp pascalglobaloptionsdlg.cpp service.cpp
libtdevpascalproject_la_SOURCES = pascalproject_part.cpp pascalproject_widget.cpp pascalproject_optionsdlgbase.ui pascalprojectoptionsdlg.cpp pascalglobaloptionsdlg.cpp service.cpp
METASOURCES = AUTO
servicedir = $(kde_servicesdir)
service_DATA = kdevpascalproject.desktop
service_DATA = tdevpascalproject.desktop
rcdir = $(kde_datadir)/kdevpascalproject
rc_DATA = kdevpascalproject.rc
rcdir = $(kde_datadir)/tdevpascalproject
rc_DATA = tdevpascalproject.rc

@ -17,7 +17,7 @@
#include <kdebug.h>
#include <tdeconfig.h>
#include "kdevcompileroptions.h"
#include "tdevcompileroptions.h"
#include "service.h"
#include "pascalproject_part.h"
@ -64,7 +64,7 @@ PascalGlobalOptionsDlg::~PascalGlobalOptionsDlg()
void PascalGlobalOptionsDlg::optionsButtonClicked()
{
TQString name = ServiceComboBox::currentText(compiler_box, service_names);
KDevCompilerOptions *plugin = m_part->createCompilerOptions(name);
TDevCompilerOptions *plugin = m_part->createCompilerOptions(name);
if (plugin) {
TQString flags = plugin->exec(this, options_edit->text());

@ -21,7 +21,7 @@
#include <kiconloader.h>
#include <tdelocale.h>
#include <tdeaction.h>
#include <kdevgenericfactory.h>
#include <tdevgenericfactory.h>
#include <kdebug.h>
#include <kdialogbase.h>
#include <tdemessagebox.h>
@ -32,13 +32,13 @@
#include <kprocess.h>
#include "domutil.h"
#include "kdevcore.h"
#include "kdevmainwindow.h"
#include "kdevmakefrontend.h"
#include "kdevappfrontend.h"
#include "kdevpartcontroller.h"
#include "kdevlanguagesupport.h"
#include "kdevcompileroptions.h"
#include "tdevcore.h"
#include "tdevmainwindow.h"
#include "tdevmakefrontend.h"
#include "tdevappfrontend.h"
#include "tdevpartcontroller.h"
#include "tdevlanguagesupport.h"
#include "tdevcompileroptions.h"
#include "runoptionswidget.h"
#include "envvartools.h"
@ -46,17 +46,17 @@
#include "pascalprojectoptionsdlg.h"
#include "pascalglobaloptionsdlg.h"
#include <kdevplugininfo.h>
#include <tdevplugininfo.h>
typedef KDevGenericFactory<PascalProjectPart> PascalProjectFactory;
static const KDevPluginInfo data("kdevpascalproject");
K_EXPORT_COMPONENT_FACTORY( libkdevpascalproject, PascalProjectFactory( data ) )
typedef TDevGenericFactory<PascalProjectPart> PascalProjectFactory;
static const TDevPluginInfo data("tdevpascalproject");
K_EXPORT_COMPONENT_FACTORY( libtdevpascalproject, PascalProjectFactory( data ) )
PascalProjectPart::PascalProjectPart(TQObject *parent, const char *name, const TQStringList& )
:KDevBuildTool(&data, parent, name ? name : "PascalProjectPart" )
:TDevBuildTool(&data, parent, name ? name : "PascalProjectPart" )
{
setInstance(PascalProjectFactory::instance());
setXMLFile("kdevpascalproject.rc");
setXMLFile("tdevpascalproject.rc");
TDEAction *action;
action = new TDEAction( i18n("&Build Project"), "make_tdevelop", Key_F8,
@ -82,7 +82,7 @@ PascalProjectPart::PascalProjectPart(TQObject *parent, const char *name, const T
// TQWhatsThis::add(m_widget, i18n("WHAT DOES THIS PART DO?"));
// now you decide what should happen to the widget. Take a look at kdevcore.h
// now you decide what should happen to the widget. Take a look at tdevcore.h
// or at other plugins how to embed it.
// if you want to embed your widget as an outputview, simply uncomment
@ -172,7 +172,7 @@ void PascalProjectPart::openProject(const TQString &dirName, const TQString &pro
}
} while (!s.isEmpty());
KDevProject::openProject( dirName, projectName );
TDevProject::openProject( dirName, projectName );
}
void PascalProjectPart::closeProject()
@ -197,7 +197,7 @@ DomUtil::PairList PascalProjectPart::runEnvironmentVars() const
*/
TQString PascalProjectPart::runDirectory() const
{
TQString cwd = defaultRunDirectory("kdevpascalproject");
TQString cwd = defaultRunDirectory("tdevpascalproject");
if (cwd.isEmpty())
cwd = buildDirectory();
return cwd;
@ -384,12 +384,12 @@ void PascalProjectPart::slotExecute()
void PascalProjectPart::changedFiles( const TQStringList & fileList )
{
KDevProject::changedFiles(fileList);
TDevProject::changedFiles(fileList);
}
void PascalProjectPart::changedFile( const TQString & fileName )
{
KDevProject::changedFile(fileName);
TDevProject::changedFile(fileName);
}
void PascalProjectPart::projectConfigWidget( KDialogBase * dlg )
@ -436,7 +436,7 @@ void PascalProjectPart::configWidget( KDialogBase * dlg )
connect( dlg, TQT_SIGNAL(okClicked()), w, TQT_SLOT(accept()) );
}
KDevCompilerOptions *PascalProjectPart::createCompilerOptions(const TQString &name)
TDevCompilerOptions *PascalProjectPart::createCompilerOptions(const TQString &name)
{
KService::Ptr service = KService::serviceByDesktopName(name);
if (!service) {
@ -458,13 +458,13 @@ KDevCompilerOptions *PascalProjectPart::createCompilerOptions(const TQString &na
args = TQStringList::split(" ", prop.toString());
TQObject *obj = factory->create(this, service->name().latin1(),
"KDevCompilerOptions", args);
"TDevCompilerOptions", args);
if (!obj->inherits("KDevCompilerOptions")) {
kdDebug() << "Component does not inherit KDevCompilerOptions" << endl;
if (!obj->inherits("TDevCompilerOptions")) {
kdDebug() << "Component does not inherit TDevCompilerOptions" << endl;
return 0;
}
KDevCompilerOptions *dlg = (KDevCompilerOptions*) obj;
TDevCompilerOptions *dlg = (TDevCompilerOptions*) obj;
return dlg;
}

@ -8,18 +8,18 @@
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef __KDEVPART_PASCALPROJECT_H__
#define __KDEVPART_PASCALPROJECT_H__
#ifndef __TDEVPART_PASCALPROJECT_H__
#define __TDEVPART_PASCALPROJECT_H__
#include <tqguardedptr.h>
#include "kdevbuildtool.h"
#include "tdevbuildtool.h"
class PascalProjectWidget;
class KDialogBase;
class KDevCompilerOptions;
class TDevCompilerOptions;
class PascalProjectPart : public KDevBuildTool
class PascalProjectPart : public TDevBuildTool
{
Q_OBJECT
@ -61,7 +61,7 @@ public:
virtual void changedFiles( const TQStringList & fileList );
virtual void changedFile( const TQString & fileName );
KDevCompilerOptions *createCompilerOptions(const TQString &name);
TDevCompilerOptions *createCompilerOptions(const TQString &name);
virtual TQString defaultOptions(const TQString compiler) const;
TQStringList distFiles() const;

@ -4,7 +4,7 @@
#include <kdebug.h>
#include <kdevcore.h>
#include <tdevcore.h>
#include "pascalproject_part.h"

@ -6,7 +6,7 @@
#include <tqstring.h>
class KDevProject;
class TDevProject;
class PascalProjectPart;

@ -20,7 +20,7 @@
#include <tqvalidator.h>
#include "domutil.h"
#include "kdevcompileroptions.h"
#include "tdevcompileroptions.h"
#include "service.h"
#include "pascalproject_part.h"
@ -59,7 +59,7 @@ TQStringList PascalProjectOptionsDlg::allBuildConfigs()
TQStringList allConfigs;
allConfigs.append("default");
TQDomNode node = dom.documentElement().namedItem("kdevpascalproject").namedItem("configurations");
TQDomNode node = dom.documentElement().namedItem("tdevpascalproject").namedItem("configurations");
TQDomElement childEl = node.firstChild().toElement();
while (!childEl.isNull()) {
TQString config = childEl.tagName();
@ -173,7 +173,7 @@ void PascalProjectOptionsDlg::configRemoved()
TQString config = config_combo->currentText();
TQDomDocument dom = *m_part->projectDom();
TQDomNode node = dom.documentElement().namedItem("kdevpascalproject").namedItem("configurations");
TQDomNode node = dom.documentElement().namedItem("tdevpascalproject").namedItem("configurations");
node.removeChild(node.namedItem(config));
allConfigs.remove(config);
@ -187,7 +187,7 @@ void PascalProjectOptionsDlg::configRemoved()
void PascalProjectOptionsDlg::optionsButtonClicked( )
{
TQString name = ServiceComboBox::currentText(compiler_box, service_names);
KDevCompilerOptions *plugin = m_part->createCompilerOptions(name);
TDevCompilerOptions *plugin = m_part->createCompilerOptions(name);
if (plugin) {
TQString flags = plugin->exec(this, options_edit->text());

@ -16,7 +16,7 @@
#include "pascalproject_optionsdlgbase.h"
class PascalProjectPart;
class KDevCompilerOptions;
class TDevCompilerOptions;
class PascalProjectOptionsDlg : public PascalProjectOptionsDlgBase
{

@ -89,5 +89,5 @@ GenericName[uz@cyrillic]=Pascal лойиҳаси
GenericName[zh_CN]=Pascal 工程
GenericName[zh_TW]=Pascal 專案
ServiceTypes=TDevelop/Project
X-TDE-Library=libkdevpascalproject
X-TDE-Library=libtdevpascalproject
X-TDevelop-Version=5

@ -31,13 +31,13 @@ link_directories(
##### other data ################################
install( FILES kdevtrollproject.desktop kdevtmakeproject.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES kdevtrollproject.rc DESTINATION ${DATA_INSTALL_DIR}/kdevtrollproject )
install( FILES tdevtrollproject.desktop tdevtmakeproject.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES tdevtrollproject.rc DESTINATION ${DATA_INSTALL_DIR}/tdevtrollproject )
##### libkdevtrollproject (module) ##############
##### libtdevtrollproject (module) ##############
tde_add_kpart( libkdevtrollproject AUTOMOC
tde_add_kpart( libtdevtrollproject AUTOMOC
SOURCES
choosesubprojectdlg.cpp choosesubprojectdlgbase.ui
createscopedlg.cpp createscopedlgbase.ui
@ -48,6 +48,6 @@ tde_add_kpart( libkdevtrollproject AUTOMOC
qmakeoptionswidgetbase.ui qmakescopeitem.cpp
scope.cpp trolllistview.cpp trollprojectpart.cpp
trollprojectwidget.cpp
LINK kdevqmakeparser-shared kdevbuildbase-shared kdevbuildtoolswidgets-shared
LINK tdevqmakeparser-shared tdevbuildbase-shared tdevbuildtoolswidgets-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -8,14 +8,14 @@ INCLUDES = -I$(top_srcdir)/buildtools/lib/base \
-I$(top_builddir)/buildtools/lib/widgets $(all_includes)
kde_module_LTLIBRARIES = libkdevtrollproject.la
libkdevtrollproject_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libkdevtrollproject_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \
$(top_builddir)/lib/util/libkdevutil.la $(top_builddir)/buildtools/lib/widgets/libkdevbuildtoolswidgets.la \
$(top_builddir)/buildtools/lib/base/libkdevbuildbase.la \
$(top_builddir)/buildtools/lib/parsers/qmake/libkdevqmakeparser.la
libkdevtrollproject_la_SOURCES = choosesubprojectdlg.cpp \
kde_module_LTLIBRARIES = libtdevtrollproject.la
libtdevtrollproject_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libtdevtrollproject_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \
$(top_builddir)/lib/util/libtdevutil.la $(top_builddir)/buildtools/lib/widgets/libtdevbuildtoolswidgets.la \
$(top_builddir)/buildtools/lib/base/libtdevbuildbase.la \
$(top_builddir)/buildtools/lib/parsers/qmake/libtdevqmakeparser.la
libtdevtrollproject_la_SOURCES = choosesubprojectdlg.cpp \
choosesubprojectdlgbase.ui createscopedlg.cpp createscopedlgbase.ui disablesubprojectdlg.cpp \
disablesubprojectdlgbase.ui newwidgetdlg.cpp newwidgetdlgbase.ui \
projectconfigurationdlg.cpp projectconfigurationdlgbase.ui qmakedefaultopts.cpp \
@ -26,9 +26,9 @@ libkdevtrollproject_la_SOURCES = choosesubprojectdlg.cpp \
METASOURCES = AUTO
servicedir = $(kde_servicesdir)
service_DATA = kdevtrollproject.desktop kdevtmakeproject.desktop
service_DATA = tdevtrollproject.desktop tdevtmakeproject.desktop
rcdir = $(kde_datadir)/kdevtrollproject
rc_DATA = kdevtrollproject.rc
rcdir = $(kde_datadir)/tdevtrollproject
rc_DATA = tdevtrollproject.rc
noinst_HEADERS = createscopedlg.h disablesubprojectdlg.h qmakedefaultopts.h \
qmakeoptionswidget.h qmakescopeitem.h trolllistview.h

@ -85,7 +85,7 @@ GenericName[tr]=TMake Projesi
GenericName[zh_CN]=TMake 工程
GenericName[zh_TW]=TMake 專案
ServiceTypes=TDevelop/Project
X-TDE-Library=libkdevtrollproject
X-TDE-Library=libtdevtrollproject
X-TDevelop-Version=5
X-TDevelop-Args=TMake

@ -90,6 +90,6 @@ GenericName[uz@cyrillic]=QMake лойиҳаси
GenericName[zh_CN]=QMake 工程
GenericName[zh_TW]=QMake 專案
ServiceTypes=TDevelop/Project
X-TDE-Library=libkdevtrollproject
X-TDE-Library=libtdevtrollproject
X-TDevelop-Version=5
X-TDevelop-Args=

@ -27,7 +27,7 @@
#include <kdirwatch.h>
#include <kstatusbar.h>
#include <tqmessagebox.h>
#include <kdevgenericfactory.h>
#include <tdevgenericfactory.h>
#include <tdeaction.h>
#include <tdeparts/part.h>
#include <kprocess.h>
@ -41,11 +41,11 @@
#include "domutil.h"
#include "kdevcore.h"
#include "kdevmainwindow.h"
#include "kdevmakefrontend.h"
#include "kdevappfrontend.h"
#include "kdevpartcontroller.h"
#include "tdevcore.h"
#include "tdevmainwindow.h"
#include "tdevmakefrontend.h"
#include "tdevappfrontend.h"
#include "tdevpartcontroller.h"
#include "trollprojectwidget.h"
#include "runoptionswidget.h"
#include "config.h"
@ -53,15 +53,15 @@
#include "qmakeoptionswidget.h"
#include "scope.h"
#include <kdevplugininfo.h>
#include <tdevplugininfo.h>
#include <urlutil.h>
typedef KDevGenericFactory<TrollProjectPart> TrollProjectFactory;
static const KDevPluginInfo data("kdevtrollproject");
K_EXPORT_COMPONENT_FACTORY( libkdevtrollproject, TrollProjectFactory( data ) )
typedef TDevGenericFactory<TrollProjectPart> TrollProjectFactory;
static const TDevPluginInfo data("tdevtrollproject");
K_EXPORT_COMPONENT_FACTORY( libtdevtrollproject, TrollProjectFactory( data ) )
TrollProjectPart::TrollProjectPart(TQObject *parent, const char *name, const TQStringList& args )
: KDevBuildTool(&data, parent, name ? name : "TrollProjectPart")
: TDevBuildTool(&data, parent, name ? name : "TrollProjectPart")
{
setInstance(TrollProjectFactory::instance());
@ -70,7 +70,7 @@ TrollProjectPart::TrollProjectPart(TQObject *parent, const char *name, const TQS
else
m_tmakeProject = false;
setXMLFile("kdevtrollproject.rc");
setXMLFile("tdevtrollproject.rc");
m_executeProjectAfterBuild = false;
m_executeTargetAfterBuild = false;
@ -405,7 +405,7 @@ void TrollProjectPart::openProject(const TQString &dirName, const TQString &proj
DomUtil::writeEntry(dom, "/kdevtrollproject/run/directoryradio", "executable");
}
KDevProject::openProject( dirName, projectName );
TDevProject::openProject( dirName, projectName );
}
@ -475,7 +475,7 @@ TQString TrollProjectPart::runDirectory() const
TQString cwd;
if( DomUtil::readBoolEntry(dom, "/kdevtrollproject/run/useglobalprogram", true) )
{
cwd = defaultRunDirectory("kdevtrollproject");
cwd = defaultRunDirectory("tdevtrollproject");
}else
{
TQString name = m_widget->getCurrentOutputFilename();
@ -788,7 +788,7 @@ bool TrollProjectPart::isDirty()
return false;
}
KDevProject::Options TrollProjectPart::options( ) const
TDevProject::Options TrollProjectPart::options( ) const
{
return UsesTQMakeBuildSystem;
}

@ -21,14 +21,14 @@
#include <tqmap.h>
#include <tqdatetime.h>
#include "kdevbuildtool.h"
#include "tdevbuildtool.h"
class KDialogBase;
class TrollProjectWidget;
class KDirWatch;
class TQMakeDefaultOpts;
class TrollProjectPart : public KDevBuildTool
class TrollProjectPart : public TDevBuildTool
{
Q_OBJECT

@ -60,14 +60,14 @@
#include <tdeio/netaccess.h>
#include <kurlcompletion.h>
#include "kdevcore.h"
#include "kdevpartcontroller.h"
#include "kdevmainwindow.h"
#include "tdevcore.h"
#include "tdevpartcontroller.h"
#include "tdevmainwindow.h"
#include "trollprojectpart.h"
#include "kdevappfrontend.h"
#include "kdevmakefrontend.h"
#include "kdevlanguagesupport.h"
#include "kdevcreatefile.h"
#include "tdevappfrontend.h"
#include "tdevmakefrontend.h"
#include "tdevlanguagesupport.h"
#include "tdevcreatefile.h"
#include "subclassesdlg.h"
#include "addfilesdialog.h"
#include "urlutil.h"
@ -1403,7 +1403,7 @@ void TrollProjectWidget::slotNewFile()
return ;
}
}
KDevCreateFile * createFileSupport = m_part->extension<KDevCreateFile>( "TDevelop/CreateFile" );
TDevCreateFile * createFileSupport = m_part->extension<TDevCreateFile>( "TDevelop/CreateFile" );
TQString fcext;
if( gitem )
{
@ -1437,7 +1437,7 @@ void TrollProjectWidget::slotNewFile()
fcext = TQString();
}
}
KDevCreateFile::CreatedFile crFile =
TDevCreateFile::CreatedFile crFile =
createFileSupport->createNewFile( fcext, projectDirectory() + TQString(TQChar(TQDir::separator()))+ m_shownSubproject->relativePath() );
}
@ -1683,7 +1683,7 @@ void TrollProjectWidget::slotDetailsContextMenu( TDEListView *, TQListViewItem *
}
else if ( r == idInsNewFile )
{
KDevCreateFile * createFileSupport = m_part->extension<KDevCreateFile>( "TDevelop/CreateFile" );
TDevCreateFile * createFileSupport = m_part->extension<TDevCreateFile>( "TDevelop/CreateFile" );
TQString fcext;
switch ( titem->groupType )
{
@ -1714,7 +1714,7 @@ void TrollProjectWidget::slotDetailsContextMenu( TDEListView *, TQListViewItem *
default:
fcext = TQString();
}
KDevCreateFile::CreatedFile crFile =
TDevCreateFile::CreatedFile crFile =
createFileSupport->createNewFile( fcext, cleanSubprojectPath );
}

@ -27,16 +27,16 @@ link_directories(
##### other data ################################
install( FILES kdevscriptproject.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES kdevscriptproject.rc DESTINATION ${DATA_INSTALL_DIR}/kdevscriptproject )
install( FILES tdevscriptproject.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES tdevscriptproject.rc DESTINATION ${DATA_INSTALL_DIR}/tdevscriptproject )
##### libkdevscriptproject (module) #############
##### libtdevscriptproject (module) #############
tde_add_kpart( libkdevscriptproject AUTOMOC
tde_add_kpart( libtdevscriptproject AUTOMOC
SOURCES
scriptprojectpart.cpp scriptoptionswidget.cpp
scriptoptionswidgetbase.ui scriptnewfiledlg.cpp
LINK kdevbuildbase-shared
LINK tdevbuildbase-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -10,17 +10,17 @@ INCLUDES = -I$(top_srcdir)/buildtools/lib/base \
-I$(top_srcdir)/lib/interfaces/extensions -I$(top_srcdir)/lib/interfaces/external -I$(top_srcdir)/lib/util \
-I$(top_srcdir)/lib/external_interfaces $(all_includes)
kde_module_LTLIBRARIES = libkdevscriptproject.la
libkdevscriptproject_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libkdevscriptproject_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \
$(top_builddir)/buildtools/lib/widgets/libkdevbuildtoolswidgets.la $(top_builddir)/buildtools/lib/base/libkdevbuildbase.la
kde_module_LTLIBRARIES = libtdevscriptproject.la
libtdevscriptproject_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libtdevscriptproject_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \
$(top_builddir)/buildtools/lib/widgets/libtdevbuildtoolswidgets.la $(top_builddir)/buildtools/lib/base/libtdevbuildbase.la
libkdevscriptproject_la_SOURCES = scriptprojectpart.cpp scriptoptionswidget.cpp scriptoptionswidgetbase.ui scriptnewfiledlg.cpp
libtdevscriptproject_la_SOURCES = scriptprojectpart.cpp scriptoptionswidget.cpp scriptoptionswidgetbase.ui scriptnewfiledlg.cpp
METASOURCES = AUTO
servicedir = $(kde_servicesdir)
service_DATA = kdevscriptproject.desktop
service_DATA = tdevscriptproject.desktop
rcdir = $(kde_datadir)/kdevscriptproject
rc_DATA = kdevscriptproject.rc
rcdir = $(kde_datadir)/tdevscriptproject
rc_DATA = tdevscriptproject.rc

@ -81,7 +81,7 @@ void ScriptNewFileDialog::accept()
return;
}
KDevProject *project = m_part->project();
TDevProject *project = m_part->project();
if (!project->activeDirectory().isEmpty())
fileName.prepend(project->activeDirectory() + "/");
TQString destpath = project->projectDirectory() + "/" + fileName;

@ -16,10 +16,10 @@
#include <tqradiobutton.h>
#include <tqtabwidget.h>
#include "domutil.h"
#include "kdevlanguagesupport.h"
#include "tdevlanguagesupport.h"
ScriptOptionsWidget::ScriptOptionsWidget(KDevPlugin *part,
ScriptOptionsWidget::ScriptOptionsWidget(TDevPlugin *part,
TQWidget *parent, const char *name)
: ScriptOptionsWidgetBase(parent, name)
{

@ -14,7 +14,7 @@
#include "scriptoptionswidgetbase.h"
class KDevPlugin;
class TDevPlugin;
class ScriptOptionsWidget : public ScriptOptionsWidgetBase
@ -23,14 +23,14 @@ class ScriptOptionsWidget : public ScriptOptionsWidgetBase
public:
ScriptOptionsWidget( KDevPlugin *part, TQWidget *parent=0, const char *name=0 );
ScriptOptionsWidget( TDevPlugin *part, TQWidget *parent=0, const char *name=0 );
~ScriptOptionsWidget();
public slots:
void accept();
private:
KDevPlugin *m_part;
TDevPlugin *m_part;
};
#endif

@ -23,32 +23,32 @@
#include <kiconloader.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
#include <kdevgenericfactory.h>
#include <kdevcreatefile.h>
#include <tdevgenericfactory.h>
#include <tdevcreatefile.h>
#include <kdirwatch.h>
#include "domutil.h"
#include "kdevcore.h"
#include "kdevmainwindow.h"
#include "kdevpartcontroller.h"
#include "kdevlanguagesupport.h"
#include "tdevcore.h"
#include "tdevmainwindow.h"
#include "tdevpartcontroller.h"
#include "tdevlanguagesupport.h"
#include "scriptoptionswidget.h"
#include "scriptnewfiledlg.h"
#include "kdevplugininfo.h"
#include "tdevplugininfo.h"
typedef KDevGenericFactory<ScriptProjectPart> ScriptProjectFactory;
static const KDevPluginInfo data("kdevscriptproject");
K_EXPORT_COMPONENT_FACTORY( libkdevscriptproject, ScriptProjectFactory( data ) )
typedef TDevGenericFactory<ScriptProjectPart> ScriptProjectFactory;
static const TDevPluginInfo data("tdevscriptproject");
K_EXPORT_COMPONENT_FACTORY( libtdevscriptproject, ScriptProjectFactory( data ) )
ScriptProjectPart::ScriptProjectPart(TQObject *parent, const char *name, const TQStringList &)
: KDevBuildTool(&data, parent, name ? name : "ScriptProjectPart")
: TDevBuildTool(&data, parent, name ? name : "ScriptProjectPart")
{
setInstance(ScriptProjectFactory::instance());
setXMLFile("kdevscriptproject.rc");
setXMLFile("tdevscriptproject.rc");
// only create new file action if file creation part not available
if (!extension<KDevCreateFile>("TDevelop/CreateFile")) {
if (!extension<TDevCreateFile>("TDevelop/CreateFile")) {
TDEAction *action;
action = new TDEAction( i18n("New File..."), 0,
this, TQT_SLOT(slotNewFile()),
@ -148,7 +148,7 @@ void ScriptProjectPart::openProject(const TQString &dirName, const TQString &pro
}
} while (!s.isEmpty());
KDevProject::openProject( dirName, projectName );
TDevProject::openProject( dirName, projectName );
}
@ -192,7 +192,7 @@ DomUtil::PairList ScriptProjectPart::runEnvironmentVars() const
*/
TQString ScriptProjectPart::runDirectory() const
{
TQString cwd = defaultRunDirectory("kdevscriptproject");
TQString cwd = defaultRunDirectory("tdevscriptproject");
if (cwd.isEmpty())
cwd = buildDirectory();
return cwd;

@ -15,14 +15,14 @@
#include <tqdict.h>
#include <tqguardedptr.h>
#include "kdevbuildtool.h"
#include "tdevbuildtool.h"
class TQListViewItem;
class TQStringList;
class KDialogBase;
class ScriptProjectWidget;
class ScriptProjectPart : public KDevBuildTool
class ScriptProjectPart : public TDevBuildTool
{
Q_OBJECT

@ -83,5 +83,5 @@ GenericName[zh_CN]=脚本语言工程
GenericName[zh_TW]=文稿語言專案
ServiceTypes=TDevelop/Project
Icon=tdevelop
X-TDE-Library=libkdevscriptproject
X-TDE-Library=libtdevscriptproject
X-TDevelop-Version=5

@ -1,5 +1,5 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="KDevCustomProject" version="2">
<kpartgui name="TDevCustomProject" version="2">
<MenuBar>
<Menu name="file" >
<Action name="file_newfile" />

@ -1,7 +1,7 @@
if test "$DOT_FOUND" = "no"; then
echo ""
echo "You're missing the dot program."
echo "It is still possible to run and use KDevelop without it, but you will "
echo "It is still possible to run and use TDevelop without it, but you will "
echo "not be able to use the new graphical classbrowser. In order to get "
echo "a dot copy, go to www.graphviz.org and download the graphviz package."
fi
@ -18,7 +18,7 @@ fi
if test -n "$VCSCOMPAT" -a -z "$SVN_SUBDIR"; then
echo ""
echo "You're missing Subversion libraries (1.x)"
echo "KDevelop subversion support will not work without it,"
echo "TDevelop subversion support will not work without it,"
echo "consider installing it."
echo ""
fi

@ -124,4 +124,4 @@ esac
dnl AC_CHECK_FILE([$qt_includes/qassistantclient.h], [],[AC_MSG_ERROR([The qassistantclient.h header from Qt3 is needed to build tdevelop, on some systems this header is in a separate package called qt3-apps-dev])])
KDE_INIT_DOXYGEN([KDevelop], [Version $VERSION])
KDE_INIT_DOXYGEN([TDevelop], [Version $VERSION])

@ -1,2 +1,2 @@
SUBDIRS = tdevelop std extras kde_app_devel kdevdesigner
SUBDIRS = tdevelop std extras tde_app_devel tdevdesigner

@ -40,7 +40,7 @@ parts to distinguish, mainly:
- src = The core part of KDevelop
- lib/interfaces = Plugin handler interface classes
- parts = The various parts using the KParts framework ( KDevPlugin children )
- parts = The various parts using the KParts framework ( TDevPlugin children )
- languages = \ref language-parts
- buildtools = \ref buildtool-parts
- vcs = \ref vcs-parts
@ -67,12 +67,12 @@ There are two types of possible main window objects:
pre-arranged access tabs around user areas.
.
Both main window classes inherit from the KDevMainWindow class which provides
Both main window classes inherit from the TDevMainWindow class which provides
access to common window features.
\subsubsection toplevel The TopLevel Object
There is only one toplevel object of class KDevMainWindow in KDevelop. It can
There is only one toplevel object of class TDevMainWindow in KDevelop. It can
be accessed through the static function TopLevel::getInstance() (see the
TopLevel class).
@ -83,7 +83,7 @@ be viewed according to their functionalities as follows.
\subsubsection language-parts Programming Language Support Parts
These parts implement a KDevLanguageSupport Class interface.
These parts implement a TDevLanguageSupport Class interface.
To add support for a new programming language check the \ref howToAddProgrammingLanguages page (doc/api/HowToAddProgrammingLanguages.dox file).
Take a look at \ref LangSupportStatus (doc/api/LangSupportStatus.dox file) to see the current status/features of the programming languages currently supported by KDevelop.
@ -135,7 +135,7 @@ Take a look at \ref LangSupportStatus (doc/api/LangSupportStatus.dox file) to se
\subsubsection buildtool-parts Build tools Parts
These parts implement a KDevProject Class interface.
These parts implement a TDevProject Class interface.
- buildtools/ada = Ada build tool
- (see AdaProjectPart)
@ -166,7 +166,7 @@ These parts implement a KDevProject Class interface.
\subsubsection vcs-parts VCS (Version Control System) Parts
These parts implement a KDevVersionControl Class interface.
These parts implement a TDevVersionControl Class interface.
- vcs/cervisia = Cervisia Support
- (see CervisiaPlugin)
@ -211,7 +211,7 @@ Take a look at \ref EditorsSupportStatus (doc/api/EditorsSupportStatus.dox file)
Some of the parts are considered global - that is, they effect the entire
operation of KDevelop.
These parts implement a KDevPlugin Class interface.
These parts implement a TDevPlugin Class interface.
- parts/appwizard = New Project Wizard
- see AppWizardPart
@ -264,7 +264,7 @@ These parts implement a KDevPlugin Class interface.
\subsubsection project-specific-parts Project Specific Parts
These parts implement a KDevPlugin Class interface.
These parts implement a TDevPlugin Class interface.
- parts/astyle = Source code formatter
- (see AStylePart)

@ -129,7 +129,7 @@
the same border as other items (impossible)
- Browser tool bar should truncate long menu entries so it doesn't
take so much space (already implemented?)
- Extend KDevPlugin-API in order to have a preferred border for at
- Extend TDevPlugin-API in order to have a preferred border for at
least the selection parts (Automake Manager, Class Browser, File
Groups, etc...)

@ -12,7 +12,7 @@
This way the .tdevelop file can be shared in teams of developers.
\section KDevelop2compat KDevelop 2 compatibility
\section TDevelop2compat KDevelop 2 compatibility
(These are things that must be accomplished before we can say that KDevelop 3
&gt;= tdevelop 2.x UI-wise and functionality-wise!)

@ -27,7 +27,7 @@ applications like kedit as well as plugins for example for tdevelop or noatun.\n
\section templates_1 I. Example: How To Create a Simple KDE Application Template "KHello"
You can find this template in <code>$TDEDIR/share/apps/kdevappwizard/template-khello</code>.
You can find this template in <code>$TDEDIR/share/apps/tdevappwizard/template-khello</code>.
\subsection templates_1_1 I.1. Step 1: Basic Skeleton
@ -64,7 +64,7 @@ wizard will replace:
- \%{YEAR} ........ by the year
.
</pre></code>
All this can be found in <code>$TDEDIR/share/apps/kdevappwizard/template-common/tdevelop.pm</code>.
All this can be found in <code>$TDEDIR/share/apps/tdevappwizard/template-common/tdevelop.pm</code>.
\subsubsection templates_1_2a I.2.1. The Source Files
The files <code>template-khello/app.cpp, template-khello/app.h</code> and
@ -135,22 +135,22 @@ if [ `id -u` = 0 ]; then
# we are root so install the template into the global kde directory
kde_dir=`tde-config --prefix`
else
# we are a user so install it into $HOME/.trinity/share/apps/kdevappwizard directory
# we are a user so install it into $HOME/.trinity/share/apps/tdevappwizard directory
kde_dir=`tde-config --localprefix`
echo "Note: It would be better to install as root. Press CTRL+C to abort"
fi
# use usual path or another one?
echo "Install dir [${kde_dir}/share/apps/kdevappwizard]:"
echo "Install dir [${kde_dir}/share/apps/tdevappwizard]:"
read newdir
if [ "$newdir"a = a ]; then newdir="${kde_dir}/share/apps/kdevappwizard/"; fi
if [ "$newdir"a = a ]; then newdir="${kde_dir}/share/apps/tdevappwizard/"; fi
# make sure the directories exist
if [ ! -e "${newdir}/template-khello" ]; then mkdir -p "${newdir}/template-khello" ; fi;
if [ ! -e "${newdir}/templates" ]; then mkdir -p "${newdir}/templates" ; fi;
if [ ! -e "${newdir}" ]; then mkdir -p "$newdir" ; fi;
if [ ! -e "${newdir}/template-common" ]; then ln -s "${kde_prefix}/share/apps/kdevappwizard/template-common" "${newdir}/template-common" ; fi;
if [ ! -e "${newdir}/template-common" ]; then ln -s "${kde_prefix}/share/apps/tdevappwizard/template-common" "${newdir}/template-common" ; fi;
# install now
cp -R --target-directory "$newdir" template-khello

@ -6,7 +6,7 @@
This part offers build tool facilities using project files in xml format (dtd is located in buildtools/generic/kdevxmlproject.dtd).
Those xml files can be converted into makefiles, ant xml files or simply shell scripts using build system plugins.
Build system plugin is an object that implements KDevBuildSystem interface.
Build system plugin is an object that implements TDevBuildSystem interface.
Build system plugins are located in buildtools/generic/buildsystem.
\section sectionStep1 Step 1: Make your plugin loadable

@ -8,7 +8,7 @@
For a plugin <code>foo</code>, create a file <code>foo.desktop</code> which contains KDevelop/Part in its list of ServiceTypes.
- See <code>parts/doctreeview/kdevdoctreeview.desktop</code> for an example.
- See <code>parts/doctreeview/tdevdoctreeview.desktop</code> for an example.
.
If you install this file into <code>\$(kde_servicesdir)</code>, your plugin will automatically be loaded.
@ -80,9 +80,9 @@ See <code>parts/doctreeview/doctreeviewfactory.cpp</code> for an example.
\section implementPart Step 3: Implement your part.
Your part must be derived from <code>KDevPlugin</code>.
Your part must be derived from <code>TDevPlugin</code>.
- KDevPlugin takes two arguments:
- TDevPlugin takes two arguments:
- 1) A <i>parent</i> argument. This also comes from
<code>createPartObject()</code>.
- 2) A <i>name</i>, which in turn is given to the <code>QObject</code>
@ -93,7 +93,7 @@ Your part must be derived from <code>KDevPlugin</code>.
\subsection accessIDE How to access other IDE components
A part can access other components of the IDE via some accessors
of <code>KDevPlugin</code>:
of <code>TDevPlugin</code>:
- The <i>application core</i> via <code>core()</code>,
- the <i>build tools</i> via <code>project()</code>,
@ -155,7 +155,7 @@ to write it back.
\subsection sessionAccess Project session file (*.kdevses)
The base class of all TDevelop plugins is KDevPlugin. It provides two virtual methods
The base class of all TDevelop plugins is TDevPlugin. It provides two virtual methods
restorePartialProjectSession(..) and savePartialProjectSession(..)
that you should reimplement in your special plugin to attach to session loading and saving.

@ -6,7 +6,7 @@
\section LSupport List of things to have "complete" support of a given language in KDevelop
- Implement interface KDevLanguageSupport
- Implement interface TDevLanguageSupport
- \ref sectionClassWizard
- \ref sectionAttributeMethodWizard
- \ref sectionQtUiSubclassing - (if the language has Qt bindings)
@ -43,7 +43,7 @@ Take a look at \ref LangSupportStatus (doc/api/LangSupportStatus.dox file) to se
\section sectionLanguageSupport Language Support
Any language support should be written as a tdevelop part and implement
KDevLanguageSupport interface (<code>lib/interfaces/kdevlanguagesupport.h</code>).
TDevLanguageSupport interface (<code>lib/interfaces/tdevlanguagesupport.h</code>).
Implementing methods:
- <code>virtual Features features();</code>
@ -54,7 +54,7 @@ Should be enough for a language support to start working.
KDevelop ships with KDevLang project template. It is a simple language support prototype that can be used when developing language support plugins with KDevelop.
To use it, start a New Project and select: <code>C++->KDevelop->KDevelop Language Support Plugin</code> in the application wizard.
The template is located in <code>languages/cpp/app_templates/kdevlang</code>, you can change it there if you need.
The template is located in <code>languages/cpp/app_templates/tdevlang</code>, you can change it there if you need.
You should look at <code>languages/ruby</code> for a simple language support
@ -177,7 +177,7 @@ write a <b>Debugger </b>. KDevelop already provides GDB support
\subsection sectionCompilerPlugins Compiler plugins
There is an ability to create compiler plugin for KDevelop. Compiler plugin provides the compiler configuration dialog which implements command line compiler options.
Compiler plugins must implement KDevCompilerOptions interface.
Compiler plugins must implement TDevCompilerOptions interface.
\section MiscInf Other Info
@ -226,7 +226,7 @@ currently provides several build tools. They are:
- see GenericProjectPart at <code>buildtools/generic</code>
- Offers build tool facilities using project files in xml format (dtd is located in <code>buildtools/generic/kdevxmlproject.dtd</code>).
Those xml files can be converted into makefiles, ant xml files or simply shell scripts using build system plugins.
Build system plugin is an object that implements KDevBuildSystem interface. Build system plugins are located in <code>buildtools/generic/buildsystem</code>.
Build system plugin is an object that implements TDevBuildSystem interface. Build system plugins are located in <code>buildtools/generic/buildsystem</code>.
.
- QMake build tool
- see TrollProjectPart at <code>buildtools/qmake</code>

@ -3,7 +3,7 @@
*/
/** \page howToDocument How to document KDevelop parts
You should add a README and a README.dox file to your part (KDevPlugin).
You should add a README and a README.dox file to your part (TDevPlugin).
On the README file put this text:
\verbatim
@ -31,7 +31,7 @@ implements your part.
On the area marked with <code>...</code> you can add optional informations. Here is an example of that:
\verbinclude languages/cpp/app_templates/kdevpart/README.dox
\verbinclude languages/cpp/app_templates/tdevpart/README.dox
All these infos are optional and you should only add the link to the bugzilla database if YOUR_COMPONENT_NAME
has been defined in that database.

@ -14,5 +14,5 @@ add_subdirectory( w3c )
install(
FILES
sdl.toc opengl.toc
DESTINATION ${DATA_INSTALL_DIR}/kdevdocumentation/tocs
DESTINATION ${DATA_INSTALL_DIR}/tdevdocumentation/tocs
)

@ -1,6 +1,6 @@
SUBDIRS=w3c
tocdir = ${kde_datadir}/kdevdocumentation/tocs
tocdir = ${kde_datadir}/tdevdocumentation/tocs
toc_DATA = sdl.toc opengl.toc
#indexdir = ${kde_datadir}/devdoctreeview/indices

@ -12,5 +12,5 @@
install(
FILES
w3c-dom-level2-html.toc w3c-svg.toc w3c-uaag10.toc
DESTINATION ${DATA_INSTALL_DIR}/kdevdocumentation/tocs
DESTINATION ${DATA_INSTALL_DIR}/tdevdocumentation/tocs
)

@ -1,3 +1,3 @@
tocdir = ${kde_datadir}/kdevdocumentation/tocs
tocdir = ${kde_datadir}/tdevdocumentation/tocs
toc_DATA = w3c-dom-level2-html.toc w3c-svg.toc w3c-uaag10.toc

@ -81,11 +81,11 @@ KDevelop Technotes</a>.
\section langapi Programming Language Support API
- <a href="kdevlanginterfaces/html/index.html"><b>Language Support Interfaces Library</b></a>
(<a href="kdevlanginterfaces/html/classes.html">classes</a>)\n
- <a href="tdevlanginterfaces/html/index.html"><b>Language Support Interfaces Library</b></a>
(<a href="tdevlanginterfaces/html/classes.html">classes</a>)\n
<i>Interfaces for KDevelop language support facilities.</i>
- <a href="kdevlangdebugger/html/index.html"><b>Debugger Support Library</b></a>
(<a href="kdevlangdebugger/html/classes.html">classes</a>)\n
- <a href="tdevlangdebugger/html/index.html"><b>Debugger Support Library</b></a>
(<a href="tdevlangdebugger/html/classes.html">classes</a>)\n
<i>Classes to implement debugger support for a programming language.</i>
.
@ -110,8 +110,8 @@ KDevelop Technotes</a>.
\section shellapi Shell API
- <a href="kdevshellsrc/html/index.html"><b>Generic Shell</b></a>
(<a href="kdevshellsrc/html/classes.html">classes</a>)\n
- <a href="tdevshellsrc/html/index.html"><b>Generic Shell</b></a>
(<a href="tdevshellsrc/html/classes.html">classes</a>)\n
<i>The Shell - a profile-based implementation of TDevelop plugin architecture.</i>
- <a href="kdevprofileslib/html/index.html"><b>Shell Profiles Library</b></a>
(<a href="kdevprofileslib/html/classes.html">classes</a>)\n

@ -11,6 +11,6 @@
install(
FILES
kdev3api.toc
DESTINATION ${DATA_INSTALL_DIR}/kdevdocumentation/tocs
tdev3api.toc
DESTINATION ${DATA_INSTALL_DIR}/tdevdocumentation/tocs
)

@ -1,5 +1,5 @@
tocdir = ${kde_datadir}/kdevdocumentation/tocs
toc_DATA = kdev3api.toc
tocdir = ${kde_datadir}/tdevdocumentation/tocs
toc_DATA = tdev3api.toc
#indexdir = ${kde_datadir}/devdoctreeview/indices
#index_DATA =

@ -9,4 +9,4 @@
#
#################################################
tde_create_handbook( DESTINATION kde_app_devel )
tde_create_handbook( DESTINATION tde_app_devel )

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

@ -1,6 +1,6 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY tdevelop "<application>KDevelop</application>">
<!ENTITY tdevelop "<application>TDevelop</application>">
<!ENTITY kappname "&tdevelop;">
<!ENTITY % addindex "INCLUDE">
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
@ -47,7 +47,7 @@ the &tdevelop; IDE</para>
<keywordset>
<keyword>KDE</keyword>
<keyword>KDevelop</keyword>
<keyword>TDevelop</keyword>
<keyword>IDE</keyword>
<keyword>development</keyword>
<keyword>programming</keyword>
@ -85,7 +85,7 @@ review of the functionality provided by the IDE.
<title>About this Handbook</title>
<para>
This handbook has been written to give developers an introduction into KDE application development by
using the KDevelop Integrated Development Environment.
using the TDevelop Integrated Development Environment.
</para>
<para>
The following chapters therefore give an introduction on how to create projects, explains the sourcecode
@ -135,7 +135,7 @@ You will learn how to:
Additional information about Qt/KDE programming is available by various sources:
<itemizedlist>
<listitem><para>Programming with Qt by Matthias Kalle Dalheimer</para></listitem>
<listitem><para><ulink url="www.kdevelop.org">The User Manual to KDevelop, provided with the TDevelop IDE</ulink></para></listitem>
<listitem><para><ulink url="www.kdevelop.org">The User Manual to TDevelop, provided with the TDevelop IDE</ulink></para></listitem>
<listitem><para><ulink url="doc.trolltech.com">The Online Reference to the Qt library</ulink></para></listitem>
<listitem><para><ulink url="developer.kde.org">The KDE Developer web site</ulink></para></listitem>
</itemizedlist>
@ -147,7 +147,7 @@ Unix Systems as well as about the C and C++ programming language.
</para>
<para>
For obtaining help about the TDevelop IDE, you should send requests to our mailinglist at
<email>kdevelop@kdevelop.org</email>. Mind that the KDevelop team is dedicated to provide the means to enable you to
<email>kdevelop@kdevelop.org</email>. Mind that the TDevelop team is dedicated to provide the means to enable you to
program applications and therefore is not intended as a technical support team in cases where the
applications you're developing don't work due to implementation errors or misconfigurations of your
operating system. By this, we ask all users to take advantage of the mailinglist in any case you're running
@ -697,7 +697,7 @@ what in later steps.
</para>
<para>
This chapter makes the assumption that you understand the basic navigation of &tdevelop;. Consult the
KDevelop User Manual for information if you need it.
TDevelop User Manual for information if you need it.
</para>
<para>
The Automake manager shows the project files as follows:

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

@ -0,0 +1,2 @@
KDE_LANG = en
KDE_DOCS = AUTO

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Before

Width:  |  Height:  |  Size: 267 B

After

Width:  |  Height:  |  Size: 267 B

Before

Width:  |  Height:  |  Size: 441 B

After

Width:  |  Height:  |  Size: 441 B

Before

Width:  |  Height:  |  Size: 185 B

After

Width:  |  Height:  |  Size: 185 B

@ -1965,7 +1965,7 @@ EXTRA_DIST = $(kde_servicesdir_DATA)
<para>
The content of the following example file
<filename>kdevdoxygen.desktop</filename> defines the
<filename>tdevdoxygen.desktop</filename> defines the
<literal>KDevDoxygen</literal> plugin with the service type
<literal>TDevelop/Part</literal>:
</para>
@ -1976,7 +1976,7 @@ Type=Service
Comment=Doxygen
Name=KDevDoxygen
ServiceTypes=TDevelop/Part
X-TDE-Library=libkdevdoxygen
X-TDE-Library=libtdevdoxygen
X-TDevelop-ProgrammingLanguages=C,C++,Java
X-TDevelop-Scope=Project
</programlisting>
@ -1992,7 +1992,7 @@ the library must contain the following function:
<programlisting>
extern "C" {
void *init_libkdevdoxygen()
void *init_libtdevdoxygen()
{
return new DoxygenFactory;
}

Before

Width:  |  Height:  |  Size: 529 B

After

Width:  |  Height:  |  Size: 529 B

Before

Width:  |  Height:  |  Size: 569 B

After

Width:  |  Height:  |  Size: 569 B

Before

Width:  |  Height:  |  Size: 597 B

After

Width:  |  Height:  |  Size: 597 B

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

@ -0,0 +1,9 @@
#################################################
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
tde_create_handbook( DESTINATION tdevassistant )

@ -0,0 +1,65 @@
<?xml version="1.0" ?>
<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY tdevassistant "<application>TDevAssistant</application>">
<!ENTITY kappname "&tdevassistant;">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE">
]>
<!-- Note: When updating this empty handbook, remember that usually most handbooks -->
<!-- use the book model rather than article. Feel free to use article if the new handbook -->
<!-- remains really short. -->
<article lang="&language;">
<title>The &tdevassistant; Handbook</title>
<articleinfo>
<title>The &tdevassistant; Handbook</title>
<authorgroup>
<author>&tde-authors;</author>
<!-- TRANS:ROLES_OF_TRANSLATORS -->
</authorgroup>
<releaseinfo>&tde-release-version;</releaseinfo>
<date>Reviewed: &tde-release-date;</date>
<copyright>
<year>&tde-copyright-date;</year>
<holder>&tde-team;</holder>
</copyright>
<!-- <legalnotice>&FDLNotice;</legalnotice> -->
<abstract>
<para>
&tdevassistant; is a development documentation viewer for &tde;.
</para>
</abstract>
<keywordset>
<keyword>TDE</keyword>
</keywordset>
</articleinfo>
<sect1 id="apologies">
<title>We Apologize</title>
<para>No documentation has yet been written for &tdevassistant;.</para>
<para>If you need help, please check <ulink url="http://www.trinitydesktop.org">The &tde;
web site</ulink>, submit questions to the <ulink url="http://www.trinitydesktop.org/mailinglist.php">
&tde; mail lists</ulink>, or file a bug report at the <ulink url="http://bugs.trinitydesktop.org/">
&tde; bug tracker</ulink>.</para>
<para>If you are interested in helping, please consider writing the help file.
Submitting a basic text file is acceptable as the &tde-team; will convert the text.</para>
<para>Thank you for helping and thank you for your patience.</para>
&underFDL;
</sect1>
&documentation.index;
</article>

@ -6,4 +6,4 @@
#
#################################################
tde_create_handbook( DESTINATION kdevdesigner )
tde_create_handbook( DESTINATION tdevdesigner )

@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kdevdesigner "<application>KDevDesigner</application>">
<!ENTITY kappname "&kdevdesigner;">
<!ENTITY tdevdesigner "<application>TDevDesigner</application>">
<!ENTITY kappname "&tdevdesigner;">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE">
]>
@ -11,10 +11,10 @@
<!-- remains really short. -->
<article lang="&language;">
<title>The &kdevdesigner; Handbook</title>
<title>The &tdevdesigner; Handbook</title>
<articleinfo>
<title>The &kdevdesigner; Handbook</title>
<title>The &tdevdesigner; Handbook</title>
<authorgroup>
<author>&tde-authors;</author>
@ -33,7 +33,7 @@
<abstract>
<para>
&kdevdesigner; is a GUI designer environment for &tde;.
&tdevdesigner; is a GUI designer environment for &tde;.
</para>
</abstract>
@ -45,7 +45,7 @@
<sect1 id="apologies">
<title>We Apologize</title>
<para>No documentation has yet been written for &kdevdesigner;.</para>
<para>No documentation has yet been written for &tdevdesigner;.</para>
<para>If you need help, please check <ulink url="http://www.trinitydesktop.org">The &tde;
web site</ulink>, submit questions to the <ulink url="http://www.trinitydesktop.org/mailinglist.php">

@ -56,7 +56,7 @@ Most &tdevelop; features are provided by KParts. These are basically application
</para>
<para>
There are quite a lot of default configuration subdirectories in <filename class="directory">$<envar>TDEDIR</envar>/share/apps/</filename> whose names all start with a <filename>kdev</filename> sequence. Most of them are for &tdevelop; internal use only. They might be deliberately grouped for readability as:
There are quite a lot of default configuration subdirectories in <filename class="directory">$<envar>TDEDIR</envar>/share/apps/</filename> whose names all start with a <filename>tdev</filename> sequence. Most of them are for &tdevelop; internal use only. They might be deliberately grouped for readability as:
<simplelist>
<member><link linkend="app-files-default-apps-stdalone">Stand-alone Applications</link></member>
<member><link linkend="app-files-default-apps-task">Task Specific Parts</link></member>
@ -76,25 +76,25 @@ There are quite a lot of default configuration subdirectories in <filename class
<listitem><para><filename class="directory">profiles/</filename> &mdash; contains default plugin profile settings. (Currently there is only a <filename>tiny</filename> profile provided which defines a minimum set of active &tdevelop; plugins.)</para></listitem>
<listitem><para><filename>eventsrc</filename> &mdash; holds a lot of <quote>Process successful</quote> localization strings.</para></listitem>
<listitem><para><filename>tdevelopui.rc</filename> &mdash; provides the basic menu and tool bar entries &tdevelop; uses.</para></listitem>
<listitem><para><filename>kdevhtml_partui.rc</filename> &mdash; provides a <guimenuitem>Print...</guimenuitem> entry in the <guimenu>File</guimenu> menu, a <guimenuitem>Copy</guimenuitem> entry in the <guimenu>Edit</guimenu> menu, and <guilabel>Back</guilabel> and <guilabel>Forward</guilabel> arrows in the <guilabel>Browser Toolbar</guilabel> in case a &HTML; file is browsed from the <guilabel>Documentation</guilabel> plugin.</para></listitem>
<listitem><para><filename>tdevhtml_partui.rc</filename> &mdash; provides a <guimenuitem>Print...</guimenuitem> entry in the <guimenu>File</guimenu> menu, a <guimenuitem>Copy</guimenuitem> entry in the <guimenu>Edit</guimenu> menu, and <guilabel>Back</guilabel> and <guilabel>Forward</guilabel> arrows in the <guilabel>Browser Toolbar</guilabel> in case a &HTML; file is browsed from the <guilabel>Documentation</guilabel> plugin.</para></listitem>
</itemizedlist>
</listitem>
<listitem><para><filename class="directory">kdevassistant/</filename> &mdash; provides the menu and tool bars of the stand-alone &tdevelop; Assistant documentation browser.</para></listitem>
<listitem><para><filename class="directory">kdevdesigner/</filename> and <filename class="directory">kdevdesignerpart/</filename> &mdash; provide menu bar and tool bars of the stand-alone &tdevelop; user interface designer.</para></listitem>
<listitem><para><filename class="directory">tdevassistant/</filename> &mdash; provides the menu and tool bars of the stand-alone &tdevelop; Assistant documentation browser.</para></listitem>
<listitem><para><filename class="directory">tdevdesigner/</filename> and <filename class="directory">tdevdesignerpart/</filename> &mdash; provide menu bar and tool bars of the stand-alone &tdevelop; user interface designer.</para></listitem>
</itemizedlist></listitem>
<listitem><itemizedlist id="app-files-default-apps-task">
<title>Task Specific Parts</title>
<listitem id="app-files-default-abbrev">
<para><filename class="directory">kdevabbrev/</filename> &mdash; contains files used by the <guilabel>Abbreviation Expansion</guilabel> plugin:</para>
<para><filename class="directory">tdevabbrev/</filename> &mdash; contains files used by the <guilabel>Abbreviation Expansion</guilabel> plugin:</para>
<itemizedlist>
<listitem><para><filename class="directory">sources/</filename> &mdash; contains keyword definition files used by the <guilabel>Expand Text</guilabel> command.</para></listitem>
<listitem><para><filename class="directory">templates/</filename> &mdash; contains template definition files used by the <guilabel>Expand Abbreviation</guilabel> command.</para></listitem>
<listitem><para><filename>kdevabbrev.rc</filename> &mdash; provides the <guimenuitem>Expand Text</guimenuitem> and <guimenuitem>Expand Abbreviation</guimenuitem> entries in the <guimenu>Edit</guimenu> menu.</para></listitem>
<listitem><para><filename>tdevabbrev.rc</filename> &mdash; provides the <guimenuitem>Expand Text</guimenuitem> and <guimenuitem>Expand Abbreviation</guimenuitem> entries in the <guimenu>Edit</guimenu> menu.</para></listitem>
</itemizedlist>
</listitem>
<listitem id="app-files-default-appwizard">
<para><filename class="directory">kdevappwizard/</filename> &mdash; contains files used by the &appwizard; part:</para>
<para><filename class="directory">tdevappwizard/</filename> &mdash; contains files used by the &appwizard; part:</para>
<itemizedlist>
<listitem><para><filename class="directory">importfiles/</filename> &mdash; contains <filename>.tdevelop</filename> project files which control the initialization of a new project.</para></listitem>
<listitem><para><filename class="directory">imports/</filename> &mdash; contains templates to set up project specific <filename>.desktop</filename> files.</para></listitem>
@ -104,89 +104,89 @@ There are quite a lot of default configuration subdirectories in <filename class
<listitem><para><filename>*.tar.gz</filename> &mdash; tarballs containing the source files to be included in a new generated project directory.</para></listitem>
</itemizedlist>
</listitem>
<listitem><para><filename class="directory">kdevastyle/</filename> &mdash; provides the <guimenuitem>Reformat Source</guimenuitem> entry in the <guimenu>Edit</guimenu> menu.</para></listitem>
<listitem><para><filename class="directory">kdevautoproject/</filename> &mdash; provides most of the entries in the <guimenu>Build</guimenu> menu and the <guilabel>Build Toolbar (&tdevelop;)</guilabel> toolbar.</para></listitem>
<listitem><para><filename class="directory">tdevastyle/</filename> &mdash; provides the <guimenuitem>Reformat Source</guimenuitem> entry in the <guimenu>Edit</guimenu> menu.</para></listitem>
<listitem><para><filename class="directory">tdevautoproject/</filename> &mdash; provides most of the entries in the <guimenu>Build</guimenu> menu and the <guilabel>Build Toolbar (&tdevelop;)</guilabel> toolbar.</para></listitem>
<listitem>
<para><filename class="directory">kdevclassview/</filename> &mdash; contains files used by the <guilabel>Class View</guilabel> project plugin:</para>
<para><filename class="directory">tdevclassview/</filename> &mdash; contains files used by the <guilabel>Class View</guilabel> project plugin:</para>
<itemizedlist>
<listitem><para><filename class="directory">pics/</filename> &mdash; contains the icons used in the <guilabel>Classes</guilabel> classview tree.</para></listitem>
<listitem><para><filename>kdevclassview.tc</filename> &mdash; provides the <guimenuitem>Class Inheritance Diagram</guimenuitem> entry in the <guimenu>Projects</guimenu> menu as well as the classes navigation combo box in the <guilabel>Browser Toolbar</guilabel>.</para></listitem>
<listitem><para><filename>tdevclassview.tc</filename> &mdash; provides the <guimenuitem>Class Inheritance Diagram</guimenuitem> entry in the <guimenu>Projects</guimenu> menu as well as the classes navigation combo box in the <guilabel>Browser Toolbar</guilabel>.</para></listitem>
</itemizedlist>
</listitem>
<listitem><para><filename class="directory">kdevcloser/</filename> &mdash; provides the <guimenu>Windows</guimenu> menu close entries.</para></listitem>
<listitem><para><filename class="directory">kdevctags/</filename> &mdash; provides the <guimenuitem>CTags</guimenuitem> entry in the <guimenu>Tools</guimenu> menu for the <guilabel>CTags Frontend</guilabel> project plugin.</para></listitem>
<listitem><para><filename class="directory">kdevcvsservice/</filename> &mdash; provides the icon used by the <guilabel>CvsService</guilabel> tab and a short shell script used to add a new entry to the &cvs; repository, both used by the <guilabel>CVS Integration</guilabel> project plugin.</para></listitem>
<listitem><para><filename class="directory">kdevdebugger/</filename> &mdash; provides the <guimenu>Debug</guimenu> menu entries for the <guilabel>Debugger Frontend</guilabel> project plugin.</para></listitem>
<listitem><para><filename class="directory">kdevdiff/</filename> &mdash; provides the <guimenuitem>Difference Viewer</guimenuitem> entry in the <guimenu>Tools</guimenu> menu.</para></listitem>
<listitem><para><filename class="directory">kdevdistpart/</filename> &mdash; provides the <guimenuitem>Distribution &amp; Publishing</guimenuitem> entry in the <guimenu>Project</guimenu> menu for the <guilabel>Final Packaging Support</guilabel> project plugin.</para></listitem>
<listitem><para><filename class="directory">tdevcloser/</filename> &mdash; provides the <guimenu>Windows</guimenu> menu close entries.</para></listitem>
<listitem><para><filename class="directory">tdevctags/</filename> &mdash; provides the <guimenuitem>CTags</guimenuitem> entry in the <guimenu>Tools</guimenu> menu for the <guilabel>CTags Frontend</guilabel> project plugin.</para></listitem>
<listitem><para><filename class="directory">tdevcvsservice/</filename> &mdash; provides the icon used by the <guilabel>CvsService</guilabel> tab and a short shell script used to add a new entry to the &cvs; repository, both used by the <guilabel>CVS Integration</guilabel> project plugin.</para></listitem>
<listitem><para><filename class="directory">tdevdebugger/</filename> &mdash; provides the <guimenu>Debug</guimenu> menu entries for the <guilabel>Debugger Frontend</guilabel> project plugin.</para></listitem>
<listitem><para><filename class="directory">tdevdiff/</filename> &mdash; provides the <guimenuitem>Difference Viewer</guimenuitem> entry in the <guimenu>Tools</guimenu> menu.</para></listitem>
<listitem><para><filename class="directory">tdevdistpart/</filename> &mdash; provides the <guimenuitem>Distribution &amp; Publishing</guimenuitem> entry in the <guimenu>Project</guimenu> menu for the <guilabel>Final Packaging Support</guilabel> project plugin.</para></listitem>
<listitem id="app-files-default-kdevdoc">
<para><filename class="directory">kdevdocumentation/</filename> &mdash; contains files used by the <guilabel>Documentation</guilabel> plugin:</para>
<para><filename class="directory">tdevdocumentation/</filename> &mdash; contains files used by the <guilabel>Documentation</guilabel> plugin:</para>
<itemizedlist>
<listitem><para><filename class="directory">en/</filename> and <filename class="directory">pics/</filename> &mdash; contain files used by the <application>htdig</application> search tool.</para></listitem>
<listitem><para><filename class="directory">tocs/</filename> &mdash; contain the default &tdevelop; documentation content description files (see the description in <link linkend="toc-file-structure">Basic Structure of &tdevelop; TOC Files</link>).</para></listitem>
<listitem><para><filename>kdevpart_documentation.rc</filename> &mdash; provides the search related entries in the <guimenu>Help</guimenu> menu.</para></listitem>
<listitem><para><filename>tdevpart_documentation.rc</filename> &mdash; provides the search related entries in the <guimenu>Help</guimenu> menu.</para></listitem>
</itemizedlist>
</listitem>
<listitem><para><filename class="directory">kdevdoxygen/</filename> &mdash; provides the menu entries for the <guilabel>Doxygen Support</guilabel> project plugin.</para></listitem>
<listitem><para><filename class="directory">tdevdoxygen/</filename> &mdash; provides the menu entries for the <guilabel>Doxygen Support</guilabel> project plugin.</para></listitem>
<listitem id="app-files-default-filecreate">
<para><filename class="directory">kdevfilecreate/</filename> &mdash; contains files used by the <guilabel>New File Wizard:</guilabel>
<para><filename class="directory">tdevfilecreate/</filename> &mdash; contains files used by the <guilabel>New File Wizard:</guilabel>
<itemizedlist>
<listitem><para><filename class="directory">file-templates/</filename> &mdash; provides the initial text contents to be put into the new source file of a given type.</para></listitem>
<listitem><para><filename>kdevpart_filecreate.rc</filename> &mdash; provides the <guimenuitem>New</guimenuitem> entry in the <guimenu>File</guimenu> menu.</para></listitem>
<listitem><para><filename>tdevpart_filecreate.rc</filename> &mdash; provides the <guimenuitem>New</guimenuitem> entry in the <guimenu>File</guimenu> menu.</para></listitem>
<listitem><para><filename>template-info.xml</filename> &mdash; contains descriptions of the available file types to be displayed in the <guilabel>New File</guilabel> tool view.</para></listitem>
</itemizedlist>
</para></listitem>
<listitem><para><filename class="directory">kdevfilter/</filename> &mdash; provides the <guimenuitem>Execute Command...</guimenuitem> and <guimenuitem>Filter Selection Through Command...</guimenuitem> entries in the <guimenu>Tools</guimenu> menu used by the <guilabel>Shell Filtering and Insertion</guilabel> plugin.</para></listitem>
<listitem><para><filename class="directory">kdevfullscreen/</filename> &mdash; provides the <guimenuitem>Full Screen Mode</guimenuitem> entry in the <guimenu>View</guimenu> menu and the according tool bar icon.</para></listitem>
<listitem><para><filename class="directory">kdevgrepview/</filename> &mdash; provides the <guimenuitem>Find in Files...</guimenuitem>entry in the <guimenu>Edit</guimenu> menu used by the <guilabel>Grep Frontend</guilabel> plugin.</para></listitem>
<listitem><para><filename class="directory">kdevhistory/</filename> &mdash; provides the <guimenuitem>Back</guimenuitem> and <guimenuitem>Forward</guimenuitem> entries in the <guimenu>View</guimenu> menu.</para></listitem>
<listitem><para><filename class="directory">kdevjavadebugger/</filename> &mdash; provides a <guimenu>Java Debug</guimenu> menu in order to debug a &Java; application.</para></listitem>
<listitem><para><filename class="directory">kdevoutputviews/</filename> &mdash; provides the <guimenuitem>Next Error</guimenuitem> and <guimenuitem>Previous Error</guimenuitem> entries in the <guimenu>View</guimenu> menu.</para></listitem>
<listitem><para><filename class="directory">kdevpartexplorer/</filename> &mdash; provides the <guimenuitem>Part Explorer</guimenuitem> entry in the <guimenu>Tools</guimenu> menu used by the <guilabel>Part Explorer Tool</guilabel> plugin.</para></listitem>
<listitem><para><filename class="directory">kdevquickopen/</filename> &mdash; provides the <guimenuitem>Quick Open File..</guimenuitem> entry in the <guimenu>File</guimenu> menu and the <guimenuitem>Quick Open Class...</guimenuitem> and <guimenuitem>Quick Open Method</guimenuitem> entries in the <guimenu>Tools</guimenu> menu used by the <guilabel>Quick Open</guilabel> project plugin.</para></listitem>
<listitem><para><filename class="directory">kdevregexptest/</filename> &mdash; provides the <guimenuitem>Debug Regular Expression...</guimenuitem> entry in the <guimenu>Tools</guimenu> menu used by the <guilabel>Regular Expression Tester</guilabel> plugin.</para></listitem>
<listitem><para><filename class="directory">kdevreplace/</filename> &mdash; provides the <guimenuitem>Find-Select-Replace...</guimenuitem> entry in the <guimenu>Edit</guimenu> menu used by the <guilabel>Replace Part</guilabel> plugin.</para></listitem>
<listitem id="app-files-default-tips"><para><filename class="directory">kdevtipofday/</filename> &mdash; provides the <guimenuitem>Tip of the Day</guimenuitem> entry in the <guimenu>Help</guimenu> menu as well as a HTML-File containing the available tips.</para></listitem>
<listitem><para><filename class="directory">kdevtools/</filename> &mdash; controls various menu entries ceated by <guimenu>Tools Menu</guimenu> and <guilabel>External Tools Menu</guilabel> settings provided by the <guilabel>Tools Menu Addition</guilabel> plugin.</para></listitem>
<listitem><para><filename class="directory">kdevvalgrind/</filename> &mdash; provides the <guimenuitem>Valgrind Memory Leak Check</guimenuitem> and <guimenuitem>Profile with KCachegrind</guimenuitem> entries in the <guimenu>Debug</guimenu> menu used by the <guilabel>Valgrind Frontend</guilabel> plugin.</para></listitem>
<listitem><para><filename class="directory">tdevfilter/</filename> &mdash; provides the <guimenuitem>Execute Command...</guimenuitem> and <guimenuitem>Filter Selection Through Command...</guimenuitem> entries in the <guimenu>Tools</guimenu> menu used by the <guilabel>Shell Filtering and Insertion</guilabel> plugin.</para></listitem>
<listitem><para><filename class="directory">tdevfullscreen/</filename> &mdash; provides the <guimenuitem>Full Screen Mode</guimenuitem> entry in the <guimenu>View</guimenu> menu and the according tool bar icon.</para></listitem>
<listitem><para><filename class="directory">tdevgrepview/</filename> &mdash; provides the <guimenuitem>Find in Files...</guimenuitem>entry in the <guimenu>Edit</guimenu> menu used by the <guilabel>Grep Frontend</guilabel> plugin.</para></listitem>
<listitem><para><filename class="directory">tdevhistory/</filename> &mdash; provides the <guimenuitem>Back</guimenuitem> and <guimenuitem>Forward</guimenuitem> entries in the <guimenu>View</guimenu> menu.</para></listitem>
<listitem><para><filename class="directory">tdevjavadebugger/</filename> &mdash; provides a <guimenu>Java Debug</guimenu> menu in order to debug a &Java; application.</para></listitem>
<listitem><para><filename class="directory">tdevoutputviews/</filename> &mdash; provides the <guimenuitem>Next Error</guimenuitem> and <guimenuitem>Previous Error</guimenuitem> entries in the <guimenu>View</guimenu> menu.</para></listitem>
<listitem><para><filename class="directory">tdevpartexplorer/</filename> &mdash; provides the <guimenuitem>Part Explorer</guimenuitem> entry in the <guimenu>Tools</guimenu> menu used by the <guilabel>Part Explorer Tool</guilabel> plugin.</para></listitem>
<listitem><para><filename class="directory">tdevquickopen/</filename> &mdash; provides the <guimenuitem>Quick Open File..</guimenuitem> entry in the <guimenu>File</guimenu> menu and the <guimenuitem>Quick Open Class...</guimenuitem> and <guimenuitem>Quick Open Method</guimenuitem> entries in the <guimenu>Tools</guimenu> menu used by the <guilabel>Quick Open</guilabel> project plugin.</para></listitem>
<listitem><para><filename class="directory">tdevregexptest/</filename> &mdash; provides the <guimenuitem>Debug Regular Expression...</guimenuitem> entry in the <guimenu>Tools</guimenu> menu used by the <guilabel>Regular Expression Tester</guilabel> plugin.</para></listitem>
<listitem><para><filename class="directory">tdevreplace/</filename> &mdash; provides the <guimenuitem>Find-Select-Replace...</guimenuitem> entry in the <guimenu>Edit</guimenu> menu used by the <guilabel>Replace Part</guilabel> plugin.</para></listitem>
<listitem id="app-files-default-tips"><para><filename class="directory">tdevtipofday/</filename> &mdash; provides the <guimenuitem>Tip of the Day</guimenuitem> entry in the <guimenu>Help</guimenu> menu as well as a HTML-File containing the available tips.</para></listitem>
<listitem><para><filename class="directory">tdevtools/</filename> &mdash; controls various menu entries ceated by <guimenu>Tools Menu</guimenu> and <guilabel>External Tools Menu</guilabel> settings provided by the <guilabel>Tools Menu Addition</guilabel> plugin.</para></listitem>
<listitem><para><filename class="directory">tdevvalgrind/</filename> &mdash; provides the <guimenuitem>Valgrind Memory Leak Check</guimenuitem> and <guimenuitem>Profile with KCachegrind</guimenuitem> entries in the <guimenu>Debug</guimenu> menu used by the <guilabel>Valgrind Frontend</guilabel> plugin.</para></listitem>
</itemizedlist></listitem>
<listitem><itemizedlist id="app-files-default-apps-project">
<title>Project Generation Parts</title>
<listitem><para><filename class="directory">kdevadaproject/</filename> &mdash; provides entries for the <guimenu>Build</guimenu> menu and according tool bar icons to build an Ada application.</para></listitem>
<listitem><para><filename class="directory">kdevantproject/</filename> &mdash; provides entries for the <guimenu>Build</guimenu> menu when the Ant project generator is used.</para></listitem>
<listitem><para><filename class="directory">kdevautoproject/</filename> &mdash; provides entries for the <guimenu>Build</guimenu> menu and according tool bar icons when working with the &GNU; Tools based &automake; project generator. Additionally provides the <guimenuitem>Add Translation</guimenuitem> and <guimenuitem>Build Configuration</guimenuitem> entries to the <guimenu>Project</guimenu> menu.</para></listitem>
<listitem><para><filename class="directory">kdevcustomproject/</filename> &mdash; provides entries for the <guimenu>Build</guimenu> menu and according tool bar icons when the project is based on custom Makefils.</para></listitem>
<listitem><para><filename class="directory">kdevgenericproject/</filename> &mdash; contains menu definitions for an experimental generic project generator. Currently (version 3.1.0) unused.</para></listitem>
<listitem><para><filename class="directory">kdevhaskellproject/</filename> &mdash; provides entries for the <guimenu>Build</guimenu> menu and according tool bar icons to build a Haskell application.</para></listitem>
<listitem><para><filename class="directory">kdevpascalproject/</filename> &mdash; provides entries for the <guimenu>Build</guimenu> menu and according tool bar icons to build a Pascal application.</para></listitem>
<listitem><para><filename class="directory">kdevtrollproject/</filename> &mdash; provides entries for the <guimenu>Build</guimenu> menu and according tool bar icons to build an application using the &Qt; QMake project manager.</para></listitem>
<listitem><para><filename class="directory">tdevadaproject/</filename> &mdash; provides entries for the <guimenu>Build</guimenu> menu and according tool bar icons to build an Ada application.</para></listitem>
<listitem><para><filename class="directory">tdevantproject/</filename> &mdash; provides entries for the <guimenu>Build</guimenu> menu when the Ant project generator is used.</para></listitem>
<listitem><para><filename class="directory">tdevautoproject/</filename> &mdash; provides entries for the <guimenu>Build</guimenu> menu and according tool bar icons when working with the &GNU; Tools based &automake; project generator. Additionally provides the <guimenuitem>Add Translation</guimenuitem> and <guimenuitem>Build Configuration</guimenuitem> entries to the <guimenu>Project</guimenu> menu.</para></listitem>
<listitem><para><filename class="directory">tdevcustomproject/</filename> &mdash; provides entries for the <guimenu>Build</guimenu> menu and according tool bar icons when the project is based on custom Makefils.</para></listitem>
<listitem><para><filename class="directory">tdevgenericproject/</filename> &mdash; contains menu definitions for an experimental generic project generator. Currently (version 3.1.0) unused.</para></listitem>
<listitem><para><filename class="directory">tdevhaskellproject/</filename> &mdash; provides entries for the <guimenu>Build</guimenu> menu and according tool bar icons to build a Haskell application.</para></listitem>
<listitem><para><filename class="directory">tdevpascalproject/</filename> &mdash; provides entries for the <guimenu>Build</guimenu> menu and according tool bar icons to build a Pascal application.</para></listitem>
<listitem><para><filename class="directory">tdevtrollproject/</filename> &mdash; provides entries for the <guimenu>Build</guimenu> menu and according tool bar icons to build an application using the &Qt; QMake project manager.</para></listitem>
</itemizedlist></listitem>
<listitem><itemizedlist id="app-files-default-apps-lang">
<title>Language Specific Parts</title>
<listitem><para><filename class="directory">kdevadasupport/</filename> &mdash; provides entries in the <guimenu>Tools</guimenu> menu and according tool bar icons needed to develop Ada applications.</para></listitem>
<listitem><para><filename class="directory">kdevbashsupport/</filename> &mdash; provides entries in the <guimenu>Build</guimenu> menu and according tool bar icons needed to develop Bash scripts.</para></listitem>
<listitem><para><filename class="directory">tdevadasupport/</filename> &mdash; provides entries in the <guimenu>Tools</guimenu> menu and according tool bar icons needed to develop Ada applications.</para></listitem>
<listitem><para><filename class="directory">tdevbashsupport/</filename> &mdash; provides entries in the <guimenu>Build</guimenu> menu and according tool bar icons needed to develop Bash scripts.</para></listitem>
<listitem id="app-files-default-apps-lang-cpp">
<para><filename class="directory">kdevcppsupport/</filename> &mdash; contains files used by the &appwizard; to build C++ applications:</para>
<para><filename class="directory">tdevcppsupport/</filename> &mdash; contains files used by the &appwizard; to build C++ applications:</para>
<itemizedlist>
<listitem><para><filename class="directory">newclass/</filename> &mdash; contains header and source templates from which the &appwizard; builds the according source files.</para></listitem>
<listitem><para><filename class="directory">subclassing/</filename> &mdash; contains templates which the &appwizard; uses to set up initial class declarations/definitions in the source files.</para></listitem>
<listitem><para><filename class="directory">templates</filename> &mdash; contains templates from which the &appwizard; sets up the default header and source template files to be used by the &nfwizard;. </para></listitem>
<listitem><para><filename>configuration</filename> &mdash; dummy template to add macros.</para></listitem>
<listitem><para><filename>kdevcppsupport.rc</filename> &mdash; provides the <guimenuitem>Complete Text</guimenuitem> and <guimenuitem>Make Member</guimenuitem> entries fo the <guimenu>Edit</guimenu> menu, the <guimenuitem>Switch Header/Implementation</guimenuitem> entry for the <guimenu>View</guimenu> menu, and the <guimenuitem>New Class</guimenuitem> entry for the <guimenu>Project</guimenu> menu as well as a <guiicon>New Class</guiicon> icon for the <guilabel>Browser Toolbar</guilabel>.</para></listitem>
<listitem><para><filename>tdevcppsupport.rc</filename> &mdash; provides the <guimenuitem>Complete Text</guimenuitem> and <guimenuitem>Make Member</guimenuitem> entries fo the <guimenu>Edit</guimenu> menu, the <guimenuitem>Switch Header/Implementation</guimenuitem> entry for the <guimenu>View</guimenu> menu, and the <guimenuitem>New Class</guimenuitem> entry for the <guimenu>Project</guimenu> menu as well as a <guiicon>New Class</guiicon> icon for the <guilabel>Browser Toolbar</guilabel>.</para></listitem>
</itemizedlist>
</listitem>
<listitem><para><filename class="directory">kdevfortransupport/</filename> &mdash; provides entries in the <guimenu>Build</guimenu> menu needed to develop Fortran applications.</para></listitem>
<listitem><para><filename class="directory">kdevhaskellsupport/</filename> &mdash; provides entries in the <guimenu>Build</guimenu> menu and according tool bar icons needed to develop Haskell applications.</para></listitem>
<listitem><para><filename class="directory">kdevjavasupport/</filename> &mdash; contains the UI definition needed to develop &Java; applications.</para></listitem>
<listitem><para><filename class="directory">kdevpascalsupport/</filename> &mdash; contains the UI definition needed to develop Pascal applications.</para></listitem>
<listitem><para><filename class="directory">kdevperlsupport/</filename> &mdash; provides <guimenu>Project</guimenu> and <guimenu>Help</guimenu> menu entries needed to develop Perl scripts.</para></listitem>
<listitem><para><filename class="directory">kdevphpsupport/</filename> &mdash; contains UI and PHP function definition files needed to develop PHP scripts.</para></listitem>
<listitem><para><filename class="directory">kdevpythonsupport/</filename> &mdash; provides <guimenu>Build</guimenu> and <guimenu>Help</guimenu> menu entries and according tool bar icons needed to develop Python scripts.</para></listitem>
<listitem><para><filename class="directory">kdevrubysupport/</filename> &mdash; provides <guimenu>Build</guimenu> menu entries and according tool bar icons needed to develop Ruby scripts.</para></listitem>
<listitem><para><filename class="directory">kdevscriptproject/</filename> &mdash; provides th UI definitions needed to develop custom projects. Currently (version 3.1.0) unused.</para></listitem>
<listitem><para><filename class="directory">kdevsqlsupport/</filename> &mdash; provides th UI definitions needed to develop SQL projects. Currently (version 3.1.0) unused.</para></listitem>
<listitem><para><filename class="directory">tdevfortransupport/</filename> &mdash; provides entries in the <guimenu>Build</guimenu> menu needed to develop Fortran applications.</para></listitem>
<listitem><para><filename class="directory">tdevhaskellsupport/</filename> &mdash; provides entries in the <guimenu>Build</guimenu> menu and according tool bar icons needed to develop Haskell applications.</para></listitem>
<listitem><para><filename class="directory">tdevjavasupport/</filename> &mdash; contains the UI definition needed to develop &Java; applications.</para></listitem>
<listitem><para><filename class="directory">tdevpascalsupport/</filename> &mdash; contains the UI definition needed to develop Pascal applications.</para></listitem>
<listitem><para><filename class="directory">tdevperlsupport/</filename> &mdash; provides <guimenu>Project</guimenu> and <guimenu>Help</guimenu> menu entries needed to develop Perl scripts.</para></listitem>
<listitem><para><filename class="directory">tdevphpsupport/</filename> &mdash; contains UI and PHP function definition files needed to develop PHP scripts.</para></listitem>
<listitem><para><filename class="directory">tdevpythonsupport/</filename> &mdash; provides <guimenu>Build</guimenu> and <guimenu>Help</guimenu> menu entries and according tool bar icons needed to develop Python scripts.</para></listitem>
<listitem><para><filename class="directory">tdevrubysupport/</filename> &mdash; provides <guimenu>Build</guimenu> menu entries and according tool bar icons needed to develop Ruby scripts.</para></listitem>
<listitem><para><filename class="directory">tdevscriptproject/</filename> &mdash; provides th UI definitions needed to develop custom projects. Currently (version 3.1.0) unused.</para></listitem>
<listitem><para><filename class="directory">tdevsqlsupport/</filename> &mdash; provides th UI definitions needed to develop SQL projects. Currently (version 3.1.0) unused.</para></listitem>
</itemizedlist></listitem>
</itemizedlist>
@ -212,7 +212,7 @@ All information about user defined settings is kept in two subdirectories of <fi
<title>Application Specific Configuration</title>
<para>
Any user changes to the <link linkend="app-files-default">&tdevelop; Default Configuration</link> settings as well as user specific settings which are not kept in any of the <link linkend="app-files-user-config">Resource Configuration Files</link> are found in <filename>kdev...</filename> subdirectories of the <filename class="directory">$<envar>TDEHOME</envar>/share/apps/</filename> directory.
Any user changes to the <link linkend="app-files-default">&tdevelop; Default Configuration</link> settings as well as user specific settings which are not kept in any of the <link linkend="app-files-user-config">Resource Configuration Files</link> are found in <filename>tdev...</filename> subdirectories of the <filename class="directory">$<envar>TDEHOME</envar>/share/apps/</filename> directory.
</para>
<para>
Most of these configuration files are however used by various &tdevelop; plugins in order to provide some specific menu and/or toolbar entries. Thus they are of interest only in case something went really wrong with the user interface.
@ -223,30 +223,30 @@ In case the contents of these directories mirror those of the Default Configurat
<itemizedlist>
<listitem>
<para><filename class="directory">kdevabbrev/</filename> &mdash; contains files used by the <guilabel>Abbreviation Expansion</guilabel> plugin:</para>
<para><filename class="directory">tdevabbrev/</filename> &mdash; contains files used by the <guilabel>Abbreviation Expansion</guilabel> plugin:</para>
<itemizedlist>
<listitem><para><filename class="directory">sources/</filename> &mdash; currently empty; &tdevelop; uses the <link linkend="app-files-default-abbrev">default keyword definition</link> files for <guilabel>Expand Text</guilabel> commands.</para></listitem>
<listitem><para><filename class="directory">templates/</filename> &mdash; contains the user modified template definition files used by the <guilabel>Expand Abbreviation</guilabel> command.</para></listitem>
<listitem><para><filename>kdevabbrev.rc</filename> &mdash; provides the <guimenuitem>Expand Text</guimenuitem> and <guimenuitem>Expand Abbreviation</guimenuitem> entries in the <guimenu>Edit</guimenu> menu.</para></listitem>
<listitem><para><filename>tdevabbrev.rc</filename> &mdash; provides the <guimenuitem>Expand Text</guimenuitem> and <guimenuitem>Expand Abbreviation</guimenuitem> entries in the <guimenu>Edit</guimenu> menu.</para></listitem>
</itemizedlist>
</listitem>
<listitem>
<para><filename class="directory">kdevappwizard/</filename> &mdash; only provides the <guimenuitem>New Project...</guimenuitem> and <guimenuitem>Import Existing Project...</guimenuitem> entries in the <guimenu>Projects</guimenu> menu. The &appwizard; will use the <link linkend="app-files-default-appwizard">default configuration settings</link> for its actual works.</para>
<para><filename class="directory">tdevappwizard/</filename> &mdash; only provides the <guimenuitem>New Project...</guimenuitem> and <guimenuitem>Import Existing Project...</guimenuitem> entries in the <guimenu>Projects</guimenu> menu. The &appwizard; will use the <link linkend="app-files-default-appwizard">default configuration settings</link> for its actual works.</para>
</listitem>
<listitem>
<para><filename class="directory">kdevastyle/</filename> &mdash; provides the actual <guimenuitem>Reformat Source</guimenuitem> entry in the <guimenu>Edit</guimenu> menu.</para>
<para><filename class="directory">tdevastyle/</filename> &mdash; provides the actual <guimenuitem>Reformat Source</guimenuitem> entry in the <guimenu>Edit</guimenu> menu.</para>
</listitem>
<listitem>
<para><filename class="directory">kdevautoproject/</filename> &mdash; provides the actual entries in the <guimenu>Build</guimenu> menu and the <guilabel>Build Toolbar (KDevelop)</guilabel> toolbar.</para>
<para><filename class="directory">tdevautoproject/</filename> &mdash; provides the actual entries in the <guimenu>Build</guimenu> menu and the <guilabel>Build Toolbar (TDevelop)</guilabel> toolbar.</para>
</listitem>
<listitem>
<para><filename class="directory">kdevclassview/</filename> &mdash; provides the <guimenuitem>Class Inheritance Diagram</guimenuitem> entry in the <guimenu>Project</guimenu> menu and the class browser combo box in the <guilabel>Browser Toolbar</guilabel> by the <guilabel>Class View</guilabel> project plugin.</para>
<para><filename class="directory">tdevclassview/</filename> &mdash; provides the <guimenuitem>Class Inheritance Diagram</guimenuitem> entry in the <guimenu>Project</guimenu> menu and the class browser combo box in the <guilabel>Browser Toolbar</guilabel> by the <guilabel>Class View</guilabel> project plugin.</para>
</listitem>
<listitem>
<para><filename class="directory">kdevcloser/</filename> &mdash; provides the <guimenuitem>Close Selected Windows...</guimenuitem> entry in the <guimenu>Windows</guimenu> menu.</para>
<para><filename class="directory">tdevcloser/</filename> &mdash; provides the <guimenuitem>Close Selected Windows...</guimenuitem> entry in the <guimenu>Windows</guimenu> menu.</para>
</listitem>
<listitem>
<para><filename class="directory">kdevcppsupport/</filename> &mdash; holds the acual configuration used by the &appwizard; to build C++ applications. The &appwizard; however uses its main bulk of configuration information directly from the <link linkend="app-files-default-apps-lang-cpp">default configuration directory</link>. See there for more detail.</para>
<para><filename class="directory">tdevcppsupport/</filename> &mdash; holds the acual configuration used by the &appwizard; to build C++ applications. The &appwizard; however uses its main bulk of configuration information directly from the <link linkend="app-files-default-apps-lang-cpp">default configuration directory</link>. See there for more detail.</para>
<itemizedlist>
<listitem>
<para><filename class="directory">newclass/</filename> &mdash; contains the actual header and source templates from which the &appwizard; builds the according source files.</para>
@ -255,22 +255,22 @@ In case the contents of these directories mirror those of the Default Configurat
<para><filename class="directory">pcs/</filename> &mdash; contains database files &tdevelop; uses build the actual Persistent Code Store (<filename>.pcs</filename>) file of a &kde; C++ project.</para>
</listitem>
<listitem>
<para><filename>kdevcppsupport.rc</filename> &mdash; provides the <guimenuitem>Complete Text</guimenuitem> and <guimenuitem>Make Member</guimenuitem> entries fo the <guimenu>Edit</guimenu> menu, the <guimenuitem>Switch Header/Implementation</guimenuitem> entry for the <guimenu>View</guimenu> menu, and the <guimenuitem>New Class</guimenuitem> entry for the <guimenu>Project</guimenu> menu as well as a <guiicon>New Class</guiicon> icon for the <guilabel>Browser Toolbar</guilabel>.</para>
<para><filename>tdevcppsupport.rc</filename> &mdash; provides the <guimenuitem>Complete Text</guimenuitem> and <guimenuitem>Make Member</guimenuitem> entries fo the <guimenu>Edit</guimenu> menu, the <guimenuitem>Switch Header/Implementation</guimenuitem> entry for the <guimenu>View</guimenu> menu, and the <guimenuitem>New Class</guimenuitem> entry for the <guimenu>Project</guimenu> menu as well as a <guiicon>New Class</guiicon> icon for the <guilabel>Browser Toolbar</guilabel>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para><filename class="directory">kdevctags/</filename> &mdash; provides the <guimenuitem>CTags</guimenuitem> entry in the <guimenu>Tools</guimenu> menu for the <guilabel>CTags Frontend</guilabel> project plugin.</para>
<para><filename class="directory">tdevctags/</filename> &mdash; provides the <guimenuitem>CTags</guimenuitem> entry in the <guimenu>Tools</guimenu> menu for the <guilabel>CTags Frontend</guilabel> project plugin.</para>
</listitem>
<listitem>
<para><filename class="directory">kdevdebugger/</filename> &mdash; provides the <guimenu>Debug</guimenu> menu entries for the <guilabel>Debugger Frontend</guilabel> project plugin.</para>
<para><filename class="directory">tdevdebugger/</filename> &mdash; provides the <guimenu>Debug</guimenu> menu entries for the <guilabel>Debugger Frontend</guilabel> project plugin.</para>
</listitem>
<listitem>
<para><filename class="directory">kdevdiff/</filename> &mdash; provides the <guimenuitem>Difference Viewer</guimenuitem> entry in the <guimenu>Tools</guimenu> menu.</para>
<para><filename class="directory">tdevdiff/</filename> &mdash; provides the <guimenuitem>Difference Viewer</guimenuitem> entry in the <guimenu>Tools</guimenu> menu.</para>
</listitem>
<listitem>
<para><filename class="directory">kdevdocumentation/</filename> &mdash; contains the actual files used by the <guilabel>Documentation</guilabel> plugin in addition to the <link linkend="app-files-default-kdevdoc"> default configuration files</link>. See there for more detail.</para>
<para>The directories in <filename class="directory">kdevdocumentation/</filename> mainly hold actual bookkeeping information. The actually set up documentation files are kept in <link linkend="app-files-user-config-doc"> <quote><filename>doc...pluginrc</filename></quote> files</link> in the <filename class="directory">$<envar>TDEHOME</envar>/share/config/</filename> directory.</para>
<para><filename class="directory">tdevdocumentation/</filename> &mdash; contains the actual files used by the <guilabel>Documentation</guilabel> plugin in addition to the <link linkend="app-files-default-kdevdoc"> default configuration files</link>. See there for more detail.</para>
<para>The directories in <filename class="directory">tdevdocumentation/</filename> mainly hold actual bookkeeping information. The actually set up documentation files are kept in <link linkend="app-files-user-config-doc"> <quote><filename>doc...pluginrc</filename></quote> files</link> in the <filename class="directory">$<envar>TDEHOME</envar>/share/config/</filename> directory.</para>
<itemizedlist>
<listitem>
<para><filename class="directory">bookmarks/</filename> &mdash; maintains the entries in the <guilabel>Bookmarks</guilabel> tab of the &tdevelop; <guilabel>Documentation</guilabel> plugin.</para>
@ -282,12 +282,12 @@ In case the contents of these directories mirror those of the Default Configurat
<para><filename class="directory">search/</filename> &mdash; contains files used by the <application>htdig</application> search tool which serves search calls from the <guilabel>Search</guilabel> tab of the <guilabel>Documentation</guilabel> plugin.</para>
</listitem>
<listitem>
<para><filename>kdevpart_documentation.rc</filename> &mdash; provides the search related entries in the <guimenu>Help</guimenu> menu.</para>
<para><filename>tdevpart_documentation.rc</filename> &mdash; provides the search related entries in the <guimenu>Help</guimenu> menu.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para><filename class="directory">kdevdoxygen/</filename> &mdash; provides the menu entries for the <guilabel>Doxygen Support</guilabel> project plugin.</para>
<para><filename class="directory">tdevdoxygen/</filename> &mdash; provides the menu entries for the <guilabel>Doxygen Support</guilabel> project plugin.</para>
</listitem>
<listitem>
<para><filename class="directory">tdevelop/</filename> &mdash; contains some actual settings &tdevelop; uses for its basic setup:</para>
@ -297,45 +297,45 @@ In case the contents of these directories mirror those of the Default Configurat
</itemizedlist>
</listitem>
<listitem>
<para><filename class="directory">kdevfilecreate/</filename> &mdash; contains files used by the <guilabel>New File Wizard:</guilabel></para>
<para><filename class="directory">tdevfilecreate/</filename> &mdash; contains files used by the <guilabel>New File Wizard:</guilabel></para>
<itemizedlist>
<listitem><para><filename class="directory">file-templates/</filename> &mdash; provides the actually used text contents to be put into the new source file of a given type. More file templates are found in the <link linkend="app-files-default-filecreate">default configuration files</link> directory.</para></listitem>
<listitem><para><filename>kdevpart_filecreate.rc</filename> &mdash; provides the <guimenuitem>New</guimenuitem> entry in the <guimenu>File</guimenu> menu.</para></listitem>
<listitem><para><filename>tdevpart_filecreate.rc</filename> &mdash; provides the <guimenuitem>New</guimenuitem> entry in the <guimenu>File</guimenu> menu.</para></listitem>
<listitem><para><filename>template-info.xml</filename> &mdash; contains descriptions of the available file types to be displayed in the <guilabel>New File</guilabel> tool view.</para></listitem>
</itemizedlist>
</listitem>
<listitem>
<para><filename class="directory">kdevfilter/</filename> &mdash; provides the <guimenuitem>Execute Command...</guimenuitem> and <guimenuitem>Filter Selection Through Command...</guimenuitem> entries in the <guimenu>Tools</guimenu> menu used by the <guilabel>Shell Filtering and Insertion</guilabel> plugin.</para>
<para><filename class="directory">tdevfilter/</filename> &mdash; provides the <guimenuitem>Execute Command...</guimenuitem> and <guimenuitem>Filter Selection Through Command...</guimenuitem> entries in the <guimenu>Tools</guimenu> menu used by the <guilabel>Shell Filtering and Insertion</guilabel> plugin.</para>
</listitem>
<listitem>
<para><filename class="directory">kdevfullscreen/</filename> &mdash; provides the <guimenuitem>Full Screen Mode</guimenuitem> entry in the <guimenu>View</guimenu> menu and the according tool bar icon.</para>
<para><filename class="directory">tdevfullscreen/</filename> &mdash; provides the <guimenuitem>Full Screen Mode</guimenuitem> entry in the <guimenu>View</guimenu> menu and the according tool bar icon.</para>
</listitem>
<listitem>
<para><filename class="directory">kdevgrepview/</filename> &mdash; provides the <guimenuitem>Find in Files...</guimenuitem>entry in the <guimenu>Edit</guimenu> menu used by the <guilabel>Grep Frontend</guilabel> plugin.</para>
<para><filename class="directory">tdevgrepview/</filename> &mdash; provides the <guimenuitem>Find in Files...</guimenuitem>entry in the <guimenu>Edit</guimenu> menu used by the <guilabel>Grep Frontend</guilabel> plugin.</para>
</listitem>
<listitem>
<para><filename class="directory">kdevoutputviews/</filename> &mdash; provides the <guimenuitem>Next Error</guimenuitem> and <guimenuitem>Previous Error</guimenuitem> entries in the <guimenu>View</guimenu> menu.</para>
<para><filename class="directory">tdevoutputviews/</filename> &mdash; provides the <guimenuitem>Next Error</guimenuitem> and <guimenuitem>Previous Error</guimenuitem> entries in the <guimenu>View</guimenu> menu.</para>
</listitem>
<listitem>
<para><filename class="directory">kdevpartexplorer/</filename> &mdash; provides the <guimenuitem>Part Explorer</guimenuitem> entry in the <guimenu>Tools</guimenu> menu used by the <guilabel>Part Explorer Tool</guilabel> plugin.</para>
<para><filename class="directory">tdevpartexplorer/</filename> &mdash; provides the <guimenuitem>Part Explorer</guimenuitem> entry in the <guimenu>Tools</guimenu> menu used by the <guilabel>Part Explorer Tool</guilabel> plugin.</para>
</listitem>
<listitem>
<para><filename class="directory">kdevquickopen/</filename> &mdash; provides the <guimenuitem>Quick Open File..</guimenuitem> entry in the <guimenu>File</guimenu> menu and the <guimenuitem>Quick Open Class...</guimenuitem> and <guimenuitem>Quick Open Method</guimenuitem> entries in the <guimenu>Tools</guimenu> menu used by the <guilabel>Quick Open</guilabel> project plugin.</para>
<para><filename class="directory">tdevquickopen/</filename> &mdash; provides the <guimenuitem>Quick Open File..</guimenuitem> entry in the <guimenu>File</guimenu> menu and the <guimenuitem>Quick Open Class...</guimenuitem> and <guimenuitem>Quick Open Method</guimenuitem> entries in the <guimenu>Tools</guimenu> menu used by the <guilabel>Quick Open</guilabel> project plugin.</para>
</listitem>
<listitem>
<para><filename class="directory">kdevregexptest/</filename> &mdash; provides the <guimenuitem>Debug Regular Expression...</guimenuitem> entry in the <guimenu>Tools</guimenu> menu used by the <guilabel>Regular Expression Tester</guilabel> plugin.</para>
<para><filename class="directory">tdevregexptest/</filename> &mdash; provides the <guimenuitem>Debug Regular Expression...</guimenuitem> entry in the <guimenu>Tools</guimenu> menu used by the <guilabel>Regular Expression Tester</guilabel> plugin.</para>
</listitem>
<listitem>
<para><filename class="directory">kdevreplace/</filename> &mdash; provides the <guimenuitem>Find-Select-Replace...</guimenuitem> entry in the <guimenu>Edit</guimenu> menu used by the <guilabel>Replace Part</guilabel> plugin.</para>
<para><filename class="directory">tdevreplace/</filename> &mdash; provides the <guimenuitem>Find-Select-Replace...</guimenuitem> entry in the <guimenu>Edit</guimenu> menu used by the <guilabel>Replace Part</guilabel> plugin.</para>
</listitem>
<listitem>
<para><filename class="directory">kdevtipofday/</filename> &mdash;provides the <guimenuitem>Tip of the Day</guimenuitem> entry in the <guimenu>Help</guimenu> menu. The HTML-File containing the available tips is provided as a <link linkend="app-files-default-tips">default configuration file</link> only.</para>
<para><filename class="directory">tdevtipofday/</filename> &mdash;provides the <guimenuitem>Tip of the Day</guimenuitem> entry in the <guimenu>Help</guimenu> menu. The HTML-File containing the available tips is provided as a <link linkend="app-files-default-tips">default configuration file</link> only.</para>
</listitem>
<listitem>
<para><filename class="directory">kdevtools/</filename> &mdash; controls various menu entries ceated by <guimenu>Tools Menu</guimenu> and <guilabel>External Tools Menu</guilabel> settings provided by the <guilabel>Tools Menu Addition</guilabel> plugin.</para>
<para><filename class="directory">tdevtools/</filename> &mdash; controls various menu entries ceated by <guimenu>Tools Menu</guimenu> and <guilabel>External Tools Menu</guilabel> settings provided by the <guilabel>Tools Menu Addition</guilabel> plugin.</para>
</listitem>
<listitem>
<para><filename class="directory">kdevvalgrind/</filename> &mdash; provides the <guimenuitem>Valgrind Memory Leak Check</guimenuitem> and <guimenuitem>Profile with KCachegrind</guimenuitem> entries in the <guimenu>Debug</guimenu> menu used by the <guilabel>Valgrind Frontend</guilabel> plugin.</para>
<para><filename class="directory">tdevvalgrind/</filename> &mdash; provides the <guimenuitem>Valgrind Memory Leak Check</guimenuitem> and <guimenuitem>Profile with KCachegrind</guimenuitem> entries in the <guimenu>Debug</guimenu> menu used by the <guilabel>Valgrind Frontend</guilabel> plugin.</para>
</listitem>
</itemizedlist>
@ -348,35 +348,35 @@ In case the contents of these directories mirror those of the Default Configurat
There are two groups of &tdevelop; configuration files in the <filename class="directory">$<envar>TDEHOME</envar>/share/config/</filename> directory, distiguished by their surrounding character sequences:
<simplelist>
<member><quote><filename>doc...pluginrc</filename></quote> denotes <link linkend="app-files-user-config-doc">files used by the documentation plugin.</link></member>
<member><quote><filename>kdev...rc</filename></quote> denotes configuration <link linkend="app-files-user-config-kdev">files used by &tdevelop;</link> itself and its available plugins.</member>
<member><quote><filename>tdev...rc</filename></quote> denotes configuration <link linkend="app-files-user-config-kdev">files used by &tdevelop;</link> itself and its available plugins.</member>
</simplelist>
</para>
<itemizedlist id="app-files-user-config-kdev">
<title>Configuration Files Used by &tdevelop;</title>
<listitem>
<para><filename>kdevabbrevrc</filename> &mdash; holds the current state of the <guilabel>Abbreviations</guilabel> configuration provided by the <guilabel>Abbreviation Expansion</guilabel> plugin.</para>
<para><filename>tdevabbrevrc</filename> &mdash; holds the current state of the <guilabel>Abbreviations</guilabel> configuration provided by the <guilabel>Abbreviation Expansion</guilabel> plugin.</para>
<note><para>This only records whether the abbreviations will be used or not. The actual definitions of new abbreviations will go into the <filename>$<envar>TDEHOME</envar>/share/apps/kdevabbrev/templates/templates</filename> file.</para></note>
</listitem>
<listitem>
<para><filename>kdevassistantrc</filename> &mdash; holds some configuration states specific of the stand-alone &tdevelop; Assistant documentation browser.</para>
<para><filename>tdevassistantrc</filename> &mdash; holds some configuration states specific of the stand-alone &tdevelop; Assistant documentation browser.</para>
<note><para>Most common configuration settings are shared with the &tdevelop; IDE <filename>tdeveloprc</filename> file.</para></note>
</listitem>
<listitem><para><filename>kdevassistantuimode4rc</filename> &mdash; holds the current MDI configuration states (dock positions &etc;) of the stand-alone &tdevelop; Assistant documentation browser.</para></listitem>
<listitem><para><filename>tdevassistantuimode4rc</filename> &mdash; holds the current MDI configuration states (dock positions &etc;) of the stand-alone &tdevelop; Assistant documentation browser.</para></listitem>
<listitem>
<para><filename>kdevclassviewrc</filename> &mdash; holds the <guilabel>View Mode</guilabel> setting of the <guilabel>Classes</guilabel> class browser tab provided by the <guilabel>Class View</guilabel> project plugin.</para>
<para><filename>tdevclassviewrc</filename> &mdash; holds the <guilabel>View Mode</guilabel> setting of the <guilabel>Classes</guilabel> class browser tab provided by the <guilabel>Class View</guilabel> project plugin.</para>
<note><para>This is a global setting, although the <guilabel>Class View</guilabel> plugin may be disabled on a per project basis. Any change in this setting will be globally updated whenever the current project is closed and thus affect all subsequently loaded projects.</para></note>
</listitem>
<listitem><para><filename>kdevcppsupportrc</filename> &mdash; holds some settings used to set up CPP source files. In particular you will find the settings made on the <guilabel>C++ Class Generator</guilabel> configuration dialog in here.</para></listitem>
<listitem><para><filename>kdevdocumentationrc</filename> &mdash; holds actual settings the <guilabel>Documentation</guilabel> plugin uses.</para></listitem>
<listitem><para><filename>tdevcppsupportrc</filename> &mdash; holds some settings used to set up CPP source files. In particular you will find the settings made on the <guilabel>C++ Class Generator</guilabel> configuration dialog in here.</para></listitem>
<listitem><para><filename>tdevdocumentationrc</filename> &mdash; holds actual settings the <guilabel>Documentation</guilabel> plugin uses.</para></listitem>
<listitem><para><filename>tdeveloprc</filename> &mdash; holds the global settings the &tdevelop; IDE and the &tdevelop; Assistant stand-alone documentation browser will use.</para></listitem>
<listitem><para><filename>tdevelopuimode4rc</filename> &mdash; holds the current MDI configuration states (dock positions &etc;) of the &tdevelop; IDE.</para></listitem>
<listitem><para><filename>kdevfileselectorrc</filename> &mdash; holds actual settings the <guilabel>File Selector</guilabel> plugin uses.</para></listitem>
<listitem><para><filename>kdevfileviewrc</filename> &mdash; holds the actual filename color settings the <guilabel>CVS Integration (Cervisia)</guilabel> project plugin uses for display.</para></listitem>
<listitem><para><filename>kdevfilterrc</filename> &mdash; holds actual settings the <guilabel>Shell Filtering and Insertion</guilabel> plugin uses.</para></listitem>
<listitem><para><filename>kdevgrepviewrc</filename> &mdash; holds actual settings the <guilabel>Grep Frontend</guilabel> plugin uses.</para></listitem>
<listitem><para><filename>kdevsnippetrc</filename> &mdash; holds actual settings the <guilabel>Code Snippets</guilabel> plugin uses.</para></listitem>
<listitem><para><filename>kdevtoolsrc</filename> &mdash; holds actual settings the <guilabel>Tools Menu Addition</guilabel> plugin uses.</para></listitem>
<listitem><para><filename>tdevfileselectorrc</filename> &mdash; holds actual settings the <guilabel>File Selector</guilabel> plugin uses.</para></listitem>
<listitem><para><filename>tdevfileviewrc</filename> &mdash; holds the actual filename color settings the <guilabel>CVS Integration (Cervisia)</guilabel> project plugin uses for display.</para></listitem>
<listitem><para><filename>tdevfilterrc</filename> &mdash; holds actual settings the <guilabel>Shell Filtering and Insertion</guilabel> plugin uses.</para></listitem>
<listitem><para><filename>tdevgrepviewrc</filename> &mdash; holds actual settings the <guilabel>Grep Frontend</guilabel> plugin uses.</para></listitem>
<listitem><para><filename>tdevsnippetrc</filename> &mdash; holds actual settings the <guilabel>Code Snippets</guilabel> plugin uses.</para></listitem>
<listitem><para><filename>tdevtoolsrc</filename> &mdash; holds actual settings the <guilabel>Tools Menu Addition</guilabel> plugin uses.</para></listitem>
</itemizedlist>
<itemizedlist id="app-files-user-config-doc">
@ -385,7 +385,7 @@ There are two groups of &tdevelop; configuration files in the <filename class="d
<listitem><para><filename>doccustompluginrc</filename> &mdash; holds information about any custom documentation file defined on the <guilabel>Custom Documentation Collection</guilabel> configuration page.</para></listitem>
<listitem><para><filename>docdevhelppluginrc</filename> &mdash; holds information about the actual GNOME 2 DevHelp documentation files as defined on the <guilabel>Devhelp Documentation Collection</guilabel> configuration page.</para></listitem>
<listitem><para><filename>docdoxygenpluginrc</filename> &mdash; holds information about the actual Doxygen generated API documentations as defined on the <guilabel>Doxygen Documentation Collection</guilabel> configuration page.</para></listitem>
<listitem><para><filename>dockdevtocpluginrc</filename> &mdash; holds information about the actual KDevelopTOC structured documentation files as defined on the <guilabel>KDevelopTOC Documentation Collection</guilabel> configuration page.</para></listitem>
<listitem><para><filename>doctdevtocpluginrc</filename> &mdash; holds information about the actual TDevelopTOC structured documentation files as defined on the <guilabel>TDevelopTOC Documentation Collection</guilabel> configuration page.</para></listitem>
<listitem><para><filename>docqtpluginrc</filename> &mdash; holds information about the QT documentation files actually included on the <guilabel> Documentation Collection</guilabel>Qt configuration page.</para></listitem>
</itemizedlist>

@ -78,7 +78,7 @@ box.</para></listitem>
<guimenuitem>Open Recent</guimenuitem>
</menuchoice></term>
<listitem><para>Displays a submenu showing the files recently opened.
Selecting one of these will make KDevelop open that file.
Selecting one of these will make TDevelop open that file.
</para></listitem>
</varlistentry>
@ -229,7 +229,7 @@ and re-open the current one.
<guimenu>File</guimenu>
<guimenuitem>Quit</guimenuitem>
</menuchoice></term>
<listitem><para>Close KDevelop.</para></listitem>
<listitem><para>Close TDevelop.</para></listitem>
</varlistentry>
</variablelist>
@ -1666,7 +1666,7 @@ Execute Command...
</menuchoice></term>
<listitem><para>
Filters selection through external command using
<link linkend="KDevFilter">the Filter plugin</link>.
<link linkend="TDevFilter">the Filter plugin</link>.
</para></listitem>
</varlistentry>
@ -1840,10 +1840,10 @@ Configure Editor...
<varlistentry>
<term><menuchoice>
<guimenu>Settings</guimenu>
<guimenuitem>Configure KDevelop...</guimenuitem>
<guimenuitem>Configure TDevelop...</guimenuitem>
</menuchoice></term>
<listitem><para>
Configure KDevelop...
Configure TDevelop...
</para></listitem>
</varlistentry>
@ -1866,7 +1866,7 @@ Configure KDevelop...
<varlistentry>
<term><menuchoice>
<guimenu>Help</guimenu>
<guimenuitem>KDevelop Handbook</guimenuitem>
<guimenuitem>TDevelop Handbook</guimenuitem>
</menuchoice></term>
<listitem><para>View this document.</para></listitem>
</varlistentry>
@ -1960,10 +1960,10 @@ Info Page...
<varlistentry>
<term><menuchoice>
<guimenu>Help</guimenu>
<guimenuitem>About KDevelop...</guimenuitem>
<guimenuitem>About TDevelop...</guimenuitem>
</menuchoice></term>
<listitem><para>Display some brief information about
KDevelop's version number, authors and license agreement.</para></listitem>
TDevelop's version number, authors and license agreement.</para></listitem>
</varlistentry>
<varlistentry>

@ -77,7 +77,7 @@ already did switch to another user interface mode some items may not be there as
described or will behave slightly different. If in doubt which user interface
mode your &tdevelop; currently uses, check with the
<menuchoice><guimenu>Settings</guimenu> <guimenuitem>Configure
KDevelop...</guimenuitem> <guimenuitem>User Interface</guimenuitem></menuchoice>
TDevelop...</guimenuitem> <guimenuitem>User Interface</guimenuitem></menuchoice>
dialog.</para>
</note>
@ -416,7 +416,7 @@ and plugged-in tools to extend the basic &IDE; capabilities. The
<para>The upper set of <guimenu>Tools</guimenu> menu entries will be provided by
the editor plugin which is in use. You may select your favorite editor via
<menuchoice><guimenu>Settings</guimenu> <guimenuitem>Configure
KDevelop...</guimenuitem> <guilabel>Editor</guilabel></menuchoice>. Once an
TDevelop...</guimenuitem> <guilabel>Editor</guilabel></menuchoice>. Once an
editable document file is selected, the upper part of the
<guimenu>Tools</guimenu> menu will provide advanced editing commands specific to
the editor part in use.</para>
@ -452,10 +452,10 @@ Also, you can configure shortcuts, toolbars, notifications, the editor and
<varlistentry>
<term><guimenu>Help</guimenu></term>
<listitem>
<para>Here you can open this KDevelop manual, look up terms in various
<para>Here you can open this TDevelop manual, look up terms in various
documentation files, open man pages (the traditional UNIX manual format) and
info pages (the GNU manual format). Furthermore you can report bugs here or get
some info about your current KDevelop version and its authors.</para>
some info about your current TDevelop version and its authors.</para>
</listitem>
</varlistentry>
</variablelist>
@ -497,7 +497,7 @@ different main purpose.</para>
actual work. More tools to work on that project will be available then. The
actual number of tool views depends on the <link linkend="plugin-tools">Plugin
Tools</link> being currently available to &tdevelop;. You will find more on this
topic in the <link linkend="setup">Configuring KDevelop</link> chapter.</para>
topic in the <link linkend="setup">Configuring TDevelop</link> chapter.</para>
<para>Currently, with no project open and the default number of plugin tools
loaded, you will find the following tool views. Clicking on a tab will open
@ -627,7 +627,7 @@ adjusted.</para>
<note>
<para>If you want to know more about &tdevelop; configuration, have a look at
the <link linkend="setup">Configuring KDevelop</link> chapter.</para>
the <link linkend="setup">Configuring TDevelop</link> chapter.</para>
</note>
<sect2 id="gettingstarted-configure-general">
@ -635,8 +635,8 @@ the <link linkend="setup">Configuring KDevelop</link> chapter.</para>
<para>To configure &tdevelop;, click the
<menuchoice><guimenu>Settings</guimenu></menuchoice> menu and select
<menuchoice><guimenuitem>Configure KDevelop...</guimenuitem></menuchoice>. The
<guilabel>Configure KDevelop</guilabel> dialog will pop up, showing the
<menuchoice><guimenuitem>Configure TDevelop...</guimenuitem></menuchoice>. The
<guilabel>Configure TDevelop</guilabel> dialog will pop up, showing the
following <guilabel>General</guilabel> settings page to the right.</para>
<screenshot>
@ -770,7 +770,7 @@ mandatory that the <emphasis>KDELibs Apidocs</emphasis> were present when
perform the <link linkend="gettingstarted-edit-defs">identifier lookup
examples</link> later in this chapter, make sure that this documentation exists
and is accessible to &tdevelop;. See <link linkend="tdevelop-install">Installing
KDevelop</link> fore more detail.</para>
TDevelop</link> fore more detail.</para>
</listitem>
</itemizedlist>
</note>
@ -1127,7 +1127,7 @@ and <filename>hello.kdevses</filename>.</para>
<para>Of particular importance in each project is the
<filename>xxx.tdevelop</filename> (where <quote>xxx</quote> denotes the project
name) file. It is the main <emphasis>KDevelop 3 Project File</emphasis> and
name) file. It is the main <emphasis>TDevelop 3 Project File</emphasis> and
needed if you later want load this project into the &IDE;.</para>
<warning>
@ -1789,7 +1789,7 @@ this behavior.</para>
<procedure>
<step>
<para>Select <menuchoice><guimenu>Settings</guimenu> <guimenuitem>Configure
KDevelop...</guimenuitem></menuchoice></para>
TDevelop...</guimenuitem></menuchoice></para>
</step>
<step>
<para>In the left hand icon bar on the dialog popup click the <guilabel>User

@ -76,7 +76,7 @@ Entries which require special treatment are marked with comments starting with '
<book lang="&language;">
<bookinfo>
<title>&tdevelop; User Manual</title>
<title>&tdevelop; Handbook</title>
<date>2006-06-19</date>
<releaseinfo>&kdevrelease;</releaseinfo>

@ -37,7 +37,7 @@ smaller tool view tabs in IDEAl Mode</link></term>
<para>By default &tdevelop; starts with large text-based tool tip tabs
around the work area. You may change this look to &eg; save space in the
&tdevelop; configuration dialog (<menuchoice><guimenu>Settings</guimenu>
<guimenuitem>Configure KDevelop...</guimenuitem> <guimenuitem>User
<guimenuitem>Configure TDevelop...</guimenuitem> <guimenuitem>User
Interface</guimenuitem></menuchoice>).</para>
<para>If you use an older &tdevelop; 3 version, this configuration dialog
may not be available. To change the toolview tabs display manually, place a

@ -14,11 +14,11 @@ For example, in the file menu there is a Quick Open feature, but only if
it's enabled in the Project - Project Options dialog.
</para>
<para>Technically, plugins are based on the KDevPlugin class defined in
<para>Technically, plugins are based on the TDevPlugin class defined in
lib/interfaces/kdevplugin.h. The following is taken from a comment from there.</para>
<para>
KDevPlugin is the base class for all TDevelop plugins.
TDevPlugin is the base class for all TDevelop plugins.
A plugin is a component which is loaded into TDevelop shell at startup or by request.
A plugin has a scope that can be either:
<itemizedlist>
@ -32,7 +32,7 @@ A plugin has a scope that can be either:
are not selectable by user in plugin configuration pages.</para>
<para>Global plugins are plugins which require only shell to be loaded and do not operate on
KDevProject interface and/or do not use project wide information.
TDevProject interface and/or do not use project wide information.
For example, the uimode plugin allows a developer to select which user interface they wish to use.
</para>
@ -43,13 +43,13 @@ The Automake Manager, for example, only needs to be active when an Automake base
<para>As stated above, core plugins cannot be disabled. Global plugins can be
enabled/disabled in <menuchoice><guimenu>Settings</guimenu>
<guimenuitem>Configure KDevelop...</guimenuitem></menuchoice>
<guimenuitem>Configure TDevelop...</guimenuitem></menuchoice>
under <guibutton>Plugins</guibutton>.
Project plugins can be
enabled/disabled in <menuchoice><guimenu>Project</guimenu>
<guimenuitem>Project Options...</guimenuitem></menuchoice>
under <guibutton>Plugins</guibutton>.
Active plugins can have many effects on KDevelop.
Active plugins can have many effects on TDevelop.
Depending on their function, they may add extra menus, extra menu items, extra tool buttons, etc.
</para>
@ -67,13 +67,13 @@ it is because the plugin authors made them this way.</para>
<para>Scope: Core</para>
<itemizedlist>
<listitem><formalpara id="KDevAppWizard">
<listitem><formalpara id="TDevAppWizard">
<title>Application Wizard</title>
<para>Application Wizard</para></formalpara></listitem>
<listitem><formalpara id="KDevDiff">
<listitem><formalpara id="TDevDiff">
<title>Difference Viewer</title>
<para>Difference Viewer</para></formalpara></listitem>
<listitem><formalpara id="KDevFileCreate">
<listitem><formalpara id="TDevFileCreate">
<title>FileCreate</title>
<para>FileCreate</para></formalpara></listitem>
<listitem><formalpara id="KDevFullScreen">
@ -85,7 +85,7 @@ it is because the plugin authors made them this way.</para>
<listitem><formalpara id="KDevUIChooser">
<title>User-Interface Selection</title>
<para>Provides a dialog for UI-mode selection.</para></formalpara></listitem>
<listitem><formalpara id="KDevVCSManager">
<listitem><formalpara id="TDevVCSManager">
<title>VCSManager</title>
<para>Version Control System Manager </para></formalpara></listitem>
</itemizedlist>
@ -95,13 +95,13 @@ it is because the plugin authors made them this way.</para>
<listitem><formalpara id="KDevAbbrev">
<title>Abbreviation Expansion</title>
<para>Provides support for customizable abbreviations - short words which expand into commonly needed code structures.</para></formalpara></listitem>
<listitem><formalpara id="KDevDocumentation">
<listitem><formalpara id="TDevDocumentation">
<title>Documentation</title>
<para>The Documentation plugin offers browsing and searching in local and online documentation with support for multiple documentation systems.</para></formalpara></listitem>
<listitem><formalpara id="KDevfilelist">
<title>FileList</title>
<para>Provides a list of all currently open files. (Handy when the tab bar is not quite wide enough.)</para></formalpara></listitem>
<listitem><formalpara id="KDevFileSelector">
<listitem><formalpara id="TDevFileSelector">
<title>File Selector</title>
<para>Powerful network transparent file browser utility.</para></formalpara></listitem>
<listitem><formalpara>
@ -109,14 +109,14 @@ it is because the plugin authors made them this way.</para>
<para>Provides a way of manipulating editor text using commandline tools. Appears in the Tools menu.</para></formalpara></listitem>
<listitem><formalpara id="KDevGrepView">
<title>Grep Frontend</title>
<para>Integrates "find|grep" in KDevelop - allows fast searching of multiple files using patterns or regular expressions.</para></formalpara></listitem>
<para>Integrates "find|grep" in TDevelop - allows fast searching of multiple files using patterns or regular expressions.</para></formalpara></listitem>
<listitem><formalpara id="KDevKonsoleView">
<title>Embedded Konsole</title>
<para>This plugin gives KDevelop an embedded konsole for quick and easy command line access.</para></formalpara></listitem>
<para>This plugin gives TDevelop an embedded konsole for quick and easy command line access.</para></formalpara></listitem>
<listitem><formalpara id="KDevOpenWith">
<title>"Open with" Menu Addon</title>
<para>This plugin provides additional "open" alternatives for various context menus in KDevelop.</para></formalpara></listitem>
<listitem><formalpara id="KDevPartExplorer">
<para>This plugin provides additional "open" alternatives for various context menus in TDevelop.</para></formalpara></listitem>
<listitem><formalpara id="TDevPartExplorer">
<title>Part Explorer Tool</title>
<para>A Graphical tool for performing TDETrader-like queries about registered services</para></formalpara></listitem>
<listitem><formalpara id="KDevRegexpTest">
@ -127,7 +127,7 @@ it is because the plugin authors made them this way.</para>
<para>This plugin is an interactive projectwide "Search and Replace" tool. Search using string or regexp matching, and select the replacements to be made from a preview before the action is finalized. When loaded it appears in the Edit menu.</para></formalpara></listitem>
<listitem><formalpara id="KDevscripting">
<title>Scripting</title>
<para>The Scripting plugin offers KScript based scripting of the KDevelop application</para></formalpara></listitem>
<para>The Scripting plugin offers KScript based scripting of the TDevelop application</para></formalpara></listitem>
<listitem><formalpara id="Code_Snippets">
<title>Code Snippets</title>
<para>This plugin allows you to store code snippets and add them to your code</para></formalpara></listitem>
@ -242,13 +242,13 @@ templates than for &Java;.
<para>
The set of code templates is configurable. If the plugin is enabled, you can see
which ones are available in the <menuchoice><guimenu>Settings</guimenu>
<guimenuitem>Configure KDevelop...</guimenuitem></menuchoice>
<guimenuitem>Configure TDevelop...</guimenuitem></menuchoice>
dialog under <guibutton>Abbreviations</guibutton>.
</para>
</listitem>
<listitem>
<formalpara id="KDevFilter">
<formalpara id="TDevFilter">
<title>The <command>filter</command> Plugin</title>
<indexterm zone="plugin-tools"><primary><command>filter</command></primary></indexterm>

@ -42,10 +42,10 @@
</sect2> <!-- loading-project -->
<sect2 id="converting-projects">
<title>Converting Old KDevelop Project Files</title>
<title>Converting Old TDevelop Project Files</title>
<para>
&tdevelop; allows you to open old KDevelop 2.x project files and convert them to &tdevelop; files. To do so go to <guimenuitem>Open Project...</guimenuitem> and select <guilabel>KDevelop 2 project files</guilabel> in the <guilabel>Filter:</guilabel>. Then select project file you want to open. The project gets converted to &tdevelop; and saved as a <guilabel>&tdevelop; project file</guilabel>.
&tdevelop; allows you to open old TDevelop 2.x project files and convert them to &tdevelop; files. To do so go to <guimenuitem>Open Project...</guimenuitem> and select <guilabel>TDevelop 2 project files</guilabel> in the <guilabel>Filter:</guilabel>. Then select project file you want to open. The project gets converted to &tdevelop; and saved as a <guilabel>&tdevelop; project file</guilabel>.
</para>
</sect2> <!-- converting-projects -->

@ -271,14 +271,14 @@ This let you choose the way you want <filename>.ui</filename> files to be displa
</para><para>This uses &tdevelop; own designer embedded within &tdevelop;</para></listitem>
<listitem><para>
Run &tdevelop;'s designer as a separate application
</para><para>The KDevDesigner application will be run separately in its own window.</para>
</para><para>The TDevDesigner application will be run separately in its own window.</para>
<screenshot>
<mediaobject>
<imageobject>
<imagedata fileref="kdevdesigner.png" format="PNG"/>
<imagedata fileref="tdevdesigner.png" format="PNG"/>
</imageobject>
<caption><para>
KDevDesigner in its own window
TDevDesigner in its own window
</para></caption>
</mediaobject>
</screenshot>
@ -294,7 +294,7 @@ Run Qt Designer
<term id="terminal-emulation"><guilabel>Terminal Emulation</guilabel></term>
<listitem>
<para>
You choose here which terminal you want to be integrated within KDevelop.
You choose here which terminal you want to be integrated within TDevelop.
</para>
<itemizedlist>
<listitem><para>
@ -349,7 +349,7 @@ A typical example of this user interface mode is Borland Delphi 6.0.</para></lis
</itemizedlist>
<para>
To switch the user interface mode select <menuchoice> <guimenu>Settings</guimenu> <guimenuitem>Configure &tdevelop;...</guimenuitem> </menuchoice> from the menus. The <guilabel>Customize KDevelop</guilabel> dialog will pop up, where you have to select <guilabel>User Interface</guilabel> in the left hand tree. This will display the following settings dialog to the right.</para>
To switch the user interface mode select <menuchoice> <guimenu>Settings</guimenu> <guimenuitem>Configure &tdevelop;...</guimenuitem> </menuchoice> from the menus. The <guilabel>Customize TDevelop</guilabel> dialog will pop up, where you have to select <guilabel>User Interface</guilabel> in the left hand tree. This will display the following settings dialog to the right.</para>
<screenshot>
<mediaobject>
@ -524,7 +524,7 @@ The active toolview window must be shown fixed (non-overlap mode), sharing the w
<sect2 id="setup-editor">
<title>Selecting an Editor</title>
<para>&tdevelop; allows you to select your favorite text editor tool. Mark the <guilabel>Editor</guilabel> entry in the left hand side selections tree of the <guilabel>Configure KDevelop</guilabel> window. The following dialog will be displayed to the right.
<para>&tdevelop; allows you to select your favorite text editor tool. Mark the <guilabel>Editor</guilabel> entry in the left hand side selections tree of the <guilabel>Configure TDevelop</guilabel> window. The following dialog will be displayed to the right.
</para>
<screenshot>
@ -568,7 +568,7 @@ Changing the editor will not effect already open files. There are two possibilit
</para></note>
<important id="setup-editor-tdeparts"><para>
KDevelop lets you use editor interfaces which have registered with &kde; and that provide a KatePart interface. If you miss one one of the selections shown above check your &kde; installation if the corresponding KPart was correctly installed.
TDevelop lets you use editor interfaces which have registered with &kde; and that provide a KatePart interface. If you miss one one of the selections shown above check your &kde; installation if the corresponding KPart was correctly installed.
</para></important>
<para>What to do if the file has been changed externally:</para>
@ -663,7 +663,7 @@ The reformat source feature is currently available for C, C++, and &Java; only.
</para></note>
<para>
To set up a specific format style, select <menuchoice> <guimenu>Settings</guimenu> <guimenuitem>Configure &tdevelop;..</guimenuitem> </menuchoice> from the menubar. The <guilabel>Customize KDevelop</guilabel> dialog will pop up, where you have to select <guilabel>Source Formatter</guilabel> in the left hand tree. This will display a series of three settings dialog tabs to the right, namely a <link linkend="setup-format-general">General Formatting Setup</link>, a <link linkend="setup-format-indent">Indentation Style Setup</link>, and a <link linkend="setup-format-other">Other Formatting Setup</link>.
To set up a specific format style, select <menuchoice> <guimenu>Settings</guimenu> <guimenuitem>Configure &tdevelop;..</guimenuitem> </menuchoice> from the menubar. The <guilabel>Customize TDevelop</guilabel> dialog will pop up, where you have to select <guilabel>Source Formatter</guilabel> in the left hand tree. This will display a series of three settings dialog tabs to the right, namely a <link linkend="setup-format-general">General Formatting Setup</link>, a <link linkend="setup-format-indent">Indentation Style Setup</link>, and a <link linkend="setup-format-other">Other Formatting Setup</link>.
</para>
<tip><para>
@ -997,7 +997,7 @@ split a long line apart. For C/C++ code this can be controlled here.</para>
<title>Setting Up the Code Snippets Tool</title>
<para>
When editing in &tdevelop; you can store often used parts of code as <link linkend="editing-snippets">Code Snippets</link>. To configure the capabilities of the code snippets part select <menuchoice> <guimenu>Settings</guimenu> <guimenuitem>Configure &tdevelop;..</guimenuitem> </menuchoice> from the menubar. The <guilabel>Customize KDevelop</guilabel> dialog will pop up, where you have to select <guilabel>Code Snippets</guilabel> in the left hand tree. This will show the following dialog in the right hand side.
When editing in &tdevelop; you can store often used parts of code as <link linkend="editing-snippets">Code Snippets</link>. To configure the capabilities of the code snippets part select <menuchoice> <guimenu>Settings</guimenu> <guimenuitem>Configure &tdevelop;..</guimenuitem> </menuchoice> from the menubar. The <guilabel>Customize TDevelop</guilabel> dialog will pop up, where you have to select <guilabel>Code Snippets</guilabel> in the left hand tree. This will show the following dialog in the right hand side.
</para>
<screenshot>
@ -1089,7 +1089,7 @@ system.
<para>The behaviour of the <guilabel>File Selector</guilabel> can be highly
configured. Select <menuchoice> <guimenu>Settings</guimenu>
<guimenuitem>Configure &tdevelop;..</guimenuitem> </menuchoice> from the
menubar. The <guilabel>Customize KDevelop</guilabel> dialog will pop up,
menubar. The <guilabel>Customize TDevelop</guilabel> dialog will pop up,
where you have to select <guilabel>File Selector</guilabel> in the left hand
tree. This will show the following dialog in the right hand side.</para>
@ -1330,7 +1330,7 @@ If &tdevelop; was automatically restarted by the &kde; session manager the chang
</para></note>
<para>
You may set up contents and behaviour of the various parts of this documentation window if you select <menuchoice> <guimenu>Settings</guimenu> <guimenuitem>Configure &tdevelop;..</guimenuitem> </menuchoice> from the menubar. The <guilabel>Customize KDevelop</guilabel> dialog will pop up, where you have to select <guilabel>Documentation</guilabel> in the left hand window.
You may set up contents and behaviour of the various parts of this documentation window if you select <menuchoice> <guimenu>Settings</guimenu> <guimenuitem>Configure &tdevelop;..</guimenuitem> </menuchoice> from the menubar. The <guilabel>Customize TDevelop</guilabel> dialog will pop up, where you have to select <guilabel>Documentation</guilabel> in the left hand window.
</para>
<para>
@ -1662,10 +1662,10 @@ You must put the &API; of your current project into this <guilabel>Doxygen Docum
</sect3> <!-- setup-docu-general-dox -->
<sect3 id="setup-docu-general-toc">
<title>Handling Structured Documentation (KDevelopTOC Files)</title>
<title>Handling Structured Documentation (TDevelopTOC Files)</title>
<para>
The main bulk of the &tdevelop; documentation facility provides immediate access to structured documentation, local as well as remote ones. You can configure this on the <guilabel>KDevelopTOC Documentation Collection</guilabel> page.
The main bulk of the &tdevelop; documentation facility provides immediate access to structured documentation, local as well as remote ones. You can configure this on the <guilabel>TDevelopTOC Documentation Collection</guilabel> page.
</para>
<screenshot>
@ -1674,17 +1674,17 @@ The main bulk of the &tdevelop; documentation facility provides immediate access
<imagedata fileref="configure-docu-toc.png" format="PNG"/>
</imageobject>
<caption><para>
Providing KDevelopTOC structured documentation access
Providing TDevelopTOC structured documentation access
</para></caption>
</mediaobject>
</screenshot>
<para>
&tdevelop; comes with a bunch of predefined KDevelopTOC files which are automatically entered in the table at installation time. To keep the display manageable only the most often used will initially be marked for display. If you want to see another documentation, mark the <guilabel>TOC</guilabel> check box in the <link linkend="setup-docu-columns">setup table</link>.
&tdevelop; comes with a bunch of predefined TDevelopTOC files which are automatically entered in the table at installation time. To keep the display manageable only the most often used will initially be marked for display. If you want to see another documentation, mark the <guilabel>TOC</guilabel> check box in the <link linkend="setup-docu-columns">setup table</link>.
</para>
<para>
KDevelopTOC files cannot be indexed to perform a full text search because they usually point to a remote location. On the other hand, such a <filename>.toc</filename> file can have an index manually defined, using the <computeroutput>&lt;index&gt;</computeroutput> tag. Thus the <guilabel>Index</guilabel> check box will be enabled ony when &tdevelop; finds an <computeroutput>&lt;index&gt;</computeroutput> tag in the <filename>.toc</filename> file. (For more detail see the description below in the <link linkend="setup-docu-general-toc-files">&tdevelop; TOC Files</link> section.)
TDevelopTOC files cannot be indexed to perform a full text search because they usually point to a remote location. On the other hand, such a <filename>.toc</filename> file can have an index manually defined, using the <computeroutput>&lt;index&gt;</computeroutput> tag. Thus the <guilabel>Index</guilabel> check box will be enabled ony when &tdevelop; finds an <computeroutput>&lt;index&gt;</computeroutput> tag in the <filename>.toc</filename> file. (For more detail see the description below in the <link linkend="setup-docu-general-toc-files">&tdevelop; TOC Files</link> section.)
</para>
<para>
The <guilabel>Search</guilabel> check box in the <link linkend="setup-docu-columns">setup table</link> will alway be disabled.
@ -1720,7 +1720,7 @@ Such structured access is made possible through the use of special <quote>table
<term>Standard Directory of &tdevelop; TOC Files</term>
<listitem>
<para>
When &tdevelop; was installed usually a series of predefined <filename>.toc</filename> files has been put into the <filename class="directory">$TDEDIR/share/apps/kdevdocumentation/tocs</filename> directory. These are fairly simple, structured text files. You may look at them using a text editor or other text display facility.
When &tdevelop; was installed usually a series of predefined <filename>.toc</filename> files has been put into the <filename class="directory">$TDEDIR/share/apps/tdevdocumentation/tocs</filename> directory. These are fairly simple, structured text files. You may look at them using a text editor or other text display facility.
</para>
</listitem>
</varlistentry></variablelist>

@ -198,7 +198,7 @@ necessary and why you need an &IDE;.</para>
</para></listitem>
-->
<varlistentry><term>
<link linkend="app-uimodes-examples">KDevelop User Interface Mode Examples </link>
<link linkend="app-uimodes-examples">TDevelop User Interface Mode Examples </link>
</term><listitem><para>Shows user interface modes.
</para></listitem></varlistentry>

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

@ -699,7 +699,7 @@ The <command>tdebuildsycoca</command> command does not run from within the root.
API is the short form of <quote>Application Program Interface</quote>. Actually such an API cotains a series of descriptions (&ie; calling conventions) by which an application program can access the operating system and other services. In our context, however, a broader definition was adopted. The API of a &kde; or &Qt; application is an abstract of the classes and methods interfaces, a synopsis to be used like a dictionary to navigate the sources.
</para>
<para>
There is a version of the most current API available at the <ulink url="http://www.kdevelop.org/HEAD/doc/api/html/index.html">KDevelop-Home website</ulink>. It will be automatically updated every 24 hours so you can keep up.
There is a version of the most current API available at the <ulink url="http://www.kdevelop.org/HEAD/doc/api/html/index.html">TDevelop-Home website</ulink>. It will be automatically updated every 24 hours so you can keep up.
</para>
<para>
Alas, this version is best used read-only over the internet. If you do not always have internet access you may as well build your own API documentation from the &tdevelop; sources. To do so, you must tell the automake system where to find the KDELIBS API in your system. This is accomplished by the special option <option>--with-tdelibsdoxy-dir</option> in the <command>configure</command> command when you prepare to compile the &tdevelop; sources:

@ -7,12 +7,12 @@
</authorgroup>
</chapterinfo>
<title>Using Scripts in KDevelop</title>
<title>Using Scripts in TDevelop</title>
<sect1 id="running-scripts">
<title>Running Scripts</title>
<para>
To access a script that is available to &tdevelop; use the <menuchoice><guimenu>Tools</guimenu><guimenuitem>Scripts</guimenuitem></menuchoice> menu. If there there is no such menu item then there are no installed scripts available to KDevelop.
To access a script that is available to &tdevelop; use the <menuchoice><guimenu>Tools</guimenu><guimenuitem>Scripts</guimenuitem></menuchoice> menu. If there there is no such menu item then there are no installed scripts available to TDevelop.
</para>
</sect1>

@ -145,7 +145,7 @@
<primary>switch UI modes</primary></indexterm>
<para>
To switch the user interface mode select <menuchoice> <guimenu>Settings</guimenu> <guimenuitem>Configure KDevelop...</guimenuitem> </menuchoice> from the menus. The <guilabel>Customize KDevelop</guilabel> dialog will pop up, where you have to select <guilabel>User Interface</guilabel> in the left hand tree. This will display the settings page shown below.
To switch the user interface mode select <menuchoice> <guimenu>Settings</guimenu> <guimenuitem>Configure TDevelop...</guimenuitem> </menuchoice> from the menus. The <guilabel>Customize TDevelop</guilabel> dialog will pop up, where you have to select <guilabel>User Interface</guilabel> in the left hand tree. This will display the settings page shown below.
</para>
<screenshot>

@ -24,12 +24,12 @@ link_directories(
##### other data ################################
install( FILES kdeveditorchooser.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES tdeveditorchooser.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
##### libkdeveditorchooser (module) #############
##### libtdeveditorchooser (module) #############
tde_add_kpart( libkdeveditorchooser AUTOMOC
tde_add_kpart( libtdeveditorchooser AUTOMOC
SOURCES
editorchooser_part.cpp editchooser.ui editorchooser_widget.cpp
LINK tdevelop-shared

@ -1,13 +1,13 @@
INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes)
kde_module_LTLIBRARIES = libkdeveditorchooser.la
libkdeveditorchooser_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libkdeveditorchooser_la_LIBADD = $(top_builddir)/lib/libtdevelop.la
kde_module_LTLIBRARIES = libtdeveditorchooser.la
libtdeveditorchooser_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libtdeveditorchooser_la_LIBADD = $(top_builddir)/lib/libtdevelop.la
libkdeveditorchooser_la_SOURCES = editorchooser_part.cpp editchooser.ui editorchooser_widget.cpp
libtdeveditorchooser_la_SOURCES = editorchooser_part.cpp editchooser.ui editorchooser_widget.cpp
METASOURCES = AUTO
servicedir = $(kde_servicesdir)
service_DATA = kdeveditorchooser.desktop
service_DATA = tdeveditorchooser.desktop

@ -4,20 +4,20 @@
#include <kiconloader.h>
#include <tdelocale.h>
#include <kdialogbase.h>
#include <kdevgenericfactory.h>
#include <tdevgenericfactory.h>
#include <kdevcore.h>
#include <kdevplugininfo.h>
#include <tdevcore.h>
#include <tdevplugininfo.h>
#include "editorchooser_part.h"
#include "editorchooser_widget.h"
typedef KDevGenericFactory<EditorChooserPart> EditorChooserFactory;
static const KDevPluginInfo data("kdeveditorchooser");
K_EXPORT_COMPONENT_FACTORY( libkdeveditorchooser, EditorChooserFactory( data ) )
typedef TDevGenericFactory<EditorChooserPart> EditorChooserFactory;
static const TDevPluginInfo data("tdeveditorchooser");
K_EXPORT_COMPONENT_FACTORY( libtdeveditorchooser, EditorChooserFactory( data ) )
EditorChooserPart::EditorChooserPart(TQObject *parent, const char *name, const TQStringList &)
: KDevPlugin(&data, parent, name ? name : "EditorChooserPart")
: TDevPlugin(&data, parent, name ? name : "EditorChooserPart")
{
setInstance(EditorChooserFactory::instance());

@ -3,17 +3,17 @@
*/
#ifndef __KDEVPART_EDITORCHOOSER_H__
#define __KDEVPART_EDITORCHOOSER_H__
#ifndef __TDEVPART_EDITORCHOOSER_H__
#define __TDEVPART_EDITORCHOOSER_H__
class KDialogBase;
#include <kdevplugin.h>
#include <tdevplugin.h>
class EditorChooserPart : public KDevPlugin
class EditorChooserPart : public TDevPlugin
{
Q_OBJECT

@ -37,14 +37,14 @@ Comment[tg]=Ба ихтиёр гузоштани гуфтугӯи интихоб
Comment[tr]=Düzenleyici seçimi için bir pencere sağlar
Comment[zh_CN]=提供编辑器选择对话框
Comment[zh_TW]=提供對話框以編輯選擇。
Name=KDevEditorChooser
Name=TDevEditorChooser
Name[da]=TDevelop Editorvælger
Name[de]=Editor-Auswahl (TDevelop)
Name[hi]=के-डेव-एडिटर-चूसर
Name[nds]=TDevelop-Editorutwahl
Name[ne]=केडीई विकास सम्पादक छनोटकर्ता
Name[pl]=KDevWybórEdytora
Name[sk]=KDevEditorVolič
Name[sk]=TDevEditorVolič
Name[sv]=TDevelop editorväljare
Name[ta]=கெடெவ் தொகுப்பாளர் தேர்வாளர்
Name[tg]=KDevМуҳаррирИнтихобкунанда
@ -85,7 +85,7 @@ GenericName[zh_CN]=编辑器选择
GenericName[zh_TW]=編輯器選擇
Icon=tdevelop
ServiceTypes=TDevelop/Plugin
X-TDE-Library=libkdeveditorchooser
X-TDE-Library=libtdeveditorchooser
X-TDevelop-Version=5
X-TDevelop-Scope=Core
X-TDevelop-Properties=EditorChooser

@ -23,9 +23,9 @@ link_directories(
)
##### kdevvisualboyadvance (module) #############
##### tdevvisualboyadvance (module) #############
tde_add_kpart( libkdevvisualboyadvance AUTOMOC
tde_add_kpart( libtdevvisualboyadvance AUTOMOC
SOURCES
visualboyadvance_part.cpp vbaconfigwidgetbase.ui vbaconfigwidget.cpp
LINK tdevelop-shared
@ -36,11 +36,11 @@ tde_add_kpart( libkdevvisualboyadvance AUTOMOC
##### other data ################################
install(
FILES kdevvisualboyadvance.desktop
FILES tdevvisualboyadvance.desktop
DESTINATION ${SERVICES_INSTALL_DIR}
)
install(
FILES kdevpart_visualboyadvance.rc
DESTINATION ${DATA_INSTALL_DIR}/kdevvisualboyadvance
FILES tdevpart_visualboyadvance.rc
DESTINATION ${DATA_INSTALL_DIR}/tdevvisualboyadvance
)

@ -1,17 +1,17 @@
INCLUDES = -I$(top_srcdir)/lib/interfaces \
-I$(top_srcdir)/lib/interfaces/extensions -I$(top_srcdir)/lib/util $(all_includes)
kde_module_LTLIBRARIES = libkdevvisualboyadvance.la
libkdevvisualboyadvance_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libkdevvisualboyadvance_la_LIBADD = $(top_builddir)/lib/libtdevelop.la
kde_module_LTLIBRARIES = libtdevvisualboyadvance.la
libtdevvisualboyadvance_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libtdevvisualboyadvance_la_LIBADD = $(top_builddir)/lib/libtdevelop.la
libkdevvisualboyadvance_la_SOURCES = visualboyadvance_part.cpp vbaconfigwidgetbase.ui vbaconfigwidget.cpp
libtdevvisualboyadvance_la_SOURCES = visualboyadvance_part.cpp vbaconfigwidgetbase.ui vbaconfigwidget.cpp
METASOURCES = AUTO
servicedir = $(kde_servicesdir)
service_DATA = kdevvisualboyadvance.desktop
service_DATA = tdevvisualboyadvance.desktop
rcdir = $(kde_datadir)/kdevvisualboyadvance
rc_DATA = kdevpart_visualboyadvance.rc
rcdir = $(kde_datadir)/tdevvisualboyadvance
rc_DATA = tdevpart_visualboyadvance.rc

@ -79,7 +79,7 @@ GenericName[zh_CN]=VisualBoyAdvance 支持
GenericName[zh_TW]=VisualBoyAdvance 支援
Icon=tdevelop
ServiceTypes=TDevelop/Plugin
X-TDE-Library=libkdevvisualboyadvance
X-TDE-Library=libtdevvisualboyadvance
X-TDevelop-Version=5
X-TDevelop-Scope=Project
Keywords=GBA

@ -4,30 +4,30 @@
#include <tqwhatsthis.h>
#include <tdeaction.h>
#include <kdevgenericfactory.h>
#include <tdevgenericfactory.h>
#include <kiconloader.h>
#include <tdelocale.h>
#include "kdevcore.h"
#include "kdevproject.h"
#include "kdevappfrontend.h"
#include "tdevcore.h"
#include "tdevproject.h"
#include "tdevappfrontend.h"
#include "domutil.h"
#include "kdevplugininfo.h"
#include "tdevplugininfo.h"
#include "vbaconfigwidget.h"
using namespace VisualBoyAdvance;
typedef KDevGenericFactory<VisualBoyAdvancePart> VisualBoyAdvanceFactory;
static const KDevPluginInfo data("kdevvisualboyadvance");
K_EXPORT_COMPONENT_FACTORY( libkdevvisualboyadvance, VisualBoyAdvanceFactory( data ) )
typedef TDevGenericFactory<VisualBoyAdvancePart> VisualBoyAdvanceFactory;
static const TDevPluginInfo data("tdevvisualboyadvance");
K_EXPORT_COMPONENT_FACTORY( libtdevvisualboyadvance, VisualBoyAdvanceFactory( data ) )
VisualBoyAdvancePart::VisualBoyAdvancePart(TQObject *parent, const char *name, const TQStringList &)
: KDevPlugin(&data, parent, name){
: TDevPlugin(&data, parent, name){
setInstance(VisualBoyAdvanceFactory::instance());
setXMLFile("kdevpart_visualboyadvance.rc");
setXMLFile("tdevpart_visualboyadvance.rc");
TDEAction *action;
action = new TDEAction( i18n("Execute Program"), "exec", Key_F9,
@ -44,7 +44,7 @@ VisualBoyAdvancePart::~VisualBoyAdvancePart()
}
void VisualBoyAdvancePart::slotExecute(){
KDevProject* prj = project();
TDevProject* prj = project();
TQDomDocument &doc = *projectDom();
TQString binary = DomUtil::readEntry(doc, "/kdevvisualadvance/binary");
TQString emulator = DomUtil::readEntry(doc, "/kdevvisualadvance/emulator");
@ -62,7 +62,7 @@ void VisualBoyAdvancePart::slotExecute(){
program += prj->projectDirectory() + "/" + binary;
if (KDevAppFrontend *appFrontend = extension<KDevAppFrontend>("TDevelop/AppFrontend"))
if (TDevAppFrontend *appFrontend = extension<TDevAppFrontend>("TDevelop/AppFrontend"))
appFrontend->startAppCommand(TQString(), program, terminal);
}

@ -3,15 +3,15 @@
*/
#ifndef __KDEVPART_VISUALBOYADVANCE_H__
#define __KDEVPART_VISUALBOYADVANCE_H__
#ifndef __TDEVPART_VISUALBOYADVANCE_H__
#define __TDEVPART_VISUALBOYADVANCE_H__
#include <tqguardedptr.h>
#include <kdevplugin.h>
#include <tdevplugin.h>
#include <kdialogbase.h>
namespace VisualBoyAdvance {
class VisualBoyAdvancePart : public KDevPlugin
class VisualBoyAdvancePart : public TDevPlugin
{
Q_OBJECT

@ -1,8 +0,0 @@
INCLUDES = -I$(top_srcdir)/interfaces $(all_includes)
METASOURCES = AUTO
kdevdesignerdir = $(kde_moduledir)/plugins/kdevdesigner
kdevdesigner_LTLIBRARIES = libkdevdesigner_lang.la
libkdevdesigner_lang_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN)
libkdevdesigner_lang_la_SOURCES = languageinterfaceimpl.cpp
libkdevdesigner_lang_la_LIBADD = $(LIB_QT)

@ -1,9 +0,0 @@
KDE_CXXFLAGS=-UQT_NO_ASCII_CAST
INCLUDES = -I$(top_srcdir)/kdevdesigner/shared $(all_includes)
METASOURCES = AUTO
noinst_LTLIBRARIES = libkdevqui.la
libkdevqui_la_SOURCES = database.cpp qwidgetfactory.cpp
libkdevqui_la_LDFLAGS = $(all_libraries)

@ -33,13 +33,13 @@ link_directories(
##### other data ################################
install( FILES kdevadasupport.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES kdevadasupport.rc DESTINATION ${DATA_INSTALL_DIR}/kdevadasupport )
install( FILES tdevadasupport.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES tdevadasupport.rc DESTINATION ${DATA_INSTALL_DIR}/tdevadasupport )
##### libkdevadasupport (module) ################
##### libtdevadasupport (module) ################
tde_add_kpart( libkdevadasupport AUTOMOC
tde_add_kpart( libtdevadasupport AUTOMOC
SOURCES
adasupportpart.cpp problemreporter.cpp backgroundparser.cpp
addclassdlg.ui addclass.cpp configproblemreporter.ui

@ -7,11 +7,11 @@ INCLUDES = -I$(top_srcdir)/lib/antlr -I$(top_srcdir)/lib/interfaces \
SUBDIRS = app_templates file_templates doc
kde_module_LTLIBRARIES = libkdevadasupport.la
libkdevadasupport_la_LDFLAGS = $(LEXLIB) $(all_libraries) $(KDE_PLUGIN)
libkdevadasupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la $(top_builddir)/lib/antlr/src/libantlr.la
kde_module_LTLIBRARIES = libtdevadasupport.la
libtdevadasupport_la_LDFLAGS = $(LEXLIB) $(all_libraries) $(KDE_PLUGIN)
libtdevadasupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la $(top_builddir)/lib/antlr/src/libantlr.la
libkdevadasupport_la_SOURCES = adasupportpart.cpp problemreporter.cpp backgroundparser.cpp addclassdlg.ui addclass.cpp configproblemreporter.ui ada_utils.cpp adasupport.cpp AdaLexer.cpp AdaParser.cpp AdaTreeParserSuper.cpp AdaStoreWalker.cpp
libtdevadasupport_la_SOURCES = adasupportpart.cpp problemreporter.cpp backgroundparser.cpp addclassdlg.ui addclass.cpp configproblemreporter.ui ada_utils.cpp adasupport.cpp AdaLexer.cpp AdaParser.cpp AdaTreeParserSuper.cpp AdaStoreWalker.cpp
METASOURCES = AUTO
@ -33,9 +33,9 @@ genparser:
antlr ada.g && antlr ada.tree.g && antlr -glib ada.tree.g ada.store.g
servicedir = $(kde_servicesdir)
service_DATA = kdevadasupport.desktop
service_DATA = tdevadasupport.desktop
rcdir = $(kde_datadir)/kdevadasupport
rc_DATA = kdevadasupport.rc
rcdir = $(kde_datadir)/tdevadasupport
rc_DATA = tdevadasupport.rc
KDE_OPTIONS = nofinal

@ -18,11 +18,11 @@
#include <fstream>
#include <sstream>
#include "kdevgenericfactory.h"
#include "kdevcore.h"
#include "kdevproject.h"
#include "kdevmainwindow.h"
#include "kdevpartcontroller.h"
#include "tdevgenericfactory.h"
#include "tdevcore.h"
#include "tdevproject.h"
#include "tdevmainwindow.h"
#include "tdevpartcontroller.h"
#include "codemodel.h"
#include "adasupportpart.h"
#include "problemreporter.h"
@ -33,15 +33,15 @@
#include "AdaStoreWalker.hpp"
#include "AdaAST.hpp"
#include <kdevplugininfo.h>
#include <tdevplugininfo.h>
enum { KDEV_DB_VERSION = 6 };
enum { KDEV_PCS_VERSION = 6 };
typedef KDevGenericFactory<AdaSupportPart> AdaSupportPartFactory;
typedef TDevGenericFactory<AdaSupportPart> AdaSupportPartFactory;
static const KDevPluginInfo data("kdevadasupport");
K_EXPORT_COMPONENT_FACTORY (libkdevadasupport, AdaSupportPartFactory (data))
static const TDevPluginInfo data("tdevadasupport");
K_EXPORT_COMPONENT_FACTORY (libtdevadasupport, AdaSupportPartFactory (data))
struct AdaSupportPartData {
@ -51,7 +51,7 @@ struct AdaSupportPartData {
};
AdaSupportPart::AdaSupportPart (TQObject *parent, const char *name, const TQStringList &)
: KDevLanguageSupport (&data, parent, name ? name : "AdaSupportPart"), d (new AdaSupportPartData())
: TDevLanguageSupport (&data, parent, name ? name : "AdaSupportPart"), d (new AdaSupportPartData())
{
setInstance (AdaSupportPartFactory::instance ());
@ -93,9 +93,9 @@ AdaSupportPart::~AdaSupportPart ()
}
KDevLanguageSupport::Features AdaSupportPart::features ()
TDevLanguageSupport::Features AdaSupportPart::features ()
{
return KDevLanguageSupport::Features
return TDevLanguageSupport::Features
( // TBD: Classes |
Functions | Namespaces);
}

@ -2,7 +2,7 @@
#ifndef __ADASUPPORTPART_H__
#define __ADASUPPORTPART_H__
#include "kdevlanguagesupport.h"
#include "tdevlanguagesupport.h"
#include <tqwaitcondition.h>
@ -10,7 +10,7 @@ class AdaSupportPartData;
class KDialogBase;
class TQStringList;
class AdaSupportPart : public KDevLanguageSupport
class AdaSupportPart : public TDevLanguageSupport
{
Q_OBJECT

@ -15,8 +15,8 @@ add_custom_target( adahello.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/adahello.tar.gz adahello.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
adahello.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
adahello.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -1,10 +1,10 @@
dataFiles = main.adb app.tdevelop ada-Makefile app.tdevelop.filelist
### no need to change below:
template_DATA = adahello.kdevtemplate
template_DATA = adahello.tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
adahello.tar.gz:
$(TAR) -cf adahello.tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 adahello.tar

@ -70,7 +70,7 @@ Archive=adahello.tar.gz
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[FILE1]
Type=install

@ -4,14 +4,14 @@
<author>%{AUTHOR}</author>
<email>%{EMAIL}</email>
<version>%{VERSION}</version>
<projectmanagement>KDevCustomProject</projectmanagement>
<projectmanagement>TDevCustomProject</projectmanagement>
<primarylanguage>Ada</primarylanguage>
<keywords>
<keyword>Ada</keyword>
<keyword>Code</keyword>
</keywords>
</general>
<kdevcustomproject>
<tdevcustomproject>
<run>
<directoryradio>build</directoryradio>
<customdirectory>/</customdirectory>
@ -25,8 +25,8 @@
<buildtool>make</buildtool>
<builddir/>
</build>
</kdevcustomproject>
<kdevdoctreeview>
</tdevcustomproject>
<tdevdoctreeview>
<ignoretocs>
<toc>bash</toc>
<toc>bash_bugs</toc>
@ -73,12 +73,12 @@
<ignoredoxygen>
<toc>KDE Libraries (Doxygen)</toc>
</ignoredoxygen>
</kdevdoctreeview>
<kdevfilecreate>
</tdevdoctreeview>
<tdevfilecreate>
<useglobaltypes>
<type ext="ads"/>
<type ext="adb"/>
<type ext="ada"/>
</useglobaltypes>
</kdevfilecreate>
</tdevfilecreate>
</tdevelop>

@ -11,4 +11,4 @@
install( FILES
ada.toc ada_bugs_gcc.toc
DESTINATION ${DATA_INSTALL_DIR}/kdevdocumentation/tocs )
DESTINATION ${DATA_INSTALL_DIR}/tdevdocumentation/tocs )

@ -1,4 +1,4 @@
tocdir = ${kde_datadir}/kdevdocumentation/tocs
tocdir = ${kde_datadir}/tdevdocumentation/tocs
toc_DATA = ada.toc ada_bugs_gcc.toc
#indexdir = ${kde_datadir}/devdoctreeview/indices

@ -11,4 +11,4 @@
install( FILES
adb ads
DESTINATION ${DATA_INSTALL_DIR}/kdevfilecreate/file-templates )
DESTINATION ${DATA_INSTALL_DIR}/tdevfilecreate/file-templates )

@ -1,3 +1,3 @@
templatedir = $(kde_datadir)/kdevfilecreate/file-templates
templatedir = $(kde_datadir)/tdevfilecreate/file-templates
template_DATA = adb ads

@ -19,8 +19,8 @@
#include "problemreporter.h"
#include "adasupportpart.h"
#include "kdevpartcontroller.h"
#include "kdevmainwindow.h"
#include "tdevpartcontroller.h"
#include "tdevmainwindow.h"
#include "configproblemreporter.h"
#include "backgroundparser.h"

@ -82,6 +82,6 @@ GenericName[tr]=Ada Dil Desteği
GenericName[zh_CN]=Ada 语言支持
GenericName[zh_TW]=Ada 語言支援
ServiceTypes=TDevelop/LanguageSupport
X-TDE-Library=libkdevadasupport
X-TDE-Library=libtdevadasupport
X-TDevelop-Version=5
X-TDevelop-Language=Ada

@ -29,13 +29,13 @@ link_directories(
##### other data ################################
install( FILES kdevbashsupport.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES kdevbashsupport.rc DESTINATION ${DATA_INSTALL_DIR}/kdevbashsupport )
install( FILES tdevbashsupport.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES tdevbashsupport.rc DESTINATION ${DATA_INSTALL_DIR}/tdevbashsupport )
##### libkdevbashsupport (module) ###############
##### libtdevbashsupport (module) ###############
tde_add_kpart( libkdevbashsupport AUTOMOC
tde_add_kpart( libtdevbashsupport AUTOMOC
SOURCES bashsupport_part.cpp
LINK tdevelop-shared
DESTINATION ${PLUGIN_INSTALL_DIR}

@ -5,16 +5,16 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces \
$(all_includes)
SUBDIRS = app_templates doc
kde_module_LTLIBRARIES = libkdevbashsupport.la
libkdevbashsupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libkdevbashsupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la
kde_module_LTLIBRARIES = libtdevbashsupport.la
libtdevbashsupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libtdevbashsupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la
libkdevbashsupport_la_SOURCES = bashsupport_part.cpp
libtdevbashsupport_la_SOURCES = bashsupport_part.cpp
METASOURCES = AUTO
servicedir = $(kde_servicesdir)
service_DATA = kdevbashsupport.desktop
service_DATA = tdevbashsupport.desktop
rcdir = $(kde_datadir)/kdevbashsupport
rc_DATA = kdevbashsupport.rc
rcdir = $(kde_datadir)/tdevbashsupport
rc_DATA = tdevbashsupport.rc

@ -15,8 +15,8 @@ add_custom_target( bashhello.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/bashhello.tar.gz bashhello.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
bashhello.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
bashhello.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -2,10 +2,10 @@ dataFiles = app.sh app.tdevelop
templateName = bashhello
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -11,22 +11,22 @@
</keywords>
<ignoreparts>
<part>KDevdistpart</part>
<part>KDevDebugger</part>
<part>TDevDebugger</part>
</ignoreparts>
</general>
<kdevscriptproject>
<tdevscriptproject>
<general>
<activedir>src</activedir>
<includepatterns>*.sh</includepatterns>
<excludepatterns>*~</excludepatterns>
</general>
</kdevscriptproject>
<kdevfileview>
</tdevscriptproject>
<tdevfileview>
<groups>
<group pattern="*.sh" name="Scripts" />
</groups>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -73,10 +73,10 @@
<ignoredoxygen>
<toc>KDE Libraries (Doxygen)</toc>
</ignoredoxygen>
</kdevdoctreeview>
<kdevfilecreate>
</tdevdoctreeview>
<tdevfilecreate>
<useglobaltypes>
<type ext="sh"/>
</useglobaltypes>
</kdevfilecreate>
</tdevfilecreate>
</tdevelop>

@ -14,7 +14,7 @@
#include <kiconloader.h>
#include <tdelocale.h>
#include <kdevgenericfactory.h>
#include <tdevgenericfactory.h>
#include <kprocess.h>
#include <kdebug.h>
#include <tdeaction.h>
@ -22,25 +22,25 @@
#include <kdialogbase.h>
#include <kdevcore.h>
#include <kdevmainwindow.h>
#include <kdevlanguagesupport.h>
#include <kdevpartcontroller.h>
#include <kdevproject.h>
#include <kdevappfrontend.h>
#include <kdevplugininfo.h>
#include <tdevcore.h>
#include <tdevmainwindow.h>
#include <tdevlanguagesupport.h>
#include <tdevpartcontroller.h>
#include <tdevproject.h>
#include <tdevappfrontend.h>
#include <tdevplugininfo.h>
#include <domutil.h>
#include <codemodel.h>
typedef KDevGenericFactory<BashSupportPart> BashSupportFactory;
static const KDevPluginInfo data("kdevbashsupport");
K_EXPORT_COMPONENT_FACTORY( libkdevbashsupport, BashSupportFactory( data ) )
typedef TDevGenericFactory<BashSupportPart> BashSupportFactory;
static const TDevPluginInfo data("tdevbashsupport");
K_EXPORT_COMPONENT_FACTORY( libtdevbashsupport, BashSupportFactory( data ) )
BashSupportPart::BashSupportPart(TQObject *parent, const char *name, const TQStringList& )
: KDevLanguageSupport (&data, parent, name ? name : "BashSupportPart" )
: TDevLanguageSupport (&data, parent, name ? name : "BashSupportPart" )
{
setInstance(BashSupportFactory::instance());
setXMLFile("kdevbashsupport.rc");
setXMLFile("tdevbashsupport.rc");
TDEAction *action;
action = new TDEAction( i18n("&Run"), "exec",Key_F9,this, TQT_SLOT(slotRun()),actionCollection(), "build_execute" );
@ -182,12 +182,12 @@ void BashSupportPart::savedFile(const KURL &fileName)
void BashSupportPart::startApplication(const TQString &program)
{
kdDebug() << "starting application" << program << endl;
if (KDevAppFrontend *appFrontend = extension<KDevAppFrontend>("TDevelop/AppFrontend"))
if (TDevAppFrontend *appFrontend = extension<TDevAppFrontend>("TDevelop/AppFrontend"))
appFrontend->startAppCommand(TQString(), program, TRUE);
}
KDevLanguageSupport::Features BashSupportPart::features()
TDevLanguageSupport::Features BashSupportPart::features()
{
return Features(Variables | Functions);
}

@ -3,8 +3,8 @@
*/
#ifndef __KDEVPART_BASHSUPPORT_H__
#define __KDEVPART_BASHSUPPORT_H__
#ifndef __TDEVPART_BASHSUPPORT_H__
#define __TDEVPART_BASHSUPPORT_H__
#include <tqguardedptr.h>
@ -13,8 +13,8 @@
#include <kdialogbase.h>
#include <codemodel.h>
#include <kdevplugin.h>
#include <kdevlanguagesupport.h>
#include <tdevplugin.h>
#include <tdevlanguagesupport.h>
#include <tdetexteditor/editinterface.h>
#include <tdetexteditor/viewcursorinterface.h>
@ -47,7 +47,7 @@ class BashCodeCompletion : TQObject
KTextEditor::ViewCursorInterface *m_cursorInterface;
};
class BashSupportPart : public KDevLanguageSupport
class BashSupportPart : public TDevLanguageSupport
{
Q_OBJECT

@ -11,4 +11,4 @@
install( FILES
bash.toc bash_bugs.toc
DESTINATION ${DATA_INSTALL_DIR}/kdevdocumentation/tocs )
DESTINATION ${DATA_INSTALL_DIR}/tdevdocumentation/tocs )

@ -1,4 +1,4 @@
tocdir = ${kde_datadir}/kdevdocumentation/tocs
tocdir = ${kde_datadir}/tdevdocumentation/tocs
toc_DATA = bash.toc bash_bugs.toc
#indexdir = ${kde_datadir}/devdoctreeview/indices

@ -80,6 +80,6 @@ GenericName[tr]=Bash Desteği
GenericName[zh_CN]=Bash 支持
GenericName[zh_TW]=Bash 支援
ServiceTypes=TDevelop/LanguageSupport
X-TDE-Library=libkdevbashsupport
X-TDE-Library=libtdevbashsupport
X-TDevelop-Version=5
X-TDevelop-Language=Bash

@ -45,17 +45,17 @@ link_directories(
##### other data ################################
install( FILES kdevcppsupport.desktop kdevcsupport.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES kdevcppsupport.rc DESTINATION ${DATA_INSTALL_DIR}/kdevcppsupport )
install( FILES cpptemplates DESTINATION ${DATA_INSTALL_DIR}/kdevabbrev/templates )
install( FILES configuration DESTINATION ${DATA_INSTALL_DIR}/kdevcppsupport )
install( FILES tdevcppsupport.desktop tdevcsupport.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES tdevcppsupport.rc DESTINATION ${DATA_INSTALL_DIR}/tdevcppsupport )
install( FILES cpptemplates DESTINATION ${DATA_INSTALL_DIR}/tdevabbrev/templates )
install( FILES configuration DESTINATION ${DATA_INSTALL_DIR}/tdevcppsupport )
##### libkdevcppsupport (module) ################
##### libtdevcppsupport (module) ################
tde_add_kpart( libkdevcppsupport AUTOMOC
tde_add_kpart( libtdevcppsupport AUTOMOC
SOURCES
KDevCppSupportIface.cpp KDevCppSupportIface.skel
TDevCppSupportIface.cpp TDevCppSupportIface.skel
addattributedialog.cpp addattributedialogbase.ui
addmethoddialog.cpp addmethoddialogbase.ui
ast_utils.cpp backgroundparser.cpp ccconfigwidget.cpp
@ -72,7 +72,7 @@ tde_add_kpart( libkdevcppsupport AUTOMOC
creategettersetterdialog.cpp creategettersetterdialog.h
createpcsdialog.cpp createpcsdialogbase.ui
doxydoc.cpp includefiles.cpp includepathresolver.cpp
kdevdriver.cpp problemreporter.cpp qtbuildconfig.cpp
tdevdriver.cpp problemreporter.cpp qtbuildconfig.cpp
qtdesignercppintegration.cpp setuphelper.cpp
simplecontext.cpp simpletype.cpp simpletypecatalog.cpp
simpletypefunction.cpp simpletypenamespace.cpp
@ -80,7 +80,7 @@ tde_add_kpart( libkdevcppsupport AUTOMOC
subclassingdlg.cpp subclassingdlgbase.ui tag_creator.cpp
typedesc.cpp
LINK
lang_interfaces-shared kdevcppparser-shared
kdevcatalog-shared designerintegration-shared
lang_interfaces-shared tdevcppparser-shared
tdevcatalog-shared designerintegration-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -1,24 +0,0 @@
#include "KDevCppSupportIface.h"
#include "cppsupportpart.h"
KDevCppSupportIface::KDevCppSupportIface( CppSupportPart* cppSupport )
: TQObject( cppSupport ), DCOPObject( "KDevCppSupport" ), m_cppSupport( cppSupport )
{
}
KDevCppSupportIface::~KDevCppSupportIface()
{
}
void KDevCppSupportIface::addClass()
{
m_cppSupport->slotNewClass();
}
void KDevCppSupportIface::parseProject()
{
m_cppSupport->parseProject();
}
#include "KDevCppSupportIface.moc"

@ -10,14 +10,14 @@ INCLUDES = -I$(top_srcdir)/languages/lib/designer_integration \
-I$(top_builddir)/languages/lib/designer_integration -I$(top_builddir)/bdb/build_unix -I$(top_srcdir)/bdb/include \
$(all_includes)
kde_module_LTLIBRARIES = libkdevcppsupport.la
libkdevcppsupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libkdevcppsupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \
$(top_builddir)/lib/catalog/libkdevcatalog.la $(top_builddir)/lib/cppparser/libkdevcppparser.la \
kde_module_LTLIBRARIES = libtdevcppsupport.la
libtdevcppsupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libtdevcppsupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \
$(top_builddir)/lib/catalog/libtdevcatalog.la $(top_builddir)/lib/cppparser/libtdevcppparser.la \
$(top_builddir)/languages/lib/interfaces/liblang_interfaces.la \
$(top_builddir)/languages/lib/designer_integration/libdesignerintegration.la $(top_builddir)/lib/interfaces/libkdevinterfaces.la
$(top_builddir)/languages/lib/designer_integration/libdesignerintegration.la $(top_builddir)/lib/interfaces/libtdevinterfaces.la
libkdevcppsupport_la_SOURCES = KDevCppSupportIface.cpp KDevCppSupportIface.skel \
libtdevcppsupport_la_SOURCES = TDevCppSupportIface.cpp TDevCppSupportIface.skel \
addattributedialog.cpp addattributedialogbase.ui addmethoddialog.cpp addmethoddialogbase.ui \
ast_utils.cpp backgroundparser.cpp ccconfigwidget.cpp ccconfigwidgetbase.ui \
classgeneratorconfig.cpp classgeneratorconfigbase.ui codeinformationrepository.cpp \
@ -27,7 +27,7 @@ libkdevcppsupport_la_SOURCES = KDevCppSupportIface.cpp KDevCppSupportIface.skel
cppsupportfactory.cpp cppsupportpart.cpp creategettersetter.ui \
creategettersetterconfiguration.cpp creategettersetterconfiguration.h creategettersetterdialog.cpp \
creategettersetterdialog.h createpcsdialog.cpp createpcsdialogbase.ui doxydoc.cpp includefiles.cpp \
includepathresolver.cpp kdevdriver.cpp problemreporter.cpp qtbuildconfig.cpp \
includepathresolver.cpp tdevdriver.cpp problemreporter.cpp qtbuildconfig.cpp \
qtdesignercppintegration.cpp setuphelper.cpp simplecontext.cpp simpletype.cpp simpletypecatalog.cpp \
simpletypefunction.cpp simpletypenamespace.cpp store_walker.cpp storeconverter.cpp \
stringhelpers.cpp subclassingdlg.cpp subclassingdlgbase.ui tag_creator.cpp typedesc.cpp
@ -35,15 +35,15 @@ libkdevcppsupport_la_SOURCES = KDevCppSupportIface.cpp KDevCppSupportIface.skel
METASOURCES = AUTO
servicedir = $(kde_servicesdir)
service_DATA = kdevcppsupport.desktop kdevcsupport.desktop
service_DATA = tdevcppsupport.desktop tdevcsupport.desktop
rcdir = $(kde_datadir)/kdevcppsupport
rc_DATA = kdevcppsupport.rc
rcdir = $(kde_datadir)/tdevcppsupport
rc_DATA = tdevcppsupport.rc
templatedir = ${kde_datadir}/kdevabbrev/templates
templatedir = ${kde_datadir}/tdevabbrev/templates
template_DATA = cpptemplates
configurationdir = ${kde_datadir}/kdevcppsupport
configurationdir = ${kde_datadir}/tdevcppsupport
configuration_DATA = configuration
AM_CXXFLAGS = -DAST_DEBUG
@ -51,8 +51,8 @@ AM_CXXFLAGS = -DAST_DEBUG
#bin_PROGRAMS = r++
#r___LDFLAGS = $(all_libraries)
#r___SOURCES = main.cpp
#r___DEPENDENCIES = libkdevcppsupport.la
#r___LDADD = libkdevcppsupport.la $(top_builddir)/lib/catalog/libkdevcatalog.la $(top_builddir)/lib/cppparser/libkdevcppparser.la
#r___DEPENDENCIES = libtdevcppsupport.la
#r___LDADD = libtdevcppsupport.la $(top_builddir)/lib/catalog/libtdevcatalog.la $(top_builddir)/lib/cppparser/libtdevcppparser.la
noinst_HEADERS = cppevaluation.h cppimplementationwidget.h \
cppsplitheadersourceconfig.h declarationinfo.h expressioninfo.h includefiles.h includepathresolver.h \
qtdesignercppintegration.h setuphelper.h simplecontext.h simpletypecatalog.h simpletypefunction.h \

@ -4,7 +4,7 @@ Provides C/C++ language support for KDevelop.
Well the first thing you should read is lib/catalog it contains the source of the persistant class store
after that languages/cpp/tag_creator.*
it is the component that stores the informations collected by the c++ parser into the PCS
then you can play with KDevPCSImporter the code of the dialog is in languages/cpp/createpcsdialog* and languages/cpp/pcsimporter/*
then you can play with TDevPCSImporter the code of the dialog is in languages/cpp/createpcsdialog* and languages/cpp/pcsimporter/*
and of course lib/interfaces/kdevpcsimporter.*
and if you want play with the c++ parser go to lib/cppparser/, the best is to start to read driver.*

@ -0,0 +1,24 @@
#include "TDevCppSupportIface.h"
#include "cppsupportpart.h"
TDevCppSupportIface::TDevCppSupportIface( CppSupportPart* cppSupport )
: TQObject( cppSupport ), DCOPObject( "TDevCppSupport" ), m_cppSupport( cppSupport )
{
}
TDevCppSupportIface::~TDevCppSupportIface()
{
}
void TDevCppSupportIface::addClass()
{
m_cppSupport->slotNewClass();
}
void TDevCppSupportIface::parseProject()
{
m_cppSupport->parseProject();
}
#include "TDevCppSupportIface.moc"

@ -1,20 +1,20 @@
#ifndef KDEVCPPSUPPORTIFACE_H
#define KDEVCPPSUPPORTIFACE_H
#ifndef TDEVCPPSUPPORTIFACE_H
#define TDEVCPPSUPPORTIFACE_H
#include <tqobject.h>
#include <dcopobject.h>
class CppSupportPart;
class KDevCppSupportIface : public TQObject, public DCOPObject
class TDevCppSupportIface : public TQObject, public DCOPObject
{
Q_OBJECT
//
K_DCOP
public:
KDevCppSupportIface( CppSupportPart* cppSupport );
~KDevCppSupportIface();
TDevCppSupportIface( CppSupportPart* cppSupport );
~TDevCppSupportIface();
k_dcop:
void addClass();

@ -23,7 +23,7 @@
#include "backgroundparser.h"
#include "cppsupport_utils.h"
#include <kdevpartcontroller.h>
#include <tdevpartcontroller.h>
#include <codemodel.h>

@ -24,8 +24,8 @@
#include "cppsupport_utils.h"
#include "domutil.h"
#include <kdevpartcontroller.h>
#include <kdevcreatefile.h>
#include <tdevpartcontroller.h>
#include <tdevcreatefile.h>
#include <tdelocale.h>
#include <tdefiledialog.h>
@ -236,7 +236,7 @@ void AddMethodDialog::accept()
TQFileInfo fileInfo( implementationFile );
if ( !TQFile::exists( fileInfo.absFilePath() ) )
{
if ( KDevCreateFile * createFileSupp = m_cppSupport->extension<KDevCreateFile>( "TDevelop/CreateFile" ) )
if ( TDevCreateFile * createFileSupp = m_cppSupport->extension<TDevCreateFile>( "TDevelop/CreateFile" ) )
createFileSupp->createNewFile( fileInfo.extension(), fileInfo.dirPath( true ), fileInfo.baseName() );
}

@ -9,14 +9,14 @@
#
#################################################
add_subdirectory( kapp )
add_subdirectory( tdeapp )
add_subdirectory( kpartapp )
add_subdirectory( kpartplugin )
add_subdirectory( tdecmodule )
add_subdirectory( kicker )
add_subdirectory( tdeioslave )
add_subdirectory( kdevpart )
add_subdirectory( kdevpart2 )
add_subdirectory( tdevpart )
add_subdirectory( tdevpart2 )
add_subdirectory( chello )
add_subdirectory( cpphello )
add_subdirectory( tdescreensaver )
@ -32,11 +32,11 @@ add_subdirectory( khello2 )
add_subdirectory( kateplugin )
add_subdirectory( kateplugin2 )
add_subdirectory( qtopiaapp )
add_subdirectory( kdedcop )
add_subdirectory( tdedcop )
add_subdirectory( wxhello )
add_subdirectory( cppsdlhello )
add_subdirectory( tdeconfig35 )
add_subdirectory( kdevlang )
add_subdirectory( tdevlang )
add_subdirectory( noatunvisual )
add_subdirectory( noatunui )
add_subdirectory( kmod )
@ -64,7 +64,7 @@ add_subdirectory( qmakeempty )
add_subdirectory( automakeempty )
add_subdirectory( makefileempty )
add_subdirectory( qtopia4app )
add_subdirectory( kde4app )
add_subdirectory( tde4app )
install( FILES
c.appwizard
@ -75,5 +75,5 @@ install( FILES
DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE )
install( FILES
kdecpp.appwizard
tdecpp.appwizard
DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/TDECppIDE )

@ -1,4 +1,4 @@
SUBDIRS = kapp kpartapp kpartplugin tdecmodule kicker tdeioslave kdevpart kdevpart2 chello cpphello tdescreensaver kofficepart chello_gba dcopservice konqnavpanel qmakesimple qmakeapp qt4makeapp khello khello2 kateplugin kateplugin2 qtopiaapp kdedcop wxhello cppsdlhello tdeconfig35 kdevlang noatunvisual noatunui kmod tdefileplugin clanlib opieapp opieapplet opieinput opiemenu opienet opietoday kxt gtk2mmapp cppcurseshello win32hello win32gui cmakesimple cmakesimplec cmakelibcpp cmakelibc kscons_kxt kscons_tdemdi qt4hello qmakeempty automakeempty makefileempty qtopia4app kde4app
SUBDIRS = tdeapp kpartapp kpartplugin tdecmodule kicker tdeioslave tdevpart tdevpart2 chello cpphello tdescreensaver kofficepart chello_gba dcopservice konqnavpanel qmakesimple qmakeapp qt4makeapp khello khello2 kateplugin kateplugin2 qtopiaapp tdedcop wxhello cppsdlhello tdeconfig35 tdevlang noatunvisual noatunui kmod tdefileplugin clanlib opieapp opieapplet opieinput opiemenu opienet opietoday kxt gtk2mmapp cppcurseshello win32hello win32gui cmakesimple cmakesimplec cmakelibcpp cmakelibc kscons_kxt kscons_tdemdi qt4hello qmakeempty automakeempty makefileempty qtopia4app tde4app
profilescdir = $(kde_datadir)/tdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CIDE
profilesc_DATA = c.appwizard
@ -6,5 +6,5 @@ profilesc_DATA = c.appwizard
profilescppdir = $(kde_datadir)/tdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE
profilescpp_DATA = cpp.appwizard
profileskdecppdir = $(kde_datadir)/tdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/TDECppIDE
profileskdecpp_DATA = kdecpp.appwizard
profilestdecppdir = $(kde_datadir)/tdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/TDECppIDE
profilestdecpp_DATA = tdecpp.appwizard

@ -18,9 +18,9 @@ add_custom_target( automakeempty.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/automakeempty.tar.gz automakeempty.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
automakeempty.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
automakeempty.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -3,10 +3,10 @@ dataFiles = automakeempty-Makefile.am automakeempty-Makefile.cvs \
templateName = automakeempty
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -11,7 +11,7 @@
<keyword>Code</keyword>
</keywords>
</general>
<kdevautoproject>
<tdevautoproject>
<general>
</general>
<run>
@ -33,8 +33,8 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevdoctreeview>
</tdevautoproject>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -79,23 +79,23 @@
<ignoredoxygen>
<toc>TDE Libraries (Doxygen)</toc>
</ignoredoxygen>
</kdevdoctreeview>
<kdevfilecreate>
</tdevdoctreeview>
<tdevfilecreate>
<useglobaltypes>
<type ext="cpp"/>
<type ext="h"/>
</useglobaltypes>
</kdevfilecreate>
<kdevfileview>
</tdevfilecreate>
<tdevfileview>
<groups>
<group pattern="*.h" name="Header files" />
<group pattern="*.cpp" name="Source files" />
</groups>
</kdevfileview>
<kdevdocumentation>
</tdevfileview>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -53,11 +53,11 @@ Dest=%{dest}/%{APPNAMELC}.tdevelop
[INCADMIN]
Type=include
File=%{tdevelop}/template-common/incadmin.kdevtemplate
File=%{tdevelop}/template-common/incadmin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[FILE2]
Type=install

@ -18,9 +18,9 @@ add_custom_target( chello.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/chello.tar.gz chello.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
chello.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
chello.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -4,10 +4,10 @@ dataFiles = main.c src-Makefile.am c-Makefile.am c-Makefile.cvs \
templateName = chello
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles} ${dataFiles} ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -11,7 +11,7 @@
<keyword>Code</keyword>
</keywords>
</general>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/%{APPNAMELC}</activetarget>
<useconfiguration>debug</useconfiguration>
@ -37,8 +37,8 @@
<cflags>-O0 -g3 %{CFLAGS}</cflags>
</debug>
</configurations>
</kdevautoproject>
<kdevdoctreeview>
</tdevautoproject>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -85,23 +85,23 @@
<ignoredoxygen>
<toc>TDE Libraries (Doxygen)</toc>
</ignoredoxygen>
</kdevdoctreeview>
<kdevfilecreate>
</tdevdoctreeview>
<tdevfilecreate>
<useglobaltypes>
<type ext="c"/>
<type ext="h"/>
</useglobaltypes>
</kdevfilecreate>
<kdevfileview>
</tdevfilecreate>
<tdevfileview>
<groups>
<group pattern="*.h" name="Header files" />
<group pattern="*.c" name="Source files" />
</groups>
</kdevfileview>
<kdevdocumentation>
</tdevfileview>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -211,11 +211,11 @@ Archive=chello.tar.gz
[INCADMIN]
Type=include
File=%{tdevelop}/template-common/incadmin.kdevtemplate
File=%{tdevelop}/template-common/incadmin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[FILE1]
Type=install

@ -19,9 +19,9 @@ add_custom_target( chellogba.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/chellogba.tar.gz chellogba.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
chellogba.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
chellogba.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -4,10 +4,10 @@ dataFiles = main.c font.raw.c master.pal.c src-Makefile.am c-Makefile.am \
templateName = chellogba
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles} ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -11,10 +11,10 @@
<keyword>GBA</keyword>
</keywords>
<ignoreparts>
<part>KDevDebugger</part>
<part>TDevDebugger</part>
</ignoreparts>
</general>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/%{APPNAMELC}</activetarget>
</general>
@ -33,11 +33,11 @@
<cflags>-nostartfiles</cflags>
</default>
</configurations>
</kdevautoproject>
<kdevvisualadvance>
</tdevautoproject>
<tdevvisualadvance>
<binary>src/%{APPNAMELC}.gba</binary>
</kdevvisualadvance>
<kdevdoctreeview>
</tdevvisualadvance>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -84,17 +84,17 @@
<ignoredoxygen>
<toc>TDE Libraries (Doxygen)</toc>
</ignoredoxygen>
</kdevdoctreeview>
<kdevfilecreate>
</tdevdoctreeview>
<tdevfilecreate>
<useglobaltypes>
<type ext="c"/>
<type ext="h"/>
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -68,11 +68,11 @@ Archive=chellogba.tar.gz
[INCADMIN]
Type=include
File=%{tdevelop}/template-common/incadmin.kdevtemplate
File=%{tdevelop}/template-common/incadmin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[FILE1]
Type=install

@ -18,9 +18,9 @@ add_custom_target( clanlib.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/clanlib.tar.gz clanlib.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
clanlib.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
clanlib.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -3,10 +3,10 @@ dataFiles = src-Makefile.am app-Makefile.am main.cpp app.tdevelop \
templateName = clanlib
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -12,7 +12,7 @@
<keyword>ClanLib</keyword>
</keywords>
</general>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/%{APPNAMELC}</activetarget>
<useconfiguration>debug</useconfiguration>
@ -43,8 +43,8 @@
<ldflags></ldflags>
</default>
</configurations>
</kdevautoproject>
<kdevdoctreeview>
</tdevautoproject>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -90,17 +90,17 @@
<ignoredoxygen>
<toc>TDE Libraries (Doxygen)</toc>
</ignoredoxygen>
</kdevdoctreeview>
<kdevfilecreate>
</tdevdoctreeview>
<tdevfilecreate>
<useglobaltypes>
<type ext="cpp"/>
<type ext="h"/>
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -68,7 +68,7 @@ Archive=clanlib.tar.gz
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[FILE1]
Type=install

@ -18,9 +18,9 @@ add_custom_target( cmakelibc.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/cmakelibc.tar.gz cmakelibc.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
cmakelibc.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
cmakelibc.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -2,10 +2,10 @@ dataFiles = test.c lib.h lib.c cmakelibc.png CMakeLists.txt CMakeLists.txt.src
templateName = cmakelibc
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -18,10 +18,10 @@ add_custom_target( cmakelibcpp.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/cmakelibcpp.tar.gz cmakelibcpp.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
cmakelibcpp.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
cmakelibcpp.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -2,10 +2,10 @@ dataFiles = test.cpp lib.h lib.cpp cmakelibcpp.png CMakeLists.txt CMakeLists.txt
templateName = cmakelibcpp
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -19,9 +19,9 @@ add_custom_target( cmakeqt3app.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/cmakeqt3app.tar.gz cmakeqt3app.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
cmakeqt3app.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
cmakeqt3app.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -4,10 +4,10 @@ dataFiles = main.cpp cmakeqt3app.cpp cmakeqt3app.h cmakeqt3app.png \
templateName = cmakeqt3app
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -17,9 +17,9 @@ add_custom_target( cmakesimple.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/cmakesimple.tar.gz cmakesimple.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
cmakesimple.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
cmakesimple.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -2,10 +2,10 @@ dataFiles = main.cpp cmakesimple.png CMakeLists.txt README
templateName = cmakesimple
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -17,9 +17,9 @@ add_custom_target( cmakesimplec.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/cmakesimplec.tar.gz cmakesimplec.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
cmakesimplec.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
cmakesimplec.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -2,10 +2,10 @@ dataFiles = main.c cmakesimplec.png CMakeLists.txt
templateName = cmakesimplec
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -18,9 +18,9 @@ add_custom_target( cppcurseshello.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/cppcurseshello.tar.gz cppcurseshello.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
cppcurseshello.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
cppcurseshello.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -3,10 +3,10 @@ dataFiles = main.cpp src-Makefile.am cpp-Makefile.am cpp-Makefile.cvs\
templateName = cppcurseshello
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -11,7 +11,7 @@
<keyword>Code</keyword>
</keywords>
</general>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/%{APPNAMELC}</activetarget>
<useconfiguration>debug</useconfiguration>
@ -37,8 +37,8 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevdoctreeview>
</tdevautoproject>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -83,23 +83,23 @@
<ignoredoxygen>
<toc>TDE Libraries (Doxygen)</toc>
</ignoredoxygen>
</kdevdoctreeview>
<kdevfilecreate>
</tdevdoctreeview>
<tdevfilecreate>
<useglobaltypes>
<type ext="cpp"/>
<type ext="h"/>
</useglobaltypes>
</kdevfilecreate>
<kdevfileview>
</tdevfilecreate>
<tdevfileview>
<groups>
<group pattern="*.h" name="Header files" />
<group pattern="*.cpp" name="Source files" />
</groups>
</kdevfileview>
<kdevdocumentation>
</tdevfileview>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -68,11 +68,11 @@ Archive=cppcurseshello.tar.gz
[INCADMIN]
Type=include
File=%{tdevelop}/template-common/incadmin.kdevtemplate
File=%{tdevelop}/template-common/incadmin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[FILE1]
Type=install

@ -18,9 +18,9 @@ add_custom_target( cpphello.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/cpphello.tar.gz cpphello.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
cpphello.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
cpphello.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -3,10 +3,10 @@ dataFiles = main.cpp src-Makefile.am cpp-Makefile.am cpp-Makefile.cvs \
templateName = cpphello
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -11,7 +11,7 @@
<keyword>Code</keyword>
</keywords>
</general>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/%{APPNAMELC}</activetarget>
<useconfiguration>debug</useconfiguration>
@ -37,8 +37,8 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevdoctreeview>
</tdevautoproject>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -83,23 +83,23 @@
<ignoredoxygen>
<toc>TDE Libraries (Doxygen)</toc>
</ignoredoxygen>
</kdevdoctreeview>
<kdevfilecreate>
</tdevdoctreeview>
<tdevfilecreate>
<useglobaltypes>
<type ext="cpp"/>
<type ext="h"/>
</useglobaltypes>
</kdevfilecreate>
<kdevfileview>
</tdevfilecreate>
<tdevfileview>
<groups>
<group pattern="*.h" name="Header files" />
<group pattern="*.cpp" name="Source files" />
</groups>
</kdevfileview>
<kdevdocumentation>
</tdevfileview>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -69,11 +69,11 @@ Archive=cpphello.tar.gz
[INCADMIN]
Type=include
File=%{tdevelop}/template-common/incadmin.kdevtemplate
File=%{tdevelop}/template-common/incadmin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[FILE1]
Type=install

@ -18,9 +18,9 @@ add_custom_target( cppsdlhello.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/cppsdlhello.tar.gz cppsdlhello.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
cppsdlhello.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
cppsdlhello.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -2,10 +2,10 @@ dataFiles = main.cpp src-Makefile.am cpp-Makefile.am cpp-Makefile.cvs configur
templateName = cppsdlhello
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -12,7 +12,7 @@
<keyword>SDL</keyword>
</keywords>
</general>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/%{APPNAMELC}</activetarget>
<useconfiguration>debug</useconfiguration>
@ -43,8 +43,8 @@
<ldflags>-lSDL</ldflags>
</default>
</configurations>
</kdevautoproject>
<kdevdoctreeview>
</tdevautoproject>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -87,17 +87,17 @@
<ignoredoxygen>
<toc>TDE Libraries (Doxygen)</toc>
</ignoredoxygen>
</kdevdoctreeview>
<kdevfilecreate>
</tdevdoctreeview>
<tdevfilecreate>
<useglobaltypes>
<type ext="cpp"/>
<type ext="h"/>
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -69,11 +69,11 @@ Archive=cppsdlhello.tar.gz
[INCADMIN]
Type=include
File=%{tdevelop}/template-common/incadmin.kdevtemplate
File=%{tdevelop}/template-common/incadmin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[FILE1]
Type=install

@ -19,9 +19,9 @@ add_custom_target( dcopservice.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/dcopservice.tar.gz dcopservice.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
dcopservice.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
dcopservice.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -4,10 +4,10 @@ dataFiles = dcopservice.desktop dcopservice.png dcopservice.h \
templateName = dcopservice
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -14,15 +14,15 @@
<keyword>tdeioslave</keyword>
</keywords>
</general>
<kdevcppsupport>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
</qt>
</kdevcppsupport>
<kdevautoproject>
</tdevcppsupport>
<tdevautoproject>
<general>
<useconfiguration>debug</useconfiguration>
</general>
@ -43,15 +43,15 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.po;*.ts" name="Translations" />
<group pattern="*" name="Others" />
</groups>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -88,22 +88,22 @@
<ignoreqt_xml>
<toc>qmake User Guide</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
</general>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<useglobaltypes>
<type ext="cpp"/>
<type ext="h"/>
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -69,11 +69,11 @@ Archive=dcopservice.tar.gz
[ADMIN]
Type=include
File=%{tdevelop}/template-common/admin.kdevtemplate
File=%{tdevelop}/template-common/admin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[MKDIR_DOCBOOK1]
Type=mkdir

@ -5,10 +5,10 @@ templateName = cppgenerichello
# png-filename differs from archive file name
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -1,8 +1,8 @@
<kdevproject>
<tdevproject>
<group name = "src">
<target name = "cpphello">
<file name = "%{APPNAMELC}.cpp"/>
<attribute name = "buildscript">gcc -o %{APPNAMELC} %{APPNAMELC}.cpp</attribute>
</target>
</group>
</kdevproject>
</tdevproject>

@ -4,14 +4,14 @@
<author>%{AUTHOR}</author>
<email>%{EMAIL}</email>
<version>%{VERSION}</version>
<projectmanagement>KDevGenericProject</projectmanagement>
<projectmanagement>TDevGenericProject</projectmanagement>
<primarylanguage>C++</primarylanguage>
<keywords>
<keyword>C++</keyword>
<keyword>Code</keyword>
</keywords>
</general>
<kdevgenericproject>
<tdevgenericproject>
<backend>ShellScript</backend>
<project>%{APPNAMELC}.prj</project>
<general>
@ -39,23 +39,23 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevgenericproject>
<kdevfilecreate>
</tdevgenericproject>
<tdevfilecreate>
<useglobaltypes>
<type ext="cpp"/>
<type ext="h"/>
</useglobaltypes>
</kdevfilecreate>
<kdevfileview>
</tdevfilecreate>
<tdevfileview>
<groups>
<group pattern="*.h" name="Header files" />
<group pattern="*.cpp" name="Source files" />
</groups>
</kdevfileview>
<kdevdocumentation>
</tdevfileview>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -68,7 +68,7 @@ Archive=generichello.tar.gz
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[FILE1]
Type=install

@ -7,10 +7,10 @@ dataFiles = acconfig.h autogen.sh gnome2mm.glade main_window.cc \
templateName = gnome2mmapp
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -12,7 +12,7 @@
<keyword>GNOME</keyword>
</keywords>
</general>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/%{APPNAMELC}</activetarget>
<useconfiguration>debug</useconfiguration>
@ -39,8 +39,8 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.h" name="Sources" />
<group pattern="*.glade" name="User Interface" />
@ -48,22 +48,22 @@
<group pattern="*.po" name="Translations" />
<group pattern="*" name="Others" />
</groups>
</kdevfileview>
<kdevdebugger>
</tdevfileview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
</general>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<useglobaltypes>
<type ext="cpp"/>
<type ext="h"/>
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -67,15 +67,15 @@ Archive=gnome2mmapp.tar.gz
[INCADMIN]
Type=include
File=%{tdevelop}/template-common/incadmin.kdevtemplate
File=%{tdevelop}/template-common/incadmin.tdevtemplate
[GNOME2]
Type=include
File=%{tdevelop}/template-common/gnome2.kdevtemplate
File=%{tdevelop}/template-common/gnome2.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[FILE1]
Type=install

@ -21,9 +21,9 @@ add_custom_target( gtk2mmapp.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/gtk2mmapp.tar.gz gtk2mmapp.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
gtk2mmapp.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
gtk2mmapp.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -7,10 +7,10 @@ dataFiles = acconfig.h autogen.sh gtk2mm.glade main_window.cc \
templateName = gtk2mmapp
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -12,7 +12,7 @@
<keyword>GTK</keyword>
</keywords>
</general>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/%{APPNAMELC}</activetarget>
<useconfiguration>debug</useconfiguration>
@ -39,8 +39,8 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.h" name="Sources" />
<group pattern="*.glade" name="User Interface" />
@ -48,8 +48,8 @@
<group pattern="*.po" name="Translations" />
<group pattern="*" name="Others" />
</groups>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -92,22 +92,22 @@
<ignoredoxygen>
<toc>TDE Libraries (Doxygen)</toc>
</ignoredoxygen>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
</general>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<useglobaltypes>
<type ext="cpp"/>
<type ext="h"/>
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -59,11 +59,11 @@ Archive=gtk2mmapp.tar.gz
[INCADMIN]
Type=include
File=%{tdevelop}/template-common/incadmin.kdevtemplate
File=%{tdevelop}/template-common/incadmin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[FILE1]
Type=install

@ -19,9 +19,9 @@ add_custom_target( kateplugin.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/kateplugin.tar.gz kateplugin.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
kateplugin.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
kateplugin.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -5,10 +5,10 @@ dataFiles = src-Makefile.am plugin_app.cpp plugin_app.h\
plugin.tdevelop subdirs plugin.desktop
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -67,11 +67,11 @@ Archive=kateplugin.tar.gz
[ADMIN]
Type=include
File=%{tdevelop}/template-common/admin.kdevtemplate
File=%{tdevelop}/template-common/admin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[MKDIR_DOCBOOK1]
Type=mkdir

@ -13,15 +13,15 @@
<keyword>TDE</keyword>
</keywords>
</general>
<kdevcppsupport>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
</qt>
</kdevcppsupport>
<kdevautoproject>
</tdevcppsupport>
<tdevautoproject>
<general>
<activetarget>src/lib%{APPNAMELC}plugin.la</activetarget>
<useconfiguration>debug</useconfiguration>
@ -43,8 +43,8 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -52,8 +52,8 @@
<group pattern="*.po;*.ts" name="Translations" />
<group pattern="*" name="Others" />
</groups>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -90,24 +90,24 @@
<ignoreqt_xml>
<toc>qmake User Guide</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
</general>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -19,9 +19,9 @@ add_custom_target( kateplugin2.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/kateplugin2.tar.gz kateplugin2.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
kateplugin2.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
kateplugin2.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -5,10 +5,10 @@ dataFiles = src-Makefile.am plugin_app.cpp plugin_app.h \
templateName = kateplugin2
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles} ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -68,11 +68,11 @@ Archive=kateplugin2.tar.gz
[ADMIN]
Type=include
File=%{tdevelop}/template-common/admin.kdevtemplate
File=%{tdevelop}/template-common/admin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[MKDIR_DOCBOOK1]
Type=mkdir

@ -13,15 +13,15 @@
<keyword>TDE</keyword>
</keywords>
</general>
<kdevcppsupport>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
</qt>
</kdevcppsupport>
<kdevautoproject>
</tdevcppsupport>
<tdevautoproject>
<general>
<activetarget>src/lib%{APPNAMELC}plugin.la</activetarget>
@ -44,8 +44,8 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -53,8 +53,8 @@
<group pattern="*.po;*.ts" name="Translations" />
<group pattern="*" name="Others" />
</groups>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -91,24 +91,24 @@
<ignoreqt_xml>
<toc>qmake User Guide</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
</general>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -1,29 +0,0 @@
#################################################
#
# (C) 2010-2011 Serghei Amelian
# serghei (DOT) amelian (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
add_custom_target( kde4app.tar.gz ALL
COMMAND tar zcf kde4app.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR}
kapp4.cpp kapp4.h prefs_base.ui kapp4view.cpp
kapp4view.h kapp4view_base.ui main.cpp kde4appui.rc
kde4app-CMakeLists.txt kapp4.desktop kapp4.kcfg
settings.kcfgc kde4app.png README kde4app.tdevelop
kde4app.tdevelop.filelist
)
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/kde4app.tar.gz kde4app.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
install( FILES
kde4app.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )

@ -1,19 +0,0 @@
dataFiles = kapp4.cpp kapp4.h prefs_base.ui kapp4view.cpp kapp4view.h kapp4view_base.ui \
main.cpp kde4appui.rc CMakeLists.txt kapp4.desktop kapp4.kcfg settings.kcfgc \
kde4app.png README kde4app.tdevelop kde4app.tdevelop.filelist
templateName = kde4app
### no need to change below:
template_DATA = $(templateName).kdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar
archivedir = ${appwizarddatadir}
archive_DATA = $(templateName).tar.gz ${templateName}.png
CLEANFILES = *.tar.gz

@ -1,27 +0,0 @@
#################################################
#
# (C) 2010-2011 Serghei Amelian
# serghei (DOT) amelian (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
add_custom_target( kdevlang.tar.gz ALL
COMMAND tar zcf kdevlang.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR}
src-Makefile.am kdevlang_part.cpp kdevlang_part.h
kdevlang.rc kdevlang.desktop app.tdevelop
kdevlang-configure.in.in README.dox
)
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/kdevlang.tar.gz kdevlang.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
install( FILES
kdevlang.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )

@ -1,29 +0,0 @@
#################################################
#
# (C) 2010-2011 Serghei Amelian
# serghei (DOT) amelian (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
add_custom_target( kdevpart.tar.gz ALL
COMMAND tar zcf kdevpart.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR}
src-Makefile.am kdevpart_part.cpp kdevpart_part.h
kdevpart_widget.h kdevpart_widget.cpp kdevpart_part.rc
kdevpart.desktop app.tdevelop README.dox
globalconfigbase.ui globalconfig.h globalconfig.cpp
projectconfigbase.ui projectconfig.h projectconfig.cpp
)
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/kdevpart.tar.gz kdevpart.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
install( FILES
kdevpart.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )

@ -1,30 +0,0 @@
#################################################
#
# (C) 2010-2011 Serghei Amelian
# serghei (DOT) amelian (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
add_custom_target( kdevpart2.tar.gz ALL
COMMAND tar zcf kdevpart2.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR}
src-Makefile.am kdevpart_part.cpp kdevpart_part.h
kdevpart_widget.h kdevpart_widget.cpp kdevpart_part.rc
kdevpart.desktop app.tdevelop kdevpart-configure.in.in
README.dox subdirs globalconfigbase.ui globalconfig.h
globalconfig.cpp projectconfigbase.ui projectconfig.h
projectconfig.cpp
)
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/kdevpart2.tar.gz kdevpart2.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
install( FILES
kdevpart2.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )

@ -18,9 +18,9 @@ add_custom_target( khello.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/khello.tar.gz khello.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
khello.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
khello.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -4,10 +4,10 @@ dataFiles = src-Makefile.am app.cpp app.h main.cpp appui.rc app.tdevelop \
templateName = khello
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -13,16 +13,16 @@
<keyword>TDE</keyword>
</keywords>
</general>
<kdevcppsupport>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
</qt>
</kdevcppsupport>
</tdevcppsupport>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/%{APPNAMELC}</activetarget>
<useconfiguration>debug</useconfiguration>
@ -47,8 +47,8 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -56,8 +56,8 @@
<group pattern="*.po;*.ts" name="Translations" />
<group pattern="*" name="Others" />
</groups>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -92,24 +92,24 @@
<ignoreqt_xml>
<toc>qmake User Guide</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
</general>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -68,11 +68,11 @@ Archive=khello.tar.gz
[ADMIN]
Type=include
File=%{tdevelop}/template-common/admin.kdevtemplate
File=%{tdevelop}/template-common/admin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[MKDIR_DOCBOOK1]
Type=mkdir

@ -19,9 +19,9 @@ add_custom_target( khello2.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/khello2.tar.gz khello2.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
khello2.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
khello2.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -4,10 +4,10 @@ dataFiles = src-Makefile.am app.cpp app.h main.cpp appui.rc app.tdevelop \
templateName = khello2
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -13,16 +13,16 @@
<keyword>TDE</keyword>
</keywords>
</general>
<kdevcppsupport>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
</qt>
</kdevcppsupport>
</tdevcppsupport>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/%{APPNAMELC}</activetarget>
<useconfiguration>debug</useconfiguration>
@ -47,8 +47,8 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -56,8 +56,8 @@
<group pattern="*.po;*.ts" name="Translations" />
<group pattern="*" name="Others" />
</groups>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -92,24 +92,24 @@
<ignoreqt_xml>
<toc>qmake User Guide</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
</general>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -64,11 +64,11 @@ Archive=khello2.tar.gz
[ADMIN]
Type=include
File=%{tdevelop}/template-common/admin.kdevtemplate
File=%{tdevelop}/template-common/admin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[MKDIR_DOCBOOK1]
Type=mkdir

@ -18,9 +18,9 @@ add_custom_target( kicker.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/kicker.tar.gz kicker.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
kicker.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
kicker.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -3,10 +3,10 @@ dataFiles = applet.cpp applet.h applet.desktop applet.tdevelop \
templateName = kicker
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -14,16 +14,16 @@
<keyword>Kicker</keyword>
</keywords>
</general>
<kdevcppsupport>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
</qt>
</kdevcppsupport>
</tdevcppsupport>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/lib%{APPNAMELC}.la</activetarget>
<useconfiguration>debug</useconfiguration>
@ -45,8 +45,8 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -54,8 +54,8 @@
<group pattern="*.po;*.ts" name="Translations" />
<group pattern="*" name="Others" />
</groups>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -92,24 +92,24 @@
<ignoreqt_xml>
<toc>qmake User Guide</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
</general>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -65,11 +65,11 @@ Archive=kicker.tar.gz
[ADMIN]
Type=include
File=%{tdevelop}/template-common/admin.kdevtemplate
File=%{tdevelop}/template-common/admin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[MKDIR_DOCBOOK1]
Type=mkdir

@ -2,10 +2,10 @@ dataFiles = appui.rc app.desktop app.cpp mainviewimp.cpp mainviewimp.h mainview.
templateName = kmake
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -10,16 +10,16 @@
<keyword>Qt</keyword>
</keywords>
</general>
<kdevcppsupport>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
</qt>
</kdevcppsupport>
</tdevcppsupport>
<kdevfileview>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -30,8 +30,8 @@
<hidenonprojectfiles>false</hidenonprojectfiles>
<hidepatterns>*.o,*.lo,CVS</hidepatterns>
</tree>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>bash</toc>
<toc>bash_bugs</toc>
@ -68,8 +68,8 @@
<ignoredoxygen>
<toc>TDE Libraries (Doxygen)</toc>
</ignoredoxygen>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell/>
<breakpoints/>
@ -84,28 +84,28 @@
<demanglenames>true</demanglenames>
</display>
<breakpoints/>
</kdevdebugger>
<kdevtrollproject>
</tdevdebugger>
<tdevtrollproject>
<run>
<mainprogram>./bin/%{APPNAMELC}</mainprogram>
<programargs/>
</run>
</kdevtrollproject>
</tdevtrollproject>
<workspace>
<openfiles/>
</workspace>
<kdevfilecreate>
<tdevfilecreate>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
<type ext="ts" />
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -17,9 +17,9 @@ add_custom_target( kmod.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/kmod.tar.gz kmod.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
kmod.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
kmod.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -3,10 +3,10 @@ dataFiles = src-Makefile kmod.tdevelop kmod-driver.c
templateName = kmod
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -4,10 +4,10 @@
<author>%{AUTHOR}</author>
<email>%{EMAIL}</email>
<version>%{VERSION}</version>
<projectmanagement>KDevCustomProject</projectmanagement>
<projectmanagement>TDevCustomProject</projectmanagement>
<primarylanguage>C</primarylanguage>
<ignoreparts>
<part>KDevDebugger</part>
<part>TDevDebugger</part>
</ignoreparts>
<keywords>
<keyword>C</keyword>
@ -15,13 +15,13 @@
<keyword>Kernel</keyword>
</keywords>
</general>
<kdevfileview>
<tdevfileview>
<groups>
<group pattern="Makefile" name="Build" />
<group pattern="*.c" name="Source" />
</groups>
</kdevfileview>
<kdevcustomproject>
</tdevfileview>
<tdevcustomproject>
<envvars/>
<build>
<buildtool>make</buildtool>
@ -35,8 +35,8 @@
<envvars/>
</make>
<makeenvvars/>
</kdevcustomproject>
<kdevdoctreeview>
</tdevcustomproject>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -83,11 +83,11 @@
<ignoredoxygen>
<toc>TDE Libraries (Doxygen)</toc>
</ignoredoxygen>
</kdevdoctreeview>
<kdevdocumentation>
</tdevdoctreeview>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -66,7 +66,7 @@ Archive=kmod.tar.gz
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[FILE1]
Type=install

@ -21,9 +21,9 @@ add_custom_target( kopart.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/kopart.tar.gz kopart.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
kopart.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
kopart.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -7,10 +7,10 @@ dataFiles = kopart.tdevelop kopart_aboutdata.h kopart_part.cpp kopart_view.h \
templateName = kopart
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -14,16 +14,16 @@
<keyword>tdeioslave</keyword>
</keywords>
</general>
<kdevcppsupport>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
</qt>
</kdevcppsupport>
</tdevcppsupport>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/lib%{APPNAMELC}part.la</activetarget>
<useconfiguration>debug</useconfiguration>
@ -45,15 +45,15 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.po;*.ts" name="Translations" />
<group pattern="*" name="Others" />
</groups>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -90,24 +90,24 @@
<ignoreqt_xml>
<toc>qmake User Guide</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
</general>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -63,11 +63,11 @@ Archive=kopart.tar.gz
[ADMIN]
Type=include
File=%{tdevelop}/template-common/admin.kdevtemplate
File=%{tdevelop}/template-common/admin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[MKDIR_DOCBOOK1]
Type=mkdir

@ -19,9 +19,9 @@ add_custom_target( konqnavpanel.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/konqnavpanel.tar.gz konqnavpanel.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
konqnavpanel.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
konqnavpanel.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -4,10 +4,10 @@ dataFiles = konqnavpanel.cpp konqnavpanel.h konqnavpanel.desktop \
templateName = konqnavpanel
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -14,16 +14,16 @@
<keyword>Kicker</keyword>
</keywords>
</general>
<kdevcppsupport>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
</qt>
</kdevcppsupport>
</tdevcppsupport>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/lib%{APPNAMELC}.la</activetarget>
<useconfiguration>debug</useconfiguration>
@ -45,8 +45,8 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -54,8 +54,8 @@
<group pattern="*.po;*.ts" name="Translations" />
<group pattern="*" name="Others" />
</groups>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -92,24 +92,24 @@
<ignoreqt_xml>
<toc>qmake User Guide</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
</general>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -65,11 +65,11 @@ Archive=konqnavpanel.tar.gz
[ADMIN]
Type=include
File=%{tdevelop}/template-common/admin.kdevtemplate
File=%{tdevelop}/template-common/admin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[MKDIR_DOCBOOK1]
Type=mkdir

@ -19,9 +19,9 @@ add_custom_target( kpartapp.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/kpartapp.tar.gz kpartapp.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
kpartapp.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
kpartapp.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -3,10 +3,10 @@ dataFiles = src-Makefile.am app.cpp app.h app_part.cpp\
kpartapp.png app.tdevelop subdirs
templateName = kpartapp
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -13,16 +13,16 @@
<keyword>TDE</keyword>
</keywords>
</general>
<kdevcppsupport>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
</qt>
</kdevcppsupport>
</tdevcppsupport>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/%{APPNAMELC}</activetarget>
<useconfiguration>debug</useconfiguration>
@ -47,8 +47,8 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -56,8 +56,8 @@
<group pattern="*.po;*.ts" name="Translations" />
<group pattern="*" name="Others" />
</groups>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -92,24 +92,24 @@
<ignoreqt_xml>
<toc>qmake User Guide</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
</general>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -65,11 +65,11 @@ Archive=kpartapp.tar.gz
[ADMIN]
Type=include
File=%{tdevelop}/template-common/admin.kdevtemplate
File=%{tdevelop}/template-common/admin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[MKDIR_DOCBOOK1]
Type=mkdir

@ -19,9 +19,9 @@ add_custom_target( kpartplugin.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/kpartplugin.tar.gz kpartplugin.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
kpartplugin.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
kpartplugin.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -5,10 +5,10 @@ dataFiles = src-Makefile.am plugin_app.cpp plugin_app.h \
templateName = kpartplugin
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -64,11 +64,11 @@ Archive=kpartplugin.tar.gz
[ADMIN]
Type=include
File=%{tdevelop}/template-common/admin.kdevtemplate
File=%{tdevelop}/template-common/admin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[MKDIR_DOCBOOK1]
Type=mkdir

@ -13,16 +13,16 @@
<keyword>TDE</keyword>
</keywords>
</general>
<kdevcppsupport>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
</qt>
</kdevcppsupport>
</tdevcppsupport>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/lib%{APPNAMELC}.la</activetarget>
<useconfiguration>debug</useconfiguration>
@ -44,8 +44,8 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -53,8 +53,8 @@
<group pattern="*.po;*.ts" name="Translations" />
<group pattern="*" name="Others" />
</groups>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -91,24 +91,24 @@
<ignoreqt_xml>
<toc>qmake User Guide</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
</general>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -21,9 +21,9 @@ add_custom_target( kscons_kxt.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/kscons_kxt.tar.gz kscons_kxt.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
kscons_kxt.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
kscons_kxt.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -7,10 +7,10 @@ QUICKSTART INSTALL README
templateName= kscons_kxt
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles} ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -17,16 +17,16 @@
<description/>
<ignoreparts/>
</general>
<kdevcppsupport>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
</qt>
</kdevcppsupport>
</tdevcppsupport>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/%{APPNAMELC}</activetarget>
<useconfiguration>debug</useconfiguration>
@ -62,8 +62,8 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -75,8 +75,8 @@
<hidenonprojectfiles>false</hidenonprojectfiles>
<hidepatterns>*.o,*.lo,CVS</hidepatterns>
</tree>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -111,8 +111,8 @@
<ignoreqt_xml>
<toc>qmake User Guide</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
<programargs/>
@ -126,16 +126,16 @@
<staticmembers>false</staticmembers>
<demanglenames>true</demanglenames>
</display>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
<kdevcvs>
</tdevfilecreate>
<tdevcvs>
<cvsoptions>-f</cvsoptions>
<commitoptions/>
<updateoptions>-dP</updateoptions>
@ -144,7 +144,7 @@
<diffoptions>-u3 -p</diffoptions>
<logoptions/>
<rshoptions/>
</kdevcvs>
</tdevcvs>
<cppsupportpart>
<codecompletion/>
<filetemplates>
@ -156,14 +156,14 @@
<lowercasefilenames>true</lowercasefilenames>
</filetemplates>
</cppsupportpart>
<kdevclassview>
<tdevclassview>
<folderhierarchy>true</folderhierarchy>
<depthoffolders>2</depthoffolders>
</kdevclassview>
<kdevdocumentation>
</tdevclassview>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -65,7 +65,7 @@ Archive=kscons_kxt.tar.gz
[SCONS]
Type=include
File=%{tdevelop}/template-common/scons.kdevtemplate
File=%{tdevelop}/template-common/scons.tdevtemplate
[MKDIR_DOCBOOK1]
Type=mkdir

@ -22,9 +22,9 @@ add_custom_target( kscons_tdemdi.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/kscons_tdemdi.tar.gz kscons_tdemdi.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
kscons_tdemdi.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
kscons_tdemdi.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -7,10 +7,10 @@ app_part.cpp app_part.h app_part.rc app_shell.rc
templateName= kscons_tdemdi
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles} ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -17,16 +17,16 @@
<description/>
<ignoreparts/>
</general>
<kdevcppsupport>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
</qt>
</kdevcppsupport>
</tdevcppsupport>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/%{APPNAMELC}</activetarget>
<useconfiguration>debug</useconfiguration>
@ -62,8 +62,8 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -75,8 +75,8 @@
<hidenonprojectfiles>false</hidenonprojectfiles>
<hidepatterns>*.o,*.lo,CVS</hidepatterns>
</tree>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -111,8 +111,8 @@
<ignoreqt_xml>
<toc>qmake User Guide</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
<programargs/>
@ -126,16 +126,16 @@
<staticmembers>false</staticmembers>
<demanglenames>true</demanglenames>
</display>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
<kdevcvs>
</tdevfilecreate>
<tdevcvs>
<cvsoptions>-f</cvsoptions>
<commitoptions/>
<updateoptions>-dP</updateoptions>
@ -144,7 +144,7 @@
<diffoptions>-u3 -p</diffoptions>
<logoptions/>
<rshoptions/>
</kdevcvs>
</tdevcvs>
<cppsupportpart>
<codecompletion/>
<filetemplates>
@ -156,14 +156,14 @@
<lowercasefilenames>true</lowercasefilenames>
</filetemplates>
</cppsupportpart>
<kdevclassview>
<tdevclassview>
<folderhierarchy>true</folderhierarchy>
<depthoffolders>2</depthoffolders>
</kdevclassview>
<kdevdocumentation>
</tdevclassview>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -64,7 +64,7 @@ Archive=kscons_tdemdi.tar.gz
[SCONS]
Type=include
File=%{tdevelop}/template-common/scons.kdevtemplate
File=%{tdevelop}/template-common/scons.tdevtemplate
[MKDIR_DOCBOOK1]
Type=mkdir

@ -20,9 +20,9 @@ add_custom_target( kxt.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/kxt.tar.gz kxt.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
kxt.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
kxt.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -5,10 +5,10 @@ dataFiles = src-Makefile.am app.cpp app.h main.cpp appui.rc app.tdevelop \
templateName= kxt
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -17,16 +17,16 @@
<description/>
<ignoreparts/>
</general>
<kdevcppsupport>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
</qt>
</kdevcppsupport>
</tdevcppsupport>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/%{APPNAMELC}</activetarget>
<useconfiguration>debug</useconfiguration>
@ -62,8 +62,8 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -75,8 +75,8 @@
<hidenonprojectfiles>false</hidenonprojectfiles>
<hidepatterns>*.o,*.lo,CVS</hidepatterns>
</tree>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -111,8 +111,8 @@
<ignoreqt_xml>
<toc>qmake User Guide</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
<programargs/>
@ -126,16 +126,16 @@
<staticmembers>false</staticmembers>
<demanglenames>true</demanglenames>
</display>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
<kdevcvs>
</tdevfilecreate>
<tdevcvs>
<cvsoptions>-f</cvsoptions>
<commitoptions/>
<updateoptions>-dP</updateoptions>
@ -144,7 +144,7 @@
<diffoptions>-u3 -p</diffoptions>
<logoptions/>
<rshoptions/>
</kdevcvs>
</tdevcvs>
<cppsupportpart>
<codecompletion/>
<filetemplates>
@ -156,14 +156,14 @@
<lowercasefilenames>true</lowercasefilenames>
</filetemplates>
</cppsupportpart>
<kdevclassview>
<tdevclassview>
<folderhierarchy>true</folderhierarchy>
<depthoffolders>2</depthoffolders>
</kdevclassview>
<kdevdocumentation>
</tdevclassview>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -67,11 +67,11 @@ Archive=kxt.tar.gz
[ADMIN]
Type=include
File=%{tdevelop}/template-common/admin.kdevtemplate
File=%{tdevelop}/template-common/admin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[MKDIR_DOCBOOK1]
Type=mkdir

@ -17,9 +17,9 @@ add_custom_target( makefileempty.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/makefileempty.tar.gz makefileempty.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
makefileempty.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
makefileempty.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -3,10 +3,10 @@ dataFiles = makefileempty-Makefile \
templateName = makefileempty
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -4,14 +4,14 @@
<author>%{AUTHOR}</author>
<email>%{EMAIL}</email>
<version>%{VERSION}</version>
<projectmanagement>KDevCustomProject</projectmanagement>
<projectmanagement>TDevCustomProject</projectmanagement>
<primarylanguage>C++</primarylanguage>
<keywords>
<keyword>C++</keyword>
<keyword>Code</keyword>
</keywords>
</general>
<kdevautoproject>
<tdevautoproject>
<general>
</general>
<run>
@ -33,8 +33,8 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevdoctreeview>
</tdevautoproject>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -79,23 +79,23 @@
<ignoredoxygen>
<toc>TDE Libraries (Doxygen)</toc>
</ignoredoxygen>
</kdevdoctreeview>
<kdevfilecreate>
</tdevdoctreeview>
<tdevfilecreate>
<useglobaltypes>
<type ext="cpp"/>
<type ext="h"/>
</useglobaltypes>
</kdevfilecreate>
<kdevfileview>
</tdevfilecreate>
<tdevfileview>
<groups>
<group pattern="*.h" name="Header files" />
<group pattern="*.cpp" name="Source files" />
</groups>
</kdevfileview>
<kdevdocumentation>
</tdevfileview>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -53,7 +53,7 @@ Dest=%{dest}/%{APPNAMELC}.tdevelop
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[FILE2]
Type=install

@ -19,9 +19,9 @@ add_custom_target( noatunui.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/noatunui.tar.gz noatunui.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
noatunui.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
noatunui.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -3,10 +3,10 @@ dataFiles = src-Makefile.am plugin_app.cpp plugin_impl.cpp plugin_impl.h \
templateName = noatunui
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -63,11 +63,11 @@ Archive=noatunui.tar.gz
[ADMIN]
Type=include
File=%{tdevelop}/template-common/admin.kdevtemplate
File=%{tdevelop}/template-common/admin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[MKDIR_DOCBOOK1]
Type=mkdir

@ -13,16 +13,16 @@
<keyword>TDE</keyword>
</keywords>
</general>
<kdevcppsupport>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
</qt>
</kdevcppsupport>
</tdevcppsupport>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/noatun_%{APPNAMELC}plugin.la</activetarget>
<useconfiguration>debug</useconfiguration>
@ -44,8 +44,8 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -53,8 +53,8 @@
<group pattern="*.po;*.ts" name="Translations" />
<group pattern="*" name="Others" />
</groups>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>bash</toc>
<toc>bash_bugs</toc>
@ -88,24 +88,24 @@
<ignoreqt_xml>
<toc>qmake User Guide</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
</general>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -19,9 +19,9 @@ add_custom_target( noatunvisual.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/noatunvisual.tar.gz noatunvisual.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
noatunvisual.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
noatunvisual.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -4,10 +4,10 @@ dataFiles = src-Makefile.am plugin_app.cpp plugin_app.h plugin_impl.cpp \
templateName = noatunvisual
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -67,11 +67,11 @@ Archive=noatunvisual.tar.gz
[ADMIN]
Type=include
File=%{tdevelop}/template-common/admin.kdevtemplate
File=%{tdevelop}/template-common/admin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[MKDIR_DOCBOOK1]
Type=mkdir

@ -13,16 +13,16 @@
<keyword>TDE</keyword>
</keywords>
</general>
<kdevcppsupport>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
</qt>
</kdevcppsupport>
</tdevcppsupport>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/noatun_%{APPNAMELC}plugin.la</activetarget>
<useconfiguration>debug</useconfiguration>
@ -49,8 +49,8 @@
<ldflags>-lSDL</ldflags>
</default>
</configurations>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -58,8 +58,8 @@
<group pattern="*.po;*.ts" name="Translations" />
<group pattern="*" name="Others" />
</groups>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>bash</toc>
<toc>bash_bugs</toc>
@ -95,24 +95,24 @@
<ignoreqt_xml>
<toc>qmake User Guide</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
</general>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -18,9 +18,9 @@ add_custom_target( opieapp.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/opieapp.tar.gz opieapp.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
opieapp.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
opieapp.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -4,10 +4,10 @@ dataFiles = Example.png app.tdevelop example.desktop Makefile.am \
templateName = opieapp
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -13,7 +13,7 @@
</keywords>
<ignoreparts/>
</general>
<kdevfileview>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -24,8 +24,8 @@
<hidenonprojectfiles>false</hidenonprojectfiles>
<hidepatterns>*.o,*.lo,CVS</hidepatterns>
</tree>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>gtk</toc>
<toc>gnustep</toc>
@ -52,8 +52,8 @@
<toc>libbonobo</toc>
<toc>libbonoboui</toc>
</ignoredevhelp>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell></dbgshell>
<programargs>-qws</programargs>
@ -66,8 +66,8 @@
<staticmembers>false</staticmembers>
<demanglenames>true</demanglenames>
</display>
</kdevdebugger>
<kdevtrollproject>
</tdevdebugger>
<tdevtrollproject>
<opie>
<quick_app>true</quick_app>
</opie>
@ -93,15 +93,15 @@
<programargs>-qws</programargs>
</run>
<envvars/>
</kdevtrollproject>
<kdevfilecreate>
</tdevtrollproject>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
</tdevfilecreate>
<cppsupportpart>
<codecompletion>
<codehinting outputview="1" enablech="0" selectview="0" />
@ -120,11 +120,11 @@
<lowercasefilenames>true</lowercasefilenames>
</filetemplates>
</cppsupportpart>
<kdevclassview>
<tdevclassview>
<folderhierarchy>true</folderhierarchy>
<depthoffolders>2</depthoffolders>
</kdevclassview>
<kdevcvs>
</tdevclassview>
<tdevcvs>
<cvsoptions>-f</cvsoptions>
<commitoptions></commitoptions>
<updateoptions>-dP</updateoptions>
@ -133,11 +133,11 @@
<diffoptions>-u3 -p</diffoptions>
<logoptions></logoptions>
<rshoptions></rshoptions>
</kdevcvs>
<kdevdocumentation>
</tdevcvs>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -18,9 +18,9 @@ add_custom_target( opieapplet.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/opieapplet.tar.gz opieapplet.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
opieapplet.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
opieapplet.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -4,10 +4,10 @@ dataFiles = Makefile.am Example.png app.tdevelop app.pro \
templateName = opieapplet
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -13,7 +13,7 @@
</keywords>
<ignoreparts/>
</general>
<kdevfileview>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -24,8 +24,8 @@
<hidenonprojectfiles>false</hidenonprojectfiles>
<hidepatterns>*.o,*.lo,CVS</hidepatterns>
</tree>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>gtk</toc>
<toc>gnustep</toc>
@ -52,8 +52,8 @@
<toc>libbonobo</toc>
<toc>libbonoboui</toc>
</ignoredevhelp>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell></dbgshell>
<programargs>-qws</programargs>
@ -66,8 +66,8 @@
<staticmembers>false</staticmembers>
<demanglenames>true</demanglenames>
</display>
</kdevdebugger>
<kdevtrollproject>
</tdevdebugger>
<tdevtrollproject>
<opie>
<quick_app>true</quick_app>
</opie>
@ -108,15 +108,15 @@ fi
<programargs>-qws</programargs>
</run>
<envvars/>
</kdevtrollproject>
<kdevfilecreate>
</tdevtrollproject>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
</tdevfilecreate>
<cppsupportpart>
<codecompletion>
<codehinting outputview="1" enablech="0" selectview="0" />
@ -135,11 +135,11 @@ fi
<lowercasefilenames>true</lowercasefilenames>
</filetemplates>
</cppsupportpart>
<kdevclassview>
<tdevclassview>
<folderhierarchy>true</folderhierarchy>
<depthoffolders>2</depthoffolders>
</kdevclassview>
<kdevcvs>
</tdevclassview>
<tdevcvs>
<cvsoptions>-f</cvsoptions>
<commitoptions></commitoptions>
<updateoptions>-dP</updateoptions>
@ -148,11 +148,11 @@ fi
<diffoptions>-u3 -p</diffoptions>
<logoptions></logoptions>
<rshoptions></rshoptions>
</kdevcvs>
<kdevdocumentation>
</tdevcvs>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -18,9 +18,9 @@ add_custom_target( opieinput.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/opieinput.tar.gz opieinput.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
opieinput.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
opieinput.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -3,10 +3,10 @@ dataFiles = Makefile.am Example.png app.tdevelop app.pro \
templateName = opieinput
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -13,7 +13,7 @@
</keywords>
<ignoreparts/>
</general>
<kdevfileview>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -24,8 +24,8 @@
<hidenonprojectfiles>false</hidenonprojectfiles>
<hidepatterns>*.o,*.lo,CVS</hidepatterns>
</tree>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>gtk</toc>
<toc>gnustep</toc>
@ -52,8 +52,8 @@
<toc>libbonobo</toc>
<toc>libbonoboui</toc>
</ignoredevhelp>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell></dbgshell>
<programargs>-qws</programargs>
@ -66,8 +66,8 @@
<staticmembers>false</staticmembers>
<demanglenames>true</demanglenames>
</display>
</kdevdebugger>
<kdevtrollproject>
</tdevdebugger>
<tdevtrollproject>
<opie>
<quick_app>false</quick_app>
</opie>
@ -109,15 +109,15 @@ fi
<programargs>-qws</programargs>
</run>
<envvars/>
</kdevtrollproject>
<kdevfilecreate>
</tdevtrollproject>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
</tdevfilecreate>
<cppsupportpart>
<codecompletion>
<codehinting outputview="1" enablech="0" selectview="0" />
@ -136,11 +136,11 @@ fi
<lowercasefilenames>true</lowercasefilenames>
</filetemplates>
</cppsupportpart>
<kdevclassview>
<tdevclassview>
<folderhierarchy>true</folderhierarchy>
<depthoffolders>2</depthoffolders>
</kdevclassview>
<kdevcvs>
</tdevclassview>
<tdevcvs>
<cvsoptions>-f</cvsoptions>
<commitoptions></commitoptions>
<updateoptions>-dP</updateoptions>
@ -149,11 +149,11 @@ fi
<diffoptions>-u3 -p</diffoptions>
<logoptions></logoptions>
<rshoptions></rshoptions>
</kdevcvs>
<kdevdocumentation>
</tdevcvs>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -18,9 +18,9 @@ add_custom_target( opiemenu.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/opiemenu.tar.gz opiemenu.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
opiemenu.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
opiemenu.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -4,10 +4,10 @@ dataFiles = Makefile.am Example.png app.tdevelop app.pro \
templateName = opiemenu
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -13,7 +13,7 @@
</keywords>
<ignoreparts/>
</general>
<kdevfileview>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -24,8 +24,8 @@
<hidenonprojectfiles>false</hidenonprojectfiles>
<hidepatterns>*.o,*.lo,CVS</hidepatterns>
</tree>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>gtk</toc>
<toc>gnustep</toc>
@ -52,8 +52,8 @@
<toc>libbonobo</toc>
<toc>libbonoboui</toc>
</ignoredevhelp>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell></dbgshell>
<programargs>-qws</programargs>
@ -66,8 +66,8 @@
<staticmembers>false</staticmembers>
<demanglenames>true</demanglenames>
</display>
</kdevdebugger>
<kdevtrollproject>
</tdevdebugger>
<tdevtrollproject>
<opie>
<quick_app>true</quick_app>
</opie>
@ -108,15 +108,15 @@ fi
<programargs>-qws</programargs>
</run>
<envvars/>
</kdevtrollproject>
<kdevfilecreate>
</tdevtrollproject>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
</tdevfilecreate>
<cppsupportpart>
<codecompletion>
<codehinting outputview="1" enablech="0" selectview="0" />
@ -135,11 +135,11 @@ fi
<lowercasefilenames>true</lowercasefilenames>
</filetemplates>
</cppsupportpart>
<kdevclassview>
<tdevclassview>
<folderhierarchy>true</folderhierarchy>
<depthoffolders>2</depthoffolders>
</kdevclassview>
<kdevcvs>
</tdevclassview>
<tdevcvs>
<cvsoptions>-f</cvsoptions>
<commitoptions></commitoptions>
<updateoptions>-dP</updateoptions>
@ -148,11 +148,11 @@ fi
<diffoptions>-u3 -p</diffoptions>
<logoptions></logoptions>
<rshoptions></rshoptions>
</kdevcvs>
<kdevdocumentation>
</tdevcvs>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -19,9 +19,9 @@ add_custom_target( opienet.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/opienet.tar.gz opienet.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
opienet.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
opienet.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -5,10 +5,10 @@ dataFiles = Makefile.am Example.png app.tdevelop app.pro \
templateName = opienet
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -13,7 +13,7 @@
</keywords>
<ignoreparts/>
</general>
<kdevfileview>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -24,8 +24,8 @@
<hidenonprojectfiles>false</hidenonprojectfiles>
<hidepatterns>*.o,*.lo,CVS</hidepatterns>
</tree>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>gtk</toc>
<toc>gnustep</toc>
@ -52,8 +52,8 @@
<toc>libbonobo</toc>
<toc>libbonoboui</toc>
</ignoredevhelp>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell></dbgshell>
<programargs>-qws</programargs>
@ -66,8 +66,8 @@
<staticmembers>false</staticmembers>
<demanglenames>true</demanglenames>
</display>
</kdevdebugger>
<kdevtrollproject>
</tdevdebugger>
<tdevtrollproject>
<opie>
<quick_app>false</quick_app>
</opie>
@ -93,15 +93,15 @@
<programargs>-qws</programargs>
</run>
<envvars/>
</kdevtrollproject>
<kdevfilecreate>
</tdevtrollproject>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
</tdevfilecreate>
<cppsupportpart>
<codecompletion>
<codehinting outputview="1" enablech="0" selectview="0" />
@ -120,11 +120,11 @@
<lowercasefilenames>true</lowercasefilenames>
</filetemplates>
</cppsupportpart>
<kdevclassview>
<tdevclassview>
<folderhierarchy>true</folderhierarchy>
<depthoffolders>2</depthoffolders>
</kdevclassview>
<kdevcvs>
</tdevclassview>
<tdevcvs>
<cvsoptions>-f</cvsoptions>
<commitoptions></commitoptions>
<updateoptions>-dP</updateoptions>
@ -133,11 +133,11 @@
<diffoptions>-u3 -p</diffoptions>
<logoptions></logoptions>
<rshoptions></rshoptions>
</kdevcvs>
<kdevdocumentation>
</tdevcvs>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -20,9 +20,9 @@ add_custom_target( opietoday.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/opietoday.tar.gz opietoday.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
opietoday.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
opietoday.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -5,10 +5,10 @@ dataFiles = Makefile.am Example.png app.tdevelop app.pro exampleplugin.cpp \
templateName = opietoday
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -13,7 +13,7 @@
</keywords>
<ignoreparts/>
</general>
<kdevfileview>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -24,8 +24,8 @@
<hidenonprojectfiles>false</hidenonprojectfiles>
<hidepatterns>*.o,*.lo,CVS</hidepatterns>
</tree>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>gtk</toc>
<toc>gnustep</toc>
@ -52,8 +52,8 @@
<toc>libbonobo</toc>
<toc>libbonoboui</toc>
</ignoredevhelp>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell></dbgshell>
<programargs>-qws</programargs>
@ -66,8 +66,8 @@
<staticmembers>false</staticmembers>
<demanglenames>true</demanglenames>
</display>
</kdevdebugger>
<kdevtrollproject>
</tdevdebugger>
<tdevtrollproject>
<opie>
<quick_app>false</quick_app>
</opie>
@ -93,15 +93,15 @@
<programargs>-qws</programargs>
</run>
<envvars/>
</kdevtrollproject>
<kdevfilecreate>
</tdevtrollproject>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
</tdevfilecreate>
<cppsupportpart>
<codecompletion>
<codehinting outputview="1" enablech="0" selectview="0" />
@ -120,11 +120,11 @@
<lowercasefilenames>true</lowercasefilenames>
</filetemplates>
</cppsupportpart>
<kdevclassview>
<tdevclassview>
<folderhierarchy>true</folderhierarchy>
<depthoffolders>2</depthoffolders>
</kdevclassview>
<kdevcvs>
</tdevclassview>
<tdevcvs>
<cvsoptions>-f</cvsoptions>
<commitoptions></commitoptions>
<updateoptions>-dP</updateoptions>
@ -133,11 +133,11 @@
<diffoptions>-u3 -p</diffoptions>
<logoptions></logoptions>
<rshoptions></rshoptions>
</kdevcvs>
<kdevdocumentation>
</tdevcvs>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -3,10 +3,10 @@ dataFiles = prc-tool.png src-Makefile prc-tool.tdevelop callback.h \
templateName = prc-tool
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -4,23 +4,23 @@
<author>%{AUTHOR}</author>
<email>%{EMAIL}</email>
<version>%{VERSION}</version>
<projectmanagement>KDevCustomProject</projectmanagement>
<projectmanagement>TDevCustomProject</projectmanagement>
<primarylanguage>C</primarylanguage>
<ignoreparts>
<part>KDevDebugger</part>
<part>TDevDebugger</part>
</ignoreparts>
<keywords>
<keyword>C</keyword>
<keyword>PalmOS</keyword>
</keywords>
</general>
<kdevfileview>
<tdevfileview>
<groups>
<group pattern="Makefile" name="Build" />
<group pattern="*.c" name="Source" />
</groups>
</kdevfileview>
<kdevcustomproject>
</tdevfileview>
<tdevcustomproject>
<run>
<mainprogram>make test</mainprogram>
<programargs/>
@ -40,12 +40,12 @@
<envvars/>
</make>
<makeenvvars/>
</kdevcustomproject>
</tdevcustomproject>
<kdevdocumentation>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -65,7 +65,7 @@ Archive=prc-tool.tar.gz
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[FILE1]
Type=install

@ -19,9 +19,9 @@ add_custom_target( qmakeapp.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/qmakeapp.tar.gz qmakeapp.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
qmakeapp.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
qmakeapp.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -4,10 +4,10 @@ dataFiles = main.cpp qmakeapp.cpp qmakeapp.h qmakeapp.png qmakeapp.tdevelop \
templateName = qmakeapp
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -10,7 +10,7 @@
<keyword>Qt</keyword>
</keywords>
</general>
<kdevfileview>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -21,18 +21,18 @@
<hidenonprojectfiles>false</hidenonprojectfiles>
<hidepatterns>*.o,*.lo,CVS</hidepatterns>
</tree>
</kdevfileview>
<kdevcppsupport>
</tdevfileview>
<tdevcppsupport>
<qt>
<used>true</used>
<version>3</version>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
<root>%{QTDIR}</root>
<qmake>%{QMAKE}</qmake>
</qt>
</kdevcppsupport>
<kdevdoctreeview>
</tdevcppsupport>
<tdevdoctreeview>
<ignoretocs>
<toc>bash</toc>
<toc>bash_bugs</toc>
@ -69,8 +69,8 @@
<ignoredoxygen>
<toc>TDE Libraries (Doxygen)</toc>
</ignoredoxygen>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell/>
<breakpoints/>
@ -85,28 +85,28 @@
<demanglenames>true</demanglenames>
</display>
<breakpoints/>
</kdevdebugger>
<kdevtrollproject>
</tdevdebugger>
<tdevtrollproject>
<run>
<mainprogram>./bin/%{APPNAMELC}</mainprogram>
<programargs/>
</run>
</kdevtrollproject>
</tdevtrollproject>
<workspace>
<openfiles/>
</workspace>
<kdevfilecreate>
<tdevfilecreate>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
<type ext="ts" />
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -17,9 +17,9 @@ add_custom_target( qmakeempty.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/qmakeempty.tar.gz qmakeempty.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
qmakeempty.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
qmakeempty.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -4,10 +4,10 @@ dataFiles = qmakeempty.tdevelop \
templateName = qmakeempty
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -10,7 +10,7 @@
<keyword>Qt</keyword>
</keywords>
</general>
<kdevfileview>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -21,8 +21,8 @@
<hidenonprojectfiles>false</hidenonprojectfiles>
<hidepatterns>*.o,*.lo,CVS</hidepatterns>
</tree>
</kdevfileview>
<kdevcppsupport>
</tdevfileview>
<tdevcppsupport>
<qt>
<used>true</used>
<version>4</version>
@ -31,8 +31,8 @@
<qmake>%{QMAKE}</qmake>
<designer>%{DESIGNER}</designer>
</qt>
</kdevcppsupport>
<kdevdoctreeview>
</tdevcppsupport>
<tdevdoctreeview>
<ignoretocs>
<toc>bash</toc>
<toc>bash_bugs</toc>
@ -69,8 +69,8 @@
<ignoredoxygen>
<toc>TDE Libraries (Doxygen)</toc>
</ignoredoxygen>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell/>
<breakpoints/>
@ -85,17 +85,17 @@
<demanglenames>true</demanglenames>
</display>
<breakpoints/>
</kdevdebugger>
<kdevtrollproject>
</tdevdebugger>
<tdevtrollproject>
<run>
<mainprogram>./bin/%{APPNAMELC}</mainprogram>
<programargs/>
</run>
</kdevtrollproject>
</tdevtrollproject>
<workspace>
<openfiles/>
</workspace>
<kdevfilecreate>
<tdevfilecreate>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
@ -103,11 +103,11 @@
<type ext="ts" />
<type ext="qrc" />
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -17,9 +17,9 @@ add_custom_target( qmakesimple.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/qmakesimple.tar.gz qmakesimple.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
qmakesimple.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
qmakesimple.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -2,10 +2,10 @@ dataFiles = main.cpp qmakesimple.png app.tdevelop app.pro src.pro
templateName = qmakesimple
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -10,25 +10,25 @@
<keyword>Qt</keyword>
</keywords>
</general>
<kdevfileview>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
<group pattern="*.png" name="Icons" />
<group pattern="*" name="Others" />
</groups>
</kdevfileview>
<kdevcppsupport>
</tdevfileview>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
<root>%{QTDIR}</root>
<qmake>%{QMAKE}</qmake>
</qt>
</kdevcppsupport>
<kdevdoctreeview>
</tdevcppsupport>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -66,8 +66,8 @@
<ignoredoxygen>
<toc>TDE Libraries (Doxygen)</toc>
</ignoredoxygen>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<programargs></programargs>
<gdbpath>/usr/bin/gdb</gdbpath>
@ -76,25 +76,25 @@
<floatingtoolbar>false</floatingtoolbar>
<dbgshell/>
</general>
</kdevdebugger>
<kdevtrollproject>
</tdevdebugger>
<tdevtrollproject>
<run>
<mainprogram>./bin/%{APPNAMELC}</mainprogram>
<programargs/>
</run>
</kdevtrollproject>
<kdevfilecreate>
</tdevtrollproject>
<tdevfilecreate>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
<type ext="ts" />
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -18,9 +18,9 @@ add_custom_target( qt4hello.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/qt4hello.tar.gz qt4hello.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
qt4hello.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
qt4hello.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -4,10 +4,10 @@ dataFiles = main.cpp qt4hello.png qt4hello.tdevelop \
templateName = qt4hello
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -10,7 +10,7 @@
<keyword>Qt</keyword>
</keywords>
</general>
<kdevfileview>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -21,8 +21,8 @@
<hidenonprojectfiles>false</hidenonprojectfiles>
<hidepatterns>*.o,*.lo,CVS</hidepatterns>
</tree>
</kdevfileview>
<kdevcppsupport>
</tdevfileview>
<tdevcppsupport>
<qt>
<used>true</used>
<version>4</version>
@ -31,8 +31,8 @@
<qmake>%{QMAKE}</qmake>
<designer>%{DESIGNER}</designer>
</qt>
</kdevcppsupport>
<kdevdoctreeview>
</tdevcppsupport>
<tdevdoctreeview>
<ignoretocs>
<toc>bash</toc>
<toc>bash_bugs</toc>
@ -69,8 +69,8 @@
<ignoredoxygen>
<toc>TDE Libraries (Doxygen)</toc>
</ignoredoxygen>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell/>
<breakpoints/>
@ -85,17 +85,17 @@
<demanglenames>true</demanglenames>
</display>
<breakpoints/>
</kdevdebugger>
<kdevtrollproject>
</tdevdebugger>
<tdevtrollproject>
<run>
<mainprogram>./bin/%{APPNAMELC}</mainprogram>
<programargs/>
</run>
</kdevtrollproject>
</tdevtrollproject>
<workspace>
<openfiles/>
</workspace>
<kdevfilecreate>
<tdevfilecreate>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
@ -103,11 +103,11 @@
<type ext="ts" />
<type ext="qrc" />
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -20,9 +20,9 @@ add_custom_target( qt4makeapp.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/qt4makeapp.tar.gz qt4makeapp.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
qt4makeapp.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
qt4makeapp.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -5,10 +5,10 @@ dataFiles = main.cpp qt4makeapp.cpp qt4makeapp.h qt4makeapp.png qt4makeapp.tdeve
templateName = qt4makeapp
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -10,7 +10,7 @@
<keyword>Qt</keyword>
</keywords>
</general>
<kdevfileview>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -21,8 +21,8 @@
<hidenonprojectfiles>false</hidenonprojectfiles>
<hidepatterns>*.o,*.lo,CVS</hidepatterns>
</tree>
</kdevfileview>
<kdevcppsupport>
</tdevfileview>
<tdevcppsupport>
<qt>
<used>true</used>
<version>4</version>
@ -31,8 +31,8 @@
<qmake>%{QMAKE}</qmake>
<designer>%{DESIGNER}</designer>
</qt>
</kdevcppsupport>
<kdevdoctreeview>
</tdevcppsupport>
<tdevdoctreeview>
<ignoretocs>
<toc>bash</toc>
<toc>bash_bugs</toc>
@ -69,8 +69,8 @@
<ignoredoxygen>
<toc>TDE Libraries (Doxygen)</toc>
</ignoredoxygen>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell/>
<breakpoints/>
@ -85,17 +85,17 @@
<demanglenames>true</demanglenames>
</display>
<breakpoints/>
</kdevdebugger>
<kdevtrollproject>
</tdevdebugger>
<tdevtrollproject>
<run>
<mainprogram>./bin/%{APPNAMELC}</mainprogram>
<programargs/>
</run>
</kdevtrollproject>
</tdevtrollproject>
<workspace>
<openfiles/>
</workspace>
<kdevfilecreate>
<tdevfilecreate>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
@ -103,11 +103,11 @@
<type ext="ts" />
<type ext="qrc" />
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -19,9 +19,9 @@ add_custom_target( qtopia4app.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/qtopia4app.tar.gz qtopia4app.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
qtopia4app.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
qtopia4app.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -5,10 +5,10 @@ dataFiles = Example.png app.tdevelop example.desktop \
templateName = qtopia4app
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
gzip -f9 $(templateName).tar

@ -11,7 +11,7 @@
</keywords>
<ignoreparts/>
</general>
<kdevfileview>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -22,8 +22,8 @@
<hidenonprojectfiles>false</hidenonprojectfiles>
<hidepatterns>*.o,*.lo,CVS</hidepatterns>
</tree>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -61,8 +61,8 @@
<ignoredoxygen>
<toc>TDE Libraries (Doxygen)</toc>
</ignoredoxygen>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
<programargs></programargs>
@ -75,8 +75,8 @@
<staticmembers>false</staticmembers>
<demanglenames>true</demanglenames>
</display>
</kdevdebugger>
<kdevtrollproject>
</tdevdebugger>
<tdevtrollproject>
<general>
<activedir></activedir>
</general>
@ -105,11 +105,11 @@
<envvar value="$PATH:/opt/Qtopia/SDK/scripts:/opt/Qtopia/SDK/4.2.4/x86/bin:/opt/Qtopia/SDK/4.2.4/x86/scripts" name="PATH" />
</envvars>
</make>
</kdevtrollproject>
<kdevfilecreate>
</tdevtrollproject>
<tdevfilecreate>
<filetypes/>
<useglobaltypes/>
</kdevfilecreate>
</tdevfilecreate>
<cppsupportpart>
<codecompletion>
<codehinting outputview="1" enablech="0" selectview="0" />
@ -128,11 +128,11 @@
<lowercasefilenames>true</lowercasefilenames>
</filetemplates>
</cppsupportpart>
<kdevclassview>
<tdevclassview>
<folderhierarchy>true</folderhierarchy>
<depthoffolders>2</depthoffolders>
</kdevclassview>
<kdevcvs>
</tdevclassview>
<tdevcvs>
<cvsoptions>-f</cvsoptions>
<commitoptions></commitoptions>
<updateoptions>-dP</updateoptions>
@ -141,14 +141,14 @@
<diffoptions>-u3 -p</diffoptions>
<logoptions></logoptions>
<rshoptions></rshoptions>
</kdevcvs>
<kdevdocumentation>
</tdevcvs>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
<kdevcppsupport>
</tdevdocumentation>
<tdevcppsupport>
<qt>
<used>true</used>
<version>4</version>
@ -159,5 +159,5 @@
<designer>/opt/Qtopia/SDK/4.2.4/x86/bin/designer</designer>
<designerpluginpaths/>
</qt>
</kdevcppsupport>
</tdevcppsupport>
</tdevelop>

@ -19,9 +19,9 @@ add_custom_target( qtopiaapp.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/qtopiaapp.tar.gz qtopiaapp.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
qtopiaapp.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
qtopiaapp.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -5,10 +5,10 @@ dataFiles = Example.png app.tdevelop example.control example.desktop \
templateName = qtopiaapp
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -11,7 +11,7 @@
</keywords>
<ignoreparts/>
</general>
<kdevfileview>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -22,8 +22,8 @@
<hidenonprojectfiles>false</hidenonprojectfiles>
<hidepatterns>*.o,*.lo,CVS</hidepatterns>
</tree>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -61,8 +61,8 @@
<ignoredoxygen>
<toc>TDE Libraries (Doxygen)</toc>
</ignoredoxygen>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
<programargs></programargs>
@ -75,8 +75,8 @@
<staticmembers>false</staticmembers>
<demanglenames>true</demanglenames>
</display>
</kdevdebugger>
<kdevtrollproject>
</tdevdebugger>
<tdevtrollproject>
<general>
<activedir></activedir>
</general>
@ -85,11 +85,11 @@
<programargs>-qws</programargs>
</run>
<envvars/>
</kdevtrollproject>
<kdevfilecreate>
</tdevtrollproject>
<tdevfilecreate>
<filetypes/>
<useglobaltypes/>
</kdevfilecreate>
</tdevfilecreate>
<cppsupportpart>
<codecompletion>
<codehinting outputview="1" enablech="0" selectview="0" />
@ -108,11 +108,11 @@
<lowercasefilenames>true</lowercasefilenames>
</filetemplates>
</cppsupportpart>
<kdevclassview>
<tdevclassview>
<folderhierarchy>true</folderhierarchy>
<depthoffolders>2</depthoffolders>
</kdevclassview>
<kdevcvs>
</tdevclassview>
<tdevcvs>
<cvsoptions>-f</cvsoptions>
<commitoptions></commitoptions>
<updateoptions>-dP</updateoptions>
@ -121,11 +121,11 @@
<diffoptions>-u3 -p</diffoptions>
<logoptions></logoptions>
<rshoptions></rshoptions>
</kdevcvs>
<kdevdocumentation>
</tdevcvs>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -0,0 +1,29 @@
#################################################
#
# (C) 2010-2011 Serghei Amelian
# serghei (DOT) amelian (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
add_custom_target( tde4app.tar.gz ALL
COMMAND tar zcf tde4app.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR}
tdeapp4.cpp tdeapp4.h prefs_base.ui tdeapp4view.cpp
tdeapp4view.h tdeapp4view_base.ui main.cpp tde4appui.rc
tde4app-CMakeLists.txt tdeapp4.desktop tdeapp4.kcfg
settings.kcfgc tde4app.png README tde4app.tdevelop
tde4app.tdevelop.filelist
)
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/tde4app.tar.gz tde4app.png
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
tde4app.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -0,0 +1,19 @@
dataFiles = tdeapp4.cpp tdeapp4.h prefs_base.ui tdeapp4view.cpp tdeapp4view.h tdeapp4view_base.ui \
main.cpp tde4appui.rc CMakeLists.txt tdeapp4.desktop tdeapp4.kcfg settings.kcfgc \
tde4app.png README tde4app.tdevelop tde4app.tdevelop.filelist
templateName = tde4app
### no need to change below:
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar
archivedir = ${appwizarddatadir}
archive_DATA = $(templateName).tar.gz ${templateName}.png
CLEANFILES = *.tar.gz

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

@ -4,7 +4,7 @@
<author>%{AUTHOR}</author>
<email>%{EMAIL}</email>
<version>%{VERSION}</version>
<projectmanagement>KDevCustomProject</projectmanagement>
<projectmanagement>TDevCustomProject</projectmanagement>
<primarylanguage>C++</primarylanguage>
<keywords>
<keyword>C++</keyword>
@ -18,7 +18,7 @@
<description/>
<ignoreparts/>
</general>
<kdevfileview>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -30,8 +30,8 @@
<hidenonprojectfiles>false</hidenonprojectfiles>
<hidepatterns>*.o,*.lo,CVS</hidepatterns>
</tree>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -66,8 +66,8 @@
<ignoreqt_xml>
<toc>qmake User Guide</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
<programargs/>
@ -81,16 +81,16 @@
<staticmembers>false</staticmembers>
<demanglenames>true</demanglenames>
</display>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
<kdevcvs>
</tdevfilecreate>
<tdevcvs>
<cvsoptions>-f</cvsoptions>
<commitoptions/>
<updateoptions>-dP</updateoptions>
@ -99,7 +99,7 @@
<diffoptions>-u3 -p</diffoptions>
<logoptions/>
<rshoptions/>
</kdevcvs>
</tdevcvs>
<cppsupportpart>
<codecompletion/>
<filetemplates>
@ -111,7 +111,7 @@
<lowercasefilenames>true</lowercasefilenames>
</filetemplates>
</cppsupportpart>
<kdevcustomproject>
<tdevcustomproject>
<run>
<mainprogram>%{dest}/build/%{APPNAMELC}</mainprogram>
<programargs/>
@ -181,8 +181,8 @@
<blacklist>
<path>build</path>
</blacklist>
</kdevcustomproject>
<kdevcppsupport>
</tdevcustomproject>
<tdevcppsupport>
<qt>
<used>true</used>
<version>4</version>
@ -191,15 +191,15 @@
<designer>/usr/bin/designer-qt4</designer>
<root>/usr/lib/qt4</root>
</qt>
</kdevcppsupport>
<kdevclassview>
</tdevcppsupport>
<tdevclassview>
<folderhierarchy>true</folderhierarchy>
<depthoffolders>2</depthoffolders>
</kdevclassview>
<kdevdocumentation>
</tdevclassview>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -1,4 +1,4 @@
# KDevelop Custom Project File List
# TDevelop Custom Project File List
CMakeLists.txt
main.cpp
prefs_base.ui

@ -3,7 +3,7 @@ Name=KApp4
Name[nds]=KProg4
Name[sv]=KDE 4-program
Name[zh_TW]=KApp4 程式
Exec=kapp4 %i -caption "%c"
Exec=tdeapp4 %i -caption "%c"
Icon=kapp4
Type=Application
DocPath=kapp4/kapp4.html

@ -9,19 +9,19 @@
#
#################################################
add_custom_target( kapp.tar.gz ALL
COMMAND tar zcf kapp.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR}
add_custom_target( tdeapp.tar.gz ALL
COMMAND tar zcf tdeapp.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR}
app.cpp app.h pref.cpp pref.h appview.cpp appview.h
appiface.h app_client.cpp main.cpp appui.rc src-Makefile.am
kapp.png app.tdevelop subdirs README
tdeapp.png app.tdevelop subdirs README
)
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/kapp.tar.gz kapp.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
${CMAKE_CURRENT_BINARY_DIR}/tdeapp.tar.gz tdeapp.png
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
kapp.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
tdeapp.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -1,14 +1,14 @@
dataFiles = app.cpp app.h pref.cpp pref.h appview.cpp appview.h \
appiface.h app_client.cpp main.cpp appui.rc src-Makefile.am \
kapp.png app.tdevelop subdirs README
tdeapp.png app.tdevelop subdirs README
templateName = kapp
templateName = tdeapp
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -17,15 +17,15 @@
<description/>
<ignoreparts/>
</general>
<kdevcppsupport>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
</qt>
</kdevcppsupport>
<kdevautoproject>
</tdevcppsupport>
<tdevautoproject>
<general>
<activetarget>src/%{APPNAMELC}</activetarget>
<useconfiguration>debug</useconfiguration>
@ -61,8 +61,8 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -74,8 +74,8 @@
<hidenonprojectfiles>false</hidenonprojectfiles>
<hidepatterns>*.o,*.lo,CVS</hidepatterns>
</tree>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -110,8 +110,8 @@
<ignoreqt_xml>
<toc>qmake User Guide</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
<programargs/>
@ -125,16 +125,16 @@
<staticmembers>false</staticmembers>
<demanglenames>true</demanglenames>
</display>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
<kdevcvs>
</tdevfilecreate>
<tdevcvs>
<cvsoptions>-f</cvsoptions>
<commitoptions/>
<updateoptions>-dP</updateoptions>
@ -143,7 +143,7 @@
<diffoptions>-u3 -p</diffoptions>
<logoptions/>
<rshoptions/>
</kdevcvs>
</tdevcvs>
<cppsupportpart>
<codecompletion/>
<filetemplates>
@ -155,14 +155,14 @@
<lowercasefilenames>true</lowercasefilenames>
</filetemplates>
</cppsupportpart>
<kdevclassview>
<tdevclassview>
<folderhierarchy>true</folderhierarchy>
<depthoffolders>2</depthoffolders>
</kdevclassview>
<kdevdocumentation>
</tdevclassview>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

@ -30,7 +30,7 @@ Name[sv]=Programramverk
Name[tr]=Uygulama Çatısı
Name[zh_CN]=应用程序框架
Name[zh_TW]=應用程式框架
Icon=kapp.png
Icon=tdeapp.png
Category=C++/TDE
Comment=Generates a simple TDE application with one toplevel window, menus and toolbars. A DCOP interface is also provided, so that your application can provide a scripting interface
Comment[ca]=Genera una simple aplicació per al TDE amb una finestra principal, menús i barres d'eines. També es proveeix la interfície DCOP, de manera que la vostra aplicació podrà proveir d'una interfície per a scripts
@ -67,11 +67,11 @@ Archive=kapp.tar.gz
[ADMIN]
Type=include
File=%{tdevelop}/template-common/admin.kdevtemplate
File=%{tdevelop}/template-common/admin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[MKDIR_DOCBOOK1]
Type=mkdir

@ -18,9 +18,9 @@ add_custom_target( tdecmodule.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/tdecmodule.tar.gz tdecmodule.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
tdecmodule.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
tdecmodule.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -3,10 +3,10 @@ dataFiles = module.cpp module.h module.desktop module.tdevelop \
templateName = tdecmodule
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -13,15 +13,15 @@
<keyword>TDE</keyword>
</keywords>
</general>
<kdevcppsupport>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
</qt>
</kdevcppsupport>
<kdevautoproject>
</tdevcppsupport>
<tdevautoproject>
<general>
<activetarget>src/%{APPNAMELC}</activetarget>
<useconfiguration>debug</useconfiguration>
@ -43,8 +43,8 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -52,8 +52,8 @@
<group pattern="*.po;*.ts" name="Translations" />
<group pattern="*" name="Others" />
</groups>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -90,24 +90,24 @@
<ignoreqt_xml>
<toc>qmake User Guide</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
</general>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -69,11 +69,11 @@ Archive=tdecmodule.tar.gz
[ADMIN]
Type=include
File=%{tdevelop}/template-common/admin.kdevtemplate
File=%{tdevelop}/template-common/admin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[MKDIR_DOCBOOK1]
Type=mkdir

@ -20,9 +20,9 @@ add_custom_target( tdeconfig35.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/tdeconfig35.tar.gz tdeconfig35.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
tdeconfig35.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
tdeconfig35.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -5,10 +5,10 @@ dataFiles = src-Makefile.am app.cpp app.h main.cpp appui.rc app.tdevelop \
templateName= tdeconfig35
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -17,15 +17,15 @@
<description/>
<ignoreparts/>
</general>
<kdevcppsupport>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
</qt>
</kdevcppsupport>
<kdevautoproject>
</tdevcppsupport>
<tdevautoproject>
<general>
<activetarget>src/%{APPNAMELC}</activetarget>
<useconfiguration>debug</useconfiguration>
@ -61,8 +61,8 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -74,8 +74,8 @@
<hidenonprojectfiles>false</hidenonprojectfiles>
<hidepatterns>*.o,*.lo,CVS</hidepatterns>
</tree>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -110,8 +110,8 @@
<ignoreqt_xml>
<toc>qmake User Guide</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
<programargs/>
@ -125,16 +125,16 @@
<staticmembers>false</staticmembers>
<demanglenames>true</demanglenames>
</display>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
<kdevcvs>
</tdevfilecreate>
<tdevcvs>
<cvsoptions>-f</cvsoptions>
<commitoptions/>
<updateoptions>-dP</updateoptions>
@ -143,7 +143,7 @@
<diffoptions>-u3 -p</diffoptions>
<logoptions/>
<rshoptions/>
</kdevcvs>
</tdevcvs>
<cppsupportpart>
<codecompletion/>
<filetemplates>
@ -155,14 +155,14 @@
<lowercasefilenames>true</lowercasefilenames>
</filetemplates>
</cppsupportpart>
<kdevclassview>
<tdevclassview>
<folderhierarchy>true</folderhierarchy>
<depthoffolders>2</depthoffolders>
</kdevclassview>
<kdevdocumentation>
</tdevclassview>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -52,11 +52,11 @@ Archive=tdeconfig35.tar.gz
[ADMIN]
Type=include
File=%{tdevelop}/template-common/admin.kdevtemplate
File=%{tdevelop}/template-common/admin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[MKDIR_DOCBOOK1]
Type=mkdir

@ -1,2 +1,2 @@
[General]
List=kdedcop,tdeioslave,kxt,kdevlang,kmake,kapp,tdeconfig35,kdevlang,kdevpart,kateplugin,kdevpart2,kopart,noatunui,kateplugin2,tdefileplugin,konqnavpanel,noatunvisual,dcopservice,khello,kpartapp,khello2,kpartplugin,tdecmodule,kicker,tdescreensaver,kscons_kxt,kscons_tdemdi
List=kdedcop,tdeioslave,kxt,tdevlang,kmake,kapp,tdeconfig35,tdevlang,tdevpart,kateplugin,tdevpart2,kopart,noatunui,kateplugin2,tdefileplugin,konqnavpanel,noatunvisual,dcopservice,khello,kpartapp,khello2,kpartplugin,tdecmodule,kicker,tdescreensaver,kscons_kxt,kscons_tdemdi

@ -9,19 +9,19 @@
#
#################################################
add_custom_target( kdedcop.tar.gz ALL
COMMAND tar zcf kdedcop.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR}
add_custom_target( tdedcop.tar.gz ALL
COMMAND tar zcf tdedcop.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR}
app.cpp app.h app_iface.h app.tdevelop main.cpp
mainclass.cpp mainclass.h kdedcop.png src-Makefile.am
mainclass.cpp mainclass.h tdedcop.png src-Makefile.am
subdirs
)
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/kdedcop.tar.gz kdedcop.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
${CMAKE_CURRENT_BINARY_DIR}/tdedcop.tar.gz tdedcop.png
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
kdedcop.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
tdedcop.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -1,13 +1,13 @@
dataFiles = app.cpp app.h app_iface.h app.tdevelop main.cpp mainclass.cpp \
mainclass.h kdedcop.png src-Makefile.am subdirs
mainclass.h tdedcop.png src-Makefile.am subdirs
templateName = kdedcop
templateName = tdedcop
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -14,16 +14,16 @@
<keyword>DCOP</keyword>
</keywords>
</general>
<kdevcppsupport>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
</qt>
</kdevcppsupport>
</tdevcppsupport>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/%{APPNAMELC}</activetarget>
<useconfiguration>debug</useconfiguration>
@ -48,8 +48,8 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -57,8 +57,8 @@
<group pattern="*.po;*.ts" name="Translations" />
<group pattern="*" name="Others" />
</groups>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -93,24 +93,24 @@
<ignoreqt_xml>
<toc>qmake User Guide</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
</general>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

@ -67,11 +67,11 @@ Archive=kdedcop.tar.gz
[ADMIN]
Type=include
File=%{tdevelop}/template-common/admin.kdevtemplate
File=%{tdevelop}/template-common/admin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[MKDIR_DOCBOOK1]
Type=mkdir

@ -19,9 +19,9 @@ add_custom_target( tdefileplugin.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/tdefileplugin.tar.gz tdefileplugin.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
tdefileplugin.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
tdefileplugin.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -4,10 +4,10 @@ dataFiles = README.devel tdefile_plugin.cpp tdefile_plugin.desktop \
templateName = tdefileplugin
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -13,16 +13,16 @@
<keyword>TDE</keyword>
</keywords>
</general>
<kdevcppsupport>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
</qt>
</kdevcppsupport>
</tdevcppsupport>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/tdefile_%{APPNAMELC}.la</activetarget>
<useconfiguration>debug</useconfiguration>
@ -44,8 +44,8 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -53,8 +53,8 @@
<group pattern="*.po;*.ts" name="Translations" />
<group pattern="*" name="Others" />
</groups>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -91,24 +91,24 @@
<ignoreqt_xml>
<toc>qmake User Guide</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
</general>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -65,11 +65,11 @@ Archive=tdefileplugin.tar.gz
[ADMIN]
Type=include
File=%{tdevelop}/template-common/admin.kdevtemplate
File=%{tdevelop}/template-common/admin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[MKDIR_DOCBOOK1]
Type=mkdir

@ -18,9 +18,9 @@ add_custom_target( tdeioslave.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/tdeioslave.tar.gz tdeioslave.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
tdeioslave.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
tdeioslave.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -3,10 +3,10 @@ dataFiles = slave.cpp slave.h slave.protocol slave.tdevelop \
templateName = tdeioslave
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -14,16 +14,16 @@
<keyword>tdeioslave</keyword>
</keywords>
</general>
<kdevcppsupport>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
</qt>
</kdevcppsupport>
</tdevcppsupport>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/lib%{APPNAMELC}.la</activetarget>
<useconfiguration>debug</useconfiguration>
@ -45,15 +45,15 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.po;*.ts" name="Translations" />
<group pattern="*" name="Others" />
</groups>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>bash</toc>
<toc>bash_bugs</toc>
@ -91,23 +91,23 @@
<toc>Qt Designer Manual</toc>
<toc>Qt Reference Documentation</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
</general>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -56,11 +56,11 @@ Archive=tdeioslave.tar.gz
[ADMIN]
Type=include
File=%{tdevelop}/template-common/admin.kdevtemplate
File=%{tdevelop}/template-common/admin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[MKDIR_DOCBOOK1]
Type=mkdir

@ -19,9 +19,9 @@ add_custom_target( tdescreensaver.tar.gz ALL
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/tdescreensaver.tar.gz tdescreensaver.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
tdescreensaver.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )
tdescreensaver.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -5,10 +5,10 @@ dataFiles = tdescreensaver.desktop tdescreensaver.png tdescreensaver.h \
templateName= tdescreensaver
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -14,16 +14,16 @@
<keyword>tdeioslave</keyword>
</keywords>
</general>
<kdevcppsupport>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
</qt>
</kdevcppsupport>
</tdevcppsupport>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/lib%{APPNAMELC}.la</activetarget>
<useconfiguration>debug</useconfiguration>
@ -45,15 +45,15 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.po;*.ts" name="Translations" />
<group pattern="*" name="Others" />
</groups>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -90,24 +90,24 @@
<ignoreqt_xml>
<toc>qmake User Guide</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
</general>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -68,11 +68,11 @@ Archive=tdescreensaver.tar.gz
[ADMIN]
Type=include
File=%{tdevelop}/template-common/admin.kdevtemplate
File=%{tdevelop}/template-common/admin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[MKDIR_DOCBOOK1]
Type=mkdir

@ -0,0 +1,27 @@
#################################################
#
# (C) 2010-2011 Serghei Amelian
# serghei (DOT) amelian (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
add_custom_target( tdevlang.tar.gz ALL
COMMAND tar zcf tdevlang.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR}
src-Makefile.am tdevlang_part.cpp tdevlang_part.h
tdevlang.rc tdevlang.desktop app.tdevelop
tdevlang-configure.in.in README.dox
)
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/tdevlang.tar.gz tdevlang.png
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
tdevlang.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -1,12 +1,12 @@
dataFiles = src-Makefile.am kdevlang_part.cpp kdevlang_part.h kdevlang.rc \
kdevlang.desktop app.tdevelop kdevlang-configure.in.in README.dox
templateName = kdevlang
dataFiles = src-Makefile.am tdevlang_part.cpp tdevlang_part.h tdevlang.rc \
tdevlang.desktop app.tdevelop tdevlang-configure.in.in README.dox
templateName = tdevlang
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -14,16 +14,16 @@
<keyword>KDevelop</keyword>
</keywords>
</general>
<kdevcppsupport>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
</qt>
</kdevcppsupport>
</tdevcppsupport>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/%{APPNAMELC}</activetarget>
</general>
@ -47,8 +47,8 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -56,8 +56,8 @@
<group pattern="*.po;*.ts" name="Translations" />
<group pattern="*" name="Others" />
</groups>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -92,24 +92,24 @@
<ignoreqt_xml>
<toc>qmake User Guide</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
</general>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -1,9 +1,9 @@
AM_CPPFLAGS = -I$(kde_includes)/tdevelop/interfaces -I$(kde_includes)/tdevelop/util -I$(kde_includes)/kinterfacedesigner $(all_includes)
kde_module_LTLIBRARIES = libkdev%{APPNAMELC}.la
libkdev%{APPNAMELC}_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS)
libkdev%{APPNAMELC}_la_LIBADD = -ltdevelop
libkdev%{APPNAMELC}_la_SOURCES = %{APPNAMELC}_part.cpp
kde_module_LTLIBRARIES = libtdev%{APPNAMELC}.la
libtdev%{APPNAMELC}_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS)
libtdev%{APPNAMELC}_la_LIBADD = -ltdevelop
libtdev%{APPNAMELC}_la_SOURCES = %{APPNAMELC}_part.cpp
METASOURCES = AUTO

@ -4,7 +4,7 @@ AM_INIT_AUTOMAKE(%{APPNAMELC}, %{VERSION})
AC_C_BIGENDIAN
AC_CHECK_TDEMAXPATHLEN
KDE_CHECK_HEADERS([tdevelop/kdevcore.h])
KDE_CHECK_HEADERS([tdevelop/tdevcore.h])
KDE_CHECK_LIB([tdevelop],main,
[LIBTDEVELOP="-ltdevelop"])
AC_SUBST(LIBTDEVELOP)

@ -10,5 +10,5 @@ Name[ta]=கெடெவ்%{APPNAME}
Icon=tdevelop
ServiceTypes=TDevelop/LanguageSupport
X-TDevelop-Language=ChangeMe
X-TDE-Library=libkdev%{APPNAMELC}
X-TDE-Library=libtdev%{APPNAMELC}
X-TDevelop-Version=3

@ -60,15 +60,15 @@ Comment[zh_CN]=这将生成 TDevelop 的语言支持插件,可以在 TDevelop
Comment[zh_TW]=產生一個 TDevelop 語言支援外掛程式,建立在 TDevelop 程式源碼樹之外。
FileTemplates=h,CStyle,cpp,CStyle
ShowFilesAfterGeneration=%{dest}/src/%{APPNAMELC}_part.cpp
Archive=kdevlang.tar.gz
Archive=tdevlang.tar.gz
[ADMIN]
Type=include
File=%{tdevelop}/template-common/admin.kdevtemplate
File=%{tdevelop}/template-common/admin.tdevtemplate
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.tdevtemplate
[FILE1]
Type=install
@ -88,7 +88,7 @@ Dest=%{dest}/Makefile.cvs
[FILE5]
Type=install
Source=%{src}/kdevlang-configure.in.in
Source=%{src}/tdevlang-configure.in.in
Dest=%{dest}/configure.in.in
[MkDir1]
@ -102,23 +102,23 @@ Dest=%{dest}/src/Makefile.am
[FILE7]
Type=install
Source=%{src}/kdevlang_part.cpp
Source=%{src}/tdevlang_part.cpp
Dest=%{dest}/src/%{APPNAMELC}_part.cpp
[FILE8]
Type=install
Source=%{src}/kdevlang_part.h
Source=%{src}/tdevlang_part.h
Dest=%{dest}/src/%{APPNAMELC}_part.h
[FILE9]
Type=install
EscapeXML=true
Source=%{src}/kdevlang.rc
Source=%{src}/tdevlang.rc
Dest=%{dest}/src/kdev%{APPNAMELC}.rc
[FILE10]
Type=install
Source=%{src}/kdevlang.desktop
Source=%{src}/tdevlang.desktop
Dest=%{dest}/src/kdev%{APPNAMELC}.desktop
[FILE11]

@ -6,10 +6,10 @@
#include <kiconloader.h>
#include <tdelocale.h>
#include <kgenericfactory.h>
#include <kdevcore.h>
#include <kdevpartcontroller.h>
#include <kdevplugininfo.h>
#include <kdevproject.h>
#include <tdevcore.h>
#include <tdevpartcontroller.h>
#include <tdevplugininfo.h>
#include <tdevproject.h>
#include <tdeaction.h>
#include <kdebug.h>
#include <tdeapplication.h>
@ -18,14 +18,14 @@
#include "%{APPNAMELC}_part.h"
typedef KGenericFactory<%{APPNAME}Part> %{APPNAME}Factory;
K_EXPORT_COMPONENT_FACTORY( libkdev%{APPNAMELC}, %{APPNAME}Factory( "kdev%{APPNAMELC}" ) );
static const KDevPluginInfo data("kdev%{APPNAMELC}");
K_EXPORT_COMPONENT_FACTORY( libtdev%{APPNAMELC}, %{APPNAME}Factory( "tdev%{APPNAMELC}" ) );
static const TDevPluginInfo data("tdev%{APPNAMELC}");
%{APPNAME}Part::%{APPNAME}Part(TQObject *parent, const char *name, const TQStringList& )
: KDevLanguageSupport(&data, parent, name ? name : "%{APPNAME}Part" )
: TDevLanguageSupport(&data, parent, name ? name : "%{APPNAME}Part" )
{
setInstance(%{APPNAME}Factory::instance());
setXMLFile("kdevlang_%{APPNAMELC}.rc");
setXMLFile("tdevlang_%{APPNAMELC}.rc");
m_build = new TDEAction( i18n("&Run"), "exec",Key_F9,this, TQT_SLOT(slotRun()),actionCollection(), "build_execute" );
@ -47,7 +47,7 @@ static const KDevPluginInfo data("kdev%{APPNAMELC}");
delete m_build;
}
KDevLanguageSupport::Features %{APPNAME}Part::features()
TDevLanguageSupport::Features %{APPNAME}Part::features()
{
return Features(Variables | Functions);
}

@ -4,9 +4,9 @@
#define __TDEVPART_%{APPNAMEUC}_H__
#include <kdevplugin.h>
#include <tdevplugin.h>
#include <codemodel.h>
#include <kdevlanguagesupport.h>
#include <tdevlanguagesupport.h>
#include <tqstringlist.h>
#include <kdialogbase.h>
@ -15,7 +15,7 @@ class TDEAction;
/*
Please read the README.dox file for more info about this part
*/
class %{APPNAME}Part : public KDevLanguageSupport
class %{APPNAME}Part : public TDevLanguageSupport
{
Q_OBJECT

@ -0,0 +1,29 @@
#################################################
#
# (C) 2010-2011 Serghei Amelian
# serghei (DOT) amelian (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
add_custom_target( tdevpart.tar.gz ALL
COMMAND tar zcf tdevpart.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR}
src-Makefile.am tdevpart_part.cpp tdevpart_part.h
tdevpart_widget.h tdevpart_widget.cpp tdevpart_part.rc
tdevpart.desktop app.tdevelop README.dox
globalconfigbase.ui globalconfig.h globalconfig.cpp
projectconfigbase.ui projectconfig.h projectconfig.cpp
)
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/tdevpart.tar.gz tdevpart.png
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
tdevpart.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -1,14 +1,14 @@
dataFiles = src-Makefile.am kdevpart_part.cpp kdevpart_part.h \
kdevpart_widget.h kdevpart_widget.cpp kdevpart_part.rc \
kdevpart.desktop app.tdevelop README.dox globalconfigbase.ui globalconfig.h \
dataFiles = src-Makefile.am tdevpart_part.cpp tdevpart_part.h \
tdevpart_widget.h tdevpart_widget.cpp tdevpart_part.rc \
tdevpart.desktop app.tdevelop README.dox globalconfigbase.ui globalconfig.h \
globalconfig.cpp projectconfigbase.ui projectconfig.h projectconfig.cpp
templateName = kdevpart
templateName = tdevpart
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -14,16 +14,16 @@
<keyword>KDevelop</keyword>
</keywords>
</general>
<kdevcppsupport>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
</qt>
</kdevcppsupport>
</tdevcppsupport>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/%{APPNAMELC}</activetarget>
<useconfiguration>debug</useconfiguration>
@ -48,8 +48,8 @@
<cxxflags>-O0 -g3</cxxflags>
</debug>
</configurations>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -57,8 +57,8 @@
<group pattern="*.po;*.ts" name="Translations" />
<group pattern="*" name="Others" />
</groups>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -93,24 +93,24 @@
<ignoreqt_xml>
<toc>qmake User Guide</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
</general>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
<kdevdocumentation>
</tdevfilecreate>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

@ -1,10 +1,10 @@
INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes)
kde_module_LTLIBRARIES = libkdev%{APPNAMELC}.la
libkdev%{APPNAMELC}_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS)
libkdev%{APPNAMELC}_la_LIBADD = $(top_builddir)/lib/libtdevelop.la
kde_module_LTLIBRARIES = libtdev%{APPNAMELC}.la
libtdev%{APPNAMELC}_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS)
libtdev%{APPNAMELC}_la_LIBADD = $(top_builddir)/lib/libtdevelop.la
libkdev%{APPNAMELC}_la_SOURCES = %{APPNAMELC}part.cpp %{APPNAMELC}widget.cpp \
libtdev%{APPNAMELC}_la_SOURCES = %{APPNAMELC}part.cpp %{APPNAMELC}widget.cpp \
%{APPNAMELC}globalconfigbase.ui %{APPNAMELC}globalconfig.cpp \
%{APPNAMELC}projectconfigbase.ui %{APPNAMELC}projectconfig.cpp

@ -78,6 +78,6 @@ X-TDevelop-Plugin-Copyright=(C) by %{AUTHOR}
X-TDevelop-Args=
X-TDevelop-Scope=%{SCOPE}
X-TDE-Library=libkdev%{APPNAMELC}
X-TDE-Library=libtdev%{APPNAMELC}
X-TDevelop-Version=3
X-TDevelop-Properties=%{PROPS}

@ -58,7 +58,7 @@ Comment[zh_CN]=这将生成 TDevelop 的插件,该插件需要与 TDevelop 源
Comment[zh_TW]=產生一個 TDevelop 外掛程式,建立於 TDevelop 程式源碼樹內。
FileTemplates=h,CStyle,cpp,CStyle
ShowFilesAfterGeneration=%{dest}/%{APPNAMELC}part.cpp
Archive=kdevpart.tar.gz
Archive=tdevpart.tar.gz
[SCOPE]
Type = value
@ -142,28 +142,28 @@ Dest=%{dest}/Makefile.am
[FILE3]
Type=install
Source=%{src}/kdevpart_part.cpp
Source=%{src}/tdevpart_part.cpp
Dest=%{dest}/%{APPNAMELC}part.cpp
[FILE4]
Type=install
Source=%{src}/kdevpart_part.h
Source=%{src}/tdevpart_part.h
Dest=%{dest}/%{APPNAMELC}part.h
[FILE5]
Type=install
Source=%{src}/kdevpart_widget.cpp
Source=%{src}/tdevpart_widget.cpp
Dest=%{dest}/%{APPNAMELC}widget.cpp
[FILE6]
Type=install
Source=%{src}/kdevpart_widget.h
Source=%{src}/tdevpart_widget.h
Dest=%{dest}/%{APPNAMELC}widget.h
[FILE7]
Type=install
EscapeXML=true
Source=%{src}/kdevpart_part.rc
Source=%{src}/tdevpart_part.rc
Dest=%{dest}/kdev%{APPNAMELC}.rc
[FILE71]
@ -200,7 +200,7 @@ Dest=%{dest}/%{APPNAMELC}projectconfig.cpp
[FILE8]
Type=install
Source=%{src}/kdevpart.desktop
Source=%{src}/tdevpart.desktop
Dest=%{dest}/kdev%{APPNAMELC}.desktop
[FILE9]

@ -10,29 +10,29 @@
#include <kdialogbase.h>
#include <kiconloader.h>
#include <tdemessagebox.h>
#include <kdevplugininfo.h>
#include <kdevgenericfactory.h>
#include <tdevplugininfo.h>
#include <tdevgenericfactory.h>
#include <kdevcore.h>
#include <kdevmainwindow.h>
#include <tdevcore.h>
#include <tdevmainwindow.h>
#include <configwidgetproxy.h>
#include "%{APPNAMELC}widget.h"
#include "%{APPNAMELC}globalconfig.h"
#include "%{APPNAMELC}projectconfig.h"
typedef KDevGenericFactory<%{APPNAME}Part> %{APPNAME}Factory;
KDevPluginInfo data("kdev%{APPNAMELC}");
K_EXPORT_COMPONENT_FACTORY( libkdev%{APPNAMELC}, %{APPNAME}Factory( data ) );
typedef TDevGenericFactory<%{APPNAME}Part> %{APPNAME}Factory;
TDevPluginInfo data("tdev%{APPNAMELC}");
K_EXPORT_COMPONENT_FACTORY( libtdev%{APPNAMELC}, %{APPNAME}Factory( data ) );
#define GLOBALDOC_OPTIONS 1
#define PROJECTDOC_OPTIONS 2
%{APPNAME}Part::%{APPNAME}Part(TQObject *parent, const char *name, const TQStringList &/*args*/)
: KDevPlugin(&data, parent, name ? name : "%{APPNAME}Part")
: TDevPlugin(&data, parent, name ? name : "%{APPNAME}Part")
{
setInstance(%{APPNAME}Factory::instance());
setXMLFile("kdev%{APPNAMELC}.rc");
setXMLFile("tdev%{APPNAMELC}.rc");
m_widget = new %{APPNAME}Widget(this);
m_widget->setCaption("widget caption");
@ -40,7 +40,7 @@ K_EXPORT_COMPONENT_FACTORY( libkdev%{APPNAMELC}, %{APPNAME}Factory( data ) );
TQWhatsThis::add(m_widget, i18n("WHAT DOES THIS PART DO?"));
// now you decide what should happen to the widget. Take a look at kdevcore.h
// now you decide what should happen to the widget. Take a look at tdevcore.h
// or at other plugins how to embed it.
// if you want to embed your widget as an outputview, simply uncomment

@ -2,7 +2,7 @@
#ifndef TDEV%{APPNAMEUC}_H
#define TDEV%{APPNAMEUC}_H
#include <kdevplugin.h>
#include <tdevplugin.h>
#include <tqguardedptr.h>
@ -16,7 +16,7 @@ class %{APPNAME}Widget;
/**
Please read the README.dox file for more info about this part
*/
class %{APPNAME}Part: public KDevPlugin
class %{APPNAME}Part: public TDevPlugin
{
Q_OBJECT

@ -5,7 +5,7 @@
#include <klibloader.h>
#include <tdeparts/part.h>
#include <kdevcore.h>
#include <tdevcore.h>
#include "%{APPNAMELC}part.h"

@ -5,7 +5,7 @@
#include <tqwidget.h>
#include <tqstring.h>
class KDevProject;
class TDevProject;
class %{APPNAME}Part;
class %{APPNAME}Widget: public TQWidget

@ -0,0 +1,30 @@
#################################################
#
# (C) 2010-2011 Serghei Amelian
# serghei (DOT) amelian (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
add_custom_target( tdevpart2.tar.gz ALL
COMMAND tar zcf tdevpart2.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR}
src-Makefile.am tdevpart_part.cpp tdevpart_part.h
tdevpart_widget.h tdevpart_widget.cpp tdevpart_part.rc
tdevpart.desktop app.tdevelop tdevpart-configure.in.in
README.dox subdirs globalconfigbase.ui globalconfig.h
globalconfig.cpp projectconfigbase.ui projectconfig.h
projectconfig.cpp
)
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/tdevpart2.tar.gz tdevpart2.png
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )
install( FILES
tdevpart2.tdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates )

@ -1,16 +1,16 @@
dataFiles = src-Makefile.am kdevpart_part.cpp kdevpart_part.h\
kdevpart_widget.h kdevpart_widget.cpp \
kdevpart_part.rc kdevpart.desktop app.tdevelop \
kdevpart-configure.in.in README.dox subdirs globalconfigbase.ui globalconfig.h \
dataFiles = src-Makefile.am tdevpart_part.cpp tdevpart_part.h\
tdevpart_widget.h tdevpart_widget.cpp \
tdevpart_part.rc tdevpart.desktop app.tdevelop \
tdevpart-configure.in.in README.dox subdirs globalconfigbase.ui globalconfig.h \
globalconfig.cpp projectconfigbase.ui projectconfig.h projectconfig.cpp
templateName = kdevpart2
templateName = tdevpart2
### no need to change below:
template_DATA = $(templateName).kdevtemplate
template_DATA = $(templateName).tdevtemplate
templatedir = ${appwizarddatadir}/templates
appwizarddatadir = ${kde_datadir}/kdevappwizard
appwizarddatadir = ${kde_datadir}/tdevappwizard
$(templateName).tar.gz: ${dataFiles}
$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}
$(GZIP_COMMAND) -f9 $(templateName).tar

@ -14,7 +14,7 @@
<keyword>KDevelop</keyword>
</keywords>
</general>
<kdevautoproject>
<tdevautoproject>
<general>
<activetarget>src/%{APPNAMELC}</activetarget>
<useconfiguration>debug</useconfiguration>
@ -46,8 +46,8 @@
<envvar value="1" name="WANT_AUTOMAKE_1_6" />
</envvars>
</make>
</kdevautoproject>
<kdevfileview>
</tdevautoproject>
<tdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
@ -60,8 +60,8 @@
<hidenonprojectfiles>false</hidenonprojectfiles>
<showvcsfields>true</showvcsfields>
</tree>
</kdevfileview>
<kdevdoctreeview>
</tdevfileview>
<tdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
@ -96,21 +96,21 @@
<ignoreqt_xml>
<toc>qmake User Guide</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
</tdevdoctreeview>
<tdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
</general>
</kdevdebugger>
<kdevfilecreate>
</tdevdebugger>
<tdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
<kdevcvs>
</tdevfilecreate>
<tdevcvs>
<cvsoptions>-f</cvsoptions>
<commitoptions></commitoptions>
<addoptions></addoptions>
@ -120,13 +120,13 @@
<revertoptions>-C -d -P</revertoptions>
<diffoptions>-u3 -p</diffoptions>
<rshoptions></rshoptions>
</kdevcvs>
<kdevcppsupport>
</tdevcvs>
<tdevcppsupport>
<qt>
<version>3</version>
<used>true</used>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<designerintegration>EmbeddedTDevDesigner</designerintegration>
</qt>
<codecompletion>
<includeGlobalFunctions>true</includeGlobalFunctions>
@ -138,11 +138,11 @@
<codeCompletionDelay>250</codeCompletionDelay>
<argumentsHintDelay>400</argumentsHintDelay>
</codecompletion>
</kdevcppsupport>
<kdevdocumentation>
</tdevcppsupport>
<tdevdocumentation>
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</tdevdocumentation>
</tdevelop>

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save