summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QCanBusDeviceInfo: Improve documentationAndre Hartmann2017-03-121-11/+10
* QCanBus: Sort includes and remove unneeded onesAndre Hartmann2017-03-071-3/+2
* QCanBusDeviceInfo: Public API improvementAndre Hartmann2017-03-062-6/+15
* SocketCAN: Fix documentationAndre Hartmann2017-03-011-0/+1
* 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
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-256-26/+28
|\
| * QCanBusFrame: Fix typo in toString() documentationAndre Hartmann2017-01-241-1/+1
| * SocketCAN: Fix frame write error handlingAndre Hartmann2017-01-231-13/+4
| * TinyCAN: Add a note about Linux access rightsAndre Hartmann2017-01-211-0/+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
| * QCanBusDevice::framesToWrite: Extend documentationAndre Hartmann2016-12-201-1/+6
| * Modbus: Remove non-UTF-8 characters from private headerAndre Hartmann2016-12-201-10/+10
* | CAN: Improve error handling codeAndre Hartmann2017-01-247-96/+99
* | CAN: Use C++11 class initialization where possibleDenis Shienkov2017-01-1810-42/+25
* | CAN: Introduce CAN FD flag Error State Indicator (ESI)Andre Hartmann2017-01-173-4/+46
* | CAN: Introduce CAN FD Bitrate Switch (BRS)Andre Hartmann2017-01-176-8/+100
* | QCanBusFrame::toString: Make use of new QByteArray::toHex overloadAndre Hartmann2017-01-131-13/+4
* | Eradicate Q_FOREACH loops and mark the module as Q_FOREACH-freeAndre Hartmann2017-01-117-15/+16
* | CAN: Add QCanBusDeviceInfoAndre Hartmann2017-01-1029-33/+625
* | SocketCAN: Describe how to recover from bus errorsAndre Hartmann2017-01-101-0/+6
* | CAN: Add SYS-TEC PluginAndre Hartmann2017-01-0510-1/+1155
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1233-172/+308
|\|
| * Don't print the socketcan warnings on non-Linux systemsAlex Blasche2016-11-231-3/+3
| * QCanBusDevice: Documentation improvementsAndre Hartmann2016-11-221-18/+14
| * QCanBusFrame::toString(): Minor optimizationAndre Hartmann2016-11-221-1/+1
| * Convert qtserialbus to the new configure systemAlex Blasche2016-11-162-1/+56
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-167-11/+21
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-161-4/+4
| | |\
| | | * Fix handling of byte count fieldsSamuel Gaist2016-11-041-4/+4
| | * | Add missing QDataStream operator<< for QModbus{Request,Response}Thiago Macieira2016-11-041-0/+4
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-013-5/+14
| | |\|
| | | * QCanBusFrame: Init unused integer fields to zeroAndre Hartmann2016-09-261-2/+5
| | | * Fixed QModbusRtuSerialMaster stack overflow on closeMichael Winkelmann2016-09-262-3/+9
| | * | CAN-Backends: Port qUtf8Printable to qUtf16PrintableAndre Hartmann2016-09-232-2/+2
| * | | Unify the \since base line version for qdocAlex Blasche2016-11-1614-34/+20
| * | | QtSerialBus is no longer Tech Preview from 5.8 onwardsAlex Blasche2016-11-151-1/+0
| * | | skip some code entirely if frame is emptyRolf Eike Beer2016-11-151-5/+8
| * | | use switch/case in QCanBusFrame::toString() instead of multiple if'sRolf Eike Beer2016-11-151-5/+7
| * | | QCanBusFrame: add flag to identify CAN FD framesRolf Eike Beer2016-11-155-25/+65
| * | | QCanBusFrame: move toString() implementation to C++ fileAndre Hartmann2016-11-152-38/+37
| * | | CAN: Improve DocumentationAndre Hartmann2016-11-145-18/+24
| * | | canbusutil: directly pass QCanBusFrame to parsePayloadField()Rolf Eike Beer2016-11-112-14/+17
| * | | CAN-Examples: Fix reading only one frame on framesReceived()Andre Hartmann2016-11-111-12/+14
| * | | canbusutil: remove condition that can never be trueRolf Eike Beer2016-11-111-3/+1
| * | | CAN: One more space between timestamp and CAN frame in examplesAndre Hartmann2016-11-031-1/+1
| * | | QCanBusFrame: Extend valid check for frame id >= 2^29Andre Hartmann2016-11-011-6/+17