Bug 151762 - Add example to Script-Hooks config dialogue for automatic dialing via kphone
Summary: Add example to Script-Hooks config dialogue for automatic dialing via kphone
Status: RESOLVED UNMAINTAINED
Alias: None
Product: kab3
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: Tobias Koenig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-02 19:27 UTC by Olivier Vitrat
Modified: 2009-08-05 16:34 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.