~mterry/telephony-service/ok

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
General items
- Formatting of phone numbers
- Check how to import/export potfiles from the ts one

Contact integration items:
- Fix contact search when names contain accentuated characters

Qt5 porting pendencies:
- The count overlay on tabs needs to be reimplemented.
- ModelSectionCounter is not working, needs investigation.
- Check for code on tests that was disabled in the porting to Qt5
- Check how to test QContactId stuff

Sharing code between the approver and the QML plugin:
- the TelepathyHelper class needs to be adapted to be able to be used in both
  places
- Change the ChannelObserver and the ChannelApprover code to allow using from
  both places.