Commit graph

11 commits

Author SHA1 Message Date
Jonah Brüchert
47bcdee043 Modernize using clang-tidy 2018-12-31 04:13:55 +01:00
Michael Eden
9e68bc049b Improve dialer UI and format phone number
Summary:
This makes the buttons more evenly spaced and formats the number as you type!

old: {F6084821}
new (updated): {F6084822}

The plan is to bring the entire dialer page down to about half its current size to support searching through contacts as one dials a number.

Reviewers: bshah, #plasma:_mobile, mart

Reviewed By: #plasma:_mobile, mart

Subscribers: ngraham

Differential Revision: https://phabricator.kde.org/D13936
2018-08-02 15:48:21 -04:00
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