diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-31 14:05:05 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-31 14:05:05 -0600 |
commit | 0f84e47248dafb53c28b80509dc9322248abb43f (patch) | |
tree | a9ba27368d28ff447f74941ab39147c8e6451ef1 | |
parent | 66c5602f5818d46f618b4dacaaf8bdc00cfacdd2 (diff) | |
download | tdebase-0f84e47248dafb53c28b80509dc9322248abb43f.tar.gz tdebase-0f84e47248dafb53c28b80509dc9322248abb43f.zip |
Add new help handbook for konqueror history sidebar module.
-rw-r--r-- | doc/kcontrol/kcmhistory/CMakeLists.txt | 9 | ||||
-rw-r--r-- | doc/kcontrol/kcmhistory/Makefile.am | 3 | ||||
-rw-r--r-- | doc/kcontrol/kcmhistory/index.docbook | 87 | ||||
-rw-r--r-- | konqueror/sidebar/trees/history_module/kcmhistory.desktop | 2 |
4 files changed, 100 insertions, 1 deletions
diff --git a/doc/kcontrol/kcmhistory/CMakeLists.txt b/doc/kcontrol/kcmhistory/CMakeLists.txt new file mode 100644 index 000000000..e45bb6953 --- /dev/null +++ b/doc/kcontrol/kcmhistory/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/kcmhistory ) diff --git a/doc/kcontrol/kcmhistory/Makefile.am b/doc/kcontrol/kcmhistory/Makefile.am new file mode 100644 index 000000000..416915575 --- /dev/null +++ b/doc/kcontrol/kcmhistory/Makefile.am @@ -0,0 +1,3 @@ +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/kcontrol/kcmhistory/index.docbook b/doc/kcontrol/kcmhistory/index.docbook new file mode 100644 index 000000000..926f17a5e --- /dev/null +++ b/doc/kcontrol/kcmhistory/index.docbook @@ -0,0 +1,87 @@ +<?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"> +]> + +<article id="history" lang="&language;"> +<title>History Sidebar</title> + +<articleinfo> + +<authorgroup> +<author> +<firstname>Burkhard</firstname> +<surname> +Lück +</surname> +</author> +<author>&tde-authors;</author> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<releaseinfo>&tde-release-version;</releaseinfo> +<date>Reviewed: &tde-release-date;</date> + +<copyright> +<year>2009</year> +<holder>Burkhard Lück</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<keywordset> +<keyword>TDE</keyword> +<keyword>KControl</keyword> +<keyword>system settings</keyword> +<keyword>history</keyword> +</keywordset> + +</articleinfo> + +<sect1 id="history-sidebard"> +<title>HIstory Sidebar</title> + +<para> +This dialog allows you to configure the history sidebar. +</para> + +<variablelist> +<varlistentry><term><guilabel>Limits</guilabel></term> +<listitem><para> +The options in this section can be used to set the maximum size of your history and set a time after which +items are automatically removed. +<!-- URLs expire after +Maximum number of URLs--> +</para></listitem> +</varlistentry> + +<varlistentry><term><guilabel>Custom Fonts</guilabel></term> +<listitem><para> +Here you can also set different fonts for new and +old &URL;s by selecting the <guibutton>Choose Font</guibutton> button. +<!--URLs older than +URLs newer than--> +</para></listitem> +</varlistentry> + +<varlistentry><term><guilabel>Details</guilabel></term> +<listitem><para> +The <guilabel>Detailed tooltips</guilabel> check box controls how much +information is displayed when you hover the mouse pointer over an item in the +history page.</para> +<para>If checked the number of times visited and the dates of the first and last +visits are shown, in addition to the URL.</para></listitem> +</varlistentry> + +</variablelist> + +<para>Selecting <guibutton>Clear History</guibutton> will +clear out the entire history. +</para> + +</sect1> + +</article> diff --git a/konqueror/sidebar/trees/history_module/kcmhistory.desktop b/konqueror/sidebar/trees/history_module/kcmhistory.desktop index c6c020988..40ac1cf89 100644 --- a/konqueror/sidebar/trees/history_module/kcmhistory.desktop +++ b/konqueror/sidebar/trees/history_module/kcmhistory.desktop @@ -2,7 +2,7 @@ Icon=history Type=Application Exec=tdecmshell kcmhistory - +DocPath=kcontrol/kcmhistory/index.html X-TDE-ModuleType=Library X-TDE-Library=history X-TDE-FactoryName=history |