[kde-doc-english] [kwin] /: Remove obsolete kwincompositing kcm docbook

Burkhard Lück lueck at hube-lueck.de
Sat Jul 25 07:07:22 UTC 2015


Git commit 25ca9df6479e94aad1834362d2f6b93a4dd4f470 by Burkhard Lück.
Committed on 25/07/2015 at 07:06.
Pushed by lueck into branch 'master'.

Remove obsolete kwincompositing kcm docbook

Remove the outdated docbook
This KCM is now in Display and Monitor -> Compositor
Compositor is not for Joe User, only for workarounds with broken drivers as confirmed by Martin
X-DocPath now points to userbase
REVIEW:124436

M  +0    -1    doc/CMakeLists.txt
D  +0    -2    doc/kwincompositing/CMakeLists.txt
D  +0    -82   doc/kwincompositing/index.docbook
M  +1    -1    kcmkwin/kwincompositing/kwincompositing.desktop

http://commits.kde.org/kwin/25ca9df6479e94aad1834362d2f6b93a4dd4f470

diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 2768884..8e2d1cb 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -1,5 +1,4 @@
 ecm_optional_add_subdirectory(desktop)
-ecm_optional_add_subdirectory(kwincompositing)
 ecm_optional_add_subdirectory(kwindecoration)
 ecm_optional_add_subdirectory(kwinscreenedges)
 ecm_optional_add_subdirectory(kwintabbox)
diff --git a/doc/kwincompositing/CMakeLists.txt b/doc/kwincompositing/CMakeLists.txt
deleted file mode 100644
index b17f239..0000000
--- a/doc/kwincompositing/CMakeLists.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-########### install files ###############
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kcontrol/kwincompositing)
diff --git a/doc/kwincompositing/index.docbook b/doc/kwincompositing/index.docbook
deleted file mode 100644
index 9476dff..0000000
--- a/doc/kwincompositing/index.docbook
+++ /dev/null
@@ -1,82 +0,0 @@
-<?xml version="1.0" ?>
-<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN"
-"dtd/kdedbx45.dtd" [
-<!ENTITY % addindex "IGNORE">
-<!ENTITY % English "INCLUDE" > <!-- change language only here -->
-]>
-
-<article id="kwincompositing" lang="&language;">
-<articleinfo>
-
-<title>Desktop Effects</title>
-<authorgroup>
-<author>&Mike.McBride; &Mike.McBride.mail;</author>
-<!-- TRANS:ROLES_OF_TRANSLATORS -->
-</authorgroup>
-
-<date>2013-12-05</date>
-<releaseinfo>&kde; 4.12</releaseinfo>
-
-<keywordset>
-<keyword>KDE</keyword>
-<keyword>KControl</keyword>
-<keyword>desktop</keyword>
-<keyword>effects</keyword>
-</keywordset>
-</articleinfo>
-<sect1 id="desktop-effects">
-<title>Desktop Effects</title>
-
-<sect2 id="desktop-effects-intro">
-<title>Introduction</title>
-
-<para>This module is used to configure desktop effects
-for &kde;.</para>
-
-
-<para>This panel is divided into three tabs:  <guilabel>General</guilabel>, 
-<guilabel>All Effects</guilabel> and <guilabel>Advanced</guilabel>.</para>
-
-<sect3 id="desktop-effects-general">
-<title><guilabel>General</guilabel> tab</title>
-
-<para>At the top of this tab in the section <guilabel>Activation</guilabel> is a checkbox labeled <guilabel>Enable 
-desktop effects at startup</guilabel>. If there is no mark in front of this checkbox, then all 
-visual effects are disabled.</para>
-<para>All desktop effects can be turned on and off using the global shortcut 
-<keycombo action="simul">&Alt;&Shift;<keycap>F12</keycap></keycombo>.
-</para>
-<para>Below that section there are some settings for the simple desktop effects like 
-improved window management, various animations, effects for desktop switching and 
-the animation speed.</para>
-</sect3>
-
-<sect3 id="desktop-alleffects">
-<title><guilabel>All Effects</guilabel> tab</title>
-
-<para>The main part of this page is a list of all available effects grouped 
-by <guilabel>Accessibility</guilabel>, <guilabel>Appearance</guilabel>, 
-<guilabel>Candy</guilabel>, <guilabel>Focus</guilabel>, <guilabel>Tools</guilabel> 
-and <guilabel>Window Management</guilabel>.
-Use the incremental search bar above the list window to find items in the list.</para>
-
-<para>Check an effect in the list to enable it. Display the <guilabel>About</guilabel> 
-dialog by clicking the info button at the right side of the list item. 
-Some effects have settings options, in this case there is a tool button 
-at the left of the info button. Click it to open a configuration dialog.</para>
-</sect3>
-
-<sect3 id="desktop-advanced">
-<title><guilabel>Advanced</guilabel> tab</title>
-
-<para>On this tab you can select a <guilabel>Compositing type</guilabel> and the <guilabel>Qt graphics system</guilabel>.
-In the next two sections you can configure <guilabel>General Options</guilabel> and <guilabel>OpenGL Options</guilabel>.
-</para>
-</sect3>
-
-
-</sect2>
-
-</sect1>
-
-</article>
diff --git a/kcmkwin/kwincompositing/kwincompositing.desktop b/kcmkwin/kwincompositing/kwincompositing.desktop
index daa26db..b747be5 100644
--- a/kcmkwin/kwincompositing/kwincompositing.desktop
+++ b/kcmkwin/kwincompositing/kwincompositing.desktop
@@ -3,7 +3,7 @@ Exec=kcmshell5 kwincompositing
 Icon=preferences-desktop
 Type=Service
 X-KDE-ServiceTypes=KCModule
-X-DocPath=kcontrol/kwincompositing/index.html
+X-DocPath=https://userbase.kde.org/Desktop_Effects_Performance#Advanced_Desktop_Effects_Settings
 
 X-KDE-Library=kwincompositing
 X-KDE-PluginKeyword=compositing


More information about the kde-doc-english mailing list