aboutsummaryrefslogtreecommitdiffstats
path: root/datasources
Commit message (Collapse)AuthorAgeFilesLines
* Fix building against Qt Creator 4.10Vitaly Fanaskov2019-08-301-3/+3
| | | | | | Task-number: QTCREATORBUG-22859 Change-Id: I79f6f74768439508108d301594a46d2be3e34658 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* Fix builds on MacVitaly Fanaskov2019-08-271-0/+2
| | | | | | Task-number: QTCREATORBUG-22861 Change-Id: Ib7bda9e159389cc2b8b1660af2c5304f1fd641ab Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Create a plugin for collecting usage statisticsVitaly Fanaskov2019-06-1916-0/+1566
The following data might be collected: 1) Builds count 2) Used build systems 3) Opened examples 4) Used kits (detailed info) 5) Modes usage 6) QML designer usage time 7) License type Also all common data (system info, graphic, app version, etc.) might be collected as well. Plugin is built atop of KUserFeedback framework and uses its architecture and routines for collecting and sending data. KUserFeedback is not included to this repository and supposed to be built and installed separately by CI. Static build of KUserFeedback is used, so plugin doesn't depend on any 3rd-party dynamic libraries. URL for sending data and authentication key should be set during the build process. Change-Id: Ibf0cf4986031689b5f46925664cebadcb0fe3aef