summaryrefslogtreecommitdiffstats
path: root/src/plugins/canbus/virtualcan
Commit message (Expand)AuthorAgeFilesLines
* Allow enabling QT_USE_QSTRINGBUILDER for pluginsAlexey Edelev2023-08-041-3/+5
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-103-114/+6
* Use up-to date LGPL license headerKai Köhne2021-11-303-33/+42
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-101-1/+1
* CAN: Implement QCanBusDevice::deviceInfo() in the pluginsAndre Hartmann2021-08-052-7/+20
* QCanBusDeviceInfo: Add method to obtain the plugin nameAndre Hartmann2021-07-231-0/+1
* QCanBusDevice: Consolidate createDeviceInfo()Andre Hartmann2021-07-231-4/+4
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-061-1/+1
* Remove QCanBusFactory and rename QCanBusFactoryV2 to QCanBusFactoryKarsten Heimrich2021-05-081-2/+2
* Introduce QCanBusFrame::FrameIdAndre Hartmann2021-03-271-1/+1
* QCanBusDevice: Replace int parameter with ConfigurationKeyAndre Hartmann2021-02-032-2/+2
* Port to CMakeAndreas Buhr2021-01-272-16/+15
* Use QList instead of QVectorJarek Kobus2020-08-171-2/+1
* VirtualCAN: Add missing framesWritten() emissionAndre Hartmann2020-03-261-0/+1
* VirtualCAN: Remove superfluous setting to closing stateAndre Hartmann2019-11-151-1/+1
* VirtualCAN: Fix disconnecting from busAndre Hartmann2019-11-151-0/+1
* VirtualCAN: Slightly adopt debug outputAndre Hartmann2019-03-251-4/+4
* remove pointless PLUGIN_EXTENDS stanzasOswald Buddenhagen2018-11-071-1/+0
* Add a virtual CAN bus pluginAndre Hartmann2018-08-015-0/+564