From 6d6c54d129d379973843b69c03e6d0575a78c227 Mon Sep 17 00:00:00 2001 From: Angela Mazzurco Date: Mon, 24 Jul 2017 16:44:11 +0200 Subject: [PATCH 1/2] Add chat bubble icon --- retroshare-qml-app/src/icons/chat-bubble.svg | 108 +++++++++++++++++++ retroshare-qml-app/src/qml.qrc | 1 + 2 files changed, 109 insertions(+) create mode 100644 retroshare-qml-app/src/icons/chat-bubble.svg diff --git a/retroshare-qml-app/src/icons/chat-bubble.svg b/retroshare-qml-app/src/icons/chat-bubble.svg new file mode 100644 index 000000000..3e2d2800f --- /dev/null +++ b/retroshare-qml-app/src/icons/chat-bubble.svg @@ -0,0 +1,108 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-qml-app/src/qml.qrc b/retroshare-qml-app/src/qml.qrc index bb8c5d51e..7ed0fe5d7 100644 --- a/retroshare-qml-app/src/qml.qrc +++ b/retroshare-qml-app/src/qml.qrc @@ -62,5 +62,6 @@ icons/leave.svg icons/paste.svg icons/share.svg + icons/chat-bubble.svg From 040a358d6952950e9119cd054fb29ba251d42c14 Mon Sep 17 00:00:00 2001 From: Angela Mazzurco Date: Mon, 24 Jul 2017 16:45:02 +0200 Subject: [PATCH 2/2] Fix ion url from top button when identity is not yours --- retroshare-qml-app/src/ContactDetails.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare-qml-app/src/ContactDetails.qml b/retroshare-qml-app/src/ContactDetails.qml index fc8516d27..f3e220e36 100644 --- a/retroshare-qml-app/src/ContactDetails.qml +++ b/retroshare-qml-app/src/ContactDetails.qml @@ -41,7 +41,7 @@ Item anchors.horizontalCenter: parent.horizontalCenter buttonTextPixelSize: 14 - iconUrl: "/icons/attach-image.svg" + iconUrl: (isOwn)? "/icons/attach-image.svg": "/icons/chat-bubble.svg" borderRadius: 0