| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Change-Id: Id59253e1d121ab0dfcdb59f7018b897f6c1df086
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
|
| |
|
|
|
|
|
|
| |
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-Id: If0f4427ee93a37de4ebd9e097defd8b3956f0fc6
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
|
| |
|
|
| |
Remove obsolete pre-release clause.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Task: QTSOL-168
Details: Child messages weren't being shown, because parent items weren't being opened.
|
| |
|
|
| |
Task: QTSOL-168
|
| |
|
|
| |
Also revert accidental commit.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |\
| |
| |
| |
| |
| |
| | |
git://gitorious.org/qt-labs/messagingframework into integration
Conflicts:
examples/qtmail/app/emailclient.cpp
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
is finished and no accounts are left to check.
Reduce minimum time between flag refrehes from 15 seconds to 7 seconds.
|
| | |
| |
| |
| |
| |
| |
| | |
Task: NB#171448
Details: Remove now redundant QMailAccount::PartialContent flag,
and some other redundant code.
|
| | |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
| |
| |
| | |
the quick search bar.
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Specifically remove out dated "or the Beta Release License Agreement" text.
Remove redundant GPL paragaph.
Update copyright to 2010.
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| | |
isn't correct for Sent folder, and unified folders can show both sent
and received mails.
Also use tr function.
|
| |/
|
|
|
|
| |
selectionChanged and currentChanged signals from being emitted.
Was preventing actions in qtmail from being updated.
|
| | |
|
|
|
from QMF.
|