summaryrefslogtreecommitdiffstats
path: root/examples/qtmail/libs/qmfutil/qtmailnamespace.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make qmfutil a Qt module: QmfWidgets.Robin Burchell2014-01-231-101/+0
| | | | | | | | | | I'm not totally clear how useful this thing actually is, but instead of bastardising it across a few examples/projects, let's promote it to a module and avoid that black magic. Change-Id: I4d34961bc30e01455274afdd344286f4e5cfd25a Reviewed-by: Matthew Vogt <[email protected]> Reviewed-by: Robin Burchell <[email protected]>
* Change to new-form Digia license headers.Robin Burchell2013-02-121-24/+24
| | | | | Change-Id: If0f4427ee93a37de4ebd9e097defd8b3956f0fc6 Reviewed-by: Lars Knoll <[email protected]>
* Replace uses of qDebug with qMailLog.Don Sanders2012-04-201-1/+1
| | | | | | | | | | | | | | 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.
* Update license headers (make them consistent with harmattan qmf)Don Sanders2011-08-071-17/+17
| | | | Remove obsolete pre-release clause.
* Add Work Offline mode.Don Sanders2010-07-251-0/+1
| | | | | Still need to make network actions use this to export updates when online.
* Fixes: Missing license header.Don Sanders2010-06-291-0/+41
|
* UI improvements to AccountSettings exampleespringe2010-04-081-2/+3
|
* Remove dead codeAleksW2010-04-071-0/+1
|
* Theme support only on linuxAleksW2010-04-071-1/+1
|
* Restructure source layout grouping qtmail example files together, separate ↵AleksW2010-04-071-0/+57
from QMF.