summaryrefslogtreecommitdiffstats
path: root/examples/qtmail/app/writemail.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Restore compilation of qtmail example.Robin Burchell2014-02-031-669/+0
| | | | | Change-Id: Id59253e1d121ab0dfcdb59f7018b897f6c1df086 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]>
* s/Nokia/QtProject/ in settings files.Robin Burchell2012-12-051-1/+1
| | | | | | | | | | minor, but matches the changes made in Qt 5, and reflects that Nokia is no longer the vendor of this software. Change-Id: I3b324b813359f53e65760f3ce7a751dbd5c970e7 Reviewed-by: Sergio Ahumada <[email protected]> Reviewed-by: Johan Thelin <[email protected]> Reviewed-by: Valerio Valerio <[email protected]>
* Update license headers (make them consistent with harmattan qmf)Don Sanders2011-08-071-17/+17
| | | | Remove obsolete pre-release clause.
* Fix some issues reported by coverityespringe2010-09-221-2/+1
|
* Rename Qtopiamail library to QMFespringe2010-09-071-1/+1
| | | | | | | | | | | | | | | | | | | | | Library Renames: libmessageserver -> libqmfmessageserver libqtopiamail -> libqmf Directory Changes: src/libraries/messageserver -> src/libraries/qmfmessageserver src/libraries/qtopiamail -> src/libraries/qmf src/plugins/contentmanagers/qtopiamailfile -> qmfstoragemanager src/plugins/messageservices/qtopiamailfile -> qmfsettings Class changes: QtopiamailfileConfigurator -> QmfConfigurator QtopiamailfileSettings -> QmfSettings QtopiamailfileServicePlugin -> QmfServicePlugin QtopiamailfileManager -> QmfStorageManager There's still a few outstanding changes in the docs / translations that should be fixed shortly.
* Fix too conservative code, to the point of being incorrect.Don Sanders2010-07-271-3/+1
|
* Fix a bug in qtmail where the user would be prompted with2010W29Don Sanders2010-07-231-1/+1
| | | | | | | | "Messages was previously interrupted while composing a message" whenever the current virtual desktop was changed. Also fix a bug in qtmail, while composing File->quit wasn't saving the message being composed in drafts.
* Don't ask for confirmation to close message currently being composedDon Sanders2010-07-231-1/+8
| | | | | | when no message is being composed. Regression introduced by 379a2e2fa5287dd3b492065caf9531ad5762b11e
* When composing new message don't discard message currently beingDon Sanders2010-07-231-0/+12
| | | | composed without user confirmation.
* Krazy code cleanupEric Springer2010-07-211-2/+2
| | | | Fix issues suggested by KDE's code checking tool "Krazy"
* 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.
* Restructure source layout grouping qtmail example files together, separate ↵AleksW2010-04-071-0/+653
from QMF.