From 73a24be25bc6d9801ea8f22665696aab7a8a3bbc Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Tue, 13 Jun 2017 16:40:31 +0200 Subject: [PATCH] fix(ui/modules/Linphone/Chat/Message): fix selection area --- linphone-desktop/assets/languages/en.ts | 26 +++++++++---------- linphone-desktop/assets/languages/fr.ts | 12 ++++----- .../ui/modules/Linphone/Chat/Message.qml | 4 ++- 3 files changed, 22 insertions(+), 20 deletions(-) diff --git a/linphone-desktop/assets/languages/en.ts b/linphone-desktop/assets/languages/en.ts index 87fda6abd..0e3f149f1 100644 --- a/linphone-desktop/assets/languages/en.ts +++ b/linphone-desktop/assets/languages/en.ts @@ -127,11 +127,11 @@ usernameStatusInvalidCharacters - Invalid characters detected (regex: `%1`.) + Invalid characters detected. (regex: `%1`) usernameStatusInvalid - Invalid username + Invalid username. passwordStatusTooShort @@ -143,7 +143,7 @@ passwordStatusInvalidCharacters - Invalid characters detected (regex: `%1`.) + Invalid characters detected. (regex: `%1`) passwordStatusMissingCharacters @@ -151,23 +151,23 @@ requestFailed - Unable to send the request + Unable to send the request. emailStatusMalformed - Incorrect email address + Incorrect email address. emailStatusMalformedInvalidCharacters - Incorrect email address or invalid characters + Incorrect email address or invalid characters. cannotSendSms - Server error: cannot send sms + Server error: cannot send sms. accountAlreadyExists - This account already exists + This account already exists. smsActivationFailed @@ -346,7 +346,7 @@ callTransferDescription - Do you want to transfer this call ? + Do you want to transfer this call? @@ -641,7 +641,7 @@ Server url not configured. passwordConfirmationError - The passwords you entered do not match + The passwords you entered do not match. quitWarning @@ -772,7 +772,7 @@ Server url not configured. accountAssistantDescription - Create or manage your Linphone account + Create or manage your Linphone account. accountAssistantTitle @@ -889,11 +889,11 @@ your friend's SIP address or username. selectPresenceLabel - Select a presence status + Presence status selectAccountLabel - Select your active account + Active account diff --git a/linphone-desktop/assets/languages/fr.ts b/linphone-desktop/assets/languages/fr.ts index 9cc6179f1..3d1846789 100644 --- a/linphone-desktop/assets/languages/fr.ts +++ b/linphone-desktop/assets/languages/fr.ts @@ -365,11 +365,11 @@ resumeCall - REPRENDRE L'APPEL + REPRENDRE L'APPEL transferCall - TRANSFERER L'APPEL + TRANSFERER L'APPEL pauseCall @@ -784,7 +784,7 @@ Url du serveur non configurée. showTooltips - Voir les bulles d'aides. + Voir les bulles d'aides. inviteButton @@ -861,7 +861,7 @@ Url du serveur non configurée. smartSearchBarTooltip - Utilisez la barre de recherche intelligente pour lancer des appels audio et vidéo, envoyer un message ou ajouter un contact. Entrez simplement l'adresse SIP ou le nom d'utilisateur de votre contact. + Utilisez la barre de recherche intelligente pour lancer des appels audio et vidéo, envoyer un message ou ajouter un contact. Entrez simplement l'adresse SIP ou le nom d'utilisateur de votre contact. @@ -974,7 +974,7 @@ Url du serveur non configurée. echoCancellationLabel - Activer l'annulation d'écho + Activer l'annulation d'écho audioCodecsTitle @@ -1387,7 +1387,7 @@ Url du serveur non configurée. useUsernameToLogin - Utiliser un nom d'utilisateur et mot de passe plutôt que votre numéro de téléphone. + Utiliser un nom d'utilisateur et mot de passe plutôt que votre numéro de téléphone. quitWarning diff --git a/linphone-desktop/ui/modules/Linphone/Chat/Message.qml b/linphone-desktop/ui/modules/Linphone/Chat/Message.qml index a81e2590c..119415e11 100644 --- a/linphone-desktop/ui/modules/Linphone/Chat/Message.qml +++ b/linphone-desktop/ui/modules/Linphone/Chat/Message.qml @@ -86,7 +86,9 @@ Item { // Handle hovered link. MouseArea { - anchors.fill: parent + height: parent.height + width: rectangle.width + acceptedButtons: Qt.RightButton cursorShape: parent.hoveredLink ? Qt.PointingHandCursor