Branding cleanup: KDE -> TDE.

pull/1/head
Darrell Anderson 12 years ago
parent 65b9cbcc34
commit 8d740ff033

@ -5,7 +5,7 @@ Kurt Granroth <granroth@kde.org>
What is it? What is it?
----------- -----------
KAppTemplate is a shell script that will create the necessary KAppTemplate is a shell script that will create the necessary
framework to develop various KDE applications. It takes care of the framework to develop various TDE applications. It takes care of the
autoconf/automake code as well as providing a skeleton and example of autoconf/automake code as well as providing a skeleton and example of
what the code typically looks like. what the code typically looks like.

@ -3,7 +3,7 @@
** Usage: ** Usage:
kstartperf measures startup time for KDE applications. Usage is simple: kstartperf measures startup time for TDE applications. Usage is simple:
$ kstartperf konsole $ kstartperf konsole

@ -75,7 +75,7 @@ completions/ Contains useful scripts to enhance the auto-complete feature of som
=== INFORMATION EXTRACTION === INFORMATION EXTRACTION
alldcop.rb Shows an pseudo-XML representation of the DCOP interfaces for alldcop.rb Shows an pseudo-XML representation of the DCOP interfaces for
currently-running KDE applications. Does not require currently-running TDE applications. Does not require
Korundum. Korundum.
authors2xml.pl Extract author information from C++ files and print it out authors2xml.pl Extract author information from C++ files and print it out

@ -44,7 +44,7 @@
# 3 run "man ./kstars.1" to check out the generated page.. # 3 run "man ./kstars.1" to check out the generated page..
# PROBLEMS: # PROBLEMS:
# Only works for full KDE applications that use KCmdLineArgs ( # Only works for full TDE applications that use KCmdLineArgs (
# inherent to my approach, but most KDE apps fulfill this requirement # inherent to my approach, but most KDE apps fulfill this requirement
# ) # )

