Additional k => tde renaming and fixes

pull/1/head
Slávek Banko 11 years ago
parent c3a7a4fbdc
commit e197223420

@ -1,7 +1,7 @@
Bernd Gehrmann <bernd@physik.hu-berlin.de> Bernd Gehrmann <bernd@physik.hu-berlin.de>
Debugger frontend: Debugger frontend:
John Birch <jbb@tdevelop.org> John Birch <jbb@kdevelop.org>
C++ source parser: C++ source parser:
Jonas Nordin <jonas.nordin@cenacle.se> Jonas Nordin <jonas.nordin@cenacle.se>
@ -10,7 +10,7 @@ Java support:
Richard Dale <Richard_Dale@tipitina.demon.co.uk> Richard Dale <Richard_Dale@tipitina.demon.co.uk>
Framework, dialogs, PHP support: Framework, dialogs, PHP support:
Sandy Meier <smeier@tdevelop.org> Sandy Meier <smeier@kdevelop.org>
Several parts, htdig searching & indexing: Several parts, htdig searching & indexing:
Matthias Hoelzer-Kluepfel <hoelzer@kde.org> Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
@ -25,10 +25,10 @@ editing component:
The KWrite authors <kwrite-devel@kde.org> The KWrite authors <kwrite-devel@kde.org>
QEditor part, help for code-completion, abbrev part: QEditor part, help for code-completion, abbrev part:
Roberto Raggi <roberto@tdevelop.org> Roberto Raggi <roberto@kdevelop.org>
Qt 3 port, various patches: Qt 3 port, various patches:
Harald Fernengel <harry@tdevelop.org> Harald Fernengel <harry@kdevelop.org>
Help with KParts, KGenericFactory and other KDE infrastructure: Help with KParts, KGenericFactory and other KDE infrastructure:
Simon Hausmann <hausmann@kde.org> Simon Hausmann <hausmann@kde.org>

File diff suppressed because it is too large Load Diff

@ -1,5 +1,5 @@
/* Copyright (C) 2001-2002 by Bernd Gehrmann /* Copyright (C) 2001-2002 by Bernd Gehrmann
* bernd@tdevelop.org * bernd@kdevelop.org
* Copyright (C) 2003 Oliver Kellogg * Copyright (C) 2003 Oliver Kellogg
* okellogg@users.sourceforge.net * okellogg@users.sourceforge.net
* *

@ -1,5 +1,5 @@
/* Copyright (C) 2001-2002 by Bernd Gehrmann /* Copyright (C) 2001-2002 by Bernd Gehrmann
* bernd@tdevelop.org * bernd@kdevelop.org
* Copyright (C) 2003 Oliver Kellogg * Copyright (C) 2003 Oliver Kellogg
* okellogg@users.sourceforge.net * okellogg@users.sourceforge.net
* *

@ -8,7 +8,7 @@ INCLUDES = -I$(top_srcdir)/buildtools/lib -I$(top_srcdir)/buildtools/lib/base \
kde_module_LTLIBRARIES = libkdevautoproject.la kde_module_LTLIBRARIES = libkdevautoproject.la
libkdevautoproject_la_LDFLAGS = $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) $(KDE_PLUGIN) libkdevautoproject_la_LDFLAGS = $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) $(KDE_PLUGIN)
libkdevautoproject_la_LIBADD = \ libkdevautoproject_la_LIBADD = \
$(top_builddir)/buildtools/lib/base/libkdevbuildbase.la \ $(top_builddir)/buildtools/lib/base/libkdevbuildbase.la \
$(top_builddir)/buildtools/lib/parsers/autotools/libkdevautotoolsparser.la $(top_builddir)/buildtools/lib/widgets/libkdevbuildtoolswidgets.la \ $(top_builddir)/buildtools/lib/parsers/autotools/libkdevautotoolsparser.la $(top_builddir)/buildtools/lib/widgets/libkdevbuildtoolswidgets.la \

@ -3,7 +3,7 @@ Autoprojectpart is a projectmanager for Automake based projects.
Loads and maintains Makefile.am files. Loads and maintains Makefile.am files.
\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> \authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a>
\maintainer <a href="mailto:victor_roeder AT gmx.de">Victor Röder</a> \maintainer <a href="mailto:victor_roeder AT gmx.de">Victor Röder</a>
\maintainer <a href="mailto:a.lucas AT tu-bs.de">Amilcar do Carmo Lucas</a> \maintainer <a href="mailto:a.lucas AT tu-bs.de">Amilcar do Carmo Lucas</a>
@ -34,6 +34,6 @@ with this configuration the "Automake Manager" doesn't insert the menuentry "exe
and doesn't show the "Run Options" in the project configuration.<br> and doesn't show the "Run Options" in the project configuration.<br>
Now you can implement this features with your own special plugin. Now you can implement this features with your own special plugin.
For an example please look at the projects generated for GBA using the VisualBoy Advance Plugin. For an example please look at the projects generated for GBA using the VisualBoy Advance Plugin.
This plugin starts a GBA binary with an emulator. -- <a href="mailto:smeier AT tdevelop.org">Sandy Meier</a> This plugin starts a GBA binary with an emulator. -- <a href="mailto:smeier AT kdevelop.org">Sandy Meier</a>
*/ */

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 by Bernd Gehrmann * * Copyright (C) 2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 by Bernd Gehrmann * * Copyright (C) 2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 1999 by Sandy Meier * * Copyright (C) 1999 by Sandy Meier *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* Copyright (C) 2002 by Victor Rder * * Copyright (C) 2002 by Victor Rder *
* victor_roeder@gmx.de * * victor_roeder@gmx.de *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* Copyright (C) 2002 by Victor Röder * * Copyright (C) 2002 by Victor Röder *
* victor_roeder@gmx.de * * victor_roeder@gmx.de *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* Copyright (C) 2002 by Victor Roeder * * Copyright (C) 2002 by Victor Roeder *
* victor_roeder@gmx.de * * victor_roeder@gmx.de *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* Copyright (C) 2002 by Victor R�er * * Copyright (C) 2002 by Victor R�er *
* victor_roeder@gmx.de * * victor_roeder@gmx.de *

