From 8645c730bb4364fc1644855207807f3c9315c004 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Tue, 10 Apr 2001 00:15:52 +0000 Subject: Fixed a tooltip More documentation. --- kde2/doc/en/index.docbook.in | 248 ++++++++++++++++++++++++++++++++++++++++++- kde2/kpsion/setupdialog.cpp | 2 +- 2 files changed, 247 insertions(+), 3 deletions(-) diff --git a/kde2/doc/en/index.docbook.in b/kde2/doc/en/index.docbook.in index d16a145..c7cb68a 100644 --- a/kde2/doc/en/index.docbook.in +++ b/kde2/doc/en/index.docbook.in @@ -116,7 +116,12 @@ needs to be able to write to the system wide KDE directories. Using &kpsion; -Usage of &kpsion; is easy. The syntax is one of the following: + +Usage of &kpsion; is easy. Normally, you start &kpsion; using the menu entry +in the Utilities section of the K-Menu. + +You also can start kpsion from the shell. The syntax is one of the following: + kpsion @@ -183,6 +188,124 @@ This option starts format of the specified DRIVE. + +Command reference + + +The main &kpsion; window + + +&kpsion; mainwindow. + + + + + + &kpsion; mainwindow + + + +When a Psion PDA is connected, the main window shows its drives in the +central icon view. By clicking on a drive-icon, you can toggle its selection. +If any drive is selected, the entries in the File menu and the toolbar buttons +are enabled. The most common actions are accessible via +toolbar buttons. These are: + + + + + + + + + + Full backup. + + + + + + + + + Restore. + + + + +The File Menu + + + + +Ctrlb + +File +Start Full Backup + + +Starts a full backup of selected drives. + + + + + + +Ctrli + +File +Start Incremental Backup + + +Starts an incremental backup of selected drives. + + + + + + +Ctrlr + +File +Start Restore + + +Starts restore of selected drives. + + + + + + +Ctrlf + +File +Start Format + + +Starts formatting of selected drives. + + + + + + +Ctrlq + +File +Quit + + +Quits &kpsion;. + + + + + + + + + Configuration @@ -216,6 +339,7 @@ directory of your choice by clicking on the Browse button. &kpsion; creates a that directory if it does not yet exist. Of course, you need the permission to do so. + @@ -245,6 +369,7 @@ A backup generation consists of a full backup plus eventually made incremental backups. If a backup is completed sucessfully, &kpsion; will check, if there are more backup generations available and delete older backup generations. + @@ -268,6 +393,124 @@ ncpd daemon running, it is also possible to start this daemon on the fly if it is not running. For this, you need to have permissions to use the specified port. + + + + + + +New Psion connection + + +When &kpsion; connects to a Psion, it retrieves the PDA's unique machine ID and +verifies, if this PDA has been connected before. If the connected Psion has never +been connected to &kpsion; before, a wizard dialog is shown which lets +you assign a name for that Psion and specify a set of drives which should be +backed up when running in unattended backup mode. + + + +Psion Name + + +Step one. psion name. + + + + + + Setting a psion name + + + +The name of the new Psion is not used by &kpsion; internally but is used for +displaying the machine's name when connected. + + + + + +Specifying backup drives + + +Step two. specifying backup drives. + + + + + + Specifying backup drives + + + +Usually, you should select all drives except the ROM drive. The ROM drive +can be backed up, but - of course - can not be restored. + + + + + + +Settings + + +All settings, configured using the First time wizard and New Psion wizard +can be changed at any time using the Settings dialog. The Settings dialog +consists of three tabs: + + + +Backup + + +Setup, Backup. + + + + + + Settings, Backup + + + + + + + + +Connection + + +Settings, Connection. + + + + + + Settings, Connection + + + + + + + + +Machines + + +Settings, Machines. + + + + + + Settings, Machines + + + + + @@ -282,8 +525,8 @@ port. Questions and Answers + &reporting.bugs; -&updating.documentation; @@ -320,5 +563,6 @@ Local Variables: mode: sgml sgml-omittag: nil sgml-shorttag: t +sgml-set-face: t End: --> diff --git a/kde2/kpsion/setupdialog.cpp b/kde2/kpsion/setupdialog.cpp index 4067810..3b2af2c 100644 --- a/kde2/kpsion/setupdialog.cpp +++ b/kde2/kpsion/setupdialog.cpp @@ -272,7 +272,7 @@ SetupDialog::SetupDialog(QWidget *parent, rfsv *plpRfsv, rpcs *plpRpcs) nameEdit = new KLineEdit(page3, "nameEdit"); grid->addWidget(nameEdit, 1, 1); l->setBuddy(nameEdit); - QWhatsThis::add(l, i18n( + QWhatsThis::add(nameEdit, i18n( "You can change the name of the machine here. The name " "is not used internally but only provided for display purposes.")); -- cgit v1.2.3