summaryrefslogtreecommitdiffstats
path: root/examples/qtmail/app/messagelistview.h
Commit message (Collapse)AuthorAgeFilesLines
* Restore compilation of qtmail example.Robin Burchell2014-02-031-183/+0
| | | | | Change-Id: Id59253e1d121ab0dfcdb59f7018b897f6c1df086 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>
* Update license headers (make them consistent with harmattan qmf)Don Sanders2011-08-071-17/+17
| | | | Remove obsolete pre-release clause.
* Compiler warnings fixedMarko Minkkinen2011-02-101-1/+1
|
* Merge commit 'refs/merge-requests/1' of ↵Don Sanders2010-07-201-0/+2
|\ | | | | | | | | | | | | git://gitorious.org/qt-labs/messagingframework into integration Conflicts: examples/qtmail/app/emailclient.cpp
| * Double clicking is now required to open the draft edit window.Kimmo Kotajärvi2010-05-181-0/+2
| |
* | Remove forward declaration of unused class.Don Sanders2010-07-121-1/+0
| |
* | Fixes: Create inbox folder for POP accounts when collecting mail.Don Sanders2010-07-011-3/+0
| | | | | | | | | | | | | | Task: NB#171448 Details: Remove now redundant QMailAccount::PartialContent flag, and some other redundant code.
* | Fixes: retrieveMessageList retrieving all mails for pop accounts instead ↵Don Sanders2010-07-011-1/+5
| | | | | | | | | | | | | | | | of just minimum. Task: QTSOL-162 Details: Also fixed a few problems with getMoreMessages in qtmail UI, and added some missing doc. Required adding a QMailAccount::partialContent flag.
* | Fix a bug with 'get more messages' not being shown after clearingDon Sanders2010-06-301-0/+3
| | | | | | | | the quick search bar.
* | 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.
* Remove dead codeAleksW2010-04-071-1/+0
|
* Restructure source layout grouping qtmail example files together, separate ↵AleksW2010-04-071-0/+179
from QMF.