diff --git a/AUTHORS b/AUTHORS index 84a23cda5..b94e038d5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,6 +2,6 @@ Look in the appropriate subdirectories or files to get more information about the authors. The package is maintained by Timothy Pearson , 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 diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ac4ce683..6962394a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,9 +14,9 @@ cmake_minimum_required( VERSION 2.8 ) ##### general package setup ##################### -project( kdelibs ) +project( tdelibs ) -set( PACKAGE kdelibs ) +set( PACKAGE tdelibs ) set( VERSION "3.5.13" ) diff --git a/COMPILING b/COMPILING index d572b2b6d..af6808032 100644 --- a/COMPILING +++ b/COMPILING @@ -18,8 +18,8 @@ Make sure you get the following stuff from the repository: qt-copy (This is qt-3.3.2) arts -kdelibs -kdebase (strongly recommended but not strictly necessary) +tdelibs +tdebase (strongly recommended but not strictly necessary) It is important that you compile AND INSTALL the above packages in the @@ -91,7 +91,7 @@ file, "Makefile.in" as well as "Makefile" files. So it can be that after some struggle to get QTDIR/KDEDIR setup correctly your setup is actually correct, but old -incorrect- settings are still lying around. -The best thing to do in such a case is to do a "svn-clean" (from kdesdk/scripts). +The best thing to do in such a case is to do a "svn-clean" (from tdesdk/scripts). This removes all files which aren't stored in the repository. You can then start all over again with "makefile -f Makefile.cvs". Make sure you don't have any important files lying around in your source tree any more, they will be deleted! @@ -102,20 +102,20 @@ Makefile.am but not a Makefile. If you try to compile such a directory you will get an error like: Making all in management - make[3]: Entering directory /home/gregturp/KDE/kdelibs/tdeprint/management' + make[3]: Entering directory /home/gregturp/KDE/tdelibs/tdeprint/management' make[3]: *** No rule to make target all'. Stop. - make[3]: Leaving directory /home/gregturp/KDE/kdelibs/tdeprint/management' + make[3]: Leaving directory /home/gregturp/KDE/tdelibs/tdeprint/management' make[2]: *** [all-recursive] Error 1 - make[2]: Leaving directory /home/gregturp/KDE/kdelibs/tdeprint' + make[2]: Leaving directory /home/gregturp/KDE/tdelibs/tdeprint' make[1]: *** [all-recursive] Error 1 - make[1]: Leaving directory /home/gregturp/KDE/kdelibs' + make[1]: Leaving directory /home/gregturp/KDE/tdelibs' make: *** [all-recursive-am] Error 2 The solution is to redo "make -f Makefile.cvs; ./configure". You can create a single Makefile from a Makefile.am file with the -kdesdk/scripts/create_makefile script. Make sure to run it from the toplevel -directory. (E.g. /home/gregturp/KDE/kdelibs) +tdesdk/scripts/create_makefile script. Make sure to run it from the toplevel +directory. (E.g. /home/gregturp/KDE/tdelibs) Problems? ========= @@ -131,7 +131,7 @@ a 'q', you probably have not setup your QTDIR correct or have the wrong version of Qt. If you encounter compile errors after updating from SVN, check whether you -need to update kdelibs as well. If the problems persists, wait a few hours, +need to update tdelibs as well. If the problems persists, wait a few hours, usually compile errors are fixed shortly after they have been introduced. If you still have problems read the kde-devel@kde.org mailinglist and/or diff --git a/COMPILING.html b/COMPILING.html index eb288a7d1..0169e9ce6 100644 --- a/COMPILING.html +++ b/COMPILING.html @@ -13,8 +13,8 @@ should use "make distclean" instead of "make cvs-clean")

@@ -66,7 +66,7 @@ kde-common module.

Example:

-cd kdelibs
+cd tdelibs
 ln -s ../kde-common/admin
 
@@ -113,7 +113,7 @@ a 'q', you probably have not setup your QTDIR correct or have the wrong version of Qt.

If you encounter compile errors after updating from CVS, check whether you -need to update kdelibs as well. If the problems persists, wait a few hours, +need to update tdelibs as well. If the problems persists, wait a few hours, usually compile errors are fixed shortly after they have been introduced.

If you still have problems read the kde-devel@kde.org mailinglist and/or diff --git a/KDE2PORTING.html b/KDE2PORTING.html index da4cd7312..0995905df 100644 --- a/KDE2PORTING.html +++ b/KDE2PORTING.html @@ -70,9 +70,9 @@ or this page online.

The first step to get your KDE application to compile under KDE 2.0, is to detect KDE 2.0 and Qt 2.x at configure time. The easiest way to get a working autoconf/automake framework, is to either use - KDevelop or + KDevelop or kapptemplate - (available in CVS under the module "kdesdk"), to generate a new + (available in CVS under the module "tdesdk"), to generate a new application template. Replace the generated source files by yours and adapt Makefile.am accordingly. @@ -80,11 +80,11 @@ or this page online.

Global changes

- We did our best to clean up the header files of kdelibs, so they do + We did our best to clean up the header files of tdelibs, so they do not include unnecessary bloat for your application. As a consequence, you may notice that some header files are missing from your source files as they have been included before by kapp.h for example. There is a script - in kdesdk/scripts called "fixheaders" that takes care of most of these + in tdesdk/scripts called "fixheaders" that takes care of most of these cases. Just call "make -k 2>&1 | perl .../fixheaders" and it will try to look after the error messages and add includes as it recognize the errors.

