summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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-257-26/+31
|\| |
| * | QCanBusFrame: Fix typo in toString() documentationAndre Hartmann2017-01-241-1/+1
| * | Update .gitignoreAndre Hartmann2017-01-231-0/+3
| * | 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
| * | Bump versionOswald Buddenhagen2017-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-175-6/+100
* | | CAN: Introduce CAN FD Bitrate Switch (BRS)Andre Hartmann2017-01-1711-24/+200
* | | CAN-Example: Introduce bitrate selection combox boxAndre Hartmann2017-01-166-55/+202
* | | 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-1113-25/+30
* | | CAN-Example: Remove unneeded include from ConnectDialogAndre Hartmann2017-01-101-1/+0
* | | CAN: Add QCanBusDeviceInfoAndre Hartmann2017-01-1034-52/+707
* | | SocketCAN: Describe how to recover from bus errorsAndre Hartmann2017-01-101-0/+6
* | | CAN: Add SYS-TEC PluginAndre Hartmann2017-01-0511-1/+1157
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1246-379/+486
|\| |
| * | tst_qmodbuspdu: Cast to charFriedemann Kleint2016-12-081-1/+1
| * | tst_qmodbuspdu: Fix compiler warningFriedemann Kleint2016-12-021-1/+1
| |/
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-261-0/+33
| |\
| | * Merge remote-tracking branch 'origin/5.7.1' into 5.75.7Liang Qi2016-11-241-0/+33
| | |\
| | | * Add changes file for 5.7.1v5.7.1Jani Heikkinen2016-10-281-0/+33
| * | | 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
| * | | Update .gitignoreAndre Hartmann2016-11-191-0/+1
| * | | Convert qtserialbus to the new configure systemAlex Blasche2016-11-168-148/+61
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-169-16/+40
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-163-9/+23
| | |\ \
| | | * | remove dependencies from sync.profileOswald Buddenhagen2016-11-061-5/+0
| | | * | Fix handling of byte count fieldsSamuel Gaist2016-11-042-4/+23
| | * | | 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