Branding cleanup.

remotes/origin/feat/cmakeConv
Darrell Anderson 10 years ago
parent 7aee7af8ef
commit 974af48ed9

@ -2,7 +2,7 @@
<title>About &kapp;</title>
<para>
&kapp; is a KDE-based source-editing environment for C and C-style languages. Primarily, it is a front-end to the veteran <ulink url="http://cscope.sourceforge.net">Cscope</ulink>, a source-code browser originally developed at Bell Labs. <application>Cscope</application> works by parsing a set of source files, creating a cross-reference database, and allowing the user to query this database. &kapp; extends the feature-set of <application>Cscope</application> with a contemporary user interface, editor integration, project management capabilities, multiple query result windows, call trees and graphs, and more.
&kapp; is a TDE-based source-editing environment for C and C-style languages. Primarily, it is a front-end to the veteran <ulink url="http://cscope.sourceforge.net">Cscope</ulink>, a source-code browser originally developed at Bell Labs. <application>Cscope</application> works by parsing a set of source files, creating a cross-reference database, and allowing the user to query this database. &kapp; extends the feature-set of <application>Cscope</application> with a contemporary user interface, editor integration, project management capabilities, multiple query result windows, call trees and graphs, and more.
</para>
<para>

@ -5,7 +5,7 @@
<title>The Editor</title>
<para>
&kapp; does not provide its own editor. Instead, it utilises KDE's KTextEditor infrastructure to embed the system's default editor. This means that any editor that supports the KTextEditor interface (e.g., &kate;, <application>KVim</application>) can be used with &kapp;. The editor is defined in KDE's control centre.
&kapp; does not provide its own editor. Instead, it utilises TDE's KTextEditor infrastructure to embed the system's default editor. This means that any editor that supports the KTextEditor interface (e.g., &kate;, <application>KVim</application>) can be used with &kapp;. The editor is defined in TDE's control centre.
</para>
<para>
In any matter related to operating or configuring the editor, please refer to the manual of the editor itself.

@ -66,16 +66,16 @@ Do NOT change these in the translation. -->
<abstract>
<para>
&kapp; is a source-editing environment for KDE, based on <application>Cscope</application>.
&kapp; is a source-editing environment for TDE, based on <application>Cscope</application>.
</para>
</abstract>
<!-- This is a set of Keywords for indexing by search engines.
Please at least include KDE, the KDE package it is in, the name
Please at least include TDE, the TDE package it is in, the name
of your application, and a few relevant keywords. -->
<keywordset>
<keyword>KDE</keyword>
<keyword>TDE</keyword>
<keyword>KScope</keyword>
<keyword>Cscope</keyword>
<keyword>source</keyword>
@ -92,7 +92,7 @@ document, and if there is no ID, the name of the generated HTML files will vary
from time to time making it hard to manage for maintainers and for the CVS
system. Any chapter labelled (OPTIONAL) may be left out at the author's
discretion. Other chapters should not be left out in order to maintain a
consistent documentation style across all KDE apps. -->
consistent documentation style across all TDE apps. -->
<chapter id="introduction">
<title>Introduction</title>
@ -132,7 +132,7 @@ consistent documentation style across all KDE apps. -->
<!-- Include credits for the programmers, documentation writers, and
contributors here. The license for your software should then be included below
the credits with a reference to the appropriate license file included in the KDE
the credits with a reference to the appropriate license file included in the TDE
distribution. -->
<title>Credits and License</title>

@ -2,7 +2,7 @@
<title>Quick Start</title>
<para>
This section provides information for the impatient user who would like to start using &kapp; right away. While using &kapp; should be straight-forward for anyone who has ever used similar tools in the past, and is familiar with KDE applications, there are, nonetheless, some points that require attention. Even if you do not have the time or patience to browse through this entire manual, please make sure to read at least this section.
This section provides information for the impatient user who would like to start using &kapp; right away. While using &kapp; should be straight-forward for anyone who has ever used similar tools in the past, and is familiar with TDE applications, there are, nonetheless, some points that require attention. Even if you do not have the time or patience to browse through this entire manual, please make sure to read at least this section.
</para>
<sect2>

@ -443,7 +443,7 @@ msgstr ""
#: main.cpp:36
msgid ""
"KScope\n"
"A source-editing environment for KDE, based on Cscope"
"A source-editing environment for TDE, based on Cscope"
msgstr ""
#: main.cpp:42

@ -457,7 +457,7 @@ msgstr "锁定/解锁(&L)"
#: main.cpp:36
msgid ""
"KScope\n"
"A source-editing environment for KDE, based on Cscope"
"A source-editing environment for TDE, based on Cscope"
msgstr ""
#: main.cpp:42

@ -1,4 +1,4 @@
# set the include path for X, qt and KDE
# set the include path for X, qt and TDE
INCLUDES = $(all_includes)
# these are the headers for your project

@ -662,7 +662,7 @@ void EditorPage::slotSetModified()
m_bModified = true;
emit modified(this, m_bModified);
#if KDE_IS_VERSION(3,3,0)
#if TDE_IS_VERSION(3,3,0)
Kate::DocumentExt* pKateDoc;
// If the editor is a Kate part, check whether it was modified on

@ -892,7 +892,7 @@ void KScope::toggleQueryWindow(bool bShow)
}
/**
* Parses the command line, after it was stripped of its KDE options.
* Parses the command line, after it was stripped of its TDE options.
* The command line may contain one of the following options:
* 1. A project file (named cscope.proj)
* 2. A Cscope cross-reference database

@ -105,7 +105,7 @@ private:
/** The query results tabbed window. */
QueryWidget* m_pQueryWidget;
/** A KDE editor part manager, responsible for creating KTextEditor
/** A TDE editor part manager, responsible for creating KTextEditor
parts. */
EditorManager* m_pEditMgr;

@ -68,7 +68,7 @@ private:
/** An array of pointers to the embedded pixmaps. */
TQPixmap** m_pPixArray;
/** An icon loader used to retrieve pixmaps through the KDE mechanism. */
/** An icon loader used to retrieve pixmaps through the TDE mechanism. */
TDEIconLoader m_loader;
};

@ -33,7 +33,7 @@
#include "kscopeconfig.h"
static const char *description =
I18N_NOOP("KScope\nA source-editing environment for KDE, based on "
I18N_NOOP("KScope\nA source-editing environment for TDE, based on "
"Cscope");
static TDECmdLineOptions options[] =

@ -34,7 +34,7 @@
/**
* An improved progress dialog.
* This variation of the standard KDE progress dialog displays a busy
* This variation of the standard TDE progress dialog displays a busy
* indicator while waiting for the first value greater than 0.
* @author Elad Lahav
*/

@ -34,7 +34,7 @@
#include <ktabwidget.h>
/**
* An extension to the standard KDE tab widget that allows the user to select
* An extension to the standard TDE tab widget that allows the user to select
* a tab from a list displayed as a popup menu.
* @author Elad Lahav
*/

Loading…
Cancel
Save