summaryrefslogtreecommitdiffstats
path: root/src/imports/organizer/qdeclarativeorganizermodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove usages of deprecated QQmlListProperty constructorsChris Adams2021-03-181-15/+17
* Remove invalid method overload which confuses the QML engineChris Adams2020-11-021-20/+0
* Remove usage of deprecated API from the declarative pluginsChris Adams2020-11-021-5/+7
* Eradicate Java-style iterators and mark the module free of themMarc Mutz2019-06-181-11/+7
* Don't include mocs inside namespacesChris Adams2018-10-261-2/+2
* Fix licensingJani Heikkinen2017-05-041-14/+20
* QtPim: Use the newly-introduced qmlWarning instead of qmlInfoRobin Burchell2017-01-131-1/+1
* Coalesce signals from QDeclarativeOrganizerModelChris Adams2016-06-151-17/+43
* Populate declarative Item id with the new id after it be created.Renato Araujo Oliveira Filho2016-03-171-0/+22
* 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/+5
* Remove unnecessary \inqmlmodule parameterAlejandro Exojo2014-12-081-1/+1
* Added list of imported ids as argument for importItems.Renato Araujo Oliveira Filho2014-08-261-9/+19
* [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
* Do not delete m_filter on the destructorAlbert Astals Cid2014-04-171-2/+0
* QmlOrganizer: delete removed collection safelyMichael Krasnyk2014-04-041-1/+1
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-041-1/+1
* whitespace fixesOswald Buddenhagen2014-01-191-3/+3
* Emit dataChanged() on item modificationsMichael Krasnyk2014-01-171-0/+2
* Check that the request don't get deleted in a slotKonstantin Ritt2014-01-101-7/+7
* Use the installed headersKonstantin Ritt2014-01-081-9/+12
* Move the declarative bindings out of the module namespaceKonstantin Ritt2014-01-061-2/+3
* Fix declarative model update for items with a modified orderMichael Krasnyk2013-12-121-0/+14
* Adjust QT*_{BEGIN,END}_NAMESPACE macroSergio Ahumada2013-03-261-2/+2
* Fix the qml list interfaceMarco Bubke2012-10-231-16/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Doc: add landing page for Qt OrganizerLeena Miettinen2012-09-111-1/+2
* Removed storage location related APIs from QtOrganizer.Xizhi Zhu2012-08-151-76/+11
* Adjust handling of fetch request ids in the organizer modelMikko Suonio2012-08-151-4/+10
* Organizer - Improving Qml documentationikause2012-08-071-18/+15
* Doc: Changed \qmlclass to \qmltype and added \instantiatesJerome Pasion2012-07-301-1/+2
* updated OrganizerModel fetchItems methodacox2012-06-051-13/+13
* Adding fetchItems to QML Organizer Modelacox2012-06-011-5/+80
* Use QStringLiteral macro instead of QLatin1String where possible.Cristiano di Flora2012-05-311-17/+17
* Fix the error propagation on OrganizerModel backend creationikause2012-05-251-1/+5
* Finetune Organizer storage location errorsikause2012-05-231-2/+4
* Add qml module version to \inqmlmodule referencesMikko Suonio2012-05-221-1/+1
* Split OrganizerModel update()ikause2012-05-111-14/+68
* Small improvement to OrganizerModel filter documentationikause2012-05-111-0/+2
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-101-1/+1
* Improve OrganizerModel.containsItemsPäivi Rajala2012-04-301-28/+46
* Fix for OrganizerModel.containsItems methodPäivi Rajala2012-04-201-3/+2
* Improving OrganizerModel versit related documentationikause2012-04-161-0/+35
* Improve the storage location documentation of OrganizerModelikause2012-04-121-10/+11
* Fixing the handling of "date-only" parameters in Organizer QML APIPäivi Rajala2012-04-051-4/+2
* Treats backend version as a normal parameter.Xizhi Zhu2012-04-051-2/+0
* Removal of hardcoded update() -callikause2012-04-041-9/+3