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/kdf/Makefile.am | 4 + doc/kdf/index.docbook | 266 +++++++++++++++++++++++++++++++++++++++++++++++++ doc/kdf/kdf.png | Bin 0 -> 22869 bytes doc/kdf/kdf_config.png | Bin 0 -> 32396 bytes 4 files changed, 270 insertions(+) create mode 100644 doc/kdf/Makefile.am create mode 100644 doc/kdf/index.docbook create mode 100644 doc/kdf/kdf.png create mode 100644 doc/kdf/kdf_config.png (limited to 'doc/kdf') diff --git a/doc/kdf/Makefile.am b/doc/kdf/Makefile.am new file mode 100644 index 0000000..085981d --- /dev/null +++ b/doc/kdf/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/kdf/index.docbook b/doc/kdf/index.docbook new file mode 100644 index 0000000..672ef81 --- /dev/null +++ b/doc/kdf/index.docbook @@ -0,0 +1,266 @@ + + + + + +]> + + + + +The &kdiskfree; Handbook + + + +&Jonathan.Singer; &Jonathan.Singer.mail; + + + +&Michael.Kropfberger; &Michael.Kropfberger.mail; + + + + + + + +2000-2002 +&Jonathan.Singer; + + +&FDLNotice; + +2003-09-16 +0. + +&kdiskfree; displays available file devices, along with +information about them. + + + + +KDE +kdf +kdeutils +disks +devices +mount +unmount + + + + + +Introduction + +&kdiskfree; displays the available file devices (hard drive +partitions, floppy and &CD; drives, &etc;) along with information on +their capacity, free space, type and mount point. It also allows you +to mount and unmount drives and view them in a file manager. + +&kdiskfree; is similar to the &kcontrol; Disk-Free module , but takes up less screen +space. It is useful if you want to keep a &kdiskfree; window available at +all times. + + + + +Using &kdiskfree; + + +Starting &kdiskfree; + +Type kdf at a command +prompt or select Disk Free from the +System group in the K +menu. The standard &Qt; and &kde; command options are available, and +can be listed by entering kdf + at the command prompt. + + + + +The Main window + +The main &kdiskfree; window displays the available file devices. + +Normally, the following pieces of information are included: + +&kdiskfree; Screen + + + + + + &kdiskfree; Screen + + + + + +an icon depicting the type of storage +device name +filesystem type +total size +mount point +free disk space +the percentage of space used as a number and as a +graph. + + +In the picture above, four devices are shown: one reiserfs-formatted +hard drive partition mounted at the filesystem root (/), two &CD-ROM;'s, and a floppy drive. + +Left clicking on the header of a +particular column sorts the devices according to that variable. A +second left click sorts in the opposite +order. + +Clicking on a row pops up a menu. If that device is not +currently mounted, the Mount Device option +is available. If the device is mounted, it can be unmounted by +choosing Unmount Device. Selecting +Open in File Manager opens a new window with a +graphical view of the files on that device. + + + + +The &kdiskfree; menu bar + + +The <guimenu>File</guimenu> Menu + + + + + +File +Update + +Immediately updates the display to reflect the current +status + + + + + + +&Ctrl;Q + +File +Quit + +Closes &kdiskfree; + + + + + + +The <guimenu>Settings</guimenu> menu and dialog + + + + +Settings +Configure Shortcuts... + + +The standard &kde; dialog for setting shortcuts. + + + + + + +Settings +Configure KDiskFree... + + +Opens a configuration dialog. + +Configure &kdiskfree; Screen + + + + + + Configure &kdiskfree; Screen + + + + +This dialog has two tabbed windows, General Settings +and Mount Commands + + +General Settings Click on the word +visible or hidden to turn +display of an data field on or off. Change the update +frequency by moving the slider. The value in the box on the left is +the interval (in seconds) between updates of the &kdiskfree; display to +reflect the current status. The File Manager setting +controls the command executed when the Open +Filemanager pop-up menu item is selected. +There are also two check boxes. One controls if a file manager +window will be automatically opened when a device is mounted. The +other causes an alert window to pop up if a disk gets critically +full. + + + +Mount Commands +Allows the user to specify the mount and unmount commands for a +given device, as well as the icon used to represent it. More information on +these commands can be found on the man page for mount (type +man at the +command prompt). + + + + + + + + +The <guimenu>Help</guimenu> menu + +&help.menu.documentation; + + + + + + + +Credits and License + +&kdiskfree; + +Program Copyright © 1998-2000 &Michael.Kropfberger; &Michael.Kropfberger.mail; + +Documentation Copyright © 2000 &Jonathan.Singer; &Jonathan.Singer.mail; + +&underFDL; +&underGPL; + + + +&documentation.index; + + + diff --git a/doc/kdf/kdf.png b/doc/kdf/kdf.png new file mode 100644 index 0000000..737ec7c Binary files /dev/null and b/doc/kdf/kdf.png differ diff --git a/doc/kdf/kdf_config.png b/doc/kdf/kdf_config.png new file mode 100644 index 0000000..09c9c91 Binary files /dev/null and b/doc/kdf/kdf_config.png differ -- cgit v1.2.1