summaryrefslogtreecommitdiff
path: root/src/ivicore
Commit message (Expand)AuthorAgeFilesLines
* Documentation improvementsDominik Holland2017-02-071-2/+19
* Updated copyright headersDominik Holland2017-02-0348-48/+48
* Move qtivi over to the new config systemDominik Holland2017-02-0112-1/+22
* Merge branch '5.7' into devDominik Holland2016-11-232-73/+7
|\
| * Fix compilation against Qt 5.8Louai Al-Khanji2016-11-231-73/+3
| * Add private accessor for QIviPropertyPrivate from QIviPropertyAndreas Hartmetz2016-11-071-0/+4
* | Updated all project files to use MODULE_VERSIONDominik Holland2016-11-021-1/+0
* | Merge branch '5.7' into devDominik Holland2016-10-1913-54/+199
|\ \ | |/
| * Add some helper functions to still compile with Qt 5.6Dominik Holland2016-09-223-1/+87
| * Eradicate Q_FOREACH loops and mark the module as Q_FOREACH-freeMarc Mutz2016-09-175-14/+17
| * Eradicate Java-style (immutable) iteratorsMarc Mutz2016-09-171-9/+5
| * Fix duplicated QIviServiceInterface vtable/type_infoMarc Mutz2016-09-173-3/+56
| * QAbstractZonedFeaturePrivate: Fix duplicated vtable/type_infoMarc Mutz2016-09-172-0/+5
| * ivicore: use Q_UNLIKELY for every qWarning() etcMarc Mutz2016-09-164-27/+28
* | Introduced a virtual initialize function into the private base classesDominik Holland2016-07-286-8/+22
* | Changed the plugin interfaces to match the Qt standardDominik Holland2016-07-284-6/+7
* | Fixed coding style issuesDominik Holland2016-07-2714-33/+31
* | Added a autotest for the QIviSearchAndBrowseModelDominik Holland2016-07-272-7/+14
* | Added a unit test for the qiviabstractfeaturelistmodelDominik Holland2016-07-273-0/+15
* | Doc: Added documentation for the Qt IVI Query LanguageDominik Holland2016-07-271-0/+147
* | Added a new qtivi_gadgetFromVariant to the qmlconversion_helper headerDominik Holland2016-07-193-27/+28
* | Fixed all models to provide a similar get() and at() implementationDominik Holland2016-07-152-10/+7
* | ivicore: Improved the auto discovery of the backendsDominik Holland2016-07-153-23/+42
* | Added the setData as the WRITE function to the data propertyDominik Holland2016-07-151-1/+1
* | Added a generic data property to the QIviSearchAndBrowseModelItemDominik Holland2016-07-112-0/+31
* | Added an async indexOf function to the SearchAndBrowseModelDominik Holland2016-07-115-0/+104
* | SearchAndBrowseModel: Added support adding/moving/removing itemsDominik Holland2016-07-115-52/+318
* | Refactored the Q_GADGET based ItemsDominik Holland2016-07-056-79/+273
* | Fixed a warning in the code generated by flexDominik Holland2016-07-012-2/+10
* | Added Documentation to all new classesDominik Holland2016-07-019-41/+848
* | Merge branch '5.7' of ssh://codereview.qt-project.org:29418/qt/qtivi into devDominik Holland2016-06-101-191/+2
|\ \ | |/
| * Doc: Adding overview docsJohan Thelin2016-06-021-191/+2
* | Fixed the autodiscovery in the QIviAbstractFeatureListModelDominik Holland2016-06-093-1/+20
* | Added the QIviSearchAndBrowseModel classDominik Holland2016-06-077-2/+1160
* | Changed the QIviQueryTerm to use QSharedData.Dominik Holland2016-06-076-16/+40
|/
* Renamed all files to match the new class names and fixed the includesDominik Holland2016-05-2439-74/+74
* Renamed the classes and imports to match the Qt conventionsDominik Holland2016-05-2441-940/+940
* Added a QtIVIAbstractFeatureListModel classDominik Holland2016-05-134-2/+380
* Added a parser for the qtivi query language based on QLALRDominik Holland2016-05-1311-0/+4601
* Register QtIVIPropertAttributes for the basic types by defaultDominik Holland2016-05-102-0/+22
* Cleanup all zones when a backend got disconnected in clearServiceObjectDominik Holland2016-05-101-0/+5
* Make the qtiviepropertyattribute constructors explicitDominik Holland2016-05-091-2/+2
* Added macros which helps to test qtiviproperties in featuresDominik Holland2016-04-272-0/+200
* Moved conversion functions of qtivipropertyfactory in its own headerDominik Holland2016-04-273-34/+90
* Fixed issues with the auto discoveryDominik Holland2016-04-264-9/+32
* Fixed visibility issues with acceptServiceObjectDominik Holland2016-04-262-17/+8
* Fixed QtIVIProperty to also work with QFlagsDominik Holland2016-04-234-17/+181
* Register the QtIVIPropertyAttribute metatypes for all basic typesDominik Holland2016-04-131-0/+10
* Switched to use QObjectPrivate to save more memoryDominik Holland2016-04-136-15/+24
* Fixed usage of deprecated QVariant constructorDominik Holland2016-04-121-1/+1