| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Replace the custom logging mechanism with QLoggingCategory.
Also declare the warnings with the proper category.
Change-Id: If87d53d27ea0c65abd434af9f99fe49ce634d6dd
Reviewed-by: Pekka Vuorela <[email protected]>
|
|
|
|
|
|
|
| |
Change-Id: Iebfffe7a6d5b2db40f0508ecd7c8ccddfa6665a6
Reviewed-by: Damien Caliste <[email protected]>
Reviewed-by: <[email protected]>
Reviewed-by: Pekka Vuorela <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Avoiding a lot of compiler noise from -Wsuggest-override.
Also removed the now even reduntant virtual keywords on overridden
methods as per qt coding conventions. And wrapped some overly long
lines touched by the changes.
Change-Id: I4e7febfa9554dfa7f366a1aabba6133a9f6c5614
Reviewed-by: Matthew Vogt <[email protected]>
Reviewed-by: Damien Caliste <[email protected]>
Reviewed-by: Christopher Adams <[email protected]>
|
|
|
|
|
| |
Change-Id: I67eb29e13c5e643ee2f58a0696400e085999c01c
Reviewed-by: Matthew Vogt <[email protected]>
|
|
|
|
|
| |
Change-Id: Icce55517963f0cbc35211e9fc6f1a0fc413f5676
Reviewed-by: Simon Hausmann <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This macro was introduced in Qt 5 development to allow for non-OpenSSL backends,
so the presence of OpenSSL doesn't now necessarily reflect the availability of
SSL.
Some of this looks like it could use some further attention (e.g. it seems a bit
nasty to modify public API based on the presence of SSL where that can be
avoided) but that is work for another day.
Change-Id: Ia9006e43aeb1755f17ebdafb629c11f924263c3d
Reviewed-by: Richard J. Moore <[email protected]>
Reviewed-by: Valerio Valerio <[email protected]>
|
|
|
|
|
| |
Change-Id: If0f4427ee93a37de4ebd9e097defd8b3956f0fc6
Reviewed-by: Lars Knoll <[email protected]>
|
|
|
|
| |
Remove obsolete pre-release clause.
|
| |
|
|
|
|
| |
plugin, update UI
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
Specifically remove out dated "or the Beta Release License Agreement" text.
Remove redundant GPL paragaph.
Update copyright to 2010.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
from QMF.
|
| |
|
|
|
|
|
| |
Fix a small bug with 'push folder' label not being disabled/enabled
correctly.
|
| |
|
|
|
|
|
|
|
|
| |
enabled mailboxes.
Additionally change the IMAP Plugin GUI settings class to enable
the user to select mailboxes to push enable.
(List of push enabled mailboxes is not yet actually used by
the network code, that will be done next).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Details: Push email and interval checking options should be independent.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
had been permanently disabled.
Also removed the logic that disabled interval checking when push email was enabled (and vice versa). It has become apparent that IMAP IDLE has a limitation in that it only checks one folder per connection (e.g. the INBOX), so unfortunately there is still a use case for using interval checking and IMAP IDLE together.
This will change if we (and IMAP server developers) implement support for IMAP NOTIFY, the successor to IDLE.
|
| |
|
|
|