@ -1,6 +1,6 @@
/* /*
TDevelop Autotools Support TDevelop Autotools Support
Copyright (c) 2001-2002 by Bernd Gehrmann <bernd@tdevelop.org> Copyright (c) 2001-2002 by Bernd Gehrmann <bernd@kdevelop.org>
Copyright (c) 2002 by Victor Roeder <victor_roeder@gmx.de> Copyright (c) 2002 by Victor Roeder <victor_roeder@gmx.de>
Copyright (c) 2005 by Matt Rogers <mattr@kde.org> Copyright (c) 2005 by Matt Rogers <mattr@kde.org>

@ -1,6 +1,6 @@
/* /*
TDevelop Autotools Support TDevelop Autotools Support
Copyright (c) 2001-2002 by Bernd Gehrmann <bernd@tdevelop.org> Copyright (c) 2001-2002 by Bernd Gehrmann <bernd@kdevelop.org>
Copyright (c) 2002 by Victor Roeder <victor_roeder@gmx.de> Copyright (c) 2002 by Victor Roeder <victor_roeder@gmx.de>
Copyright (c) 2005 by Matt Rogers <mattr@kde.org> Copyright (c) 2005 by Matt Rogers <mattr@kde.org>

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,5 +1,5 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2004 by Alexander Dymo <adymo@tdevelop.org> * * Copyright (C) 2004 by Alexander Dymo <adymo@kdevelop.org> *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -1,5 +1,5 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2004 by Alexander Dymo <adymo@tdevelop.org> * * Copyright (C) 2004 by Alexander Dymo <adymo@kdevelop.org> *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -5,7 +5,7 @@ over several lines. You can even use some html commands in these lines like:
<code>This is code</code>, html links <a href="http://somelocation">link text</a>, <code>This is code</code>, html links <a href="http://somelocation">link text</a>,
and images. and images.
\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> \authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a>
\unmaintained This part is currently un-maintained \unmaintained This part is currently un-maintained

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 by Bernd Gehrmann * * Copyright (C) 2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 by Bernd Gehrmann * * Copyright (C) 2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* Copyright (C) 2007 by Andreas Pakulat * * Copyright (C) 2007 by Andreas Pakulat *
* apaku@gmx.de * * apaku@gmx.de *
* * * *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* Copyright (C) 2007 by Andreas Pakulat * * Copyright (C) 2007 by Andreas Pakulat *
* apaku@gmx.de * * apaku@gmx.de *
* * * *

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,6 +1,6 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 1999-2001 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 1999-2001 Bernd Gehrmann <bernd@kdevelop.org>
Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -7,7 +7,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces \
$(all_includes) $(all_includes)
METASOURCES = AUTO METASOURCES = AUTO
noinst_LTLIBRARIES = libkdevautotoolsparser.la noinst_LTLIBRARIES = libkdevautotoolsparser.la
libkdevautotoolsparser_la_LDFLAGS = $(all_libraries) $(LIB_KIO) libkdevautotoolsparser_la_LDFLAGS = $(all_libraries) $(LIB_TDEIO)
libkdevautotoolsparser_la_SOURCES = autotoolsast.cpp autotoolsdriver.cpp autotools_yacc.cpp libkdevautotoolsparser_la_SOURCES = autotoolsast.cpp autotoolsdriver.cpp autotools_yacc.cpp
parser: parser:

@ -1,7 +1,7 @@
%{ %{
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* Copyright (c) 2005 by Matt Rogers * * Copyright (c) 2005 by Matt Rogers *
* mattr@kde.org * * mattr@kde.org *

@ -1,7 +1,7 @@
%{ %{
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* Copyright (c) 2005 by Matt Rogers * * Copyright (c) 2005 by Matt Rogers *
* mattr@kde.org * * mattr@kde.org *

@ -505,7 +505,7 @@ char *yytext;
#line 2 "autotools.ll" #line 2 "autotools.ll"
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* Copyright (c) 2005 by Matt Rogers * * Copyright (c) 2005 by Matt Rogers *
* mattr@kde.org * * mattr@kde.org *

@ -116,7 +116,7 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* Copyright (c) 2005 by Matt Rogers * * Copyright (c) 2005 by Matt Rogers *
* mattr@kde.org * * mattr@kde.org *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* Copyright (c) 2005 by Matt Rogers * * Copyright (c) 2005 by Matt Rogers *
* mattr@kde.org * * mattr@kde.org *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* Copyright (c) 2005 by Matt Rogers * * Copyright (c) 2005 by Matt Rogers *
* mattr@kde.org * * mattr@kde.org *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* Copyright (c) 2005 by Matt Rogers * * Copyright (c) 2005 by Matt Rogers *
* mattr@kde.org * * mattr@kde.org *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* Copyright (c) 2005 by Matt Rogers * * Copyright (c) 2005 by Matt Rogers *
* mattr@kde.org * * mattr@kde.org *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -9,7 +9,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces \
$(all_includes) $(all_includes)
METASOURCES = AUTO METASOURCES = AUTO
lib_LTLIBRARIES = libkdevqmakeparser.la lib_LTLIBRARIES = libkdevqmakeparser.la
libkdevqmakeparser_la_LDFLAGS = -no-undefined $(all_libraries) $(LIB_KIO) libkdevqmakeparser_la_LDFLAGS = -no-undefined $(all_libraries) $(LIB_TDEIO)
libkdevqmakeparser_la_SOURCES = qmake_lex.cpp qmake_yacc.cpp qmakeast.cpp \ libkdevqmakeparser_la_SOURCES = qmake_lex.cpp qmake_yacc.cpp qmakeast.cpp \
qmakeastvisitor.cpp qmakedriver.cpp qmakeastvisitor.cpp qmakedriver.cpp

@ -1,7 +1,7 @@
%{ %{
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -1,7 +1,7 @@
%{ %{
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* Copyright (C) 2006 by Andreas Pakulat * * Copyright (C) 2006 by Andreas Pakulat *
* apaku@gmx.de * * apaku@gmx.de *
* * * *

@ -604,7 +604,7 @@ static yyconst flex_int16_t yy_rule_linenum[23] =
#line 2 "qmake.ll" #line 2 "qmake.ll"
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -52,7 +52,7 @@ namespace TQMake
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* Copyright (C) 2006 by Andreas Pakulat * * Copyright (C) 2006 by Andreas Pakulat *
* apaku@gmx.de * * apaku@gmx.de *
* * * *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -8,7 +8,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util \
lib_LTLIBRARIES = libkdevbuildtoolswidgets.la lib_LTLIBRARIES = libkdevbuildtoolswidgets.la
libkdevbuildtoolswidgets_la_LDFLAGS = $(all_libraries) libkdevbuildtoolswidgets_la_LDFLAGS = $(all_libraries)
libkdevbuildtoolswidgets_la_LIBADD = $(top_builddir)/lib/interfaces/libkdevinterfaces.la \ libkdevbuildtoolswidgets_la_LIBADD = $(top_builddir)/lib/interfaces/libkdevinterfaces.la \
$(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KIO) -ltdetexteditor $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) -ltdetexteditor
libkdevbuildtoolswidgets_la_SOURCES = addenvvardlg.cpp addfilesdialog.cpp \ libkdevbuildtoolswidgets_la_SOURCES = addenvvardlg.cpp addfilesdialog.cpp \
environmentdisplaydialog.cpp environmentdisplaydialogbase.ui environmentvariableswidget.cpp \ environmentdisplaydialog.cpp environmentdisplaydialogbase.ui environmentvariableswidget.cpp \
environmentvariableswidgetbase.ui envvartools.cpp makeoptionswidget.cpp makeoptionswidgetbase.ui \ environmentvariableswidgetbase.ui envvartools.cpp makeoptionswidget.cpp makeoptionswidgetbase.ui \

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2001 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2001 Bernd Gehrmann <bernd@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2001 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2001 Bernd Gehrmann <bernd@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2001-2002 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org>
Copyright (C) 2003 John Firebaugh <jfirebaugh@kde.org> Copyright (C) 2003 John Firebaugh <jfirebaugh@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2001-2002 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org>
Copyright (C) 2003 John Firebaugh <jfirebaugh@kde.org> Copyright (C) 2003 John Firebaugh <jfirebaugh@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2001-2002 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2001-2002 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2001-2002 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2001-2002 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* Copyright (C) 2003 Alexander Dymo * * Copyright (C) 2003 Alexander Dymo *
* cloudtemple@mksat.net * * cloudtemple@mksat.net *
* * * *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* Copyright (C) 2003 Alexander Dymo * * Copyright (C) 2003 Alexander Dymo *
* cloudtemple@mksat.net * * cloudtemple@mksat.net *
* * * *

@ -8,7 +8,7 @@ It will regenerate a projects .pro files dynamically as you add,remove or
reconfigure (sub)projects. Unsupported qmake features will be left unchanged reconfigure (sub)projects. Unsupported qmake features will be left unchanged
(hopefully) no major testing has been run yet. (hopefully) no major testing has been run yet.
\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> \authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a>
\authors <a href="mailto:thasart AT gmx.de">Thomas Hasart</a> \authors <a href="mailto:thasart AT gmx.de">Thomas Hasart</a>
\maintainer <a href="mailto:jsgaarde AT tdcspace.dk">Jakob Simon-Gaarde </a> \maintainer <a href="mailto:jsgaarde AT tdcspace.dk">Jakob Simon-Gaarde </a>

@ -2,7 +2,7 @@
* Copyright (C) 2003 by Thomas Hasart * * Copyright (C) 2003 by Thomas Hasart *
* thasart@gmx.de * * thasart@gmx.de *
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* Copyright (C) 2002 by Jakob Simon-Gaarde * * Copyright (C) 2002 by Jakob Simon-Gaarde *
* jakob@jsg.dk * * jakob@jsg.dk *
* * * *

@ -2,7 +2,7 @@
* Copyright (C) 2003 by Thomas Hasart * * Copyright (C) 2003 by Thomas Hasart *
* thasart@gmx.de * * thasart@gmx.de *
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* Copyright (C) 2002 by Jakob Simon-Gaarde * * Copyright (C) 2002 by Jakob Simon-Gaarde *
* jakob@jsg.dk * * jakob@jsg.dk *
* * * *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* Copyright (C) 2000-2001 by Trolltech AS. * * Copyright (C) 2000-2001 by Trolltech AS. *
* info@trolltech.com * * info@trolltech.com *
* Copyright (C) 2002 by Jakob Simon-Gaarde * * Copyright (C) 2002 by Jakob Simon-Gaarde *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* Copyright (C) 2002 by Jakob Simon-Gaarde * * Copyright (C) 2002 by Jakob Simon-Gaarde *
* jakob@jsg.dk * * jakob@jsg.dk *
* Copyright (C) 2002-2003 by Alexander Dymo * * Copyright (C) 2002-2003 by Alexander Dymo *

@ -5,7 +5,7 @@ over several lines. You can even use some html commands in these lines like:
<code>This is code</code>, html links <a href="http://somelocation">link text</a>, <code>This is code</code>, html links <a href="http://somelocation">link text</a>,
and images. and images.
\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> \authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a>
\unmaintained This part is currently un-maintained \unmaintained This part is currently un-maintained

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 by Bernd Gehrmann * * Copyright (C) 2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 by Bernd Gehrmann * * Copyright (C) 2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -147,7 +147,7 @@ Unix Systems as well as about the C and C++ programming language.
</para> </para>
<para> <para>
For obtaining help about the TDevelop IDE, you should send requests to our mailinglist at For obtaining help about the TDevelop IDE, you should send requests to our mailinglist at
<email>tdevelop@tdevelop.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 KDevelop 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 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 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 operating system. By this, we ask all users to take advantage of the mailinglist in any case you're running
@ -548,7 +548,7 @@ the tdehtml library, containing KDE's html component
the kjs library, containing KDE's Javascript support the kjs library, containing KDE's Javascript support
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
the kio library, containing low level access to network files the tdeio library, containing low level access to network files
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
the tdeparts library, containing support for re-usable embeddable extendable applications the tdeparts library, containing support for re-usable embeddable extendable applications
@ -789,7 +789,7 @@ the compilation phase.
-pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -o kscribble -R -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -o kscribble -R
/usr/local/trinity/lib -R /usr/lib/qt/lib -R /usr/X11R6/lib -L/usr/X11R6/lib -L/usr/lib/qt/lib /usr/local/trinity/lib -R /usr/lib/qt/lib -R /usr/X11R6/lib -L/usr/X11R6/lib -L/usr/lib/qt/lib
-L/usr/local/trinity/lib main.o kscribble.o kscribbleview.o pref.o kscribbleiface_skel.o -lkio -L/usr/local/trinity/lib main.o kscribble.o kscribbleview.o pref.o kscribbleiface_skel.o -ltdeio
54 source='kscribble_client.cpp' object='kscribble_client.o' libtool=no \ 54 source='kscribble_client.cpp' object='kscribble_client.o' libtool=no \
55 depfile='.deps/kscribble_client.Po' tmpdepfile='.deps/kscribble_client.TPo' \ 55 depfile='.deps/kscribble_client.Po' tmpdepfile='.deps/kscribble_client.TPo' \
56 depmode=gcc3 /bin/sh /home/caleb/kscribble/admin/depcomp \ 56 depmode=gcc3 /bin/sh /home/caleb/kscribble/admin/depcomp \

@ -16,7 +16,7 @@
<author> <author>
<firstname>Bernd</firstname> <firstname>Bernd</firstname>
<surname>Gehrmann</surname> <surname>Gehrmann</surname>
<affiliation><address><email>bernd@tdevelop.org</email></address></affiliation> <affiliation><address><email>bernd@kdevelop.org</email></address></affiliation>
</author> </author>
</authorgroup> </authorgroup>
@ -71,9 +71,9 @@ respecting user preferences.
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><ulink url="kdeapi:tdeio/index.html">kio</ulink></term> <term><ulink url="kdeapi:tdeio/index.html">tdeio</ulink></term>
<listitem><para> <listitem><para>
The <literal>kio</literal> library contains facilities for asynchronous, The <literal>tdeio</literal> library contains facilities for asynchronous,
network transparent I/O and access to mimetype handling. It also provides the network transparent I/O and access to mimetype handling. It also provides the
KDE file dialog and its helper classes. KDE file dialog and its helper classes.
</para></listitem> </para></listitem>
@ -2074,7 +2074,7 @@ needed. It then goes into a loop and listens for DCOP connections. The program
may be an interactive one, but it may also run completely or for a part of its may be an interactive one, but it may also run completely or for a part of its
lifetime as a daemon in the background without the user noticing it. An example lifetime as a daemon in the background without the user noticing it. An example
for such a daemon is <literal>tdeio_uiserver</literal>, which implements user interaction for such a daemon is <literal>tdeio_uiserver</literal>, which implements user interaction
such as progress dialog for the KIO library. The advantage of such a centralized such as progress dialog for the TDEIO library. The advantage of such a centralized
daemon in this context is that e.g. the download progress for several different daemon in this context is that e.g. the download progress for several different
files can be shown in one window, even if those downloads were initiated from files can be shown in one window, even if those downloads were initiated from
different applications. different applications.
@ -2393,7 +2393,7 @@ else
</programlisting> </programlisting>
<para> <para>
This starts a KIO job to download a part of the file and check this. This starts a TDEIO job to download a part of the file and check this.
Note that this function is perhaps quite slow and blocks the program. Normally Note that this function is perhaps quite slow and blocks the program. Normally
you will only want to use this if <function>KMimeType::findByURL()</function> you will only want to use this if <function>KMimeType::findByURL()</function>
has returned <literal>"application/octet-stream"</literal>. has returned <literal>"application/octet-stream"</literal>.
@ -2401,7 +2401,7 @@ has returned <literal>"application/octet-stream"</literal>.
<para> <para>
On the other hand, if you do not want to block your application, you can also On the other hand, if you do not want to block your application, you can also
explicitly start the KIO job and connect to some of its signals: explicitly start the TDEIO job and connect to some of its signals:
</para> </para>
<programlisting> <programlisting>
@ -2558,7 +2558,7 @@ completely available, but should updated regularly as data comes in.
</para> </para>
<para> <para>
In the KDE libraries, network transparency is implemented in the KIO API. The In the KDE libraries, network transparency is implemented in the TDEIO API. The
central concept of this architecture is an IO <emphasis>job</emphasis>. A job central concept of this architecture is an IO <emphasis>job</emphasis>. A job
may copy, or delete files or similar things. Once a job is started, it works may copy, or delete files or similar things. Once a job is started, it works
in the background and does not block the application. Any communication from in the background and does not block the application. Any communication from
@ -2589,10 +2589,10 @@ http://www-com.physik.hu-berlin.de/~bernd/article.tgz#tar:/paper.tex
<simplesect id="nettransparency-usingkio"> <simplesect id="nettransparency-usingkio">
<title>Using KIO</title> <title>Using TDEIO</title>
<para> <para>
In most cases, jobs are created by calling functions in the KIO namespace. In most cases, jobs are created by calling functions in the TDEIO namespace.
These functions take one or two URLs as arguments, and possible other These functions take one or two URLs as arguments, and possible other
necessary parameters. When the job is finished, it emits the signal necessary parameters. When the job is finished, it emits the signal
<literal>result(TDEIO::Job*)</literal>. After this signal has been emitted, the job <literal>result(TDEIO::Job*)</literal>. After this signal has been emitted, the job
@ -2855,7 +2855,7 @@ easier to use: the class <classname>KFileItem</classname>.
<title>Synchronous usage</title> <title>Synchronous usage</title>
<para> <para>
Often, the asynchronous API of KIO is too complex to use and therefore Often, the asynchronous API of TDEIO is too complex to use and therefore
implementing full asynchronicity is not a priority. For example, in a program implementing full asynchronicity is not a priority. For example, in a program
that can only handle one document file at a time, there is little that can be that can only handle one document file at a time, there is little that can be
done while the program is downloading a file anyway. For these simple cases, done while the program is downloading a file anyway. For these simple cases,
@ -2965,7 +2965,7 @@ void FooClass::transferResult(TDEIO::Job *job)
<title>Scheduling</title> <title>Scheduling</title>
<para> <para>
When using the KIO API, you usually do not have to cope with the details of When using the TDEIO API, you usually do not have to cope with the details of
starting IO slaves and communicating with them. The normal use case is to starting IO slaves and communicating with them. The normal use case is to
start a job and with some parameters and handle the signals the jobs emits. start a job and with some parameters and handle the signals the jobs emits.
</para> </para>
@ -2973,7 +2973,7 @@ start a job and with some parameters and handle the signals the jobs emits.
<para> <para>
Behind the curtains, the scenario is a lot more complicated. When you create a Behind the curtains, the scenario is a lot more complicated. When you create a
job, it is put in a queue. When the application goes back to the event loop, job, it is put in a queue. When the application goes back to the event loop,
KIO allocates slave processes for the jobs in the queue. For the first jobs TDEIO allocates slave processes for the jobs in the queue. For the first jobs
started, this is trivial: an IO slave for the appropriate protocol is started. started, this is trivial: an IO slave for the appropriate protocol is started.
However, after the job (like a download from an http server) has finished, it However, after the job (like a download from an http server) has finished, it
is not immediately killed. Instead, it is put in a pool of idle slaves and is not immediately killed. Instead, it is put in a pool of idle slaves and
@ -2988,7 +2988,7 @@ Of course, reusing is only possible when the existing slave has already finished
its previous job. when a new request arrives while an existing slave process is its previous job. when a new request arrives while an existing slave process is
still running, a new process must be started and used. In the API usage in the still running, a new process must be started and used. In the API usage in the
examples above, there are no limitation for creating new slave processes: if you examples above, there are no limitation for creating new slave processes: if you
start a consecutive series of downloads for 20 different files, then KIO will start a consecutive series of downloads for 20 different files, then TDEIO will
start 20 slave processes. This scheme of assigning slaves to jobs is called start 20 slave processes. This scheme of assigning slaves to jobs is called
<emphasis>direct</emphasis>. It not always the most appropriate scheme, as it <emphasis>direct</emphasis>. It not always the most appropriate scheme, as it
may need much memory and put a high load on both the client and server machines. may need much memory and put a high load on both the client and server machines.
@ -3093,14 +3093,14 @@ The "input" and "output" lines are not used currently.
<para> <para>
The remaining lines in the <literal>.protocol</literal> file define which The remaining lines in the <literal>.protocol</literal> file define which
abilities the slave has. In general, the features a slave must implement are abilities the slave has. In general, the features a slave must implement are
much simpler than the features the KIO API provides for the application. The much simpler than the features the TDEIO API provides for the application. The
reason for this is that complex jobs are scheduled to a couple of subjobs. For reason for this is that complex jobs are scheduled to a couple of subjobs. For
example, in order to list a directory recursively, one job will be started for example, in order to list a directory recursively, one job will be started for
the toplevel directory. Then for each subdirectory reported back, new subjobs the toplevel directory. Then for each subdirectory reported back, new subjobs
are started. A scheduler in KIO makes sure that not too many jobs are active are started. A scheduler in TDEIO makes sure that not too many jobs are active
at the same time. Similarly, in order to copy a file within a protocol that at the same time. Similarly, in order to copy a file within a protocol that
does not support copying directly (like the <literal>ftp:</literal> protocol), does not support copying directly (like the <literal>ftp:</literal> protocol),
KIO can read the source file and then write the data to the destination TDEIO can read the source file and then write the data to the destination
file. For this to work, the <literal>.protocol</literal> must advertise the file. For this to work, the <literal>.protocol</literal> must advertise the
actions its slave supports. actions its slave supports.
</para> </para>
@ -3174,7 +3174,7 @@ functions:
<para> <para>
Additionally, there are reimplementable functions not listed in the <literal>.protocol</literal> Additionally, there are reimplementable functions not listed in the <literal>.protocol</literal>
file. For these operations, KIO automatically determines whether they are supported file. For these operations, TDEIO automatically determines whether they are supported
or not (i.e. the default implementation returns an error). or not (i.e. the default implementation returns an error).
</para> </para>

@ -7,7 +7,7 @@
<para> <para>
<itemizedlist> <itemizedlist>
<listitem><para> <listitem><para>
The initial contents of this manual were witten by Bernd Gehrmann <email>bernd@tdevelop.org</email> and Caleb Tennis <email>caleb@aei-tech.com</email>. The initial contents of this manual were witten by Bernd Gehrmann <email>bernd@kdevelop.org</email> and Caleb Tennis <email>caleb@aei-tech.com</email>.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
The <link linkend="automake-manager-summary">Summary of &automanag;</link> and <link linkend="automake-manager-operation">Automake Manager Operation</link> chapters were written by Ian Wadham, <email>ianw@netspace.net.au</email>). The <link linkend="automake-manager-summary">Summary of &automanag;</link> and <link linkend="automake-manager-operation">Automake Manager Operation</link> chapters were written by Ian Wadham, <email>ianw@netspace.net.au</email>).

@ -86,7 +86,7 @@ Entries which require special treatment are marked with comments starting with '
<firstname>Bernd</firstname> <firstname>Bernd</firstname>
<surname>Gehrmann</surname> <surname>Gehrmann</surname>
<affiliation> <affiliation>
<address><email>bernd@tdevelop.org</email></address> <address><email>bernd@kdevelop.org</email></address>
</affiliation> </affiliation>
</author> </author>

@ -158,7 +158,7 @@ it is because the plugin authors made them this way.</para>
<para>This plugin displays a graphical view of all the classes in the project, complete with methods and attributes, and provides a way of direct source navigation.</para></formalpara></listitem> <para>This plugin displays a graphical view of all the classes in the project, complete with methods and attributes, and provides a way of direct source navigation.</para></formalpara></listitem>
<listitem><formalpara id="KDevcopyto"> <listitem><formalpara id="KDevcopyto">
<title>CopyTo</title> <title>CopyTo</title>
<para>Simple file uploader plugin. It does a file copy over any KIO supported protocol.</para></formalpara></listitem> <para>Simple file uploader plugin. It does a file copy over any TDEIO supported protocol.</para></formalpara></listitem>
<listitem><formalpara id="KDevCTags2"> <listitem><formalpara id="KDevCTags2">
<title>CTags Frontend</title> <title>CTags Frontend</title>
<para>CTags is a source navigation tool with support for many languages. When loaded it provides a context menu for finding type declarations/definitions and also a query dialog. http://ctags.sourceforge.net/</para></formalpara></listitem> <para>CTags is a source navigation tool with support for many languages. When loaded it provides a context menu for finding type declarations/definitions and also a query dialog. http://ctags.sourceforge.net/</para></formalpara></listitem>

@ -3,7 +3,7 @@
------------------- -------------------
begin : Thu Nov 29 2001 begin : Thu Nov 29 2001
copyright : (C) 2001 by Sandy Meier copyright : (C) 2001 by Sandy Meier
email : smeier@tdevelop.org email : smeier@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -3,7 +3,7 @@
------------------- -------------------
begin : Thu Nov 29 2001 begin : Thu Nov 29 2001
copyright : (C) 2001 by Sandy Meier copyright : (C) 2001 by Sandy Meier
email : smeier@tdevelop.org email : smeier@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2001 Sandy Meier <smeier@tdevelop.org> * Copyright (C) 2001 Sandy Meier <smeier@kdevelop.org>
*/ */

@ -9,7 +9,7 @@ kde_module_LTLIBRARIES = libkdevdesignerpart.la
libkdevdesignerpart_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) libkdevdesignerpart_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries)
libkdevdesignerpart_la_LIBADD = \ libkdevdesignerpart_la_LIBADD = \
$(top_builddir)/kdevdesigner/uilib/libkdevqui.la $(top_builddir)/kdevdesigner/shared/libshared.la \ $(top_builddir)/kdevdesigner/uilib/libkdevqui.la $(top_builddir)/kdevdesigner/shared/libshared.la \
$(top_builddir)/lib/interfaces/external/libkinterfacedesigner.la $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -lqassistantclient $(LIB_TDEFILE) $(LIB_KPARTS) $(top_builddir)/lib/interfaces/external/libkinterfacedesigner.la $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -lqassistantclient $(LIB_TDEFILE) $(LIB_TDEPARTS)
libkdevdesignerpart_la_SOURCES = kdevdesigner_part.cpp actiondnd.cpp actioneditorimpl.cpp actionlistview.cpp asciivalidator.cpp command.cpp connectionitems.cpp connectiontable.cpp customwidgeteditorimpl.cpp database.cpp dbconnectionimpl.cpp dbconnectionsimpl.cpp defs.cpp designerapp.cpp designerappiface.cpp editfunctionsimpl.cpp filechooser.cpp formfile.cpp formsettingsimpl.cpp formwindow.cpp hierarchyview.cpp iconvieweditorimpl.cpp layout.cpp listboxdnd.cpp listboxeditorimpl.cpp listboxrename.cpp listdnd.cpp listviewdnd.cpp listvieweditorimpl.cpp mainwindow.cpp mainwindowactions.cpp menubareditor.cpp metadatabase.cpp multilineeditorimpl.cpp newformimpl.cpp orderindicator.cpp outputwindow.cpp paletteeditoradvancedimpl.cpp paletteeditorimpl.cpp pixmapchooser.cpp pixmapcollection.cpp popupmenueditor.cpp previewframe.cpp previewwidgetimpl.cpp project.cpp projectsettingsimpl.cpp propertyeditor.cpp propertyobject.cpp qcompletionedit.cpp resource.cpp sizehandle.cpp sourceeditor.cpp sourcefile.cpp startdialogimpl.cpp styledbutton.cpp syntaxhighlighter_html.cpp tableeditorimpl.cpp timestamp.cpp variabledialogimpl.cpp widgetaction.cpp widgetfactory.cpp wizardeditorimpl.cpp workspace.cpp about.ui dbconnection.ui gotolinedialog.ui newform.ui previewwidget.ui variabledialog.ui actioneditor.ui dbconnectioneditor.ui iconvieweditor.ui paletteeditor.ui projectsettings.ui wizardeditor.ui configtoolboxdialog.ui dbconnections.ui listboxeditor.ui paletteeditoradvanced.ui replacedialog.ui connectiondialog.ui editfunctions.ui listeditor.ui pixmapcollectioneditor.ui richtextfontdialog.ui createtemplate.ui finddialog.ui listvieweditor.ui pixmapfunction.ui startdialog.ui customwidgeteditor.ui formsettings.ui multilineeditor.ui preferences.ui tableeditor.ui designeraction.cpp myiconloader.cpp libkdevdesignerpart_la_SOURCES = kdevdesigner_part.cpp actiondnd.cpp actioneditorimpl.cpp actionlistview.cpp asciivalidator.cpp command.cpp connectionitems.cpp connectiontable.cpp customwidgeteditorimpl.cpp database.cpp dbconnectionimpl.cpp dbconnectionsimpl.cpp defs.cpp designerapp.cpp designerappiface.cpp editfunctionsimpl.cpp filechooser.cpp formfile.cpp formsettingsimpl.cpp formwindow.cpp hierarchyview.cpp iconvieweditorimpl.cpp layout.cpp listboxdnd.cpp listboxeditorimpl.cpp listboxrename.cpp listdnd.cpp listviewdnd.cpp listvieweditorimpl.cpp mainwindow.cpp mainwindowactions.cpp menubareditor.cpp metadatabase.cpp multilineeditorimpl.cpp newformimpl.cpp orderindicator.cpp outputwindow.cpp paletteeditoradvancedimpl.cpp paletteeditorimpl.cpp pixmapchooser.cpp pixmapcollection.cpp popupmenueditor.cpp previewframe.cpp previewwidgetimpl.cpp project.cpp projectsettingsimpl.cpp propertyeditor.cpp propertyobject.cpp qcompletionedit.cpp resource.cpp sizehandle.cpp sourceeditor.cpp sourcefile.cpp startdialogimpl.cpp styledbutton.cpp syntaxhighlighter_html.cpp tableeditorimpl.cpp timestamp.cpp variabledialogimpl.cpp widgetaction.cpp widgetfactory.cpp wizardeditorimpl.cpp workspace.cpp about.ui dbconnection.ui gotolinedialog.ui newform.ui previewwidget.ui variabledialog.ui actioneditor.ui dbconnectioneditor.ui iconvieweditor.ui paletteeditor.ui projectsettings.ui wizardeditor.ui configtoolboxdialog.ui dbconnections.ui listboxeditor.ui paletteeditoradvanced.ui replacedialog.ui connectiondialog.ui editfunctions.ui listeditor.ui pixmapcollectioneditor.ui richtextfontdialog.ui createtemplate.ui finddialog.ui listvieweditor.ui pixmapfunction.ui startdialog.ui customwidgeteditor.ui formsettings.ui multilineeditor.ui preferences.ui tableeditor.ui designeraction.cpp myiconloader.cpp
partrcdir = $(kde_datadir)/kdevdesignerpart partrcdir = $(kde_datadir)/kdevdesignerpart
partdesktopdir = $(kde_servicesdir) partdesktopdir = $(kde_servicesdir)

