Commit graph

9 commits

Author SHA1 Message Date
Martin Klapetek
5ebcfd904d [dialer] Add KPeople helper plugin
There's no way to access the phone number from PersonsModel directly, so
we need to go a bit around
2015-07-15 21:17:35 +02:00
Martin Klapetek
1bff2a4c48 [dialer] Remove the tpCaller qml plugin
Everything is now moved to DialerUtils
2015-06-19 01:26:39 +02:00
Martin Klapetek
958983df42 [dialer] Add basic Telepathy Channel Handler 2015-06-18 21:27:24 +00:00
Martin Klapetek
2092cbc59a [dialer] Simplify checking for call in progress
The connection will always be existing, unless the network is down
at which point the channel is already invalid. No point for checking
for it then.
2015-06-18 15:34:35 +00:00
Martin Klapetek
9795b7a9cb [dialer] Emit the TpCaller::callInProgressChanged on any important Tp::Channel signals 2015-06-18 15:33:32 +00:00
Martin Klapetek
fe7b3f36b0 [dialer] Cleanup the debug output and make it more useful 2015-06-18 15:33:03 +00:00
Martin Klapetek
e1f27cebb0 [dialer] Promote the Tp::Channel class var to Tp::CallChannel 2015-06-18 15:32:06 +00:00
Martin Klapetek
eb176a4099 [dialer] Cast the Channel to CallChannel and call hangup on it
That seems to actually hang up the call
2015-06-18 14:41:03 +00:00
Martin Klapetek
cd453ba653 Add basic Telepathy call handling 2015-06-17 22:53:09 +00:00