Summary: | Email message body is not displayed | ||
---|---|---|---|
Product: | [Unmaintained] trojita | Reporter: | Jono Bacon <jono> |
Component: | Ubuntu | Assignee: | trojita-ubuntu-bugs |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dpniel, trojita-bugs |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/trojita/69f829ecb8792a87872602e6d4f22e2e335d48de | Version Fixed In: | |
Sentry Crash Report: |
Description
Jono Bacon
2014-04-02 22:55:47 UTC
Git commit 910adc47a4efde1a64b3b63b360c45edd7f753ec by Jan Kundrát, on behalf of Boren Zhang. Committed on 10/04/2014 at 12:19. Pushed by jkt into branch 'master'. Add a bridge between the QQuickNetworkReply and QNetworkReply This is simply a wrapper class which provides the data made available via the QNetworkReply into the QML WebView. The Qt5's WebView API does not support providing a QNetworkAccessManager anymore, so this is our best bet. REVIEW: 117445 M +1 -0 CMakeLists.txt M +1 -1 src/Imap/Model/ImapAccess.cpp M +2 -2 src/Imap/Model/ImapAccess.h M +7 -0 src/Imap/Network/MsgPartNetAccessManager.cpp M +1 -0 src/Imap/Network/MsgPartNetAccessManager.h A +49 -0 src/Imap/Network/QQuickNetworkReplyWrapper.cpp [License: GPL (v2/3)] A +49 -0 src/Imap/Network/QQuickNetworkReplyWrapper.h [License: GPL (v2/3)] M +1 -4 src/Ubuntu/qml/trojita/OneMessagePage.qml http://commits.kde.org/trojita/910adc47a4efde1a64b3b63b360c45edd7f753ec Git commit 69f829ecb8792a87872602e6d4f22e2e335d48de by Jan Kundrát, on behalf of Boren Zhang. Committed on 10/04/2014 at 12:19. Pushed by jkt into branch 'master'. Add a bridge between the QQuickNetworkReply and QNetworkReply This is simply a wrapper class which provides the data made available via the QNetworkReply into the QML WebView. The Qt5's WebView API does not support providing a QNetworkAccessManager anymore, so this is our best bet. REVIEW: 117445 M +1 -0 CMakeLists.txt M +1 -1 src/Imap/Model/ImapAccess.cpp M +2 -2 src/Imap/Model/ImapAccess.h M +7 -0 src/Imap/Network/MsgPartNetAccessManager.cpp M +1 -0 src/Imap/Network/MsgPartNetAccessManager.h A +49 -0 src/Imap/Network/QQuickNetworkReplyWrapper.cpp [License: GPL (v2/3)] A +49 -0 src/Imap/Network/QQuickNetworkReplyWrapper.h [License: GPL (v2/3)] M +1 -4 src/Ubuntu/qml/trojita/OneMessagePage.qml http://commits.kde.org/trojita/69f829ecb8792a87872602e6d4f22e2e335d48de |