summaryrefslogtreecommitdiffstats
path: root/src/messaging/qmessageid.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>
* Fixing PMO-285382 (and similar issues)Karl-Heinz Zimmer2011-12-201-0/+2
| | | | | | | Adding the \relates tag to get out-of-class typedefs documented together with their respective class. RevBy: Holger Schröder
* 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
* Docs: QTMOBILITY-790 location, messaging.Peter Yard2011-05-101-1/+10
|
* Docs: added since version to 1.0 classes. QTMOBILITY-790Peter Yard2011-04-151-12/+13
|
* Revert "Revert "Merge branch 'master' of ../../mainline/qtmobility""David Laing2010-07-051-0/+3
| | | | | | | | | | | | This reverts commit e38ebf00c0b539a7756b21946693e201269b976a. Conflicts: examples/telephony/dialer/dialer.pro src/s60installs/bwins/QtMultimediaKitu.def src/s60installs/bwins/QtServiceFrameworku.def src/s60installs/bwins/QtSystemInfou.def src/s60installs/eabi/QtSystemInfou.def
* Revert "Merge branch 'master' of ../../mainline/qtmobility"David Laing2010-07-041-3/+0
| | | | | This reverts commit 448d4a4301b7abeb9065aca13b62c70422239b94, reversing changes made to 815d646dc485b6d15fbddc2814201a5b50be4a85.
* Docs: added module QtMessaging.Peter Yard2010-06-281-0/+3
|
* Bump copyright date from 2009 to 2010dac2010-05-071-1/+1
|
* Doc: removed preliminary keyword from QtMessagingStian Sandvik Thomassen2010-04-201-1/+0
|
* Documentation improvements.MattV2009-12-181-1/+2
|
* Wrap QMessageStore with QMessageManager.MattV2009-12-141-1/+1
| | | | | | | | | | | | | | | | | | | 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.
* sync with masterAlex2009-11-201-1/+1
|
* add namespace to location and messaging (#2)Alex2009-11-181-0/+5
|
* move all libraries to src/ subdirAlex2009-11-101-0/+133