summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * 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
| | * Doc: Add navigation.homepage for the moduleVenugopal Shivashankar2016-08-171-0/+1
| | * 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: Remove setSeconds and setMicroSeconds from TimeStampAndre Hartmann2016-09-192-22/+0
* | | QCanBusFrame: Easier TimeStamp creation from microseconds onlyAndre Hartmann2016-09-193-2/+18
* | | 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
* | | SocketCAN: Extend documentationAndre Hartmann2016-09-121-0/+45
* | | 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
* | | CAN: Unify interface namesAndre Hartmann2016-08-306-32/+34
* | | VectorCAN: Better error messages when loading dynamic librariesAndre Hartmann2016-08-021-1/+1
* | | Merge "Merge remote-tracking branch 'gerrit/5.7' into dev" into refs/staging/devAlex Blasche2016-08-027-66/+89
|\ \ \
| * | | Merge remote-tracking branch 'gerrit/5.7' into devAlex Blasche2016-08-017-66/+89
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-268-71/+101
| | |\|
| | | * CAN: Prevent to open or close an already opened or closed deviceDenis Shienkov2016-07-221-1/+12