summaryrefslogtreecommitdiffstats
path: root/examples/querymessages/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
| | | | | | Change-Id: I96513e8b6f09e76998a18edb5411ae06f52cba7c Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Update to new license formatSergio Ahumada2012-11-071-4/+4
| | | | | | | Also fixing some left overs from 8de152a9e1deb533070663cccf6a98e0d374b1d6 Change-Id: I28a91ca233dd835e6e53efbbd7ebd649461f5c04 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-071-3/+3
| | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: Ie3b9224b2b6a32b417fa0b6643350d45046381e6 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Added/Modified licence headers. Fixed copyright year.Toby Tomkins2010-11-091-1/+1
| | | | | | Task-number: MOBILITY-1599 Reviewed-by: Alexander Abramov (cherry picked from commit 4910fb9c6178165c38cc531b9718000bee31bfb6)
* Remove spurious 0x.Don Sanders2010-09-271-1/+1
|
* Increase the flexibility of what message to displayKeith Isdale2010-08-171-35/+101
| | | | | | | | | | | 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
* Bump copyright date from 2009 to 2010dac2010-05-071-1/+1
|
* Updated license headersStian Sandvik Thomassen2010-04-141-27/+26
|
* Use addresseee instead of recipient in QMessageAddress function names.Don Sanders2010-03-031-2/+2
| | | | | | | | 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.
* QTMOBILITY-19. Fix querymessages example app to run in a console environment ↵AleksW2010-02-011-5/+21
| | | | on Symbian.
* Rename QMessageStore:: and QMessageManager::lastError() to error().MattV2009-12-171-1/+1
| | | | | This is the more common form in Qt, and in line with the equivalent Contacts interface name.
* Rename Q{X}Ordering to Q{X}SortOrder.MattV2009-12-151-2/+2
| | | | For increased consistency between QtMobility APIs.
* Wrap QMessageStore with QMessageManager.MattV2009-12-141-4/+7
| | | | | | | | | | | | | | | | | | | 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.
* Add documentation for querymessages example.MattV2009-11-271-13/+38
|
* Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-messagingMattV2009-11-231-0/+2
|\
| * Merge git@scm.dev.nokia.troll.no:qtmobility/qtmobilityDon Sanders2009-11-231-0/+2
| |\
| | * the examples compile with namespaceAlex2009-11-191-0/+2
| | |
* | | Make queryMessages example more useful.MattV2009-11-231-11/+41
|/ /
* / Update copyright header.MattV2009-11-231-1/+5
|/
* Updated license headersStian Sandvik Thomassen2009-10-221-7/+15
| | | | Reviewed-by: Trust Me
* Rename filtering/ordering classes.MattV2009-09-071-1/+1
| | | | | The 'key' element of these names was an unnecessary hold over from the related QMF class names.
* Change filter creation functions to use bySomething form.MattV2009-09-071-15/+10
| | | | Rsulting code is slightly easier to read.
* Allow application to close.MattV2009-08-311-1/+1
|
* Querymessages example.Don Sanders2009-08-271-0/+62