Merge lp:~libqtelegram-team/telegram-app/telegram-app-dev-fix-linkify into lp:telegram-app/app-dev

Proposed by Michał Karnicki
Status: Merged
Approved by: Roberto Mier Escandon
Approved revision: 159
Merged at revision: 159
Proposed branch: lp:~libqtelegram-team/telegram-app/telegram-app-dev-fix-linkify
Merge into: lp:telegram-app/app-dev
Diff against target: 11 lines (+1/-0)
1 file modified
components/TelegramDelegate.qml (+1/-0)
To merge this branch: bzr merge lp:~libqtelegram-team/telegram-app/telegram-app-dev-fix-linkify
Reviewer Review Type Date Requested Status
Roberto Mier Escandon (community) Approve
Review via email: mp+240454@code.launchpad.net

Description of the change

Fix the & truncating bug.

Tested by sending a message that contains an '&' as well as a URL (that also contained the symbol).

To post a comment you must log in.
Revision history for this message
Roberto Mier Escandon (rmescandon) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'components/TelegramDelegate.qml'
2--- components/TelegramDelegate.qml 2014-10-31 09:35:47 +0000
3+++ components/TelegramDelegate.qml 2014-11-03 15:31:23 +0000
4@@ -168,6 +168,7 @@
5 "small" : "medium"
6 color: textColor
7 text: parseText(message)
8+ textFormat: Text.RichText
9 onLinkActivated: Qt.openUrlExternally(link)
10
11 // Taken from messaging-app

Subscribers

People subscribed via source and target branches

to all changes: