Additional renaming of kde to tde

pull/2/head
Timothy Pearson 12 years ago
parent 9fad243fd6
commit 371e91c48d

@ -1,6 +1,6 @@
Look in the subdirs to get info about the authors.
The package is maintained by Timothy Pearson <kb9vqf@pearsoncomputing.net>, however
numerous people, too many to count, have contributed to kdelibs as a
numerous people, too many to count, have contributed to tdelibs as a
whole. If you have a specific question, please ask on the Trinity project mailing
list at http://www.trinitydesktop.org/mailinglist.php

@ -12,9 +12,9 @@ cmake_minimum_required( VERSION 2.8 )
##### general package setup #####################
project( kdebase )
project( tdebase )
set( PACKAGE kdebase )
set( PACKAGE tdebase )
set( VERSION "3.5.13" )
@ -150,7 +150,7 @@ set( CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined" )
set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" )
##### kdebase directories #######################
##### tdebase directories #######################
add_subdirectory( kdmlib )

@ -1,7 +1,7 @@
/** @mainpage
* Trinity Base API Dox.
*
* kdebase is the SVN module with the "basic applications" needed
* tdebase is the SVN module with the "basic applications" needed
* for Trinity. These include startkde (a shell script to start the whole
* desktop), kdesktop (the desktop), konqueror (the browser and file-
* manager) and lots of other things. Nearly none of it has dox.

@ -1,4 +1,4 @@
## kdebase/Makefile.am
## tdebase/Makefile.am
## (C) 1997 Stephan Kulow
COMPILE_FIRST = libkonq
@ -11,7 +11,7 @@ AUTOMAKE_OPTIONS = foreign 1.6.1
bin_SCRIPTS = startkde trinity
EXTRA_DIST = admin bsd-port debian kdebase.spec.in README.pam kde.pamd kscreensaver.pamd mkpamserv
EXTRA_DIST = admin bsd-port debian tdebase.spec.in README.pam kde.pamd kscreensaver.pamd mkpamserv
dist-hook:
cd $(top_distdir) && perl $(top_srcdir)/admin/am_edit -padmin

@ -1,6 +1,6 @@
In this file:
* About kdebase
* About tdebase
* Thank you
* Common Mistakes
* Configuring
@ -10,9 +10,9 @@ In this file:
* More Info
About kdebase
About tdebase
-------------
kdebase is the second mandatory package (besides kdelibs) for the Trinity Desktop
tdebase is the second mandatory package (besides tdelibs) for the Trinity Desktop
Environment. Here we have various applications and infrastructure files and
libraries. Here is an overview of the directories:
@ -108,7 +108,7 @@ libraries. Here is an overview of the directories:
* kscreensaver
The KDE screensaver environment and some basic screensavers. More
of them are in the kdeartwork package.
of them are in the tdeartwork package.
* ksmserver
The KDE session manager (saves program status on login, restarts
@ -187,7 +187,7 @@ comes along with it.
Configuring
-----------
kdebase's configure script supports all the standard GNU autoconf options
tdebase's configure script supports all the standard GNU autoconf options
(you can have the various options listed for you by specifying the --help
switch), plus the following options are also supported. Note: the *non*
default variation is listed, so if you see --enable-debug, the default is
@ -232,7 +232,7 @@ default variation is listed, so if you see --enable-debug, the default is
look for [extra] libraries in DIR too
`--disable-path-check'
don't try to make sure that kdebase is installed into the same
don't try to make sure that tdebase is installed into the same
base KDE directory as the rest of KDE
`--with-install-root=DIR'
@ -299,7 +299,7 @@ the README.pam file in this directory for more information about using KDE
with PAM.
Have a look at the individual subdirectories, if you would like to find out
more about a specific application included in kdebase.
more about a specific application included in tdebase.
More FAQs on http://www.kde.org/info/faq.html

@ -212,9 +212,9 @@ CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS"
KDE_INIT_DOXYGEN([KDE base API Reference], [Version $VERSION])
dnl Ok, kdebase has _sooo_ many Makefiles, that the check for uniqueness
dnl Ok, tdebase has _sooo_ many Makefiles, that the check for uniqueness
dnl of those filenames in the list of the files (done by autoconf macros
dnl itself) is taking more that nine minutes (!). For kdebase only we take
dnl itself) is taking more that nine minutes (!). For tdebase only we take
dnl out that test. (matz@kde.org)
m4_define([_AC_CONFIG_UNIQUE], [])dnl

@ -25,7 +25,7 @@ _________________________________________________
- Find maintiners for single parts
- what needs to be added ?
[22:15:47] <lauri> 1: move the faq (and other kdebase docs) up to kdebase/doc/<subdir>
[22:15:47] <lauri> 1: move the faq (and other tdebase docs) up to tdebase/doc/<subdir>
so that docs.kde.org will pick them up and generate them
[22:16:05] <lauri> then remove the copies on www.kde.org, put in redirects to the new
location, and have one, autogenerated and searchable copy all the time

@ -121,7 +121,7 @@ packages. Some are required, while others are optional. Each package
is available in each of the aforementioned package formats.</para>
<variablelist>
<varlistentry>
<term>kdelibs</term>
<term>tdelibs</term>
<listitem>
<para>Required</para>
<para>This package contains shared libraries that are needed by all
@ -129,7 +129,7 @@ is available in each of the aforementioned package formats.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>kdebase</term>
<term>tdebase</term>
<listitem>
<para>Required</para>
<para>This package contains the base applications that form the core
@ -146,21 +146,21 @@ server.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>kdeaddons</term>
<term>tdeaddons</term>
<listitem>
<para>Optional</para>
<para>Various plugins for &kate;, &kicker;, &knewsticker;, &konqueror; and &noatun; </para>
</listitem>
</varlistentry>
<varlistentry>
<term>kdeartwork</term>
<term>tdeartwork</term>
<listitem>
<para>Optional</para>
<para>Additional wallpapers, themes, styles, sounds ...</para>
</listitem>
</varlistentry>
<varlistentry>
<term>kdebindings</term>
<term>tdebindings</term>
<listitem>
<para>Optional</para>
<para>Various bindings for other languages, including &Java;, Perl, Python, ...</para>
@ -175,7 +175,7 @@ server.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>kdegraphics</term>
<term>tdegraphics</term>
<listitem>
<para>Optional</para>
<para>Various graphics-related programs like &PostScript; previewer,
@ -183,7 +183,7 @@ server.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>kdeutils</term>
<term>tdeutils</term>
<listitem>
<para>Optional</para>
<para>Various desktop tools like a calculator, an editor and other
@ -191,14 +191,14 @@ nifty stuff.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>kdemultimedia</term>
<term>tdemultimedia</term>
<listitem>
<para>Optional</para>
<para>Multimedia applications like a &CD; player and a mixer.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>kdenetwork</term>
<term>tdenetwork</term>
<listitem>
<para>Optional</para>
<para>Network applications. Currently contains the instant messaging client &kopete;, the
@ -213,14 +213,14 @@ download manager &kget;, and several other network-related programs.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>kdeadmin</term>
<term>tdeadmin</term>
<listitem>
<para>Optional</para>
<para>System administration programs.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>kdeedu</term>
<term>tdeedu</term>
<listitem>
<para>Optional</para>
<para>
@ -229,7 +229,7 @@ Educational and entertaining applications for &kde;'s younger users.
</listitem>
</varlistentry>
<varlistentry>
<term>kdeaccessibility</term>
<term>tdeaccessibility</term>
<listitem>
<para>Optional</para>
<para>
@ -238,28 +238,28 @@ KDE accessibility programs such as a screen magnifier and speech synthesizer fro
</listitem>
</varlistentry>
<varlistentry>
<term>kdetoys</term>
<term>tdetoys</term>
<listitem>
<para>Optional</para>
<para>Toys!</para>
</listitem>
</varlistentry>
<varlistentry>
<term>kdevelop</term>
<term>tdevelop</term>
<listitem>
<para>Optional</para>
<para>A complete Integrated Development Environment for &kde; and Qt</para>
</listitem>
</varlistentry>
<varlistentry>
<term>kdewebdev</term>
<term>tdewebdev</term>
<listitem>
<para>Optional</para>
<para>Web development applications. Contains such applications as &quanta;, an integrated web development environment and other applications useful in web development</para>
</listitem>
</varlistentry>
<varlistentry>
<term>kdesdk</term>
<term>tdesdk</term>
<listitem>
<para>Optional</para>
<para>KDE Software Development Kit. Contains a collection of applications and tools used by KDE Developers.</para>
@ -267,8 +267,8 @@ KDE accessibility programs such as a screen magnifier and speech synthesizer fro
</varlistentry>
</variablelist>
<para>&arts; and then kdelibs should be installed before everything
else, and kdeaddons last. The other packages can be installed in any
<para>&arts; and then tdelibs should be installed before everything
else, and tdeaddons last. The other packages can be installed in any
arbitrary order.</para>
<para>Most package management tools will let you put all these
@ -330,7 +330,7 @@ the <filename>configure</filename> script.</para>
<step performance="required"><para>change folder to the package folder: <command>cd
<replaceable>packagename</replaceable></command></para></step>
<step performance="required"><para>configure the package: <command>./configure</command>
<note><para>Some packages (notably kdebase) have special configuration
<note><para>Some packages (notably tdebase) have special configuration
options that might be applicable to your installation. Type
<command>./configure <option>--help</option></command> to see the
available options.</para></note></para></step>
@ -457,7 +457,7 @@ $<envar>KDEDIR</envar>/bin/*.kss</command></para></step>
</procedure>
<para>Alternatively, if you compile &kde; from source, you can use
<command>./configure <option>with-shadow</option></command> to
configure kdebase. Then the suid bit is set automatically during
configure tdebase. Then the suid bit is set automatically during
<command>make install</command>.</para>
</answer>
</qandaentry>
@ -513,7 +513,7 @@ class="directory">/home/me</filename>.</para></step>
<para><note>
<para>Although &kde; will run from a user folder, there are some
problems with programs that require suid root, &eg; the programs in
the kdeadmin package. But since they are not meant to be run by users
the tdeadmin package. But since they are not meant to be run by users
in the first place, this is nothing to worry about.</para>
<para>However, on systems using shadow passwords, the screensavers
have to be suid root to enable password access for unlocking the
@ -682,7 +682,7 @@ seconds off your &kde; startup time by doing so.</para>
<qandaentry>
<question>
<para>Compiling kdebase gives me a <errorname>bin/sh: msgfmt: command
<para>Compiling tdebase gives me a <errorname>bin/sh: msgfmt: command
not found</errorname> error!</para>
</question>
<answer>

@ -19,7 +19,7 @@ url="http://www.konqueror.org">http://www.konqueror.org</ulink> where a
<qandaentry>
<question><para>Can I run &konqueror; without running &kde;?</para></question>
<answer><para>Yes. Just install &Qt;, kdelibs and kdebase, and from your favorite window manager just launch &konqueror;. It should work just fine, but if it doesn't (&kde; developers don't test that case often), report it to http://bugs.kde.org and try running "tdeinit" before running &konqueror;, it usually helps.
<answer><para>Yes. Just install &Qt;, tdelibs and tdebase, and from your favorite window manager just launch &konqueror;. It should work just fine, but if it doesn't (&kde; developers don't test that case often), report it to http://bugs.kde.org and try running "tdeinit" before running &konqueror;, it usually helps.
This is of course the same for any other &kde; application. </para>
</answer>
</qandaentry>

@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd" [
<!ENTITY kappname "&kate;">
<!ENTITY package "kdebase">
<!ENTITY package "tdebase">
<!ENTITY configuring-chapter SYSTEM "configuring.docbook">
<!ENTITY highlighting-appendix SYSTEM "highlighting.docbook">
<!ENTITY advanced-chapter SYSTEM "advanced.docbook">
@ -54,7 +54,7 @@
<keywordset>
<keyword>KDE</keyword>
<keyword>kdebase</keyword>
<keyword>tdebase</keyword>
<keyword>Kate</keyword>
<keyword>text</keyword>
<keyword>editor</keyword>

@ -20,7 +20,7 @@ linkend="configuring-kate-configdialog">configuration dialog</link>, which also
provides access to additional configuration options for plug-ins that requires
that.</para>
<para>There are many plugins for various purposes available in the kdeaddons
<para>There are many plugins for various purposes available in the tdeaddons
module, and you can search the web for more. A few plugins are shipped with the
editor component, for doing word completion, automatic bookmarks, insert files,
thesaurus and word spell checking and incremental search.</para>

@ -40,7 +40,7 @@ drives, does not shutdown printers, &etc; These settings only affect
the behavior of your monitor.</para>
<para>For information on shutting down components on a laptop, do not
use this module. Instead, install kdeutils, and refer to the module
use this module. Instead, install tdeutils, and refer to the module
entitled <ulink url="help://kcontrol/powerctrl/index.html">Laptop
Power Control Center</ulink>, for details.</para></tip>

@ -48,7 +48,7 @@ icons will be used in: for example the desktop, toolbars &etc;
<important><para>Please note that some of these settings may depend on
your selected icon theme. &kde; comes with two icon themes by default,
&kde;-Classic (HiColor) and Crystal SVG. There is also a low color theme
in the kdeartwork package, along with others.</para></important>
in the tdeartwork package, along with others.</para></important>
</sect2>
@ -59,7 +59,7 @@ in the kdeartwork package, along with others.</para></important>
in appearance depending on the icon theme you select. Most default
installations will have only one icon theme available, the &kde; default
Crystal SVG theme. There are others contained separately in the
kdeartwork package, and you can download more from the Internet.</para>
tdeartwork package, and you can download more from the Internet.</para>
<para>Use the <guibutton>Install New Theme...</guibutton> to browse to the
location of newly downloaded themes, and they will then become available

@ -19,7 +19,7 @@
<keywordset>
<keyword>KDE</keyword>
<keyword>kdebase</keyword>
<keyword>tdebase</keyword>
<keyword>kcontrol</keyword>
<keyword>network</keyword>
<keyword>timeouts</keyword>

@ -52,7 +52,7 @@ documentation -->
<!-- this smb-ioslave doesn't support showing a list
of hosts (like e.g. smb:/), for this you need the lan or rlan-ioslave,
very cool thing (TM) btw. If you want to write some documentation for
this one too, have a look at kdenetwork/lanbrowsing/lisa/README and
this one too, have a look at tdenetwork/lanbrowsing/lisa/README and
contact me if you have questions. -->
<note><para>For the <acronym>SMB</acronym> protocol to work, it is

@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kappname "&kdcop;">
<!ENTITY package "kdebase">
<!ENTITY package "tdebase">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE">
]>

@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd" [
<!ENTITY kappname "&kdm;">
<!ENTITY package "kdebase">
<!ENTITY package "tdebase">
<!ENTITY kdmrc "<filename>kdmrc</filename>">
<!ENTITY ksmserver "<application>ksmserver</application>">
<!ENTITY kdesktop "<application>kdesktop</application>">

@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd" [
<!ENTITY kappname "&kfind;">
<!ENTITY package "kdebase">
<!ENTITY package "tdebase">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE">
]>
@ -37,7 +37,7 @@
<keywordset>
<keyword>KDE</keyword>
<keyword>kdeutils</keyword>
<keyword>tdeutils</keyword>
<keyword>kfind</keyword>
<keyword>find</keyword>
<keyword>search</keyword>
@ -186,7 +186,7 @@ only find files with the exact case matching, &eg;
<varlistentry>
<term><guilabel>Regular expression</guilabel></term>
<listitem><para>If you have installed the &kregexpeditor; tool from
the kdeutils package, you will have this additional option. Enabling
the tdeutils package, you will have this additional option. Enabling
it will allow you to search for a <firstterm>regexp</firstterm> or
regular expression. A regexp is a way to specify conditions for your
search, and they can be very complex, and equally they can be very

@ -41,7 +41,7 @@ url="http://lists.kde.org">mailing list archive</ulink>.</para>
</varlistentry>
<varlistentry>
<term><ulink url="http://mail.kde.org/mailman/listinfo/kde-i18n-doc">kde-i18n-doc</ulink></term>
<term><ulink url="http://mail.kde.org/mailman/listinfo/tde-i18n-doc">tde-i18n-doc</ulink></term>
<listitem><para>Internationalization and documentation issues</para></listitem>
</varlistentry>

@ -37,9 +37,9 @@ of this document.
<para>
&khelpcenter; is an integral part of the &kde; Base installation, and
is installed with every copy of &kde;. It can be found in the kdebase
is installed with every copy of &kde;. It can be found in the tdebase
package, and is available from the &kde-ftp;, or will be found in your
operating system kdebase package.
operating system tdebase package.
</para>
</sect2>

@ -52,7 +52,7 @@ superiority of the &UNIX; operating system.</para>
<keywordset>
<keyword>KDE</keyword>
<keyword>kdebase</keyword>
<keyword>tdebase</keyword>
<keyword>khelpcenter</keyword>
<keyword>kdehelp</keyword>
<keyword>help</keyword>

@ -1,6 +1,6 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY package "kdebase">
<!ENTITY package "tdebase">
<!ENTITY kappname "&kicker;">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE">
@ -48,7 +48,7 @@ the desktop.
<keywordset>
<keyword>KDE</keyword>
<keyword>Kicker</keyword>
<keyword>kdebase</keyword>
<keyword>tdebase</keyword>
<keyword>panel</keyword>
<keyword>application</keyword>
<keyword>starter</keyword>

@ -23,6 +23,6 @@ create file previews.</para>
will find these at
<filename>$<envar>KDEDIR</envar>/include/kio/thumbcreator.h</filename> or
in the source folder <filename
class="directory">kdebase/kioslave/thumbnail</filename></para>
class="directory">tdebase/kioslave/thumbnail</filename></para>
</article>

@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd" [
<!ENTITY kappname "&klipper;">
<!ENTITY package "kdebase">
<!ENTITY package "tdebase">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
]>
@ -40,7 +40,7 @@
<keywordset>
<keyword>KDE</keyword>
<keyword>Klipper</keyword>
<keyword>kdebase</keyword>
<keyword>tdebase</keyword>
<keyword>clipboard</keyword>
</keywordset>
</bookinfo>
@ -445,7 +445,7 @@ Documentation copyright 2000-2003, 2005 &Philip.Rodrigues;
<sect1 id="compilation">
<title>Compilation and Installation</title>
<para>&klipper; should compile and install along with the kdebase
<para>&klipper; should compile and install along with the tdebase
package, and appear on your &kde; panel (&kicker;) when you run &kde;
3. If it does not appear, you can start it by selecting
<menuchoice><guimenu>Panel

@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd" [
<!ENTITY package "kdebase">
<!ENTITY package "tdebase">
<!ENTITY firefox "<application>Firefox</application>">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE" > <!-- change language only here -->

@ -3,7 +3,7 @@
<!-- Define an entity for your application if it is not part of KDE
CVS -->
<!ENTITY kappname "&knetattach;">
<!ENTITY package "kdebase"><!-- I think this came from kdebase... -->
<!ENTITY package "tdebase"><!-- I think this came from tdebase... -->
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE">
@ -49,7 +49,7 @@ Please at least include KDE, the KDE package it is in, the name
<keywordset>
<keyword>KDE</keyword>
<keyword>kdebase</keyword>
<keyword>tdebase</keyword>
<keyword>knetattach</keyword>
<keyword>Network Folders</keyword>
<keyword>Network Folder Wizard</keyword>

@ -454,7 +454,7 @@ to <filename>$KDEDIR/share/config/kio_httprc
</userinput></screen>
(it should not include any embedded spaces).</para>
<para>&konqueror; will reject the following ports (the list is hardcoded in
<filename>kdelibs/kio/kio/job.cpp</filename>):</para>
<filename>tdelibs/kio/kio/job.cpp</filename>):</para>
<para>
1, 7, 9, 11, 13, 15, 17, 19,
20, 21, 22, 23, 25, 37, 42, 43,

@ -26,7 +26,7 @@ url="http://www.konqueror.org/i18n.html">http://www.konqueror.org/i18n.html</uli
<question><para>Can I run &konqueror; from another window
manager?</para></question>
<answer><para>Just install &Qt;, kdelibs and kdebase, and from your favorite
<answer><para>Just install &Qt;, tdelibs and tdebase, and from your favorite
window manager, launch &konqueror;. It should work just fine, but if it
doesn't (&kde; developers don't test that case often), report it to <ulink
url="http://bugs.kde.org">http://bugs.kde.org</ulink> and try running

@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd" [
<!ENTITY kappname "&konqueror;">
<!ENTITY package "kdebase">
<!ENTITY package "tdebase">
<!ENTITY konqueror-introduction SYSTEM "introduction.docbook">
<!ENTITY konqueror-basics SYSTEM "basics.docbook">
<!ENTITY konqueror-filemanager SYSTEM "filemanager.docbook">
@ -81,7 +81,7 @@
<appendix id="installation">
<title>Installation</title>
<para>&konqueror; is part of the kdebase package which an essential part of
<para>&konqueror; is part of the tdebase package which an essential part of
&kde;.</para>
<para>For instructions on acquiring &kde; please see <ulink

@ -49,7 +49,7 @@ be considered a security risk).</para>
<sect1 id="konq-plugin">
<title>&konqueror; Plugins</title>
<para>The package kdeaddons contains several useful plugins that interact with
<para>The package tdeaddons contains several useful plugins that interact with
&konqueror; in various ways. These are explained briefly below, more detailed
information may be obtained by looking through the <guimenuitem>Konqueror
Plugins</guimenuitem> section in the &kde; Help Center.</para>

@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd" [
<!ENTITY kappname "&konsole;">
<!ENTITY package "kdebase">
<!ENTITY package "tdebase">
<!ENTITY % English "INCLUDE">
<!ENTITY % addindex "IGNORE">
]>
@ -54,7 +54,7 @@
<keywordset>
<keyword>KDE</keyword>
<keyword>konsole</keyword>
<keyword>kdebase</keyword>
<keyword>tdebase</keyword>
<keyword>command</keyword>
<keyword>line</keyword>
</keywordset>

@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd" [
<!ENTITY kappname "&kpager;">
<!ENTITY package "kdebase">
<!ENTITY package "tdebase">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
]>

@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd" [
<!ENTITY kappname "&ksplash;">
<!ENTITY package "kdebase">
<!ENTITY package "tdebase">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE">
]>
@ -50,7 +50,7 @@ application that is loading.</para>
<keywordset>
<keyword>KDE</keyword>
<keyword>kdebase</keyword>
<keyword>tdebase</keyword>
<keyword>ksplash</keyword>
<keyword>ksplashml</keyword>
<keyword>splashscreen</keyword>
@ -710,7 +710,7 @@ should be derived from <literal>ThemeEngine</literal>.
building the plugin
and will provide us with platform independence without any work on our part. To
do that,
make sure you have the <filename>kdesdk</filename> package installed. Run the
make sure you have the <filename>tdesdk</filename> package installed. Run the
command
<literal>kapptemplate</literal> to produce an application named "2k". It will
create a

@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd" [
<!ENTITY kappname "&ksysguard;">
<!ENTITY package "kdebase">
<!ENTITY package "tdebase">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
]>

@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd" [
<!ENTITY kappname "&kwrite;">
<!ENTITY package "kdebase">
<!ENTITY package "tdebase">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
]>

@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd" [
<!ENTITY kappname "&kxkb;">
<!ENTITY package "kdebase">
<!ENTITY package "tdebase">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
]>

@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd" [
<!ENTITY kappname "&kde; Quick Start Guide">
<!ENTITY package "kdebase">
<!ENTITY package "tdebase">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
]>

@ -80,7 +80,7 @@ is an intermediate layer between &kde; (or other) applications and the selected
<keywordset>
<keyword>KDE</keyword>
<keyword>kdebase</keyword>
<keyword>tdebase</keyword>
<keyword>tdeprint</keyword>
<keyword>print</keyword>
<keyword>printing</keyword>

@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd" [
<!ENTITY kappname "&tdesu;">
<!ENTITY package "kdebase">
<!ENTITY package "tdebase">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
]>

@ -17,10 +17,10 @@
<para><acronym>KDEAP</acronym> (the &kde; Accessibility Project) aims to ensure that &kde;, as a desktop environment, is accessible to all users, including those of us with physical disabilities. In addition to the accessibility aids in the <link linkend="kcontrol-regional-and-accessibility">Control Center</link>, &kde; has several other accessibility tools, which are available in the &kde;-Accessibility package. This package may not be installed on your computer; if it is not, you can download it from here:</para>
<para><itemizedlist>
<listitem><para><ulink url="ftp://ftp.kde.org/pub/kde/stable/apps/KDE3.x/accessibility/kdeaccessibility-1.0.0.tar.gz">kdeaccessibility-1.0.0.tar.gz</ulink>, or
<ulink url="ftp://ftp.kde.org/pub/kde/stable/apps/KDE3.x/accessibility/kdeaccessibility-1.0.0.tar.bz2">kdeaccessibility-1.0.0.tar.bz2</ulink></para></listitem>
<listitem><para><ulink url="ftp://ftp.kde.org/pub/kde/stable/apps/KDE3.x/accessibility/kdeaccessibility-1.0.0.md5">MD5</ulink></para></listitem>
<listitem><para><ulink url="ftp://ftp.kde.org/pub/kde/stable/apps/KDE3.x/accessibility/kdeaccessibility-1.0.0.lsm">lsm file</ulink></para></listitem>
<listitem><para><ulink url="ftp://ftp.kde.org/pub/kde/stable/apps/KDE3.x/accessibility/tdeaccessibility-1.0.0.tar.gz">tdeaccessibility-1.0.0.tar.gz</ulink>, or
<ulink url="ftp://ftp.kde.org/pub/kde/stable/apps/KDE3.x/accessibility/tdeaccessibility-1.0.0.tar.bz2">tdeaccessibility-1.0.0.tar.bz2</ulink></para></listitem>
<listitem><para><ulink url="ftp://ftp.kde.org/pub/kde/stable/apps/KDE3.x/accessibility/tdeaccessibility-1.0.0.md5">MD5</ulink></para></listitem>
<listitem><para><ulink url="ftp://ftp.kde.org/pub/kde/stable/apps/KDE3.x/accessibility/tdeaccessibility-1.0.0.lsm">lsm file</ulink></para></listitem>
</itemizedlist></para>
<para>For more information on the project, visit the <ulink url="http://accessibility.kde.org/">&kde; Accessibility Home Page</ulink>.</para>

@ -673,7 +673,7 @@ as sticky keys and slow keys.</para></listitem>
<listitem><para>This module allows you to configure options that are
specific to your location such as language, currency and date format. To
make available more languages, install the kde-i18n packages for your
make available more languages, install the tde-i18n packages for your
distribution.</para></listitem>
</varlistentry>

@ -39,7 +39,7 @@ feature sets, however, each is quite different in style. </para>
configurable interface, including several styles of playlist manager, and
many plugins to provide different &GUI;s, visualizations, and other
features.</para>
<para>&noatun; is part of the kdemultimedia package.</para>
<para>&noatun; is part of the tdemultimedia package.</para>
<para><mediaobject>
<imageobject><imagedata fileref="noatun.png" format="PNG"/>
@ -63,7 +63,7 @@ highly efficient way to manage all your music files, make and maintain
playlists, and maintain the metadata tags in your music.</para>
<para>It is equally useful as your primary music player, or managing
playlists and files for use in another application.</para>
<para>&juk; is part of the kdemultimedia package.</para>
<para>&juk; is part of the tdemultimedia package.</para>
<para><mediaobject>
<imageobject><imagedata fileref="juk.png" format="PNG"/>
@ -86,7 +86,7 @@ playlists and files for use in another application.</para>
and stop. &kaboodle; is useful for instance if you want to quickly listen
to a single file without interupting your current playlist from another
media player.</para>
<para>&kaboodle; is part of the kdemultimedia package.</para>
<para>&kaboodle; is part of the tdemultimedia package.</para>
<para><mediaobject>
<imageobject><imagedata fileref="kaboodle.png" format="PNG"/>

@ -164,7 +164,7 @@ set.</para>
<para>To access the &DCOP; method from your favorite scripting
language, you can either use &DCOP; bindings, if available in the
kdebindings module, or call the <command>dcop</command> command-line
tdebindings module, or call the <command>dcop</command> command-line
application. For simple usage, calling the
<command>dcop</command> command-line application is sufficient. To
call a &DCOP; method on the command line, we need to specify the

@ -4,9 +4,9 @@ programs which kappfinder installs into the applnk directory of KDE.
kappfinder used to install .directory files as well because in the past the
non-KDE applications were installed in their own directory seperated from
the main KDE applications. This is no longer the case, all .directory files
are maintained in kdebase/applnk.
are maintained in tdebase/applnk.
Terminal applications however are in a seperate directory. This is done by
creating a subdirectory for the category (e.g. Internet/Terminal) and
installing the .directory from kdebase/applnk and the application .desktop
files from kdebase/kappfinder/apps/
installing the .directory from tdebase/applnk and the application .desktop
files from tdebase/kappfinder/apps/

@ -44,7 +44,7 @@
2001-11-29 Joseph Wenninger <jowenn@kde.org>
* KWrite/Kate use different font settings for printing and viewing now
* Fixed a small crash in my kdevelop->kate port of the codecompletion interface
* Fixed a small crash in my tdevelop->kate port of the codecompletion interface
2001-11-26 Christoph Cullmann <cullmann@kde.org>
* backspace bug fixed
@ -109,21 +109,21 @@
* myself back again ;)
* now kate is clean (only qt3), no backports ;)
2001-08-24 christian@kdevelop.org
2001-08-24 christian@tdevelop.org
* reimplement the commenting of selections on some languages
2001-08-19 christian@kdevelop.org
2001-08-19 christian@tdevelop.org
* added back Sather highlighting support
* improved Eiffel language syntax highlighting support
* added Eiffel language comment directive in eiffel.xml
* added Ada language comment directive in ada.xml
2001-08-15 christian@kdevelop.org
2001-08-15 christian@tdevelop.org
* committed Eiffel language syntax highlighting support
2001-08-08 rokrau@yahoo.com
* committed changes to Kate's API necessary for integration of kate as
a kpart into kdevelop
a kpart into tdevelop
2001-05-13 Christoph Cullmann <cullmann@kde.org>
* after some time of learning for my "Abitur" now again some fixes ;):
@ -256,7 +256,7 @@
Soon to come
2001-02-26 Christoph Cullmann <cullmann@kde.org>
* Kate is a part of kdebase :)
* Kate is a part of tdebase :)
sourceforge.net CVS won't be used in the future
2001-02-24 Phlip <phlip_cpp@my-deja.com>

@ -4,6 +4,6 @@
* the internal classes used to create Kate. It should not be
* used as a public API.
*
* For a public API, see the text editor interface in kdelibs.
* For a public API, see the text editor interface in tdelibs.
*
*/

@ -29,7 +29,7 @@
#include "../interfaces/application.h"
#include <kdeversion.h>
#include <tdeversion.h>
#include <kcmdlineargs.h>
#include <dcopclient.h>
#include <kconfig.h>

@ -196,7 +196,7 @@ void KateMwModOnHdDialog::slotSelectionChanged()
KateDocManager::self()->documentInfo( ((KateDocItem*)lvDocuments->currentItem())->document )->modifiedOnDiscReason != 3 );
}
// ### the code below is slightly modified from kdelibs/kate/part/katedialogs,
// ### the code below is slightly modified from tdelibs/kate/part/katedialogs,
// class KateModOnHdPrompt.
void KateMwModOnHdDialog::slotDiff()
{

@ -34,7 +34,7 @@
#include <kio/netaccess.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <dcopclient.h>
#include <kurldrag.h>
#include <kencodingfiledialog.h>

@ -32,9 +32,9 @@ Of course, nothing in this file is set in stone, or is "correct" or "true" for t
* Move Theme manger out of KControl as a standalone app (can still be a kcm modules code wise of course).
* Move "Power Control/Laptop Battery" to "Hardware" (the only KCM left in that category). Note this is in kdeutils. It will also remove the top level Power Control so remove that in the settings.menu file
* Move "Power Control/Laptop Battery" to "Hardware" (the only KCM left in that category). Note this is in tdeutils. It will also remove the top level Power Control so remove that in the settings.menu file
* Move the laptop KCMs to "Hardware", from "System Administration". Note these are in kdeutils.
* Move the laptop KCMs to "Hardware", from "System Administration". Note these are in tdeutils.
* Move "User Accountยจ to System
@ -52,7 +52,7 @@ Of course, nothing in this file is set in stone, or is "correct" or "true" for t
* Spelling - It is application specific and if they need it they will include the kcm in their configure dialog most (all?) already do.
* Security & Privacy/Privacy - It should be a seperate utility in kdeutils. It does stuff, not configuring stuff
* Security & Privacy/Privacy - It should be a seperate utility in tdeutils. It does stuff, not configuring stuff
---------- Combining Modules
@ -103,7 +103,7 @@ The desktop file is called "kcm_fonts" with "Name=Fonts" and "Categories=X-KDE-s
---------Various technical, broad design shifts: --------------------
* Move the various KCMs in kdebase/kcontrol/* out to their respective app, as per the KCM Guidelines.
* Move the various KCMs in tdebase/kcontrol/* out to their respective app, as per the KCM Guidelines.
* Convert KCMs to use ui Designer files
@ -117,7 +117,7 @@ properly in 800x600 (is it 800x600 or 1024x768?). For a start, someone needs to
* Tons of KCMs and applications have options for selecting binaries which they use(frontends etc.). We need to be a little consistent here and adopt a general policy in this issue.
If a binary is not in $PATH it is the distributors fault and not KDE. The reason we have a GUI is so people don't have to know about this kinds of internals. The options doesn't mean anything because users use KDE, they're not in run level 3("WTF? cdparanoia? diff? What's that?"). PATH options("Where to search for X") should be removed - it is up to the distributor. Options for selecting what binary to use should be moved out to KConfEdit - they have a use but are very rarely used.
* Rewrite kcmshell to the new KCModuleProxy and fix bugs. Move it to kdelibs.
* Rewrite kcmshell to the new KCModuleProxy and fix bugs. Move it to tdelibs.
--------------------------------------------------------------------------

@ -21,7 +21,7 @@
#include <tqlabel.h>
#include <kdelibs_export.h>
#include <tdelibs_export.h>
/**
* @short A replacement for TQLabel that supports richtext and proper layout management

@ -402,7 +402,7 @@ TQString BGDialog::quickHelp() const
void BGDialog::slotIdentifyScreens()
{
// Taken from PositionTab::showIdentify in kdebase/kcontrol/kicker/positiontab_impl.cpp
// Taken from PositionTab::showIdentify in tdebase/kcontrol/kicker/positiontab_impl.cpp
for(unsigned s = 0; s < m_numScreens; s++)
{
TQLabel *screenLabel = new TQLabel(0,"Screen Identify", (WFlags)(WDestructiveClose | WStyle_Customize | WX11BypassWM));

@ -1,4 +1,4 @@
## Makefile.am of kdebase/kcontrol/ebrowsing/plugins/ikws
## Makefile.am of tdebase/kcontrol/ebrowsing/plugins/ikws
SUBDIRS = searchproviders

@ -32,7 +32,7 @@
/**
* IMPORTANT: If you change anything here, please run the regression test
* kdelibs/kio/tests/kurifiltertest
* tdelibs/kio/tests/kurifiltertest
*/
typedef KGenericFactory<KAutoWebSearch> KAutoWebSearchFactory;

@ -46,7 +46,7 @@
/**
* IMPORTANT: If you change anything here, please run the regression test
* kdelibs/kio/tests/kurifiltertest
* tdelibs/kio/tests/kurifiltertest
*/
KURISearchFilterEngine *KURISearchFilterEngine::s_pSelf = 0;

@ -32,7 +32,7 @@
/**
* IMPORTANT: If you change anything here, please run the regression test
* kdelibs/kio/tests/kurifiltertest
* tdelibs/kio/tests/kurifiltertest
*/
typedef KGenericFactory<KURISearchFilter> KURISearchFilterFactory;

@ -25,7 +25,7 @@ Name[th]=SVN เธšเธ™เน€เธงเน‡เธšเธ‚เธญเธ‡ KDE
Name[vi]=Tra KDE WebSVN
Name[wa]=WebSVN di KDE
ServiceTypes=SearchProvider
Keys=websvn,kdesvn,ksvn,kvs
Keys=websvn,tdesvn,ksvn,kvs
Query=http://websvn.kde.org/\\{@}
Query[ja]=http://webcvs.kde.org/\\{@}
Query[se]=http://webcvs.kde.org/\\{@}

@ -1,4 +1,4 @@
## Makefile.am of kdebase/kcontrol/ebrowsing/plugins/localdomain
## Makefile.am of tdebase/kcontrol/ebrowsing/plugins/localdomain
AM_CPPFLAGS = $(all_includes) -DQT_NO_CAST_ASCII

@ -33,7 +33,7 @@
/**
* IMPORTANT: If you change anything here, please run the regression test
* kdelibs/kio/tests/kurifiltertest
* tdelibs/kio/tests/kurifiltertest
*/
LocalDomainURIFilter::LocalDomainURIFilter( TQObject *parent, const char *name,

@ -1,4 +1,4 @@
## Makefile.am of kdebase/kcontrol/ebrowsing/plugins/shorturi
## Makefile.am of tdebase/kcontrol/ebrowsing/plugins/shorturi
AM_CPPFLAGS = $(all_includes) -DQT_NO_CAST_ASCII

@ -48,10 +48,10 @@
/**
* IMPORTANT:
* If you change anything here, please run the regression test
* kdelibs/kio/tests/kurifiltertest.
* tdelibs/kio/tests/kurifiltertest.
*
* If you add anything here, make sure to add a corresponding
* test code to kdelibs/kio/tests/kurifiltertest.
* test code to tdelibs/kio/tests/kurifiltertest.
*/
typedef TQMap<TQString,TQString> EntryMap;

@ -522,7 +522,7 @@ KFonts::KFonts(TQWidget *parent, const char *name, const TQStringList &)
TQValueList<TQFont> defaultFontList;
// Keep in sync with kdelibs/tdecore/kglobalsettings.cpp
// Keep in sync with tdelibs/tdecore/kglobalsettings.cpp
TQFont f0("Sans Serif", 10);
TQFont f1("Monospace", 10);

@ -206,7 +206,7 @@ void KIconConfig::initDefaults()
if ( group != -1 )
mbAnimated[group] = true;
// This is the new default in KDE 2.2, in sync with the kiconeffect of kdelibs Nolden 2001/06/11
// This is the new default in KDE 2.2, in sync with the kiconeffect of tdelibs Nolden 2001/06/11
int activeState = mStates.findIndex( "Active" );
if ( activeState != -1 )
{

@ -36,7 +36,7 @@ bool KCGlobal::_infocenter = false;
TQStringList KCGlobal::_types;
TQString KCGlobal::_uname = "";
TQString KCGlobal::_hname = "";
TQString KCGlobal::_kdeversion = "";
TQString KCGlobal::_tdeversion = "";
TQString KCGlobal::_isystem = "";
TQString KCGlobal::_irelease = "";
TQString KCGlobal::_iversion = "";

@ -39,7 +39,7 @@ public:
static TQStringList types() { return _types; }
static TQString userName() { return _uname; }
static TQString hostName() { return _hname; }
static TQString kdeVersion() { return _kdeversion; }
static TQString kdeVersion() { return _tdeversion; }
static TQString systemName() { return _isystem; }
static TQString systemRelease() { return _irelease; }
static TQString systemVersion() { return _iversion; }
@ -53,7 +53,7 @@ public:
static void setType(const TQCString& s);
static void setUserName(const TQString& n){ _uname = n; }
static void setHostName(const TQString& n){ _hname = n; }
static void setKDEVersion(const TQString& n){ _kdeversion = n; }
static void setKDEVersion(const TQString& n){ _tdeversion = n; }
static void setSystemName(const TQString& n){ _isystem = n; }
static void setSystemRelease(const TQString& n){ _irelease = n; }
static void setSystemVersion(const TQString& n){ _iversion = n; }
@ -67,7 +67,7 @@ private:
static bool _root;
static bool _infocenter;
static TQStringList _types;
static TQString _uname, _hname, _isystem, _irelease, _iversion, _imachine, _kdeversion;
static TQString _uname, _hname, _isystem, _irelease, _iversion, _imachine, _tdeversion;
static IndexViewMode _viewmode;
static KIcon::StdSizes _iconsize;
static TQString _baseGroup;

@ -1,4 +1,4 @@
// THIS FILE IS A COPY OF kdelibs/tdecore/kaccelaction.h AND MUST BE KEPT
// THIS FILE IS A COPY OF tdelibs/tdecore/kaccelaction.h AND MUST BE KEPT
// IN SYNC WITH THAT FILE.
/* This file is part of the KDE libraries

@ -23,7 +23,7 @@
#include <tqstring.h>
// see kdebase/khotkeys/kcontrol for info on these
// see tdebase/khotkeys/kcontrol for info on these
class KHotKeys
{

@ -6,7 +6,7 @@ kio_fonts_la_LIBADD = ../../fonts/libkxftconfig.la $(LIBFONTCONFIG_LIBS) $(LIBFR
kio_fonts_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) $(KDE_RPATH) $(LIBFONTCONFIG_RPATH) $(LIBFREETYPE_RPATH) -module -avoid-version -no-undefined
AM_CPPFLAGS= -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(all_includes) $(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS) -D_LARGEFILE64_SOURCE
# The kxftconfig stuf really belongs to