Rebranding: TDE Control Center --> Trinity Control Center

pull/2/head
Michele Calgaro 10 years ago
parent cbc0ec1b78
commit 3e5e875832

@ -42,7 +42,7 @@ libraries. Here is an overview of the directories:
programs.
* kcontrol
The TDE Control Center allows you to tweak the KDE settings.
The Trinity Control Center allows you to tweak the KDE settings.
* kdcop
GUI app to browse for DCOP interfaces, can also execute them.

@ -1149,7 +1149,7 @@ now.
deprecated and no longer maintained. What was good in qtcups is all inherited
by "kprinter", the new TDE print dialog (which is much improved over qtcups);
what you liked about kups is now all in the TDEPrint Manager (accessible
via the TDE Control Center or via the URL "print:/manager" from Konqueror) --
via the Trinity Control Center or via the URL "print:/manager" from Konqueror) --
with more functionality and less bugs... Its former developer, Michael Goffioul, is now
the developer of TDEPrint -- mdash; a very nice and productive guy and quick bug fixer...
</para>

@ -748,7 +748,7 @@ void KAccessApp::xkbControlsNotify(XkbControlsNotifyEvent *event)
createDialogContents();
featuresLabel->setText ( question+"\n\n"+explanation
+" "+i18n("These AccessX settings are needed for some users with motion impairments and can be configured in the TDE Control Center. You can also turn them on and off with standardized keyboard gestures.\n\nIf you do not need them, you can select \"Deactivate all AccessX features and gestures\".") );
+" "+i18n("These AccessX settings are needed for some users with motion impairments and can be configured in the Trinity Control Center. You can also turn them on and off with standardized keyboard gestures.\n\nIf you do not need them, you can select \"Deactivate all AccessX features and gestures\".") );
KWin::setState( dialog->winId(), NET::KeepAbove );
kapp->updateUserTimestamp();

