summaryrefslogtreecommitdiffstats
path: root/examples/qtmail/plugins/viewers/generic/browserwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove composer & viewer plugins, move them entirely to QtMail.Robin Burchell2014-01-241-1474/+0
| | | | | | | | | | | | | | | | | These may have made some sense back when QMF was part of Qtopia (a messaging system customizable for each platform and offering extensible message types), but it makes a lot less sense in the sense of a library offering email-related functionality. This type of functionality belongs in the clients, not in the library, so move it there. This has been performed through a fairly quick hatchet job. It isn't really clean, working code yet, but it is operational. Change-Id: Ic417a5e885034b67b645df238febb30cda88b17c Reviewed-by: Matthew Vogt <matthew.vogt@qinetic.com.au> Reviewed-by: Valerio Valerio <valerio.valerio@jollamobile.com>
* Remove Qt 4 support.Robin Burchell2014-01-211-40/+17
| | | | | | | | | | | This has persisted long enough, and as far as I am aware, has no users. It is also blocking potential build system cleanups and other good things. Reviewed-by: Valerio Valerio <valerio.valerio@jollamobile.com> Reviewed-by: Matthew Vogt <matthew.vogt@qinetic.com.au> Change-Id: I5e0e0549ef6ffee31b5e60ec94a9e17f27e01436 Reviewed-by: John Brooks <john.brooks@dereferenced.net> Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
* Change to new-form Digia license headers.Robin Burchell2013-02-121-24/+24
| | | | | Change-Id: If0f4427ee93a37de4ebd9e097defd8b3956f0fc6 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Implement viewing of plain text message parts using webkit.Don Sanders2012-05-311-7/+6
| | | | In qtmail example, Useful for debugging.
* Replace uses of qDebug with qMailLog.Don Sanders2012-04-201-1/+0
| | | | | | | | | | | | | | As qDebug shouldn't be used in release code, and may become deprecated. There's still some uses of qDebug left, namely, some automated tests that actually test qDebug/qMailLog functionality, some uses of qDebug in uncompiled documentation code snippet examples, one use of include QDebug in symbian code, and in qmailid some uses of defining operator<<(QDebug <<, ...). There's still about 500 uses of qWarning and qFatal left. For these I include qmaillog.h as currently that inclues QDebug. Apart from the one symbian case already mention.
* Fix Qt::escape that is deprecated in Qt 5.0 use QString::toHtmlEscaped() insteadValerio Valerio2011-11-021-16/+26
|
* Update license headers (make them consistent with harmattan qmf)Don Sanders2011-08-071-17/+17
| | | | Remove obsolete pre-release clause.
* Fix NB#232541 calendar icon not displayedDon Sanders2011-05-251-0/+1
| | | | | | Add QMailMessage function to detect calendar invitations. Use it appropriately in IMAP and POP plugins.
* Show the message id in the browserEric springer2011-05-121-0/+2
|
* Cleanup message subject for display only; database unchanged.Patrick Burke2011-01-071-1/+1
| | | | | Alters all message.subject() calls for display to be message.subject().simplified() to strip tabs, duplicate spaces, etc.
* Fix some issues reported by coverityespringe2010-09-221-0/+3
|
* Remove obsolete workaround.Don Sanders2010-09-151-6/+0
|
* Remove all trailing br's.Don Sanders2010-08-031-1/+4
|
* Correctly format pure plaintext emailsEric Springer2010-07-301-2/+1
|
* Don't escape pure html emailsEric Springer2010-07-291-5/+2
|
* Krazy code cleanupEric Springer2010-07-211-29/+32
| | | | Fix issues suggested by KDE's code checking tool "Krazy"
* Make the html display of to, cc, etc more readable for long lists of addresses.Don Sanders2010-07-191-2/+2
|
* Allow user to download complete mail for messages with an empty body.Don Sanders2010-07-161-1/+8
| | | | | An empty body may indicate a problem such as an IMAP server being unable to parse the mail and returning a bad bodystructure.
* Update license files, so they are the same as Qt.Don Sanders2010-06-291-16/+16
| | | | | | | | Specifically remove out dated "or the Beta Release License Agreement" text. Remove redundant GPL paragaph. Update copyright to 2010.
* Fixes: Rendering of inline images using webkit.Don Sanders2010-06-211-3/+20
| | | | | | | | | Details: I wouldn't have fixed these issues normally but testing FWOD uncovered some problems with rendering (non cid scheme) inline images, especially inline images wider than the width of the reader widget that need to be scaled. See code comments for details.
* Restructure source layout grouping qtmail example files together, separate ↵AleksW2010-04-071-0/+1463
from QMF.