From 2bda8f7717adf28da4af0d34fb82f63d2868c31d Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- doc/kcontrol/Makefile.am | 6 ++ doc/kcontrol/kcmlowbatcrit/Makefile.am | 2 + doc/kcontrol/kcmlowbatcrit/index.docbook | 47 +++++++++++++ doc/kcontrol/kcmlowbatwarn/Makefile.am | 2 + doc/kcontrol/kcmlowbatwarn/index.docbook | 104 +++++++++++++++++++++++++++++ doc/kcontrol/laptop/Makefile.am | 2 + doc/kcontrol/laptop/index.docbook | 111 +++++++++++++++++++++++++++++++ doc/kcontrol/powerctrl/Makefile.am | 2 + doc/kcontrol/powerctrl/index.docbook | 77 +++++++++++++++++++++ 9 files changed, 353 insertions(+) create mode 100644 doc/kcontrol/Makefile.am create mode 100644 doc/kcontrol/kcmlowbatcrit/Makefile.am create mode 100644 doc/kcontrol/kcmlowbatcrit/index.docbook create mode 100644 doc/kcontrol/kcmlowbatwarn/Makefile.am create mode 100644 doc/kcontrol/kcmlowbatwarn/index.docbook create mode 100644 doc/kcontrol/laptop/Makefile.am create mode 100644 doc/kcontrol/laptop/index.docbook create mode 100644 doc/kcontrol/powerctrl/Makefile.am create mode 100644 doc/kcontrol/powerctrl/index.docbook (limited to 'doc/kcontrol') diff --git a/doc/kcontrol/Makefile.am b/doc/kcontrol/Makefile.am new file mode 100644 index 0000000..930c270 --- /dev/null +++ b/doc/kcontrol/Makefile.am @@ -0,0 +1,6 @@ + +SUBDIRS = $(AUTODIRS) + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/kcontrol/kcmlowbatcrit/Makefile.am b/doc/kcontrol/kcmlowbatcrit/Makefile.am new file mode 100644 index 0000000..335ba2c --- /dev/null +++ b/doc/kcontrol/kcmlowbatcrit/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG=en +KDE_DOCS=kcontrol/kcmlowbatcrit \ No newline at end of file diff --git a/doc/kcontrol/kcmlowbatcrit/index.docbook b/doc/kcontrol/kcmlowbatcrit/index.docbook new file mode 100644 index 0000000..24bf9e0 --- /dev/null +++ b/doc/kcontrol/kcmlowbatcrit/index.docbook @@ -0,0 +1,47 @@ + + + +]> + +
+ + + + +&Mike.McBride; &Mike.McBride.mail; + + + + +2002-02-12 +3.00.00 + + +KDE +KControl +Battery +Power + + + + + +Low Battery Critical + + +Use +This module works in exactly the same manner as the Low battery Warning module. By convention, this module should be set to warn you or automatically perform any action necessary just prior to the loss of battery power. + + +Section Author +This section written by &Paul.Campbell; &Paul.Campbell.mail; +Converted to Docbook by &Mike.McBride; &Mike.McBride.mail; + + + + +
diff --git a/doc/kcontrol/kcmlowbatwarn/Makefile.am b/doc/kcontrol/kcmlowbatwarn/Makefile.am new file mode 100644 index 0000000..9baf4af --- /dev/null +++ b/doc/kcontrol/kcmlowbatwarn/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG=en +KDE_DOCS=kcontrol/kcmlowbatwarn \ No newline at end of file diff --git a/doc/kcontrol/kcmlowbatwarn/index.docbook b/doc/kcontrol/kcmlowbatwarn/index.docbook new file mode 100644 index 0000000..97ceaf2 --- /dev/null +++ b/doc/kcontrol/kcmlowbatwarn/index.docbook @@ -0,0 +1,104 @@ + + + +]> + +
+ + + + +&Mike.McBride; &Mike.McBride.mail; + + + + +2002-02-12 +3.00.00 + + +KDE +KControl +Battery +Power + + + + + + +The Low Battery Warning and Low Battery Critical Panels + + + +Introduction + + +These two modules work together to control what happens when a +predetermined low battery condition occurs. There are two of them, so you can +set a warning for when time is getting close, and something more desperate for +the last minute save or suspend. + + + + + + +Use + +Low trigger + +This field specifies at which point the battery low state is detected - it +is the number of minutes left (according to APM) in your batteries. When this +number is crossed the low state is triggered and one or more of the following +things will occur + + + +Run Command +This is a shell command that will be executed when the battery +low is detected. By default, this is turned off. + + +Play Sound +This specifies a sound to play when battery low is detected. Simply specify the path to the +file to have it played. By default, this is turned off. + + +System Beep +Enabling this will cause the battery monitor to beep whenever +the battery level drops below the preset value. This is probably the least +intrusive, yet still active, method of alerting the user that the battery is +low. By default, this is on. + + +Notify +Enabling this will cause Battery to pop up a window when the +battery becomes low. + + +Suspend +If you have set up /usr/bin/apm to be run +setuid (see the instructions for the Power panel) then this check box will +appear - if checked it will cause your computer to be put into Suspend +mode. + + +Standby +Like Suspend above, but it puts your computer into Standby +mode. + + + + + +Section Author +This section written by &Paul.Campbell; &Paul.Campbell.mail; +Converted to Docbook by &Mike.McBride; &Mike.McBride.mail; + + + + +
diff --git a/doc/kcontrol/laptop/Makefile.am b/doc/kcontrol/laptop/Makefile.am new file mode 100644 index 0000000..446ee8e --- /dev/null +++ b/doc/kcontrol/laptop/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG=en +KDE_DOCS=kcontrol/laptop \ No newline at end of file diff --git a/doc/kcontrol/laptop/index.docbook b/doc/kcontrol/laptop/index.docbook new file mode 100644 index 0000000..fb83afd --- /dev/null +++ b/doc/kcontrol/laptop/index.docbook @@ -0,0 +1,111 @@ + + + +]> + +
+ + + + + + +&Mike.McBride; &Mike.McBride.mail; + + + + +2002-02-12 +3.00.00 + + +KDE +KControl +Battery +level + + + + + +The Battery Monitor Panel + + + + +Introduction + +This panel controls whether or not a battery state icon appears +in &kde;'s panel. + +Once enabled a battery will appear in your docking bar as one of +3 icons - a battery with a red X through it +indicates that APM has not been installed (in +particular /proc/apm can't be read). + +The other two icons indicate the battery state - a +small plug with a bar beside it indicates your +batteries are charging - the height of the blue portion of the bar +indicate how full your batteries are. A small +battery in the dock indicates you are running on +batteries, the amount of blue in the battery indicates how full your +batteries are. + +If you left click on the docked icon a +pop-up will tell you how much time you have left in minutes. + +If you right click you get a pop-up +that lets you put your laptop into suspend or standby modes - or to +bring up the laptop configuration widget. + +All features of Battery are configured from the Setup dialog. + + + +Use + +The configuration window can be divided into 3 parts. + + + +Show Battery Monitor +This controls whether or not the battery icon appears. This is +disabled by default. + + +Poll +This setting controls how often, in seconds, the battery is +updated. +The default is 20 seconds. + + +Icons +The battery monitor uses three icons to represent the three +states: No APM, Charging, and Not Charging. The icons shown are the large +icons. To select new ones, click on the buttons and a icon loader dialog will +pop up. +If you create your own icons - they will work with the battery +monitor - but be careful. +All the exactly white pixels in the icon get filled by blue for the +battery meter - if you want some white looking pixels to stay choose a slightly +off-white or gray color for them. +The author does not claim to be a graphic artist and would love for +someone to donate some better looking icons to the cause. + + + + + + +Section Author +This section written by &Paul.Campbell; &Paul.Campbell.mail; +Converted to Docbook by &Mike.McBride; &Mike.McBride.mail; + + + + +
diff --git a/doc/kcontrol/powerctrl/Makefile.am b/doc/kcontrol/powerctrl/Makefile.am new file mode 100644 index 0000000..eefb119 --- /dev/null +++ b/doc/kcontrol/powerctrl/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG=en +KDE_DOCS=kcontrol/powerctrl \ No newline at end of file diff --git a/doc/kcontrol/powerctrl/index.docbook b/doc/kcontrol/powerctrl/index.docbook new file mode 100644 index 0000000..2a09b95 --- /dev/null +++ b/doc/kcontrol/powerctrl/index.docbook @@ -0,0 +1,77 @@ + + + +]> + +
+ + + + +&Mike.McBride; &Mike.McBride.mail; + + + + +2002-10-16 +3.1 + + +KDE +KControl +Laptop +Power + + + + +Laptop Power Control + + +Introduction + +This tab provides a screensaver-style interface to the APM +suspend/standby modes. It allows you to configure different wait +times and/or actions depending on whether or not your laptop is +plugged into the wall. It's intended to be used in addition to the +existing &kde; screensavers - you could for example disable +suspend/standby when plugged in to the wall, but enable suspend with a +shorter time than your normal screensaver kicks in while running on +batteries. + +Standby mode seems to do different things on different laptops - +in particular on some it may not stay in standby mode and your laptop may be +continually waking/sleeping if you leave it in this mode. + + + +Use + +This panel configures the power-down feature of your laptop. It works as +a sort of extreme screen saver. +You can configure different timeouts and behavior depending on whether +your computer is plugged in or running on battery power. +For both the Powered and Not Powered, you should select one of the +following options: + +Standby - Puts your laptop into standby state +Suspend - Puts your laptop into suspend state +Off - Nothing happens at the specified time. + + +Below that, is a text box labeled Wait for. Enter +the time in minutes, that your computer should remain unused, before the laptop +is powered down. + + + +Section Author +This section written by &Paul.Campbell; &Paul.Campbell.mail; +Converted to Docbook by &Mike.McBride; &Mike.McBride.mail; + + + + +
-- cgit v1.2.1