Actually, I am on Uitukka. Still, 1) A short tap on an entry in the call list calls the number. Without a warning, which IMO is a bad design but one can learn to live with that. 2) A long tap brings a menu with "Send message", "Open contact card" and "Delete". All entries on my list are currently from known numbers so I apologize if there are more options for numbers not in the phone book but even if there is a "Copy phone number" option, why not for all entries?
[root@Jolla ~]# diff -u CallLogPage.qml.backup /usr/share/voicecall-ui-jolla/pages/CallLogPage.qml --- CallLogPage.qml.backup 2014-12-04 11:58:26.179885538 +0200 +++ /usr/share/voicecall-ui-jolla/pages/CallLogPage.qml 2014-12-04 12:00:17.168318304 +0200 @@ -237,7 +237,6 @@ onClicked: openContactCard(person, model.remoteUid) } MenuItem { - visible: !privateNumber && !person //% "Copy" text: qsTrId("voicecall-me-copy") onClicked: Clipboard.text = model.remoteUid
3) To actually copy the number, I have to open the contact card for editing. A bit risky operation.
Whilst I don't mind editing a QML, 1) How was I supposed to know that this is what I have to do? 2) Where is that file? 3) What do I need to do with the file to enable selective copying? (OK maybe it is obvious once you know the aswers to questions 1 and 2.) 4) Is it what you expect the users to routinely do for things that should work out of the box?