From b243598f2e3fe773f652207d97f85744d73d5290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 16 Nov 2020 18:36:16 +0100 Subject: Move the tdelirc manuals to the directory level in which they are installed. The manual for the tdelirc control center module is moved to KControl. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- doc/irkick/CMakeLists.txt | 13 +++ doc/irkick/Makefile.am | 4 + doc/irkick/index.docbook | 119 ++++++++++++++++++++++++++++ doc/kcontrol/kcmlirc/CMakeLists.txt | 12 +++ doc/kcontrol/kcmlirc/Makefile.am | 3 + doc/kcontrol/kcmlirc/index.docbook | 154 ++++++++++++++++++++++++++++++++++++ doc/tdelirc/CMakeLists.txt | 12 --- doc/tdelirc/Makefile.am | 5 -- doc/tdelirc/irkick/CMakeLists.txt | 13 --- doc/tdelirc/irkick/Makefile.am | 4 - doc/tdelirc/irkick/index.docbook | 119 ---------------------------- doc/tdelirc/kcmlirc/CMakeLists.txt | 13 --- doc/tdelirc/kcmlirc/Makefile.am | 4 - doc/tdelirc/kcmlirc/index.docbook | 153 ----------------------------------- tdelirc/kcmlirc/kcmlirc.cpp | 4 +- tdelirc/kcmlirc/kcmlirc.desktop | 4 +- 16 files changed, 309 insertions(+), 327 deletions(-) create mode 100644 doc/irkick/CMakeLists.txt create mode 100644 doc/irkick/Makefile.am create mode 100644 doc/irkick/index.docbook create mode 100644 doc/kcontrol/kcmlirc/CMakeLists.txt create mode 100644 doc/kcontrol/kcmlirc/Makefile.am create mode 100644 doc/kcontrol/kcmlirc/index.docbook delete mode 100644 doc/tdelirc/CMakeLists.txt delete mode 100644 doc/tdelirc/Makefile.am delete mode 100644 doc/tdelirc/irkick/CMakeLists.txt delete mode 100644 doc/tdelirc/irkick/Makefile.am delete mode 100644 doc/tdelirc/irkick/index.docbook delete mode 100644 doc/tdelirc/kcmlirc/CMakeLists.txt delete mode 100644 doc/tdelirc/kcmlirc/Makefile.am delete mode 100644 doc/tdelirc/kcmlirc/index.docbook diff --git a/doc/irkick/CMakeLists.txt b/doc/irkick/CMakeLists.txt new file mode 100644 index 0000000..e48e649 --- /dev/null +++ b/doc/irkick/CMakeLists.txt @@ -0,0 +1,13 @@ +################################################# +# +# (C) 2012 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION irkick ) + diff --git a/doc/irkick/Makefile.am b/doc/irkick/Makefile.am new file mode 100644 index 0000000..085981d --- /dev/null +++ b/doc/irkick/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/irkick/index.docbook b/doc/irkick/index.docbook new file mode 100644 index 0000000..e32d246 --- /dev/null +++ b/doc/irkick/index.docbook @@ -0,0 +1,119 @@ + +IRKick"> + TDE LIRC"> + + + + +]> + + + + +&irkick;: The TDE LIRC Server Handbook + + + +Gav +Wood + +
gav@kde.org
+
+
+ +
+ +2004-01-02 +1.0 + + +2004 +Gav Wood + + +&FDLNotice; + +&tdelirc; is the infrastructure for the TDE's +Infrared Remote Control functionality; &irkick; is the server +component of that infrastructure. + + +TDE +irkick +tdelirc +kcmlirc +lirc + + +
+ + +Introduction + + +&irkick; is a background server that provides the 'glue' between +the operating system and your TDE applications for the purpose of +controlling TDE applications with your infrared remote controls. + + + +It has a configuration tool, which may be accessed either by the +Trinity Control Center or directly from the menu of &irkick;. + + + +Requirements + + +For the TDELirc framework to be utilised you must have setup a LIRC +on your TDE machine. If it is properly set up, the &irkick; icon in +the system tray will light up red. If not, it will be grey and crossed +out. + + + +For more information about LIRC, visit their website at http://www.lirc.org. + + + + + + +Using &irkick; + + +&irkick; provides one main function: When a button on a remote control is +pressed, it will temporarily become lit up. Aside from this &irkick; does +little for the user directly aside from telling them of the activity of their +remote controls. + + + +Using the right-mouse-button menu, you can configure the TDE infrared remote +control framework. + + + + + +Credits and Licenses + +&tdelirc;: The TDE LIRC Framework Copyright (c) 2004 Gav Wood +gav@kde.org. + + + +&underFDL; +&underGPL; + + + + +Installation + +&install.intro.documentation; +&install.compile.documentation; + + +
diff --git a/doc/kcontrol/kcmlirc/CMakeLists.txt b/doc/kcontrol/kcmlirc/CMakeLists.txt new file mode 100644 index 0000000..6357971 --- /dev/null +++ b/doc/kcontrol/kcmlirc/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2012 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/kcmlirc ) diff --git a/doc/kcontrol/kcmlirc/Makefile.am b/doc/kcontrol/kcmlirc/Makefile.am new file mode 100644 index 0000000..fcd9c72 --- /dev/null +++ b/doc/kcontrol/kcmlirc/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG = en +KDE_DOCS = kcontrol/kcmlirc diff --git a/doc/kcontrol/kcmlirc/index.docbook b/doc/kcontrol/kcmlirc/index.docbook new file mode 100644 index 0000000..f712cf9 --- /dev/null +++ b/doc/kcontrol/kcmlirc/index.docbook @@ -0,0 +1,154 @@ + +TDE LIRC Control Center Module"> + TDE LIRC"> + + + +]> + + + + +TDE Infrared Remote Control Configuration + + + +Gav +Wood + +
gav@kde.org
+
+
+ +
+ +2004-01-02 +1.0 + + +2004 +Gav Wood + + +&FDLNotice; + +&tdelirc; configuration: The infrastructure for the TDE's +Infrared Remote Control functionality. + + +TDE +KControl +irkick +tdelirc +kcmlirc +lirc + + +
+ + +Introduction + + + + + +Requirements + + +For the TDELirc framework to be utilised you must have setup a LIRC +on your TDE machine. If it is properly set up, the &tdelirc; icon in +the system tray (show icon here) will light up red. If not, it will +be grey and crossed out. + + + +For more information about LIRC, visit their website at http://www.lirc.org. + + + + + + +Usage + + +There are several sections of the configuration. The list on the left details the remote controls and modes. The selection of that dictates the contents of the right-most list, which shows button/action bindings. Flicking the main tab over to Loaded Extensions will show a list of applications and remote controls that are recognised for the advanced functionality; some data is also viewable by selecting one of the items. + + + +Remote Controls and Modes + + +Each remote control can have a number of modes. Having multiple modes allows the same button to conduct different actions in difference situations, and is how many remote controls handle many different appliances with a limited number of buttons. A good example are the TV/Video/Satellite/DVD multi-purpose remote controls - rather than having several sets of number buttons for each appliance they have only one set which works for the currently selected appliance only. + + + +Each remote control can be in at most one mode at once (it may also be in no mode at all). The remote control also has a "default mode", which is the mode that it starts in, and the mode that it gets reset to normally. This may be set by using the Edit button. + + + +The list contains any remote controls detected on your system. Modes may be added and removed by selecting the desired remote control and using the buttons directly below the list Add, Remove. Modes may be renamed "inline" in the standard TDE fashion by first selecting the mode in the list box, and then clicking it again after a short pause. The Edit button allows mode names to be edited, and also allows you to define an icon that will show up in the system tray when that mode is entered. + + + + + +Action-Button Bindings + + +An action/button binding ("action") is a connection between a button press and an effect. The effect may be to switch modes, to start a TDE program or to execute a function in a TDE program (using DCOP). + + + +Actions may be associated with a mode of the remote control; if it is, the action will only have effect when the remote control is in that mode. Actions may also be placed out of any mode. Such actions will always have their desired effect no matter what mode that remote control happens to be in. + + + +To add an action/button binding simply use the Add button. Removal may be performed by selecting the action(s) to be removed and clicking the Remove button. Actions may be Edited with the Edit button, and moved to different modes by dragging and dropping onto the desired mode in the remotes/modes list. + + + +Actions may also be "automatically" populated. This handles the instance when you have a supported remote control and you wish to map its buttons to a supported application's functions. &tdelirc; can attempt to match buttons to functions for you; this behaviour may have to be tweaked, however. + + + + + +Loaded Extensions + + +There is another tab available named "Loaded Extensions". This details the applications and remote controls that &tdelirc; recognises. &tdelirc; can also use unsupported remote controls and applications, but the Auto-Populate function will not work as well (if at all). + + + +By clicking on an entry you can see information on it such as the author's details. + + + + + + + +Credits and Licenses + +&tdelirc; TDE LIRC Framework Copyright (c) 2004 Gav Wood +gav@kde.org. + +Documentation Copyright (c) 2004 by Gav Wood +gav@kde.org. + +&underFDL; +&underGPL; + + + + +Installation + +&install.intro.documentation; +&install.compile.documentation; + + +
diff --git a/doc/tdelirc/CMakeLists.txt b/doc/tdelirc/CMakeLists.txt deleted file mode 100644 index dc6bb77..0000000 --- a/doc/tdelirc/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (C) 2012 Golubev Alexander -# fatzer2 (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -tde_auto_add_subdirectories( ) diff --git a/doc/tdelirc/Makefile.am b/doc/tdelirc/Makefile.am deleted file mode 100644 index 6812bd2..0000000 --- a/doc/tdelirc/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ - -KDE_LANG = en -KDE_DOCS = AUTO -SUBDIRS = $(AUTODIRS) - diff --git a/doc/tdelirc/irkick/CMakeLists.txt b/doc/tdelirc/irkick/CMakeLists.txt deleted file mode 100644 index e48e649..0000000 --- a/doc/tdelirc/irkick/CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ -################################################# -# -# (C) 2012 Golubev Alexander -# fatzer2 (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -tde_create_handbook( DESTINATION irkick ) - diff --git a/doc/tdelirc/irkick/Makefile.am b/doc/tdelirc/irkick/Makefile.am deleted file mode 100644 index 085981d..0000000 --- a/doc/tdelirc/irkick/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ - -KDE_LANG = en -KDE_DOCS = AUTO - diff --git a/doc/tdelirc/irkick/index.docbook b/doc/tdelirc/irkick/index.docbook deleted file mode 100644 index e32d246..0000000 --- a/doc/tdelirc/irkick/index.docbook +++ /dev/null @@ -1,119 +0,0 @@ - -IRKick"> - TDE LIRC"> - - - - -]> - - - - -&irkick;: The TDE LIRC Server Handbook - - - -Gav -Wood - -
gav@kde.org
-
-
- -
- -2004-01-02 -1.0 - - -2004 -Gav Wood - - -&FDLNotice; - -&tdelirc; is the infrastructure for the TDE's -Infrared Remote Control functionality; &irkick; is the server -component of that infrastructure. - - -TDE -irkick -tdelirc -kcmlirc -lirc - - -
- - -Introduction - - -&irkick; is a background server that provides the 'glue' between -the operating system and your TDE applications for the purpose of -controlling TDE applications with your infrared remote controls. - - - -It has a configuration tool, which may be accessed either by the -Trinity Control Center or directly from the menu of &irkick;. - - - -Requirements - - -For the TDELirc framework to be utilised you must have setup a LIRC -on your TDE machine. If it is properly set up, the &irkick; icon in -the system tray will light up red. If not, it will be grey and crossed -out. - - - -For more information about LIRC, visit their website at http://www.lirc.org. - - - - - - -Using &irkick; - - -&irkick; provides one main function: When a button on a remote control is -pressed, it will temporarily become lit up. Aside from this &irkick; does -little for the user directly aside from telling them of the activity of their -remote controls. - - - -Using the right-mouse-button menu, you can configure the TDE infrared remote -control framework. - - - - - -Credits and Licenses - -&tdelirc;: The TDE LIRC Framework Copyright (c) 2004 Gav Wood -gav@kde.org. - - - -&underFDL; -&underGPL; - - - - -Installation - -&install.intro.documentation; -&install.compile.documentation; - - -
diff --git a/doc/tdelirc/kcmlirc/CMakeLists.txt b/doc/tdelirc/kcmlirc/CMakeLists.txt deleted file mode 100644 index 7414552..0000000 --- a/doc/tdelirc/kcmlirc/CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ -################################################# -# -# (C) 2012 Golubev Alexander -# fatzer2 (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -tde_create_handbook( DESTINATION kcmlirc ) - diff --git a/doc/tdelirc/kcmlirc/Makefile.am b/doc/tdelirc/kcmlirc/Makefile.am deleted file mode 100644 index 085981d..0000000 --- a/doc/tdelirc/kcmlirc/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ - -KDE_LANG = en -KDE_DOCS = AUTO - diff --git a/doc/tdelirc/kcmlirc/index.docbook b/doc/tdelirc/kcmlirc/index.docbook deleted file mode 100644 index d134d7a..0000000 --- a/doc/tdelirc/kcmlirc/index.docbook +++ /dev/null @@ -1,153 +0,0 @@ - -TDE LIRC Control Center Module"> - TDE LIRC"> - - - -]> - - - - -TDE Infrared Remote Control Configuration - - - -Gav -Wood - -
gav@kde.org
-
-
- -
- -2004-01-02 -1.0 - - -2004 -Gav Wood - - -&FDLNotice; - -&tdelirc; configuration: The infrastructure for the TDE's -Infrared Remote Control functionality. - - -TDE -irkick -tdelirc -kcmlirc -lirc - - -
- - -Introduction - - - - - -Requirements - - -For the TDELirc framework to be utilised you must have setup a LIRC -on your TDE machine. If it is properly set up, the &tdelirc; icon in -the system tray (show icon here) will light up red. If not, it will -be grey and crossed out. - - - -For more information about LIRC, visit their website at http://www.lirc.org. - - - - - - -Usage - - -There are several sections of the configuration. The list on the left details the remote controls and modes. The selection of that dictates the contents of the right-most list, which shows button/action bindings. Flicking the main tab over to Loaded Extensions will show a list of applications and remote controls that are recognised for the advanced functionality; some data is also viewable by selecting one of the items. - - - -Remote Controls and Modes - - -Each remote control can have a number of modes. Having multiple modes allows the same button to conduct different actions in difference situations, and is how many remote controls handle many different appliances with a limited number of buttons. A good example are the TV/Video/Satellite/DVD multi-purpose remote controls - rather than having several sets of number buttons for each appliance they have only one set which works for the currently selected appliance only. - - - -Each remote control can be in at most one mode at once (it may also be in no mode at all). The remote control also has a "default mode", which is the mode that it starts in, and the mode that it gets reset to normally. This may be set by using the Edit button. - - - -The list contains any remote controls detected on your system. Modes may be added and removed by selecting the desired remote control and using the buttons directly below the list Add, Remove. Modes may be renamed "inline" in the standard TDE fashion by first selecting the mode in the list box, and then clicking it again after a short pause. The Edit button allows mode names to be edited, and also allows you to define an icon that will show up in the system tray when that mode is entered. - - - - - -Action-Button Bindings - - -An action/button binding ("action") is a connection between a button press and an effect. The effect may be to switch modes, to start a TDE program or to execute a function in a TDE program (using DCOP). - - - -Actions may be associated with a mode of the remote control; if it is, the action will only have effect when the remote control is in that mode. Actions may also be placed out of any mode. Such actions will always have their desired effect no matter what mode that remote control happens to be in. - - - -To add an action/button binding simply use the Add button. Removal may be performed by selecting the action(s) to be removed and clicking the Remove button. Actions may be Edited with the Edit button, and moved to different modes by dragging and dropping onto the desired mode in the remotes/modes list. - - - -Actions may also be "automatically" populated. This handles the instance when you have a supported remote control and you wish to map its buttons to a supported application's functions. &tdelirc; can attempt to match buttons to functions for you; this behaviour may have to be tweaked, however. - - - - - -Loaded Extensions - - -There is another tab available named "Loaded Extensions". This details the applications and remote controls that &tdelirc; recognises. &tdelirc; can also use unsupported remote controls and applications, but the Auto-Populate function will not work as well (if at all). - - - -By clicking on an entry you can see information on it such as the author's details. - - - - - - - -Credits and Licenses - -&tdelirc; TDE LIRC Framework Copyright (c) 2004 Gav Wood -gav@kde.org. - -Documentation Copyright (c) 2004 by Gav Wood -gav@kde.org. - -&underFDL; -&underGPL; - - - - -Installation - -&install.intro.documentation; -&install.compile.documentation; - - -
diff --git a/tdelirc/kcmlirc/kcmlirc.cpp b/tdelirc/kcmlirc/kcmlirc.cpp index e1f35e3..512d10d 100644 --- a/tdelirc/kcmlirc/kcmlirc.cpp +++ b/tdelirc/kcmlirc/kcmlirc.cpp @@ -530,9 +530,9 @@ TQString KCMLirc::handbookDocPath() const { int index = theKCMLircBase->tabWidget2->currentPageIndex(); if (index == 0) - return "kcmlirc/usage.html"; + return "kcontrol/kcmlirc/usage.html"; else if (index == 1) - return "kcmlirc/extensions.html"; + return "kcontrol/kcmlirc/extensions.html"; else return TQString::null; } diff --git a/tdelirc/kcmlirc/kcmlirc.desktop b/tdelirc/kcmlirc/kcmlirc.desktop index cc5240d..90d2697 100644 --- a/tdelirc/kcmlirc/kcmlirc.desktop +++ b/tdelirc/kcmlirc/kcmlirc.desktop @@ -11,6 +11,6 @@ Terminal=false Type=Application X-TDE-FactoryName=kcmlirc X-TDE-Library=kcmlirc -X-TDE-ModuleType=Library -X-DocPath=kcmlirc/index.html +X-TDE-ParentApp=kcontrol +X-DocPath=kcontrol/kcmlirc/index.html Categories=Qt;TDE;X-TDE-settings-peripherals; -- cgit v1.2.1