aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | gitignore: Add ignore directivesGordan Markuš2016-12-161-0/+18
* | Sort includes in media plugin by alphabetOleksandr Kravchuk2016-12-0711-27/+38
* | Extract album cover art from ID3v2 tagsOleksandr Kravchuk2016-12-073-6/+37
* | Make it possible to change the DLT appID and description once registeredDominik Holland2016-11-291-3/+29
* | Merge branch '5.7' into devDominik Holland2016-11-2320-83/+361
|\|
| * Fix compilation against Qt 5.8Louai Al-Khanji2016-11-231-73/+3
| * Build fix for Qt 5.6Dominik Holland2016-11-231-0/+1
| * Doc: Set documentation base URLTopi Reinio2016-11-092-0/+2
| * Added Documentation for QtGeniviExtrasDominik Holland2016-11-0910-2/+339
| * Add private accessor for QIviPropertyPrivate from QIviPropertyAndreas Hartmetz2016-11-071-0/+4
| * Doc: Change the html file name for the index pageVenugopal Shivashankar2016-11-021-1/+1
| * Add link to GammaRay documentation to the related content listVolker Krause2016-11-011-0/+1
| * Fix offline documentation buildVolker Krause2016-11-012-2/+2
| * Doc: Update external URL to GammaRay docsTopi Reinio2016-10-311-1/+1
| * Doc: Fix typo in landing page filenameTopi Reinio2016-10-311-1/+1
| * Doc: Add depends to the Neptune UI doc moduleVenugopal Shivashankar2016-10-282-3/+6
* | QtGeniviExtras: Several DLT logging improvementsDominik Holland2016-11-094-17/+97
* | Updated all project files to use MODULE_VERSIONDominik Holland2016-11-025-5/+1
* | Removed remaining Q_FOREACH loopsDominik Holland2016-10-191-3/+3
* | Merge branch '5.7' into devDominik Holland2016-10-1932-215/+401
|\|
| * Doc: Make switching between online and offline doc templates easierVenugopal Shivashankar2016-10-148-103/+130
| * Doc: Added depends to some of the modulesVenugopal Shivashankar2016-09-263-50/+16
| * 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-1711-39/+53
| * 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
| * DLT: Add more checks before trying to register the Logging CategoryDominik Holland2016-08-191-0/+3
| * Make sure the compile the climate_widget example with c++11Dominik Holland2016-08-102-1/+4
| * Doc: Qt Automotive Suite: Link to Install instructionsv1.0_QtASTopi Reinio2016-07-043-1/+27
| * Doc: Fixes for linking and table of contentsTopi Reinio2016-06-303-7/+17
| * Revert "Doc: Fix problems with offline documentation structure and linking"Risto Avila2016-06-291-2/+3
| * Doc: Fix problems with offline documentation structure and linkingTopi Reinio2016-06-291-3/+2
* | Also update the simulation plugins to the new interface namesDominik Holland2016-09-273-7/+7
* | Introduced a virtual initialize function into the private base classesDominik Holland2016-07-2820-54/+37
* | Changed the plugin interfaces to match the Qt standardDominik Holland2016-07-2840-79/+80
* | Fixed coding style issuesDominik Holland2016-07-2735-153/+147
* | Added a autotest for the QIviSearchAndBrowseModelDominik Holland2016-07-276-7/+936
* | Use the config check output instead of qtHaveModuleDominik Holland2016-07-272-2/+3
* | Added a unit test for the qiviabstractfeaturelistmodelDominik Holland2016-07-277-83/+354
* | Doc: Added documentation for the Qt IVI Query LanguageDominik Holland2016-07-272-0/+411
* | Doc: Added documentation for the QtIVI attribute systemDominik Holland2016-07-192-0/+225
* | Added a new qtivi_gadgetFromVariant to the qmlconversion_helper headerDominik Holland2016-07-197-78/+33
* | Fixed all models to provide a similar get() and at() implementationDominik Holland2016-07-156-31/+48
* | QIviMedia: Renamed the ItemRole of the DiscoveryModel to ServiceObjectRoleDominik Holland2016-07-153-8/+8
* | ivicore: Improved the auto discovery of the backendsDominik Holland2016-07-154-37/+78
* | 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-1112-0/+163