summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prettify changes file for 5.8.0v5.8.0-rc1v5.8.0Andre Hartmann2016-12-121-6/+6
* Fix ICC warning about conversion changing signThiago Macieira2016-12-071-1/+1
* Add changes file for 5.8.0Alex Blasche2016-12-071-0/+69
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-261-0/+33
|\
| * Merge remote-tracking branch 'origin/5.7.1' into 5.75.7Liang Qi2016-11-241-0/+33
| |\
| | * Add changes file for 5.7.1v5.7.1Jani Heikkinen2016-10-281-0/+33
* | | 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
* | | Update .gitignoreAndre Hartmann2016-11-191-0/+1
* | | Convert qtserialbus to the new configure systemAlex Blasche2016-11-168-148/+61
* | | 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