@ -9,15 +9,15 @@ global
# binpath controls the value of the PATH environment variable during # binpath controls the value of the PATH environment variable during
# compilation. If you have unusual tools that need to be in the path to build # compilation. If you have unusual tools that need to be in the path to build
# KDE, add them here. KDE's and Qt's programs are automatically added. # TDE, add them here. TDE's and Qt's programs are automatically added.
binpath /bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin binpath /bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
# binpath /usr/lib/ccache/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin # binpath /usr/lib/ccache/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
# This is the directory that your KDE sources are downloaded to. This # This is the directory that your TDE sources are downloaded to. This
# directory also holds the build and log directories by default. # directory also holds the build and log directories by default.
# source-dir ~/tdesvn # source-dir ~/tdesvn
# This is the Qt installation to use to build KDE. The default is qt-copy # This is the Qt installation to use to build TDE. The default is qt-copy
# from Subversion. # from Subversion.
qtdir ~/tdesvn/build/qt-copy qtdir ~/tdesvn/build/qt-copy
@ -25,7 +25,7 @@ global
# 4.x). If so, assign the qtdir option appropriately. # 4.x). If so, assign the qtdir option appropriately.
# qtdir /path/to/system/qt # qtdir /path/to/system/qt
# This is the Subversion server to download the KDE sources from. Developers: # This is the Subversion server to download the TDE sources from. Developers:
# Don't forget to add your username to the URL if necessary! # Don't forget to add your username to the URL if necessary!
# svn-server svn://anonsvn.kde.org/home/kde # svn-server svn://anonsvn.kde.org/home/kde
@ -34,7 +34,7 @@ global
# after these flags to allow the module setting to override the global setting. # after these flags to allow the module setting to override the global setting.
configure-flags --enable-debug configure-flags --enable-debug
# These are the compilation flags to use by default when compiling KDE. # These are the compilation flags to use by default when compiling TDE.
# gcc supports a -march option in order to generate specific code for pentium4, athlon-xp, # gcc supports a -march option in order to generate specific code for pentium4, athlon-xp,
# etc. See the gcc man page for more information. # etc. See the gcc man page for more information.
cxxflags -pipe cxxflags -pipe
@ -60,12 +60,12 @@ global
# absolute path if you'd like (begin the path with a slash). # absolute path if you'd like (begin the path with a slash).
# build-dir build # build-dir build
# This is the directory that KDE will end up installed at. The default is # This is the directory that TDE will end up installed at. The default is
# appropriate for a single-user installation of KDE, which requires no root # appropriate for a single-user installation of TDE, which requires no root
# permissions. If you'd like, you can install and use the sudo program to # permissions. If you'd like, you can install and use the sudo program to
# install KDE anywhere on your system, in conjunction with the # install TDE anywhere on your system, in conjunction with the
# make-install-prefix option. # make-install-prefix option.
# tdedir ~/kde # tdedir ~/.trinity
# #
# You can overwrite the installation directory for a given module using # You can overwrite the installation directory for a given module using
# the per-module "prefix" option. Note that when doing this you need to # the per-module "prefix" option. Note that when doing this you need to
@ -73,7 +73,7 @@ global
# and that you should use separate test users or TDEHOME values to separate # and that you should use separate test users or TDEHOME values to separate
# the ksycoca databases. Only set prefix if you know what you're doing. # the ksycoca databases. Only set prefix if you know what you're doing.
# If you would like install KDE to the system (DO NOT INSTALL *over* a prior # If you would like install TDE to the system (DO NOT INSTALL *over* a prior
# installation!), then you'll probably need to use sudo to install everything. # installation!), then you'll probably need to use sudo to install everything.
# make-install-prefix sudo # make-install-prefix sudo
@ -100,7 +100,7 @@ module qt-copy
module-base-path branches/qt/3.3 module-base-path branches/qt/3.3
end module end module
# arts is the KDE sound library. # arts is the TDE sound library.
module arts module arts
end module end module
@ -109,7 +109,7 @@ end module
module tdesupport module tdesupport
end module end module
# tdelibs are the base KDE libraries needed by all KDE applications. # tdelibs are the base TDE libraries needed by all TDE applications.
module tdelibs module tdelibs
configure-flags --enable-sendfile --enable-mitshm configure-flags --enable-sendfile --enable-mitshm
@ -124,7 +124,7 @@ module tdebase
configure-flags --with-pam --with-shadow configure-flags --with-pam --with-shadow
end module end module
# tdemultimedia contains JuK, noatun, Kaboodle, and other KDE multimedia # tdemultimedia contains JuK, noatun, Kaboodle, and other TDE multimedia
# applications. It does not include amarok, which is in extragear/multimedia # applications. It does not include amarok, which is in extragear/multimedia
module tdemultimedia module tdemultimedia
end module end module
@ -145,7 +145,7 @@ module tdeadmin
end module end module
# tdebindings is useful for software developers, and for those who wish to run # tdebindings is useful for software developers, and for those who wish to run
# some KDE programs that don't use C++. The python bindings are not included # some TDE programs that don't use C++. The python bindings are not included
# by default as they never build for me. If you'd like to build all the # by default as they never build for me. If you'd like to build all the
# bindings, comment out the checkout-only option below. # bindings, comment out the checkout-only option below.
module tdebindings module tdebindings
@ -175,7 +175,7 @@ end module
module tdegraphics module tdegraphics
end module end module
# tdeaddons are nifty additions to some programs in other KDE modules. For # tdeaddons are nifty additions to some programs in other TDE modules. For
# example, there are addons for Konqueror, extra Kicker applets, and Noatun # example, there are addons for Konqueror, extra Kicker applets, and Noatun
# plugins. # plugins.
module tdeaddons module tdeaddons
@ -195,7 +195,7 @@ end module
module tdeedu module tdeedu
end module end module
# The KDE Office Suite. Includes a pretty expansive collection of programs. # The TDE Office Suite. Includes a pretty expansive collection of programs.
# It is rather large, so you can cut download and build times by removing it # It is rather large, so you can cut download and build times by removing it
# from this file. # from this file.
module koffice module koffice

@ -11,7 +11,7 @@ KCachegrind visualizes traces, generated by profiling, in various ways;
most notable is the TreeMap visualization of the calls happening most notable is the TreeMap visualization of the calls happening
and a condensed version of it, the Coverage analysis. and a condensed version of it, the Coverage analysis.
KCachegrind is designed to allow fast browsing and to provide a quick KCachegrind is designed to allow fast browsing and to provide a quick
overview of very large programs, such as KDE applications (but not overview of very large programs, such as TDE applications (but not
limited to!). limited to!).
At the moment, it uses Cachegrind as profiling backend, which is using At the moment, it uses Cachegrind as profiling backend, which is using

@ -63,7 +63,7 @@ class UMLFolder;
* *
* The UMLDoc class provides a document object that can be used * The UMLDoc class provides a document object that can be used
* in conjunction with the classes UMLApp and UMLView to create * in conjunction with the classes UMLApp and UMLView to create
* a document-view model for standard KDE applications based on * a document-view model for standard TDE applications based on
* KApplication and KMainWindow. Thereby, the document object * KApplication and KMainWindow. Thereby, the document object
* is created by the UMLApp instance and contains the document * is created by the UMLApp instance and contains the document
* structure with the according methods for manipulation of the * structure with the according methods for manipulation of the

Loading…
Cancel
Save