summaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
* Remove usages of deprecated QQmlListProperty constructorsChris Adams2021-03-1815-162/+142
* Use QMetaType::Type instead of the deprecated QVariant::TypeChris Adams2020-11-024-8/+8
* Remove invalid method overload which confuses the QML engineChris Adams2020-11-022-21/+0
* Remove usage of deprecated API from the declarative pluginsChris Adams2020-11-028-22/+33
* Fix QList-from-QSet conversionsChris Adams2020-11-027-9/+10
* Add ; to Q_UNUSEDLars Schmertmann2020-11-021-2/+2
* Eradicate Java-style iterators and mark the module free of themMarc Mutz2019-06-182-22/+14
* Don't include mocs inside namespacesChris Adams2018-10-2621-46/+38
* Replace Q_NULLPTR with nullptrKevin Funk2017-11-1553-93/+93
* Fix licensingJani Heikkinen2017-05-0479-1106/+1580
* Switch to using QQmlExtensionInterface IDRobin Burchell2017-03-305-6/+2
* Remove uses of QString::nullMarc Mutz2017-03-121-7/+7
* QtPim: Use the newly-introduced qmlWarning instead of qmlInfoRobin Burchell2017-01-134-4/+4
* Fix breakage caused by QtQml "null" assignment semantics change in 5.8Chris Adams2016-09-161-0/+3
* Compile public headers with GCC 6 -Werror=zero-as-null-pointer-constantThiago Macieira2016-06-1553-93/+93
* Coalesce signals from QDeclarativeOrganizerModelChris Adams2016-06-151-17/+43
* Fix QDeclarativeContactVersion accessor and mutatorChris Adams2016-06-151-3/+2
* Populate declarative Item id with the new id after it be created.Renato Araujo Oliveira Filho2016-03-171-0/+22
* QtOrganizer: fix date-only value handling to avoid UTC conversionChris Adams2015-11-121-9/+58
* Fix crash in the declarative contact modelChristian Stromme2015-10-291-4/+7
* Added 'detailTypesHint' property to QDeclarativeOrganizerItemFetchHint.Renato Araujo Oliveira Filho2015-04-162-0/+33
* Fix unit test failuresMatt Vogt2015-04-164-10/+25
* More license test fixesAlex Blasche2015-04-1679-79/+79
* Update contact URLAlex Blasche2015-04-1679-79/+79
* Fix licenses for QtPIMAlex Blasche2015-04-1679-1661/+1029
* Replace defaultCollection() with defaultCollectionId()Konstantin Ritt2015-02-122-6/+6
* Do not mention QtOrganizer in QtContacts moduleKonstantin Ritt2015-02-121-1/+1
* Add QContactCollection.Renato Araujo Oliveira Filho2015-02-0612-20/+792
* Remove unnecessary \inqmlmodule parameterAlejandro Exojo2014-12-0816-89/+89
* Avoid update contact model if it is marked as autoUpdate false.Renato Araujo Oliveira Filho2014-11-201-1/+1
* Fixed contact import into QDeclarativeContactModel.Renato Araujo Oliveira Filho2014-11-201-0/+77
* Added list of imported ids as argument for importItems.Renato Araujo Oliveira Filho2014-08-264-13/+59
* Extend changed signals to optionally report changed typesMatt Vogt2014-07-181-1/+1
* Get rid of StorageLocations conceptKonstantin Ritt2014-07-132-122/+5
* Revert change to QContactRelationship participant typesMatt Vogt2014-07-094-32/+33
* Add QContactType::TypeFacet valueMatt Vogt2014-06-242-1/+4
* Remove jsondb backendsMatt Vogt2014-06-161-8/+0
* Avoid create a new contact engine model if the current one is equal.Renato Araujo Oliveira Filho2014-05-141-0/+3
* Fixed memory leak on QDeclarativeContactModel private data.Renato Araujo Oliveira Filho2014-05-142-1/+6
* Export QDeclarativeContactInvalidFilter and QDeclarativeOrganizerItemInvalidF...Renato Araujo Oliveira Filho2014-05-124-0/+5
* [ContactModel] Make better use of shared filter and fetchHintKonstantin Ritt2014-05-091-8/+8
* [OrganizerModel] Don't delete fetchHint we don't ownKonstantin Ritt2014-05-091-3/+4
* [OrganizerModel] Don't track the inactive filterKonstantin Ritt2014-05-091-1/+3
* Delete declarative contact after remove it from the model.Renato Araujo Oliveira Filho2014-04-242-4/+52
* Do not delete m_filter on the destructorAlbert Astals Cid2014-04-171-2/+0
* QmlOrganizer: delete removed collection safelyMichael Krasnyk2014-04-041-1/+1
* [Organizer] Fix declarative meta types registrationKonstantin Ritt2014-04-032-5/+9
* Merge branch 'master' into devAlex Blasche2014-04-029-217/+60
|\
| * Set the contact detail parent to avoid memory leak.Renato Araujo Oliveira Filho2014-02-051-0/+2
| * Make simple wrappers don't derive from QQmlParserStatusKonstantin Ritt2014-01-288-217/+58