summaryrefslogtreecommitdiffstats
path: root/src/tools/canbusutil/canbusutil.cpp
Commit message (Expand)AuthorAgeFilesLines
* CanBusUtil: Add local echo to flags columnAndre Hartmann2019-07-161-3/+3
* Fix Qt6 buildSona Kurazyan2019-06-241-15/+15
* Add configuration options to canbusutilAndre Hartmann2018-04-171-0/+11
* Canbusutil: General cleanup and simplificationAndre Hartmann2017-11-281-45/+51
* canbusutil: Use QString::leftRef() instead left()Andre Hartmann2017-10-131-2/+2
* Canbusutil: Fix Clang semantic warningsAndre Hartmann2017-08-301-4/+4
* Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta1Liang Qi2017-03-311-1/+1
|\
| * Updated copyright headersAndre Hartmann2017-02-021-1/+1
* | canbusutil: Print available devices for given pluginAndre Hartmann2017-03-301-0/+14
* | canbusutil: Add CAN FD flag handlingAndre Hartmann2017-03-271-5/+20
|/
* QCanBusFrame: add flag to identify CAN FD framesRolf Eike Beer2016-11-151-9/+5
* canbusutil: directly pass QCanBusFrame to parsePayloadField()Rolf Eike Beer2016-11-111-13/+10
* canbusutil: remove condition that can never be trueRolf Eike Beer2016-11-111-3/+1
* canbusutil: Don't show header when printing pluginsAndre Hartmann2016-11-011-1/+1
* canbusutil: Add optional timestamp displayAndre Hartmann2016-11-011-0/+5
* canbusutil: Fix RTR frame handlingv5.8.0-beta1Andre Hartmann2016-10-051-5/+7
* canbusutil: Simplify payload field parsingAndre Hartmann2016-10-041-37/+18
* canbusutil: Removed printDataUsage method and usagesAndreas Wilhelm2016-09-301-19/+7
* canbusutil: Ported to QCommandLineParserAndreas Wilhelm2016-09-301-45/+5
* canbusutil: Simplify plugin resolvingAndre Hartmann2016-09-291-20/+13
* canbusutil: Updated class attributes to match Qt naming conventionsAndreas Wilhelm2016-09-291-43/+43
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-301-7/+6
|\
| * CanBusUtil: Interpret Send-ID as hexadecimalAndre Hartmann2016-06-021-1/+1
| * CanBusUtil: Allow transmitting frames with empty payloadAndre Hartmann2016-06-021-6/+5
* | QCanBus: Changed createDevice() API to use only QStringAndre Hartmann2016-06-011-2/+2
|/
* CAN: Do not use QPointer class as it is overheadDenis Shienkov2016-05-041-3/+3
* Adjust Pointer and Reference to Qt Coding StyleAndre Hartmann2016-04-221-4/+4
* canbusutil: simplify and improve frame id verificationRolf Eike Beer2016-01-081-6/+3
* canbusutil: Permit definition of RTR frame lengthAlex Blasche2016-01-071-16/+33
* canbusutil: Permit sending of CANFD framesAlex Blasche2016-01-061-3/+9
* End canbusutil with error code if writeFrame() failedAlex Blasche2016-01-061-2/+1
* Optimize the CAN frames receivingDenis Shienkov2015-09-061-1/+1
* Add console utility application for sending and receiving can frames.Janne Hurskainen2015-07-311-0/+263