summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | QCanBusFrame: add flag to identify CAN FD framesRolf Eike Beer2016-11-157-52/+134
* | | 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-112-22/+26
* | | canbusutil: remove condition that can never be trueRolf Eike Beer2016-11-111-3/+1
* | | CAN-Example: Add action to clear log windowAndre Hartmann2016-11-042-0/+14
* | | CAN-Example: Sort, tighten and unify includesAndre Hartmann2016-11-031-5/+2
* | | CAN: One more space between timestamp and CAN frame in examplesAndre Hartmann2016-11-033-3/+3
* | | QCanBusFrame: Extend valid check for frame id >= 2^29Andre Hartmann2016-11-012-10/+31
* | | 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-314-19/+22
* | | 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-223-4/+6
* | | 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-199-10/+84
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-179-10/+84
| |\|
| | * Merge remote-tracking branch 'origin/5.6.2' into 5.6Liang Qi2016-09-162-0/+73
| | |\
| | | * Add changes file for 5.6.1 and 5.6.2v5.6.2Karsten Heimrich2016-09-092-0/+73
| | * | 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