summaryrefslogtreecommitdiffstats
path: root/src/plugins/canbus
Commit message (Expand)AuthorAgeFilesLines
...
| | * VectorCAN: Fix build with -no-feature-libraryAndre Hartmann2017-03-091-2/+1
| | * Fix build with -no-feature-libraryUlf Hermann2017-03-061-1/+4
| | * 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-0218-28/+28
| * | QCanBusFactory: Restore binary compatibility to Qt 5.8Andre Hartmann2017-03-305-13/+10
| * | SocketCAN: Sort device info list by device nameAndre Hartmann2017-03-141-0/+5
| * | 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
| * | Unify endless loopsv5.9.0-alpha1Andre Hartmann2017-02-023-3/+3
* | | SocketCAN: Init field with C++11Andre Hartmann2017-04-031-3/+1
|/ /
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-252-14/+7
|\|
| * SocketCAN: Fix frame write error handlingAndre Hartmann2017-01-231-13/+4
| * SocketCAN: Set unused can{fd}_frame fields to zero when writingAndre Hartmann2017-01-101-0/+2
| * VectorCAN: Remove override from destructorAndre Hartmann2017-01-031-1/+1
* | CAN: Improve error handling codeAndre Hartmann2017-01-244-83/+86
* | CAN: Use C++11 class initialization where possibleDenis Shienkov2017-01-188-31/+18
* | CAN: Introduce CAN FD flag Error State Indicator (ESI)Andre Hartmann2017-01-171-0/+3
* | CAN: Introduce CAN FD Bitrate Switch (BRS)Andre Hartmann2017-01-171-0/+3
* | Eradicate Q_FOREACH loops and mark the module as Q_FOREACH-freeAndre Hartmann2017-01-113-7/+9
* | CAN: Add QCanBusDeviceInfoAndre Hartmann2017-01-1019-14/+254
* | CAN: Add SYS-TEC PluginAndre Hartmann2017-01-058-1/+1051
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-124-5/+8
|\|
| * Convert qtserialbus to the new configure systemAlex Blasche2016-11-161-1/+3
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-162-2/+2
| |\
| | * CAN-Backends: Port qUtf8Printable to qUtf16PrintableAndre Hartmann2016-09-232-2/+2
| * | QCanBusFrame: add flag to identify CAN FD framesRolf Eike Beer2016-11-151-2/+3
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-236-17/+16
|\| |
| * | PeakCAN: Create TimeStamp with fromMicroSecondsAndre Hartmann2016-09-231-2/+2
| * | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-195-8/+9
| |\|
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-175-8/+9
| | |\
| | | * PeakCAN: Avoid overflows on timestamp calculationAndre Hartmann2016-09-161-2/+2
| | | * PeakCAN: Fix timestampsAndre Hartmann2016-08-261-1/+3
| | | * PeakCAN: Do not set an error when receive buffer is emptyAndre Hartmann2016-08-261-1/+1
| | | * SocketCAN: Use qstrncpy instead strcpyAndre Hartmann2016-08-261-1/+1
| | | * SocketCAN: Remove redundant includeAndre Hartmann2016-08-261-1/+0
| | | * CAN: Use qUtf8Printable() instead qPrintable() for warningsAndre Hartmann2016-08-042-2/+2
| | | * CAN: Better error messages when loading dynamic librariesAndre Hartmann2016-08-012-2/+2
| * | | CAN-Backends: Use std::move to append QCanBusFrame to QVectorAndre Hartmann2016-09-193-3/+3
| * | | QCanBusFrame: Easier TimeStamp creation from microseconds onlyAndre Hartmann2016-09-191-2/+1
| * | | SocketCAN: Clear time stamp with memsetAndre Hartmann2016-09-161-2/+1
| * | | SocketCAN: use std::move for appendingAndre Hartmann2016-09-161-1/+1
| * | | SocketCAN: constify dataAndre Hartmann2016-09-161-1/+1
* | | | PeakCAN: Add support for more CAN channelsAndre Hartmann2016-09-153-60/+81
|/ / /
* | | SocketCAN: Simplify TimeStamp creationAndre Hartmann2016-09-081-4/+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: Simplify debug error message generationAndre Hartmann2016-08-312-26/+4