@ -21,8 +21,8 @@ bin_PROGRAMS = kdevdesigner
# the application source, library search path, and link libraries # the application source, library search path, and link libraries
kdevdesigner_SOURCES = main.cpp kdevdesigner.cpp kdevdesigner_SOURCES = main.cpp kdevdesigner.cpp
kdevdesigner_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kdevdesigner_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
kdevdesigner_LDADD = $(LIB_KPARTS) kdevdesigner_LDADD = $(LIB_TDEPARTS)
# this is where the desktop file will go # this is where the desktop file will go
#shelldesktopdir = $(kde_appsdir)/Development #shelldesktopdir = $(kde_appsdir)/Development

@ -43,7 +43,7 @@ int main(int argc, char **argv)
TDEAboutData about("kdevdesigner", I18N_NOOP("KDevDesigner"), version, description, TDEAboutData about("kdevdesigner", I18N_NOOP("KDevDesigner"), version, description,
TDEAboutData::License_GPL, "KDevDesigner Copyright: (C) 2004-2005 Alexander Dymo\nTQt Designer Copyright: (C) 2000-2005 Trolltech AS All Rights Reserved", 0, 0); TDEAboutData::License_GPL, "KDevDesigner Copyright: (C) 2004-2005 Alexander Dymo\nTQt Designer Copyright: (C) 2000-2005 Trolltech AS All Rights Reserved", 0, 0);
about.addAuthor( "Trolltech AS", "TQt Designer code (Free Edition)" ); about.addAuthor( "Trolltech AS", "TQt Designer code (Free Edition)" );
about.addAuthor( "Alexander Dymo", "Port to KDE, partification", "adymo@tdevelop.org" ); about.addAuthor( "Alexander Dymo", "Port to KDE, partification", "adymo@kdevelop.org" );
TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::init(argc, argv, &about);
TDECmdLineArgs::addCmdLineOptions( options ); TDECmdLineArgs::addCmdLineOptions( options );
TDEApplication app; TDEApplication app;