@ -1,7 +1,7 @@
/***************************************************************************
* Copyright (C) 2003 by Martin Koller *
* m.koller@surfeu.at *
* This file is part of the TDE Control Center Module for Joysticks *
* This file is part of the Trinity Control Center Module for Joysticks *
* *
* 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 @@
/***************************************************************************
* Copyright (C) 2003 by Martin Koller *
* m.koller@surfeu.at *
* This file is part of the TDE Control Center Module for Joysticks *
* This file is part of the Trinity Control Center Module for Joysticks *
* *
* 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 @@
/***************************************************************************
* Copyright (C) 2003 by Martin Koller *
* m.koller@surfeu.at *
* This file is part of the TDE Control Center Module for Joysticks *
* This file is part of the Trinity Control Center Module for Joysticks *
* *
* 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 @@
/***************************************************************************
* Copyright (C) 2003 by Martin Koller *
* m.koller@surfeu.at *
* This file is part of the TDE Control Center Module for Joysticks *
* This file is part of the Trinity Control Center Module for Joysticks *
* *
* 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 @@
/***************************************************************************
* Copyright (C) 2003 by Martin Koller *
* m.koller@surfeu.at *
* This file is part of the TDE Control Center Module for Joysticks *
* This file is part of the Trinity Control Center Module for Joysticks *
* *
* 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 *
@ -70,7 +70,7 @@ joystick::joystick(TQWidget *parent, const char *name, const TQStringList &)
: TDECModule(JoystickFactory::instance(), parent, name)
{
setAboutData( new TDEAboutData("kcmjoystick", I18N_NOOP("TDE Joystick Control Module"), "1.0",
I18N_NOOP("TDE Control Center Module to test Joysticks"),
I18N_NOOP("Trinity Control Center Module to test Joysticks"),
TDEAboutData::License_GPL, "(c) 2004, Martin Koller",
0, "m.koller@surfeu.at"));

@ -1,7 +1,7 @@
/***************************************************************************
* Copyright (C) 2003 by Martin Koller *
* m.koller@surfeu.at *
* This file is part of the TDE Control Center Module for Joysticks *
* This file is part of the Trinity Control Center Module for Joysticks *
* *
* 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 @@
/***************************************************************************
* Copyright (C) 2003 by Martin Koller *
* m.koller@surfeu.at *
* This file is part of the TDE Control Center Module for Joysticks *
* This file is part of the Trinity Control Center Module for Joysticks *
* *
* 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 @@
/***************************************************************************
* Copyright (C) 2003 by Martin Koller *
* m.koller@surfeu.at *
* This file is part of the TDE Control Center Module for Joysticks *
* This file is part of the Trinity Control Center Module for Joysticks *
* *
* 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 @@
/***************************************************************************
* Copyright (C) 2003 by Martin Koller *
* m.koller@surfeu.at *
* This file is part of the TDE Control Center Module for Joysticks *
* This file is part of the Trinity Control Center Module for Joysticks *
* *
* 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 @@
/***************************************************************************
* Copyright (C) 2003 by Martin Koller *
* m.koller@surfeu.at *
* This file is part of the TDE Control Center Module for Joysticks *
* This file is part of the Trinity Control Center Module for Joysticks *
* *
* 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 *

@ -103,7 +103,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char *argv[])
TDELocale::setMainCatalogue("kcontrol");
TDEAboutData aboutKControl( "kcontrol", I18N_NOOP("Trinity Control Center"),
KCONTROL_VERSION, I18N_NOOP("The Trinity Control Center"), TDEAboutData::License_GPL,
I18N_NOOP("(c) 1998-2004, The TDE Control Center Developers"));
I18N_NOOP("(c) 1998-2004, The Trinity Control Center Developers"));
TQCString argv_0 = argv[0];
TDEAboutData *aboutData;

@ -5,7 +5,7 @@ Type=Application
DocPath=kcontrol/index.html
X-TDE-StartupNotify=true
Name=TDE Control Center
Name=Trinity Control Center
Name[ca]=Centre de control del TDE
Name[cs]=Ovládací centrum TDE
Name[da]=TDE Kontrolcenter

@ -137,7 +137,7 @@ void KKeyModule::init( bool isGlobal, bool _bSeriesOnly, bool bSeriesNone )
// That move will take a lot of UI redesigning, though, so i'll do it once CVS
// opens up for feature commits again. -- ellis
/* Needed to remove because this depended upon non-BC changes in KeyEntry.*/
// If this is the "Global Keys" section of the TDE Control Center:
// If this is the "Global Keys" section of the Trinity Control Center:
if( isGlobal && !bSeriesOnly ) {
preferMetaBt = new TQCheckBox( i18n("Prefer 4-modifier defaults"), this );
if( !KKeySequence::keyboardHasMetaKey() )

@ -1,2 +1,2 @@
This is a TDE Control Center Module for configuring system notifications
This is a Trinity Control Center Module for configuring system notifications

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

@ -135,7 +135,7 @@ void View::showAboutPage()
.arg( i18n( "Frequently Asked Questions" ) )
.arg( i18n( "Basic Applications" ) )
.arg( i18n( "The Kicker Desktop Panel" ) )
.arg( i18n( "The TDE Control Center" ) )
.arg( i18n( "The Trinity Control Center" ) )
.arg( i18n( "The Konqueror File manager and Web Browser" ) )
.arg( langLookup( "khelpcenter/kdelogo2.png" ) );
begin( KURL( "about:khelpcenter" ) );

@ -35,7 +35,7 @@ static const char version[] = "1.0";
extern "C" int KDE_EXPORT kdemain( int argc, char **argv )
{
TDELocale::setMainCatalogue("kmenuedit");
TDEAboutData aboutData("kcontroledit", I18N_NOOP("TDE Control Center Editor"),
TDEAboutData aboutData("kcontroledit", I18N_NOOP("Trinity Control Center Editor"),
version, description, TDEAboutData::License_GPL,
"(C) 2000-2004, Waldo Bastian, Raffaele Sandrini, Matthias Elter");
aboutData.addAuthor("Waldo Bastian", I18N_NOOP("Maintainer"), "bastian@kde.org");

@ -4032,7 +4032,7 @@ void KonqMainWindow::initActions()
m_paHome->setWhatsThis( i18n( "Navigate to your 'Home Location'<p>"
"You can configure the location this button takes you to in the "
"<b>TDE Control Center</b>, under <b>File Manager</b>/<b>Behavior</b>." ) );
"<b>Trinity Control Center</b>, under <b>File Manager</b>/<b>Behavior</b>." ) );
m_paHome->setToolTip( i18n( "Navigate to your 'Home Location'" ) );
m_paReload->setWhatsThis( i18n( "Reload the currently displayed document<p>"

@ -11,7 +11,7 @@ browser plugins in KDE applications.
- sdk/ - headers from the Netscape(R) browser plugin SDK.
- control/ - TDE Control Center applet for managing plugins
- control/ - Trinity Control Center applet for managing plugins
- test/ - simple applications to test nsplugin
@ -132,7 +132,7 @@ with .so extension. A forking mechanism is implemented to prevent
faulty .so's from crashing the scanning process.
This utility is usually not invoked standalone, but used by the
TDE Control Center applet which invokes it on:
Trinity Control Center applet which invokes it on:
- explicit request (ie. pressing "Scan for new plugins" button)
- KDE startup (in the applet's initialization code)
- first time the applet is ran
@ -203,7 +203,7 @@ The Control Center applet allows the user to:
- See which plugins "pluginscan" found (by reading the plugin cache).
- Force a "pluginscan" rescan.
The TDE Control Center API is well documented in the KDE SDK.
The Trinity Control Center API is well documented in the KDE SDK.
Compatibility notes
===================

@ -72,7 +72,7 @@ TDM's config files are all located in ${tde_confdir}/tdm.
deriving it from an already present TDM/XDM installation or by using
defaults if no previous installation is found.
You can change the configuration from the TDE Control Center. You will
You can change the configuration from the Trinity Control Center. You will
find the "Login Manager" module in the "System Administration" group.
Have a look at README.pam in the tdebase top level directory if your

Loading…
Cancel
Save