Additional renaming of kde to tde

pull/2/head
Timothy Pearson 13 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 kdebase/kcontrol/fonts - here only so that can distribute this as an archive.
# The kxftconfig stuf really belongs to tdebase/kcontrol/fonts - here only so that can distribute this as an archive.
noinst_HEADERS = \
KioFonts.h

@ -9,7 +9,7 @@
#include <tqvaluevector.h>
#include <tqfont.h>
#include <kurl.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <fontconfig/fontconfig.h>
#if (FC_VERSION<20200)

@ -659,7 +659,7 @@ void PositionTab::storeInfo()
return;
}
// Magic numbers stolen from kdebase/kicker/core/global.cpp
// Magic numbers stolen from tdebase/kicker/core/global.cpp
// PGlobal::sizeValue()
if (m_panelSize->currentItem() < KPanelExtension::SizeCustom)
{

@ -263,7 +263,7 @@ void PlayerSettingsDialog::load( bool useDefaults )
void PlayerSettingsDialog::save()
{
// see kdelibs/arts/knotify/knotify.cpp
// see tdelibs/arts/knotify/knotify.cpp
KConfig config( "knotifyrc", false, false );
config.setGroup( "Misc" );

@ -373,7 +373,7 @@ void KPluginOptions::dirLoad( KConfig *config, bool useDefault )
config->setGroup("Misc");
if ( config->hasKey( "scanPaths" ) && !useDefault )
paths = config->readListEntry( "scanPaths" );
else {//keep sync with kdebase/nsplugins
else {//keep sync with tdebase/nsplugins
paths.append("$HOME/.mozilla/plugins");
paths.append("$HOME/.netscape/plugins");
paths.append("/usr/lib/iceweasel/plugins");

@ -11,7 +11,7 @@ KSWidget::KSWidget( TQWidget* parent, const char* name, int f )
: QXEmbed( parent, name, (WFlags)f ), colormap( None )
{
// use visual with support for double-buffering, for opengl
// this code is duplicated in kdebase/kdesktop/lock/
// this code is duplicated in tdebase/kdesktop/lock/
#ifdef HAVE_GLXCHOOSEVISUAL
Visual* visual = CopyFromParent;
XSetWindowAttributes attrs;

@ -46,7 +46,7 @@
<string>
1) The KDE daemon, 'kded' is not running. You can restart it by running the command 'tdeinit' and then try reloading the KDE Control Center to see if this message goes away.
2) You don't appear to have smartcard support in the KDE libraries. You will need to recompile the kdelibs package with libpcsclite installed.</string>
2) You don't appear to have smartcard support in the KDE libraries. You will need to recompile the tdelibs package with libpcsclite installed.</string>
</property>
<property name="tqalignment">
<set>WordBreak|AlignVCenter</set>

@ -1,5 +1,5 @@
Begin4
Title: kdebase
Title: tdebase
Version: 3.5.10
Entered-date: 2008-08-26
Description: base package of the K Desktop Environment (KDE)

@ -2,8 +2,8 @@
Thu Jan 29 00:34:49 CET 2004
Frans Englich <frans.englich@telia.com>
KCM useraccount is a merge of the former kdebase/kcontrol/email
and kdeutils/kdepasswd/userinfo/. They existed in KDE 3.1, at least.
KCM useraccount is a merge of the former tdebase/kcontrol/email
and tdeutils/kdepasswd/userinfo/. They existed in KDE 3.1, at least.
As a bonus, on top of saving the stuff with KEMailSettings it tries
also to save the realname to /etc/passwd. This is done via chfn, wrapped

@ -1,4 +1,4 @@
## Makefile.am of kdebase/kdesktop
## Makefile.am of tdebase/kdesktop
INCLUDES = -I$(top_srcdir)/kcontrol/background -I$(top_srcdir)/libkonq -I$(top_srcdir)/kdmlib $(all_includes)
kdesktop_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)

@ -266,84 +266,84 @@
<default>false</default>
<label></label>
<whatsthis></whatsthis>
<!-- /home/paco/cvsroot/kdebase/kdesktop/lock/lockprocess.cc:308 -->
<!-- /home/paco/cvsroot/tdebase/kdesktop/lock/lockprocess.cc:308 -->
<!-- if(config.readBoolEntry("Lock", false)) -->
</entry>
<entry key="LockGrace" type="Int">
<default>5000</default>
<label></label>
<whatsthis></whatsthis>
<!-- /home/paco/cvsroot/kdebase/kdesktop/lock/lockprocess.cc:310 -->
<!-- /home/paco/cvsroot/tdebase/kdesktop/lock/lockprocess.cc:310 -->
<!-- mLockGrace = config.readNumEntry("LockGrace", LOCK_GRACE_DEFAULT); -->
</entry>
<entry key="AutoLogout" type="Bool">
<default>false</default>
<label></label>
<whatsthis></whatsthis>
<!-- /home/paco/cvsroot/kdebase/kdesktop/lock/lockprocess.cc:319 -->
<!-- /home/paco/cvsroot/tdebase/kdesktop/lock/lockprocess.cc:319 -->
<!-- if (config.readBoolEntry("AutoLogout", false)) -->
</entry>
<entry key="AutoLogoutTimeout" type="Int">
<default>600</default>
<label></label>
<whatsthis></whatsthis>
<!-- /home/paco/cvsroot/kdebase/kdesktop/lock/lockprocess.cc:322 -->
<!-- /home/paco/cvsroot/tdebase/kdesktop/lock/lockprocess.cc:322 -->
<!-- mAutoLogoutTimeout = config.readNumEntry("AutoLogoutTimeout", AUTOLOGOUT_DEFAULT); -->
</entry>
<entry key="Priority" type="Int">
<default>19</default>
<label></label>
<whatsthis></whatsthis>
<!-- /home/paco/cvsroot/kdebase/kdesktop/lock/lockprocess.cc:332 -->
<!-- /home/paco/cvsroot/tdebase/kdesktop/lock/lockprocess.cc:332 -->
<!-- mPriority = config.readNumEntry("Priority", 19); -->
</entry>
<entry key="Saver" type="String">
<default></default>
<label></label>
<whatsthis></whatsthis>
<!-- /home/paco/cvsroot/kdebase/kdesktop/lock/lockprocess.cc:336 -->
<!-- /home/paco/cvsroot/tdebase/kdesktop/lock/lockprocess.cc:336 -->
<!-- mSaver = config.readEntry("Saver"); -->
</entry>
<entry key="UseUnmanagedLockWindows" type="Bool">
<default>false</default>
<label></label>
<whatsthis></whatsthis>
<!-- /home/paco/cvsroot/kdebase/kdesktop/lock/lockprocess.cc:336 -->
<!-- /home/paco/cvsroot/tdebase/kdesktop/lock/lockprocess.cc:336 -->
<!-- mSaver = config.readEntry("UseUnmanagedLockWindows"); -->
</entry>
<entry key="UseTDESAK" type="Bool">
<default>true</default>
<label></label>
<whatsthis>Set to true to enable usage of the Trinity SAK anti-spoofing system</whatsthis>
<!-- /home/paco/cvsroot/kdebase/kdesktop/lock/lockprocess.cc:336 -->
<!-- /home/paco/cvsroot/tdebase/kdesktop/lock/lockprocess.cc:336 -->
<!-- mSaver = config.readEntry("UseTDESAK"); -->
</entry>
<entry key="ShowLockDateTime" type="Bool">
<default>true</default>
<label></label>
<whatsthis>Set to true to enable display of the date and time of desktop lock as an additional intrusion detection measure</whatsthis>
<!-- /home/paco/cvsroot/kdebase/kdesktop/lock/lockprocess.cc:336 -->
<!-- /home/paco/cvsroot/tdebase/kdesktop/lock/lockprocess.cc:336 -->
<!-- mSaver = config.readEntry("ShowLockDateTime"); -->
</entry>
<entry key="DelaySaverStart" type="Bool">
<default>true</default>
<label></label>
<whatsthis></whatsthis>
<!-- /home/paco/cvsroot/kdebase/kdesktop/lock/lockprocess.cc:336 -->
<!-- /home/paco/cvsroot/tdebase/kdesktop/lock/lockprocess.cc:336 -->
<!-- mSaver = config.readEntry("UseUnmanagedLockWindows"); -->
</entry>
<entry key="PluginsUnlock" type="StringList">
<default></default>
<label></label>
<whatsthis></whatsthis>
<!-- /home/paco/cvsroot/kdebase/kdesktop/lock/lockprocess.cc:342 -->
<!-- /home/paco/cvsroot/tdebase/kdesktop/lock/lockprocess.cc:342 -->
<!-- mPlugins = config.readListEntry("PluginsUnlock"); -->
</entry>
<entry key="PluginOptions" type="StringList">
<default></default>
<label></label>
<whatsthis></whatsthis>
<!-- /home/paco/cvsroot/kdebase/kdesktop/lock/lockprocess.cc:345 -->
<!-- /home/paco/cvsroot/tdebase/kdesktop/lock/lockprocess.cc:345 -->
<!-- mPluginOptions = config.readListEntry("PluginOptions"); -->
</entry>
</group>

@ -1,4 +1,4 @@
## Makefile.am of kdebase/kdesktop/lock
## Makefile.am of tdebase/kdesktop/lock
INCLUDES = -I.. -I$(top_srcdir)/kcheckpass -I$(top_srcdir)/kdmlib $(GLINC) $(all_includes)
kdesktop_lock_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor

@ -1,4 +1,4 @@
# Makefile.am of kdebase/kdesktop/pics
# Makefile.am of tdebase/kdesktop/pics
pics_DATA = ksslogo.png splash.png splash2.png kde2.xbm

@ -8,14 +8,14 @@ configure options that affect KDM
---------------------------------
--with-pam[=service]
Compile KDM (and other parts of kdebase) with PAM support. The default
Compile KDM (and other parts of tdebase) with PAM support. The default
service is "kde". PAM is automatically used if found.
--with-kdm-pam=service
Override the PAM service used specifically by KDM. Depends on --with-pam.
--with-shadow
Compile KDM (and other parts of kdebase) with shadow password support.
Compile KDM (and other parts of tdebase) with shadow password support.
Shadow passwords are automatically used if found. This affects KDM only
if PAM is not used.
@ -78,7 +78,7 @@ defaults if no previous installation is found.
You can change the configuration from the KDE Control Center. You will
find the "Login Manager" module in the "System Administration" group.
Have a look at README.pam in the kdebase top level directory if your
Have a look at README.pam in the tdebase top level directory if your
system uses PAM.

@ -777,7 +777,7 @@ or unmounting directories from file servers.</para>
# unless "DDefault: -" was specified.
# Each option entry generates an anchor named option-<lowercase(Key)>;
# it can be referenced in the main documentation.
# Do not forget to run "make ref" in kdebase/doc/kdm after changing
# Do not forget to run "make ref" in tdebase/doc/kdm after changing
# Descriptions.
Section: General

@ -251,7 +251,7 @@ fi
search_incs="$kde_includes $kde_extra_includes /usr/include /usr/include/dbus-1.0 /usr/local/include /usr/local/include/dbus-1.0"
AC_FIND_FILE(dbus/dbus.h, $search_incs, dbus_incdir)
search_incs_arch_deps="$kde_includes $kde_extra_includes /usr/lib$kdelibsuff/dbus-1.0/include /usr/local/lib$kdelibsuff/dbus-1.0/include"
search_incs_arch_deps="$kde_includes $kde_extra_includes /usr/lib$tdelibsuff/dbus-1.0/include /usr/local/lib$tdelibsuff/dbus-1.0/include"
AC_FIND_FILE(dbus/dbus-arch-deps.h, $search_incs_arch_deps, dbus_incdir_arch_deps)
if test -r $dbus_incdir/dbus/dbus.h && test -r $dbus_incdir_arch_deps/dbus/dbus-arch-deps.h ; then
@ -259,7 +259,7 @@ fi
dbus_inc=FOUND
fi
search_libs="$kde_libraries $kde_extra_libs /usr/lib$kdelibsuff /usr/local/lib$kdelibsuff"
search_libs="$kde_libraries $kde_extra_libs /usr/lib$tdelibsuff /usr/local/lib$tdelibsuff"
AC_FIND_FILE(libdbus-1.so, $search_libs, dbus_libdir)
if test -r $dbus_libdir/libdbus-1.so ; then
@ -298,7 +298,7 @@ fi
search_incs="$kde_includes $kde_extra_includes /usr/include /usr/include/dbus-1.0 /usr/local/include /usr/local/include/dbus-1.0"
AC_FIND_FILE(dbus/dbus.h, $search_incs, dbus_incdir)
search_incs_arch_deps="$kde_includes $kde_extra_includes /usr/lib$kdelibsuff/dbus-1.0/include /usr/local/lib$kdelibsuff/dbus-1.0/include"
search_incs_arch_deps="$kde_includes $kde_extra_includes /usr/lib$tdelibsuff/dbus-1.0/include /usr/local/lib$tdelibsuff/dbus-1.0/include"
AC_FIND_FILE(dbus/dbus-arch-deps.h, $search_incs_arch_deps, dbus_incdir_arch_deps)
if test -r $dbus_incdir/dbus/dbus.h && test -r $dbus_incdir_arch_deps/dbus/dbus-arch-deps.h ; then
@ -306,7 +306,7 @@ fi
dbus_inc=FOUND
fi
search_libs="$kde_libraries $kde_extra_libs /usr/lib$kdelibsuff /usr/local/lib$kdelibsuff"
search_libs="$kde_libraries $kde_extra_libs /usr/lib$tdelibsuff /usr/local/lib$tdelibsuff"
AC_FIND_FILE(libdbus-1.so, $search_libs, dbus_libdir)
if test -r $dbus_libdir/libdbus-1.so ; then

@ -540,7 +540,7 @@ PingServer( Display *dpy )
}
/*
* Modifier changing code based on kdebase/kxkb/kcmmisc.cpp
* Modifier changing code based on tdebase/kxkb/kcmmisc.cpp
*
* XTest part: Copyright (C) 2000-2001 Lubos Lunak <l.lunak@kde.org>
* XKB part: Copyright (C) 2001-2002 Oswald Buddenhagen <ossi@kde.org>

@ -43,7 +43,7 @@ Fri Jul 30 22:33:25 1999 Carsten Pfeiffer <pfeiffer@kde.org>
* LICENSE: remove it, it's redundant.
* kfind/README: Tidy up, and mention inclusion in kdebase.
* kfind/README: Tidy up, and mention inclusion in tdebase.
ver. 0.4.1: Mario Weilguni <mweilguni@kde.org>
* temporary files are no longer needed

@ -3,16 +3,16 @@
<KDevPrjSession>
<Mainframe MaximizeMode="0" />
<DocsAndViews NumberOfDocuments="4" >
<Doc0 CursorPosLine="44" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/eric/kde/kdebase/kfind/kfind.cpp" >
<Doc0 CursorPosLine="44" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/eric/kde/tdebase/kfind/kfind.cpp" >
<View0 Top="0" Width="754" Attach="1" Height="388" Left="0" Focus="0" Type="KWriteView" MinMaxMode="0" />
</Doc0>
<Doc1 CursorPosLine="20" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/eric/kde/kdebase/kfind/kfind.h" >
<Doc1 CursorPosLine="20" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/eric/kde/tdebase/kfind/kfind.h" >
<View0 Top="0" Width="754" Attach="1" Height="388" Left="0" Focus="0" Type="KWriteView" MinMaxMode="0" />
</Doc1>
<Doc2 CursorPosLine="31" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/eric/kde/kdebase/kfind/kftabdlg.h" >
<Doc2 CursorPosLine="31" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/eric/kde/tdebase/kfind/kftabdlg.h" >
<View0 Top="0" Width="754" Attach="1" Height="388" Left="0" Focus="0" Type="KWriteView" MinMaxMode="0" />
</Doc2>
<Doc3 CursorPosLine="51" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/eric/kde/kdebase/kfind/kftabdlg.cpp" >
<Doc3 CursorPosLine="51" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/eric/kde/tdebase/kfind/kftabdlg.cpp" >
<View0 Top="0" Width="754" Attach="1" Height="388" Left="0" Focus="1" Type="KWriteView" MinMaxMode="0" />
</Doc3>
</DocsAndViews>

@ -369,7 +369,7 @@ protocol == "help") by itself and otherwise use the plain URL.
# that connect button. The thing is that this requires a lot of work on the
# application side. The idea is very cool, but we'd have to think about
# outsourceing parts of that functionality, either to KHelpCenter, or to
# kdelibs.
# tdelibs.
## And another idea: The WhatsThis help texts describe all widgets of an
## application (provided that the texts are set by the developers). Currently

@ -98,7 +98,7 @@ void InfoTree::build( NavigatorItem *parent )
KConfig *cfg = kapp->config();
cfg->setGroup( "Info pages" );
TQStringList infoDirFiles = cfg->readListEntry( "Search paths" );
// Default paths taken fron kdebase/kioslave/info/kde-info2html.conf
// Default paths taken fron tdebase/kioslave/info/kde-info2html.conf
if ( infoDirFiles.isEmpty() ) {
infoDirFiles << "/usr/share/info";
infoDirFiles << "/usr/info";

@ -39,7 +39,7 @@
so I don't know if it will work with them or not.
During installation, the files will replace the ones that are part
of the simple version in kdebase. Shortcuts assigned using KMenuEdit
of the simple version in tdebase. Shortcuts assigned using KMenuEdit
should still work, and the config file will be converted to the new format.
However, you should backup all files before removing them ( including
the config file ), so you will be able to go back in case there will be

@ -16,7 +16,7 @@
#include <kaccel.h>
#include <kservice.h>
// see also kdebase/kmenuedit/khotkeys.h
// see also tdebase/kmenuedit/khotkeys.h
extern "C"
{
// initializes khotkeys DSO - loads i18n catalogue

@ -22,7 +22,7 @@
#include <kglobalaccel.h>
#include <kdebug.h>
#include <kapplication.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <tqtimer.h>
#include <kkeynative.h>

@ -5,7 +5,7 @@ Contents
1. Kicker Startup
2. The Extension Manager
3. The Plugin Manager
4. Files Important To Kicker That Aren't In kdebase/kicker
4. Files Important To Kicker That Aren't In tdebase/kicker
5. Top Level Directories
6. Class Overview
7. KIOSK features in Kicker
@ -49,20 +49,20 @@ extensions, which they use the PluginManager (PM) and EM to do.
------------------
4. Files Important To Kicker That Aren't In kdebase/kicker
4. Files Important To Kicker That Aren't In tdebase/kicker
-------------------------------------------------------
There are two important sets of kicker-related files that aren't in this
source tree. The first is the kicker configuration panels, the second are
the applet and extentions classes.
For historical reasons, the configuration panels can be found in
kdebase/kcontrol/kicker. When we move to a better RCS (e.g. subversion)
these files should be moved to kdebase/kicker/kcm
tdebase/kcontrol/kicker. When we move to a better RCS (e.g. subversion)
these files should be moved to tdebase/kicker/kcm
(... add docu here about the structure of the kcm stuff and how it uses
DCOP to communicate with the panels ...)
In kdelibs/tdeui there are two classes that are quite important to kicker.
In tdelibs/tdeui there are two classes that are quite important to kicker.
The first is KPanelApplet, which is the base class of all kicker applets.
The other class is KPanelExtension, which is the base class of all kicker
extensions.
@ -77,7 +77,7 @@ extensively.
---------------------
applets/
The basic set of applets. Everything here subclasses from KPanelApplet found
in kdelibs/tdeui. These can be assumed to exist at startup and are allowed,
in tdelibs/tdeui. These can be assumed to exist at startup and are allowed,
if not encouraged to, access kicker internals.
buttons/
@ -115,7 +115,7 @@ probably be moved / consolidated with core/ eventually.
ui/
Menus and dialogs. Menus tend to contain "_mnu" in the file name. Kicker's
control panels are not found here, however. Those are in i
kdebase/kcontrol/kicker.
tdebase/kcontrol/kicker.
taskbar/
The code that implements the actual taskbar widget. This is wrapped by the

@ -1,7 +1,7 @@
/* Copyright 2004, Daniel Woods Bullok <dan.devel@bullok.com>
distributed under the terms of the
GNU GENERAL PUBLIC LICENSE Version 2 -
See the file kdebase/COPYING for details
See the file tdebase/COPYING for details
*/
#ifndef __easyvector_h__

@ -1,7 +1,7 @@
/* Copyright 2004, Daniel Woods Bullok <dan.devel@bullok.com>
distributed under the terms of the
GNU GENERAL PUBLIC LICENSE Version 2 -
See the file kdebase/COPYING for details
See the file tdebase/COPYING for details
*/
#include "flowgridmanager.h"

@ -1,7 +1,7 @@
/* Copyright 2004, Daniel Woods Bullok <dan.devel@bullok.com>
distributed under the terms of the
GNU GENERAL PUBLIC LICENSE Version 2 -
See the file kdebase/COPYING for details
See the file tdebase/COPYING for details
*/
#ifndef __const_space_grid_h__

@ -1,7 +1,7 @@
/* Copyright 2004, Daniel Woods Bullok <dan.devel@bullok.com>
distributed under the terms of the
GNU GENERAL PUBLIC LICENSE Version 2 -
See the file kdebase/COPYING for details
See the file tdebase/COPYING for details
*/
#ifndef __quickbuttongroup_h__

@ -411,7 +411,7 @@
2004-02-24 Tuesday 11:30 englich
*
Remove all CVS Id tags from kdebase, if I haven't missed one.
Remove all CVS Id tags from tdebase, if I haven't missed one.
Of course, this will multifold break compile as well as a dozen
of people will now object that they actually wanted the Id tags.

