Additional renaming of kde to tde

pull/1/head
Timothy Pearson 13 years ago
parent 997aa1672a
commit ffa67ac755

@ -9,17 +9,17 @@ Quanta Plus (quanta):
CSS/Frame editor: Luciano Gulmini <e.gulmini@tiscali.it>
PHP Debugger: Linus McCabe <Linus@mccabe.nu>
VPL part:
Nicolas Deschildre <ndeschildre@kdewebdev.org>
Paulo Moura Guedes <moura@kdewebdev.org>
Nicolas Deschildre <ndeschildre@tdewebdev.org>
Paulo Moura Guedes <moura@tdewebdev.org>
Home page: http://kdewebdev.org
Home page: http://tdewebdev.org
Bug form: http://bugs.kde.org
Kommander (kommander):
Authors:
Mark Britton <consume@optusnet.com.au>
Eric Laffoon <sequitur@easystreet.com>
Michal Rudolf <mrudolf@kdewebdev.org>
Michal Rudolf <mrudolf@tdewebdev.org>
KXSLDbg (kxsldbg):
Author: Keith Isdale <k_isdale@tpg.com.au>

@ -14,7 +14,7 @@ cmake_minimum_required( VERSION 2.6 )
##### general package setup #####################
project( kdewebdev )
project( tdewebdev )
##### include essential cmake modules ###########

@ -1,19 +1,19 @@
Global kdewebdev changelog. For detailed changes see each included
Global tdewebdev changelog. For detailed changes see each included
application's own ChangeLog file.
2008-02-13: kdewebdev 3.5.9
2006-10-10: kdewebdev 3.5.5
2006-08-02: kdewebdev 3.5.4
2006-05-31: kdewebdev 3.5.3
2006-03-21: kdewebdev 3.5.2
2006-01-31: kdewebdev 3.5.1
2005-11-29: kdewebdev 3.5.0
2005-02-22: kdewebdev 3.4.0
2005-02-09: kdewebdev 3.4 Beta2
2005-01-07: kdewebdev 3.4 Beta1
2004-12-06: kdewebdev 3.4 Alpha1
2004-08-18: kdewebdev 3.3.0
2004-08-04: kdewebdev 3.3 RC1
2004-07-07: kdewebdev 3.3 Beta1
2004-06-01: kdewebdev 3.3 Alpha1
2004-05-06: First kdewebdev release - kdewebdev 3.3 Bleeding Edge 2
2008-02-13: tdewebdev 3.5.9
2006-10-10: tdewebdev 3.5.5
2006-08-02: tdewebdev 3.5.4
2006-05-31: tdewebdev 3.5.3
2006-03-21: tdewebdev 3.5.2
2006-01-31: tdewebdev 3.5.1
2005-11-29: tdewebdev 3.5.0
2005-02-22: tdewebdev 3.4.0
2005-02-09: tdewebdev 3.4 Beta2
2005-01-07: tdewebdev 3.4 Beta1
2004-12-06: tdewebdev 3.4 Alpha1
2004-08-18: tdewebdev 3.3.0
2004-08-04: tdewebdev 3.3 RC1
2004-07-07: tdewebdev 3.3 Beta1
2004-06-01: tdewebdev 3.3 Alpha1
2004-05-06: First tdewebdev release - tdewebdev 3.3 Bleeding Edge 2

@ -15,24 +15,24 @@ Severity levels mean:
Description: cvsservice headers are used for the incorporated CVS actions. Without them
the CVS submenu from the file context menus will be missing.
Severity: Highly recommended
Location: kdesdk/cervisia
Location: tdesdk/cervisia
2. Runtime dependencies:
---------------------------
- Kommander:
Description: Required to run some of the dialogs in Quanta+
Severity: Highly recommended
Location: kdewebdev module
Location: tdewebdev module
- KFileReplace:
Description: Used to search and replace in external files
Severity: Highly recommended
Location: kdewebdev module
Location: tdewebdev module
- KLinkStatus:
Description: Used to check the validity of the links
Severity: Highly recommended
Location: kdewebdev module
Location: tdewebdev module
- HTML Tidy:
Description: Used to check the validity of the HTML documents
@ -47,27 +47,27 @@ Severity levels mean:
- cvsservice:
Description: used by the *integrated* CVS commands.
Severity: Highly Recommended
Localtion: kdesdk module
Localtion: tdesdk module
- Cervisia:
Description: Used to perform CVS operations
Severity: Recommended
Location: kdesdk module
Location: tdesdk module
- KXSLDbg:
Description: XSLT debugger
Severity: Recommended
Location: kdewebdev module
Location: tdewebdev module
- KImageMapEditor:
Description: Helps creation and editing of HTML image-maps
Severity: Optional
Location: kdewebdev module
Location: tdewebdev module
- Kompare:
Description: compares two files by content. Used when a file was modified outside of Quanta.
Severity: Recommended
Localtion: kdesdk module
Localtion: tdesdk module
- GPG (OpenPGP):
Description: digital signature tool. Makes possible the signature verification of downloaded

@ -2,7 +2,7 @@ TDE WebDev - WEB Development package for the K Desktop Environment.
Version: 3.5 line
The kdewebdev package contains Quanta Plus and other applications, which are useful
The tdewebdev package contains Quanta Plus and other applications, which are useful
for web development. They are runtime dependencies of Quanta Plus, and it is
highly recommended that you install them.

