summaryrefslogtreecommitdiffstats
path: root/src/plugins/canbus/vectorcan
Commit message (Expand)AuthorAgeFilesLines
* VectorCAN: Set CAN-FD configuration only for uninitialized channelsStefan Steinwasser2024-03-271-15/+20
* VectorCAN: Only return channels of type CANStefan Steinwasser2023-09-281-0/+2
* VectorCAN: Fix CAN-FD frame reading and sendingStefan Steinwasser2023-09-262-15/+110
* VectorCAN: Fix extended frame flag on receiving CAN-FD frameStefan Steinwasser2023-09-091-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-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
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-101-1/+1
* CAN: Implement QCanBusDevice::deviceInfo() in the pluginsAndre Hartmann2021-08-052-0/+20
* 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-2/+2
* CAN: Make functions that should be virtual suchAndre Hartmann2021-07-222-5/+8
* Peak/VectorCAN: Fix reading incoming frames on WindowsAndre Hartmann2021-07-201-8/+2
* CAN: Fix overreading QByteArray bufferAndre Hartmann2021-07-191-4/+5
* 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-172-4/+3
* Qt6: Port QtSerialBus module to QStringViewKarsten Heimrich2020-06-101-1/+1
* Init API structs without memsetAndre Hartmann2020-02-241-14/+7
* VectorCAN: Add support for using CAN FDAndy Shaw2020-02-133-80/+337
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-261-7/+7
|\
| * Avoid conflicting class names if the plugins are linked staticallyAndy Shaw2019-10-221-7/+7
* | 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-173-0/+69
* | CAN: Port qCritical in Tiny and Vector pluging to qCCriticalAndre Hartmann2019-04-291-3/+6
|/
* remove pointless PLUGIN_EXTENDS stanzasOswald Buddenhagen2018-11-071-1/+0
* VectorCAN: Fix receiving frames with multiple open channelsAndre Hartmann2018-03-191-1/+1
* Add more info to QCanBusDeviceInfoAndre Hartmann2018-01-121-1/+6
* 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-051-2/+2
* QCanBusFrame: Introduce local echo flagAndre Hartmann2017-07-041-0/+1
* VectorCAN: Fix crash when device open failsv5.9.0-beta4Andre Hartmann2017-04-251-0/+6
* CAN: Remove unneded core-private dependency for pluginsv5.9.0-beta3v5.9.0-beta2Andre Hartmann2017-04-131-1/+1
* VectorCAN: Un-wrap medium long linesAndre Hartmann2017-04-121-10/+5
* VectorCAN: Fix error category for disconnection errorAndre Hartmann2017-04-121-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta1Liang Qi2017-03-315-8/+12
|\
| * VectorCAN: Load vxlapi64.dll for 64 bit buildsAndre Hartmann2017-02-171-0/+4
| * VectorCAN: Fix receiving frames with extended IDAndre Hartmann2017-02-162-3/+3
| * Updated copyright headersAndre Hartmann2017-02-025-5/+5
* | QCanBusFactory: Restore binary compatibility to Qt 5.8Andre Hartmann2017-03-301-2/+2
* | VectorCAN: Improve error handling codeAndre Hartmann2017-02-281-2/+2
* | VectorCAN: Fix receiving transmit echo for all sent framesAndre Hartmann2017-02-282-0/+7
* | Fix format error by converting QString argument to wchar_t *Roland Winklmeier2017-02-241-1/+1