summaryrefslogtreecommitdiff
path: root/src/plugins/ivimedia/tuner_simulator
Commit message (Expand)AuthorAgeFilesLines
* Fix all plugin class names to be unique within the moduleDominik Holland2019-10-302-5/+5
* Merge remote-tracking branch 'origin/5.12' into 5.13Dominik Holland2019-08-271-1/+1
|\
| * Fix build to work without the QtGui moduleDominik Holland2019-07-081-1/+1
* | Refactor the QIviSearchAndBrowseModelInterfaceDominik Holland2019-05-082-45/+34
|/
* Update copyright statementsRobert Griebl2018-12-176-0/+6
* Build-system cleanupDominik Holland2018-09-141-2/+2
* Rename the QIviSearchAndBrowseModelItem to QIviStandardItemDominik Holland2018-07-092-4/+4
* Add new (un)registerInstance functions to the QIviPagingModelInterfaceDominik Holland2018-06-262-0/+12
* Use the QIviPagingModel as base class in the QIviSearchAndBrowseModelDominik Holland2018-06-192-6/+19
* Consolidate the Capabilities flag from QIviSearchAndBrowseModel and QIviPagin...Dominik Holland2018-06-191-6/+6
* Clazy and clang-tidy fixesDominik Holland2018-04-196-44/+44
* Update the QIviSearchAndBrowseModel to use the new QIviPendingReplyDominik Holland2018-03-282-17/+30
* Update all Pelagicore copyright headers to 2018Dominik Holland2018-01-166-6/+6
* Fix issues found by clazyDominik Holland2017-04-051-1/+1
* C++11 cleanupDominik Holland2017-04-053-23/+23
* Streamline the initialization logicDominik Holland2017-04-043-0/+7
* Use QIviFeatureInterface in QIviServiceInterfaceDominik Holland2017-04-042-2/+2
* Updated copyright headersDominik Holland2017-02-036-6/+6
* Also update the simulation plugins to the new interface namesDominik Holland2016-09-271-2/+2
* Changed the plugin interfaces to match the Qt standardDominik Holland2016-07-283-7/+7
* Added an async indexOf function to the SearchAndBrowseModelDominik Holland2016-07-112-0/+23
* Fixed insert,move,remove in the mediplayer and tuner examples and backendsDominik Holland2016-07-112-15/+37
* SearchAndBrowseModel: Added support adding/moving/removing itemsDominik Holland2016-07-112-9/+31
* AmFmTuner: Made the API more completeDominik Holland2016-07-052-2/+68
* Refactored the Q_GADGET based ItemsDominik Holland2016-07-053-48/+22
* Added a basic AmFmTunerDominik Holland2016-07-048-0/+641