summaryrefslogtreecommitdiffstats
path: root/src/plugins/canbus/systeccan
Commit message (Expand)AuthorAgeFilesLines
* 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-105-190/+10
* Use up-to date LGPL license headerKai Köhne2021-11-305-55/+70
* CMake: Do not use PUBLIC_LIBRARIES in pluginsKai Köhne2021-11-161-1/+1
* Fix warning generated by current versions of GCCAndré de la Rocha2021-10-061-1/+1
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-101-1/+1
* CAN: Implement QCanBusDevice::deviceInfo() in the pluginsAndre Hartmann2021-08-053-0/+14
* QCanBusDeviceInfo: Add method to obtain the plugin nameAndre Hartmann2021-07-231-1/+2
* CMake: Explicitly link against the built QtNetwork libraryAlexandru Croitor2021-07-231-0/+1
* QCanBusDevice: Consolidate createDeviceInfo()Andre Hartmann2021-07-231-5/+6
* CAN: Make functions that should be virtual suchAndre Hartmann2021-07-222-9/+9
* CAN: Fix overreading QByteArray bufferAndre Hartmann2021-07-191-2/+3
* SystecCAN: Remove unused forward declarationsAndre Hartmann2021-07-171-2/+0
* Remove QCanBusFactory and rename QCanBusFactoryV2 to QCanBusFactoryKarsten Heimrich2021-05-081-2/+2
* QCanBusDevice: Replace int parameter with ConfigurationKeyAndre Hartmann2021-02-033-6/+7
* Port to CMakeAndreas Buhr2021-01-272-18/+15
* Use QList instead of QVectorJarek Kobus2020-08-171-2/+2
* Init API structs without memsetAndre Hartmann2020-02-241-8/+4
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-242-2/+2
|\
| * CAN: Avoid symbol clashes on static buildsAndre Hartmann2019-09-232-2/+2
* | Add QCanBusDevice::busStatus()Andre Hartmann2019-07-174-0/+62
* | Systec: Fix some compiler and code model cast warningsAndre Hartmann2019-07-162-6/+6
* | Add QCanBusDevice::resetController() for CAN controller resetAndre Hartmann2019-05-024-0/+19
|/
* Systec: Fix error message "Cannot configure TxEcho for open device"Andre Hartmann2019-04-111-3/+3
* remove pointless PLUGIN_EXTENDS stanzasOswald Buddenhagen2018-11-071-1/+0
* SYSTEC: std::move received frames into vectorv5.11.0-beta1Andre Hartmann2018-02-191-1/+1
* Add more info to QCanBusDeviceInfoAndre Hartmann2018-01-122-9/+41
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-201-4/+5
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-10-301-4/+5
| |\
| | * SystecCAN: Fix availableDevices() for more than one deviceAndre Hartmann2017-10-251-1/+2
| | * SystecCAN: Fix device number assignment in availableDevices()Andre Hartmann2017-10-231-3/+3
* | | CAN: Improve checking for unsupported CAN FD framesAndre Hartmann2017-11-151-1/+1
* | | CAN: Introduce categorized loggingAndre Hartmann2017-11-132-3/+10
* | | CAN-Plugins: Fix Clang Semantic Issue -Wold-style-castAndre Hartmann2017-10-051-1/+1
* | | CAN-Plugins: Make some more d-pointers constAndre Hartmann2017-10-052-2/+2
|/ /
* / QCanBusFrame: Introduce local echo flagAndre Hartmann2017-07-041-0/+1
|/
* CAN: Remove unneded core-private dependency for pluginsv5.9.0-beta3v5.9.0-beta2Andre Hartmann2017-04-131-1/+1
* QCanBusFactory: Restore binary compatibility to Qt 5.8Andre Hartmann2017-03-301-2/+2
* CAN: Add QCanBusDeviceInfoAndre Hartmann2017-01-104-2/+72
* CAN: Add SYS-TEC PluginAndre Hartmann2017-01-057-0/+1050