
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Kall is a small application to dial the telephone numbers in your address book for you. It is used via kaddressbook or
as a stand-alone application.
Under Settings/Configure Kaddressbook/Dial Phone Number, select External Application and
enter kall --dial "%N" as the command. Then you can simply click on a phone number to dial it. Otherwise start kall from the menu (under Office) and then drag entries from kaddressbook into the phone number edit box.
If you enter all your telephone numbers in international format, i.e.
+cc-aaa-nnnn-nnnn where cc is the country code and aaa is the area code, Kall will localise the number by stripping off the + and possibly the country code and adding the appropriate dialling prefixes that you have entered in the Dialling Codes settings. This way, if you travel to another country, you need only update the settings with the local codes and do not need to change your address book entries.
This latest version completely removes all use of the old KABC interface and is updated to use Akonadi.
10 years ago
29 Sep 2010 Robin Atwood robin@binro.org
o Version 2.1
o Now fully Akonadified - should be future proof.
05 Jul 2010 Robin Atwood robin@binro.org
o Version 2.0
o Fix minor errors in log viewer.
o Smart new app icon!
28 Jun 2010 Robin Atwood robin@binro.org
o Version 1.9
o Complete redesign of dialogs.
o Pure Qt4 now.
14 Mar 2010 Robin Atwood robin@binro.org
o Version 1.0
o Support drags from akonadi-enabled apps (KDE 4.4.0).
22 Oct 2009 Robin Atwood robin@binro.org
o Version 0.9
o Add stand-alone mode again with drag from address book.
04 Jul 2009 Robin Atwood robin@binro.org
o Version 0.8
o Convert to KDE4.
o Drop all the views, dial dialog only.
17 Jul 2006 Robin Atwood robin.atwood@attglobal.net
o Version 0.6
o Minor beautifications
07 Jul 2004 Robin Atwood robin.atwood@attglobal.net
o Version 0.5
o Maintenance release for kde-apps.org
o Polish and Spanish translations
16 Mar 2003 Robin Atwood robin.atwood@attglobal.net
o Version 0.4.
o Converted to Qt/KDE 3.1.
o Use Qt I/O to avoid problems with new C++ library.
o Updates for GCC 3.2.1.
o Improve modem error messages.
08 Mar 2002 Robin Atwood robin.atwood@attglobal.net
o Version 0.3.
o Converted to Qt/KDE 3.x.
o Converted to use kabc format addressbook.
o Now has automatic reload if another app changes the adressbook.
o Fix segfault if kalllog does not exist.
o Code cleanups.
16 Feb 2002 Robin Atwood robin.atwood@attglobal.net
o Version 0.2
o Background images now work.
o Text colour can be changed
o Sorting of rows is now more rational
o Columns in tree view now expand to fill the window
o Massive code cleanup
o Help file written
26 Jan 2002 Robin Atwood robin.atwood@attglobal.net
o Initial alpha release 0.1.
10 years ago
29 Sep 2010 Robin Atwood robin@binro.org
o Version 2.1
o Now fully Akonadified - should be future proof.
05 Jul 2010 Robin Atwood robin@binro.org
o Version 2.0
o Fix minor errors in log viewer.
o Smart new app icon!
28 Jun 2010 Robin Atwood robin@binro.org
o Version 1.9
o Complete redesign of dialogs.
o Pure Qt4 now.
14 Mar 2010 Robin Atwood robin@binro.org
o Version 1.0
o Support drags from akonadi-enabled apps (KDE 4.4.0).
22 Oct 2009 Robin Atwood robin@binro.org
o Version 0.9
o Add stand-alone mode again with drag from address book.
04 Jul 2009 Robin Atwood robin@binro.org
o Version 0.8
o Convert to KDE4.
o Drop all the views, dial dialog only.
17 Jul 2006 Robin Atwood robin.atwood@attglobal.net
o Version 0.6
o Minor beautifications
07 Jul 2004 Robin Atwood robin.atwood@attglobal.net
o Version 0.5
o Maintenance release for kde-apps.org
o Polish and Spanish translations
16 Mar 2003 Robin Atwood robin.atwood@attglobal.net
o Version 0.4.
o Converted to Qt/KDE 3.1.
o Use Qt I/O to avoid problems with new C++ library.
o Updates for GCC 3.2.1.
o Improve modem error messages.
08 Mar 2002 Robin Atwood robin.atwood@attglobal.net
o Version 0.3.
o Converted to Qt/KDE 3.x.
o Converted to use kabc format addressbook.
o Now has automatic reload if another app changes the adressbook.
o Fix segfault if kalllog does not exist.
o Code cleanups.
16 Feb 2002 Robin Atwood robin.atwood@attglobal.net
o Version 0.2
o Background images now work.
o Text colour can be changed
o Sorting of rows is now more rational
o Columns in tree view now expand to fill the window
o Massive code cleanup
o Help file written
26 Jan 2002 Robin Atwood robin.atwood@attglobal.net
o Initial alpha release 0.1.
FraSMOG
10 years ago
perhaps I don't get what exactly Kall can do, but is there a way to use it in a ADSL connection if you are behind a Wifi router?
(so /dev/modem and all the others interfaces listed in kall aren't working but /dev/eth0 or /dev/wifi0 are)
Thank you in advance for your help :)
Report
binro
10 years ago
Report
FraSMOG
10 years ago
Quote:CMake Error at /usr/share/kde4/apps/cmake/modules/FindPackageHandleStandardArgs.cmake:139 (MESSAGE):
Could NOT find KdepimLibs (missing: KdepimLibs_CONFIG)
Call Stack (most recent call first):
/usr/share/kde4/apps/cmake/modules/FindKdepimLibs.cmake:80 (find_package_handle_standard_args)
src/CMakeLists.txt:3 (find_package)
Any idea?
Kubuntu 10.04 with KDE 4.5 and Qt 4.7
Report
binro
10 years ago
HTH
Report
FraSMOG
10 years ago
I've forgot to mention that kdepimlibs5 is installed yet on my machine.
So the problem is not the absence of that package... :(
Report
bitcrazy
10 years ago
m0nk
Report
FraSMOG
10 years ago
BUT...
I've another problem while running make:
Quote:[ 13%] Building CXX object src/CMakeFiles/kall.dir/kall_automoc.o
In file included from /usr/include/akonadi/item.h:28,
from /usr/include/akonadi/itemfetchjob.h:23,
from /home/fra/Scrivania/kall-2.1/build/src/../../src/dialdialogimp.h:35,
from /home/fra/Scrivania/kall-2.1/build/src/moc_dialdialogimp.cpp:10,
from /home/fra/Scrivania/kall-2.1/build/src/kall_automoc.cpp:6:
/usr/include/akonadi/itempayloadinternals_p.h:28:32: error: boost/shared_ptr.hpp: Nessun file o directory
/usr/include/akonadi/itempayloadinternals_p.h:29:41: error: boost/type_traits/is_same.hpp: Nessun file o directory
In file included from /usr/include/akonadi/itemfetchjob.h:23,
from /home/fra/Scrivania/kall-2.1/build/src/../../src/dialdialogimp.h:35,
from /home/fra/Scrivania/kall-2.1/build/src/moc_dialdialogimp.cpp:10,
from /home/fra/Scrivania/kall-2.1/build/src/kall_automoc.cpp:6:
/usr/include/akonadi/item.h:34:35: error: boost/static_assert.hpp: Nessun file o directory
/usr/include/akonadi/item.h:35:44: error: boost/type_traits/is_pointer.hpp: Nessun file o directory
In file included from /usr/include/akonadi/item.h:28,
from /usr/include/akonadi/itemfetchjob.h:23,
from /home/fra/Scrivania/kall-2.1/build/src/../../src/dialdialogimp.h:35,
from /home/fra/Scrivania/kall-2.1/build/src/moc_dialdialogimp.cpp:10,
from /home/fra/Scrivania/kall-2.1/build/src/kall_automoc.cpp:6:
/usr/include/akonadi/itempayloadinternals_p.h:89: error: ‘boost’ was not declared in this scope
/usr/include/akonadi/itempayloadinternals_p.h:89: error: template argument 1 is invalid
/usr/include/akonadi/itempayloadinternals_p.h:127: error: ‘boost’ has not been declared
/usr/include/akonadi/itempayloadinternals_p.h:127: error: expected primary-expression before ‘,’ token
/usr/include/akonadi/itempayloadinternals_p.h:127: error: expected ‘;’ before ‘>’ token
In file included from /usr/include/akonadi/itemfetchjob.h:23,
from /home/fra/Scrivania/kall-2.1/build/src/../../src/dialdialogimp.h:35,
from /home/fra/Scrivania/kall-2.1/build/src/moc_dialdialogimp.cpp:10,
from /home/fra/Scrivania/kall-2.1/build/src/kall_automoc.cpp:6:
/usr/include/akonadi/item.h: In member function ‘T Akonadi::Item::payload() const’:
/usr/include/akonadi/item.h:379: error: ‘boost’ has not been declared
/usr/include/akonadi/item.h:379: error: expected primary-expression before ‘>’ token
/usr/include/akonadi/item.h:379: error: ‘::value’ has not been declared
/usr/include/akonadi/item.h:379: error: there are no arguments to ‘BOOST_STATIC_ASSERT’ that depend on a template parameter, so a declaration of ‘BOOST_STATIC_ASSERT’ must be available
/usr/include/akonadi/item.h:379: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
/usr/include/akonadi/item.h: In member function ‘bool Akonadi::Item::hasPayload() const’:
/usr/include/akonadi/item.h:404: error: ‘boost’ has not been declared
/usr/include/akonadi/item.h:404: error: expected primary-expression before ‘>’ token
/usr/include/akonadi/item.h:404: error: ‘::value’ has not been declared
/usr/include/akonadi/item.h:404: error: there are no arguments to ‘BOOST_STATIC_ASSERT’ that depend on a template parameter, so a declaration of ‘BOOST_STATIC_ASSERT’ must be available
make[2]: *** [src/CMakeFiles/kall.dir/kall_automoc.o] Errore 1
make[1]: *** [src/CMakeFiles/kall.dir/all] Errore 2
make: *** [all] Errore 2
I'd be glad if anyone got some hint on how to fix this problem also...
...or does anyone got a .deb for Ubuntu Lucid? :P this would also fix the problem ;)
Thanks to everyone :)
Report
binro
10 years ago
HTH
Report
FraSMOG
10 years ago
So for all the (k)ubuntu/debian users you need to install the following dependecies before trying to compile the source: "kdepimlibs5-dev" and "libakonadi-dev". You can use the following command to install them:
Quote:sudo apt-get install kdepimlibs5-dev libakonadi-dev
binro: I suggest you to include this instruction in the description of the software ;)
Thx to everyone!
Report
binro
10 years ago
Report