summaryrefslogtreecommitdiffstats
path: root/examples/querymessages
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>
* rename examples.pri to be more specificMaurice Kalinowski2011-03-031-1/+1
| | | | | | | otherwise it might conflict with Qt or other examples included in the SDK. This enables to have Mobility specific features only in this part (cherry picked from commit d141f9115a0c7975df055c93ba154bc21aa39c4b)
* 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)
* Merge branch '1.0'Don Sanders2010-09-271-1/+1
|\
| * Remove spurious 0x.Don Sanders2010-09-271-1/+1
| |
* | maemo6 platform update for qmf renaming.Don Sanders2010-09-201-6/+0
| | | | | | | | | | | | Also make QMF_INCLUDEDIR and QMF_LIBDIR environment variables optional. Addtionally remove some redundant code in examples/demos/tests .pro files.
* | Update for qmf renaming.Don Sanders2010-09-141-3/+3
|/ | | | | Doesn't cover harmattan, still waiting for qmf renaming to happen on the harmattan platform.
* 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.
* Build system changes.Don Sanders2010-02-221-1/+1
| | | | | Disable message building on linux when QMF is not detected i.e. silently fail, on request of AlexB. Don't require QMF for maemo5.
* Build fixes for mac.Don Sanders2010-02-181-1/+1
|
* QTMOBILITY-19. Fix querymessages example app to run in a console environment ↵AleksW2010-02-012-7/+23
| | | | 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.
* Pulled from qtmobility.Don Sanders2009-12-091-1/+2
|
* Add documentation for querymessages example.MattV2009-11-271-13/+38
|
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qtmobility/qtm-messagingDon Sanders2009-11-231-11/+41
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-messagingMattV2009-11-231-0/+2
| |\
| * | Make queryMessages example more useful.MattV2009-11-231-11/+41
| | |
* | | Merge branch 'ab4f23963cc26ea8a33db6030742839479be86a2'Don Sanders2009-11-231-0/+8
|\ \ \ | |_|/ |/| | | | | | | | | | | Conflicts: src/messaging/addresshelper_p.h src/messaging/qmessageordering_p.h
| * | Latest Symbian/S60 fixesMarko Minkkinen2009-11-221-0/+8
| | |
* | | Merge git@scm.dev.nokia.troll.no:qtmobility/qtmobilityDon Sanders2009-11-231-0/+2
|\ \ \ | |_|/ |/| |
| * | the examples compile with namespaceAlex2009-11-191-0/+2
| |/
* / Update copyright header.MattV2009-11-231-1/+5
|/
* move all libraries to src/ subdirAlex2009-11-101-1/+1
|
* Updated license headersStian Sandvik Thomassen2009-10-221-7/+15
| | | | Reviewed-by: Trust Me
* some minor messaging integration fixesAlex2009-09-281-1/+1
|
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qtmobility/messaging ↵MattV2009-09-251-3/+2
| | | | | | | | | | | | | into messaging-merge Conflicts: README common.pri doc/html/index.html doc/src/index.qdoc examples/examples.pro tests/auto/auto.pro tests/tests.pro
* 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-272-0/+82