@ -59,7 +59,7 @@
#include <tqfile.h>
#include <tqtextstream.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <klocale.h>
#include <kstandarddirs.h>
#include <kglobal.h>

@ -195,7 +195,7 @@ PanelAppletOpMenu::PanelAppletOpMenu(int actions, TQPopupMenu *opMenu, const TQP
}
needSeparator = false;
// NOTE: keditbookmarks is from konqueror. seeing as this is in kdebase
// NOTE: keditbookmarks is from konqueror. seeing as this is in tdebase
// as well this should be ok?
insertItem(SmallIcon("keditbookmarks"),
i18n("&Edit Bookmarks"),

@ -33,7 +33,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
namespace KPIM {
// Yes, ClickLineEdit was copied from libtdepim.
// Can we have it in kdelibs please?
// Can we have it in tdelibs please?
class ClickLineEdit;
}

@ -1,4 +1,4 @@
// Born as kdelibs/kio/kfile/kfilebookmarkhandler.cpp
// Born as tdelibs/kio/kfile/kfilebookmarkhandler.cpp
#include <stdio.h>
#include <stdlib.h>

@ -1,4 +1,4 @@
// Born as kdelibs/kio/kfile/kfilebookmarkhandler.h
// Born as tdelibs/kio/kfile/kfilebookmarkhandler.h
#ifndef KONSOLEBOOKMARKHANDLER_H
#define KONSOLEBOOKMARKHANDLER_H

@ -1,4 +1,4 @@
## Makefile.am of kdebase/kioslave/about
## Makefile.am of tdebase/kioslave/about
INCLUDES= $(all_includes)
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor

@ -1,5 +1,5 @@
## Makfile.am for kio_finger
## Edit from Makefile.am of kdebase/kioslave/man
## Edit from Makefile.am of tdebase/kioslave/man
INCLUDES= $(all_includes)
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor

@ -1,4 +1,4 @@
## Makefile.am of kdebase/kioslave/floppy
## Makefile.am of tdebase/kioslave/floppy
INCLUDES= $(all_includes)
AM_LDFLAGS = $(all_libraries)

@ -1,4 +1,4 @@
## Makefile.am of kdebase/kioslave/info
## Makefile.am of tdebase/kioslave/info
INCLUDES = $(all_includes)

@ -1,4 +1,4 @@
## Makefile.am of kdebase/kioslave/ldap
## Makefile.am of tdebase/kioslave/ldap
INCLUDES = $(all_includes) $(LDAP_INCS)
AM_CXXFLAGS = -DLDAP_DEPRECATED

@ -1,4 +1,4 @@
## Makefile.am of kdebase/kioslave/man
## Makefile.am of tdebase/kioslave/man
INCLUDES= $(all_includes)
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor

@ -26,7 +26,7 @@
#include <klocale.h>
#include <kstandarddirs.h>
#include <kaboutdata.h>
#include <kdeversion.h>
#include <tdeversion.h>
extern "C"
{

@ -146,7 +146,7 @@
#else
# include <tqtextcodec.h>
# include <kdebug.h>
# include <kdeversion.h>
# include <tdeversion.h>
#endif
@ -319,8 +319,8 @@ static void InitStringDefinitions( void )
// \*S "Change to default font size"
#ifndef SIMPLE_MAN2HTML
// Special KDE KIO man:
const TQCString kdeversion(TDE_VERSION_STRING);
s_stringDefinitionMap.insert( ".TDE_VERSION_STRING", StringDefinition( kdeversion.length(), kdeversion ) );
const TQCString tdeversion(TDE_VERSION_STRING);
s_stringDefinitionMap.insert( ".TDE_VERSION_STRING", StringDefinition( tdeversion.length(), tdeversion ) );
#endif
}

@ -27,7 +27,7 @@ if test "x$hal_test" = "xyes" ; then
hal_inc=FOUND
fi
search_libs="$kde_libraries $kde_extra_libs /usr/lib$kdelibsuff /usr/local/lib$kdelibsuff"
search_libs="$kde_libraries $kde_extra_libs /usr/lib$tdelibsuff /usr/local/lib$tdelibsuff"
AC_FIND_FILE(libhal.so libhal-storage.so, $search_libs, hal_libdir)
if test -r $hal_libdir/libhal.so && test -r $hal_libdir/libhal-storage.so ; then
@ -62,7 +62,7 @@ if test "x$hal_test" = "xyes" ; then
search_incs="$kde_includes $kde_extra_includes /usr/include /usr/include/dbus-1.0 /usr/local/include /usr/local/include/dbus-1.0"
AC_FIND_FILE(dbus/dbus.h, $search_incs, dbus_incdir)
search_incs_arch_deps="$kde_includes $kde_extra_includes /usr/lib$kdelibsuff/dbus-1.0/include /usr/local/lib$kdelibsuff/dbus-1.0/include"
search_incs_arch_deps="$kde_includes $kde_extra_includes /usr/lib$tdelibsuff/dbus-1.0/include /usr/local/lib$tdelibsuff/dbus-1.0/include"
AC_FIND_FILE(dbus/dbus-arch-deps.h, $search_incs_arch_deps, dbus_incdir_arch_deps)
if test -r $dbus_incdir/dbus/dbus.h && test -r $dbus_incdir_arch_deps/dbus/dbus-arch-deps.h ; then
@ -70,7 +70,7 @@ if test "x$hal_test" = "xyes" ; then
dbus_inc=FOUND
fi
search_libs="$kde_libraries $kde_extra_libs /usr/lib$kdelibsuff /usr/local/lib$kdelibsuff"
search_libs="$kde_libraries $kde_extra_libs /usr/lib$tdelibsuff /usr/local/lib$tdelibsuff"
AC_FIND_FILE(libdbus-1.so, $search_libs, dbus_libdir)
if test -r $dbus_libdir/libdbus-1.so ; then
@ -119,7 +119,7 @@ if test "x$hal_test" = "xyes" ; then
fi
fi
search_libs="$kde_libraries $kde_extra_libs /usr/lib$kdelibsuff /usr/local/lib$kdelibsuff"
search_libs="$kde_libraries $kde_extra_libs /usr/lib$tdelibsuff /usr/local/lib$tdelibsuff"
AC_FIND_FILE(libdbus-qt-1.so, $search_libs, dbusqt_libdir)
if test -r $dbusqt_libdir/libdbus-qt-1.so ; then

@ -1,4 +1,4 @@
## Makefile.am of kdebase/kioslave/man
## Makefile.am of tdebase/kioslave/man
INCLUDES= $(all_includes)
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor

@ -71,7 +71,7 @@
using namespace KIO;
using namespace std;
//this is taken from kdelibs/tdecore/fakes.cpp
//this is taken from tdelibs/tdecore/fakes.cpp
//#if !defined(HAVE_GETDOMAINNAME)
int x_getdomainname(char *name, size_t len)
@ -425,7 +425,7 @@ void NFSProtocol::openConnection()
hostName=nameBuffer;
// I have the same problem here as Stefan Westerfeld, that's why I use
// the getdomainname() from fakes.cpp (renamed to x_getdomainname()), this one works
// taken from kdelibs/arts/mcopy/mcoputils.cc
// taken from tdelibs/arts/mcopy/mcoputils.cc
nameBuffer[0] = '\0';
if (x_getdomainname(nameBuffer, 1024)==0)
{

@ -1,4 +1,4 @@
## Makefile.am of kdebase/kioslave/sftp
## Makefile.am of tdebase/kioslave/sftp
INCLUDES = $(all_includes)
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor

@ -19,7 +19,7 @@
* See the KSshProcess header for examples on use.
*
* This class uses a hacked version of the PTYProcess
* class. This was needed because the kdelibs PTYProcess does not provide
* class. This was needed because the tdelibs PTYProcess does not provide
* access to the pty file descriptor which we need, because ssh prints the
* password prompt to the pty and reads the password from the pty. I don't
* feel I know enough about ptys to confidently modify the orignial

@ -1,4 +1,4 @@
## Makefile.am of kdebase/kioslave/man
## Makefile.am of tdebase/kioslave/man
INCLUDES=$(all_includes)

@ -1,4 +1,4 @@
## Makefile.am of kdebase/kioslave/tar
## Makefile.am of tdebase/kioslave/tar
INCLUDES = $(all_includes)
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor

@ -1,4 +1,4 @@
## Makefile.am of kdebase/kioslave/thumbnail
## Makefile.am of tdebase/kioslave/thumbnail
INCLUDES = $(all_includes) $(EXR_FLAGS)
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor

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

@ -424,7 +424,7 @@ Sat Nov 25 17:38:27 2000 Carsten Pfeiffer <pfeiffer@kde.org>
1999-02-09 David Faure <faure@kde.org>
* Source imported in kdebase/konqueror
* Source imported in tdebase/konqueror
1999-01-25 Torben Weis <weis@kde.org>

@ -54,8 +54,8 @@ konqueror_la_LIBADD = ../libkonq/libkonq.la libkonqueror_intern.la $(LIBMALLOC)
# Hmm, this experiment of a static konq failed, don't trust it...
# (but feel free to fix it :)
# Note that you need to --enable-debug in kdelibs and kdebase,
# then make clean ; make install in kdelibs and libkonq,
# Note that you need to --enable-debug in tdelibs and tdebase,
# then make clean ; make install in tdelibs and libkonq,
# and make clean ; make konqueror_static in here.
#check_PROGRAMS = konqueror_static
#

@ -1022,7 +1022,7 @@ void KonqKfmIconView::slotDeleteItem( KFileItem * _fileitem )
list.append( _fileitem );
emit m_extension->itemsRemoved( list );
#else
#error "Your kdelibs doesn't have KParts::BrowserExtension::itemsRemoved, please update it to at least 3.5.5"
#error "Your tdelibs doesn't have KParts::BrowserExtension::itemsRemoved, please update it to at least 3.5.5"
#endif
if ( _fileitem == m_dirLister->rootItem() )

@ -448,7 +448,7 @@ void KonqCombo::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;

@ -25,7 +25,7 @@ class KonqMainWindow;
namespace KParts { class ReadOnlyPart; }
/**
* Extension Manager for Konqueror. See KPluginSelector in kdelibs for
* Extension Manager for Konqueror. See KPluginSelector in tdelibs for
* documentation.
*
* @author Martijn Klingens <klingens@kde.org>

@ -1283,7 +1283,7 @@ void KonqBaseListViewWidget::slotDeleteItem( KFileItem * _fileitem )
list.append( _fileitem );
emit m_pBrowserView->extension()->itemsRemoved( list );
#else
#error "Your kdelibs doesn't have KParts::BrowserExtension::itemsRemoved, please update it to at least 3.5.5"
#error "Your tdelibs doesn't have KParts::BrowserExtension::itemsRemoved, please update it to at least 3.5.5"
#endif
iterator it = begin();

@ -1,7 +1,7 @@
- make small programms to print the files and other data better
- printing text
- you can enable for example syntaxhighlighting
- printing pictures (I think that can go than to the kdegraphics package)
- printing pictures (I think that can go than to the tdegraphics package)
- set the position of the picture on the site and something like that
- printing html (homepges)
- print the html code like for the textprinting

@ -16,7 +16,7 @@
Boston, MA 02110-1301, USA.
*/
// Born as kdelibs/kio/kfile/kfilebookmarkhandler.cpp
// Born as tdelibs/kio/kfile/kfilebookmarkhandler.cpp
#include <kpopupmenu.h>
#include <kstandarddirs.h>

@ -16,7 +16,7 @@
Boston, MA 02110-1301, USA.
*/
// Born as kdelibs/kio/kfile/kfilebookmarkhandler.h
// Born as tdelibs/kio/kfile/kfilebookmarkhandler.h
#ifndef KONSOLEBOOKMARKHANDLER_H
#define KONSOLEBOOKMARKHANDLER_H

@ -15,7 +15,7 @@ install-data-local: uninstall.desktop
$(mkinstalldirs) $(DESTDIR)$(kde_appsdir)/System
$(INSTALL_DATA) $(srcdir)/uninstall.desktop $(DESTDIR)$(kde_appsdir)/System/kpersonalizer.desktop
####### kdevelop will overwrite this part!!! (end)############
####### tdevelop will overwrite this part!!! (end)############
SUBDIRS = pics
# this 10 paths are KDE specific. Use them:

@ -300,7 +300,7 @@ void KEyeCandyPage::enableDesktopWallpaper(bool enable, bool user){
/** this function enables/disables the window effects for Shading, Minimize and Restore. The contents in moving/resized windows is set in enableWindowContens(bool ) */
void KEyeCandyPage::enableDesktopWindowEffects(bool enable,bool restore){
// see /kdebase/kcontrol/kwm module, KAdvancedConfig class. Used are:
// see /tdebase/kcontrol/kwm module, KAdvancedConfig class. Used are:
// -Animate minimize and restore
// -Animate shade
// -Enable Hover
@ -321,7 +321,7 @@ void KEyeCandyPage::enableDesktopWindowEffects(bool enable,bool restore){
/** enable/disable window moving with contents shown */
void KEyeCandyPage::enableDesktopWindowMovingContents(bool enable, bool restore){
// see /kdebase/kcontrol/kwm module, KAdvancedConfig class. Used are:
// see /tdebase/kcontrol/kwm module, KAdvancedConfig class. Used are:
// -Display content in moving window
// -Display content in resizing window
// And KGlobalSettings::opaqueResize() for QSplitters
@ -370,7 +370,7 @@ void KEyeCandyPage::enableBackgroundsKonqueror(bool enable){
/** Level 0-2 disable this, Level 3 and above enable this. */
void KEyeCandyPage::enableIconZoomingPanel(bool enable){
// Kicker Icon zooming feature. See /kdebase/kcontrol/kicker, LookAndFeelTab
// Kicker Icon zooming feature. See /tdebase/kcontrol/kicker, LookAndFeelTab
kickerconf->setGroup("buttons");
kickerconf->writeEntry("EnableIconZoom", enable);
}

@ -78,8 +78,8 @@ KStylePage::KStylePage(TQWidget *parent, const char *name ) : KStylePageDlg(pare
connect(klv_styles, TQT_SIGNAL(selectionChanged()),
this, TQT_SLOT(slotCurrentChanged()));
// Note: if the default is changed here it needs to be changed in kdebase/twin/plugins.cpp
// and kdebase/twin/kcmtwin/twindecoration/twindecoration.cpp as well.
// Note: if the default is changed here it needs to be changed in tdebase/twin/plugins.cpp
// and tdebase/twin/kcmtwin/twindecoration/twindecoration.cpp as well.
defaultKWinStyle = TQPixmap::defaultDepth() > 8 ? "twin_plastik" : "twin_quartz";
appliedStyle = NULL;

@ -25,7 +25,7 @@
#include <tqobject.h>
#include <tqcolor.h>
#include <kdelibs_export.h>
#include <tdelibs_export.h>
#ifndef Q_WS_QWS //FIXME

@ -1,4 +1,4 @@
# Makefile.am for kdebase/ksplashml/kcmksplash
# Makefile.am for tdebase/ksplashml/kcmksplash
SUBDIRS=pics
INCLUDES = $(all_includes)

@ -6,7 +6,7 @@ There is a lot of information about KDE on the
also useful sites for major applications like
<A HREF="http://www.konqueror.org/">Konqueror</A>,
<A HREF="http://www.koffice.org/">KOffice</A> and
<A HREF="http://www.kdevelop.org/">KDevelop</A>, or important
<A HREF="http://www.tdevelop.org/">KDevelop</A>, or important
KDE utilities like
<A HREF="http://printing.kde.org/">KDEPrint</A>,
which can be put to its full usage even outside KDE...

@ -225,7 +225,7 @@ between the entry name and the value.
* AddressCountryPosition
These fields define the formatting of postal addresses. For
detailled information on these fields' format, please refer to
kdelibs/kabc/README.AddressFormat
tdelibs/kabc/README.AddressFormat
Hans Petter Bieker <bieker@kde.org>
Lukas Tinkl <lukas@kde.org>

@ -1413,7 +1413,7 @@ void KonqIconViewWidget::slotSaveIconPositions()
// This code is currently not used but left in for compatibility reasons.
// It can be removed in KDE 4.0
// Saving of desktop icon positions is now done in KDIconView::saveIconPositions()
// in kdebase/kdesktop/kdiconview.cc
// in tdebase/kdesktop/kdiconview.cc
// WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
if ( m_dotDirectoryPath.isEmpty() )
@ -1461,7 +1461,7 @@ void KonqIconViewWidget::slotSaveIconPositions()
// This code is currently not used but left in for compatibility reasons.
// It can be removed in KDE 4.0
// Saving of desktop icon positions is now done in KDIconView::saveIconPositions()
// in kdebase/kdesktop/kdiconview.cc
// in tdebase/kdesktop/kdiconview.cc
// WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
}

@ -65,7 +65,7 @@
trash link on desktop
trashed file or directory
application .desktop file
Then the same after uninstalling kdeaddons/konq-plugins (kuick and arkplugin in particular)
Then the same after uninstalling tdeaddons/konq-plugins (kuick and arkplugin in particular)
*/
class KonqPopupMenuGUIBuilder : public KXMLGUIBuilder

@ -38,7 +38,7 @@ TQStringList getSearchPaths()
// setup default paths
if ( !config->hasKey("scanPaths") ) {
TQStringList paths;
// keep sync with kdebase/kcontrol/konqhtml
// keep sync with tdebase/kcontrol/konqhtml
paths.append("$HOME/.mozilla/plugins");
paths.append("$HOME/.netscape/plugins");
paths.append("/usr/lib/iceweasel/plugins");

@ -566,7 +566,7 @@ if test -n "$dl"; then
fi
# Finally, give the session control to the session manager.
# See kdebase/ksmserver for the description of the rest of the startup sequence.
# See tdebase/ksmserver for the description of the rest of the startup sequence.
# If the KDEWM environment variable has been set, then it will be used as Trinity's
# window manager instead of twin.
# If KDEWM is not set, ksmserver will ensure twin is started.

@ -17,7 +17,7 @@ Sat, 23 Oct 99 Geert Jansen <g.t.jansen@stud.tue.nl>
Tue, 28 Sep 99 Geert Jansen <g.t.jansen@stud.tue.nl>
* Integrating tdesu into kdebase
* Integrating tdesu into tdebase
Sat, 25 Sep 99 Geert Jansen <g.t.jansen@stud.tue.nl>

@ -99,7 +99,7 @@ void tdesud_cleanup()
}
// Borrowed from kdebase/kaudio/kaudioserver.cpp
// Borrowed from tdebase/kaudio/kaudioserver.cpp
extern "C" int xio_errhandler(Display *);

@ -1,7 +1,7 @@
/*
* This file is part of the Trinity Desktop Environment
*
* Original file taken from the OpenSUSE kdebase builds
* Original file taken from the OpenSUSE tdebase builds
*
* 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,7 +1,7 @@
/*
* This file is part of the Trinity Desktop Environment
*
* Original file taken from the OpenSUSE kdebase builds
* Original file taken from the OpenSUSE tdebase builds
*
* 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,7 +1,7 @@
/*
* This file is part of the Trinity Desktop Environment
*
* Original file taken from the OpenSUSE kdebase builds
* Original file taken from the OpenSUSE tdebase builds
*
* 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,7 +1,7 @@
/*
* This file is part of the Trinity Desktop Environment
*
* Original file taken from the OpenSUSE kdebase builds
* Original file taken from the OpenSUSE tdebase builds
*
* 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,7 +1,7 @@
/*
* This file is part of the Trinity Desktop Environment
*
* Original file taken from the OpenSUSE kdebase builds
* Original file taken from the OpenSUSE tdebase builds
*
* 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,7 +1,7 @@
/*
* This file is part of the Trinity Desktop Environment
*
* Original file taken from the OpenSUSE kdebase builds
* Original file taken from the OpenSUSE tdebase builds
*
* 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,7 +1,7 @@
/*
* This file is part of the Trinity Desktop Environment
*
* Original file taken from the OpenSUSE kdebase builds
* Original file taken from the OpenSUSE tdebase builds
*
* 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,7 +1,7 @@
/*
* This file is part of the Trinity Desktop Environment
*
* Original file taken from the OpenSUSE kdebase builds
* Original file taken from the OpenSUSE tdebase builds
*
* 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,7 +1,7 @@
/*
* This file is part of the Trinity Desktop Environment
*
* Original file taken from the OpenSUSE kdebase builds
* Original file taken from the OpenSUSE tdebase builds
*
* 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

@ -14,13 +14,13 @@ KWin parts:
===========
There are four parts of KWin:
- The KWin core, located in kdebase/twin/*, which implements the actual functionality.
- The decoration plugins, located in kdebase/twin/clients and kdeartwork/twin-styles, which
- The KWin core, located in tdebase/twin/*, which implements the actual functionality.
- The decoration plugins, located in tdebase/twin/clients and tdeartwork/twin-styles, which
are responsible for the visual representation of the windows.
- The libkdecoration library, located in kdebase/twin/lib/*, which is used for communication
- The libkdecoration library, located in tdebase/twin/lib/*, which is used for communication
between the core and the decoration, and also implements some shared functionality
for the decorations.
- KControl modules, located in kdebase/twin/kcmtwin.
- KControl modules, located in tdebase/twin/kcmtwin.
KWin decorations:
@ -101,7 +101,7 @@ The rest of the files contain additional helper classes:
- group.* - grouping related windows together (warning! This is currently really messy and scary code
that should be rewritten).
- killwindow.* - handling of the Ctrl+Esc feature
- twinbindings.cpp - KWin's keyboard shortcuts (used by kdebase/kcontrol/keys)
- twinbindings.cpp - KWin's keyboard shortcuts (used by tdebase/kcontrol/keys)
- notifications.* - for KNotify
- options.* - all configuration options for KWin are stored in this class
- plugins.* - loading of the right decoration plugin
@ -109,8 +109,8 @@ The rest of the files contain additional helper classes:
- tabbox.* - the Alt+Tab dialog
- utils.* - various small utility functions/classes
KWin also uses code from kdelibs, specifically files netwm.cpp, netwm.h, netwm_def.h and netwm_p.h
from kdelibs/tdecore. These files implement support for the EWMH window manager specification,
KWin also uses code from tdelibs, specifically files netwm.cpp, netwm.h, netwm_def.h and netwm_p.h
from tdelibs/tdecore. These files implement support for the EWMH window manager specification,
originally called NETWM (hence the filenames).

@ -160,7 +160,7 @@ mainwindow should in the cookie dialog case point to the Konqueror window
for which it has been shown. This is solved in kcookiejar by including
the window id in the DCOP call. When the cookie dialog is shown, its
WM_TRANSIENT_FOR property is manually set using the XSetTransientForHint()
call (see kdelibs/kioslave/http/kcookiejar/kcookiewin.cpp). The arguments
call (see tdelibs/kioslave/http/kcookiejar/kcookiewin.cpp). The arguments
to XSetTransientForHint() call are the X display (i.e. qt_xdisplay()),
the window id on which the WM_TRANSIENT_FOR property is to be set
(i.e. use QWidget::winId()), and the window id of the mainwindow.

@ -3,7 +3,7 @@ follow the following requirements:
A) You must follow the current color scheme for all decorations. *No* fixed
pixmaps are allowed for the clients. If you wish to draw your decorations
use as few shades as possible, then use kpixmap2bitmap in kdegraphics
use as few shades as possible, then use kpixmap2bitmap in tdegraphics
to convert them into individual bitmaps. Once this is done you can
draw the bitmaps using a colorgroup with kColorBitmaps.

@ -30,7 +30,7 @@ DEALINGS IN THE SOFTWARE.
#include <tqobject.h>
#include <tqiconset.h>
#include <netwm_def.h>
#include <kdeversion.h>
#include <tdeversion.h>
class KDecorationOptionsPrivate;
class KDecorationBridge;

@ -165,15 +165,15 @@ bool KDecorationPlugins::loadPlugin( TQString nameStr )
pluginStr = nameStr;
// For clients in kdeartwork
// For clients in tdeartwork
TQString catalogue = nameStr;
catalogue.replace( "twin3_", "twin_" );
KGlobal::locale()->insertCatalogue( catalogue );
// For KCommonDecoration based clients
KGlobal::locale()->insertCatalogue( "twin_lib" );
// For clients in kdebase
// For clients in tdebase
KGlobal::locale()->insertCatalogue( "twin_clients" );
// For clients in kdeartwork
// For clients in tdeartwork
KGlobal::locale()->insertCatalogue( "twin_art_clients" );
old_library = oldLibrary; // save for delayed destroying

@ -1,4 +1,4 @@
#error The KWin decorations API provided by this header file is obsolete.
#error All code using it will have to be ported to the new KDecoration API.
// See kdebase/twin/clients/PORTING .
// See tdebase/twin/clients/PORTING .

@ -1,4 +1,4 @@
#error The KWin decorations API provided by this header file is obsolete.
#error All code using it will have to be ported to the new KDecoration API.
// See kdebase/twin/clients/PORTING .
// See tdebase/twin/clients/PORTING .

@ -1,4 +1,4 @@
#error The KWin decorations API provided by this header file is obsolete.
#error All code using it will have to be ported to the new KDecoration API.
// See kdebase/twin/clients/PORTING .
// See tdebase/twin/clients/PORTING .

@ -1,4 +1,4 @@
#error The KWin decorations API provided by this header file is obsolete.
#error All code using it will have to be ported to the new KDecoration API.
// See kdebase/twin/clients/PORTING .
// See tdebase/twin/clients/PORTING .

Loading…
Cancel
Save