summaryrefslogtreecommitdiffstats
path: root/src/plugins/canbus/vectorcan
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-1/+1
|\|
| * VectorCAN: Remove override from destructorAndre Hartmann2017-01-031-1/+1
* | CAN: Improve error handling codeAndre Hartmann2017-01-241-19/+20
* | CAN: Use C++11 class initialization where possibleDenis Shienkov2017-01-182-2/+1
* | CAN: Add QCanBusDeviceInfoAndre Hartmann2017-01-105-11/+60
|/
* CAN-Backends: Use std::move to append QCanBusFrame to QVectorAndre Hartmann2016-09-191-1/+1
* QCanBusFrame: Easier TimeStamp creation from microseconds onlyAndre Hartmann2016-09-191-2/+1
* VectorCAN: Fix receive timestampAndre Hartmann2016-09-061-1/+2
* VectorCAN: Simplify debug error message generationAndre Hartmann2016-09-051-13/+2
* VectorCAN: Fix indentationAndre Hartmann2016-09-051-1/+1
* CAN: Unify interface namesAndre Hartmann2016-08-301-2/+2
* VectorCAN: Better error messages when loading dynamic librariesAndre Hartmann2016-08-021-1/+1
* QCanBusFactory: Add override to derived createDevice()Andre Hartmann2016-08-011-1/+1
* Fix logic with the wrong priority of operationsDenis Shienkov2016-07-131-52/+50
* CAN: Add base support for the Vector CAN devicesDenis Shienkov2016-07-017-0/+1249