@@ -175,7 +175,7 @@ or this page online.

certain option was specified on the command line and your application now automatically supports --help and --version. It aborts with a useful error message when the command line contains a syntax error. - See kdelibs/tdecore/kcmdlineargs.h for more info.

+ See tdelibs/tdecore/kcmdlineargs.h for more info.

Return to the Table of Contents

@@ -505,14 +505,14 @@ are necessary to convert your old KDND-based stuff to Qt DND.

Replacement table :

- + - + - - + + @@ -552,10 +552,10 @@ input font most closely, but can display the given charset.

KWizard, KNoteBook

KWizard is based on TQWizard now. The API has changed. Consult Qt's -documentation and kdelibs/kdetest/kwizardtest.cpp for an example use.

+documentation and tdelibs/kdetest/kwizardtest.cpp for an example use.

KNoteBook (deeply entwined with the former KWizard) has been removed until someone is willing to port it to work with the new wizard. If you want to -use it you'll find the necessary files in kdegraphics/kiconedit.

+use it you'll find the necessary files in tdegraphics/kiconedit.

Return to the Table of Contents

@@ -674,7 +674,7 @@ KPixmapEffect::
PipeCross,
Elliptic]
KFM::download -> KIO::NetAccess::download (kdelibs/kio/netaccess.h)
KFM::download -> KIO::NetAccess::download (tdelibs/kio/netaccess.h)
KFM::removeTempFile -> KIO::NetAccess::removeTempFile
refreshDesktop, sortDesktop, selectRootIcons : removed; kdesktop handles it
KFM::configure -> see konqueror DCOP interface
KFM::openURL -> "(void) new KRun (url)" (kdelibs/kio/krun.h)
KFM::openURL -> "(void) new KRun (url)" (tdelibs/kio/krun.h)
KFM::refreshDirectory -> not needed anymore since konqy/kdesktop use KDirWatch
KFM::openProperties -> "(void) new KPropertiesDialog (url)" (kdelibs/kfile/kpropsdlg.h)
KFM::exec -> "(void) new KRun (url)" (kdelibs/kio/krun.h)
KFM::openProperties -> "(void) new KPropertiesDialog (url)" (tdelibs/kfile/kpropsdlg.h)
KFM::exec -> "(void) new KRun (url)" (tdelibs/kio/krun.h)
KFM::copy, KFM::move -> KIO::Job (async, see kio/job.h)
or KIO::NetAccess (sync, see kio/netaccess.h)
DlgLocation -> Use KLineEditDlg (tdeui/klineeditdlg.h) instead
-Gradients. See kdelibs/kdetest/kgradienttest & kunbalancedgradienttest for +Gradients. See tdelibs/kdetest/kgradienttest & kunbalancedgradienttest for information on how they actually look.

Look further in this document for other info about pixmap effect code @@ -778,7 +778,7 @@ The format for modules for the KDE Control Center has changed quite a bit. If you want to port your module to the new schema, please consult

-kdebase/kcontrol/README

+tdebase/kcontrol/README

which explains what needs to be done.

@@ -805,9 +805,9 @@ provides some useful lists, like the list of all managed windows). Use kdDebug, kdWarning, kdError, kdFatal to log debug output, warnings and errors in a very flexible way. kdebug has been improved, and the API simplified. -kdesdk/scripts/kDebug2kdDebug.sh provides a script for automating the conversion. +tdesdk/scripts/kDebug2kdDebug.sh provides a script for automating the conversion. Note that enabling/disabling debug output can now be done with kdebugdialog, -which can be found in kdebase. The hidden dialog on C+S+F12 no longer exists. +which can be found in tdebase. The hidden dialog on C+S+F12 no longer exists.

Also, note that qDebug and fprintf aren't disabled by -DNDEBUG, whereas kdDebug is. One more reason to use kdDebug ! diff --git a/KDE3PORTING.html b/KDE3PORTING.html index 7ef397c0b..e5849d74c 100644 --- a/KDE3PORTING.html +++ b/KDE3PORTING.html @@ -33,9 +33,9 @@ or this page online.

The first step to get your KDE application to compile under KDE 3.0, is to detect KDE 3.0 and Qt 3.x at configure time. The easiest way to get a working autoconf/automake framework, is to either use - KDevelop or + KDevelop or kapptemplate - (available in CVS under the module "kdesdk"), to generate a new + (available in CVS under the module "tdesdk"), to generate a new application template. Replace the generated source files by yours and adapt Makefile.am accordingly.

@@ -253,7 +253,7 @@ hardware accelerated alpha blending.

KAnimWidget

This class no longer supports reading a list of images, instead it uses a single image-file that has been prepared with the kimage_concat tool. -See kdelibs/pics/hicolor/kde for an example of its use. +See tdelibs/pics/hicolor/kde for an example of its use.

KContainerLayout

This class has been removed, use Qt layouts instead. @@ -471,7 +471,7 @@ setURLArgs does the job.

Changes in kspell

KSpell

-The API has been cleaned up to be in line with the rest of kdelibs, in particular: +The API has been cleaned up to be in line with the rest of tdelibs, in particular: