From 2b84a5ebebf138f43bef4521bbbf8ef6b3c962c4 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 7 Jun 2012 11:20:05 -0500 Subject: Branding cleanup: menu, desktop, and docbook files. --- doc/kdearch/index.docbook | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'doc/kdearch/index.docbook') diff --git a/doc/kdearch/index.docbook b/doc/kdearch/index.docbook index 8b3a2453..3a01f193 100644 --- a/doc/kdearch/index.docbook +++ b/doc/kdearch/index.docbook @@ -1870,8 +1870,8 @@ embedable component that implements the service types KParts/ReadOnlyPart and Browser/View. -In KDevelop HEAD, most functionality is packaged in -plugins with the service type KDevelop/Part. At startup, +In TDevelop HEAD, most functionality is packaged in +plugins with the service type TDevelop/Part. At startup, all services with this type are loaded, such that you can extend the IDE in a very flexible way. @@ -1890,10 +1890,10 @@ Obviously, a service is not only characterized by the service types it implements, but also by some properties. For example, a ThumbCreator does not only claim to implement the C++ class with the type ThumbCreator, it also has a list of MIME types it is -responsible for. Similarly, KDevelop parts have the programming language they +responsible for. Similarly, TDevelop parts have the programming language they support as a property. When an application requests a service type, it can also list constraints on the properties of the service. In the above example, -when KDevelop loads the plugins for a Java project, it asks only for the +when TDevelop loads the plugins for a Java project, it asks only for the plugins which have Java as the programming language property. For this purpose, KDE contains a full-blown CORBA-like trader with a complex query language. @@ -1919,22 +1919,22 @@ EXTRA_DIST = $(kde_servicetypesdir_DATA) The definition tdeveloppart.desktop of a -KDevelop part looks as follows: +TDevelop part looks as follows: [Desktop Entry] Type=ServiceType -X-KDE-ServiceType=KDevelop/Part -Name=KDevelop Part +X-KDE-ServiceType=TDevelop/Part +Name=TDevelop Part -[PropertyDef::X-KDevelop-Scope] +[PropertyDef::X-TDevelop-Scope] Type=QString -[PropertyDef::X-KDevelop-ProgrammingLanguages] +[PropertyDef::X-TDevelop-ProgrammingLanguages] Type=QStringList -[PropertyDef::X-KDevelop-Args] +[PropertyDef::X-TDevelop-Args] Type=QString @@ -1967,7 +1967,7 @@ EXTRA_DIST = $(kde_servicesdir_DATA) The content of the following example file kdevdoxygen.desktop defines the KDevDoxygen plugin with the service type -KDevelop/Part: +TDevelop/Part: @@ -1975,10 +1975,10 @@ The content of the following example file Type=Service Comment=Doxygen Name=KDevDoxygen -ServiceTypes=KDevelop/Part +ServiceTypes=TDevelop/Part X-KDE-Library=libkdevdoxygen -X-KDevelop-ProgrammingLanguages=C,C++,Java -X-KDevelop-Scope=Project +X-TDevelop-ProgrammingLanguages=C,C++,Java +X-TDevelop-Scope=Project @@ -2001,7 +2001,7 @@ extern "C" { The type of the factory class DoxygenFactory depends on -the specific service type the service implements. In our example of a KDevelop +the specific service type the service implements. In our example of a TDevelop plugin, the factory must be a KDevFactory (which inherits KLibFactory). More common examples are KParts::Factory -- cgit v1.2.1