Git commit 9a59efb41c20447c64070ec92831c89385511389 by Burkhard Lück. Committed on 09/01/2017 at 15:36. Pushed by lueck into branch 'master'.
Remove bell kcm docbook Code was already removed with https://cgit.kde.org/plasma-desktop.git/commit/kcms?id=7378340e2000470ed5058f4e3a1ca364bf13f2e2 Differential Revision: https://phabricator.kde.org/D4044 M +0 -1 doc/kcontrol/CMakeLists.txt D +0 -2 doc/kcontrol/bell/CMakeLists.txt D +0 -64 doc/kcontrol/bell/index.docbook https://commits.kde.org/plasma-desktop/9a59efb41c20447c64070ec92831c89385511389 diff --git a/doc/kcontrol/CMakeLists.txt b/doc/kcontrol/CMakeLists.txt index 7c5fc8b0..750884f8 100644 --- a/doc/kcontrol/CMakeLists.txt +++ b/doc/kcontrol/CMakeLists.txt @@ -12,7 +12,6 @@ ecm_optional_add_subdirectory(emoticons) ecm_optional_add_subdirectory(baloo) ecm_optional_add_subdirectory(autostart) -ecm_optional_add_subdirectory(bell) ecm_optional_add_subdirectory(cursortheme) ecm_optional_add_subdirectory(fonts) ecm_optional_add_subdirectory(fontinst) diff --git a/doc/kcontrol/bell/CMakeLists.txt b/doc/kcontrol/bell/CMakeLists.txt deleted file mode 100644 index a6defe07..00000000 --- a/doc/kcontrol/bell/CMakeLists.txt +++ /dev/null @@ -1,2 +0,0 @@ -########### install files ############### -kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kcontrol/bell) diff --git a/doc/kcontrol/bell/index.docbook b/doc/kcontrol/bell/index.docbook deleted file mode 100644 index dc561b65..00000000 --- a/doc/kcontrol/bell/index.docbook +++ /dev/null @@ -1,64 +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 lang="&language;" id="system-bell"> -<title>System Bell</title> -<articleinfo> -<authorgroup> -<author><firstname>Pat</firstname><surname>Dowler</surname></author> -<author><firstname>Matthias</firstname><surname>Hoelzer</surname></author> -<author><firstname>Mike</firstname><surname>McBride</surname></author> - -<!-- TRANS:ROLES_OF_TRANSLATORS --> -</authorgroup> -<date>2011-11-28</date> -<releaseinfo>&kde; 4.8</releaseinfo> -</articleinfo> - -<para>The system bell or beep is a feature of the X server, which -attempts to make good use of the available hardware. </para> - -<para>&kde; normally does not use the system bell; instead using its -own system notifications, which could include log entries, message -popups, or its own beep. You can configure these in the -<guilabel>Manage Notifications</guilabel> &systemsettings; module.</para> - -<note><para>It is not always possible for the X server to actually make -a beep sound with exactly the parameters selected due to hardware -limitations. For example, on most PCs, volume control is not very good -so the X server seems to fake low volume with a reduced duration of -the sound. Thus, if the settings do not seem to do anything, this is -because the X server and/or the hardware do not support anything -better.</para></note> - -<para> Select <guilabel>Use system bell instead of system notification</guilabel> -then you are able to set the following parameters for the bell:</para> - -<variablelist> - -<varlistentry> -<term><guilabel>Volume</guilabel> (percentage of <quote>maximum</quote> volume)</term> -<listitem><para>Here you can customize the volume of the system bell.</para></listitem> -</varlistentry> - -<varlistentry> -<term><guilabel>Pitch</guilabel> (in Hz)</term> -<listitem><para>Here you can customize the pitch of the system bell.</para></listitem> -</varlistentry> - -<varlistentry> -<term><guilabel>Duration</guilabel> (in milliseconds)</term> -<listitem><para>Here you can customize the duration of the system bell.</para></listitem> -</varlistentry> - -</variablelist> - -<para>For further customization of the bell, see the <guilabel>Accessibility</guilabel> &systemsettings; module.</para> - -<para>You can use the <guibutton>Test</guibutton> button to hear how -the current settings will sound.</para> - -</article>