@ -187,7 +187,7 @@ dnl **********
AC_DEFUN([QUANTA_CHECK_MDI],
[
AC_MSG_CHECKING(whether to use kmdi lib from kdelibs)
AC_MSG_CHECKING(whether to use kmdi lib from tdelibs)
AC_CACHE_VAL(ac_cv_mdi_setup,
[
AC_LANG_SAVE
@ -196,7 +196,7 @@ AC_DEFUN([QUANTA_CHECK_MDI],
CXXFLAGS="$KDE_INCLUDES $QT_INCLUDES"
AC_TRY_LINK([
#include <kdeversion.h>
#include <tdeversion.h>
],
[
#if TDE_VERSION < ((3<<16) | (3<<8) | (92))

@ -2,10 +2,10 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kfilereplace "<application>KFileReplace</application>">
<!ENTITY kappname "&kfilereplace;">
<!ENTITY package "kdewebdev">
<!ENTITY package "tdewebdev">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE">
<!ENTITY kdewebdev "<application>kdewebdev</application>">
<!ENTITY tdewebdev "<application>tdewebdev</application>">
<!ENTITY bc "<application>bc</application>">
]>
@ -559,7 +559,7 @@ Documentation Copyright &copy; 2004 Emiliano Gulmini <email>emi_barbarossa&#64;y
<sect1 id="getting-kfilereplace">
<title>How to install &kfilereplace;</title>
<para>
&kfilereplace; is currently part of &kdewebdev; package, so, in order to install it, you have to get a copy of &kdewebdev;. Note that if you are using a &kde; installation provided by your OS vendor, probably you already have &kdewebdev; installed; in this case, you can use &kfilereplace; either by opening &quantaplus; Web editor, or by calling it directly (unless you have an old &kde; version). Else you can download the &kdewebdev; package from the Internet: please refer to <ulink url="http://kdewebdev.org">&kdewebdev; home site</ulink> for more information.
&kfilereplace; is currently part of &tdewebdev; package, so, in order to install it, you have to get a copy of &tdewebdev;. Note that if you are using a &kde; installation provided by your OS vendor, probably you already have &tdewebdev; installed; in this case, you can use &kfilereplace; either by opening &quantaplus; Web editor, or by calling it directly (unless you have an old &kde; version). Else you can download the &tdewebdev; package from the Internet: please refer to <ulink url="http://tdewebdev.org">&tdewebdev; home site</ulink> for more information.
<!--&install.intro.documentation;-->
</para>

@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY klinkstatus "<application>KLinkStatus</application>">
<!ENTITY kappname "&klinkstatus;">
<!ENTITY package "kdewebdev">
<!ENTITY package "tdewebdev">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE"><!-- change language only here -->
]>
@ -47,7 +47,7 @@ as Authors, publish date, the abstract, and Keywords -->
<firstname>Paulo</firstname>
<surname>Moura Guedes</surname>
<affiliation>
<address><email>moura&#64;kdewebdev&#46;org</email></address>
<address><email>moura&#64;tdewebdev&#46;org</email></address>
</affiliation>
</author>
@ -431,7 +431,7 @@ application -->
List any special requirements for your application here. This should include:
.Libraries or other software that is not included in tdesupport,
kdelibs, or kdebase.
tdelibs, or tdebase.
.Hardware requirements like amount of RAM, disk space, graphics card
capabilities, screen resolution, special expansion cards, etc.
.Operating systems the app will run on. If your app is designed only for a

@ -38,7 +38,7 @@
<listitem><para>Developer</para></listitem>
</varlistentry>
<varlistentry>
<term>Rudolf, Michal <email>mrudolf@kdewebdev.org</email></term>
<term>Rudolf, Michal <email>mrudolf@tdewebdev.org</email></term>
<listitem><para>Developer</para></listitem>
</varlistentry>
</variablelist>

@ -11,7 +11,7 @@
<author>
<firstname>Michal</firstname>
<surname>Rudolf</surname>
<affiliation><address><email>mrudolf@kdewebdev.org</email></address></affiliation>
<affiliation><address><email>mrudolf@tdewebdev.org</email></address></affiliation>
</author>
<!-- TRANS:ROLES_OF_TRANSLATORS -->

@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kommander "<application>Kommander</application>">
<!ENTITY kappname "&kommander;">
<!ENTITY package "kdewebdev">
<!ENTITY package "tdewebdev">
<!ENTITY basics SYSTEM "basics.docbook">
<!ENTITY commands SYSTEM "commands.docbook">
<!ENTITY parser SYSTEM "parser.docbook">
@ -53,7 +53,7 @@
<firstname>Eric</firstname>
<surname>Laffoon</surname>
<affiliation>
<address><email>eric@kdewebdev.org</email></address>
<address><email>eric@tdewebdev.org</email></address>
</affiliation>
</author>
<author>
@ -88,7 +88,7 @@ Do NOT change these in the translation. -->
<!-- Abstract about this handbook -->
<abstract>
<para>These docs have been partially complete for years, but not always available or easy to find. Since around 2002 little spurts of effort on &kommander; have produced dramtic results. &kommander; is a new approach to development and there have been modifications in approach and features. Consequently much of this documentation is out of date, however still useful due to legacy support. Please refer to our web site at <ulink url="http://kommander.kdewebdev.org">http://kommander.kdewebdev.org</ulink> for up to date information, news on KDE4 development, new tools, plugins, tips and tutorials.</para>
<para>These docs have been partially complete for years, but not always available or easy to find. Since around 2002 little spurts of effort on &kommander; have produced dramtic results. &kommander; is a new approach to development and there have been modifications in approach and features. Consequently much of this documentation is out of date, however still useful due to legacy support. Please refer to our web site at <ulink url="http://kommander.tdewebdev.org">http://kommander.tdewebdev.org</ulink> for up to date information, news on KDE4 development, new tools, plugins, tips and tutorials.</para>
<para>
&kommander; is a set of tools that allow you to create dynamic &GUI; windows that has been used as a front end for command line programs, database front ends, simple program extentions and much more. The best part of it all? You aren't required to write a single line of code! Okay, that was old text... You can actually use the function browser and even with the new parser write almost none of the code. The inherent difference between &kommander; and other &GUI; scripting tools is that &kommander; doesn't care about how the window gets drawn. &kommander; was designed from the GUI down to the language elements and can embrace multiple languages. &kommander; does not use scripting to draw a window on the screen like other &GUI; scripting tools. As Kommander matures it will expose all it's internals to any scripting language people want to enable. We welcome anyone wishing to enhance support for any scripting language.
</para>

@ -12,7 +12,7 @@ application -->
&install.intro.documentation;
<para>There is a dedicated homepage for &kommander; at <ulink url="http://kommander.kdewebdev.org">http://kommander.kdewebdev.org</ulink>.
<para>There is a dedicated homepage for &kommander; at <ulink url="http://kommander.tdewebdev.org">http://kommander.tdewebdev.org</ulink>.
</para>
</sect1>
@ -22,7 +22,7 @@ application -->
<!--
List any special requirements for your application here. This should include:
.Libraries or other software that is not included in tdesupport,
kdelibs, or kdebase.
tdelibs, or tdebase.
.Hardware requirements like amount of RAM, disk space, graphics card
capabilities, screen resolution, special expansion cards, etc.
.Operating systems the app will run on. If your app is designed only for a

@ -125,7 +125,7 @@ extensibility in &quantaplus;.
<para>
We hope you enjoy &kommander;. Please help us with bug reports and example
dialogs, as well as any requests you may have. You can join our <ulink url="http://mail.kdewebdev.org/mailman/listinfo/kommander">user list</ulink>
dialogs, as well as any requests you may have. You can join our <ulink url="http://mail.tdewebdev.org/mailman/listinfo/kommander">user list</ulink>
for help developing &kommander; applications.
</para>

@ -9,7 +9,7 @@
<othername></othername>
<surname>Rudolf</surname>
<affiliation>
<address><email>mrudolf@kdewebdev.org</email></address>
<address><email>mrudolf@tdewebdev.org</email></address>
</affiliation>
</author>
<author>
@ -17,7 +17,7 @@
<othername></othername>
<surname>Laffoon</surname>
<affiliation>
<address><email>eric@kdewebdev.org</email></address>
<address><email>eric@tdewebdev.org</email></address>
</affiliation>
</author>
<!-- TRANS:ROLES_OF_TRANSLATORS -->

@ -6,6 +6,6 @@
</chapterinfo>
<title>Questions and Answers</title>
<para>The list of Frequently Asked Questions can be found on <ulink url="http://kommander.kdewebdev.org/faq.php">our home page</ulink>.
<para>The list of Frequently Asked Questions can be found on <ulink url="http://kommander.tdewebdev.org/faq.php">our home page</ulink>.
</para>
</chapter>

@ -11,7 +11,7 @@
<author>
<firstname>Michal</firstname>
<surname>Rudolf</surname>
<affiliation><address><email>mrudolf@kdewebdev.org</email></address></affiliation>
<affiliation><address><email>mrudolf@tdewebdev.org</email></address></affiliation>
</author>
<!-- TRANS:ROLES_OF_TRANSLATORS -->

@ -8,7 +8,7 @@
<firstname>Eric</firstname>
<surname>Laffoon</surname>
<affiliation><address>
<email>eric@kdewebdev.org</email>
<email>eric@tdewebdev.org</email>
</address></affiliation>
</author>
@ -316,7 +316,7 @@ Shows how to use Table widget
These examples reflect the most recent development state of &kommander;. In its current state &kommander; has few limitations for developing small to medium applications. It certainly is not suitable for building a KWord clone, but for a simple editor, database frontend, GUI for commandline programs or any application in the spirit of Unix/Linux small applications it is a good choice. The examples presented here are intended to show the potential as well as how to work around limitations. There are some useful tricks included in these if you want to do a more capable small application with &kommander;. Remember &kommander; is not intended to do everything, but to do most things. For this concession you should be able to build something in &kommander; faster than other alternatives ad add GUI to scripting languages not otherwise supported in KDE.
</para>
<note><para>
The examples are installed to <command>$KDEDIR/share/apps/kmdr-editor/editor</command>. In case you do not have them there, get from <ulink url="http://kommander.kdewebdev.org">our home page</ulink>, by downloading the latest release.
The examples are installed to <command>$KDEDIR/share/apps/kmdr-editor/editor</command>. In case you do not have them there, get from <ulink url="http://kommander.tdewebdev.org">our home page</ulink>, by downloading the latest release.
</para>
</note>
@ -334,7 +334,7 @@ There is a quick help dialog this editor launches that discusses in depth what i
<sect2 id="example-key-value">
<title>kevaluecombo.kmdr</title>
<para>
&kommander; can be used with databases and has an optional <ulink url="http://kommander.kdewebdev.org/releases.php#plugins">database plugin</ulink>. One shortcoming is not being able to store key/value pairs in the ComboBox. An ingenious trick was realized for this. It requires only that the content of the ComboBox not be changed unless it is done using the arrays that go with it. As this is commonly used with SQL in small data sets it's quite fast even to reload the whole Combobox. The inherent problem is that &kommander; does not have internally indexed arrays by default. This is compounded by the fact that to accommodate shell commands that return lines separated by newlines &kommander;'s array functions will load what is effectively an array of keys. Such an array can only be accessed with a foreach loop. This is the reason new indexed array functions were added. It is important to remember that these arrays are not self maintaining, but their insert and delete functions will help you.
&kommander; can be used with databases and has an optional <ulink url="http://kommander.tdewebdev.org/releases.php#plugins">database plugin</ulink>. One shortcoming is not being able to store key/value pairs in the ComboBox. An ingenious trick was realized for this. It requires only that the content of the ComboBox not be changed unless it is done using the arrays that go with it. As this is commonly used with SQL in small data sets it's quite fast even to reload the whole Combobox. The inherent problem is that &kommander; does not have internally indexed arrays by default. This is compounded by the fact that to accommodate shell commands that return lines separated by newlines &kommander;'s array functions will load what is effectively an array of keys. Such an array can only be accessed with a foreach loop. This is the reason new indexed array functions were added. It is important to remember that these arrays are not self maintaining, but their insert and delete functions will help you.
</para>
<para>
Getting back to the ComboBox, it will return selected text, but it also will return the current index. It does rigidly maintain a contiguous zero based array. That's the key. We loop through a data set with a zero based index counter and create two arrays, as &kommander; also cannot create arrays of arrays. It can however use an array value to represent a key just like any value could. .If you look at the included dialog the code actually managing this is in <quote>ScriptObject36</quote>. We will extract the key code here.

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY package "kdewebdev">
<!ENTITY package "tdewebdev">
<!ENTITY advanced-quanta SYSTEM "adv-quanta.docbook">
<!ENTITY config-quanta SYSTEM "config-quanta.docbook">
<!ENTITY credits-license SYSTEM "credits-license.docbook">

@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY xsldbg "<application>xsldbg</application>">
<!ENTITY kappname "&xsldbg;">
<!ENTITY package "kdewebdev">
<!ENTITY package "tdewebdev">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE">
<!ENTITY introduction-chapter SYSTEM "introduction.docbook">
@ -11,7 +11,7 @@
<!ENTITY credits-chapter SYSTEM "credits.docbook">
]>
<!-- More content formatting is in need of being done asking for help on kde-i18n-doc@kde.org : remove these two lines when done -->
<!-- More content formatting is in need of being done asking for help on tde-i18n-doc@kde.org : remove these two lines when done -->
<!-- NO TRANSLATION -->
<!-- ................................................................ -->
@ -57,7 +57,7 @@ to search for items of interest and trace stylesheet execution.
<keywordset>
<keyword>KDE</keyword>
<keyword>kdeutils</keyword>
<keyword>tdeutils</keyword>
<keyword>xsldbg</keyword>
<keyword>xsl</keyword>
<keyword>XML</keyword>
@ -78,7 +78,7 @@ to search for items of interest and trace stylesheet execution.
<title>How to obtain &xsldbg;</title>
<para>
See the kxsldbg component of the kdewebdev module in &kde; SVN.
See the kxsldbg component of the tdewebdev module in &kde; SVN.
</para>
&install.intro.documentation;
@ -96,7 +96,7 @@ libxml installed which are available on a typical &kde; installation.
<sect1 id="compilation">
<title>Compilation and Installation</title>
<para>&xsldbg; is usually compiled as part of the kxsldbg component in the kdewebdev module</para>
<para>&xsldbg; is usually compiled as part of the kxsldbg component in the tdewebdev module</para>
</sect1>
<sect1 id="configuration">

@ -1,5 +1,5 @@
Begin4
Title: kdewebdev
Title: tdewebdev
Version: 3.5.10
Entered-date: 2008-08-26
Description: Web Development Applications for the K Desktop Environment (KDE)

@ -1,5 +1,5 @@
<?xml version = '1.0'?>
<kdevelop>
<tdevelop>
<general>
<author/>
<email/>
@ -128,8 +128,8 @@
<envvar value="kommander klinkstatus kxsldbg kimagemapeditor quanta" name="DO_NOT_COMPILE" />
</envvars>
<configargs>--enable-debug=full --prefix=/opt/trinity --enable-editors</configargs>
<builddir>/home/andris/development/build/kde-head/kdewebdev</builddir>
<topsourcedir>/home/andris/development/sources/kde-head/kdewebdev</topsourcedir>
<builddir>/home/andris/development/build/kde-head/tdewebdev</builddir>
<topsourcedir>/home/andris/development/sources/kde-head/tdewebdev</topsourcedir>
<cppflags>-DKDE_NO_COMPAT -DQT_NO_COMPAT -DDEBUG_PARSER</cppflags>
<ldflags/>
<ccompiler>kdevgccoptions</ccompiler>
@ -187,4 +187,4 @@
<recursivewhencommitremove>true</recursivewhencommitremove>
<revertoptions>-C</revertoptions>
</kdevcvsservice>
</kdevelop>
</tdevelop>

@ -514,7 +514,7 @@ KAboutData* KFileReplacePart::createAboutData()
KFR_VERSION,
I18N_NOOP( "Batch search and replace tool."),
KAboutData::License_GPL_V2,
"(C) 1999-2002 Fran<61>is Dupoux\n(C) 2003-2004 Andras Mantia\n(C) 2004 Emiliano Gulmini", I18N_NOOP("Part of the KDEWebDev module."), "http://www.kdewebdev.org");
"(C) 1999-2002 Fran<61>is Dupoux\n(C) 2003-2004 Andras Mantia\n(C) 2004 Emiliano Gulmini", I18N_NOOP("Part of the KDEWebDev module."), "http://www.tdewebdev.org");
aboutData->addAuthor("Fran<EFBFBD>is Dupoux",
I18N_NOOP("Original author of the KFileReplace tool"),
"dupoux@dupoux.com");

@ -39,7 +39,7 @@
#include <klocale.h>
#include <kpushbutton.h>
#include <kstandarddirs.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <kiconloader.h>
#include <kdebug.h>
#include <kapplication.h>

@ -36,7 +36,7 @@ int main(int argc, char *argv[])
{
KAboutData about("kfilereplace", I18N_NOOP("KFileReplace"), version, description,
KAboutData::License_GPL_V2, "(C) 2004-2005 Andras Mantia\n(C) 2004-2005 Emiliano Gulmini\n(C) 1999-2002 Francois Dupoux", I18N_NOOP("Part of the KDEWebDev module."),
"http://www.kdewebdev.org");
"http://www.tdewebdev.org");
about.addAuthor("Andras Mantia", I18N_NOOP("Shell author, KPart creator, co-maintainer"), "amantia@kde.org");
about.addAuthor("Emiliano Gulmini", I18N_NOOP("Current maintainer, code cleaner and rewriter"),"emi_barbarossa@yahoo.it");

@ -24,7 +24,7 @@
#include <tqrect.h>
#include <tqcursor.h>
#include "kdeversion.h"
#include "tdeversion.h"
class KImageMapEditor;
class Area;

@ -23,7 +23,7 @@
#include <tqpoint.h>
#include <tqrect.h>
#include "kdeversion.h"
#include "tdeversion.h"
/**
*@author Jan Schäfer

@ -27,7 +27,7 @@
#include <kparts/browserextension.h>
#include <kparts/factory.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include "kimearea.h"

@ -24,7 +24,7 @@
#include <klocale.h>
#include <tqmap.h>
#include "kdeversion.h"
#include "tdeversion.h"
class TQPainter;
class TQPointArray;

@ -21,7 +21,7 @@
#include <kcommand.h>
#include <kdeversion.h>
#include <tdeversion.h>
class KImageMapEditor;
class AreaSelection;

@ -24,7 +24,7 @@
#include <kurl.h>
#include "kimagemapeditor.h"
#include "kdeversion.h"
#include "tdeversion.h"
class TQLineEdit;
class TQMultiLineEdit;

@ -1 +1 @@
Paulo Moura Guedes <moura@kdewebdev.org>
Paulo Moura Guedes <moura@tdewebdev.org>

@ -46,7 +46,7 @@ Changes for 0.2.3
- Remember layout (order of columns, etc) of the result tree view.
- Show the filename on the root link.
- Add a folder button in the search field so one can easily set the URL to search.
- Fixed the KIO problem in kdelibs that was causing random crashes.
- Fixed the KIO problem in tdelibs that was causing random crashes.
- New KLinkStatus logo from Alberto Gamez.

@ -1,8 +1,8 @@
<?xml version = '1.0'?>
<kdevelop>
<tdevelop>
<general>
<author>Paulo Moura Guedes</author>
<email>moura@kdewebdev.org</email>
<email>moura@tdewebdev.org</email>
<version>0.2.2</version>
<projectmanagement>KDevKDEAutoProject</projectmanagement>
<primarylanguage>C++</primarylanguage>
@ -264,4 +264,4 @@
<usermanualurl/>
</projectdoc>
</kdevdocumentation>
</kdevelop>
</tdevelop>

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Paulo Moura Guedes *
* moura@kdewebdev.org *
* moura@tdewebdev.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@ -141,7 +141,7 @@ void ActionManager::initTabWidget(TabWidgetSession* tabWidgetSession)
// this action must be in the tabwidget because the slot can't be connected to a particular sessionWidget
KToggleAction* toggle_action = new KToggleAction(i18n("&Follow last Link checked"),
"make_kdevelop", "Ctrl+f",
"make_tdevelop", "Ctrl+f",
TQT_TQOBJECT(d->tabWidgetSession), TQT_SLOT(slotFollowLastLinkChecked()),
TQT_TQOBJECT(d->actionCollection), "follow_last_link_checked");
toggle_action->setChecked(KLSConfig::followLastLinkChecked());

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Paulo Moura Guedes *
* moura@kdewebdev.org *
* moura@tdewebdev.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@ -30,7 +30,7 @@ class KLinkStatusPart;
class TabWidgetSession;
/**
@author Paulo Moura Guedes <moura@kdewebdev.org>
@author Paulo Moura Guedes <moura@tdewebdev.org>
interface for accessing actions, popup menus etc. from widgets.
*/

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

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

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Paulo Moura Guedes *
* moura@kdewebdev.org *
* moura@tdewebdev.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@ -23,7 +23,7 @@
#include "../ui/resultview.h"
/**
@author Paulo Moura Guedes <moura@kdewebdev.org>
@author Paulo Moura Guedes <moura@tdewebdev.org>
*/
class LinkMatcher
{

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

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

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

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

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

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

@ -4,7 +4,7 @@
// Description:
//
//
// Author: Paulo Moura Guedes <moura@kdewebdev.org>, (C) 2004
// Author: Paulo Moura Guedes <moura@tdewebdev.org>, (C) 2004
//
// Copyright: See COPYING file that comes with this distribution
//

@ -4,7 +4,7 @@
// Description:
//
//
// Author: Paulo Moura Guedes <moura@kdewebdev.org>, (C) 2004
// Author: Paulo Moura Guedes <moura@tdewebdev.org>, (C) 2004
//
// Copyright: See COPYING file that comes with this distribution
//

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

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Paulo Moura Guedes *
* moura@kdewebdev.org *
* moura@tdewebdev.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@ -35,7 +35,7 @@ class KToggleAction;
* statusbar but relies on the "Part" to do all the real work.
*
* @short Application Shell
* @author Paulo Moura Guedes <moura@kdewebdev.org>
* @author Paulo Moura Guedes <moura@tdewebdev.org>
* @version 0.1.3
*/
class KLinkStatus : public KParts::MainWindow

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Paulo Moura Guedes *
* moura@kdewebdev.org *
* moura@tdewebdev.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@ -186,18 +186,18 @@ KAboutData* KLinkStatusPart::createAboutData()
{
KAboutData * about = new KAboutData("klinkstatuspart", I18N_NOOP("KLinkStatus Part"), version_,
description_, KAboutData::License_GPL_V2,
"(C) 2004 Paulo Moura Guedes", 0, 0, "moura@kdewebdev.org");
"(C) 2004 Paulo Moura Guedes", 0, 0, "moura@tdewebdev.org");
about->addAuthor("Paulo Moura Guedes", 0, "moura@kdewebdev.org");
about->addAuthor("Paulo Moura Guedes", 0, "moura@tdewebdev.org");
about->addCredit("Manuel Menezes de Sequeira", 0, 0, "http://home.iscte.pt/~mms/");
about->addCredit("Gonçalo Silva", 0, "gngs@paradigma.co.pt");
about->addCredit("Nuno Monteiro", 0, 0, "http://www.itsari.org");
about->addCredit("Eric Laffoon", 0, "sequitur@kde.org");
about->addCredit("Andras Mantia", 0, "amantia@kde.org");
about->addCredit("Michal Rudolf", 0, "mrudolf@kdewebdev.org");
about->addCredit("Michal Rudolf", 0, "mrudolf@tdewebdev.org");
about->addCredit("Mathieu Kooiman", 0, " quanta@map-is.nl");
about->addCredit("Jens Herden", 0, "jens@kdewebdev.org");
about->addCredit("Jens Herden", 0, "jens@tdewebdev.org");
KGlobal::dirs()->addResourceType("appicon", KStandardDirs::kde_default("data") + "klinkstatuspart/pics/");

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

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Paulo Moura Guedes *
* moura@kdewebdev.org *
* moura@tdewebdev.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@ -31,7 +31,7 @@ using namespace std;
static const char description[] =
I18N_NOOP("A Link Checker.\n\nKLinkStatus belongs to the kdewebdev module from KDE.");
I18N_NOOP("A Link Checker.\n\nKLinkStatus belongs to the tdewebdev module from KDE.");
static const char version[] = "0.3.2";
@ -47,18 +47,18 @@ int main(int argc, char *argv[])
KAboutData about("klinkstatus", I18N_NOOP("KLinkStatus"), version, description,
KAboutData::License_GPL_V2, "(C) 2004 Paulo Moura Guedes", 0,
"http://klinkstatus.kdewebdev.org");
"http://klinkstatus.tdewebdev.org");
about.addAuthor("Paulo Moura Guedes", 0, "moura@kdewebdev.org");
about.addAuthor("Paulo Moura Guedes", 0, "moura@tdewebdev.org");
about.addCredit("Manuel Menezes de Sequeira", 0, 0, "http://home.iscte.pt/~mms/");
about.addCredit("Gonçalo Silva", 0, "gngs@paradigma.co.pt");
about.addCredit("Nuno Monteiro", 0, 0, "http://www.itsari.org");
about.addCredit("Eric Laffoon", 0, "sequitur@kde.org");
about.addCredit("Andras Mantia", 0, "amantia@kde.org");
about.addCredit("Michal Rudolf", 0, "mrudolf@kdewebdev.org");
about.addCredit("Michal Rudolf", 0, "mrudolf@tdewebdev.org");
about.addCredit("Mathieu Kooiman", 0, " quanta@map-is.nl");
about.addCredit("Jens Herden", 0, "jens@kdewebdev.org");
about.addCredit("Jens Herden", 0, "jens@tdewebdev.org");
about.addCredit("Helge Hielscher", 0, "hhielscher@unternehmen.com");
KCmdLineArgs::init(argc, argv, &about);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2006 by Paulo Moura Guedes *
* moura@kdewebdev.org *
* moura@tdewebdev.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@ -25,7 +25,7 @@
class KURLRequester;
/**
@author Paulo Moura Guedes <moura@kdewebdev.org>
@author Paulo Moura Guedes <moura@tdewebdev.org>
*/
class DocumentRootDialog : public KDialogBase
{

@ -4,7 +4,7 @@
// Description:
//
//
// Author: Paulo Moura Guedes <moura@kdewebdev.org>, (C) 2004
// Author: Paulo Moura Guedes <moura@tdewebdev.org>, (C) 2004
//
// Copyright: See COPYING file that comes with this distribution
//
@ -129,7 +129,7 @@ void KLSHistoryCombo::selectWord(TQKeyEvent *e)
int pos_old = pos;
int count = 0;
// TODO: make these a parameter when in kdelibs/tdeui...
// TODO: make these a parameter when in tdelibs/tdeui...
TQValueList<TQChar> chars;
chars << TQChar('/') << TQChar('.') << TQChar('?') << TQChar('#') << TQChar(':');
bool allow_space_break = true;

@ -4,7 +4,7 @@
// Description:
//
//
// Author: Paulo Moura Guedes <moura@kdewebdev.org>, (C) 2004
// Author: Paulo Moura Guedes <moura@tdewebdev.org>, (C) 2004
//
// Copyright: See COPYING file that comes with this distribution
//

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

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Paulo Moura Guedes *
* moura@kdewebdev.org *
* moura@tdewebdev.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@ -27,7 +27,7 @@
#include "../engine/linkfilter.h"
/**
@author Paulo Moura Guedes <moura@kdewebdev.org>
@author Paulo Moura Guedes <moura@tdewebdev.org>
Based on Akregator code. Kudos ;)
*/
class ResultsSearchBar : public TQWidget

@ -4,7 +4,7 @@
// Description:
//
//
// Author: Paulo Moura Guedes <moura@kdewebdev.org>, (C) 2004
// Author: Paulo Moura Guedes <moura@tdewebdev.org>, (C) 2004
//
// Copyright: See COPYING file that comes with this distribution
//

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

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

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

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

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2006 by Paulo Moura Guedes *
* moura@kdewebdev.org *
* moura@tdewebdev.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@ -24,7 +24,7 @@
#include "configidentificationdialogui.h"
/**
@author Paulo Moura Guedes <moura@kdewebdev.org>
@author Paulo Moura Guedes <moura@tdewebdev.org>
*/
class ConfigIdentificationDialog : public ConfigIdentificationDialogUi
{

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

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

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

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

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

@ -4,7 +4,7 @@
// Description:
//
//
// Author: Paulo Moura Guedes <moura@kdewebdev.org>, (C) 2004
// Author: Paulo Moura Guedes <moura@tdewebdev.org>, (C) 2004
//
// Copyright: See COPYING file that comes with this distribution
//

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

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

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

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

@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Paulo Moura Guedes *
* moura@kdewebdev.org *
* moura@tdewebdev.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@ -25,7 +25,7 @@
class XSLTPrivate;
/**
@author Paulo Moura Guedes <moura@kdewebdev.org>
@author Paulo Moura Guedes <moura@tdewebdev.org>
Taken from kopetexsl. Kudos to the Kopete team.
*

@ -1,5 +1,5 @@
Derived from Qt Designer by Trolltech
Original author: Marc Britton <consume@optusnet.com.au>
Design team leader: Eric Laffoon <sequitur@kde.org>
Current maintainer: Michal Rudolf <mrudolf@kdewebdev.org>
Current maintainer: Michal Rudolf <mrudolf@tdewebdev.org>
Contributor: Andras Mantia <amantia@kde.org>

@ -100,7 +100,7 @@ Thu Dec 20 00:38:31 2007 - Andras Mantia <amantia@kde.org>
is specified in the associated text
o add DatePicker widget
Wed Dec 19 08:39:00 2007 - Eric Laffoon <eric@kdewebdev.org>
Wed Dec 19 08:39:00 2007 - Eric Laffoon <eric@tdewebdev.org>
o fixed the bug in the input text dialog where entering a default value returned the caption.
Sat Dec 15 23:58:45 2007 - Andras Mantia <amantia@kde.org>
@ -128,7 +128,7 @@ Sat Oct 6 17:53:47 2007 - Andras Mantia <amantia@kde.org>
o add DCOP method to get the winID [#111161]
o add DCOP method to change the cursor to the wait cursor and back [#109630]
Thu Sep 14 20:01:18 2006 - Michal Rudolf <mrudolf@kdewebdev.org>
Thu Sep 14 20:01:18 2006 - Michal Rudolf <mrudolf@tdewebdev.org>
(actually imported from a work branch on Sep 29, 2007 by Andras Mantia <amantia@kde.org>)
o function str_findrev works now
o fix crash when diving by zero
@ -148,88 +148,88 @@ Thu Sep 7 20:01:18 2006 - Andras Mantia <amantia@kde.org>
Tue Sep 5 16:19:40 2006 - Andras Mantia <amantia@kde.org>
o use KTextEditor for the associated text editing
Sun 16 sty 2005 00:44:39 CET - Michal Rudolf <mrudolf@kdewebdev.org>
Sun 16 sty 2005 00:44:39 CET - Michal Rudolf <mrudolf@tdewebdev.org>
o add MessageLog to view output of dialogs run from Editor
o add @debug command
Tue 11 sty 2005 23:00:00 CET - Michal Rudolf <mrudolf@kdewebdev.org>
Tue 11 sty 2005 23:00:00 CET - Michal Rudolf <mrudolf@tdewebdev.org>
o update and unify version number
o Kommander 1.1dev3 released
Sun 09 Jan 2005 15:22:05 CET - Michal Rudolf <mrudolf@kdewebdev.org>
Sun 09 Jan 2005 15:22:05 CET - Michal Rudolf <mrudolf@tdewebdev.org>
o added support for Kommander dialog templates in Editor
Tue 04 Jan 2004 14:30:00 CET - Michal Rudolf <mrudolf@kdewebdev.org>
Tue 04 Jan 2004 14:30:00 CET - Michal Rudolf <mrudolf@tdewebdev.org>
o implemented "Save All" files menu command
o implemented SingleShot option of Timer widget
Thu 30 Dec 2004 14:00:32 CET - Michal Rudolf <mrudolf@kdewebdev.org>
Thu 30 Dec 2004 14:00:32 CET - Michal Rudolf <mrudolf@tdewebdev.org>
o added setColumnCaption for TreeWidget
Wed 29 Dec 2004 09:58:00 CET - Michal Rudolf <mrudolf@kdewebdev.org>
Wed 29 Dec 2004 09:58:00 CET - Michal Rudolf <mrudolf@tdewebdev.org>
o added some new function for Table widget: removeRow,
removeColumn, setColumnCaption, setRowCaption
o fixed a bug with insertRow/insertColumn (incorrect number
of rows/columns inserted)
o added example of using Table widget to examples/tutorial
Mon 20 Dec 2004 22:02:00 CET - Michal Rudolf <mrudolf@kdewebdev.org>
Mon 20 Dec 2004 22:02:00 CET - Michal Rudolf <mrudolf@tdewebdev.org>
o added basic Table widget
o more Editor cleanup - remove obsolete code
Sat 18 Dec 2004 22:17:00 CET - Michal Rudolf <mrudolf@kdewebdev.org>
Sat 18 Dec 2004 22:17:00 CET - Michal Rudolf <mrudolf@tdewebdev.org>
o remove obsolete include files and switch Editor to use
KMessageBox instead of QMessageBox
Mon 13 Dec 2004 13:58:00 CET - Michal Rudolf <mrudolf@kdewebdev.org>
Mon 13 Dec 2004 13:58:00 CET - Michal Rudolf <mrudolf@tdewebdev.org>
o more flexible error handling: now you can continue, continue
ignoring next error, or stop application
Fri 10 Dec 2004 19:00:00 CET - Michal Rudolf <mrudolf@kdewebdev.org>
Fri 10 Dec 2004 19:00:00 CET - Michal Rudolf <mrudolf@tdewebdev.org>
o compilation fix (solved problems with missing kmdrpligins link)
Thu 09 Dec 2004 22:59:00 CET - Michal Rudolf <mrudolf@kdewebdev.org>
Thu 09 Dec 2004 22:59:00 CET - Michal Rudolf <mrudolf@tdewebdev.org>
o fixed problems with hiding ActionEditor
Thu 02 Dec 2004 21:54:00 CET - Michal Rudolf <mrudolf@kdewebdev.org>
Thu 02 Dec 2004 21:54:00 CET - Michal Rudolf <mrudolf@tdewebdev.org>
o bug fixed: accept 0 as false value.
o significant speedup of TreeWidget.setText/insertItem for large trees
Sun 28 Nov 2004 19:48:00 CET - Michal Rudolf <mrudolf@kdewebdev.org>
Sun 28 Nov 2004 19:48:00 CET - Michal Rudolf <mrudolf@tdewebdev.org>
o remove obsolete CustomWidget code
o fixed a nasty bug in && evaluation
Sun 21 Nov 2004 18:19:49 CET - Michal Rudolf <mrudolf@kdewebdev.org>
Sun 21 Nov 2004 18:19:49 CET - Michal Rudolf <mrudolf@tdewebdev.org>
o bug fixed: opening files from command-line
o granted addUniqueItem for Combos
o use KDE-based tools layout (KDockWidget) in Editor
Fri 19 Nov 2004 13:48:45 CET - Michal Rudolf <mrudolf@kdewebdev.org>
Fri 19 Nov 2004 13:48:45 CET - Michal Rudolf <mrudolf@tdewebdev.org>
o added signal finished(), emitted when Konsole process finishes
o remove obsolete signal from ScriptObject
Tue 16 Nov 2004 23:28:16 CET - Michal Rudolf <mrudolf@kdewebdev.org>
Tue 16 Nov 2004 23:28:16 CET - Michal Rudolf <mrudolf@tdewebdev.org>
o Editor shortcuts can be configured and remembered
o Editor Recent files submenu is now KDE based
o Editor configuration file is a standard KDE config file
o Editor has now Settings menu
o some obsolete Editor options were removed
Sun 14 Nov 2004 22:39:38 CET - Michal Rudolf <mrudolf@kdewebdev.org>
Sun 14 Nov 2004 22:39:38 CET - Michal Rudolf <mrudolf@tdewebdev.org>
o massive cleanup and KDE-ification of Editor
o most actions converted to KActions, some were standarized
o some obsolete dialogs removed
o About dialog changed to use KAboutDialog
Wed 03 Nov 2004 14:28:39 CET - Michal Rudolf <mrudolf@kdewebdev.org>
Wed 03 Nov 2004 14:28:39 CET - Michal Rudolf <mrudolf@tdewebdev.org>
o fix some problems detected by kdetestsscripts
o 1.1dev2 released
Tue 02 Nov 2004 07:53:20 CET - Michal Rudolf <mrudolf@kdewebdev.org>
Tue 02 Nov 2004 07:53:20 CET - Michal Rudolf <mrudolf@tdewebdev.org>
o Signals and slots: disallow unmatched (signal, slot) connections.
Avoid duplicates in senders combo.
Mon 01 Nov 2004 23:29:19 CET - Michal Rudolf <mrudolf@kdewebdev.org>
Mon 01 Nov 2004 23:29:19 CET - Michal Rudolf <mrudolf@tdewebdev.org>
o Signals and slots improved: slots that don't have any acceptable
signal in current sender are hidden now. For MainWindow dialogs,
actions are displayed together with widgets. Some rare crashes
@ -240,76 +240,76 @@ Mon 01 Nov 2004 23:29:19 CET - Michal Rudolf <mrudolf@kdewebdev.org>
parameter is empty.
o Added missing %n in i18n() string in Function Browser.
Sun 31 Oct 2004 22:14:13 CET - Michal Rudolf <mrudolf@kdewebdev.org>
Sun 31 Oct 2004 22:14:13 CET - Michal Rudolf <mrudolf@tdewebdev.org>
o Complete rewrite of Signals & slots editor. All connections
are now displayed, it is possible to change both sender and
receiver without closing window. Both slots and signals
are sorted, more slots are filtered.
Thu 28 Oct 2004 15:14:26 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Thu 28 Oct 2004 15:14:26 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added count() function for getting number of items in widget
Wed 27 Oct 2004 23:58:56 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Wed 27 Oct 2004 23:58:56 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added <> and != for 'not equal to' condition in expressions
Sun 24 Oct 2004 19:04:03 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Sun 24 Oct 2004 19:04:03 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added missing setMaximum for Slider
Fri 22 Oct 2004 22:27:05 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Fri 22 Oct 2004 22:27:05 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added 'no-editor' FileSelector (only a button with configurable
caption)
o added warning for unmatched @if and @switch
Tue 19 Oct 2004 23:23:28 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Tue 19 Oct 2004 23:23:28 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o Konsole now uses TextEdit widget
o improved EOL handling in Konsole
o compilation fixes
Sat 16 Oct 2004 09:39:48 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Sat 16 Oct 2004 09:39:48 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o fix: recognize floating-point numbers in @String.isNumber
Thu 14 Oct 2004 12:06:05 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Thu 14 Oct 2004 12:06:05 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added Timer widget
Wed 13 Oct 2004 12:29:13 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Wed 13 Oct 2004 12:29:13 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added missing 'checked' function for RadioButton
o added @String.findRev function for searching string backwards
Tue 12 Oct 2004 14:00:03 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Tue 12 Oct 2004 14:00:03 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o fix: don't add brackets to functions with no parameters
Mon 11 Oct 2004 14:00:03 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Mon 11 Oct 2004 14:00:03 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o improved 'cancel'
Sat 09 Oct 2004 16:54 PDT - Eric Laffoon <sequitur@kde.org>
o Edited specials text and added comment @# to function browser
o fixed function browser to support a fourth parameter
Sat 09 Oct 2004 14:00:03 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Sat 09 Oct 2004 14:00:03 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o fix: bug in @File.append
o In Function Browser show common widget functions for each widget
o scroll content when process output is longer; show hourglass
in Konsole widget when process is running
o added new command 'cancel' to cancel script running in Konsole
Tue 05 Oct 2004 11:19:41 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Tue 05 Oct 2004 11:19:41 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o fix: use "\n" as separator in multiselection mode of FileSelector
o preliminary version of Konsole widget
Sat 02 Oct 2004 20:38:40 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Sat 02 Oct 2004 20:38:40 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added 'execute' command to ScriptObject widget
o fix: properly report failure when saving file and ask to
provide another file name
Fri 01 Oct 2004 22:26:06 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Fri 01 Oct 2004 22:26:06 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o fix: output was not sent to stdout by ExecButton
Sat 28 Aug 2004 19:20:06 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Sat 28 Aug 2004 19:20:06 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o fixed a crash in TreeWidget setText function
o added support for multiselection in ListBox (via selection
function)
Tue 24 Aug 2004 11:00:16 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Tue 24 Aug 2004 11:00:16 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o Function Browser: don't show unnecessary 'widget' parameter
o Function Browser: make widget functions default
o Kommander Text Editor: focus on script text
@ -317,31 +317,31 @@ Tue 24 Aug 2004 11:00:16 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
o added new 'checked' function for checkboxes and buttonboxes
o bool values returned from DCOP calls are now supported
Wed 18 Jul 2004 18:19:21 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Wed 18 Jul 2004 18:19:21 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o Kommander 1.0 released together with KDE 3.3
Wed 04 Jul 2004 23:59:21 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Wed 04 Jul 2004 23:59:21 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added @switch..@case..@end statement
o added @if()...@endif statement
Wed 04 Jul 2004 18:20:21 CEST - Eric Laffoon <eric@kdewebdev.org>
Wed 04 Jul 2004 18:20:21 CEST - Eric Laffoon <eric@tdewebdev.org>
o fixed missing @ for Kommander functions in function browser
Tue 03 Jul 2004 11:06:26 CEST - Eric Laffoon <eric@kdewebdev.org>
Tue 03 Jul 2004 11:06:26 CEST - Eric Laffoon <eric@tdewebdev.org>
o added new background
Mon 02 Aug 2004 23:58:01 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Mon 02 Aug 2004 23:58:01 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added DCOP-enabled Label and PixmapLabel widgets
Sun 01 Aug 2004 17:32:11 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Sun 01 Aug 2004 17:32:11 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added support for string comparisons in @expr
o added support for floats in @expr
Fri 30 Jul 2004 14:59:12 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Fri 30 Jul 2004 14:59:12 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added support for math expressions
o added @expr(string) function that parses and evaluates string
Wed 28 Jul 2004 00:14:28 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Wed 28 Jul 2004 00:14:28 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o fixed about.ui which caused problems due to some Designer
incompatibility
o fixed i18n: tab pages and wizard pages titles were not
@ -350,57 +350,57 @@ Wed 28 Jul 2004 00:14:28 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
o added option to specify i18n catalogue from command-line
(useful for application-related dialogs)
Sat 24 Jul 2004 10:15:10 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Sat 24 Jul 2004 10:15:10 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o bug fixed: crash with non-existing item in ListBox
o bug fixed: blocking button with no script was not unblocked
o automatically set tree mode for Tree Widget when adding nestes items
o release 1.0beta1
Fri 23 Jul 2004 19:54:26 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Fri 23 Jul 2004 19:54:26 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added hourclass cursor when invoking ExecButton script with blocked GUI
o added missing i18n strings for *.ui files
o changed editor to use included background
Fri 23 Jul 2004 18:34:26 CEST - Eric Laffoon <eric@kdewebdev.org>
Fri 23 Jul 2004 18:34:26 CEST - Eric Laffoon <eric@tdewebdev.org>
o added new background and splash
Thu 22 Jul 2004 22:17:49 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Thu 22 Jul 2004 22:17:49 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o ExecButton now has three modes: no blocking, block only ExecButton,
block whole GUI
Wed 22 Jul 2004 24:10:59 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Wed 22 Jul 2004 24:10:59 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o optimized Tree Widget
o bug fixed: some missing i18n strings
Tue 20 Jul 2004 19:51:32 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Tue 20 Jul 2004 19:51:32 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o bug fixed: @dcop with more than 4 arguments
o bug fixed: in @forEach, @var_count has incorrect value
o in @forEach, @var_index has now 1-based index, not 0-based
o setMaximum for ProgressBar
Mon 19 Jul 2004 11:47:58 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Mon 19 Jul 2004 11:47:58 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added ScriptObject - hidden script container
Fri 16 Jul 2004 15:37:41 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Fri 16 Jul 2004 15:37:41 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added Slider widget
o removed some obsolete code from editor
Thu 15 Jul 2004 23:22:33 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Thu 15 Jul 2004 23:22:33 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added TextBrowser widget for rich text viewing, with clickable
links
o in @forEach, not only @var, but @var_index and @var_count are
expanded (first to index of current item, second to item count)
o bug fixed: incorrect version number in Editor
Wed 14 Jul 2004 12:22:33 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Wed 14 Jul 2004 12:22:33 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added @String.args (based on Qt QString("%1").arg()
o support parameters in function browser
Tue 13 Jul 2004 22:33:19 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Tue 13 Jul 2004 22:33:19 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added support for internationalization of Kommander dialogs
o added @i18n special for marking strings for translation
Tue 13 Jul 2004 13:33:00 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Tue 13 Jul 2004 13:33:00 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o function browser: support for nested functions
o function browser: properly prefix function groups with @
o function browser: add information about obligatory and optional
@ -408,25 +408,25 @@ Tue 13 Jul 2004 13:33:00 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
o function browser: add clear button
o Kommander Text Editor: change buttons order
Tue 13 Jul 2004 01:10:34 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Tue 13 Jul 2004 01:10:34 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added function browser for editor
Sat 10 Jul 2004 15:51:07 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Sat 10 Jul 2004 15:51:07 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o forEach(variable, list) function for internal loops
o for(variable, start, end, [step]) function for internal loops
o Kommander 1.0alpha7 released
Fri 09 Jul 2004 17:39:43 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Fri 09 Jul 2004 17:39:43 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o TreeWidget optimized - it should be much faster for big trees now
o bug fixed: TreeWidget findItem function
Thu 09 Jul 2004 13:27:47 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Thu 09 Jul 2004 13:27:47 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o StatusBar widget added
o ProgressBar widget added
o widgets icons updated
o removed obsolete ListView widget
Tue 06 Jul 2004 10:12:44 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Tue 06 Jul 2004 10:12:44 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o bug fixed: calling @dcop with parameterless functions
o bug fixed: ListBox.setCurrentItem didn't work
o added setCurrentItem for ComboBox
@ -438,7 +438,7 @@ Tue 06 Jul 2004 10:12:44 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
section of a string
o added third (optional) index parameter to @String.find
Fri 02 Jul 2004 23:33:46 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Fri 02 Jul 2004 23:33:46 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o more TreeView methods: itemDepth(index) and itemPath(index)
o setText, text and populate work for TreeView
o parser cleanup and fixes
@ -446,7 +446,7 @@ Fri 02 Jul 2004 23:33:46 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
use index = -1 to set pixmaps for all items
o Kommander 1.0alpha6 released
Thu 01 Jul 2004 16:03:20 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Thu 01 Jul 2004 16:03:20 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o add children(QString widget) DCOP call, returning list of
widgets that are direct children of the widget (or all widgets
if widget is null)
@ -454,7 +454,7 @@ Thu 01 Jul 2004 16:03:20 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
o bug fixed: main dialog wasn't supported in @Widget.method syntax
o QStringList is now supported as DCOP return value
Wed 30 Jun 2004 15:01:23 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Wed 30 Jun 2004 15:01:23 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o TreeView DCOP methods: insertItem(), insertItems(), clear(),
item(), setCurrentItem(), selection(), setSelection(),
removeItem()
@ -463,7 +463,7 @@ Wed 30 Jun 2004 15:01:23 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
o TreeView multiple column support: use \t to separate columns
(f. e. insertItem("document.txt\t45kb\t2004-06-30")
Tue 29 Jun 2004 00:44:39 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Tue 29 Jun 2004 00:44:39 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o all DCOP functions are handled in appropriate widgets
o DCOP and specials are now registered together in single class
o it is now possible to create new methods for new (plugin) widgets
@ -482,39 +482,39 @@ Tue 29 Jun 2004 00:44:39 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
o clear() DCOP method handles LineEdit, TextEdit and FileSelector now
o text()/setText() work for spinbox
Mon 21 Jun 2004 13:36:52 CEST - Eric Laffoon <eric@kdewebdev.org>
Mon 21 Jun 2004 13:36:52 CEST - Eric Laffoon <eric@tdewebdev.org>
o added documentation
Sat 19 Jun 2004 00:47:42 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Sat 19 Jun 2004 00:47:42 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added changeWidgetText support for listboxes and combos
o security fix: warning when running from /tmp directory
o added @null special
o Kommander 1.0alpha5 released
Thu 17 Jun 2004 23:13:18 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Thu 17 Jun 2004 23:13:18 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added @String.find
o added specials descriptions
o fix: crash when opening main-window dialog (created in Designer)
in executor
Wed 16 Jun 2004 13:04:30 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Wed 16 Jun 2004 13:04:30 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added @Array.count
o added @Array.read/write
Tue 15 Jun 2004 23:24:52 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Tue 15 Jun 2004 23:24:52 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added file functions (@File: read, write, append)
o added warning for empty @Widget text
Mon 15 Jun 2004 18:32:01 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Mon 15 Jun 2004 18:32:01 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added string-handling functions (@String: left, right,
contains, left, right, mid, compare, isEmpty, isNumber,
remove, replace, lower, upper)
Mon 14 Jun 2004 10:23:12 CEST - Eric Laffoon <eric@kdewebdev.org>
Mon 14 Jun 2004 10:23:12 CEST - Eric Laffoon <eric@tdewebdev.org>
o fix: parentPid bug
o fix: execBegin bug
Sat 12 Jun 2004 01:49:07 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Sat 12 Jun 2004 01:49:07 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added more array functions: @Array.values(), @Array.clear()
and @Array.remove()
o rebuild parser to made it more flexible
@ -525,20 +525,20 @@ Sat 12 Jun 2004 01:49:07 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
also supports setChecked()
o Kommander 1.0alpha4 released
Thu 10 Jun 2004 00:49:07 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Thu 10 Jun 2004 00:49:07 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added DCOP information database that translates function
name to function prototype
o enhanced parser to handle @<widget>.<DCOP function> syntax
Mon 07 Jun 2004 14:45:53 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Mon 07 Jun 2004 14:45:53 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added assotiative arrays: @Array.value(), @Array.keys() and
@Array.setValue() specials
Sun 06 Jun 2004 23:13:34 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Sun 06 Jun 2004 23:13:34 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o fix compilation problems on Debian and Slackware
o @@ is now interpreted as @
Sat 05 Jun 2004 10:12:05 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Sat 05 Jun 2004 10:12:05 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added @env(variable) special to get environment variable value
o added @dialog(dialog, params) that would call child dialog, setting
_PARENTPID and _PARENTDCOPID variables for it
@ -550,27 +550,27 @@ Sat 05 Jun 2004 10:12:05 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
o parser fixes (improved handling of nested specials)
o Kommander 1.0alpha3 released
Fri 04 Jun 2004 00:40:59 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Fri 04 Jun 2004 00:40:59 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o fixed: don't execute Initialization/Executor in Editor
o changed DCOP id of Editor to kmdr-editor
o version numbers unified
Thu 02 Jun 2004 15:08:32 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Thu 02 Jun 2004 15:08:32 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o KDE widgets are now used for lists, buttons and combos
o added file completion to FileSelector
Fri 28 May 2004 22:40:10 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Fri 28 May 2004 22:40:10 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o support for Kommander comments (in @# <comment> format)
o added two new specials: global(var) and setGlobal(var, value)
o removed obsolete Preview menu commands
o Kommander 1.0alpha2 released
Wed 26 May 2004 23:22:46 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Wed 26 May 2004 23:22:46 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o changeWidgetText for FileSelector class is now handled
o added currentItem(QString) DCOP call for lists and combos
o added item(QString,int) DCOP call for lists and combos
Wed 26 May 2004 01:10:01 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Wed 26 May 2004 01:10:01 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o parser of specials() rewritten
o added optional shebang argument for execBegin()
o handling of non-string @dcop() arguments fixed
@ -578,11 +578,11 @@ Wed 26 May 2004 01:10:01 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
o Makefile.am dependencies for executor cleaned
o Kommander 1.0alpha1 released
Thu Apr 27 2004 16:38:36 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Thu Apr 27 2004 16:38:36 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added @parentPid evaluated to parent process pid
o install Kommander Editor and Executor desktop files
Thu Apr 20 2004 16:38:36 CEST - Michal Rudolf <mrudolf@kdewebdev.org>
Thu Apr 20 2004 16:38:36 CEST - Michal Rudolf <mrudolf@tdewebdev.org>
o added @pid evaluated to current process pid
o added @dcopid evaluated to current process DCOP id
o rebuilt Kommander Text editor

@ -65,6 +65,6 @@ extensibility in Quanta Plus.
We hope you enjoy Kommander. Please help us with bug reports and example
dialogs, as well as any requests you may have. You can join our user list
for help developing Kommander applications at
http://mail.kdewebdev.org/mailman/listinfo/kommander
http://mail.tdewebdev.org/mailman/listinfo/kommander
Best Regards from the Kommander development team!

@ -2,7 +2,7 @@
assoctexteditorimpl.cpp - Associated text editor implementation
-------------------
copyright : (C) 2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
(C) 2006 Andras Mantia <amantia@kde.org>
***************************************************************************/

@ -2,7 +2,7 @@
assoctexteditorimpl.h - Associated text editor implementation
-------------------
copyright : (C) 2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
(C) 2006 Andras Mantia <amantia@kde.org>
***************************************************************************/

@ -2,7 +2,7 @@
choosewidgetimpl.cpp - dialog to choose widget
-------------------
begin : Thu 13 Apr 2004
copyright : (C) 2000 Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2000 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -2,7 +2,7 @@
choosewidgetimpl.h - dialog to choose widget
-------------------
begin : Thu 13 Apr 2004
copyright : (C) 2000 Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2000 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -12,7 +12,7 @@
See http://www.trolltech.com/gpl/ for GPL licensing information.
Modified for Kommander:
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
**********************************************************************/

@ -13,7 +13,7 @@
Modified for Kommander:
(C) 2002-2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
**********************************************************************/

@ -13,7 +13,7 @@
Modified for Kommander:
(C) 2002-2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
**********************************************************************/

@ -12,7 +12,7 @@
See http://www.trolltech.com/gpl/ for GPL licensing information.
Modified for Kommander:
(C) 2005 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2005 Michal Rudolf <mrudolf@tdewebdev.org>
**********************************************************************/

@ -13,7 +13,7 @@
Modified for Kommander:
(C) 2002-2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
**********************************************************************/

@ -13,7 +13,7 @@
Modified for Kommander:
(C) 2002-2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
**********************************************************************/

@ -1,7 +1,7 @@
/***************************************************************************
functionsimpl.cpp - Function browser implementation
-------------------
copyright : (C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -1,7 +1,7 @@
/***************************************************************************
functionsimpl.h - Function browser implementation
-------------------
copyright : (C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -10,7 +10,7 @@
<language name="Kommander (new parser)" version="1.0" kateversion="2.4" section="Scripts" extensions="*.kmdr" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert@kde.nl), Andras Mantia (amantia@kde.org)" license="LGPL">
<!-- (c) 2004 by Wilbert Berendsen, wilbert@kde.nl
Released under the LGPL, part of kdelibs/kate
Released under the LGPL, part of tdelibs/kate
Added Kommander specific highlighting.
(c) 2006 Andras Mantia, amantia@kde.org

@ -10,7 +10,7 @@
<language name="Kommander (old parser)" version="2.07" kateversion="2.4" section="Scripts" extensions="*.kmdr" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert@kde.nl), Andras Mantia (amantia@kde.org)" license="LGPL">
<!-- (c) 2004 by Wilbert Berendsen, wilbert@kde.nl
Released under the LGPL, part of kdelibs/kate
Released under the LGPL, part of tdelibs/kate
Added Kommander specific highlighting.
(c) 2006 Andras Mantia, amantia@kde.org

@ -1,7 +1,7 @@
/***************************************************************************
main.cpp - initialization
-------------------
copyright : (C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************
@ -43,9 +43,9 @@ int main( int argc, char *argv[] )
KAboutData aboutData( "kommander", I18N_NOOP("Kommander"),
KOMMANDER_VERSION, description, KAboutData::License_GPL,
"(C) 2002-2005 Kommander authors", text);
aboutData.addAuthor("Eric Laffoon", I18N_NOOP("Project manager"), "eric@kdewebdev.org");
aboutData.addAuthor("Andras Mantia", I18N_NOOP("Current maintainer"), "amantia@kdewebdev.org");
aboutData.addAuthor("Michal Rudolf", I18N_NOOP("Previous maintainer"), "mrudolf@kdewebdev.org");
aboutData.addAuthor("Eric Laffoon", I18N_NOOP("Project manager"), "eric@tdewebdev.org");
aboutData.addAuthor("Andras Mantia", I18N_NOOP("Current maintainer"), "amantia@tdewebdev.org");
aboutData.addAuthor("Michal Rudolf", I18N_NOOP("Previous maintainer"), "mrudolf@tdewebdev.org");
aboutData.addAuthor("Marc Britton", I18N_NOOP("Original author"), "consume@optusnet.com.au");
aboutData.setTranslator (I18N_NOOP("_: NAME OF TRANSLATORS\nYour names"),
I18N_NOOP("_: EMAIL OF TRANSLATORS\nYour emails"));

@ -13,7 +13,7 @@
Modified for Kommander:
(C) 2002-2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
(C) 2008 Andras Mantia <amantia@kde.org>
**********************************************************************/

@ -13,7 +13,7 @@
Modified for Kommander:
(C) 2002-2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
**********************************************************************/

@ -13,7 +13,7 @@
Modified for Kommander:
(C) 2002-2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
**********************************************************************/

@ -13,7 +13,7 @@
Modified for Kommander:
(C) 2002-2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
**********************************************************************/

@ -12,7 +12,7 @@
See http://www.trolltech.com/gpl/ for GPL licensing information.
Modified for Kommander:
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
**********************************************************************/

@ -12,7 +12,7 @@
See http://www.trolltech.com/gpl/ for GPL licensing information.
Modified for Kommander:
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
**********************************************************************/

@ -110,7 +110,7 @@ CheckBoxI.setVisible(false)
TextEdit3.setVisible(false)
AboutDialog2.initialize("Kommander Editor Demo", "", "0.1", "Copyright 2008")
AboutDialog2.setLicense("GPL_V2")
AboutDialog2.addAuthor("Eric Laffoon", "Project Lead", "eric@kdewebdev.org", "http://kommander.kdewebdev.org")
AboutDialog2.addAuthor("Eric Laffoon", "Project Lead", "eric@tdewebdev.org", "http://kommander.tdewebdev.org")
AboutDialog2.setDescription("This is a demo of what can be done with kommander 1.3\nYou are running "+_VERSION+" now. This is not intended to\nbe of use for any specific tasks. We hope you enjoy it.")
</string>
</stringlist>
@ -229,7 +229,7 @@ debug("Clicked at: "+Self.Item(0)+" "+Self.Item(1))
&lt;p&gt;Test this &lt;a href="ScriptLink2"&gt;link&lt;/a&gt; text.&lt;br /&gt;Add a new line with Ctrl-Enter or Enter. Note the links are correctly parsed.&lt;/p&gt;
&lt;p&gt;New paragraph. Look! &lt;a href="ScriptLink3"&gt;another internal link&lt;/a&gt; to try out.&lt;/p&gt;
&lt;p&gt;Although this widget does not give visual feedback on links it does allow them to execute scripts or call a web site as you can see below. &lt;/p&gt;
&lt;p&gt;Functionality on this window may be incomplete. It is for demo purposes only. Look for new examples and tools on our &lt;a href="http://kommander.kdewebdev.org"&gt;website&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Functionality on this window may be incomplete. It is for demo purposes only. Look for new examples and tools on our &lt;a href="http://kommander.tdewebdev.org"&gt;website&lt;/a&gt;.&lt;/p&gt;
&lt;/body&gt;&lt;/html&gt;
</string>
</property>

@ -30,8 +30,8 @@ end
ScriptObject36.execute
AboutDialog1.initialize("Key Value Combo", "", "0.1", "Copyright 2008")
AboutDialog1.addAuthor("Eric Laffoon", "Designer", "eric@kdewevdev.org", "http://kittyhooch.com")
AboutDialog1.setBugAddress("eric@kdewebdev.org")
AboutDialog1.setHomepage("http://kdewebdev.org")
AboutDialog1.setBugAddress("eric@tdewebdev.org")
AboutDialog1.setHomepage("http://tdewebdev.org")
AboutDialog1.setLicense("GPL_V2")
AboutDialog1.setDescription("This demonstrates how to make a ComboBox \n behave as a key value pair. It's \nparticularly useful for databases.")

@ -124,7 +124,7 @@ KPartImport1.loadPart("libkommander_part", "true")
debug("loaded")
AboutDialog2.initialize("Kommander KPart Demo", "kommander.png", "0.1", "Copyright 2008")
AboutDialog2.setLicense("GPL_V2")
AboutDialog2.addAuthor("Eric Laffoon", "Project Lead", "eric@kdewebdev.org", "http://kommander.kdewebdev.org")
AboutDialog2.addAuthor("Eric Laffoon", "Project Lead", "eric@tdewebdev.org", "http://kommander.tdewebdev.org")
AboutDialog2.setDescription("This is a demo of what can be done with kommander 1.3\nYou are running "+_VERSION+" now. This is not intended to\nbe of use for any specific tasks. We hope you enjoy it.")
Timer2.execute

@ -22,9 +22,9 @@
<stringlist>
<string></string>
<string>AboutDialog1.initialize("Variable passing demo", "", "0.1", "Copyright 2008")
AboutDialog1.addAuthor("Eric Laffoon", "Designer", "eric@kdewebdev.org", "http://kittyhooch.com")
AboutDialog1.setHomepage("http://kommander.kdewebdev.org")
AboutDialog1.setBugAddress("eric@kdewebdev.org")
AboutDialog1.addAuthor("Eric Laffoon", "Designer", "eric@tdewebdev.org", "http://kittyhooch.com")
AboutDialog1.setHomepage("http://kommander.tdewebdev.org")
AboutDialog1.setBugAddress("eric@tdewebdev.org")
AboutDialog1.setDescription("Demo of passing arguments to and from scripts,
You can also pass an echo to stdout back from
your script by calling your script with

@ -31,10 +31,10 @@ AboutDialog9.initialize("Table Selection Demo", "help.png", "0.1", "(c) 2008")
AboutDialog9.setDescription("This demonstrated using the new multi-select ability
of the table. The spinboxes offer how it might have
been done before. Now block copy and paste can be done.")
AboutDialog9.addAuthor("Eric Laffoon", "Stop sleeping", "eric@kdewebdev.org", "http://kittyhooch.com")
AboutDialog9.addAuthor("Andras Mantia", "Make Eric stop asking for it to make coffee", "amantia@kdewebdev.org", "http://kdewebdev.org")
AboutDialog9.addAuthor("Eric Laffoon", "Stop sleeping", "eric@tdewebdev.org", "http://kittyhooch.com")
AboutDialog9.addAuthor("Andras Mantia", "Make Eric stop asking for it to make coffee", "amantia@tdewebdev.org", "http://tdewebdev.org")
AboutDialog9.setLicense("GPL_V2")
AboutDialog9.setBugAddress("eric@kdewebdev.org")</string>
AboutDialog9.setBugAddress("eric@tdewebdev.org")</string>
<string></string>
</stringlist>
</property>

@ -168,7 +168,7 @@
@if(!@String.isEmpty(@FileSelector1.text))
@ProgressBar1.setVisible(true)
@progressLoop.execute
@# this fails on kdewebdev 3.3.0 so leave off ".execute"
@# this fails on tdewebdev 3.3.0 so leave off ".execute"
@ProgressBar1.setVisible(false)
@StatusBar1.setText("Source Tree Listed")
@endif</string>

@ -4,7 +4,7 @@
begin : Tue Aug 13 2002
copyright : (C) 2002 by Marc Britton <consume@optushome.com.au>
(C) 2004 by Andras Mantia <amantia@kde.org>
(C) 2004 by Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 by Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -4,7 +4,7 @@
begin : Tue Aug 13 2002
copyright : (C) 2002 by Marc Britton <consume@optushome.com.au>
(C) 2004 by Andras Mantia <amantia@kde.org>
(C) 2004 by Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 by Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -57,9 +57,9 @@ int main(int argc, char *argv[])
{
KAboutData aboutData( "kmdr-executor", I18N_NOOP("Kommander Executor"),
KOMMANDER_VERSION, description, KAboutData::License_GPL,
"(c) 2002, Marc Britton, (C) 2008 Andras Mantia", 0, 0, "http://kommander.kdewebdev.org");
aboutData.addAuthor("Andras Mantia", I18N_NOOP("Current maintainer"), "amantia@kdewebdev.org");
aboutData.addAuthor("Michal Rudolf", I18N_NOOP("Previous maintainer"), "mrudolf@kdewebdev.org");
"(c) 2002, Marc Britton, (C) 2008 Andras Mantia", 0, 0, "http://kommander.tdewebdev.org");
aboutData.addAuthor("Andras Mantia", I18N_NOOP("Current maintainer"), "amantia@tdewebdev.org");
aboutData.addAuthor("Michal Rudolf", I18N_NOOP("Previous maintainer"), "mrudolf@tdewebdev.org");
aboutData.addAuthor("Marc Britton", I18N_NOOP("Original author"), "consume@optusnet.com.au");
KCmdLineArgs::init( argc, argv, &aboutData );
KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.

@ -1,7 +1,7 @@
/***************************************************************************
register.cpp - registration of functions/specials for intance
-------------------
copyright : (C) 2004 by Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 by Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -39,7 +39,7 @@ array_indexedFromString("a", exec("cd "+_KDDIR+" &amp;&amp; ls -1 tutorial/*kmdr
for i=0 to array_count("a")-1 do
TreeWidget19.insertItem(a[i], c)
end
//debug(exec("ls -1 /home/eric/kdesvn/kdewebdev/kommander/examples/current/*.kmdr"))</string>
//debug(exec("ls -1 /home/eric/tdesvn/tdewebdev/kommander/examples/current/*.kmdr"))</string>
<string></string>
</stringlist>
</property>

@ -1,8 +1,8 @@
<!DOCTYPE kdevelop>
<kdevelop>
<!DOCTYPE tdevelop>
<tdevelop>
<general>
<author>Michal Rudolf</author>
<email>mrudolf@kdewebdev.org</email>
<email>mrudolf@tdewebdev.org</email>
<version>$VERSION$</version>
<projectmanagement>KDevKDEAutoProject</projectmanagement>
<primarylanguage>C++</primarylanguage>
@ -148,8 +148,8 @@
<configurations>
<default>
<configargs>--with-kommander --enable-debug=full</configargs>
<builddir>/data/development/build/kde-3.5/kdewebdev/</builddir>
<topsourcedir>/data/development/sources/kde-3.5/kdewebdev/</topsourcedir>
<builddir>/data/development/build/kde-3.5/tdewebdev/</builddir>
<topsourcedir>/data/development/sources/kde-3.5/tdewebdev/</topsourcedir>
<cppflags/>
<ldflags/>
<ccompiler>kdevgccoptions</ccompiler>
@ -182,7 +182,7 @@
</andris>
</configurations>
<run>
<mainprogram>/data/development/build/kde-3.5/kdewebdev/kommander/editor/.libs/kmdr-editor</mainprogram>
<mainprogram>/data/development/build/kde-3.5/tdewebdev/kommander/editor/.libs/kmdr-editor</mainprogram>
<programargs/>
<terminal>false</terminal>
<envvars/>
@ -190,7 +190,7 @@
<directoryradio>executable</directoryradio>
<customdirectory>/</customdirectory>
<globaldebugarguments/>
<globalcwd>/data/development/build/kde-3.5/kdewebdev/</globalcwd>
<globalcwd>/data/development/build/kde-3.5/tdewebdev/</globalcwd>
<useglobalprogram>true</useglobalprogram>
<autoinstall>false</autoinstall>
<autotdesu>false</autotdesu>
@ -282,4 +282,4 @@
<recursivewhencommitremove>true</recursivewhencommitremove>
<revertoptions>-C</revertoptions>
</kdevcvsservice>
</kdevelop>
</tdevelop>

@ -1,8 +1,8 @@
<!DOCTYPE kdevelop>
<kdevelop>
<!DOCTYPE tdevelop>
<tdevelop>
<general>
<author>Andras Mantia</author>
<email>amantia@kdewebdev.org</email>
<email>amantia@tdewebdev.org</email>
<version>$VERSION$</version>
<projectmanagement>KDevKDEAutoProject</projectmanagement>
<primarylanguage>C++</primarylanguage>
@ -148,8 +148,8 @@
<configurations>
<default>
<configargs>--enable-debug=full</configargs>
<builddir>/data/development/build/kde-3.5/kdewebdev/</builddir>
<topsourcedir>/data/development/sources/kde-3.5/kdewebdev/</topsourcedir>
<builddir>/data/development/build/kde-3.5/tdewebdev/</builddir>
<topsourcedir>/data/development/sources/kde-3.5/tdewebdev/</topsourcedir>
<cppflags/>
<ldflags/>
<ccompiler>kdevgccoptions</ccompiler>
@ -165,7 +165,7 @@
</default>
</configurations>
<run>
<mainprogram>/data/development/build/kde-3.5/kdewebdev/kommander/executor/.libs/kmdr-executor</mainprogram>
<mainprogram>/data/development/build/kde-3.5/tdewebdev/kommander/executor/.libs/kmdr-executor</mainprogram>
<programargs>/data/development/quanta/eric/editor-poc.kmdr</programargs>
<terminal>false</terminal>
<envvars/>
@ -175,7 +175,7 @@
<autoinstall>false</autoinstall>
<autotdesu>false</autotdesu>
<globaldebugarguments>/data/development/quanta/eric/editor-poc.kmdr</globaldebugarguments>
<globalcwd>/data/development/build/kde-3.5/kdewebdev/</globalcwd>
<globalcwd>/data/development/build/kde-3.5/tdewebdev/</globalcwd>
<useglobalprogram>true</useglobalprogram>
</run>
</kdevautoproject>
@ -276,4 +276,4 @@
<usermanualurl/>
</projectdoc>
</kdevdocumentation>
</kdevelop>
</tdevelop>

@ -53,10 +53,10 @@ KAboutData* KommanderPart::createAboutData()
{
KAboutData * aboutData = new KAboutData("kommander_part", I18N_NOOP("Kommander Executor Part"),
KOMMANDER_VERSION, description, KAboutData::License_GPL,
"(c) 2008 Andras Mantia", I18N_NOOP("Part of the KDEWebDev module."), "http://www.kdewebdev.org");
"(c) 2008 Andras Mantia", I18N_NOOP("Part of the KDEWebDev module."), "http://www.tdewebdev.org");
aboutData->addAuthor("Andras Mantia", I18N_NOOP("Current maintainer"), "amantia@kdewebdev.org");
aboutData->addAuthor("Michal Rudolf", I18N_NOOP("Previous maintainer"), "mrudolf@kdewebdev.org");
aboutData->addAuthor("Andras Mantia", I18N_NOOP("Current maintainer"), "amantia@tdewebdev.org");
aboutData->addAuthor("Michal Rudolf", I18N_NOOP("Previous maintainer"), "mrudolf@tdewebdev.org");
aboutData->addAuthor("Marc Britton", I18N_NOOP("Original author"), "consume@optusnet.com.au");
return aboutData;
}

@ -1,7 +1,7 @@
/***************************************************************************
specialinformation.cpp - internal commands information
-------------------
copyright : (C) 2004 by Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 by Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -1,7 +1,7 @@
/***************************************************************************
specialinformation.h - internal commands information
-------------------
copyright : (C) 2004 by Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 by Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -1,7 +1,7 @@
/***************************************************************************
specials.h - known specials and DCOP calls
-------------------
copyright : (C) 2004 by Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 by Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -3,7 +3,7 @@
-------------------
begin : Tue Aug 13 09:31:50 EST 2002
copyright : (C) 2004 Marc Britton <consume@optushome.com.au>
(C) 2005 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2005 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************
@ -60,8 +60,8 @@ int main(int argc, char *argv[])
KOMMANDER_VERSION, description, KAboutData::License_GPL,
"(C) 2004-2005 Kommander authors");
aboutData.addAuthor("Marc Britton", "Original author", "consume@optusnet.com.au");
aboutData.addAuthor("Eric Laffoon", "Project manager", "eric@kdewebdev.org");
aboutData.addAuthor("Michal Rudolf", "Current maintainer", "mrudolf@kdewebdev.org");
aboutData.addAuthor("Eric Laffoon", "Project manager", "eric@tdewebdev.org");
aboutData.addAuthor("Michal Rudolf", "Current maintainer", "mrudolf@tdewebdev.org");
KCmdLineArgs::init(argc, argv, &aboutData);
KCmdLineArgs::addCmdLineOptions(options); // Add our own options.

@ -1,7 +1,7 @@
/***************************************************************************
pluginmanager.cpp - Plugin manager class
-------------------
copyright : (C) 2005 Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2005 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -1,7 +1,7 @@
/***************************************************************************
pluginmanager.h - Plugin manager class
-------------------
copyright : (C) 2005 Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2005 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -4,7 +4,7 @@
// Description:
//
//
// Author: Andras Mantia <amantia@kdewebdev.org>, (C) 2008
// Author: Andras Mantia <amantia@tdewebdev.org>, (C) 2008
//
// Copyright: See COPYING file that comes with this distribution
//

@ -4,7 +4,7 @@
// Description:
//
//
// Author: Andras Mantia <amantia@kdewebdev.org>, (C) 2008
// Author: Andras Mantia <amantia@tdewebdev.org>, (C) 2008
//
// Copyright: See COPYING file that comes with this distribution
//
@ -15,7 +15,7 @@
#include <kmainwindow.h>
/**
@author Andras Mantia <amantia@kdewebdev.org>
@author Andras Mantia <amantia@tdewebdev.org>
*/
class KmdrMainWindow : public KMainWindow
{

@ -21,7 +21,7 @@
#ifndef _KOMMANDER_EXPORT_H
#define _KOMMANDER_EXPORT_H
#include <kdeversion.h>
#include <tdeversion.h>
#if KDE_IS_VERSION(3,3,90)

@ -1,7 +1,7 @@
/***************************************************************************
kommanderwindow.cpp - Kommander window widgets
-------------------
copyright : (C) 2004 by Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 by Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -1,7 +1,7 @@
/***************************************************************************
kommanderwindow.h - Kommander window widgets
-------------------
copyright : (C) 2004 by Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 by Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -4,7 +4,7 @@
// Description:
//
//
// Author: Andras Mantia <amantia@kdewebdev.org>, (C) 2008
// Author: Andras Mantia <amantia@tdewebdev.org>, (C) 2008
//
// Copyright: See COPYING file that comes with this distribution
//

@ -4,7 +4,7 @@
// Description:
//
//
// Author: Andras Mantia <amantia@kdewebdev.org>, (C) 2008
// Author: Andras Mantia <amantia@tdewebdev.org>, (C) 2008
//
// Copyright: See COPYING file that comes with this distribution
//
@ -19,7 +19,7 @@ class KAboutApplication;
class KAboutData;
/**
@author Andras Mantia <amantia@kdewebdev.org>
@author Andras Mantia <amantia@tdewebdev.org>
*/
class AboutDialog : public TQLabel, public KommanderWidget
{

@ -2,7 +2,7 @@
closebutton.cpp - Button that when clicked, closes the dialog it's in
-------------------
copyright : (C) 2002-2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -2,7 +2,7 @@
closebutton.h - Button that when clicked, closes the dialog it's in
-------------------
copyright : (C) 2002-2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -2,7 +2,7 @@
combobox.cpp - Combobox widget
-------------------
copyright : (C) 2002-2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -2,7 +2,7 @@
combobox.h - Combobox widget
-------------------
copyright : (C) 2002-2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -2,7 +2,7 @@
combobox.cpp - Combobox widget
-------------------
copyright : (C) 2002-2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -2,7 +2,7 @@
combobox.h - Combobox widget
-------------------
copyright : (C) 2002-2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2002 by Marc Britton <consume@optushome.com.au>
(C) 2004 by Andras Mantia <amantia@kde.org>
(C) 2004 by Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 by Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -2,7 +2,7 @@
execbutton.cpp - Button that runs its text association
-------------------
copyright : (C) 2002-2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -2,7 +2,7 @@
execbutton.h - Button that runs its text association
-------------------
copyright : (C) 2002-2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -2,7 +2,7 @@
fileselector.cpp - File selection widget
-------------------
copyright : (C) 2002-2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -4,7 +4,7 @@
// Description:
//
//
// Author: Andras Mantia <amantia@kdewebdev.org>, (C) 2008
// Author: Andras Mantia <amantia@tdewebdev.org>, (C) 2008
//
// Copyright: See COPYING file that comes with this distribution
//

@ -4,7 +4,7 @@
// Description:
//
//
// Author: Andras Mantia <amantia@kdewebdev.org>, (C) 2008
// Author: Andras Mantia <amantia@tdewebdev.org>, (C) 2008
//
// Copyright: See COPYING file that comes with this distribution
//
@ -18,7 +18,7 @@
#include <tqfont.h>
/**
@author Andras Mantia <amantia@kdewebdev.org>
@author Andras Mantia <amantia@tdewebdev.org>
*/
class FontDialog : public TQLabel, public KommanderWidget
{

@ -1,7 +1,7 @@
/***************************************************************************
konsole.cpp - Widget that shows output of a process
-------------------
copyright : (C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -1,7 +1,7 @@
/***************************************************************************
konsole.h - Widget that shows output of a process
-------------------
copyright : (C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -1,7 +1,7 @@
/***************************************************************************
label.cpp - label widget
-------------------
copyright : (C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -1,7 +1,7 @@
/***************************************************************************
label.h - label widget
-------------------
copyright : (C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -2,7 +2,7 @@
lineedit.cpp - Lineedit widget
-------------------
copyright : (C) 2002-2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -2,7 +2,7 @@
lineedit.h - Lineedit widget
-------------------
copyright : (C) 2002-2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -2,7 +2,7 @@
listbox.cpp - Listbox widget
-------------------
copyright : (C) 2002-2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -2,7 +2,7 @@
listbox.h - Listbox widget
-------------------
copyright : (C) 2002-2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -1,7 +1,7 @@
/***************************************************************************
pixmaplabel.cpp - Pixmap label widget
-------------------
copyright : (C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -2,7 +2,7 @@
pixmaplabel.h - Pixmap label widget
-------------------
copyright : (C) 2002-2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -2,7 +2,7 @@
plugins.cpp - Kommander Plugins
-------------------
copyright : (C) 2003 Marc Britton <consume@optusnet.com.au>
(C) 2004-2006 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004-2006 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -4,7 +4,7 @@
// Description:
//
//
// Author: Andras Mantia <amantia@kdewebdev.org>, (C) 2008
// Author: Andras Mantia <amantia@tdewebdev.org>, (C) 2008
//
// Copyright: See COPYING file that comes with this distribution
//

@ -4,7 +4,7 @@
// Description:
//
//
// Author: Andras Mantia <amantia@kdewebdev.org>, (C) 2008
// Author: Andras Mantia <amantia@tdewebdev.org>, (C) 2008
//
// Copyright: See COPYING file that comes with this distribution
//
@ -20,7 +20,7 @@
class KPopupMenu;
/**
@author Andras Mantia <amantia@kdewebdev.org>
@author Andras Mantia <amantia@tdewebdev.org>
*/
class PopupMenu : public TQLabel, public KommanderWidget
{

@ -1,7 +1,7 @@
/***************************************************************************
progressbar.cpp - ProgressBar widget
-------------------
copyright : (C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -1,7 +1,7 @@
/***************************************************************************
progressbar.h - ProgressBar widget
-------------------
copyright : (C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -2,7 +2,7 @@
scriptobject.h - Widget for holding scripts
-------------------
copyright : (C) 2002 Marc Britton <consume@optusnet.com.au>
(C) 2003-2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2003-2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/

@ -1,7 +1,7 @@
/***************************************************************************
slider.cpp - Slider widget
-------------------
copyright : (C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
email : consume@optusnet.com.au
***************************************************************************/

@ -1,7 +1,7 @@
/***************************************************************************
slider.h - Slider widget
-------------------
copyright : (C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -1,7 +1,7 @@
/***************************************************************************
statusbar.cpp - StatusBar widget
-------------------
copyright : (C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -1,7 +1,7 @@
/***************************************************************************
statusbar.h - StatusBar widget
-------------------
copyright : (C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -1,7 +1,7 @@
/***************************************************************************
table.cpp - Table widget
-------------------
copyright : (C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -1,7 +1,7 @@
/***************************************************************************
table.h - Table widget
-------------------
copyright : (C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -1,7 +1,7 @@
/***************************************************************************
textedit.cpp - Rich text viewing widget with links
-------------------
copyright : (C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
email : consume@optusnet.com.au
***************************************************************************/

@ -1,7 +1,7 @@
/***************************************************************************
textedit.h - Rich text viewing widget with links
-------------------
copyright : (C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -2,7 +2,7 @@
textedit.cpp - Rich text editing widget
-------------------
copyright : (C) 2002-2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
email : consume@optusnet.com.au
***************************************************************************/

@ -2,7 +2,7 @@
textedit.h - Rich text editing widget
-------------------
copyright : (C) 2002-2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -1,7 +1,7 @@
/***************************************************************************
timer.cpp - Widget for running scripts periodically
-------------------
copyright : (C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -1,7 +1,7 @@
/***************************************************************************
timer.h - Widget for running scripts periodically
-------------------
copyright : (C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -4,7 +4,7 @@
// Description:
//
//
// Author: Andras Mantia <amantia@kdewebdev.org>, (C) 2008
// Author: Andras Mantia <amantia@tdewebdev.org>, (C) 2008
//
// Copyright: See COPYING file that comes with this distribution
//

@ -4,7 +4,7 @@
// Description:
//
//
// Author: Andras Mantia <amantia@kdewebdev.org>, (C) 2008
// Author: Andras Mantia <amantia@tdewebdev.org>, (C) 2008
//
// Copyright: See COPYING file that comes with this distribution
//
@ -16,7 +16,7 @@
#include <kommanderwidget.h>
/**
@author Andras Mantia <amantia@kdewebdev.org>
@author Andras Mantia <amantia@tdewebdev.org>
*/
class ToolBox : public TQToolBox, public KommanderWidget
{

@ -2,9 +2,9 @@
treewidget.cpp - Tree/detailed list widget
-------------------
copyright : (C) 2002-2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2008 Andras Mantia <amantia@kdewebdev.org>
(C) 2008 Eric Laffoon <eric@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
(C) 2008 Andras Mantia <amantia@tdewebdev.org>
(C) 2008 Eric Laffoon <eric@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -2,7 +2,7 @@
treewidget.h - Tree/detailed list widget
-------------------
copyright : (C) 2002-2003 Marc Britton <consume@optusnet.com.au>
(C) 2004 Michal Rudolf <mrudolf@kdewebdev.org>
(C) 2004 Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -1,5 +1,5 @@
dataFiles = src-Makefile.am plugin.cpp \
widget.h widget.cpp app.kdevelop
widget.h widget.cpp app.tdevelop
templateName = kommanderplugin
### no need to change below:

@ -20,7 +20,7 @@ and images.
...
\feature Describe the last feature
\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=kdevelop&component=YOUR_COMPONENT_NAME&
\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=YOUR_COMPONENT_NAME&
bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">
YOUR_COMPONENT_NAME at Bugzilla database</a>
\bug Describe a the 1st bug that you know of, but probably hasn't been reported yet.

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<kdevelop>
<tdevelop>
<general>
<author>%{AUTHOR}</author>
<email>%{EMAIL}</email>
@ -113,4 +113,4 @@
<docurl>%{APPNAMELC}.tag</docurl>
</projectdoc>
</kdevdocumentation>
</kdevelop>
</tdevelop>

@ -9,11 +9,11 @@ Archive=kommanderplugin.tar.gz
[ADMIN]
Type=include
File=%{kdevelop}/template-common/admin.kdevtemplate
File=%{tdevelop}/template-common/admin.kdevtemplate
[GNU]
Type=include
File=%{kdevelop}/template-common/gnu.kdevtemplate
File=%{tdevelop}/template-common/gnu.kdevtemplate
[MkDir1]
Type=mkdir
@ -22,8 +22,8 @@ Dir=%{dest}/src
[FILE1]
Type=install
EscapeXML=true
Source=%{src}/app.kdevelop
Dest=%{dest}/%{APPNAMELC}.kdevelop
Source=%{src}/app.tdevelop
Dest=%{dest}/%{APPNAMELC}.tdevelop
[FILE2]
Type=install
@ -47,17 +47,17 @@ Dest=%{dest}/src/%{APPNAMELC}plugin.cpp
[FILE6]
Type=install
Source=%{kdevelop}/template-common/kde-Makefile.cvs
Source=%{tdevelop}/template-common/kde-Makefile.cvs
Dest=%{dest}/Makefile.cvs
[FILE7]
Type=install
Source=%{kdevelop}/template-common/kde-configure.in.in
Source=%{tdevelop}/template-common/kde-configure.in.in
Dest=%{dest}/configure.in.in
[FILE8]
Type=install
Source=%{kdevelop}/template-common/kde-Makefile.am
Source=%{tdevelop}/template-common/kde-Makefile.am
Dest=%{dest}/Makefile.am

@ -23,7 +23,7 @@
#include <kiconloader.h>
#include <tqmessagebox.h>
#include <klocale.h>
#include <kdeversion.h>
#include <tdeversion.h>
#if KDE_IS_VERSION(3,1,90)
#include <kinputdialog.h>
#else

@ -2005,8 +2005,8 @@ shellPrompt(xmlNodePtr source, xmlNodePtr doc, xmlChar * filename,
#ifdef LOCALE_PREFIX
if (xmlStrlen(arg) > 0){
setlocale(LC_MESSAGES, (char*)arg);
textdomain("kdewebdev/xsldsbg");
bindtextdomain("kdewebdev/xsldbg", LOCALE_PREFIX);
textdomain("tdewebdev/xsldsbg");
bindtextdomain("tdewebdev/xsldbg", LOCALE_PREFIX);
cmdResult = 1;
}else{
xsldbgGenericErrorFunc(i18n("Error: Missing arguments for the command %1.\n").tqarg("lang"));

@ -45,7 +45,7 @@ int
helpTop(const xmlChar * args)
{
//Extra phrases to support translation of help display see kdewebdev/doc/xsldbg/xsldbghelp.xml and kdewebdev/kxsldbg/xsldbghelp.xsl
//Extra phrases to support translation of help display see tdewebdev/doc/xsldbg/xsldbghelp.xml and tdewebdev/kxsldbg/xsldbghelp.xsl
static const char* xsldbghelp_translations[] =
{
I18N_NOOP("xsldbg version"),

@ -88,7 +88,7 @@ const char *optionNames[] = {
// find the translated help documentation directory
// langLookupDir code modified from langLookup function in kdebase/khelpcenter/view.cpp
// langLookupDir code modified from langLookup function in tdebase/khelpcenter/view.cpp
static TQString langLookupDir( const TQString &fname )
{

@ -27,7 +27,7 @@
#include <tqglobal.h>
#ifdef TQ_WS_WIN
#include <kdelibs_export_win.h>
#include <tdelibs_export_win.h>
#else /* Q_OS_UNIX */

@ -1,6 +1,6 @@
/* This file is part of the KDE libraries
Copyright (C) 2000 Max Judin <novaprint@mtu-net.ru>
Copyright (C) 2000 Falk Brettschneider <falk@kdevelop.org>
Copyright (C) 2000 Falk Brettschneider <falk@tdevelop.org>
Copyright (C) 2002,2003 Joseph Wenninger <jowenn@kde.org>
This library is free software; you can redistribute it and/or
@ -23,7 +23,7 @@
-----------
05/2001 - : useful patches, bugfixes by Christoph Cullmann <crossfire@babylon2k.de>,
Joseph Wenninger <jowenn@bigfoot.com> and Falk Brettschneider
03/2001 - 05/2001 : maintained and enhanced by Falk Brettschneider <falk@kdevelop.org>
03/2001 - 05/2001 : maintained and enhanced by Falk Brettschneider <falk@tdevelop.org>
03/2000 : class documentation added by Falk Brettschneider <gigafalk@yahoo.com>
10/1999 - 03/2000 : programmed by Max Judin <novaprint@mtu-net.ru>
@ -64,7 +64,7 @@
#include "dummykmainwindow.h"
#endif
#include <kdelibs_export.h>
#include <tdelibs_export.h>
class KDockSplitter;
class KDockManager;

@ -13,7 +13,7 @@
// copyright : (C) 1999-2003 by Szymon Stefanek (stefanek@tin.it)
// and
// Falk Brettschneider
// email : falkbr@kdevelop.org (Falk Brettschneider)
// email : falkbr@tdevelop.org (Falk Brettschneider)
//----------------------------------------------------------------------------
//
//----------------------------------------------------------------------------

@ -13,7 +13,7 @@
// copyright : (C) 1999-2003 by Falk Brettschneider
// and
// Szymon Stefanek (stefanek@tin.it)
// email : falkbr@kdevelop.org (Falk Brettschneider)
// email : falkbr@tdevelop.org (Falk Brettschneider)
//----------------------------------------------------------------------------
//
//----------------------------------------------------------------------------

@ -15,7 +15,7 @@
// copyright : (C) 1999-2003 by Szymon Stefanek (stefanek@tin.it)
// and
// Falk Brettschneider
// email : falkbr@kdevelop.org (Falk Brettschneider)
// email : falkbr@tdevelop.org (Falk Brettschneider)
//----------------------------------------------------------------------------
//
//----------------------------------------------------------------------------

@ -14,7 +14,7 @@
// copyright : (C) 1999-2003 by Falk Brettschneider
// and
// Szymon Stefanek (stefanek@tin.it)
// email : falkbr@kdevelop.org (Falk Brettschneider)
// email : falkbr@tdevelop.org (Falk Brettschneider)
//----------------------------------------------------------------------------
//
//----------------------------------------------------------------------------

@ -13,7 +13,7 @@
// copyright : (C) 1999-2003 by Szymon Stefanek (stefanek@tin.it)
// and
// Falk Brettschneider
// email : falkbr@kdevelop.org (Falk Brettschneider)
// email : falkbr@tdevelop.org (Falk Brettschneider)
//----------------------------------------------------------------------------
//
//----------------------------------------------------------------------------

@ -13,7 +13,7 @@
// copyright : (C) 1999-2003 by Falk Brettschneider
// and
// Szymon Stefanek (stefanek@tin.it)
// email : falkbr@kdevelop.org (Falk Brettschneider)
// email : falkbr@tdevelop.org (Falk Brettschneider)
//----------------------------------------------------------------------------
//
//----------------------------------------------------------------------------

@ -17,7 +17,7 @@
// copyright : (C) 1999-2003 by Szymon Stefanek (stefanek@tin.it)
// and
// Falk Brettschneider
// email : falkbr@kdevelop.org (Falk Brettschneider)
// email : falkbr@tdevelop.org (Falk Brettschneider)
//----------------------------------------------------------------------------
//
//----------------------------------------------------------------------------

@ -17,7 +17,7 @@
// copyright : (C) 1999-2003 by Falk Brettschneider
// and
// Szymon Stefanek (stefanek@tin.it)
// email : falkbr@kdevelop.org (Falk Brettschneider)
// email : falkbr@tdevelop.org (Falk Brettschneider)
//----------------------------------------------------------------------------
//
//----------------------------------------------------------------------------

@ -13,7 +13,7 @@
// copyright : (C) 1999-2003 by Falk Brettschneider
// and
// Szymon Stefanek (stefanek@tin.it)
// email : falkbr@kdevelop.org (Falk Brettschneider)
// email : falkbr@tdevelop.org (Falk Brettschneider)
//----------------------------------------------------------------------------
//
//----------------------------------------------------------------------------
@ -27,7 +27,7 @@
#ifndef _KMDI_DEFINES_H_
#define _KMDI_DEFINES_H_
#include <kdelibs_export.h>
#include <tdelibs_export.h>
#define KMDI_CHILDFRM_SEPARATOR 2
#define KMDI_CHILDFRM_BORDER 4

@ -21,7 +21,7 @@
#include <tqobject.h>
#include <tqmap.h>
#include <tqwidget.h>
#include <kdelibs_export.h>
#include <tdelibs_export.h>
class KMDI_EXPORT KMdiFocusList: public TQObject
{

@ -31,7 +31,7 @@
#include <assert.h>
#include <kdebug.h>
#include <kdockwidget.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include "kmdimainfrm.h"
#include "kmditoolviewaccessor.h"
#include "kmditoolviewaccessor_p.h"

@ -12,7 +12,7 @@
// copyright : (C) 1999-2003 by Massimo Morin (mmorin@schedsys.com)
// and
// Falk Brettschneider
// email : falkbr@kdevelop.org (Falk Brettschneider)
// email : falkbr@tdevelop.org (Falk Brettschneider)
//----------------------------------------------------------------------------
//
//----------------------------------------------------------------------------

@ -12,7 +12,7 @@
// copyright : (C) 1999-2003 by Massimo Morin (mmorin@schedsys.com)
// and
// Falk Brettschneider
// email : falkbr@kdevelop.org (Falk Brettschneider)
// email : falkbr@tdevelop.org (Falk Brettschneider)
//----------------------------------------------------------------------------
//
//----------------------------------------------------------------------------

@ -16,7 +16,7 @@
// copyright : (C) 1999-2003 by Szymon Stefanek (stefanek@tin.it)
// and
// Falk Brettschneider
// email : falkbr@kdevelop.org (Falk Brettschneider)
// email : falkbr@tdevelop.org (Falk Brettschneider)
//----------------------------------------------------------------------------
//
//----------------------------------------------------------------------------
@ -46,7 +46,7 @@
#include <kmenubar.h>
#include <kapplication.h>
#include <kdebug.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <tqtabwidget.h>
#include <klocale.h>

@ -16,7 +16,7 @@
// copyright : (C) 1999-2003 by Falk Brettschneider
// and
// Szymon Stefanek (stefanek@tin.it)
// email : falkbr@kdevelop.org (Falk Brettschneider)
// email : falkbr@tdevelop.org (Falk Brettschneider)
//----------------------------------------------------------------------------
//
//----------------------------------------------------------------------------

@ -12,7 +12,7 @@
// copyright : (C) 1999-2003 by Massimo Morin (mmorin@schedsys.com)
// and
// Falk Brettschneider
// email : falkbr@kdevelop.org (Falk Brettschneider)
// email : falkbr@tdevelop.org (Falk Brettschneider)
//----------------------------------------------------------------------------
//
//----------------------------------------------------------------------------

@ -14,7 +14,7 @@
// copyright : (C) 1999-2003 by Szymon Stefanek (stefanek@tin.it)
// and
// Falk Brettschneider
// email : falkbr@kdevelop.org (Falk Brettschneider)
// email : falkbr@tdevelop.org (Falk Brettschneider)
//----------------------------------------------------------------------------
//
//----------------------------------------------------------------------------

@ -13,7 +13,7 @@
// copyright : (C) 1999-2003 by Falk Brettschneider
// and
// Szymon Stefanek (stefanek@tin.it)
// email : falkbr@kdevelop.org (Falk Brettschneider)
// email : falkbr@tdevelop.org (Falk Brettschneider)
//----------------------------------------------------------------------------
//
//----------------------------------------------------------------------------

@ -33,7 +33,7 @@
#include <tqptrlist.h>
#include <tqpushbutton.h>
#include <kdelibs_export.h>
#include <tdelibs_export.h>
class TQPixmap;
class TQPainter;

@ -23,7 +23,7 @@
#include <tqtabbar.h>
#include <kdelibs_export.h>
#include <tdelibs_export.h>
class TQTimer;
class TQPushButton;

@ -24,7 +24,7 @@
#include <tqtabwidget.h>
#include <tqstringlist.h>
#include <kdelibs_export.h>
#include <tdelibs_export.h>
class KTabWidgetPrivate;

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

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

@ -6,6 +6,6 @@ Original authors:
Dmitry Poplavsky <dima@kde.org>
Alexander Yakovlev <yshurik@kde.org>
Home page: http://kdewebdev.org/
Home page: http://tdewebdev.org/
Download: http://sourceforge.net/projects/quanta
Bug form: http://bugs.kde.org

@ -945,7 +945,7 @@ Version 3.1 (Release date: 14-01-2003 (?); Started: 29-10-2002)
- directory structure changes:
- Php and ColdFusion highlighting files moved to Kate
- documentation moved to doc/quanta
- translation files moved to kde-i18n
- translation files moved to tde-i18n
Version 3.1-RC-1 (Release date: 28-10-2002; Started 27-09-2002)
- bugfixes:

@ -1,4 +1,4 @@
For the latest new features and bugfixes in Quanta+ take a look at the ChangeLog file.
The Quanta team.
http://kdewebdev.org
http://tdewebdev.org

@ -65,14 +65,14 @@ error at the end of the make process if you don't have the devel package install
----------------------
Starting from version 3.1, you can download Quanta Plus from the same
place as the rest of KDE. Start to browse at http://www.kde.org.
The homepage of Quanta Plus is located at http://quanta.kdewebdev.org,
The homepage of Quanta Plus is located at http://quanta.tdewebdev.org,
and here you can find the latest news regarding the development,
announcements, merchandise and you can make some donation to support
Quanta.
An alternative way to use the latest and greatest version is to get it
from the Subversion repository. More info about getting the sources from
KDE SVN can be found at: http://developer.kde.org/source/. The module name
for Quanta is "kdewebdev".
for Quanta is "tdewebdev".
5. Installation
---------------
@ -133,7 +133,7 @@ run "new-quanta" the version installed into /opt/new-quanta will be run.
NOTE: In case of BE releases, only the Quanta BE executable name is
different of the stable version, for the other applications when installing into
the same directory as the old versions are, the old versions will be upgraded.
To avoid this, use the way descibed above for the whole kdewebdev module.
To avoid this, use the way descibed above for the whole tdewebdev module.
NOTE2: There is no newer BE release than 3.3.0. Please don't use BE1 or BE2,
they are much older than 3.3.0.
@ -161,12 +161,12 @@ copytos.h:17: forward declaration of `class KURLRequester'
(or the same error in other files for other K... classes), try the following:
- check if there is a kdewidgets.so (and kdewidgets.la) in your
$KDEDIR/lib/trinity/plugins/designer. If there isn't, you have a broken
KDE (kdelibs) install.
KDE (tdelibs) install.
- check your $HOME/.qt/qtrc file. Add the above path as the first entry to
the libraryPath (like:
libraryPath=/opt/kde-cvs/lib/trinity/plugins/:/home/user/cvs/head/qt-copy/plugins).
You can use the qtconfig tool to do this.
- recompile the QT tools (uic, designer) if you have upgraded kdelibs
- recompile the QT tools (uic, designer) if you have upgraded tdelibs
(or QT).
- check that your $KDEDIR and $QTDIR path is set correctly.
- do an

@ -25,7 +25,7 @@
#include <kaction.h>
#include <kapplication.h>
#include <kcombobox.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <kiconloader.h>
#include <klineedit.h>
#include <klistbox.h>

@ -19,7 +19,7 @@
#include <klocale.h>
#include <kdebug.h>
#include <kiconloader.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <klistview.h>
// Quanta includes

@ -16,7 +16,7 @@
#include <errno.h>
#include <kdebug.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <kgenericfactory.h>
#include <klocale.h>
#include <kmdcodec.h>

@ -19,7 +19,7 @@
#include <klocale.h>
#include <kdebug.h>
#include <kiconloader.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <kinputdialog.h>
#include <klistview.h>

@ -23,7 +23,7 @@
#include <tqslider.h>
#include <tqcheckbox.h>
#include <tqcombobox.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <errno.h>
#include <tqstring.h>
#include <tqmap.h>

@ -19,7 +19,7 @@
#include <klocale.h>
#include <kdebug.h>
#include <kiconloader.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <kinputdialog.h>
#include <tqclipboard.h>

@ -2,7 +2,7 @@
tableitem.cpp - description
-------------------
begin : Mon 15 Mar 2004
copyright : (C) 2004 by Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 by Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -2,7 +2,7 @@
tableitem.h - description
-------------------
begin : Mon 15 Mar 2004
copyright : (C) 2004 by Michal Rudolf <mrudolf@kdewebdev.org>
copyright : (C) 2004 by Michal Rudolf <mrudolf@tdewebdev.org>
***************************************************************************/
/***************************************************************************
@ -18,7 +18,7 @@
#define TABLEITEM_H
#include <tqtable.h>
#include <kdeversion.h>
#include <tdeversion.h>
class TableItem : public TQTableItem
{

@ -124,7 +124,7 @@
</table>
<tr>
<td>
<a href="http://kdewebdev.org">http://kdewebdev.org</a>
<a href="http://tdewebdev.org">http://tdewebdev.org</a>
</table>
</table>

@ -80,7 +80,7 @@
<tr valign="top">
<td>
<p class="minihdr">Contacting us</p>
<p><span class="firstchar">P</span>lease use our <a href="http://bugs.kde.org">bug reporting</a> site for bugs, wishes and the <a href="http://kdewebdev.org">project home page</a> for support, further information, and other useful features.</p>
<p><span class="firstchar">P</span>lease use our <a href="http://bugs.kde.org">bug reporting</a> site for bugs, wishes and the <a href="http://tdewebdev.org">project home page</a> for support, further information, and other useful features.</p>
<table>
<tr>
<td><a href="mailto:sequitur@kde.org">Eric Laffoon</a>&nbsp;&nbsp;&nbsp;</td>
@ -99,14 +99,14 @@
<table width="100%">
<tr>
<td align="center"></td>
<td align="center"><a href="http://kdewebdev.org"><img src="minilogo.png" alt="Quanta Plus" /></a></td>
<td align="center"><a href="http://tdewebdev.org"><img src="minilogo.png" alt="Quanta Plus" /></a></td>
<td align="center"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><a href="http://kdewebdev.org">http://kdewebdev.org</a></td>
<td><a href="http://tdewebdev.org">http://tdewebdev.org</a></td>
</tr>
</table>
</td>

@ -98,7 +98,7 @@
<td>&nbsp;&nbsp;
</td>
<td align="right" valign="center">
<a href="http://kdewebdev.org/"><img src="minilogo.jpg"></a>
<a href="http://tdewebdev.org/"><img src="minilogo.jpg"></a>
</table>
</table>

@ -60,7 +60,7 @@
<td>&nbsp;&nbsp;
</td>
<td align="right" valign="center">
<a href="http://kdewebdev.org/"><img src="minilogo.jpg"></a>
<a href="http://tdewebdev.org/"><img src="minilogo.jpg"></a>
</table>
</table>

@ -1,3 +1,3 @@
kdevelopdir = ${quanta_datadir}/dtep/cffunct
tdevelopdir = ${quanta_datadir}/dtep/cffunct
kdevelop_DATA = abs.tag acos.tag acs.tag array.tag asin.tag atn.tag authenticatedcontext.tag authenticateduser.tag bitand.tag bitmaskclear.tag bitmaskread.tag bitmaskset.tag bitnot.tag bitor.tag bitshln.tag bitshrn.tag bitxor.tag ceiling.tag chr.tag cjustify.tag compare.tag comparenocase.tag cos.tag createobject.tag createuuid.tag datetime.tag de.tag decimalformat.tag decrementvalue.tag decrypt.tag deleteclientvariable.tag description.rc directoryexists.tag dollarformat.tag duplicate.tag encrypt.tag evaluate.tag exp.tag expandpath.tag fileexists.tag find.tag fix.tag formatbasen.tag getbasetagdata.tag getbasetaglist.tag getbasetemplatepath.tag getclientvariableslist.tag getcurrenttemplatepath.tag getdirectoryfrompath.tag getexception.tag getfilefrompath.tag getfunctionlist.tag gethttprequestdata.tag gethttptimestring.tag getlocale.tag getmetricdata.tag getprofilestring.tag gettempdirectory.tag gettempfile.tag gettemplatepath.tag gettickcount.tag gettoken.tag hash.tag htmlcodeformat.tag htmleditformat.tag iif.tag incrementvalue.tag inputbasen.tag insert.tag int.tag isarray.tag isauthenticated.tag
tdevelop_DATA = abs.tag acos.tag acs.tag array.tag asin.tag atn.tag authenticatedcontext.tag authenticateduser.tag bitand.tag bitmaskclear.tag bitmaskread.tag bitmaskset.tag bitnot.tag bitor.tag bitshln.tag bitshrn.tag bitxor.tag ceiling.tag chr.tag cjustify.tag compare.tag comparenocase.tag cos.tag createobject.tag createuuid.tag datetime.tag de.tag decimalformat.tag decrementvalue.tag decrypt.tag deleteclientvariable.tag description.rc directoryexists.tag dollarformat.tag duplicate.tag encrypt.tag evaluate.tag exp.tag expandpath.tag fileexists.tag find.tag fix.tag formatbasen.tag getbasetagdata.tag getbasetaglist.tag getbasetemplatepath.tag getclientvariableslist.tag getcurrenttemplatepath.tag getdirectoryfrompath.tag getexception.tag getfilefrompath.tag getfunctionlist.tag gethttprequestdata.tag gethttptimestring.tag getlocale.tag getmetricdata.tag getprofilestring.tag gettempdirectory.tag gettempfile.tag gettemplatepath.tag gettickcount.tag gettoken.tag hash.tag htmlcodeformat.tag htmleditformat.tag iif.tag incrementvalue.tag inputbasen.tag insert.tag int.tag isarray.tag isauthenticated.tag

@ -1,3 +1,3 @@
kdevelopdir = ${quanta_datadir}/dtep/cfml
tdevelopdir = ${quanta_datadir}/dtep/cfml
kdevelop_DATA = cfabort.tag cfapplet.tag cfapplication.tag cfargument.tag cfassociate.tag cfauthenticate.tag cfbreak.tag cfcache.tag cfcase.tag cfcatch.tag cfchart.tag cfchartdata.tag cfchartseries.tag cfcol.tag cfcollection.tag cfcomponent.tag cfcontent.tag cfcookie.tag cfdirectory.tag cfdump.tag cferror.tag cfexecute.tag cfexit.tag cffile.tag cfflush.tag cfform.tag cfftp.tag cffunction.tag cfgrid.tag cfgridcolumn.tag cfgridrow.tag cfgridupdate.tag cfheader.tag cfhtmlhead.tag cfhttp.tag cfhttpparam.tag cfimport.tag cfinclude.tag cfindex.tag cfinput.tag cfinsert.tag cfinvoke.tag cfinvokeargument.tag cfldap.tag cflocation.tag cflock.tag cflog.tag cflogin.tag cfloginuser.tag cfloop.tag cfmail.tag cfmailparam.tag cfmodule.tag cfobject.tag cfobjectcache.tag cfoutput.tag cfparam.tag cfpop.tag cfprocessingdirective.tag cfprocparam.tag cfprocresult.tag cfproperty.tag cfquery.tag cfqueryparam.tag cfregistry.tag cfreport.tag cfsavecontent.tag cfschedule.tag cfsearch.tag cfselect.tag cfsetting.tag cfslider.tag cfstoredproc.tag cfswitch.tag cftable.tag cftextinput.tag cfthrow.tag cftrace.tag cftransaction.tag cftree.tag cftreeitem.tag cfupdate.tag cfusion.tag cfwddx.tag cfxml.tag description.rc ftp.tag test.cfm
tdevelop_DATA = cfabort.tag cfapplet.tag cfapplication.tag cfargument.tag cfassociate.tag cfauthenticate.tag cfbreak.tag cfcache.tag cfcase.tag cfcatch.tag cfchart.tag cfchartdata.tag cfchartseries.tag cfcol.tag cfcollection.tag cfcomponent.tag cfcontent.tag cfcookie.tag cfdirectory.tag cfdump.tag cferror.tag cfexecute.tag cfexit.tag cffile.tag cfflush.tag cfform.tag cfftp.tag cffunction.tag cfgrid.tag cfgridcolumn.tag cfgridrow.tag cfgridupdate.tag cfheader.tag cfhtmlhead.tag cfhttp.tag cfhttpparam.tag cfimport.tag cfinclude.tag cfindex.tag cfinput.tag cfinsert.tag cfinvoke.tag cfinvokeargument.tag cfldap.tag cflocation.tag cflock.tag cflog.tag cflogin.tag cfloginuser.tag cfloop.tag cfmail.tag cfmailparam.tag cfmodule.tag cfobject.tag cfobjectcache.tag cfoutput.tag cfparam.tag cfpop.tag cfprocessingdirective.tag cfprocparam.tag cfprocresult.tag cfproperty.tag cfquery.tag cfqueryparam.tag cfregistry.tag cfreport.tag cfsavecontent.tag cfschedule.tag cfsearch.tag cfselect.tag cfsetting.tag cfslider.tag cfstoredproc.tag cfswitch.tag cftable.tag cftextinput.tag cfthrow.tag cftrace.tag cftransaction.tag cftree.tag cftreeitem.tag cfupdate.tag cfusion.tag cfwddx.tag cfxml.tag description.rc ftp.tag test.cfm

@ -5,7 +5,7 @@
<!ENTITY kmyapplication "<application>KMyApp</application>">
<!ENTITY kappname "&kmyapplication;"><!-- replace kmyapplication here
do *not* replace kappname-->
<!ENTITY package "kde-module"><!-- kdebase, kdeadmin, etc. Leave
<!ENTITY package "kde-module"><!-- tdebase, tdeadmin, etc. Leave
this unchanged if your
application is not maintained in KDE CVS -->
<!ENTITY % addindex "IGNORE">
@ -107,7 +107,7 @@ Please at least include KDE, the KDE package it is in, the name
<keywordset>
<keyword>KDE</keyword>
<keyword>kdeutils</keyword>
<keyword>tdeutils</keyword>
<keyword>Kapp</keyword>
<keyword>nothing</keyword>
<keyword>nothing else</keyword>
@ -503,7 +503,7 @@ application -->
<!--
List any special requirements for your application here. This should include:
.Libraries or other software that is not included in tdesupport,
kdelibs, or kdebase.
tdelibs, or tdebase.
.Hardware requirements like amount of RAM, disk space, graphics card
capabilities, screen resolution, special expansion cards, etc.
.Operating systems the app will run on. If your app is designed only for a

@ -136,7 +136,7 @@ function endi(obj,col)
}
var link = new Array();
link[0] = "&nbsp; Quanta|http://kdewebdev.org |Quanta Home";
link[0] = "&nbsp; Quanta|http://tdewebdev.org |Quanta Home";
link[1] = "&nbsp; KDE|http://www.javascripts.com|Visit KDE.org";
link[2] = "&nbsp; null link|http://# |null link";
link[3] = "&nbsp; null link|http://# |null link";

@ -42,7 +42,7 @@ ul {list-style:none;}
<div id="menu">
<!--enter your hyperlinks here-->
<ul>
<li><a href="http://kdewebdev.org">Quanta</a></li>
<li><a href="http://tdewebdev.org">Quanta</a></li>
<li><a href="http://www.kde.org">KDE.org</a></li>
<li><a href="#">null link</a></li>
<li><a href="#">null link</a></li>
@ -68,7 +68,7 @@ We welcome you.</p>
<!--end of body content-->
</div>
<div id="foot"><a href="http://kdewebdev.org">
<div id="foot"><a href="http://tdewebdev.org">
Quanta web development IDE.</a>
</div>
</body>

@ -53,7 +53,7 @@ ul {list-style:none;}
<div id="menu">
<!--enter your hyperlinks here-->
<ul>
<li><a href="http://kdewebdev.org">Quanta</a></li>
<li><a href="http://tdewebdev.org">Quanta</a></li>
<li><a href="http://www.kde.org">KDE.org</a></li>
<li><a href="#">null link</a></li>
<li><a href="#">null link</a></li>
@ -79,7 +79,7 @@ We welcome you.</p>
<!--end of body content-->
</div>
<div id="foot"><a href="http://kdewebdev.org">
<div id="foot"><a href="http://tdewebdev.org">
Quanta web development IDE.</a>
</div>
</body>

@ -41,7 +41,7 @@
<div id="menu">
<!--enter your hyperlinks here-->
<ul>
<li><a href="http://kdewebdev.org">Quanta</a></li>
<li><a href="http://tdewebdev.org">Quanta</a></li>
<li><a href="http://www.kde.org">KDE.org</a></li>
<li><a href="#">null link</a></li>
<li><a href="#">null link</a></li>
@ -67,7 +67,7 @@ We welcome you.</p>
<!--end of body content-->
</div>
<div id="foot"><a href="http://kdewebdev.org">
<div id="foot"><a href="http://tdewebdev.org">
Quanta web development IDE.</a>
</div>
</body>

@ -53,7 +53,7 @@ ul {list-style:none;}
<div id="menu">
<!--enter your hyperlinks here-->
<ul>
<li><a href="http://kdewebdev.org">Quanta</a></li>
<li><a href="http://tdewebdev.org">Quanta</a></li>
<li><a href="http://www.kde.org">KDE.org</a></li>
<li><a href="#">null link</a></li>
<li><a href="#">null link</a></li>
@ -79,7 +79,7 @@ We welcome you.</p>
<!--end of body content-->
</div>
<div id="foot"><a href="http://kdewebdev.org">
<div id="foot"><a href="http://tdewebdev.org">
Quanta web development IDE.</a>
</div>
</body>

@ -47,7 +47,7 @@
<div id="menuRight">
<!--enter your hyperlinks here-->
<ul>
<li><a href="http://kdewebdev.org">Quanta</a></li>
<li><a href="http://tdewebdev.org">Quanta</a></li>
<li><a href="http://www.kde.org">KDE.org</a></li>
<li><a href="#">null link</a></li>
<li><a href="#">null link</a></li>
@ -61,7 +61,7 @@
<div id="menuLeft">
<!--enter your hyperlinks here-->
<ul>
<li><a href="http://kdewebdev.org">Quanta</a></li>
<li><a href="http://tdewebdev.org">Quanta</a></li>
<li><a href="http://www.kde.org">KDE.org</a></li>
<li><a href="#">null link</a></li>
<li><a href="#">null link</a></li>
@ -87,7 +87,7 @@ We welcome you.</p>
<!--end of body content-->
</div>
<div id="foot"><a href="http://kdewebdev.org">
<div id="foot"><a href="http://tdewebdev.org">
Quanta web development IDE.</a>
</div>
</body>

@ -61,7 +61,7 @@ ul {list-style:none;}
<div id="menuRight">
<!--enter your hyperlinks here-->
<ul>
<li><a href="http://kdewebdev.org">Quanta</a></li>
<li><a href="http://tdewebdev.org">Quanta</a></li>
<li><a href="http://www.kde.org">KDE.org</a></li>
<li><a href="#">null link</a></li>
<li><a href="#">null link</a></li>
@ -75,7 +75,7 @@ ul {list-style:none;}
<div id="menuLeft">
<!--enter your hyperlinks here-->
<ul>
<li><a href="http://kdewebdev.org">Quanta</a></li>
<li><a href="http://tdewebdev.org">Quanta</a></li>
<li><a href="http://www.kde.org">KDE.org</a></li>
<li><a href="#">null link</a></li>
<li><a href="#">null link</a></li>
@ -101,7 +101,7 @@ We welcome you.</p>
<!--end of body content-->
</div>
<div id="foot"><a href="http://kdewebdev.org">
<div id="foot"><a href="http://tdewebdev.org">
Quanta web development IDE.</a>
</div>
</body>

@ -138,14 +138,14 @@ Just go to <b>Settings > Configure Shortcuts</b>.
<tip category="Information">
<html>
<p>...that we have additional mailing lists to support our users? Lists include Kommander and web development help.<b><a href="http://mail.kdewebdev.org/mailman/listinfo">Click here to see</a></b>.
<p>...that we have additional mailing lists to support our users? Lists include Kommander and web development help.<b><a href="http://mail.tdewebdev.org/mailman/listinfo">Click here to see</a></b>.
</p>
</html>
</tip>
<tip category="Information">
<html>
<p>...that you can help to financially support our program of sponsoring developers? <b><a href="http://kdewebdev.org/donate.php">Click here to help</a></b>.
<p>...that you can help to financially support our program of sponsoring developers? <b><a href="http://tdewebdev.org/donate.php">Click here to help</a></b>.
</p>
</html>
</tip>
@ -236,7 +236,7 @@ Just go to <b>Settings > Configure Shortcuts</b>.
<tip category="Application">
<html>
<p>...that Quanta comes with a number of applications that run a plug ins? Quanta can also load other programs if they are installed including HTML Tidy, Cervisia and Kompare. Make sure you have HTML Tidy and the kdesdk module installed to use them all.
<p>...that Quanta comes with a number of applications that run a plug ins? Quanta can also load other programs if they are installed including HTML Tidy, Cervisia and Kompare. Make sure you have HTML Tidy and the tdesdk module installed to use them all.
</p>
</html>
</tip>
@ -362,7 +362,7 @@ Just go to <b>Settings > Configure Shortcuts</b>.
<tip category="Application">
<html>
<p>...that you can contribute to <b>Quanta's public repository</b> of resources? Just <a href="mailto:submissions@kdewebdev.org?subject=Quanta%20Resource">email it here</a>.
<p>...that you can contribute to <b>Quanta's public repository</b> of resources? Just <a href="mailto:submissions@tdewebdev.org?subject=Quanta%20Resource">email it here</a>.
</p>
</html>
</tip>

@ -38,7 +38,7 @@
#include <kpopupmenu.h>
#include <kpushbutton.h>
#include <kstandarddirs.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <kinputdialog.h>
#include <ktoolbar.h>

@ -72,7 +72,7 @@ is the future of software, but it is no guarantee of success. How many open sour
&lt;div align="center"&gt;&lt;h3&gt;Could Quanta die without your support?&lt;/h3&gt;&lt;/div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;We'd like to think not! But from February 2001 to June 2002 there was very little activity and many months with no work done at all. This came about because of cash flow problems which led to the original developers leaving to do a commercial project. The fact remains that our most productive volunteer developers, as much as we think they're wonderful, go long periods where they just can't make time to code on the project. We estimate our active users number well over a million, yet we have only a few dozen people a year supporting the project. In fact 3-4 people account for over half of our current support. Clearly the actions of a few people make a huge difference, and yours can make a difference too.
&lt;br&gt;&lt;div align="center"&gt;&lt;h3&gt;Will you help make a difference?&lt;/h3&gt;&lt;/div&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;If you wish to donate through PayPal
(online money transfer or credit card), visit our &lt;a href="http://kdewebdev.org/donate.php"&gt;donation page&lt;/a&gt;.
(online money transfer or credit card), visit our &lt;a href="http://tdewebdev.org/donate.php"&gt;donation page&lt;/a&gt;.
&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;If you are outside the PayPal area or wish to discuss corporate sponsorship contact the project manager:&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Eric Laffoon, &lt;a href="mailto:sequitur@kde.org?subject=Quanta%20sponsorship%20inquiry"&gt;sequitur@kde.org&lt;/a&gt;</string>
</property>
</widget>
@ -133,7 +133,7 @@ is the future of software, but it is no guarantee of success. How many open sour
<enum>Raised</enum>
</property>
<property name="text">
<string>&lt;a href="http://kdewebdev.org/donate.php"&gt;Donate&lt;/a&gt; through PayPal now.</string>
<string>&lt;a href="http://tdewebdev.org/donate.php"&gt;Donate&lt;/a&gt; through PayPal now.</string>
</property>
</widget>
</grid>

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2004 - Michal Rudolf
email : mrudolf@kdewebdev.org
email : mrudolf@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2004 - Michal Rudolf
email : mrudolf@kdewebdev.org
email : mrudolf@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -1,5 +1,5 @@
#This line is required for KDevelop
#kdevelop: KAFKA_SUBDIR=kafka
#tdevelop: KAFKA_SUBDIR=kafka
if BUILD_WYSIWYG
KAFKA_SUBDIR=kafka

@ -57,7 +57,7 @@ HTML
The Node class handle the pointers to the parent, next, previous and first child Node. *Each* Node has a valid pointer to a Tag. The Tag takes care to remember all the information concerning the Tag itself, like the attributes, the type, etc...)
One QTag per Element is created from the .tag files when Quanta is started. Each QTag contains all the DTD information about the Tag. E.g. the "IMG" Qtag says that it is a single Tag, and what are its attributes. You can get a QTag with QuantaCommon::tagFromDTD, but don't delete the QTag!
Now to khtml. The class KHTMLPart is the HTML renderer widget of konqueror. It internally works with a Node Tree (another? Yep!) but these Nodes are real DOM::Nodes. (From now, I will call it the DOM::Node tree) Each of the DOM Nodes is khtml-internally linked to a rendering Node i.e. a change made to one DOM::Node will update the HTML rendering cf /path/to/kde/include/dom/*.h and also in the kdelibs cvs module, cf the nice kdelibs/khtml/DESIGN.html. WARNING about DOM::Nodes, they are just interfaces!!
Now to khtml. The class KHTMLPart is the HTML renderer widget of konqueror. It internally works with a Node Tree (another? Yep!) but these Nodes are real DOM::Nodes. (From now, I will call it the DOM::Node tree) Each of the DOM Nodes is khtml-internally linked to a rendering Node i.e. a change made to one DOM::Node will update the HTML rendering cf /path/to/kde/include/dom/*.h and also in the tdelibs cvs module, cf the nice tdelibs/khtml/DESIGN.html. WARNING about DOM::Nodes, they are just interfaces!!

@ -12,7 +12,7 @@ AC_DEFUN([QUANTA_CHECK_VPL],
CXXFLAGS="$KDE_INCLUDES $QT_INCLUDES"
AC_TRY_LINK([
#include <kdeversion.h>
#include <tdeversion.h>
],
[
#if TDE_VERSION < ((3<<16) | (1<<8) | (90))

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2004 - Nicolas Deschildre
email : ndeschildre@kdewebdev.org
email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2004 - Nicolas Deschildre
email : ndeschildre@kdewebdev.org
email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003, 2004 - Nicolas Deschildre
email : ndeschildre@kdewebdev.org
email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003, 2004 - Nicolas Deschildre
email : ndeschildre@kdewebdev.org
email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003, 2004 - Nicolas Deschildre
email : ndeschildre@kdewebdev.org
email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003, 2004 - Nicolas Deschildre
email : ndeschildre@kdewebdev.org
email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003, 2004 - Nicolas Deschildre
email : ndeschildre@kdewebdev.org
email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003, 2004 - Nicolas Deschildre
email : ndeschildre@kdewebdev.org
email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2004 - Paulo Moura Guedes
email : moura@kdewebdev.org
email : moura@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2004 - Paulo Moura Guedes
email : moura@kdewebdev.org
email : moura@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -4,7 +4,7 @@
copyright : (C) 2001 - The Kafka Team
(C) 2003, 2004 - Nicolas Deschildre
email : kde-kafka@master.kde.org && ndeschildre@kdewebdev.org
email : kde-kafka@master.kde.org && ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -4,7 +4,7 @@
copyright : (C) 2001 - The Kafka Team
(C) 2003, 2004 - Nicolas Deschildre
email : kde-kafka@master.kde.org && ndeschildre@kdewebdev.org
email : kde-kafka@master.kde.org && ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003 - Nicolas Deschildre
email : ndeschildre@kdewebdev.org
email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003 - Nicolas Deschildre
email : ndeschildre@kdewebdev.org
email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003, 2004 - Nicolas Deschildre
email : ndeschildre@kdewebdev.org
email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003, 2004 - Nicolas Deschildre
email : ndeschildre@kdewebdev.org
email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003, 2004 - Nicolas Deschildre
email : ndeschildre@kdewebdev.org
email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003, 2004 - Nicolas Deschildre
email : ndeschildre@kdewebdev.org
email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003, 2004 - Nicolas Deschildre
email : ndeschildre@kdewebdev.org
email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003, 2004 - Nicolas Deschildre
email : ndeschildre@kdewebdev.org
email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003, 2004 - Nicolas Deschildre
email : ndeschildre@kdewebdev.org
email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -22,7 +22,7 @@
//kde includes
#include <kconfig.h>
#include <kdebug.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <khtml_settings.h>
#include <khtmlview.h>
#include <klocale.h>
@ -90,7 +90,7 @@ void WHTMLPart::urlSelected ( const TQString &url, int button, int state, const
{
KHTMLPart::urlSelected (url, button, state, target, args);
KURL cURL = completeURL( url );
// alternative not tested but used in kdevelop !
// alternative not tested but used in tdevelop !
// KURL cURL=KURL(baseURL(),url);
if (target.isEmpty() || (target == "_self") || (target == "_top") || (target == "_blank") || (target == "_parent") )
openURL( cURL ) ;

@ -2,7 +2,7 @@
projectlist.cpp - List of ProjectURL's
-------------------
begin : June 19 2004
copyright : (C) 2004 by Jens Herden <jens@kdewebdev.org>
copyright : (C) 2004 by Jens Herden <jens@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -2,7 +2,7 @@
projectlist.h - List of ProjectURL's
-------------------
begin : June 19 2004
copyright : (C) 2004 by Jens Herden <jens@kdewebdev.org>
copyright : (C) 2004 by Jens Herden <jens@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -32,7 +32,7 @@
#include <kmessagebox.h>
#include <kurl.h>
#include <kprotocolinfo.h>
#include <kdeversion.h>
#include <tdeversion.h>
//app includes
#include "projectnewgeneral.h"

@ -31,7 +31,7 @@
#include <kfiledialog.h>
#include <kprogress.h>
#include <kmimetype.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <kurlrequesterdlg.h>
#include <kurlrequester.h>

@ -17,7 +17,7 @@
#include <kcombobox.h>
#include <kfiledialog.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <kmessagebox.h>
#include <klocale.h>

@ -2,7 +2,7 @@
uploadprofiles.cpp - extended Map of UploadProfiles
-------------------
begin : July 11 2004
copyright : (C) 2004 by Jens Herden <jens@kdewebdev.org>
copyright : (C) 2004 by Jens Herden <jens@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -4,7 +4,7 @@
// Description:
//
//
// Author: Jens Herden <jens@kdewebdev.org>, (C) 2004
// Author: Jens Herden <jens@tdewebdev.org>, (C) 2004
//
// Copyright: See COPYING file that comes with this distribution
//

@ -1,5 +1,5 @@
<!DOCTYPE kdevelop>
<kdevelop>
<!DOCTYPE tdevelop>
<tdevelop>
<general>
<author>Andras Mantia</author>
<email>amantia@kde.org</email>
@ -48,7 +48,7 @@
<cxxflags>\s-O0 -g3 -Wall</cxxflags>
</compiler>
<run>
<mainprogram>/data/development/build/kde-3.5/kdewebdev/quanta/src/quanta</mainprogram>
<mainprogram>/data/development/build/kde-3.5/tdewebdev/quanta/src/quanta</mainprogram>
<programargs/>
<terminal>false</terminal>
<envvars/>
@ -58,7 +58,7 @@
<autoinstall>false</autoinstall>
<autotdesu>false</autotdesu>
<globaldebugarguments/>
<globalcwd>/data/development/build/kde-3.5/kdewebdev</globalcwd>
<globalcwd>/data/development/build/kde-3.5/tdewebdev</globalcwd>
<useglobalprogram>true</useglobalprogram>
<runarguments>
<quanta/>
@ -67,14 +67,14 @@
<quanta/>
</debugarguments>
<cwd>
<quanta>/data/development/build/kde-3.5/kdewebdev/quanta/src</quanta>
<quanta>/data/development/build/kde-3.5/tdewebdev/quanta/src</quanta>
</cwd>
</run>
<envvars/>
<configurations>
<default>
<configargs>--enable-debug=full --prefix=/opt/kde-35 --enable-editors</configargs>
<builddir>/data/development/build/kde-3.5/kdewebdev</builddir>
<builddir>/data/development/build/kde-3.5/tdewebdev</builddir>
<ccompiler>kdevgccoptions</ccompiler>
<cxxcompiler>kdevgppoptions</cxxcompiler>
<f77compiler>kdevpgf77options</f77compiler>
@ -84,7 +84,7 @@
<cflags>-DKDE_NO_COMPAT -DQT_NO_COMPAT</cflags>
<cxxflags>-DKDE_NO_COMPAT -DQT_NO_COMPAT -DDEBUG_PARSER</cxxflags>
<f77flags/>
<topsourcedir>/data/development/sources/kde-3.5/kdewebdev</topsourcedir>
<topsourcedir>/data/development/sources/kde-3.5/tdewebdev</topsourcedir>
<cppflags/>
<ldflags/>
<envvars>
@ -93,7 +93,7 @@
</default>
<withkommander>
<configargs>--enable-debug=full --prefix=/opt/trinity</configargs>
<builddir>/data/development/build/kde-head/kdewebdev</builddir>
<builddir>/data/development/build/kde-head/tdewebdev</builddir>
<topsourcedir/>
<ccompiler>kdevgccoptions</ccompiler>
<cxxcompiler>kdevgppoptions</cxxcompiler>
@ -109,8 +109,8 @@
</withkommander>
<all>
<configargs>--enable-debug=full --prefix=/opt/trinity --enable-editors</configargs>
<builddir>/data/development/build/kde-head/kdewebdev</builddir>
<topsourcedir>/data/development/sources/kde-head/kdewebdev</topsourcedir>
<builddir>/data/development/build/kde-head/tdewebdev</builddir>
<topsourcedir>/data/development/sources/kde-head/tdewebdev</topsourcedir>
<ccompiler>kdevgccoptions</ccompiler>
<cxxcompiler>kdevgppoptions</cxxcompiler>
<f77compiler>kdevpgf77options</f77compiler>
@ -125,7 +125,7 @@
</all>
<withoutkafka>
<configargs>--enable-debug=full --without-kommander --without-kafkapart --prefix=/opt/trinity</configargs>
<builddir>/data/development/build/kde-head/kdewebdev-simple</builddir>
<builddir>/data/development/build/kde-head/tdewebdev-simple</builddir>
<topsourcedir/>
<cppflags/>
<ldflags/>
@ -141,8 +141,8 @@
</withoutkafka>
<final>
<configargs>--enable-debug=full --without-kommander --prefix=/opt/trinity --enable-final</configargs>
<builddir>/data/development/build/kde-head/kdewebdev-final</builddir>
<topsourcedir>/data/development/sources/kde-head/kdewebdev</topsourcedir>
<builddir>/data/development/build/kde-head/tdewebdev-final</builddir>
<topsourcedir>/data/development/sources/kde-head/tdewebdev</topsourcedir>
<cppflags/>
<ldflags/>
<ccompiler>kdevgccoptions</ccompiler>
@ -335,4 +335,4 @@
<recursivewhencommitremove>true</recursivewhencommitremove>
<revertoptions>-C</revertoptions>
</kdevcvsservice>
</kdevelop>
</tdevelop>

@ -6,9 +6,9 @@ Description: Powerful markup and script language editor for KDE3
Keywords: HTML,JS,PHP,Embeded Preview,KDE,Quanta
Author: Eric Laffoon & Andras Mantia <sequitur@kde.org,amantia@kde.org>; originally by Dmitry Poplavsky & Alexander Yakovlev <dima@kde.org,yshurik@kde.org>
Maintained-by: Eric Laffoon & Andras Mantia <sequitur@kde.org,amantia@kde.org>
Primary-site: http://kdewebdev.org
Home-page: http://kdewebdev.org
Original-site: http://kdewebdev.org
Primary-site: http://tdewebdev.org
Home-page: http://tdewebdev.org
Original-site: http://tdewebdev.org
Platforms: Linux and other Unices
Copying-policy: GNU Public License
End

@ -9,6 +9,6 @@
<website></website>
<version>1.0</version>
<license>GPL v2</license>
<about>This Kommander script uses checkXML from kdelibs to validate KDE DocBook files.</about>
<about>This Kommander script uses checkXML from tdelibs to validate KDE DocBook files.</about>
</INFO>

@ -9,6 +9,6 @@
<website></website>
<version>1.0</version>
<license>GPL v2</license>
<about>This Kommander script uses meinproc from kdelibs to convert KDE DocBook files to HTML files for viewing.</about>
<about>This Kommander script uses meinproc from tdelibs to convert KDE DocBook files to HTML files for viewing.</about>
</INFO>

@ -285,7 +285,7 @@
</item>
<item>
<property name="text">
<string>kdevelop</string>
<string>tdevelop</string>
</property>
</item>
<property name="name">
@ -426,7 +426,7 @@ $options&lt;name&gt;@Name&lt;/name&gt;
&lt;li&gt;Contact the appropriate Quanta script and template maintainer or a member of our team when you have new releases so we can include them. As we plan to build a huge repository we have to rely on you here.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;The additional information serves as a backup. Any time a user wants they can click the link to go to your site and get updates, docs or whatever they require. Thank you for helping us to make this a great feature&lt;/p&gt;
&lt;p align="center" style="margin-top:14px"&gt;&lt;span style="font-weight:600"&gt;Contact Information&lt;/span&gt;&lt;/p&gt;
&lt;p align="center"&gt;Quanta Resource Maintainer - (none at this time)&lt;br /&gt;Lead Developer - Andras Mantia &lt;a href="mailto:amantia@kde.org?subject=ScriptInfo"&gt;amantia@kde.org&lt;/a&gt;&lt;br /&gt;Kommander - Michal Rudolf &lt;a href="mailto:mrudolf@kdewebdev.org?subject=ScriptInfo"&gt;mrudolf@kdewebdev.org&lt;/a&gt;&lt;br /&gt;Project Lead - Eric Laffoon &lt;a href="mailto:sequitur@kde.org?subject=ScriptInfo"&gt;sequitur@kde.org&lt;/a&gt;&lt;/p&gt;
&lt;p align="center"&gt;Quanta Resource Maintainer - (none at this time)&lt;br /&gt;Lead Developer - Andras Mantia &lt;a href="mailto:amantia@kde.org?subject=ScriptInfo"&gt;amantia@kde.org&lt;/a&gt;&lt;br /&gt;Kommander - Michal Rudolf &lt;a href="mailto:mrudolf@tdewebdev.org?subject=ScriptInfo"&gt;mrudolf@tdewebdev.org&lt;/a&gt;&lt;br /&gt;Project Lead - Eric Laffoon &lt;a href="mailto:sequitur@kde.org?subject=ScriptInfo"&gt;sequitur@kde.org&lt;/a&gt;&lt;/p&gt;
&lt;/body&gt;&lt;/html&gt;
</string>
</property>

@ -28,7 +28,7 @@
#include <kglobalsettings.h>
#include <ksplashscreen.h>
#include <dcopclient.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include "config.h"
#include "quantacommon.h"

@ -71,7 +71,7 @@ int main(int argc, char *argv[])
QUANTA_VERSION, description, KAboutData::License_GPL_V2,
copyright,
othertext,
"http://kdewebdev.org"
"http://tdewebdev.org"
);
//aboutData.otherText(&othertext);
@ -83,7 +83,7 @@ int main(int argc, char *argv[])
aboutData.addCredit("Michal Rudolf",
I18N_NOOP("Various fixes, table editor maintainer"),
"mrudolf@kdewebdev.org");
"mrudolf@tdewebdev.org");
aboutData.addCredit("Linus McCabe",
I18N_NOOP("Debugger interface and integration of the Gubed PHP debugger"),
@ -151,7 +151,7 @@ int main(int argc, char *argv[])
aboutData.addCredit("Jens Herden",
I18N_NOOP("Improvements to the treeview code; code review and cleanup"),
"jens@kdewebdev.org");
"jens@tdewebdev.org");
aboutData.addCredit("Andrea Bergia",
I18N_NOOP("Original CSS editor"),

@ -64,7 +64,7 @@
#include <kconfig.h>
#include <khtmlview.h>
#include <kdialogbase.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <kkeydialog.h>
#include <kinputdialog.h>
#include <klibloader.h>
@ -2737,7 +2737,7 @@ void QuantaApp::slotSendToolbar()
TagMailDlg *mailDlg = new TagMailDlg( this, i18n("Send toolbar in email").ascii() );
TQString toStr;
TQString message = i18n("Hi,\n This is a Quanta Plus [http://quanta.kdewebdev.org] toolbar.\n\nHave fun.\n");
TQString message = i18n("Hi,\n This is a Quanta Plus [http://quanta.tdewebdev.org] toolbar.\n\nHave fun.\n");
TQString titleStr;
TQString subjectStr;
@ -3151,7 +3151,7 @@ void QuantaApp::slotMakeDonation()
void QuantaApp::slotHelpHomepage()
{
kapp->invokeBrowser("http://quanta.kdewebdev.org");
kapp->invokeBrowser("http://quanta.tdewebdev.org");
}
void QuantaApp::slotHelpUserList()
@ -3611,7 +3611,7 @@ void QuantaApp::slotEmailDTEP()
TagMailDlg *mailDlg = new TagMailDlg( this, i18n("Send DTEP in Email").ascii());
TQString toStr;
TQString message = i18n("Hi,\n This is a Quanta Plus [http://quanta.kdewebdev.org] DTEP definition tarball.\n\nHave fun.\n");
TQString message = i18n("Hi,\n This is a Quanta Plus [http://quanta.tdewebdev.org] DTEP definition tarball.\n\nHave fun.\n");
TQString titleStr;
TQString subjectStr;

@ -38,7 +38,7 @@
#include <tqptrlist.h>
// include files for KDE
#include <kdeversion.h>
#include <tdeversion.h>
#include <kdockwidget.h>
#include <kparts/browserextension.h>
#include <kparts/dockmainwindow.h>

@ -622,7 +622,7 @@ void QuantaInit::readOptions()
TQString str = m_config->readEntry("ProvidersUrl");
if (str.isEmpty())
{
m_config->writeEntry( "ProvidersUrl", "http://quanta.kdewebdev.org/newstuff/providers.xml" );
m_config->writeEntry( "ProvidersUrl", "http://quanta.tdewebdev.org/newstuff/providers.xml" );
m_config->sync();
}
@ -1403,7 +1403,7 @@ void QuantaInit::checkRuntimeDependencies()
Dependency dependency;
dependency.name = "Kommander";
dependency.execName = "kmdr-executor";
dependency.url = "http://kommander.kdewebdev.org";
dependency.url = "http://kommander.tdewebdev.org";
dependency.description = i18n("various script based dialogs including the Quick Start dialog");
dependency.type = Dependency::Executable;
dependencies.append(dependency);
@ -1423,7 +1423,7 @@ void QuantaInit::checkRuntimeDependencies()
dependencies.append(dependency);
dependency.name = i18n("Control Center (kdebase)");
dependency.name = i18n("Control Center (tdebase)");
dependency.execName = "kcmshell";
dependency.url = "http://www.kde.org";
dependency.description = i18n("preview browser configuration");
@ -1439,7 +1439,7 @@ void QuantaInit::checkRuntimeDependencies()
dependency.name = "KFileReplace";
dependency.execName = "KFileReplace";
dependency.url = "http://kfilereplace.kdewebdev.org";
dependency.url = "http://kfilereplace.tdewebdev.org";
dependency.description = i18n("search and replace in files");
dependency.type = Dependency::Plugin;
dependencies.append(dependency);

@ -33,7 +33,7 @@
#include <kpopupmenu.h>
#include <kmessagebox.h>
#include <kdirwatch.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <kdebug.h>
#include <kiconloader.h>

@ -42,7 +42,7 @@
#include <kiconloader.h>
#include <kmessagebox.h>
#include <kurldrag.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <kparts/partmanager.h>
#include <kstatusbar.h>

@ -49,7 +49,7 @@ class QuantaPlugin;
/**
* @short a KFileTreeViewItem with some specials.
*
* @author Jens Herden <jens@kdewebdev.org>
* @author Jens Herden <jens@tdewebdev.org>
*/
class BaseTreeViewItem : public KFileTreeViewItem {
@ -80,7 +80,7 @@ public:
/**
* @short a KFileTreeBranch that uses @ref BaseTreeViewItem and does some special filtering.
*
* @author Jens Herden <jens@kdewebdev.org>
* @author Jens Herden <jens@tdewebdev.org>
*/
class BaseTreeBranch : public KFileTreeBranch {
Q_OBJECT

@ -271,7 +271,7 @@ void ScriptTreeView::slotSendScriptInMail()
TagMailDlg *mailDlg = new TagMailDlg( this, i18n("Send script in email").ascii() );
TQString toStr;
TQString message = i18n("Hi,\n This is a Quanta Plus [http://quanta.kdewebdev.org] script tarball.\n\nHave fun.\n");
TQString message = i18n("Hi,\n This is a Quanta Plus [http://quanta.tdewebdev.org] script tarball.\n\nHave fun.\n");
TQString titleStr;
TQString subjectStr;

@ -984,7 +984,7 @@ void TemplatesTreeView::slotSendInMail()
TagMailDlg *mailDlg = new TagMailDlg( this, i18n("Send template in email").ascii() );
TQString toStr;
TQString message = i18n("Hi,\n This is a Quanta Plus [http://quanta.kdewebdev.org] template tarball.\n\nHave fun.\n");
TQString message = i18n("Hi,\n This is a Quanta Plus [http://quanta.tdewebdev.org] template tarball.\n\nHave fun.\n");
TQString titleStr;
TQString subjectStr;

@ -16,7 +16,7 @@
#ifndef QUANTACOMMON_H
#define QUANTACOMMON_H
#include <kdeversion.h>
#include <tdeversion.h>
#include "qtag.h"
#include "node.h"

@ -2,7 +2,7 @@
quantanetaccess.h - description
-------------------
begin : Jun 21 2004
copyright : (C) 2004 by Jens Herden <jhe@kdewebdev.org>
copyright : (C) 2004 by Jens Herden <jhe@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -2,7 +2,7 @@
quantanetaccess.h - description
-------------------
begin : Sat Jul 27 2002
copyright : (C) 2004 by Jens Herden <jhe@kdewebdev.org>
copyright : (C) 2004 by Jens Herden <jhe@tdewebdev.org>
***************************************************************************/
/***************************************************************************

@ -18,7 +18,7 @@
#ifndef TAGACTION_H
#define TAGACTION_H
#include <kdeversion.h>
#include <tdeversion.h>
#include <kaction.h>
#include <kactioncollection.h>
@ -41,7 +41,7 @@ class NodeSelection;
*
* @author Dmitry Poplavsky, dima@kde.org
* Andras Mantia, amantia@kde.org
* Paulo Moura Guedes, moura@kdewebdev.org
* Paulo Moura Guedes, moura@tdewebdev.org
*/
class TagAction : public KToggleAction

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2004 - Paulo Moura Guedes
email : moura@kdewebdev.org
email : moura@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2004 - Paulo Moura Guedes
email : moura@kdewebdev.org
email : moura@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2004 - Paulo Moura Guedes
email : moura@kdewebdev.org
email : moura@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2004 - Paulo Moura Guedes
email : moura@kdewebdev.org
email : moura@tdewebdev.org
***************************************************************************/
/***************************************************************************

@ -25,7 +25,7 @@
//kde includes
#include <kaction.h>
#include <kaccelmanager.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <kiconloader.h>
#include <klocale.h>
#include <kmessagebox.h>

Loading…
Cancel
Save