diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 21:50:33 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 21:50:33 -0600 |
commit | 0b6057404f65218182ab27a9483a21065ef61fca (patch) | |
tree | b8b06dfa2deb965bebfbe131a772124e3e693a96 /doc/kcontrol/kwindecoration | |
parent | 43d99cc2477266cb9072e179137f0e8485370b3d (diff) | |
download | tdebase-0b6057404f65218182ab27a9483a21065ef61fca.tar.gz tdebase-0b6057404f65218182ab27a9483a21065ef61fca.zip |
Rename kwin to twin (Part 2 of 2)
Diffstat (limited to 'doc/kcontrol/kwindecoration')
-rw-r--r-- | doc/kcontrol/kwindecoration/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kcontrol/kwindecoration/Makefile.am | 2 | ||||
-rw-r--r-- | doc/kcontrol/kwindecoration/index.docbook | 98 |
3 files changed, 0 insertions, 112 deletions
diff --git a/doc/kcontrol/kwindecoration/CMakeLists.txt b/doc/kcontrol/kwindecoration/CMakeLists.txt deleted file mode 100644 index a4fb05f50..000000000 --- a/doc/kcontrol/kwindecoration/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (C) 2010-2011 Serghei Amelian -# serghei (DOT) amelian (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -tde_create_handbook( DESTINATION kcontrol/twindecoration ) diff --git a/doc/kcontrol/kwindecoration/Makefile.am b/doc/kcontrol/kwindecoration/Makefile.am deleted file mode 100644 index 6ee826f55..000000000 --- a/doc/kcontrol/kwindecoration/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_LANG = en -KDE_DOCS = kcontrol/twindecoration diff --git a/doc/kcontrol/kwindecoration/index.docbook b/doc/kcontrol/kwindecoration/index.docbook deleted file mode 100644 index c94c12d30..000000000 --- a/doc/kcontrol/kwindecoration/index.docbook +++ /dev/null @@ -1,98 +0,0 @@ -<?xml version="1.0" ?> -<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" -"dtd/kdex.dtd" [ -<!ENTITY % addindex "IGNORE"> -<!ENTITY % English "INCLUDE" > <!-- change language only here --> -]> - -<article lang="&language;"> -<articleinfo> - -<authorgroup> -<author>&Rik.Hemsley; &Rik.Hemsley.mail;</author> -<!-- TRANS:ROLES_OF_TRANSLATORS --> -</authorgroup> - -<date>2003-09-28</date> -<releaseinfo>3.2</releaseinfo> - -<keywordset> -<keyword>KDE</keyword> -<keyword>KControl</keyword> -<keyword>twin</keyword> -<keyword>window</keyword> -<keyword>border</keyword> -<keyword>theme</keyword> -<keyword>style</keyword> -</keywordset> -</articleinfo> -<sect1 id="window-deco"> -<title>Window Decoration</title> - -<sect2> -<title>General</title> - -<para>This module allows you to select a style for the borders around -windows.</para> - -<para>Each style has a different look, but also a different -<quote>feel</quote>. Some have (sometimes invisible) -<quote>resize</quote> borders all around the edge, which make resizing -easier but moving more difficult. Some have no borders on certain -edges. One (<quote>BII</quote>) even has a dynamically sized and -positioned title element.</para> - -<para>You are encouraged to experiment with the different styles until -you find one which best suits your pattern of work.</para> - -<para>Choose a window decoration style from the drop down box at the -top of the screen to see a preview of it in the lower pane.</para> - -<para>If there are any configurable options for the theme you chose on -the first page, they will become available below the preview...</para> - -<!-- -<para>In particular, if you chose to use the IceWM theme, you can choose -here which of the many IceWM themes to use. The IceWM theme has -instructions on the page as to where you should copy the theme files, -and once this is done, you can simply select the theme you want to -use.</para> ---> - -</sect2> - -<sect2> -<title>Buttons</title> - -<para>This page has instructions directly on it - just drag around the -buttons until you have the order that makes you comfortable.</para> - -<note> -<para>Not all the window decorations are able to comply with your custom -set button order. The ones that cannot are being converted, but at the -time of this release they have not been all been changed.</para> -</note> - -<para>Apart from choosing the window decoration itself, you can choose -here two further options: If there should be a tooltip while you hover -your mouse over a window decoration button, and if the window -decoration should attempt to use a custom set button order.</para> - -<tip> -<para>The tooltips can be quite useful if you have set a custom button -order, and then changed to an unfamiliar window decoration.</para> -</tip> - -<tip> -<para>For accessibility purposes, some window decorations support -extra wide borders. If this is available, you can also choose a -border size here. These large borders are easier to see for low -vision users, and easier to grab for people with limited mobility or -difficulty using a mouse.</para> -</tip> - -</sect2> - -</sect1> - -</article> |