Bug 151762

Summary: Add example to Script-Hooks config dialogue for automatic dialing via kphone
Product: kab3 Reporter: Olivier Vitrat <ovit.debian>
Component: generalAssignee: Tobias Koenig <tokoe>
Status: RESOLVED UNMAINTAINED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Olivier Vitrat 2007-11-02 19:27:07 UTC
Version:            (using KDE KDE 3.5.8)
Installed from:    Debian testing/unstable Packages

Hi, I've found the autodial by clicking on phone number feature quite
useful, but unfortunately both the script-hook configuration hint and
my current voip package of choice (kphone) were rather underdocumented.
Setting up things required looking at the source package of the latter 
for discovering the correct -d option; a patch to add --help options 
list to kphone has been submitted, here is provided a small one to add
explicit examples to kaddressbook hints as well.

Thanks,
--
a.m.


--- kaddressbook/kcmconfigs/kabconfigwidget.cpp.orig	2007-10-29 09:02:21.000000000 +0100
+++ kaddressbook/kcmconfigs/kabconfigwidget.cpp	2007-10-29 09:03:58.000000000 +0100
@@ -103,14 +103,14 @@
   grid->addWidget( label, 0, 0 );
 
   mPhoneHook = new QLineEdit( groupBox );
-  QToolTip::add( mPhoneHook, i18n( "<ul><li>%N: Phone Number</li></ul>" ) );
+  QToolTip::add( mPhoneHook, i18n( "<ul><li>%N: Phone Number.<br> I.e. kphone -d %N</li></ul>" ) );
   grid->addWidget( mPhoneHook, 0, 1 );
 
   label = new QLabel( i18n( "Fax:" ), groupBox );
   grid->addWidget( label, 1, 0 );
 
   mFaxHook = new QLineEdit( groupBox );
-  QToolTip::add( mFaxHook, i18n( "<ul><li>%N: Fax Number</li></ul>" ) );
+  QToolTip::add( mFaxHook, i18n( "<ul><li>%N: Fax Number.<br> I.e. kdeprintfax --phone %N</li></ul>" ) );
   grid->addWidget( mFaxHook, 1, 1 );
Comment 1 Tobias Koenig 2009-08-05 16:34:12 UTC
The development of the old KAddressBook will be discontinued for KDE 4.4.
Since the new application has the same name, but a completly new code base we close all bug reports against the old version and ask the submitters to resend there reports against the new product.