summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix licensingJani Heikkinen2017-05-0412-168/+240
* More license test fixesAlex Blasche2015-04-1612-12/+12
* Update contact URLAlex Blasche2015-04-1612-12/+12
* Fix licenses for QtPIMAlex Blasche2015-04-1612-254/+158
* Replace defaultCollection() with defaultCollectionId()Konstantin Ritt2015-02-126-26/+11
* Add QContactCollection.Renato Araujo Oliveira Filho2015-02-062-1/+204
* PIM ID local components do not need to be human-readableMatt Vogt2015-01-053-4/+7
* Simplify contact and organizer ID representationsKonstantin Ritt2014-08-016-859/+31
* Extend changed signals to optionally report changed typesMatt Vogt2014-07-183-12/+13
* Revert change to QContactRelationship participant typesMatt Vogt2014-07-092-32/+32
* Add QContactType::TypeFacet valueMatt Vogt2014-06-241-2/+10
* Fix organizer tests in outlying timezonesMatt Vogt2014-06-241-8/+15
* Remove jsondb backendsMatt Vogt2014-06-1637-11447/+0
* Minor clean-up for plugin .pro filesKonstantin Ritt2014-04-148-20/+11
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-041-2/+2
* [Memory backend] Allow to modify the default collectionKonstantin Ritt2014-01-211-6/+0
* whitespace fixesOswald Buddenhagen2014-01-192-2/+2
* [QOrganizerItemMemoryEngine] Optimize work with collectionsKonstantin Ritt2014-01-172-76/+60
* Require the request be non-nullKonstantin Ritt2014-01-102-6/+0
* Check that the request don't get deleted in a slotKonstantin Ritt2014-01-102-6/+2
* Use the installed headersKonstantin Ritt2014-01-0840-234/+257
* [QOrganizerItemMemoryEngine] Reduce code duplication in saveItem()Konstantin Ritt2014-01-061-73/+34
* [QOrganizerItemMemoryEngine] Decrease code duplicationKonstantin Ritt2013-12-282-6/+11
* [QOrganizerItemMemoryEngine] Fix collection change notificationsKonstantin Ritt2013-12-282-4/+9
* [QOrganizerItemMemoryEngine] Don't keep anonymous store in hashKonstantin Ritt2013-12-282-16/+15
* [QOrganizerItemMemoryEngineData] Get rid of extra ref counterKonstantin Ritt2013-12-282-6/+3
* [QOrganizerItemMemoryEngineData] Get rid of unused memberKonstantin Ritt2013-12-281-1/+0
* Qt Organizer: do not emit unnecessary collectionsChanged signalsMichael Krasnyk2013-12-151-4/+7
* Fixed QML bindings.Renato Araujo Oliveira Filho2013-05-141-3/+0
* make use of qtHaveModule()Oswald Buddenhagen2013-04-032-2/+2
* Adjust QT*_{BEGIN,END}_NAMESPACE macroSergio Ahumada2013-03-2639-78/+78
* remove symbian vestigesOswald Buddenhagen2012-12-041-14/+0
* adjust to qt_plugin.prf changesOswald Buddenhagen2012-11-017-27/+7
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2443-1035/+1035
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-117-14/+0
* Removed storage location related APIs from QtOrganizer.Xizhi Zhu2012-08-1510-159/+158
* build system cleanupsOswald Buddenhagen2012-06-287-7/+7
* Refactoring Organizer detailFilter class.Cristiano di Flora2012-06-056-176/+418
* Do not use dangling EngineId pointers in jsondb plugin.Cristiano di Flora2012-06-053-21/+47
* Improved detecting and reporting errors on storage locations.Mika Tikkakoski2012-06-054-143/+246
* Fixed jsondb field name for organization details.Mika Tikkakoski2012-06-051-1/+1
* Make member variables of contacts jsondb converter privateMikko Suonio2012-06-041-9/+9
* Use QPointer instead of QWeakPointer for tracking QObjects.Stephen Kelly2012-05-312-2/+2
* Use QStringLiteral macro instead of QLatin1String where possible.Cristiano di Flora2012-05-315-16/+16
* Change the format of birthday date for contacts in jsondbMikko Suonio2012-05-302-10/+8
* Don't use invalid list index in warning message.Cristiano di Flora2012-05-251-2/+6
* Remove an unused local variableMikko Suonio2012-05-231-1/+0
* Finetune Organizer storage location errorsikause2012-05-234-12/+13
* Remove QContactManagerEngineV2Wrapper, add PartialSave functionalityTommi Anttila2012-05-235-131/+203
* Removed duplicate thread creation from organizer jsondb backendPäivi Rajala2012-05-231-2/+0