New commits:
http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=9ba1bcc085ac286636683bbb4198ac8f74922757
commit 9ba1bcc085ac286636683bbb4198ac8f74922757
Author: Tarik Sekmen <[email protected]>
Date: Wed Jul 3 16:14:39 2013 +0300
Add ilixi_sip, a baresip client.
Following features are not fully implemented:
- Contact add/edit/remove
- Call log
- Settings panel
apps/Makefile.am | 5 +
apps/car/appdefs/Makefile.am | 1 +
apps/car/appdefs/ilixi_sip.appdef | 14 +
apps/phone/Makefile.am | 6 +-
apps/phone/appdefs/Makefile.am | 9 +-
apps/phone/appdefs/ilixi_sip.appdef | 14 +
apps/sip/App.cpp | 501 +++++++++++++++++++++++++++++++++++
apps/sip/App.h | 137 ++++++++++
apps/sip/Call.cpp | 162 +++++++++++
apps/sip/Call.h | 80 ++++++
apps/sip/Contact.cpp | 167 ++++++++++++
apps/sip/Contact.h | 92 +++++++
apps/sip/ContactManager.cpp | 129 +++++++++
apps/sip/ContactManager.h | 62 +++++
apps/sip/Contacts.cpp | 214 +++++++++++++++
apps/sip/Contacts.h | 79 ++++++
apps/sip/Dialer.cpp | 178 +++++++++++++
apps/sip/Dialer.h | 54 ++++
apps/sip/History.cpp | 148 +++++++++++
apps/sip/History.h | 57 ++++
apps/sip/HistoryItem.cpp | 141 ++++++++++
apps/sip/HistoryItem.h | 72 +++++
apps/sip/Makefile.am | 25 ++
apps/sip/Settings.cpp | 143 ++++++++++
apps/sip/Settings.h | 65 +++++
apps/sip/Status.cpp | 56 ++++
apps/sip/Status.h | 32 +++
configure.ac | 5 +
data/apps/icons/Makefile.am | 1 +
data/apps/icons/ilixi_sip.png | Bin 0 -> 8300 bytes
30 files changed, 2646 insertions(+), 3 deletions(-)
_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs