Git commit 9daeb846ad2aab2b9e92cb22a814830bde7a0c7d by Burkhard L?ck. Committed on 04/05/2014 at 19:21. Pushed by lueck into branch 'KDE/4.11'.
kcm was removed with commit 6a744448dbd83350b5 on 18/04/2013 M +0 -1 doc/kcontrol/CMakeLists.txt D +0 -3 doc/kcontrol/solid-hardware/CMakeLists.txt D +0 -62 doc/kcontrol/solid-hardware/index.docbook http://commits.kde.org/kde-workspace/9daeb846ad2aab2b9e92cb22a814830bde7a0c7d diff --git a/doc/kcontrol/CMakeLists.txt b/doc/kcontrol/CMakeLists.txt index eaa00a3..87f836a 100644 --- a/doc/kcontrol/CMakeLists.txt +++ b/doc/kcontrol/CMakeLists.txt @@ -5,7 +5,6 @@ add_subdirectory(joystick) add_subdirectory(kcmaccess) add_subdirectory(kcmstyle) add_subdirectory(solid-actions) -add_subdirectory(solid-hardware) add_subdirectory(splashscreen) add_subdirectory(powerdevil) add_subdirectory(kwincompositing) diff --git a/doc/kcontrol/solid-hardware/CMakeLists.txt b/doc/kcontrol/solid-hardware/CMakeLists.txt deleted file mode 100644 index 03435ac..0000000 --- a/doc/kcontrol/solid-hardware/CMakeLists.txt +++ /dev/null @@ -1,3 +0,0 @@ -########### install files ############### -# -kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kcontrol/solid-hardware) diff --git a/doc/kcontrol/solid-hardware/index.docbook b/doc/kcontrol/solid-hardware/index.docbook deleted file mode 100644 index 805a89e..0000000 --- a/doc/kcontrol/solid-hardware/index.docbook +++ /dev/null @@ -1,62 +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"> -]> -<article id="solid-hardware" lang="&language;"> -<title>Information Sources</title> -<articleinfo> -<authorgroup> -<author><firstname>Ben</firstname><surname>Cooksley</surname></author> -<!-- TRANS:ROLES_OF_TRANSLATORS --> -</authorgroup> - -<date>2012-11-17</date> -<releaseinfo>&kde; 4.10</releaseinfo> - -<keywordset> -<keyword>KDE</keyword> -<keyword>Systemsettings</keyword> -<keyword>hardware</keyword> -<keyword>backend</keyword> -</keywordset> -</articleinfo> - -<para> -This &systemsettings; module allows you to change the order of the backends used by Solid to -retrieve information about your hardware, and manage its network connection, -bluetooth and infrared devices if present. None of these backends can be used directly by the user.</para> -<para> -To use ⪚ a different network management backend, select it, and move -it up to the first position using the arrow buttons next to the list. Then the -<guibutton>Apply</guibutton> button will be available. -</para> - -<variablelist> -<varlistentry><term><guilabel>Network Management Backend</guilabel></term> -<listitem><para> -This is used by &kde; applications to determine the status of your computers -connection to the Internet and other networks. It also allows them to retrieve -information such as the current configuration of your network cards, and to change -their configuration if permitted. -</para></listitem> -</varlistentry> - -<varlistentry><term><guilabel>Remote Control Management Backend</guilabel></term> -<listitem><para> -Used by &kde; applications to handle input from devices such as infrared remote controls. -</para></listitem> -</varlistentry> - -<varlistentry><term><guilabel>Modem Management Backend</guilabel></term> -<listitem><para> -A &DBus; interface to communicate with mobile broadband (GSM, CDMA, UMTS, &etc;) cards. -</para></listitem> -</varlistentry> - -</variablelist> - -<para> -</para> -</article>
