summaryrefslogtreecommitdiffstats
path: root/src/contacts
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_NULLPTR with nullptrKevin Funk2017-11-1515-26/+26
* Fix licensingJani Heikkinen2017-05-04146-2060/+2936
* Drop condition around QFactoryLoaderUlf Hermann2017-03-291-2/+0
* Make operator<< match the code that is in operator>>Thiago Macieira2016-12-191-1/+7
* Make symmetric the streaming of enumsThiago Macieira2016-11-021-1/+1
* Suppress warning also with ClangJake Petroules2016-09-161-0/+1
* Compile public headers with GCC 6 -Werror=zero-as-null-pointer-constantThiago Macieira2016-06-1516-27/+27
* Fix detail equality comparison to ignore provenanceChris Adams2016-06-152-33/+25
* fix build with qt in namespaceOswald Buddenhagen2016-06-151-0/+2
* QtContacts: detail-leaf-class API improvementsChris Adams2015-11-1211-18/+190
* Improve QContactDetail performance and memory usageChris Adams2015-10-1233-353/+2005
* Detect the collation used by each manager before verifying sorting resultsChris Adams2015-09-021-0/+124
* do not shadow membersStephan Binner2015-04-2326-83/+82
* Cleanup headers to pass new headersclean testAlex Blasche2015-04-234-4/+4
* More license test fixesAlex Blasche2015-04-16164-174/+164
* Update contact URLAlex Blasche2015-04-16164-164/+164
* Project files do not have a license headerAlex Blasche2015-04-161-40/+0
* Fix licenses for QtPIMAlex Blasche2015-04-16164-3222/+2061
* Replace defaultCollection() with defaultCollectionId()Konstantin Ritt2015-02-124-12/+9
* Do not mention QtOrganizer in QtContacts moduleKonstantin Ritt2015-02-1216-21/+21
* Add QContactCollection.Renato Araujo Oliveira Filho2015-02-0632-2/+2629
* Make ID component parameter escaping functions consistentMatt Vogt2015-01-051-8/+14
* PIM ID local components do not need to be human-readableMatt Vogt2015-01-056-68/+165
* Fix build: error: ‘guard’ was not declared in this scopeZhang Xingtao2014-12-281-0/+34
* Cache deserialized manager URIs to promote data sharingMatt Vogt2014-08-082-1/+20
* Unify semantics of ID classesMatt Vogt2014-08-062-6/+6
* [versit] SubTypeLandline does not imply TEL;TYPE=ISDNMatt Vogt2014-08-051-1/+2
* Cache managerUri value to promote string data sharingMatt Vogt2014-08-011-1/+3
* Simplify contact and organizer ID representationsKonstantin Ritt2014-08-0111-425/+197
* Extend changed signals to optionally report changed typesMatt Vogt2014-07-1811-54/+133
* Get rid of StorageLocations conceptKonstantin Ritt2014-07-1313-147/+6
* Revert change to QContactRelationship participant typesMatt Vogt2014-07-0915-83/+82
* Add QContactType::TypeFacet valueMatt Vogt2014-06-244-1/+31
* Remove jsondb backendsMatt Vogt2014-06-161-4/+0
* Centralize the URI and the ID string parse/build codeKonstantin Ritt2014-05-166-184/+173
* Decrease code duplicationKonstantin Ritt2014-05-142-36/+29
* Fix the generic implementation of relationship filteringMatt Vogt2014-05-131-4/+10
* Remove dependency on jsondb for generic testsMatt Vogt2014-05-131-6/+8
* Remove the 'local' text from the IdFilter descriptionMatt Vogt2014-05-131-1/+1
* Make use of $$MODULE_PLUGIN_TYPESKonstantin Ritt2014-04-141-2/+5
* Make *AbstractRequest::type() non-virtualKonstantin Ritt2014-04-033-57/+14
* Make sort order with unset field act on a detail presenceKonstantin Ritt2014-01-283-14/+31
* whitespace fixesOswald Buddenhagen2014-01-193-8/+8
* Use STL algorithms instead of Qt's deprecated onesKonstantin Ritt2014-01-181-2/+2
* Treat detail filter with unset field like a "detail exists" filterKonstantin Ritt2014-01-172-6/+14
* Fix threaded request synchronization issuesKonstantin Ritt2014-01-171-23/+68
* Require the request be non-nullKonstantin Ritt2014-01-101-132/+123
* Notify the request destruction from Q*AbstractRequest dtorKonstantin Ritt2014-01-1010-23/+8
* Check that the request don't get deleted in a slotKonstantin Ritt2014-01-102-38/+74
* Use the installed headersKonstantin Ritt2014-01-08137-876/+679