@ -21,7 +21,7 @@ with the one from <a href="ftp://fara.cs.uni-potsdam.de/incoming/CppCodeGenerato
\unmaintained This part is currently un-maintained. \unmaintained This part is currently un-maintained.
\authors <a href="mailto:okellogg AT users.sourceforge.net">Oliver Kellogg</a> \authors <a href="mailto:okellogg AT users.sourceforge.net">Oliver Kellogg</a>
\authors <a href="mailto:roberto AT tdevelop.org">Roberto Raggi</a> \authors <a href="mailto:roberto AT kdevelop.org">Roberto Raggi</a>
\authors <a href="mailto:cloudtemple AT mksat.net">Alexander Dymo</a> \authors <a href="mailto:cloudtemple AT mksat.net">Alexander Dymo</a>
\feature Consult \ref LangSupportStatus for a up to date features/status of this programming language support part. \feature Consult \ref LangSupportStatus for a up to date features/status of this programming language support part.

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 by Roberto Raggi * * Copyright (C) 2002 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/* /*
* Copyright (C) 2002 by Roberto Raggi * Copyright (C) 2002 by Roberto Raggi
* roberto@tdevelop.org * roberto@kdevelop.org
* Copyright (C) 2003 Oliver Kellogg * Copyright (C) 2003 Oliver Kellogg
* okellogg@users.sourceforge.net * okellogg@users.sourceforge.net
* *

@ -1,5 +1,5 @@
/* /*
Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2003 Oliver Kellogg <okellogg@users.sourceforge.net> Copyright (C) 2003 Oliver Kellogg <okellogg@users.sourceforge.net>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2003 Oliver Kellogg <okellogg@users.sourceforge.net> Copyright (C) 2003 Oliver Kellogg <okellogg@users.sourceforge.net>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -8,9 +8,9 @@ then you can play with KDevPCSImporter the code of the dialog is in languages/cp
and of course lib/interfaces/kdevpcsimporter.* 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.* and if you want play with the c++ parser go to lib/cppparser/, the best is to start to read driver.*
\authors <a href="mailto:roberto AT tdevelop.org">Roberto Raggi</a> \authors <a href="mailto:roberto AT kdevelop.org">Roberto Raggi</a>
\maintainer <a href="mailto:roberto AT tdevelop.org">Roberto Raggi</a> \maintainer <a href="mailto:roberto AT kdevelop.org">Roberto Raggi</a>
\feature supports C/C++ language \feature supports C/C++ language
\feature can do code completion \feature can do code completion

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org)
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public * modify it under the terms of the GNU General Public

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org)
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public * modify it under the terms of the GNU General Public

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org)
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public * modify it under the terms of the GNU General Public

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org)
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public * modify it under the terms of the GNU General Public

@ -26,5 +26,5 @@ You can download the emulator from: http://vboy.emuhq.com/
Have fun! Have fun!
Please report bugs,wishes,problems.. to smeier@tdevelop.org (Sandy Meier) Please report bugs,wishes,problems.. to smeier@kdevelop.org (Sandy Meier)

@ -1,7 +1,7 @@
bin_PROGRAMS = %{APPNAMELC} bin_PROGRAMS = %{APPNAMELC}
INCLUDES = $(all_includes) INCLUDES = $(all_includes)
%{APPNAMELC}_LDFLAGS = $(all_libraries) $(KDE_RPATH) %{APPNAMELC}_LDFLAGS = $(all_libraries) $(KDE_RPATH)
%{APPNAMELC}_LDADD = $(LIB_KIO) %{APPNAMELC}_LDADD = $(LIB_TDEIO)
%{APPNAMELC}_SOURCES = main.cpp %{APPNAMELC}.cpp %{APPNAMELC}.skel %{APPNAMELC}_SOURCES = main.cpp %{APPNAMELC}.cpp %{APPNAMELC}.skel

@ -8,7 +8,7 @@ bin_PROGRAMS = %{APPNAMELC} %{APPNAMELC}_client
INCLUDES = $(all_includes) INCLUDES = $(all_includes)
# the library search path. # the library search path.
%{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) $(LIB_KIO) %{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) $(LIB_TDEIO)
# the libraries to link against. # the libraries to link against.
%{APPNAMELC}_LDADD = $(LIB_TDEFILE) $(LIB_TDEPRINT) %{APPNAMELC}_LDADD = $(LIB_TDEFILE) $(LIB_TDEPRINT)
@ -21,7 +21,7 @@ INCLUDES = $(all_includes)
noinst_HEADERS = %{APPNAMELC}.h %{APPNAMELC}view.h pref.h noinst_HEADERS = %{APPNAMELC}.h %{APPNAMELC}view.h pref.h
# client stuff # client stuff
%{APPNAMELC}_client_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) $(LIB_KIO) %{APPNAMELC}_client_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) $(LIB_TDEIO)
%{APPNAMELC}_client_LDADD = $(LIB_TDECORE) %{APPNAMELC}_client_LDADD = $(LIB_TDECORE)
%{APPNAMELC}_client_SOURCES = %{APPNAMELC}_client.cpp %{APPNAMELC}_client_SOURCES = %{APPNAMELC}_client.cpp

@ -8,7 +8,7 @@ kde_module_LTLIBRARIES = lib%{APPNAMELC}plugin.la
lib%{APPNAMELC}plugin_la_SOURCES = plugin_%{APPNAMELC}.cpp lib%{APPNAMELC}plugin_la_SOURCES = plugin_%{APPNAMELC}.cpp
lib%{APPNAMELC}plugin_la_LIBADD = -lkateinterfaces lib%{APPNAMELC}plugin_la_LIBADD = -lkateinterfaces
lib%{APPNAMELC}plugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) lib%{APPNAMELC}plugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS)
pluginsdir = $(kde_datadir)/kate/plugins/%{APPNAMELC} pluginsdir = $(kde_datadir)/kate/plugins/%{APPNAMELC}
plugins_DATA = plugin_%{APPNAMELC}.rc plugins_DATA = plugin_%{APPNAMELC}.rc

@ -8,7 +8,7 @@ kde_module_LTLIBRARIES = lib%{APPNAMELC}plugin.la
lib%{APPNAMELC}plugin_la_SOURCES = plugin_%{APPNAMELC}.cpp lib%{APPNAMELC}plugin_la_SOURCES = plugin_%{APPNAMELC}.cpp
lib%{APPNAMELC}plugin_la_LIBADD = -lkateinterfaces lib%{APPNAMELC}plugin_la_LIBADD = -lkateinterfaces
lib%{APPNAMELC}plugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) lib%{APPNAMELC}plugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS)
pluginsdir = $(kde_datadir)/kate/plugins/%{APPNAMELC} pluginsdir = $(kde_datadir)/kate/plugins/%{APPNAMELC}
plugins_DATA = plugin_%{APPNAMELC}.rc plugins_DATA = plugin_%{APPNAMELC}.rc

@ -17,7 +17,7 @@ kde4_add_kcfg_files(%{APPNAMELC}_SRCS settings.kcfgc )
kde4_add_executable(%{APPNAMELC} ${%{APPNAMELC}_SRCS}) kde4_add_executable(%{APPNAMELC} ${%{APPNAMELC}_SRCS})
target_link_libraries(%{APPNAMELC} ${KDE4_KDEUI_LIBS} ) target_link_libraries(%{APPNAMELC} ${KDE4_TDEUI_LIBS} )
install(TARGETS %{APPNAMELC} DESTINATION ${BIN_INSTALL_DIR} ) install(TARGETS %{APPNAMELC} DESTINATION ${BIN_INSTALL_DIR} )

@ -19,5 +19,5 @@ bin_PROGRAMS = %{APPNAMELC}
# the application source, library search path, and link libraries # the application source, library search path, and link libraries
%{APPNAMELC}_SOURCES = main.cpp %{APPNAMELC}.cpp %{APPNAMELC}_iface.skel mainclass.cpp %{APPNAMELC}_SOURCES = main.cpp %{APPNAMELC}.cpp %{APPNAMELC}_iface.skel mainclass.cpp
%{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) %{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS)
%{APPNAMELC}_LDADD = $(LIB_TDEUI) %{APPNAMELC}_LDADD = $(LIB_TDEUI)

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

@ -1,7 +1,7 @@
INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes) INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes)
kde_module_LTLIBRARIES = libkdev%{APPNAMELC}.la 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_KPARTS) 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 libkdev%{APPNAMELC}_la_LIBADD = $(top_builddir)/lib/libtdevelop.la
libkdev%{APPNAMELC}_la_SOURCES = %{APPNAMELC}part.cpp %{APPNAMELC}widget.cpp \ libkdev%{APPNAMELC}_la_SOURCES = %{APPNAMELC}part.cpp %{APPNAMELC}widget.cpp \

@ -22,7 +22,7 @@ bin_PROGRAMS = %{APPNAMELC}
# the application source, library search path, and link libraries # the application source, library search path, and link libraries
%{APPNAMELC}_SOURCES = main.cpp %{APPNAMELC}.cpp %{APPNAMELC}_SOURCES = main.cpp %{APPNAMELC}.cpp
%{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) %{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS)
%{APPNAMELC}_LDADD = $(LIB_TDEUI) %{APPNAMELC}_LDADD = $(LIB_TDEUI)
# this is where the desktop file will go # this is where the desktop file will go

@ -22,7 +22,7 @@ bin_PROGRAMS = %{APPNAMELC}
# the application source, library search path, and link libraries # the application source, library search path, and link libraries
%{APPNAMELC}_SOURCES = main.cpp %{APPNAMELC}.cpp %{APPNAMELC}widget.cpp %{APPNAMELC}widgetbase.ui %{APPNAMELC}_SOURCES = main.cpp %{APPNAMELC}.cpp %{APPNAMELC}widget.cpp %{APPNAMELC}widgetbase.ui
%{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) %{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS)
%{APPNAMELC}_LDADD = $(LIB_TDEUI) %{APPNAMELC}_LDADD = $(LIB_TDEUI)
# this is where the desktop file will go # this is where the desktop file will go

@ -4,7 +4,7 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = %{APPNAMELC}_panelapplet.la kde_module_LTLIBRARIES = %{APPNAMELC}_panelapplet.la
%{APPNAMELC}_panelapplet_la_SOURCES = %{APPNAMELC}.cpp %{APPNAMELC}_panelapplet_la_SOURCES = %{APPNAMELC}.cpp
%{APPNAMELC}_panelapplet_la_LDFLAGS = -module -avoid-version $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) %{APPNAMELC}_panelapplet_la_LDFLAGS = -module -avoid-version $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS)
%{APPNAMELC}_panelapplet_la_LIBADD = $(LIB_TDEUI) %{APPNAMELC}_panelapplet_la_LIBADD = $(LIB_TDEUI)
%{APPNAMELC}_DATA = %{APPNAMELC}.desktop %{APPNAMELC}_DATA = %{APPNAMELC}.desktop

@ -5,19 +5,19 @@ INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
kde_module_LTLIBRARIES = lib%{APPNAMELC}part.la kde_module_LTLIBRARIES = lib%{APPNAMELC}part.la
lib%{APPNAMELC}part_la_SOURCES = %{APPNAMELC}_part.cpp \ lib%{APPNAMELC}part_la_SOURCES = %{APPNAMELC}_part.cpp \
%{APPNAMELC}_view.cpp %{APPNAMELC}_factory.cpp %{APPNAMELC}_view.cpp %{APPNAMELC}_factory.cpp
lib%{APPNAMELC}part_la_LDFLAGS = $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) lib%{APPNAMELC}part_la_LDFLAGS = $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS)
lib%{APPNAMELC}part_la_LIBADD = -lkofficeui lib%{APPNAMELC}part_la_LIBADD = -lkofficeui
## The tdeinit loadable module ## The tdeinit loadable module
lib_LTLIBRARIES = %{APPNAMELC}.la lib_LTLIBRARIES = %{APPNAMELC}.la
%{APPNAMELC}_la_SOURCES = %{APPNAMELC}.cpp %{APPNAMELC}_la_SOURCES = %{APPNAMELC}.cpp
%{APPNAMELC}_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) %{APPNAMELC}_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS)
%{APPNAMELC}_la_LIBADD = -lkofficecore %{APPNAMELC}_la_LIBADD = -lkofficecore
## The executable ## The executable
bin_PROGRAMS = %{APPNAMELC} bin_PROGRAMS = %{APPNAMELC}
%{APPNAMELC}_SOURCES = dummy.cpp %{APPNAMELC}_SOURCES = dummy.cpp
%{APPNAMELC}_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) %{APPNAMELC}_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS)
%{APPNAMELC}_LDADD = %{APPNAMELC}.la %{APPNAMELC}_LDADD = %{APPNAMELC}.la
dummy.cpp: dummy.cpp:

@ -4,8 +4,8 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES=konqsidebar_%{APPNAMELC}.la kde_module_LTLIBRARIES=konqsidebar_%{APPNAMELC}.la
konqsidebar_%{APPNAMELC}_la_SOURCES = %{APPNAMELC}.cpp konqsidebar_%{APPNAMELC}_la_SOURCES = %{APPNAMELC}.cpp
konqsidebar_%{APPNAMELC}_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) -lkonqsidebarplugin konqsidebar_%{APPNAMELC}_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) -lkonqsidebarplugin
konqsidebar_%{APPNAMELC}_la_LIBADD = $(LIB_KPARTS) $(LIB_TDEFILE) konqsidebar_%{APPNAMELC}_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEFILE)
%{APPNAMELC}_entry_DATA = %{APPNAMELC}.desktop %{APPNAMELC}_entry_DATA = %{APPNAMELC}.desktop
%{APPNAMELC}_entrydir = $(kde_datadir)/konqsidebartng/entries %{APPNAMELC}_entrydir = $(kde_datadir)/konqsidebartng/entries

@ -23,8 +23,8 @@ bin_PROGRAMS = %{APPNAMELC}
# the application source, library search path, and link libraries # the application source, library search path, and link libraries
%{APPNAMELC}_SOURCES = main.cpp %{APPNAMELC}.cpp %{APPNAMELC}_SOURCES = main.cpp %{APPNAMELC}.cpp
%{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) $(LIB_KIO) %{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) $(LIB_TDEIO)
%{APPNAMELC}_LDADD = $(LIB_KPARTS) %{APPNAMELC}_LDADD = $(LIB_TDEPARTS)
# this is where the desktop file will go # this is where the desktop file will go
shelldesktopdir = $(kde_appsdir)/Utilities shelldesktopdir = $(kde_appsdir)/Utilities
@ -41,8 +41,8 @@ kde_module_LTLIBRARIES = lib%{APPNAMELC}part.la
# the Part's source, library search path, and link libraries # the Part's source, library search path, and link libraries
lib%{APPNAMELC}part_la_SOURCES = %{APPNAMELC}_part.cpp lib%{APPNAMELC}part_la_SOURCES = %{APPNAMELC}_part.cpp
lib%{APPNAMELC}part_la_LDFLAGS = -module -avoid-version -no-undefined $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) $(LIB_KIO) lib%{APPNAMELC}part_la_LDFLAGS = -module -avoid-version -no-undefined $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) $(LIB_TDEIO)
lib%{APPNAMELC}part_la_LIBADD = $(LIB_KPARTS) $(LIB_TDEFILE) lib%{APPNAMELC}part_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEFILE)
# this is where the desktop file will go # this is where the desktop file will go
partdesktopdir = $(kde_servicesdir) partdesktopdir = $(kde_servicesdir)

@ -9,8 +9,8 @@ kde_module_LTLIBRARIES = lib%{APPNAMELC}plugin.la
# This is all standard. Remove the LIB_TDEHTML reference if you are not # This is all standard. Remove the LIB_TDEHTML reference if you are not
# using the TDEHTML Part # using the TDEHTML Part
lib%{APPNAMELC}plugin_la_SOURCES = plugin_%{APPNAMELC}.cpp lib%{APPNAMELC}plugin_la_SOURCES = plugin_%{APPNAMELC}.cpp
lib%{APPNAMELC}plugin_la_LIBADD = $(LIB_KPARTS) $(LIB_TDEHTML) lib%{APPNAMELC}plugin_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEHTML)
lib%{APPNAMELC}plugin_la_LDFLAGS = -module -avoid-version -no-undefined $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) lib%{APPNAMELC}plugin_la_LDFLAGS = -module -avoid-version -no-undefined $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS)
# Install the .rc file in the Part's directory (in this case, the part # Install the .rc file in the Part's directory (in this case, the part
# is TDEHTMLPart) # is TDEHTMLPart)

@ -1,7 +1,7 @@
%{H_TEMPLATE} %{H_TEMPLATE}
#ifndef KMDIKONSOLE_H #ifndef TDEMDIKONSOLE_H
#define KMDIKONSOLE_H #define TDEMDIKONSOLE_H
#include <tqvbox.h> #include <tqvbox.h>
@ -30,4 +30,4 @@ class tdemdikonsole : public TQVBox
bool m_haskonsole; bool m_haskonsole;
}; };
#endif // KMDIKONSOLE_H #endif // TDEMDIKONSOLE_H

@ -11,7 +11,7 @@ INCLUDES = $(all_includes)
METASOURCES = AUTO METASOURCES = AUTO
# the library search path. # the library search path.
%{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) %{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS)
# the libraries to link against. # the libraries to link against.
%{APPNAMELC}_LDADD = $(LIB_TDEFILE) $(LIB_TDEPRINT) %{APPNAMELC}_LDADD = $(LIB_TDEFILE) $(LIB_TDEPRINT)

@ -5,7 +5,7 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = noatun_%{APPNAMELC}plugin.la kde_module_LTLIBRARIES = noatun_%{APPNAMELC}plugin.la
noatun_%{APPNAMELC}plugin_la_SOURCES = plugin_%{APPNAMELC}.cpp plugin_%{APPNAMELC}_impl.cpp noatun_%{APPNAMELC}plugin_la_SOURCES = plugin_%{APPNAMELC}.cpp plugin_%{APPNAMELC}_impl.cpp
noatun_%{APPNAMELC}plugin_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) noatun_%{APPNAMELC}plugin_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS)
noatun_%{APPNAMELC}plugin_la_LIBADD = $(LIB_TDEFILE) -lnoatun -lnoatuncontrols \ noatun_%{APPNAMELC}plugin_la_LIBADD = $(LIB_TDEFILE) -lnoatun -lnoatuncontrols \
-lqtmcop -lkmedia2_idl -lsoundserver_idl -lqtmcop -lkmedia2_idl -lsoundserver_idl

@ -5,7 +5,7 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = noatun_%{APPNAMELC}plugin.la kde_module_LTLIBRARIES = noatun_%{APPNAMELC}plugin.la
noatun_%{APPNAMELC}plugin_la_SOURCES = plugin_%{APPNAMELC}.cpp plugin_%{APPNAMELC}_impl.cpp noatun_%{APPNAMELC}plugin_la_SOURCES = plugin_%{APPNAMELC}.cpp plugin_%{APPNAMELC}_impl.cpp
noatun_%{APPNAMELC}plugin_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(LIBSDL_RPATH) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) noatun_%{APPNAMELC}plugin_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(LIBSDL_RPATH) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS)
noatun_%{APPNAMELC}plugin_la_CXXFLAGS = $(LIBSDL_CFLAGS) noatun_%{APPNAMELC}plugin_la_CXXFLAGS = $(LIBSDL_CFLAGS)
noatun_%{APPNAMELC}plugin_la_LIBADD = $(LIB_TDEFILE) $(LIBSDL_LIBS) -lnoatun -lm noatun_%{APPNAMELC}plugin_la_LIBADD = $(LIB_TDEFILE) $(LIBSDL_LIBS) -lnoatun -lm

@ -8,8 +8,8 @@ noinst_HEADERS = tdefile_%{APPNAMELC}.h
kde_module_LTLIBRARIES = tdefile_%{APPNAMELC}.la kde_module_LTLIBRARIES = tdefile_%{APPNAMELC}.la
tdefile_%{APPNAMELC}_la_SOURCES = tdefile_%{APPNAMELC}.cpp tdefile_%{APPNAMELC}_la_SOURCES = tdefile_%{APPNAMELC}.cpp
tdefile_%{APPNAMELC}_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) $(LIB_KIO) tdefile_%{APPNAMELC}_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) $(LIB_TDEIO)
tdefile_%{APPNAMELC}_la_LIBADD = $(LIB_KIO) tdefile_%{APPNAMELC}_la_LIBADD = $(LIB_TDEIO)
# let automoc handle all of the meta source files ((moc)) # let automoc handle all of the meta source files ((moc))
METASOURCES = AUTO METASOURCES = AUTO

@ -11,7 +11,7 @@ Description[br]=Ur c'hioslave evit %{APPNAMELC}
Description[ca]=Un tdeioslave per a %{APPNAMELC} Description[ca]=Un tdeioslave per a %{APPNAMELC}
Description[da]=En tdeioslave til %{APPNAMELC} Description[da]=En tdeioslave til %{APPNAMELC}
Description[de]=Ein Ein-/Ausgabemodul für %{APPNAMELC} Description[de]=Ein Ein-/Ausgabemodul für %{APPNAMELC}
Description[el]=Ένα υπηρέτης kio για %{APPNAMELC} Description[el]=Ένα υπηρέτης tdeio για %{APPNAMELC}
Description[es]=Un tdeioslave para %{APPNAMELC} Description[es]=Un tdeioslave para %{APPNAMELC}
Description[et]=%{APPNAMELC} IO-moodul Description[et]=%{APPNAMELC} IO-moodul
Description[eu]=tdeioslave bat honentzat: %{APPNAMELC} Description[eu]=tdeioslave bat honentzat: %{APPNAMELC}

@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = tdeio_%{APPNAMELC}.la
tdeio_%{APPNAMELC}_la_SOURCES = %{APPNAMELC}.cpp tdeio_%{APPNAMELC}_la_SOURCES = %{APPNAMELC}.cpp
tdeio_%{APPNAMELC}_la_LIBADD = -ltdeio tdeio_%{APPNAMELC}_la_LIBADD = -ltdeio
tdeio_%{APPNAMELC}_la_LDFLAGS = -module -avoid-version $(all_libraries) $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) tdeio_%{APPNAMELC}_la_LDFLAGS = -module -avoid-version $(all_libraries) $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS)
protocol_DATA = %{APPNAMELC}.protocol protocol_DATA = %{APPNAMELC}.protocol
protocoldir = $(kde_servicesdir) protocoldir = $(kde_servicesdir)

@ -1,24 +1,24 @@
# TDE Config File # TDE Config File
[General] [General]
Name=KIO slave Name=TDEIO slave
Name[br]=Sklav KIO Name[br]=Sklav TDEIO
Name[ca]=Esclau KIO Name[ca]=Esclau TDEIO
Name[da]=KIO-slave Name[da]=TDEIO-slave
Name[de]=Ein-/Ausgabemodul Name[de]=Ein-/Ausgabemodul
Name[el]=Υπηρέτης KIO Name[el]=Υπηρέτης TDEIO
Name[es]=Esclavo KIO Name[es]=Esclavo TDEIO
Name[et]=KIO-moodul Name[et]=TDEIO-moodul
Name[eu]=KIO morroia Name[eu]=TDEIO morroia
Name[fr]=Esclave KIO Name[fr]=Esclave TDEIO
Name[ga]=Sclábhaí KIO Name[ga]=Sclábhaí TDEIO
Name[gl]=Escravo KIO Name[gl]=Escravo TDEIO
Name[hu]=TDE-protokoll (KIOslave) Name[hu]=TDE-protokoll (KIOslave)
Name[it]=Slave KIO Name[it]=Slave TDEIO
Name[nds]=In-/Utgaavmoduul Name[nds]=In-/Utgaavmoduul
Name[ne]=KIO स्लेभ Name[ne]=TDEIO स्लेभ
Name[nl]=KIO-slave Name[nl]=TDEIO-slave
Name[pt]=KIO Slave Name[pt]=TDEIO Slave
Name[sk]=KIO otrok Name[sk]=TDEIO otrok
Name[sv]=I/O-slav Name[sv]=I/O-slav
Icon=tdeioslave.png Icon=tdeioslave.png
Category=C++/TDE Category=C++/TDE
@ -152,32 +152,32 @@ Dest=%{dest}/src/%{APPNAMELC}.protocol
[MSG] [MSG]
Type=message Type=message
Comment=A KIO slave was created in %{dest} Comment=A TDEIO slave was created in %{dest}
Comment[ca]=Un esclau KIO ha estat creat en %{dest} Comment[ca]=Un esclau TDEIO ha estat creat en %{dest}
Comment[da]=En KIO-slave blev oprettet i %{dest} Comment[da]=En TDEIO-slave blev oprettet i %{dest}
Comment[de]=Ein Ein-/Ausgabemodul wurde in %{dest} erstellt. Comment[de]=Ein Ein-/Ausgabemodul wurde in %{dest} erstellt.
Comment[el]=Ένας υπηρέτης KIO δημιουργήθηκε στο %{dest} Comment[el]=Ένας υπηρέτης TDEIO δημιουργήθηκε στο %{dest}
Comment[es]=Un esclavo KIO ha sido creado en %{dest} Comment[es]=Un esclavo TDEIO ha sido creado en %{dest}
Comment[et]=KIO-moodul loodi asukohta %{dest} Comment[et]=TDEIO-moodul loodi asukohta %{dest}
Comment[eu]=KIO morroi bat sortu da hemen: %{dest} Comment[eu]=TDEIO morroi bat sortu da hemen: %{dest}
Comment[fa]=یک KIO slave در %{dest} ایجاد شد Comment[fa]=یک TDEIO slave در %{dest} ایجاد شد
Comment[fr]=Un esclave d'entrée / sortie a été créé dans %{dest} Comment[fr]=Un esclave d'entrée / sortie a été créé dans %{dest}
Comment[ga]=Cruthaíodh sclábhaí KIO i %{dest} Comment[ga]=Cruthaíodh sclábhaí TDEIO i %{dest}
Comment[gl]=Creouse un escravo KIO en %{dest} Comment[gl]=Creouse un escravo TDEIO en %{dest}
Comment[hu]=Létrejött egy KIOslave itt: %{dest} Comment[hu]=Létrejött egy KIOslave itt: %{dest}
Comment[it]=È stato generato un slave KIO in %{dest} Comment[it]=È stato generato un slave TDEIO in %{dest}
Comment[ja]=KIO slave を %{dest} に作成しました。 Comment[ja]=TDEIO slave を %{dest} に作成しました。
Comment[nds]=In %{dest} wöör en In-/Utgaavmoduul opstellt Comment[nds]=In %{dest} wöör en In-/Utgaavmoduul opstellt
Comment[ne]=KIO स्लेभ %{dest} मा सिर्जना गरियो Comment[ne]=TDEIO स्लेभ %{dest} मा सिर्जना गरियो
Comment[nl]=Een KIO-slave is aangemaakt in %{dest} Comment[nl]=Een TDEIO-slave is aangemaakt in %{dest}
Comment[pl]=KIO slave został utworzony w %{dest} Comment[pl]=TDEIO slave został utworzony w %{dest}
Comment[pt]=Foi criado um 'KIO slave' em %{dest} Comment[pt]=Foi criado um 'TDEIO slave' em %{dest}
Comment[pt_BR]=Foi criado um 'KIO slave' em %{dest} Comment[pt_BR]=Foi criado um 'TDEIO slave' em %{dest}
Comment[ru]=Канал KIO slave создан в %{dest} Comment[ru]=Канал TDEIO slave создан в %{dest}
Comment[sk]=KIO otrok bol vytvorený v %{dest} Comment[sk]=TDEIO otrok bol vytvorený v %{dest}
Comment[sr]=KIO slave је направљен у %{dest} Comment[sr]=TDEIO slave је направљен у %{dest}
Comment[sr@Latn]=KIO slave je napravljen u %{dest} Comment[sr@Latn]=TDEIO slave je napravljen u %{dest}
Comment[sv]=En I/O-slav skapades i %{dest} Comment[sv]=En I/O-slav skapades i %{dest}
Comment[tr]=Bir KIO slave'i %{dest} içinde yaratıldı. Comment[tr]=Bir TDEIO slave'i %{dest} içinde yaratıldı.
Comment[zh_CN]=在 %{dest} 中创建了一个 KIO slave Comment[zh_CN]=在 %{dest} 中创建了一个 TDEIO slave
Comment[zh_TW]=一個 KIO slave 已建立於 %{dest} Comment[zh_TW]=一個 TDEIO slave 已建立於 %{dest}

@ -5,12 +5,12 @@ AM_CPPFLAGS = -UQT_NO_ASCII_CAST
METASOURCES = AUTO METASOURCES = AUTO
INCLUDES = $(all_includes) INCLUDES = $(all_includes)
LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS)
LDADD = $(LIB_TDEUI) -ltdescreensaver -lm LDADD = $(LIB_TDEUI) -ltdescreensaver -lm
bin_PROGRAMS = %{APPNAMELC}.kss bin_PROGRAMS = %{APPNAMELC}.kss
%{APPNAMELC}_kss_SOURCES = %{APPNAMELC}ui.ui %{APPNAMELC}.cpp %{APPNAMELC}_kss_SOURCES = %{APPNAMELC}ui.ui %{APPNAMELC}.cpp
%{APPNAMELC}_kss_LDADD = $(LIB_QT) $(LIB_TDECORE) $(LDADD) $(LIB_KSYCOCA) %{APPNAMELC}_kss_LDADD = $(LIB_QT) $(LIB_TDECORE) $(LDADD) $(LIB_TDESYCOCA)
#datadir = $(kde_datadir)/%{APPNAMELC} #datadir = $(kde_datadir)/%{APPNAMELC}

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 by Roberto Raggi * * Copyright (C) 2002 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 by Roberto Raggi * * Copyright (C) 2002 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 by Roberto Raggi * * Copyright (C) 2002 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 by Roberto Raggi * * Copyright (C) 2002 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -5,11 +5,11 @@
copyright : (C) 2001 by Victor R<EFBFBD>er copyright : (C) 2001 by Victor R<EFBFBD>er
email : victor_roeder@gmx.de email : victor_roeder@gmx.de
copyright : (C) 2002,2003 by Roberto Raggi copyright : (C) 2002,2003 by Roberto Raggi
email : roberto@tdevelop.org email : roberto@kdevelop.org
copyright : (C) 2005 by Adam Treat copyright : (C) 2005 by Adam Treat
email : manyoso@yahoo.com email : manyoso@yahoo.com
copyright : (C) 2006 by David Nolden copyright : (C) 2006 by David Nolden
email : david.nolden.tdevelop@art-master.de email : david.nolden.kdevelop@art-master.de
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Roberto Raggi * * Copyright (C) 2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Roberto Raggi * * Copyright (C) 2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2000-2001 by Bernd Gehrmann * * Copyright (C) 2000-2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2000-2001 by Bernd Gehrmann * * Copyright (C) 2000-2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -3,11 +3,11 @@
copyright : (C) 2001 by Victor R<EFBFBD>er copyright : (C) 2001 by Victor R<EFBFBD>er
email : victor_roeder@gmx.de email : victor_roeder@gmx.de
copyright : (C) 2002,2003 by Roberto Raggi copyright : (C) 2002,2003 by Roberto Raggi
email : roberto@tdevelop.org email : roberto@kdevelop.org
copyright : (C) 2005 by Adam Treat copyright : (C) 2005 by Adam Treat
email : manyoso@yahoo.com email : manyoso@yahoo.com
copyright : (C) 2006 by David Nolden copyright : (C) 2006 by David Nolden
email : david.nolden.tdevelop@art-master.de email : david.nolden.kdevelop@art-master.de
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -5,7 +5,7 @@
// Description: // Description:
// //
// //
// Author: KDevelop Authors <tdevelop-devel@tdevelop.org>, (C) 2003 // Author: KDevelop Authors <kdevelop-devel@kdevelop.org>, (C) 2003
// //
// Copyright: See COPYING file that comes with this distribution // Copyright: See COPYING file that comes with this distribution
// //

@ -5,11 +5,11 @@ begin : Sat Jul 21 2001
copyright : (C) 2001 by Victor R<EFBFBD>er copyright : (C) 2001 by Victor R<EFBFBD>er
email : victor_roeder@gmx.de email : victor_roeder@gmx.de
copyright : (C) 2002,2003 by Roberto Raggi copyright : (C) 2002,2003 by Roberto Raggi
email : roberto@tdevelop.org email : roberto@kdevelop.org
copyright : (C) 2005 by Adam Treat copyright : (C) 2005 by Adam Treat
email : manyoso@yahoo.com email : manyoso@yahoo.com
copyright : (C) 2006,2007 by David Nolden copyright : (C) 2006,2007 by David Nolden
email : david.nolden.tdevelop@art-master.de email : david.nolden.kdevelop@art-master.de
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -5,7 +5,7 @@
copyright : (C) 2001 by Victor R<EFBFBD>er copyright : (C) 2001 by Victor R<EFBFBD>er
email : victor_roeder@gmx.de email : victor_roeder@gmx.de
copyright : (C) 2002,2003 by Roberto Raggi copyright : (C) 2002,2003 by Roberto Raggi
email : roberto@tdevelop.org email : roberto@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -5,7 +5,7 @@
// Description: // Description:
// //
// //
// Author: Roberto Raggi <robertol@tdevelop.org>, (C) 2003 // Author: Roberto Raggi <robertol@kdevelop.org>, (C) 2003
// //
// Copyright: See COPYING file that comes with this distribution // Copyright: See COPYING file that comes with this distribution
// //

@ -5,7 +5,7 @@
// Description: // Description:
// //
// //
// Author: Roberto Raggi <robertol@tdevelop.org>, (C) 2003 // Author: Roberto Raggi <robertol@kdevelop.org>, (C) 2003
// //
// Copyright: See COPYING file that comes with this distribution // Copyright: See COPYING file that comes with this distribution
// //

@ -3,11 +3,11 @@
copyright : (C) 2001 by Victor R<EFBFBD>er copyright : (C) 2001 by Victor R<EFBFBD>er
email : victor_roeder@gmx.de email : victor_roeder@gmx.de
copyright : (C) 2002,2003 by Roberto Raggi copyright : (C) 2002,2003 by Roberto Raggi
email : roberto@tdevelop.org email : roberto@kdevelop.org
copyright : (C) 2005 by Adam Treat copyright : (C) 2005 by Adam Treat
email : manyoso@yahoo.com email : manyoso@yahoo.com
copyright : (C) 2006 by David Nolden copyright : (C) 2006 by David Nolden
email : david.nolden.tdevelop@art-master.de email : david.nolden.kdevelop@art-master.de
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -3,11 +3,11 @@
copyright : (C) 2001 by Victor R<EFBFBD>er copyright : (C) 2001 by Victor R<EFBFBD>er
email : victor_roeder@gmx.de email : victor_roeder@gmx.de
copyright : (C) 2002,2003 by Roberto Raggi copyright : (C) 2002,2003 by Roberto Raggi
email : roberto@tdevelop.org email : roberto@kdevelop.org
copyright : (C) 2005 by Adam Treat copyright : (C) 2005 by Adam Treat
email : manyoso@yahoo.com email : manyoso@yahoo.com
copyright : (C) 2006 by David Nolden copyright : (C) 2006 by David Nolden
email : david.nolden.tdevelop@art-master.de email : david.nolden.kdevelop@art-master.de
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2004 by Alexander Dymo * * Copyright (C) 2004 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2004 by Alexander Dymo * * Copyright (C) 2004 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -4,11 +4,11 @@
* Copyright (C) 1999 by Benoit.Cerrina * * Copyright (C) 1999 by Benoit.Cerrina *
* Benoit.Cerrina@writeme.com * * Benoit.Cerrina@writeme.com *
* Copyright (C) 2002 by Bernd Gehrmann * * Copyright (C) 2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* Copyright (C) 2003 by Eray Ozkural * * Copyright (C) 2003 by Eray Ozkural *
* <erayo@cs.bilkent.edu.tr> * * <erayo@cs.bilkent.edu.tr> *
* Copyright (C) 2003-2004 by Alexander Dymo * * Copyright (C) 2003-2004 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -2,7 +2,7 @@
* Copyright (C) 1998 by Sandy Meier * * Copyright (C) 1998 by Sandy Meier *
* smeier@rz.uni-potsdam.de * * smeier@rz.uni-potsdam.de *
* Copyright (C) 2002 by Bernd Gehrmann * * Copyright (C) 2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* Copyright (C) 2003 by Alexander Dymo * * Copyright (C) 2003 by Alexander Dymo *
* cloudtemple@mksat.net * * cloudtemple@mksat.net *
* * * *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Roberto Raggi * * Copyright (C) 2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Roberto Raggi * * Copyright (C) 2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2000-2001 by Bernd Gehrmann * * Copyright (C) 2000-2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2000-2001 by Bernd Gehrmann * * Copyright (C) 2000-2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -2,9 +2,9 @@
* Copyright (C) 1999 by Jonas Nordin * * Copyright (C) 1999 by Jonas Nordin *
* jonas.nordin@syncom.se * * jonas.nordin@syncom.se *
* Copyright (C) 2000-2001 by Bernd Gehrmann * * Copyright (C) 2000-2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* Copyright (C) 2002-2003 by Roberto Raggi * * Copyright (C) 2002-2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* Copyright (C) 2003-2004 by Alexander Dymo * * Copyright (C) 2003-2004 by Alexander Dymo *
* adymo@mksat.net * * adymo@mksat.net *
* * * *

@ -2,9 +2,9 @@
* Copyright (C) 1999 by Jonas Nordin * * Copyright (C) 1999 by Jonas Nordin *
* jonas.nordin@syncom.se * * jonas.nordin@syncom.se *
* Copyright (C) 2000-2001 by Bernd Gehrmann * * Copyright (C) 2000-2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* Copyright (C) 2002-2003 by Roberto Raggi * * Copyright (C) 2002-2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* Copyright (C) 2003-2004 by Alexander Dymo * * Copyright (C) 2003-2004 by Alexander Dymo *
* adymo@mksat.net * * adymo@mksat.net *
* * * *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Roberto Raggi * * Copyright (C) 2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Roberto Raggi * * Copyright (C) 2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Tue May 13 2003 begin : Tue May 13 2003
copyright : (C) 2003 by John Birch copyright : (C) 2003 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Tue May 13 2003 begin : Tue May 13 2003
copyright : (C) 2003 by John Birch copyright : (C) 2003 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Sun Aug 8 1999 begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Sun Aug 8 1999 begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Mon Sep 20 1999 begin : Mon Sep 20 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Mon Sep 20 1999 begin : Mon Sep 20 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Thu Dec 23 1999 begin : Thu Dec 23 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Thu Dec 23 1999 begin : Thu Dec 23 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -1,8 +1,8 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 1999-2001 by John Birch * * Copyright (C) 1999-2001 by John Birch *
* jbb@tdevelop.org * * jbb@kdevelop.org *
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,8 +1,8 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 1999-2001 by John Birch * * Copyright (C) 1999-2001 by John Birch *
* jbb@tdevelop.org * * jbb@kdevelop.org *
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,8 +1,8 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 1999-2001 by John Birch * * Copyright (C) 1999-2001 by John Birch *
* jbb@tdevelop.org * * jbb@kdevelop.org *
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,8 +1,8 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 1999-2001 by John Birch * * Copyright (C) 1999-2001 by John Birch *
* jbb@tdevelop.org * * jbb@kdevelop.org *
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Tues Jan 3 2000 begin : Tues Jan 3 2000
copyright : (C) 2000 by John Birch copyright : (C) 2000 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Sun Aug 8 1999 begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Sun Aug 8 1999 begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Sun Aug 8 1999 begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Tue May 13 2003 begin : Tue May 13 2003
copyright : (C) 2003 by John Birch copyright : (C) 2003 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Tue May 13 2003 begin : Tue May 13 2003
copyright : (C) 2003 by John Birch copyright : (C) 2003 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Sun Aug 8 1999 begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Sun Aug 8 1999 begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -3,7 +3,7 @@
// ------------------- // -------------------
// begin : Sun Aug 8 1999 // begin : Sun Aug 8 1999
// copyright : (C) 1999 by John Birch // copyright : (C) 1999 by John Birch
// email : jbb@tdevelop.org // email : jbb@kdevelop.org
// ************************************************************************** // **************************************************************************
// //
// ************************************************************************** // **************************************************************************

@ -3,7 +3,7 @@
------------------- -------------------
begin : Sun Aug 8 1999 begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -3,7 +3,7 @@
// ------------------- // -------------------
// begin : 10th April 2003 // begin : 10th April 2003
// copyright : (C) 2003 by John Birch // copyright : (C) 2003 by John Birch
// email : jbb@tdevelop.org // email : jbb@kdevelop.org
// ************************************************************************** // **************************************************************************
// //
// ************************************************************************** // **************************************************************************

@ -3,7 +3,7 @@
// ------------------- // -------------------
// begin : 10th April 2003 // begin : 10th April 2003
// copyright : (C) 2003 by John Birch // copyright : (C) 2003 by John Birch
// email : jbb@tdevelop.org // email : jbb@kdevelop.org
// ************************************************************************** // **************************************************************************
// //
// ************************************************************************** // **************************************************************************

@ -1,7 +1,7 @@
// ************************************************************************** // **************************************************************************
// begin : Tue Aug 17 1999 // begin : Tue Aug 17 1999
// copyright : (C) 1999 by John Birch // copyright : (C) 1999 by John Birch
// email : jbb@tdevelop.org // email : jbb@kdevelop.org
// ************************************************************************** // **************************************************************************
// ************************************************************************** // **************************************************************************

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Tue Aug 17 1999 begin : Tue Aug 17 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Tue Oct 5 1999 begin : Tue Oct 5 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Tue Oct 5 1999 begin : Tue Oct 5 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2004 by Roberto Raggi * * Copyright (C) 2004 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* Copyright (C) 2005-2006 by Vladimir Prus * * Copyright (C) 2005-2006 by Vladimir Prus *
* ghost@cs.msu.su * * ghost@cs.msu.su *
* * * *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2004 by Roberto Raggi * * Copyright (C) 2004 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* Copyright (C) 2005-2006 by Vladimir Prus * * Copyright (C) 2005-2006 by Vladimir Prus *
* ghost@cs.msu.su * * ghost@cs.msu.su *
* * * *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2004 by Roberto Raggi * * Copyright (C) 2004 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2004 by Roberto Raggi * * Copyright (C) 2004 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2004 by Roberto Raggi * * Copyright (C) 2004 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* Copyright (C) 2005-2006 by Vladimir Prus * * Copyright (C) 2005-2006 by Vladimir Prus *
* ghost@cs.msu.su * * ghost@cs.msu.su *
* * * *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2004 by Roberto Raggi * * Copyright (C) 2004 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2004 by Roberto Raggi * * Copyright (C) 2004 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Mon Sep 13 1999 begin : Mon Sep 13 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
This code was originally written by Judin Maxim, from the This code was originally written by Judin Maxim, from the
KDEStudio project. KDEStudio project.

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Mon Sep 13 1999 begin : Mon Sep 13 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
This code was originally written by Judin Maxim, from the This code was originally written by Judin Maxim, from the
KDEStudio project. KDEStudio project.

@ -1,7 +1,7 @@
// ************************************************************************** // **************************************************************************
// begin : Sun Aug 8 1999 // begin : Sun Aug 8 1999
// copyright : (C) 1999 by John Birch // copyright : (C) 1999 by John Birch
// email : jbb@tdevelop.org // email : jbb@kdevelop.org
// ************************************************************************** // **************************************************************************
// ************************************************************************** // **************************************************************************

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Sun Aug 8 1999 begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -3,11 +3,11 @@
copyright : (C) 2001 by Victor R<EFBFBD>er copyright : (C) 2001 by Victor R<EFBFBD>er
email : victor_roeder@gmx.de email : victor_roeder@gmx.de
copyright : (C) 2002,2003 by Roberto Raggi copyright : (C) 2002,2003 by Roberto Raggi
email : roberto@tdevelop.org email : roberto@kdevelop.org
copyright : (C) 2005 by Adam Treat copyright : (C) 2005 by Adam Treat
email : manyoso@yahoo.com email : manyoso@yahoo.com
copyright : (C) 2006 by David Nolden copyright : (C) 2006 by David Nolden
email : david.nolden.tdevelop@art-master.de email : david.nolden.kdevelop@art-master.de
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -3,11 +3,11 @@
copyright : (C) 2001 by Victor R<EFBFBD>er copyright : (C) 2001 by Victor R<EFBFBD>er
email : victor_roeder@gmx.de email : victor_roeder@gmx.de
copyright : (C) 2002,2003 by Roberto Raggi copyright : (C) 2002,2003 by Roberto Raggi
email : roberto@tdevelop.org email : roberto@kdevelop.org
copyright : (C) 2005 by Adam Treat copyright : (C) 2005 by Adam Treat
email : manyoso@yahoo.com email : manyoso@yahoo.com
copyright : (C) 2006 by David Nolden copyright : (C) 2006 by David Nolden
email : david.nolden.tdevelop@art-master.de email : david.nolden.kdevelop@art-master.de
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Roberto Raggi * * Copyright (C) 2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* Copyright (C) 2006 by Jens Dagerbo * * Copyright (C) 2006 by Jens Dagerbo *
* jens.dagerbo@swipnet.se * * jens.dagerbo@swipnet.se *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Roberto Raggi * * Copyright (C) 2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Roberto Raggi * * Copyright (C) 2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Roberto Raggi * * Copyright (C) 2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Roberto Raggi * * Copyright (C) 2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* Copyright (C) 2006 by Jens Dagerbo * * Copyright (C) 2006 by Jens Dagerbo *
* jens.dagerbo@swipnet.se * * jens.dagerbo@swipnet.se *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Roberto Raggi * * Copyright (C) 2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Roberto Raggi * * Copyright (C) 2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Roberto Raggi * * Copyright (C) 2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Roberto Raggi * * Copyright (C) 2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* Copyright (C) 2006 by Jens Dagerbo * * Copyright (C) 2006 by Jens Dagerbo *
* jens.dagerbo@swipnet.se * * jens.dagerbo@swipnet.se *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Roberto Raggi * * Copyright (C) 2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Roberto Raggi * * Copyright (C) 2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Roberto Raggi * * Copyright (C) 2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Roberto Raggi * * Copyright (C) 2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* Copyright (C) 2006 by Jens Dagerbo * * Copyright (C) 2006 by Jens Dagerbo *
* jens.dagerbo@swipnet.se * * jens.dagerbo@swipnet.se *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Roberto Raggi * * Copyright (C) 2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,5 +1,5 @@
/* /*
Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* /*
Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2004 by Alexander Dymo * * Copyright (C) 2004 by Alexander Dymo *
* adymo@mksat.net * * adymo@mksat.net *
* Portions Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * * Portions Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org) *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -3,11 +3,11 @@
copyright : (C) 2001 by Victor R<EFBFBD>er copyright : (C) 2001 by Victor R<EFBFBD>er
email : victor_roeder@gmx.de email : victor_roeder@gmx.de
copyright : (C) 2002,2003 by Roberto Raggi copyright : (C) 2002,2003 by Roberto Raggi
email : roberto@tdevelop.org email : roberto@kdevelop.org
copyright : (C) 2005 by Adam Treat copyright : (C) 2005 by Adam Treat
email : manyoso@yahoo.com email : manyoso@yahoo.com
copyright : (C) 2006 by David Nolden copyright : (C) 2006 by David Nolden
email : david.nolden.tdevelop@art-master.de email : david.nolden.kdevelop@art-master.de
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -3,11 +3,11 @@
copyright : (C) 2001 by Victor R<EFBFBD>er copyright : (C) 2001 by Victor R<EFBFBD>er
email : victor_roeder@gmx.de email : victor_roeder@gmx.de
copyright : (C) 2002,2003 by Roberto Raggi copyright : (C) 2002,2003 by Roberto Raggi
email : roberto@tdevelop.org email : roberto@kdevelop.org
copyright : (C) 2005 by Adam Treat copyright : (C) 2005 by Adam Treat
email : manyoso@yahoo.com email : manyoso@yahoo.com
copyright : (C) 2006 by David Nolden copyright : (C) 2006 by David Nolden
email : david.nolden.tdevelop@art-master.de email : david.nolden.kdevelop@art-master.de
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Roberto Raggi * * Copyright (C) 2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Roberto Raggi * * Copyright (C) 2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003-2004 by Alexander Dymo * * Copyright (C) 2003-2004 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003-2004 by Alexander Dymo * * Copyright (C) 2003-2004 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Roberto Raggi * * Copyright (C) 2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Roberto Raggi * * Copyright (C) 2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -13,7 +13,7 @@ libkdevcsharpsupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la
libkdevcsharpsupport_la_SOURCES = csharpsupportpart.cpp csharpconfigwidget.cpp csharpconfigwidgetbase.ui libkdevcsharpsupport_la_SOURCES = csharpsupportpart.cpp csharpconfigwidget.cpp csharpconfigwidgetbase.ui
tdeio_csharpdoc_la_SOURCES = csharpdoc.cpp tdeio_csharpdoc_la_SOURCES = csharpdoc.cpp
tdeio_csharpdoc_la_LIBADD = $(LIB_KIO) tdeio_csharpdoc_la_LIBADD = $(LIB_TDEIO)
tdeio_csharpdoc_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) tdeio_csharpdoc_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
METASOURCES = AUTO METASOURCES = AUTO

@ -6,7 +6,7 @@ over several lines. You can even use some html commands in these lines like:
<code>This is code</code>, html links <a href="http://somelocation">link text</a>, <code>This is code</code>, html links <a href="http://somelocation">link text</a>,
and images. and images.
\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> \authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a>
\authors <a href="mailto:willems.luc AT pandora.be">Luc Willems</a> \authors <a href="mailto:willems.luc AT pandora.be">Luc Willems</a>
\maintainer <a href="mailto:willems.luc AT pandora.be">Luc Willems</a> \maintainer <a href="mailto:willems.luc AT pandora.be">Luc Willems</a>

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 by Bernd Gehrmann * * Copyright (C) 2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 by Bernd Gehrmann * * Copyright (C) 2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -6,7 +6,7 @@ over several lines. You can even use some html commands in these lines like:
<code>This is code</code>, html links <a href="http://somelocation">link text</a>, <code>This is code</code>, html links <a href="http://somelocation">link text</a>,
and images. and images.
\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> \authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a>
\maintainer <a href="mailto:$EMAIL$">$AUTHOR$</a> \maintainer <a href="mailto:$EMAIL$">$AUTHOR$</a>
\maintainer <a href="mailto:2nd maintainer AT provider.com">2nd maintainer full name</a> \maintainer <a href="mailto:2nd maintainer AT provider.com">2nd maintainer full name</a>

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -7,10 +7,10 @@ over several lines. You can even use some html commands in these lines like:
and images. and images.
\authors <a href="mailto:jonas.nordin AT syncom.se">Jonas Nordin</a> Copyright (C) 1999 \authors <a href="mailto:jonas.nordin AT syncom.se">Jonas Nordin</a> Copyright (C) 1999
\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> Copyright (C) 2000-2001 \authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a> Copyright (C) 2000-2001
\authors <a href="mailto:roberto AT tdevelop.org">Roberto Raggi</a> Copyright (C) 2002-2003 \authors <a href="mailto:roberto AT kdevelop.org">Roberto Raggi</a> Copyright (C) 2002-2003
\maintainer <a href="mailto:roberto AT tdevelop.org">Roberto Raggi</a> Copyright (C) 2002-2003 \maintainer <a href="mailto:roberto AT kdevelop.org">Roberto Raggi</a> Copyright (C) 2002-2003
\feature Java language support \feature Java language support
\feature Consult \ref LangSupportStatus for a up to date features/status of this programming language support part. \feature Consult \ref LangSupportStatus for a up to date features/status of this programming language support part.

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 by Roberto Raggi * * Copyright (C) 2002 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 by Roberto Raggi * * Copyright (C) 2002 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,5 +1,5 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,4 +1,4 @@
// KDevelop support by Roberto Raggi (roberto@tdevelop.org) // KDevelop support by Roberto Raggi (roberto@kdevelop.org)
header "pre_include_hpp" { header "pre_include_hpp" {
#include <codemodel.h> #include <codemodel.h>

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Roberto Raggi * * Copyright (C) 2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Roberto Raggi * * Copyright (C) 2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2000-2001 by Bernd Gehrmann * * Copyright (C) 2000-2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2000-2001 by Bernd Gehrmann * * Copyright (C) 2000-2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -2,9 +2,9 @@
* Copyright (C) 1999 by Jonas Nordin * * Copyright (C) 1999 by Jonas Nordin *
* jonas.nordin@syncom.se * * jonas.nordin@syncom.se *
* Copyright (C) 2000-2001 by Bernd Gehrmann * * Copyright (C) 2000-2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* Copyright (C) 2002-2003 by Roberto Raggi * * Copyright (C) 2002-2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -2,9 +2,9 @@
* Copyright (C) 1999 by Jonas Nordin * * Copyright (C) 1999 by Jonas Nordin *
* jonas.nordin@syncom.se * * jonas.nordin@syncom.se *
* Copyright (C) 2000-2001 by Bernd Gehrmann * * Copyright (C) 2000-2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* Copyright (C) 2002-2003 by Roberto Raggi * * Copyright (C) 2002-2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,5 +1,5 @@
/* /*
Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* /*
Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces $(all_includes)
METASOURCES = AUTO METASOURCES = AUTO
lib_LTLIBRARIES = liblang_debugger.la lib_LTLIBRARIES = liblang_debugger.la
liblang_debugger_la_LDFLAGS = $(all_libraries) liblang_debugger_la_LDFLAGS = $(all_libraries)
liblang_debugger_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_KPARTS) -ltdetexteditor liblang_debugger_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEPARTS) -ltdetexteditor
liblang_debugger_la_SOURCES = kdevdebugger.cpp debugger.cpp liblang_debugger_la_SOURCES = kdevdebugger.cpp debugger.cpp
langincludedirdir = $(includedir)/tdevelop/languages/debugger langincludedirdir = $(includedir)/tdevelop/languages/debugger
langincludedir_HEADERS = debugger.h kdevdebugger.h langincludedir_HEADERS = debugger.h kdevdebugger.h

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2004 by Alexander Dymo * * Copyright (C) 2004 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2004 by Alexander Dymo * * Copyright (C) 2004 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2004 by Alexander Dymo * * Copyright (C) 2004 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2004 by Alexander Dymo * * Copyright (C) 2004 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as * * it under the terms of the GNU Library General Public License as *

@ -1,5 +1,5 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 by Roberto Raggi * * Copyright (C) 2002 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 by Roberto Raggi * * Copyright (C) 2002 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,5 +1,5 @@
/* /*
Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* /*
Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -13,7 +13,7 @@ libkdevperlsupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la
libkdevperlsupport_la_SOURCES = perlparser.cpp perlsupportpart.cpp perlconfigwidget.cpp perlconfigwidgetbase.ui libkdevperlsupport_la_SOURCES = perlparser.cpp perlsupportpart.cpp perlconfigwidget.cpp perlconfigwidgetbase.ui
tdeio_perldoc_la_SOURCES = perldoc.cpp tdeio_perldoc_la_SOURCES = perldoc.cpp
tdeio_perldoc_la_LIBADD = $(LIB_KIO) tdeio_perldoc_la_LIBADD = $(LIB_TDEIO)
tdeio_perldoc_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) tdeio_perldoc_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
METASOURCES = AUTO METASOURCES = AUTO

@ -6,7 +6,7 @@ over several lines. You can even use some html commands in these lines like:
<code>This is code</code>, html links <a href="http://somelocation">link text</a>, <code>This is code</code>, html links <a href="http://somelocation">link text</a>,
and images. and images.
\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> \authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a>
\authors <a href="mailto:willems.luc AT pandora.be">Luc Willems</a> \authors <a href="mailto:willems.luc AT pandora.be">Luc Willems</a>
\maintainer <a href="mailto:willems.luc AT pandora.be">Luc Willems</a> \maintainer <a href="mailto:willems.luc AT pandora.be">Luc Willems</a>

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 by Bernd Gehrmann * * Copyright (C) 2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 by Bernd Gehrmann * * Copyright (C) 2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -7,10 +7,10 @@ develop php script for web or php script for shell.
It's support checking of your script with problems report and also parse It's support checking of your script with problems report and also parse
all include files from your script. all include files from your script.
\authors <a href="mailto:smeier AT tdevelop.org">Sandy Meier</a> \authors <a href="mailto:smeier AT kdevelop.org">Sandy Meier</a>
\authors <a href="mailto:n.escuder AT intra-links.com">Escuder Nicolas</a> \authors <a href="mailto:n.escuder AT intra-links.com">Escuder Nicolas</a>
\maintainer <a href="mailto:smeier AT tdevelop.org">Sandy Meier</a> \maintainer <a href="mailto:smeier AT kdevelop.org">Sandy Meier</a>
\maintainer <a href="mailto:n.escuder AT intra-links.com">Escuder Nicolas</a> \maintainer <a href="mailto:n.escuder AT intra-links.com">Escuder Nicolas</a>
\feature PHP language support \feature PHP language support

@ -1,6 +1,6 @@
/* /*
Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com> Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com>
Copyright (C) 2001 by smeier@tdevelop.org Copyright (C) 2001 by smeier@kdevelop.org
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,6 +1,6 @@
/* /*
Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com> Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com>
Copyright (C) 2001 by smeier@tdevelop.org Copyright (C) 2001 by smeier@kdevelop.org
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,6 +1,6 @@
/* /*
Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com> Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com>
Copyright (C) 2001 by smeier@tdevelop.org Copyright (C) 2001 by smeier@kdevelop.org
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,6 +1,6 @@
/* /*
Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com> Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com>
Copyright (C) 2001 by smeier@tdevelop.org Copyright (C) 2001 by smeier@kdevelop.org
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* /*
Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com> Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com> Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -3,7 +3,7 @@
------------------- -------------------
begin : Sat Aug 11 2001 begin : Sat Aug 11 2001
copyright : (C) 2001 by Sandy Meier copyright : (C) 2001 by Sandy Meier
email : smeier@tdevelop.org email : smeier@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -3,7 +3,7 @@
------------------- -------------------
begin : Sat Aug 11 2001 begin : Sat Aug 11 2001
copyright : (C) 2001 by Sandy Meier copyright : (C) 2001 by Sandy Meier
email : smeier@tdevelop.org email : smeier@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -1,5 +1,5 @@
/* /*
Copyright (C) 2003 by Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2003 by Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com> Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,6 +1,6 @@
/* /*
Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com> Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com>
Copyright (C) 2001 by smeier@tdevelop.org Copyright (C) 2001 by smeier@kdevelop.org
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,6 +1,6 @@
/* /*
Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com> Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com>
Copyright (C) 2001 by smeier@tdevelop.org Copyright (C) 2001 by smeier@kdevelop.org
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -16,7 +16,7 @@ libkdevpythonsupport_la_SOURCES = pythonsupportpart.cpp pythonconfigwidget.cpp p
pythonimplementationwidget.cpp qtdesignerpythonintegration.cpp pythonimplementationwidget.cpp qtdesignerpythonintegration.cpp
tdeio_pydoc_la_SOURCES = pydoc.cpp tdeio_pydoc_la_SOURCES = pydoc.cpp
tdeio_pydoc_la_LIBADD = $(LIB_KIO) tdeio_pydoc_la_LIBADD = $(LIB_TDEIO)
tdeio_pydoc_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) tdeio_pydoc_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
METASOURCES = AUTO METASOURCES = AUTO

@ -6,7 +6,7 @@ over several lines. You can even use some html commands in these lines like:
<code>This is code</code>, html links <a href="http://somelocation">link text</a>, <code>This is code</code>, html links <a href="http://somelocation">link text</a>,
and images. and images.
\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> \authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a>
\maintainer <a href="mailto:$EMAIL$">$AUTHOR$</a> \maintainer <a href="mailto:$EMAIL$">$AUTHOR$</a>
\maintainer <a href="mailto:2nd maintainer AT provider.com">2nd maintainer full name</a> \maintainer <a href="mailto:2nd maintainer AT provider.com">2nd maintainer full name</a>

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 by Bernd Gehrmann * * Copyright (C) 2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 by Bernd Gehrmann * * Copyright (C) 2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Alexander Dymo * * Copyright (C) 2005 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -2,7 +2,7 @@ INCLUDES = $(all_includes) -I$(RUBY_ARCHDIR)
bin_PROGRAMS = %{APPNAMELC} bin_PROGRAMS = %{APPNAMELC}
%{APPNAMELC}_LDFLAGS = $(all_libraries) $(KDE_RPATH) -L$(RUBY_LIBDIR) %{APPNAMELC}_LDFLAGS = $(all_libraries) $(KDE_RPATH) -L$(RUBY_LIBDIR)
%{APPNAMELC}_LDADD = $(LIB_KIO) $(RUBY_LIBRUBYARG) %{APPNAMELC}_LDADD = $(LIB_TDEIO) $(RUBY_LIBRUBYARG)
%{APPNAMELC}_SOURCES = %{APPNAMELC}.cpp %{APPNAMELC}_SOURCES = %{APPNAMELC}.cpp
METASOURCES = AUTO METASOURCES = AUTO

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Tue May 13 2003 begin : Tue May 13 2003
copyright : (C) 2003 by John Birch copyright : (C) 2003 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
Adapted for ruby debugging Adapted for ruby debugging
-------------------------- --------------------------

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Tue May 13 2003 begin : Tue May 13 2003
copyright : (C) 2003 by John Birch copyright : (C) 2003 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
Adapted for ruby debugging Adapted for ruby debugging
-------------------------- --------------------------

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Sun Aug 8 1999 begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
Adapted for ruby debugging Adapted for ruby debugging
-------------------------- --------------------------

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Sun Aug 8 1999 begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
Adapted for ruby debugging Adapted for ruby debugging
-------------------------- --------------------------

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Sun Aug 8 1999 begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
Adapted for ruby debugging Adapted for ruby debugging
-------------------------- --------------------------

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Sun Aug 8 1999 begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
Adapted for ruby debugging Adapted for ruby debugging
-------------------------- --------------------------

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Mon Sep 20 1999 begin : Mon Sep 20 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
Adapted for ruby debugging Adapted for ruby debugging
-------------------------- --------------------------

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Mon Sep 20 1999 begin : Mon Sep 20 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
Adapted for ruby debugging Adapted for ruby debugging
-------------------------- --------------------------

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Thu Dec 23 1999 begin : Thu Dec 23 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
Adapted for ruby debugging Adapted for ruby debugging
-------------------------- --------------------------

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Thu Dec 23 1999 begin : Thu Dec 23 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
Adapted for ruby debugging Adapted for ruby debugging
-------------------------- --------------------------

@ -1,8 +1,8 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 1999-2001 by John Birch * * Copyright (C) 1999-2001 by John Birch *
* jbb@tdevelop.org * * jbb@kdevelop.org *
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* Adapted for ruby debugging * * Adapted for ruby debugging *
* -------------------------- * * -------------------------- *

@ -1,8 +1,8 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 1999-2001 by John Birch * * Copyright (C) 1999-2001 by John Birch *
* jbb@tdevelop.org * * jbb@kdevelop.org *
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* Adapted for ruby debugging * * Adapted for ruby debugging *
* -------------------------- * * -------------------------- *

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Sun Aug 8 1999 begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
Adapted for ruby debugging Adapted for ruby debugging
-------------------------- --------------------------

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Sun Aug 8 1999 begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
Adapted for ruby debugging Adapted for ruby debugging
-------------------------- --------------------------

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Tue May 13 2003 begin : Tue May 13 2003
copyright : (C) 2003 by John Birch copyright : (C) 2003 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
Adapted for ruby debugging Adapted for ruby debugging
-------------------------- --------------------------

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Tue May 13 2003 begin : Tue May 13 2003
copyright : (C) 2003 by John Birch copyright : (C) 2003 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
Adapted for ruby debugging Adapted for ruby debugging
-------------------------- --------------------------

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Sun Aug 8 1999 begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
Adapted for ruby debugging Adapted for ruby debugging
-------------------------- --------------------------

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Sun Aug 8 1999 begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
Adapted for ruby debugging Adapted for ruby debugging
-------------------------- --------------------------

@ -3,7 +3,7 @@
// ------------------- // -------------------
// begin : Sun Aug 8 1999 // begin : Sun Aug 8 1999
// copyright : (C) 1999 by John Birch // copyright : (C) 1999 by John Birch
// email : jbb@tdevelop.org // email : jbb@kdevelop.org
// //
// Adapted for ruby debugging // Adapted for ruby debugging
// -------------------------- // --------------------------

@ -3,7 +3,7 @@
------------------- -------------------
begin : Sun Aug 8 1999 begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
Adapted for ruby debugging Adapted for ruby debugging
-------------------------- --------------------------

@ -3,7 +3,7 @@
// ------------------- // -------------------
// begin : 10th April 2003 // begin : 10th April 2003
// copyright : (C) 2003 by John Birch // copyright : (C) 2003 by John Birch
// email : jbb@tdevelop.org // email : jbb@kdevelop.org
// //
// Adapted for ruby debugging // Adapted for ruby debugging
// -------------------------- // --------------------------

@ -3,7 +3,7 @@
// ------------------- // -------------------
// begin : 10th April 2003 // begin : 10th April 2003
// copyright : (C) 2003 by John Birch // copyright : (C) 2003 by John Birch
// email : jbb@tdevelop.org // email : jbb@kdevelop.org
// //
// Adapted for ruby debugging // Adapted for ruby debugging
// -------------------------- // --------------------------

@ -1,7 +1,7 @@
// ************************************************************************** // **************************************************************************
// begin : Tue Aug 17 1999 // begin : Tue Aug 17 1999
// copyright : (C) 1999 by John Birch // copyright : (C) 1999 by John Birch
// email : jbb@tdevelop.org // email : jbb@kdevelop.org
// //
// Adapted for ruby debugging // Adapted for ruby debugging
// -------------------------- // --------------------------

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Tue Aug 17 1999 begin : Tue Aug 17 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
Adapted for ruby debugging Adapted for ruby debugging
-------------------------- --------------------------

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Mon Sep 13 1999 begin : Mon Sep 13 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
This code was originally written by Judin Maxim, from the This code was originally written by Judin Maxim, from the
KDEStudio project. KDEStudio project.

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Mon Sep 13 1999 begin : Mon Sep 13 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
This code was originally written by Judin Maxim, from the This code was originally written by Judin Maxim, from the
KDEStudio project. KDEStudio project.

@ -1,7 +1,7 @@
// ************************************************************************** // **************************************************************************
// begin : Sun Aug 8 1999 // begin : Sun Aug 8 1999
// copyright : (C) 1999 by John Birch // copyright : (C) 1999 by John Birch
// email : jbb@tdevelop.org // email : jbb@kdevelop.org
// //
// Adapted for ruby debugging // Adapted for ruby debugging
// -------------------------- // --------------------------

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
begin : Sun Aug 8 1999 begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch copyright : (C) 1999 by John Birch
email : jbb@tdevelop.org email : jbb@kdevelop.org
Adapted for ruby debugging Adapted for ruby debugging
-------------------------- --------------------------

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2004 by Alexander Dymo * * Copyright (C) 2004 by Alexander Dymo *
* adymo@mksat.net * * adymo@mksat.net *
* Portions Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * * Portions Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org) *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2004 by Alexander Dymo * * Copyright (C) 2004 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2004 by Alexander Dymo * * Copyright (C) 2004 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,9 +1,9 @@
/** \class SQLSupportPart /** \class SQLSupportPart
This is a SQL support plugin This is a SQL support plugin
\authors <a href="mailto:harry AT tdevelop.org">Harald Fernengel</a> \authors <a href="mailto:harry AT kdevelop.org">Harald Fernengel</a>
\maintainer <a href="mailto:harry AT tdevelop.org">Harald Fernengel</a> \maintainer <a href="mailto:harry AT kdevelop.org">Harald Fernengel</a>
\feature SQL language support \feature SQL language support
\feature Consult \ref LangSupportStatus for a up to date features/status of this programming language support part. \feature Consult \ref LangSupportStatus for a up to date features/status of this programming language support part.

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Harald Fernengel * * Copyright (C) 2003 by Harald Fernengel *
* harry@tdevelop.org * * harry@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Harald Fernengel * * Copyright (C) 2003 by Harald Fernengel *
* harry@tdevelop.org * * harry@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Harald Fernengel * * Copyright (C) 2003 by Harald Fernengel *
* harry@tdevelop.org * * harry@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2003 by Harald Fernengel * * Copyright (C) 2003 by Harald Fernengel *
* harry@tdevelop.org * * harry@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -7,11 +7,11 @@ INCLUDES = $(all_includes)
lib_LTLIBRARIES = libtdevelop.la lib_LTLIBRARIES = libtdevelop.la
libtdevelop_la_LDFLAGS = -no-undefined $(all_libraries) -version-info 1:0 libtdevelop_la_LDFLAGS = -no-undefined $(all_libraries) -version-info 1:0
libtdevelop_la_LIBADD = $(top_builddir)/lib/interfaces/libkdevinterfaces.la \ libtdevelop_la_LIBADD = $(top_builddir)/lib/interfaces/libkdevinterfaces.la \
$(top_builddir)/lib/widgets/propeditor/libkdevpropertyeditor.la $(LIB_KIO) $(top_builddir)/lib/widgets/propeditor/libkdevpropertyeditor.la $(LIB_TDEIO)
# $(top_builddir)/lib/util/libkdevutil.la $(top_builddir)/lib/widgets/propeditor/libkdevpropertyeditor.la \ # $(top_builddir)/lib/util/libkdevutil.la $(top_builddir)/lib/widgets/propeditor/libkdevpropertyeditor.la \
# $(top_builddir)/lib/interfaces/external/libkinterfacedesigner.la $(top_builddir)/lib/interfaces/extensions/libkdevextensions.la \ # $(top_builddir)/lib/interfaces/external/libkinterfacedesigner.la $(top_builddir)/lib/interfaces/extensions/libkdevextensions.la \
# -ltdetexteditor $(LIB_KPARTS) $(LIB_KIO) -ltdescript # -ltdetexteditor $(LIB_TDEPARTS) $(LIB_TDEIO) -ltdescript
libtdevelop_la_SOURCES = dummy.cpp libtdevelop_la_SOURCES = dummy.cpp

@ -1,5 +1,5 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces $(all_includes)
AM_CXXFLAGS = -DKDEVELOP_BGPARSER AM_CXXFLAGS = -DKDEVELOP_BGPARSER
lib_LTLIBRARIES = libkdevcppparser.la lib_LTLIBRARIES = libkdevcppparser.la
libkdevcppparser_la_LDFLAGS = $(all_libraries) libkdevcppparser_la_LDFLAGS = $(all_libraries)
libkdevcppparser_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/lib/interfaces/libkdevinterfaces.la -lDCOP $(LIB_TDEUI) $(LIB_KPARTS) -ltdetexteditor $(LIB_KIO) -ltdescript libkdevcppparser_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/lib/interfaces/libkdevinterfaces.la -lDCOP $(LIB_TDEUI) $(LIB_TDEPARTS) -ltdetexteditor $(LIB_TDEIO) -ltdescript
libkdevcppparser_la_SOURCES = ast.cpp cachemanager.cpp driver.cpp errors.cpp \ libkdevcppparser_la_SOURCES = ast.cpp cachemanager.cpp driver.cpp errors.cpp \
lexer.cpp lexercache.cpp lookup.cpp parser.cpp tree_parser.cpp lexer.cpp lexercache.cpp lookup.cpp parser.cpp tree_parser.cpp

@ -1,5 +1,5 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,6 +1,6 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2006 David Nolden <david.nolden.tdevelop@art-master.de> Copyright (C) 2006 David Nolden <david.nolden.kdevelop@art-master.de>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,6 +1,6 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2005 Tobias Erbsland <te@profzone.ch> Copyright (C) 2005 Tobias Erbsland <te@profzone.ch>
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,6 +1,6 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2005 Tobias Erbsland <te@profzone.ch> Copyright (C) 2005 Tobias Erbsland <te@profzone.ch>
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,9 +1,9 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2001 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2001 Bernd Gehrmann <bernd@kdevelop.org>
Copyright (C) 2001-2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> Copyright (C) 2001-2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
Copyright (C) 2002 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,7 +1,7 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2001 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2001 Bernd Gehrmann <bernd@kdevelop.org>
Copyright (C) 2001-2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> Copyright (C) 2001-2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
Copyright (C) 2002 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -14,7 +14,7 @@ libkdevinterfaces_la_SOURCES = kdevcore.cpp kdevproject.cpp \
libkdevinterfaces_la_LDFLAGS = -no-undefined $(all_libraries) libkdevinterfaces_la_LDFLAGS = -no-undefined $(all_libraries)
libkdevinterfaces_la_LIBADD = $(top_builddir)/lib/interfaces/external/libkinterfacedesigner.la \ libkdevinterfaces_la_LIBADD = $(top_builddir)/lib/interfaces/external/libkinterfacedesigner.la \
$(top_builddir)/lib/util/libkdevutil.la \ $(top_builddir)/lib/util/libkdevutil.la \
$(LIB_TDEUI) $(LIB_TDEHTML) $(LIB_KPARTS) -ltdetexteditor -ltdescript -lDCOP $(LIB_TDEUI) $(LIB_TDEHTML) $(LIB_TDEPARTS) -ltdetexteditor -ltdescript -lDCOP
tdevelopincludedir = $(includedir)/tdevelop/interfaces tdevelopincludedir = $(includedir)/tdevelop/interfaces
tdevelopinclude_HEADERS = kdevlanguagesupport.h kdevmainwindow.h \ tdevelopinclude_HEADERS = kdevlanguagesupport.h kdevmainwindow.h \

@ -1,5 +1,5 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,7 +1,7 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2004 Matt Rogers <mattr@kde.org> Copyright (C) 2004 Matt Rogers <mattr@kde.org>
Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,6 +1,6 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,6 +1,6 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2003 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2003 Alexander Dymo <adymo@kdevelop.org>
Copyright (C) 2004 Jonas Jacobi <j.jacobi@gmx.de> Copyright (C) 2004 Jonas Jacobi <j.jacobi@gmx.de>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,6 +1,6 @@
/* This file is part of TDevelop /* This file is part of TDevelop
Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2003-2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2003-2004 Alexander Dymo <adymo@kdevelop.org>
Copyright (C) 2004 Jonas Jacobi<j.jacobi@gmx.de> Copyright (C) 2004 Jonas Jacobi<j.jacobi@gmx.de>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -2,8 +2,8 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
Copyright (C) 2002 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2002 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2002 Bernd Gehrmann <bernd@kdevelop.org>
Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de> Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,7 +1,7 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
Copyright (C) 2002 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2002 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2002 Bernd Gehrmann <bernd@kdevelop.org>
Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de> Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -2,8 +2,8 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
Copyright (C) 2001 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2001 Bernd Gehrmann <bernd@kdevelop.org>
Copyright (C) 2002 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,7 +1,7 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
Copyright (C) 2001 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2001 Bernd Gehrmann <bernd@kdevelop.org>
Copyright (C) 2002 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,7 +1,7 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
Copyright (C) 2001-2002 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org>
Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2002 Simon Hausmann <hausmann@kde.org> Copyright (C) 2002 Simon Hausmann <hausmann@kde.org>
Copyright (C) 2002 John Firebaugh <jfirebaugh@kde.org> Copyright (C) 2002 John Firebaugh <jfirebaugh@kde.org>
Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de> Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de>

@ -1,6 +1,6 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2003 Julian Rockey <linux@jrockey.com> Copyright (C) 2003 Julian Rockey <linux@jrockey.com>
Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,7 +1,7 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2002 Harald Fernengel <harry@tdevelop.org> Copyright (C) 2002 Harald Fernengel <harry@kdevelop.org>
Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org> Copyright (C) 2002 F@lk Brettschneider <falkbr@kdevelop.org>
Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,7 +1,7 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2002 Harald Fernengel <harry@tdevelop.org> Copyright (C) 2002 Harald Fernengel <harry@kdevelop.org>
Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org> Copyright (C) 2002 F@lk Brettschneider <falkbr@kdevelop.org>
Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,10 +1,10 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
Copyright (C) 2001 Sandy Meier <smeier@tdevelop.org> Copyright (C) 2001 Sandy Meier <smeier@kdevelop.org>
Copyright (C) 2001-2002 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org>
Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2002 Simon Hausmann <hausmann@kde.org> Copyright (C) 2002 Simon Hausmann <hausmann@kde.org>
Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org> Copyright (C) 2002 F@lk Brettschneider <falkbr@kdevelop.org>
Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de> Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de>
Copyright (C) 2003 Hamish Rodda <rodda@kde.org> Copyright (C) 2003 Hamish Rodda <rodda@kde.org>

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2007 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2007 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public
@ -64,7 +64,7 @@ public:
#endif #endif
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2007 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2007 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2003-2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2003-2004 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,9 +1,9 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2002 Simon Hausmann <hausmann@kde.org> Copyright (C) 2002 Simon Hausmann <hausmann@kde.org>
Copyright (C) 2003 Mario Scalas <mario.scalas@libero.it> Copyright (C) 2003 Mario Scalas <mario.scalas@libero.it>
Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -6,7 +6,7 @@ kinterfacedesignerdir = $(includedir)/kinterfacedesigner
kinterfacedesigner_HEADERS = designer.h kinterfacedesigner_HEADERS = designer.h
lib_LTLIBRARIES = libkinterfacedesigner.la lib_LTLIBRARIES = libkinterfacedesigner.la
libkinterfacedesigner_la_LIBADD = $(LIB_QT) $(LIB_KPARTS) $(LIB_TDEUI) libkinterfacedesigner_la_LIBADD = $(LIB_QT) $(LIB_TDEPARTS) $(LIB_TDEUI)
libkinterfacedesigner_la_LDFLAGS = $(all_libraries) libkinterfacedesigner_la_LDFLAGS = $(all_libraries)
libkinterfacedesigner_la_SOURCES = designer.cpp libkinterfacedesigner_la_SOURCES = designer.cpp

@ -1,6 +1,6 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
Copyright (C) 2002 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,6 +1,6 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2000-2001 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2000-2001 Bernd Gehrmann <bernd@kdevelop.org>
Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,6 +1,6 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2000-2001 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2000-2001 Bernd Gehrmann <bernd@kdevelop.org>
Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,10 +1,10 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2001-2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> Copyright (C) 2001-2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2003 Mario Scalas <mario.scalas@libero.it> Copyright (C) 2003 Mario Scalas <mario.scalas@libero.it>
Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de> Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de>
Copyright (C) 2003 Jens Dagerbo <jens.dagerbo@swipnet.se> Copyright (C) 2003 Jens Dagerbo <jens.dagerbo@swipnet.se>
Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,14 +1,14 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2001-2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> Copyright (C) 2001-2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
Copyright (C) 2001-2002 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org>
Copyright (C) 2001 Sandy Meier <smeier@tdevelop.org> Copyright (C) 2001 Sandy Meier <smeier@kdevelop.org>
Copyright (C) 2002 Daniel Engelschalt <daniel.engelschalt@gmx.net> Copyright (C) 2002 Daniel Engelschalt <daniel.engelschalt@gmx.net>
Copyright (C) 2002 Simon Hausmann <hausmann@kde.org> Copyright (C) 2002 Simon Hausmann <hausmann@kde.org>
Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2003 Mario Scalas <mario.scalas@libero.it> Copyright (C) 2003 Mario Scalas <mario.scalas@libero.it>
Copyright (C) 2003 Harald Fernengel <harry@tdevelop.org> Copyright (C) 2003 Harald Fernengel <harry@kdevelop.org>
Copyright (C) 2003 Hamish Rodda <rodda@kde.org> Copyright (C) 2003 Hamish Rodda <rodda@kde.org>
Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,6 +1,6 @@
/* This file is part of the KDE project /* This file is part of the KDE project
* Copyright (C) 2003 Harald Fernengel <harry@tdevelop.org> * Copyright (C) 2003 Harald Fernengel <harry@kdevelop.org>
* Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> * Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public * modify it under the terms of the GNU Library General Public

@ -1,10 +1,10 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
Copyright (C) 2001-2002 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org>
Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2002 Simon Hausmann <hausmann@kde.org> Copyright (C) 2002 Simon Hausmann <hausmann@kde.org>
Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org> Copyright (C) 2002 F@lk Brettschneider <falkbr@kdevelop.org>
Copyright (C) 2003 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2003 Alexander Dymo <adymo@kdevelop.org>
Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de> Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,11 +1,11 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
Copyright (C) 2001-2002 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org>
Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2002 Simon Hausmann <hausmann@kde.org> Copyright (C) 2002 Simon Hausmann <hausmann@kde.org>
Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org> Copyright (C) 2002 F@lk Brettschneider <falkbr@kdevelop.org>
Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de> Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de>
Copyright (C) 2003-2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2003-2004 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org> Copyright (C) 2002 F@lk Brettschneider <falkbr@kdevelop.org>
Copyright (C) 2003 John Firebaugh <jfirebaugh@kde.org> Copyright (C) 2003 John Firebaugh <jfirebaugh@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,8 +1,8 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2003 F@lk Brettschneider <falkbr@tdevelop.org> Copyright (C) 2003 F@lk Brettschneider <falkbr@kdevelop.org>
Copyright (C) 2003 John Firebaugh <jfirebaugh@kde.org> Copyright (C) 2003 John Firebaugh <jfirebaugh@kde.org>
Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de> Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de>
Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,11 +1,11 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> Copyright (C) 2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
Copyright (C) 2002 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2002 Bernd Gehrmann <bernd@kdevelop.org>
Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2003 Hamish Rodda <rodda@kde.org> Copyright (C) 2003 Hamish Rodda <rodda@kde.org>
Copyright (C) 2003 Harald Fernengel <harry@tdevelop.org> Copyright (C) 2003 Harald Fernengel <harry@kdevelop.org>
Copyright (C) 2003 Jens Dagerbo <jens.dagerbo@swipnet.se> Copyright (C) 2003 Jens Dagerbo <jens.dagerbo@swipnet.se>
Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,13 +1,13 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2002 Simon Hausmann <hausmann@kde.org> Copyright (C) 2002 Simon Hausmann <hausmann@kde.org>
Copyright (C) 2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> Copyright (C) 2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
Copyright (C) 2002 Harald Fernengel <harry@tdevelop.org> Copyright (C) 2002 Harald Fernengel <harry@kdevelop.org>
Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org> Copyright (C) 2002 F@lk Brettschneider <falkbr@kdevelop.org>
Copyright (C) 2003 Julian Rockey <linux@jrockey.com> Copyright (C) 2003 Julian Rockey <linux@jrockey.com>
Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2003 Jens Dagerbo <jens.dagerbo@swipnet.se> Copyright (C) 2003 Jens Dagerbo <jens.dagerbo@swipnet.se>
Copyright (C) 2003 Mario Scalas <mario.scalas@libero.it> Copyright (C) 2003 Mario Scalas <mario.scalas@libero.it>
Copyright (C) 2003-2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2003-2004 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,6 +1,6 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 1999-2001 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 1999-2001 Bernd Gehrmann <bernd@kdevelop.org>
Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,10 +1,10 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2002 Simon Hausmann <hausmann@kde.org> Copyright (C) 2002 Simon Hausmann <hausmann@kde.org>
Copyright (C) 2003 Jens Dagerbo <jens.dagerbo@swipnet.se> Copyright (C) 2003 Jens Dagerbo <jens.dagerbo@swipnet.se>
Copyright (C) 2003 Mario Scalas <mario.scalas@libero.it> Copyright (C) 2003 Mario Scalas <mario.scalas@libero.it>
Copyright (C) 2003-2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2003-2004 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,11 +1,11 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
Copyright (C) 2001-2002 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org>
Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2002 Simon Hausmann <hausmann@kde.org> Copyright (C) 2002 Simon Hausmann <hausmann@kde.org>
Copyright (C) 2003 Jens Dagerbo <jens.dagerbo@swipnet.se> Copyright (C) 2003 Jens Dagerbo <jens.dagerbo@swipnet.se>
Copyright (C) 2003 Mario Scalas <mario.scalas@libero.it> Copyright (C) 2003 Mario Scalas <mario.scalas@libero.it>
Copyright (C) 2003-2004 Alexander Dymo <adymo@tdevelop.org> Copyright (C) 2003-2004 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* default support: Eray Ozkural (exa) * * default support: Eray Ozkural (exa) *
* additions: John Firebaugh <jfirebaugh@kde.org> * * additions: John Firebaugh <jfirebaugh@kde.org> *
* Jakob Simon-Gaarde <jakob@simon-gaarde.dk> * * Jakob Simon-Gaarde <jakob@simon-gaarde.dk> *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* jakob@simon-gaarde.dk * * jakob@simon-gaarde.dk *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2002 Harald Fernengel <harry@tdevelop.org> Copyright (C) 2002 Harald Fernengel <harry@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2002 Harald Fernengel <harry@tdevelop.org> Copyright (C) 2002 Harald Fernengel <harry@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2002 Sandy Meier <smeier@tdevelop.org> Copyright (C) 2002 Sandy Meier <smeier@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2002 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2002 Bernd Gehrmann <bernd@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -17,8 +17,8 @@
* Free Software Foundation, Inc., * * Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/ ***************************************************************************/
#ifndef KScriptAction_H #ifndef TDEScriptAction_H
#define KScriptAction_H #define TDEScriptAction_H
#include <scriptclientinterface.h> #include <scriptclientinterface.h>
#include <tqobject.h> #include <tqobject.h>

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2000-2001 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2000-2001 Bernd Gehrmann <bernd@kdevelop.org>
Copyright (C) 2003 Alexander Dymo <cloudtemple@mksat.net> Copyright (C) 2003 Alexander Dymo <cloudtemple@mksat.net>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2000-2001 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2000-2001 Bernd Gehrmann <bernd@kdevelop.org>
Copyright (C) 2003 Alexander Dymo <cloudtemple@mksat.net> Copyright (C) 2003 Alexander Dymo <cloudtemple@mksat.net>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2002 Harald Fernengel <harry@tdevelop.org> Copyright (C) 2002 Harald Fernengel <harry@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 2002 Harald Fernengel <harry@tdevelop.org> Copyright (C) 2002 Harald Fernengel <harry@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 1999-2001 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 1999-2001 Bernd Gehrmann <bernd@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of the KDE project /* This file is part of the KDE project
Copyright (C) 1999-2001 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 1999-2001 Bernd Gehrmann <bernd@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/lib/compat $(all_includes)
METASOURCES = AUTO METASOURCES = AUTO
lib_LTLIBRARIES = libkdevpropertyeditor.la lib_LTLIBRARIES = libkdevpropertyeditor.la
libkdevpropertyeditor_la_LIBADD = $(LIB_KIO) libkdevpropertyeditor_la_LIBADD = $(LIB_TDEIO)
libkdevpropertyeditor_la_LDFLAGS = -no-undefined $(all_libraries) libkdevpropertyeditor_la_LDFLAGS = -no-undefined $(all_libraries)
libkdevpropertyeditor_la_SOURCES = childproperty.cpp pcombobox.cpp pdummywidget.cpp ppointedit.cpp propertymachinefactory.cpp pstringlistedit.cpp\ libkdevpropertyeditor_la_SOURCES = childproperty.cpp pcombobox.cpp pdummywidget.cpp ppointedit.cpp propertymachinefactory.cpp pstringlistedit.cpp\
multiproperty.cpp pcursoredit.cpp pfontbutton.cpp prectedit.cpp propertywidget.cpp psymbolcombo.cpp\ multiproperty.cpp pcursoredit.cpp pfontbutton.cpp prectedit.cpp propertywidget.cpp psymbolcombo.cpp\

@ -16,8 +16,8 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef KLISTVIEWACTION_H #ifndef TDELISTVIEWACTION_H
#define KLISTVIEWACTION_H #define TDELISTVIEWACTION_H
#include <kxmlguiclient.h> #include <kxmlguiclient.h>
#include <tdeversion.h> #include <tdeversion.h>

@ -1,9 +1,9 @@
/** \class AbbrevPart /** \class AbbrevPart
Provides support for customizable abbrevations - short words which expand into commonly needed code structures. Provides support for customizable abbrevations - short words which expand into commonly needed code structures.
\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> \authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a>
\maintainer <a href="mailto:roberto AT tdevelop.org">Roberto Raggi</a> \maintainer <a href="mailto:roberto AT kdevelop.org">Roberto Raggi</a>
\feature Feature 1 \feature Feature 1
\feature Feature 2 \feature Feature 2

@ -1,8 +1,8 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 Roberto Raggi * * Copyright (C) 2002 Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* Copyright (C) 2002 by Bernd Gehrmann * * Copyright (C) 2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* Copyright (C) 2003 by Alexander Dymo * * Copyright (C) 2003 by Alexander Dymo *
* cloudtemple@mksat.net * * cloudtemple@mksat.net *
* * * *

@ -1,8 +1,8 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 Roberto Raggi * * Copyright (C) 2002 Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* Copyright (C) 2002 by Bernd Gehrmann * * Copyright (C) 2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* Copyright (C) 2003 by Alexander Dymo * * Copyright (C) 2003 by Alexander Dymo *
* cloudtemple@mksat.net * * cloudtemple@mksat.net *
* * * *

@ -1,8 +1,8 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 Roberto Raggi * * Copyright (C) 2002 Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* Copyright (C) 2002 by Bernd Gehrmann * * Copyright (C) 2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* Copyright (C) 2003 by Alexander Dymo * * Copyright (C) 2003 by Alexander Dymo *
* cloudtemple@mksat.net * * cloudtemple@mksat.net *
* * * *

@ -1,8 +1,8 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 Roberto Raggi * * Copyright (C) 2002 Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* Copyright (C) 2002 by Bernd Gehrmann * * Copyright (C) 2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* Copyright (C) 2003 by Alexander Dymo * * Copyright (C) 2003 by Alexander Dymo *
* cloudtemple@mksat.net * * cloudtemple@mksat.net *
* * * *

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2002 Roberto Raggi (roberto@tdevelop.org) * Copyright (C) 2002 Roberto Raggi (roberto@kdevelop.org)
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public * modify it under the terms of the GNU General Public

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2002 Roberto Raggi (roberto@tdevelop.org) * Copyright (C) 2002 Roberto Raggi (roberto@kdevelop.org)
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public * modify it under the terms of the GNU General Public

@ -65,7 +65,7 @@ KDevelop TDevelop plugin
GNOME GNOME application GNOME GNOME application
\endverbatim \endverbatim
\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> \authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a>
\feature Provide a basic application framework (for plugins and applications for many languages) that you can use as a starting point. \feature Provide a basic application framework (for plugins and applications for many languages) that you can use as a starting point.
\feature Development for 3rd party developers made easy. :) \feature Development for 3rd party developers made easy. :)

@ -1,8 +1,8 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* Copyright (C) 2001 by Sandy Meier * * Copyright (C) 2001 by Sandy Meier *
* smeier@tdevelop.org * * smeier@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,8 +1,8 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* Copyright (C) 2001 by Sandy Meier * * Copyright (C) 2001 by Sandy Meier *
* smeier@tdevelop.org * * smeier@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2000-2001 by Bernd Gehrmann * * Copyright (C) 2000-2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2000-2001 by Bernd Gehrmann * * Copyright (C) 2000-2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -487,7 +487,7 @@ ie: """+BOLD+"""scons configure libdir=/usr/local/lib qtincludes=/usr/include/qt
## kcfg file processing ## kcfg file processing
def kcfgGenerator(target, source, env, for_signature): def kcfgGenerator(target, source, env, for_signature):
act=[] act=[]
act.append('kconfig_compiler -d'+str(source[0].get_dir())+' '+source[1].path+' '+source[0].path) act.append('tdeconfig_compiler -d'+str(source[0].get_dir())+' '+source[1].path+' '+source[0].path)
return act return act
def kcfgEmitter(target, source, env): def kcfgEmitter(target, source, env):
@ -656,7 +656,7 @@ ie: """+BOLD+"""scons configure libdir=/usr/local/lib qtincludes=/usr/include/qt
for ofile in other_files: for ofile in other_files:
if ofile == file: if ofile == file:
print RED+"WARNING: You have included "+file+".kcfg and another file of the same prefix"+NORMAL print RED+"WARNING: You have included "+file+".kcfg and another file of the same prefix"+NORMAL
print "Files generated by kconfig_compiler (settings.h, settings.cpp) must not be included" print "Files generated by tdeconfig_compiler (settings.h, settings.cpp) must not be included"
return src return src

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 by Bernd Gehrmann and Harald Fernengel * * Copyright (C) 2002 by Bernd Gehrmann and Harald Fernengel *
* bernd@tdevelop.org, harry@tdevelop.org * * bernd@kdevelop.org, harry@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 by Bernd Gehrmann * * Copyright (C) 2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2004 by Alexander Dymo * * Copyright (C) 2004 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2004 by Alexander Dymo * * Copyright (C) 2004 by Alexander Dymo *
* adymo@tdevelop.org * * adymo@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -2,7 +2,7 @@
* Copyright (C) 1999 by Jonas Nordin * * Copyright (C) 1999 by Jonas Nordin *
* jonas.nordin@syncom.se * * jonas.nordin@syncom.se *
* Copyright (C) 2000-2001 by Bernd Gehrmann * * Copyright (C) 2000-2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -2,7 +2,7 @@
* Copyright (C) 1999 by Jonas Nordin * * Copyright (C) 1999 by Jonas Nordin *
* jonas.nordin@syncom.se * * jonas.nordin@syncom.se *
* Copyright (C) 2000-2001 by Bernd Gehrmann * * Copyright (C) 2000-2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -2,7 +2,7 @@
* Copyright (C) 1999 by Jonas Nordin * * Copyright (C) 1999 by Jonas Nordin *
* jonas.nordin@syncom.se * * jonas.nordin@syncom.se *
* Copyright (C) 2000-2001 by Bernd Gehrmann * * Copyright (C) 2000-2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -2,7 +2,7 @@
* Copyright (C) 1999 by Jonas Nordin * * Copyright (C) 1999 by Jonas Nordin *
* jonas.nordin@syncom.se * * jonas.nordin@syncom.se *
* Copyright (C) 2000-2001 by Bernd Gehrmann * * Copyright (C) 2000-2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -2,7 +2,7 @@
* Copyright (C) 1999 by Jonas Nordin * * Copyright (C) 1999 by Jonas Nordin *
* jonas.nordin@syncom.se * * jonas.nordin@syncom.se *
* Copyright (C) 2000-2001 by Bernd Gehrmann * * Copyright (C) 2000-2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -2,7 +2,7 @@
* Copyright (C) 1999 by Jonas Nordin * * Copyright (C) 1999 by Jonas Nordin *
* jonas.nordin@syncom.se * * jonas.nordin@syncom.se *
* Copyright (C) 2000-2001 by Bernd Gehrmann * * Copyright (C) 2000-2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org)
* Copyright (C) 2003 Alexander Dymo (cloudtemple@mksat.net) * Copyright (C) 2003 Alexander Dymo (cloudtemple@mksat.net)
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org)
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public * modify it under the terms of the GNU General Public

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org)
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public * modify it under the terms of the GNU General Public

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org)
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public * modify it under the terms of the GNU General Public

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -2,7 +2,7 @@
* Copyright (C) 2004 by Alexander Dymo * * Copyright (C) 2004 by Alexander Dymo *
* adymo@mksat.net * * adymo@mksat.net *
* Portions Copyright (C) 2002-2003 by Roberto Raggi * * Portions Copyright (C) 2002-2003 by Roberto Raggi *
* roberto@tdevelop.org * * roberto@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann * * Copyright (C) 2001-2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -7,9 +7,9 @@ in a QTextEdit with simple highlighting
Just right-click on a CVS or Perforce file Just right-click on a CVS or Perforce file
and select "diff to repository" to see it in action. and select "diff to repository" to see it in action.
\authors <a href="mailto:harry AT tdevelop.org">Harald Fernengel</a> \authors <a href="mailto:harry AT kdevelop.org">Harald Fernengel</a>
\maintainer <a href="mailto:harry AT tdevelop.org">Harald Fernengel</a> \maintainer <a href="mailto:harry AT kdevelop.org">Harald Fernengel</a>
\feature Shows "diffs" between files \feature Shows "diffs" between files
\feature If "kompare" from KDESDK is installed, it'll use its widget to display the diff otherwise in a QTextEdit with simple highlighting \feature If "kompare" from KDESDK is installed, it'll use its widget to display the diff otherwise in a QTextEdit with simple highlighting

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Harald Fernengel * * Copyright (C) 2001 by Harald Fernengel *
* harry@tdevelop.org * * harry@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Harald Fernengel * * Copyright (C) 2001 by Harald Fernengel *
* harry@tdevelop.org * * harry@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Harald Fernengel * * Copyright (C) 2001 by Harald Fernengel *
* harry@tdevelop.org * * harry@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Harald Fernengel * * Copyright (C) 2001 by Harald Fernengel *
* harry@tdevelop.org * * harry@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Harald Fernengel * * Copyright (C) 2001 by Harald Fernengel *
* harry@tdevelop.org * * harry@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Harald Fernengel * * Copyright (C) 2001 by Harald Fernengel *
* harry@tdevelop.org * * harry@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -242,7 +242,7 @@ TQString SpecSupport::generatePackage( )
{ {
TQString spec; TQString spec;
spec += "# This spec file was generated by KDevelop \n"; spec += "# This spec file was generated by KDevelop \n";
spec += "# Please report any problem to KDevelop Team <tdevelop-devel@tdevelop.org> \n"; spec += "# Please report any problem to KDevelop Team <kdevelop-devel@kdevelop.org> \n";
spec += "# Thanks to Matthias Saou for his explanations on http://freshrpms.net/docs/fight.html\n\n"; spec += "# Thanks to Matthias Saou for his explanations on http://freshrpms.net/docs/fight.html\n\n";
spec += "Name: " + getAppName() + "\n"; spec += "Name: " + getAppName() + "\n";

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2002 by Bernd Gehrmann * * Copyright (C) 2002 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* Copyright (C) 2002 by Sebastian Kratzert * * Copyright (C) 2002 by Sebastian Kratzert *
* skratzert@gmx.de * * skratzert@gmx.de *
* Copyright (C) 2003-2004 by Alexander Dymo * * Copyright (C) 2003-2004 by Alexander Dymo *

@ -4,7 +4,7 @@ METASOURCES = AUTO
partincludedirdir = $(includedir)/tdevelop/parts/documentation partincludedirdir = $(includedir)/tdevelop/parts/documentation
lib_LTLIBRARIES = libdocumentation_interfaces.la lib_LTLIBRARIES = libdocumentation_interfaces.la
libdocumentation_interfaces_la_LDFLAGS = $(all_libraries) libdocumentation_interfaces_la_LDFLAGS = $(all_libraries)
libdocumentation_interfaces_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KIO) libdocumentation_interfaces_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO)
libdocumentation_interfaces_la_SOURCES = kdevdocumentationplugin.cpp libdocumentation_interfaces_la_SOURCES = kdevdocumentationplugin.cpp
partincludedir_HEADERS = kdevdocumentationplugin.h partincludedir_HEADERS = kdevdocumentationplugin.h
servicetypedir = $(kde_servicetypesdir) servicetypedir = $(kde_servicetypesdir)

@ -5,11 +5,11 @@ INCLUDES = -I$(top_srcdir)/lib/widgets $(all_includes)
kde_module_LTLIBRARIES = tdeio_chm.la libkchmpart.la kde_module_LTLIBRARIES = tdeio_chm.la libkchmpart.la
tdeio_chm_la_SOURCES = decompress.cpp chmfile.cpp chm.cpp tdeio_chm_la_SOURCES = decompress.cpp chmfile.cpp chm.cpp
tdeio_chm_la_LIBADD = $(LIB_KIO) tdeio_chm_la_LIBADD = $(LIB_TDEIO)
tdeio_chm_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) tdeio_chm_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
libkchmpart_la_SOURCES = kchmpart.cpp libkchmpart_la_SOURCES = kchmpart.cpp
libkchmpart_la_LIBADD = -ltdehtml $(LIB_KPARTS) $(top_builddir)/lib/widgets/libkdevwidgets.la libkchmpart_la_LIBADD = -ltdehtml $(LIB_TDEPARTS) $(top_builddir)/lib/widgets/libkdevwidgets.la
libkchmpart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) libkchmpart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
noinst_HEADERS = chm.h chmfile.h decompress.h kchmpart.h noinst_HEADERS = chm.h chmfile.h decompress.h kchmpart.h

@ -9,7 +9,7 @@ Description=A tdeioslave for displaying WinHelp files
Description[ca]=Un tdeioslave per a mostrar fitxers WinHelp Description[ca]=Un tdeioslave per a mostrar fitxers WinHelp
Description[da]=En tdeioslave til visning af Windows hjælpefiler Description[da]=En tdeioslave til visning af Windows hjælpefiler
Description[de]=Ein Ein-/Ausgabemodul zur Anzeige von WinHelp-Dateien Description[de]=Ein Ein-/Ausgabemodul zur Anzeige von WinHelp-Dateien
Description[el]=Ένας υπηρέτης kio για εμφάνιση αρχείων WinHelp Description[el]=Ένας υπηρέτης tdeio για εμφάνιση αρχείων WinHelp
Description[es]=Un tdeioslave para mostrar archivos WinHelp Description[es]=Un tdeioslave para mostrar archivos WinHelp
Description[et]=WinHelp-failide kuvamise IO-moodul Description[et]=WinHelp-failide kuvamise IO-moodul
Description[eu]=WinHelp fitxategiak bistaratzeko tdeioslave bat Description[eu]=WinHelp fitxategiak bistaratzeko tdeioslave bat

@ -2,7 +2,7 @@
* Copyright (C) 1999-2001 by Matthias Hoelzer-Kluepfel * * Copyright (C) 1999-2001 by Matthias Hoelzer-Kluepfel *
* hoelzer@kde.org * * hoelzer@kde.org *
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* Copyright (C) 2004 by Alexander Dymo * * Copyright (C) 2004 by Alexander Dymo *
* cloudtemple@mksat.net * * cloudtemple@mksat.net *
* * * *

@ -1,6 +1,6 @@
INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes) INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes)
METASOURCES = AUTO METASOURCES = AUTO
bin_PROGRAMS = tdevelop-htdig bin_PROGRAMS = tdevelop-htdig
tdevelop_htdig_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor tdevelop_htdig_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
tdevelop_htdig_SOURCES = htdigindex.cpp tdevelop_htdig_SOURCES = htdigindex.cpp
noinst_HEADERS = htdigindex.h noinst_HEADERS = htdigindex.h

@ -2,7 +2,7 @@
* Copyright (C) 1999-2001 by Matthias Hoelzer-Kluepfel * * Copyright (C) 1999-2001 by Matthias Hoelzer-Kluepfel *
* hoelzer@kde.org * * hoelzer@kde.org *
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* Copyright (C) 2004 by Alexander Dymo * * Copyright (C) 2004 by Alexander Dymo *
* cloudtemple@mksat.net * * cloudtemple@mksat.net *
* * * *

@ -2,7 +2,7 @@
* Copyright (C) 1999-2001 by Matthias Hoelzer-Kluepfel * * Copyright (C) 1999-2001 by Matthias Hoelzer-Kluepfel *
* hoelzer@kde.org * * hoelzer@kde.org *
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* Copyright (C) 2004 by Alexander Dymo * * Copyright (C) 2004 by Alexander Dymo *
* cloudtemple@mksat.net * * cloudtemple@mksat.net *
* * * *

@ -49,7 +49,7 @@ Everything else we can customize for our look & feel.
\authors <a href="mailto:dimitri AT stack.nl">Dimitri van Heesch</a> \authors <a href="mailto:dimitri AT stack.nl">Dimitri van Heesch</a>
\maintainer <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> \maintainer <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a>
\maintainer <a href="mailto:a.lucas at tu-bs dot de">Amilcar Lucas</a> \maintainer <a href="mailto:a.lucas at tu-bs dot de">Amilcar Lucas</a>

@ -2,7 +2,7 @@
* Copyright (C) 2000 by Dimitri van Heesch * * Copyright (C) 2000 by Dimitri van Heesch *
* dimitri@stack.nl * * dimitri@stack.nl *
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -2,7 +2,7 @@
* Copyright (C) 2000 by Dimitri van Heesch * * Copyright (C) 2000 by Dimitri van Heesch *
* dimitri@stack.nl * * dimitri@stack.nl *
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* Copyright (C) 2004 by Jonas Jacobi * * Copyright (C) 2004 by Jonas Jacobi *
* jonas.jacobi@web.de * * jonas.jacobi@web.de *
* * * *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* Copyright (C) 2004 by Jonas Jacobi * * Copyright (C) 2004 by Jonas Jacobi *
* jonas.jacobi@web.de * * jonas.jacobi@web.de *
* * * *

@ -2,7 +2,7 @@
* Copyright (C) 1997-2000 by Dimitri van Heesch * * Copyright (C) 1997-2000 by Dimitri van Heesch *
* dimitri@stack.nl * * dimitri@stack.nl *
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -2,7 +2,7 @@
* Copyright (C) 1997-2000 by Dimitri van Heesch * * Copyright (C) 1997-2000 by Dimitri van Heesch *
* dimitri@stack.nl * * dimitri@stack.nl *
* Copyright (C) 2001 by Bernd Gehrmann * * Copyright (C) 2001 by Bernd Gehrmann *
* bernd@tdevelop.org * * bernd@kdevelop.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Jens Herden * * Copyright (C) 2005 by Jens Herden *
* jens@tdewebdev.org * * jens@kdewebdev.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -2,7 +2,7 @@
* Copyright (C) 2004 by Jens Dagerbo * * Copyright (C) 2004 by Jens Dagerbo *
* jens.dagerbo@swipnet.se * * jens.dagerbo@swipnet.se *
* Copyright (C) 2005 by Jens Herden * * Copyright (C) 2005 by Jens Herden *
* jens@tdewebdev.org * * jens@kdewebdev.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -2,7 +2,7 @@
* Copyright (C) 2004 by Jens Dagerbo * * Copyright (C) 2004 by Jens Dagerbo *
* jens.dagerbo@swipnet.se * * jens.dagerbo@swipnet.se *
* Copyright (C) 2005 by Jens Herden * * Copyright (C) 2005 by Jens Herden *
* jens@tdewebdev.org * * jens@kdewebdev.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Jens Herden * * Copyright (C) 2005 by Jens Herden *
* jens.herden@tdewebdev.org * * jens.herden@kdewebdev.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Jens Herden * * Copyright (C) 2005 by Jens Herden *
* jens.herden@tdewebdev.org * * jens.herden@kdewebdev.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Jens Herden * * Copyright (C) 2005 by Jens Herden *
* jens@tdewebdev.org * * jens@kdewebdev.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Jens Herden * * Copyright (C) 2005 by Jens Herden *
* jens@tdewebdev.org * * jens@kdewebdev.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Jens Herden * * Copyright (C) 2005 by Jens Herden *
* jens.herden@tdewebdev.org * * jens.herden@kdewebdev.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Jens Herden * * Copyright (C) 2005 by Jens Herden *
* jens.herden@tdewebdev.org * * jens.herden@kdewebdev.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* Copyright (C) 2005 by Jens Herden * * Copyright (C) 2005 by Jens Herden *
* jens@tdewebdev.org * * jens@kdewebdev.org *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *

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

Loading…
Cancel
Save