Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make qmfutil a Qt module: QmfWidgets. | Robin Burchell | 2014-01-23 | 1 | -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 Burchell | 2013-02-12 | 1 | -24/+24 |
| | | | | | Change-Id: If0f4427ee93a37de4ebd9e097defd8b3956f0fc6 Reviewed-by: Lars Knoll <[email protected]> | ||||
* | Replace uses of qDebug with qMailLog. | Don Sanders | 2012-04-20 | 1 | -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 Sanders | 2011-08-07 | 1 | -17/+17 |
| | | | | Remove obsolete pre-release clause. | ||||
* | Add Work Offline mode. | Don Sanders | 2010-07-25 | 1 | -0/+1 |
| | | | | | Still need to make network actions use this to export updates when online. | ||||
* | Fixes: Missing license header. | Don Sanders | 2010-06-29 | 1 | -0/+41 |
| | |||||
* | UI improvements to AccountSettings example | espringe | 2010-04-08 | 1 | -2/+3 |
| | |||||
* | Remove dead code | AleksW | 2010-04-07 | 1 | -0/+1 |
| | |||||
* | Theme support only on linux | AleksW | 2010-04-07 | 1 | -1/+1 |
| | |||||
* | Restructure source layout grouping qtmail example files together, separate ↵ | AleksW | 2010-04-07 | 1 | -0/+57 |
from QMF. |