All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] phonesim: Add call status UI
@ 2011-05-02  9:17 Nicolas Bertrand
  2011-05-02  9:17 ` [PATCH v2 1/6] callmanager: Add signal on call status change Nicolas Bertrand
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Nicolas Bertrand @ 2011-05-02  9:17 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 987 bytes --]

This  patch introduce a new tab "call" in phonesim UI in order to display calls
informationsi (id, number, status, name and direction).
The interface to send CSSU and CSSI notification is now dynamic based on the
type of current calls.
Fix some coding-style violations.

Nicolas Bertrand (6):
  callmanager: Add signal on call status change
  control: Update UI using call status
  hardwaremanipulator: add callmanagement method
  phonesim: Connect call status signal
  controlbase.ui: Add call mangement tab
  control: Update call view

 src/callmanager.cpp         |   22 +++++++
 src/callmanager.h           |    3 +
 src/control.cpp             |  140 ++++++++++++++++++++++++++++++++++++++-----
 src/control.h               |    6 ++
 src/controlbase.ui          |   61 +++++++++++++++++++
 src/hardwaremanipulator.cpp |    4 +
 src/hardwaremanipulator.h   |    2 +
 src/phonesim.cpp            |    2 +
 8 files changed, 224 insertions(+), 16 deletions(-)


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-05-02  9:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-02  9:17 [PATCH v2 0/6] phonesim: Add call status UI Nicolas Bertrand
2011-05-02  9:17 ` [PATCH v2 1/6] callmanager: Add signal on call status change Nicolas Bertrand
2011-05-02  9:17 ` [PATCH v2 2/6] control: Update UI using call status Nicolas Bertrand
2011-05-02  9:17 ` [PATCH v2 3/6] hardwaremanipulator: add callmanagement method Nicolas Bertrand
2011-05-02  9:17 ` [PATCH v2 4/6] phonesim: Connect call status signal Nicolas Bertrand
2011-05-02  9:17 ` [PATCH v2 5/6] controlbase.ui: Add call mangement tab Nicolas Bertrand
2011-05-02  9:17 ` [PATCH v2 6/6] control: Update call view Nicolas Bertrand
2011-05-02  9:23 ` [PATCH v2 0/6] phonesim: Add call status UI Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.