| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Change-Id: I96513e8b6f09e76998a18edb5411ae06f52cba7c
Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
|
| |
|
|
|
|
|
| |
Also fixing some left overs from 8de152a9e1deb533070663cccf6a98e0d374b1d6
Change-Id: I28a91ca233dd835e6e53efbbd7ebd649461f5c04
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
|
| |
|
|
|
|
|
| |
Change copyrights and license headers from Nokia to Digia
Change-Id: Ie3b9224b2b6a32b417fa0b6643350d45046381e6
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
|
| |
|
|
|
|
| |
Task-number: MOBILITY-1599
Reviewed-by: Alexander Abramov
(cherry picked from commit 4910fb9c6178165c38cc531b9718000bee31bfb6)
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
Add support for filtering by
* size of the mesage
* all standard folders
* compounding filters with logical OR and logical AND
Display application usage when "-help" is requested
Reviewed-by: Don Sanders
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
Rename function QMessageAddress::setRecipient to QMessageAddress::setAddressee
Rename function QMessageAddress::recipient to QMessageAddress::addressee
Motivation these functions can be used to set/read the from address of
a message, and not just the (to/cc/bcc) recipients.
|
| |
|
|
| |
on Symbian.
|
| |
|
|
|
| |
This is the more common form in Qt, and in line with the equivalent
Contacts interface name.
|
| |
|
|
| |
For increased consistency between QtMobility APIs.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In order to provide a consistent interface with other components
of QtMobility that provide a central data manager interface, the
existing QMessageStore interface is now private, and replaced in
the public interface by the QMessageManager class.
The new class provides exactly the same interface as the old class
excpet that it is instantiated as a handle rather than accessed as
a singleton. Internally the handle object can be instantiated as
needed, but in documentation or examples the class should be treated
as if it were potentially expensive to create and destroy; this will
give a consistent form of use for all Q{x}Manager classes between
the various QtMobility projects.
The old QMessageStore class is still used internally by the
QMessageManager, so the latter class need not be reimplemented for
multiple platforms.
|
| | |
|
| |\ |
|
| | |\ |
|
| | | | |
|
| |/ / |
|
| |/ |
|
| |
|
|
| |
Reviewed-by: Trust Me
|
| |
|
|
|
| |
The 'key' element of these names was an unnecessary hold over from the
related QMF class names.
|
| |
|
|
| |
Rsulting code is slightly easier to read.
|
| | |
|
| |
|