Git commit f7a6bc8721c90e992e7535436929cd9580d46efc by Burkhard Lück. Committed on 12/11/2016 at 14:21. Pushed by lueck into branch 'master'.
Remove trash kcm docbook from kio-extras the trash kcm docbook will be imported from kde-runtime master with history into frameworks/kio where the code is, see https://git.reviewboard.kde.org/r/128912/ this docbook was imported into kio-extras with https://cgit.kde.org/kio-extras.git/commit/doc/kcontrol/trash/index.docbook?id=09cd27cca7daa2339960efa0ab852ad492b5ac97 but why? REVIEW:129377 M +0 -1 doc/CMakeLists.txt D +0 -1 doc/kcontrol/CMakeLists.txt D +0 -2 doc/kcontrol/trash/CMakeLists.txt D +0 -65 doc/kcontrol/trash/index.docbook http://commits.kde.org/kio-extras/f7a6bc8721c90e992e7535436929cd9580d46efc diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 0afa5b5..ca45f85 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,2 +1 @@ ecm_optional_add_subdirectory(kioslave) -ecm_optional_add_subdirectory(kcontrol) diff --git a/doc/kcontrol/CMakeLists.txt b/doc/kcontrol/CMakeLists.txt deleted file mode 100644 index fe7c777..0000000 --- a/doc/kcontrol/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -add_subdirectory(trash) diff --git a/doc/kcontrol/trash/CMakeLists.txt b/doc/kcontrol/trash/CMakeLists.txt deleted file mode 100644 index 6790c61..0000000 --- a/doc/kcontrol/trash/CMakeLists.txt +++ /dev/null @@ -1,2 +0,0 @@ -########### install files ############### -kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kcontrol/trash) diff --git a/doc/kcontrol/trash/index.docbook b/doc/kcontrol/trash/index.docbook deleted file mode 100644 index d550b1b..0000000 --- a/doc/kcontrol/trash/index.docbook +++ /dev/null @@ -1,65 +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"> -]> -<article id="trash" lang="&language;"> -<title>Trash</title> -<articleinfo> -<authorgroup> -<author>&Burkhard.Lueck;</author> -<!-- TRANS:ROLES_OF_TRANSLATORS --> -</authorgroup> - -<date>2009-11-24</date> -<releaseinfo>&kde; 4.4</releaseinfo> - -<keywordset> -<keyword>KDE</keyword> -<keyword>Systemsettings</keyword> -<keyword>trash</keyword> -</keywordset> -</articleinfo> - -<para> -This module allows you to configure the settings for the trash. -</para> - -<variablelist> -<varlistentry><term><guilabel>Delete files older than</guilabel></term> -<listitem><para> -Check this box to allow automatic deletion of files that are -older than the value specified. Leave this disabled to <emphasis>not</emphasis> -automatically delete any items after a certain timespan. -Set the number of days that files can remain in the trash. Any files -older than this will be automatically deleted. -</para></listitem> -</varlistentry> - -<varlistentry><term><guilabel>Limit to maximum size</guilabel></term> -<listitem><para> -Check this box to limit the trash to the maximum amount of disk space -that you specify below. Otherwise, it will be unlimited. -</para></listitem> -</varlistentry> - -<varlistentry><term><guilabel>Maximum size</guilabel></term> -<listitem><para> -This is the maximum percent of disk space that will be used for the -trash. The calculated amount of disk space that will be allowed for -the trash is displayed right of the spinbox. -</para></listitem> -</varlistentry> - -<varlistentry><term><guilabel>When limit reached</guilabel></term> -<listitem><para> -When the size limit is reached, the selected action will be performed, -either the oldest or biggest files will be deleted automatically -or you will be warned. -</para></listitem> -</varlistentry> - -</variablelist> - -</article>
