summaryrefslogtreecommitdiffstats
path: root/src/messaging/messagingutil.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
* Fix globMatch (in both correctness and escaping)Eric Springer2011-03-011-10/+27
|
* New API additionsEric Springer2010-12-061-0/+40
|
* Fixes MOBILITY-985, optimizations, stability fixes and bug fixesMarko Minkkinen2010-11-101-11/+0
|
* Revert "Merge branch 'symbian-dev-1.0' into 1.1"Don Sanders2010-10-281-20/+4
| | | | | | | | | This reverts commit e403bf38f08b103349fe2fd2ce7a71de86da6f1c, reversing changes made to 36d68bd0f1b70e453fe77e6fe5aeb3cc78884823. Conflicts: tests/auto/qmessagestore/tst_qmessagestore.cpp
* Messaging utils id sefault changedTeroS2010-10-201-4/+4
|
* splitQMessageId fixedMarko Minkkinen2010-10-181-1/+1
|
* QMessageId usage changesTeroS2010-10-071-0/+16
|
* Bump copyright date from 2009 to 2010dac2010-05-071-1/+1
|
* MOBILITY-377. Store prefix indentifiers within the *Id classes and account ↵AleksW2010-04-221-78/+242
| | | | for other prefix strings on Symbian.
* Fix ID prefixing on Windows Mobile and Symbian for invalid ids. Replace ↵AleksW2010-04-221-5/+10
| | | | | | prefixing consistency checks with warnings instead of assertions and ensure invalid id's retain a prefix when converted to strings. Move prefixing code to common messagingutil file. Fixes: MOBILITY-377
* Compile.AleksW2010-04-221-6/+18
| | | | Fixes: MOBILITY-377
* Rename symbianhelpers to generic messagingutil.AleksW2010-04-221-0/+61
Fixes: MOBILITY-377