KTp/Components/Call UI

From KDE Community Wiki
< KTp
Revision as of 15:18, 21 November 2010 by Gkiagia (talk | contribs) (Created page with '==The plan== * The current code is wrong by design, needs to be replaced. * Build a simple Qt library that exports the whole call application logic with a QML-izable interface,...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The plan

  • The current code is wrong by design, needs to be replaced.
  • Build a simple Qt library that exports the whole call application logic with a QML-izable interface, using QtGStreamer/farsight/farsight utils/telepathy-qt4.
  • Build a GUI that possibly consists of a standard KXmlGuiWindow that embeds a QDeclarativeView, which implements the call GUI.

Blockers

  • Needs the telepathy Call spec to become usable.
  • Needs farsight utils to be merged in farsight.
  • Needs telepathy-qt4 to export interfaces for the Call spec.
  • Needs a QML video widget in QtGStreamer.