summaryrefslogtreecommitdiffstats
path: root/examples/qtmail/app/messagelistview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Restore compilation of qtmail example.Robin Burchell2014-02-031-1104/+0
| | | | | Change-Id: Id59253e1d121ab0dfcdb59f7018b897f6c1df086 Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
* Remove Symbian support.Robin Burchell2013-02-281-8/+0
| | | | | | | | Symbian is not a supported platform anymore. Change-Id: I82e618e756ae0b247e6e038fa9d8d43fb90b44ff Reviewed-by: Valerio Valerio <valerio.valerio@jollamobile.com> Reviewed-by: Matthew Vogt <matthew.vogt@qinetic.com.au>
* 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-2/+2
|
* Additional Symbian fixes from SADon Sanders2010-12-091-0/+8
|
* Fixes: Updating threaded message list view when collecting new messages.Don Sanders2010-09-201-3/+1
| | | | | | Task: QTSOL-168 Details: Child messages weren't being shown, because parent items weren't being opened.
* Fixes: Get more messages link not appearing after initial mail check.Don Sanders2010-08-231-1/+1
| | | | Task: QTSOL-168
* Make the quick search bar filter by recipients as well as sender and subject.Don Sanders2010-08-101-3/+3
| | | | Also revert accidental commit.
* Add missing tr's.Don Sanders2010-08-091-1/+2
|
* Fixes: QMF depends on libQtGui.so.4Don Sanders2010-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | Task: NB#175678 Details: Patch from Linc for NB#175678 Remove the QtGui dependency from both libs, all messageserver plugins and messageserver itself. The libqtopiamail patch changes the model to return QString instead of QIcon so code using QMailMessageModelBase may need to be updated (see the change to qtmail for an example). The second patch removes message service editors via an ifdef. To enable this patch you must run qmake with an extra argument. eg. qmake -r qmf.pro DEFINES+=QMF_NO_MESSAGE_SERVICE_EDITOR
* Merge commit 'refs/merge-requests/1' of ↵Don Sanders2010-07-201-0/+18
|\ | | | | | | | | | | | | 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/+18
| |
* | Trigger flag update of visible messages after get all mail actionDon Sanders2010-07-041-1/+1
| | | | | | | | | | | | is finished and no accounts are left to check. Reduce minimum time between flag refrehes from 15 seconds to 7 seconds.
* | Fixes: Create inbox folder for POP accounts when collecting mail.Don Sanders2010-07-011-22/+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-15/+44
| | | | | | | | | | | | | | | | 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-3/+32
| | | | | | | | 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.
* | Standard folders disconnected copy/move.AleksW2010-06-251-1/+0
| |
* | In the qtmail list of headers change "Sender" to Addressee, as SenderDon Sanders2010-06-101-1/+1
| | | | | | | | | | | | | | isn't correct for Sent folder, and unified folders can show both sent and received mails. Also use tr function.
* | Fix a bug where changing from threaded <-> unthreaded mode would stop ↵Don Sanders2010-06-091-2/+2
|/ | | | | | selectionChanged and currentChanged signals from being emitted. Was preventing actions in qtmail from being updated.
* Remove dead codeAleksW2010-04-071-13/+7
|
* Restructure source layout grouping qtmail example files together, separate ↵AleksW2010-04-071-0/+1058
from QMF.