summaryrefslogtreecommitdiffstats
path: root/src/plugins/organizer/memory/qorganizeritemmemorybackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Accessors should be constChris Adams2021-03-181-2/+2
* Remove usage of deprecated QtAlgorithmsChris Adams2020-11-021-1/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-11-021-1/+1
* Don't include mocs inside namespacesChris Adams2018-10-261-2/+2
* Fix licensingJani Heikkinen2017-05-041-14/+20
* More license test fixesAlex Blasche2015-04-161-1/+1
* Update contact URLAlex Blasche2015-04-161-1/+1
* Fix licenses for QtPIMAlex Blasche2015-04-161-21/+13
* Replace defaultCollection() with defaultCollectionId()Konstantin Ritt2015-02-121-5/+3
* PIM ID local components do not need to be human-readableMatt Vogt2015-01-051-2/+4
* Simplify contact and organizer ID representationsKonstantin Ritt2014-08-011-209/+13
* Extend changed signals to optionally report changed typesMatt Vogt2014-07-181-9/+10
* Fix organizer tests in outlying timezonesMatt Vogt2014-06-241-8/+15
* [Memory backend] Allow to modify the default collectionKonstantin Ritt2014-01-211-6/+0
* [QOrganizerItemMemoryEngine] Optimize work with collectionsKonstantin Ritt2014-01-171-72/+58
* Require the request be non-nullKonstantin Ritt2014-01-101-3/+0
* Check that the request don't get deleted in a slotKonstantin Ritt2014-01-101-3/+1
* Use the installed headersKonstantin Ritt2014-01-081-5/+8
* [QOrganizerItemMemoryEngine] Reduce code duplication in saveItem()Konstantin Ritt2014-01-061-73/+34
* [QOrganizerItemMemoryEngine] Decrease code duplicationKonstantin Ritt2013-12-281-6/+5
* [QOrganizerItemMemoryEngine] Fix collection change notificationsKonstantin Ritt2013-12-281-4/+3
* [QOrganizerItemMemoryEngine] Don't keep anonymous store in hashKonstantin Ritt2013-12-281-14/+15
* [QOrganizerItemMemoryEngineData] Get rid of extra ref counterKonstantin Ritt2013-12-281-5/+3
* Qt Organizer: do not emit unnecessary collectionsChanged signalsMichael Krasnyk2013-12-151-4/+7
* Adjust QT*_{BEGIN,END}_NAMESPACE macroSergio Ahumada2013-03-261-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Use QPointer instead of QWeakPointer for tracking QObjects.Stephen Kelly2012-05-311-1/+1
* Use QStringLiteral macro instead of QLatin1String where possible.Cristiano di Flora2012-05-311-7/+7
* Fix handling of multiple recurrence rules in organizerPäivi Rajala2012-05-221-8/+13
* Fix for determining occurrence end date in OrganizerPäivi Rajala2012-05-091-20/+28
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-041-1/+1
* Fix Organizer memory backend fetch for export requestPäivi Rajala2012-04-191-1/+3
* Fix various coding style issues.Xizhi Zhu2012-04-051-2/+5
* Remove the obsolete definition name for organizer details.Päivi Rajala2012-03-201-61/+62
* Taken from 261 documentation errors down to 246acox2012-03-151-2/+2
* Adapt QtOrganizer to the new plugin mechanism.Xizhi Zhu2012-03-121-2/+0
* Organizer recurrence support, jsondb and memory backend supportPäivi Rajala2012-02-291-380/+168
* Simplify the interface for QOrganizerManager.Xizhi Zhu2012-02-061-51/+75
* Fix the module names in the file headers.Xizhi Zhu2012-02-061-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-201-1/+1
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-111-1/+1
* Remove access constraints of item detail.Xizhi Zhu2012-01-091-2/+0
* Use enumeration for detail types.Xizhi Zhu2012-01-091-12/+12
* Removed all since references from Organizer, contacts and Versitacox2011-12-221-27/+0
* Use enumerations for organizer item types.Xizhi Zhu2011-12-131-4/+3
* Classification -detail to Organizer C++ APIikause2011-12-081-0/+1
* Merge organizer mgr engine v2 into v1.Xizhi Zhu2011-11-161-2/+178
* Organizer memory backend as a plugin.Xizhi Zhu2011-11-111-0/+1768