summaryrefslogtreecommitdiffstats
path: root/src/messaging/qmessagestore_maemo.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-22/+22
| | | | | | | 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>
* Update licenseheader text in source files for qtmobilityJyri Tahtela2011-05-181-17/+17
| | | | | | | Updated version of LGPL licenseheader. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Update QMessageManager::removeAccount doc for platform limitations.Don Sanders2011-04-131-2/+2
|
* Rename qmessagestore.h to qmessagestore_p.h as it is private.Don Sanders2011-03-081-1/+1
| | | | | | | | Necessitated renaming existing qmessagestore_p.h to qmessagestore_p_p.h Should fix a bug with syncheaders incorrectly creating a QMessageStore file. A.k.a. NB#232204 - libqtm-messaging-dev installs extra header
* New API additionsEric Springer2010-12-061-0/+6
|
* Maemo5 message cache and prefilter functionality and related testsMarko Minkkinen2010-09-011-12/+27
|
* Bump copyright date from 2009 to 2010dac2010-05-071-1/+1
|
* Nested filter support + couple of filtering fixesMarko Minkkinen2010-04-091-11/+22
| | | | Fixes: MOBILITY-789
* Fixes to no accounts, cache & mime part handling and sms subject...Marko Minkkinen2010-04-081-0/+6
| | | | Fixes: MOBILITY-774
* send() returns now true on sucess, removeMessage added, ↵Kate Alhola2010-04-061-5/+5
| | | | qmessagingService::queryMessa() has still some problems together with modest
* pr1.2 fix, async queryMessagesKate Alhola2010-03-311-3/+12
|
* attachment & body handling and bug fixesMarko Minkkinen2010-03-301-1/+0
| | | | | Fixes: MOBILITY-703 Keepintouch example freezing on n900
* queryMessages API addedKate Alhola2010-03-291-3/+4
| | | | | Fixes: MOBILITY-692 queryMessages not working for SMS messages on Fremantle platform
* Latest fixes + first working support library for auto testsMarko Minkkinen2010-03-291-17/+46
| | | | | Fixes: MOBILITY-688 Synchronous query messages function not implemented
* Latest fixes and addMessage implementationMarko Minkkinen2010-03-221-4/+82
|
* mergeMarko Minkkinen2010-03-161-22/+44
|\
| * eventloggerEngine_maemo addedKate Alhola2010-03-151-8/+28
| |
* | improved message monitoring, getMessage, showMessage, removeMessage etc.Marko Minkkinen2010-03-151-8/+20
| |
* | mergeMarko Minkkinen2010-03-101-2/+9
|\|
| * Telepathyengine_maemo integration SMS/IM addedKate Alhola2010-02-081-2/+9
| |
* | Account handling fixes and Folder handling supportMarko Minkkinen2010-02-241-9/+20
|/
* Initial version for Maemo messaging developmentMarko Minkkinen2010-01-181-12/+29
|
* 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 QMessageManager::ErrorCode to QMessageManager::Error.MattV2009-12-161-1/+1
| | | | For improved consistency with Qt naming.
* Rename QMessageDataComparator::Options to MatchFlags.MattV2009-12-151-2/+2
|
* Rename Q{X}Ordering to Q{X}SortOrder.MattV2009-12-151-8/+8
| | | | For increased consistency between QtMobility APIs.
* Wrap QMessageStore with QMessageManager.MattV2009-12-141-4/+4
| | | | | | | | | | | | | | | | | | | 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 namespace to location and messaging (#2)Alex2009-11-181-0/+5
|
* Merge git@scm.dev.nokia.troll.no:qtmobility/qtm-messagingDon Sanders2009-11-131-6/+0
| | | | | Conflicts: src/messaging/qmessagestore_symbian_p.h
* move all libraries to src/ subdirAlex2009-11-101-0/+212