summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix ICC warning about conversion changing signThiago Macieira2016-12-071-1/+1
* 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
* | | canbusutil: Don't show header when printing pluginsAndre Hartmann2016-11-011-1/+1
* | | canbusutil: Remove unneeded "using namesspace std;"Andre Hartmann2016-11-011-2/+0
* | | canbusutil: Add optional timestamp displayAndre Hartmann2016-11-015-2/+27
* | | QCanBusFrame::toString(): Add one more space around the length fieldAndre Hartmann2016-10-312-9/+12
* | | QCanBusFrame: Fix typo in documentationAndre Hartmann2016-10-281-1/+1
* | | canbusutil: Fix RTR frame handlingv5.8.0-beta1Andre Hartmann2016-10-051-5/+7
* | | canbusutil: Simplify payload field parsingAndre Hartmann2016-10-041-37/+18
* | | Don't build canbusutil on AndroidPaul Olav Tvete2016-10-031-1/+2
* | | canbusutil: Removed printDataUsage method and usagesAndreas Wilhelm2016-09-302-20/+7
* | | canbusutil: Ported to QCommandLineParserAndreas Wilhelm2016-09-303-55/+66
* | | canbusutil: Simplify plugin resolvingAndre Hartmann2016-09-291-20/+13
* | | canbusutil: Updated class attributes to match Qt naming conventionsAndreas Wilhelm2016-09-292-52/+52
* | | QCanBusFrame: de-inline, add nothrow, remove extra qualifiersAndre Hartmann2016-09-271-14/+14
* | | QCanBus::createDevice: Extend documentationAndre Hartmann2016-09-268-47/+61
* | | QCanBusFrame::toString(): Optimize loopAndre Hartmann2016-09-261-4/+6
* | | qtcanbus-backends.qdoc: Fix typoAndre Hartmann2016-09-261-1/+1
* | | PeakCAN: Create TimeStamp with fromMicroSecondsAndre Hartmann2016-09-231-2/+2
* | | QCanBusFrame: Pass TimeStamp by valueAndre Hartmann2016-09-222-2/+3
* | | QCanBusFrame: Change default ctor to not copy QByteArrayAndre Hartmann2016-09-222-3/+5
* | | Doc: Remove Technology Preview comment from the landing pageTopi Reinio2016-09-211-1/+0
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-197-10/+11
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-177-10/+11
| |\|
| | * PeakCAN: Avoid overflows on timestamp calculationAndre Hartmann2016-09-161-2/+2
| | * QCanBusDevice: Unwrap another short lineAndre Hartmann2016-09-151-2/+1
| | * PeakCAN: Fix timestampsAndre Hartmann2016-08-261-1/+3