summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix build with -no-feature-commandlineparserStephan Binner2017-04-251-1/+1
* canbusutil: Remove unused declarationsAndre Hartmann2017-04-032-4/+0
* Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta1Liang Qi2017-03-317-7/+7
|\
| * Updated copyright headersAndre Hartmann2017-02-027-7/+7
* | canbusutil: Print available devices for given pluginAndre Hartmann2017-03-303-4/+26
* | canbusutil: Better output formatting with timestamp and infoAndre Hartmann2017-03-301-3/+3
* | canbusutil: Rename command line option for extra informationAndre Hartmann2017-03-301-2/+2
* | canbusutil: Add CAN FD flag handlingAndre Hartmann2017-03-275-8/+53
* | canbusutil: Unify CAN bus frame terminologyAndre Hartmann2017-03-271-2/+2
* | CAN: Improve error handling codeAndre Hartmann2017-01-241-2/+2
|/
* QCanBusFrame: add flag to identify CAN FD framesRolf Eike Beer2016-11-152-10/+6
* 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
* 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
* 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
* 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
* | QCanBusFrame: Add toString()Andre Hartmann2016-06-241-24/+4
* | 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-045-10/+11
* Use 'auto' where it is possibleDenis Shienkov2016-04-222-3/+3
* Adjust Pointer and Reference to Qt Coding StyleAndre Hartmann2016-04-225-13/+13
* Use 'nullptr' where it is possibleDenis Shienkov2016-04-214-5/+5
* remove redundant statements from project filesOswald Buddenhagen2016-03-021-6/+0
* consistently put qt_{module,plugin,tool} at the end of project filesOswald Buddenhagen2016-03-021-2/+2
* QtSerialbus: Use Q_NULLPTR instead of 0 in all public headers.Karsten Heimrich2016-01-203-3/+3
* 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-062-4/+10
* 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-319-0/+687