summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-231-0/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-161-0/+1
| |\|
| | * SocketCAN: Fix compiler error "‘SIOCGSTAMP’ was not declared"Andre Hartmann2019-07-091-0/+1
* | | QModBusPdu: Fix old-style and downcast compiler warningsAndre Hartmann2019-07-222-10/+10
* | | Add QCanBusDevice::busStatus()Andre Hartmann2019-07-1720-0/+307
* | | CanBusUtil: Add local echo to flags columnAndre Hartmann2019-07-165-17/+22
* | | Systec: Fix some compiler and code model cast warningsAndre Hartmann2019-07-162-6/+6
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-161-0/+1
|\| |
| * | Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-091-0/+1
* | | Modbus: Use QOverload instead home-brewed castingAndre Hartmann2019-07-032-6/+5
* | | Fix Qt6 buildSona Kurazyan2019-06-247-26/+26
* | | Deprecate the 'UserParameter' enum valueKarsten Heimrich2019-06-073-6/+6
* | | Expose the underling QIODevice used for Modbus communicationKarsten Heimrich2019-06-077-1/+25
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-181-1/+1
|\| |
| * | QModBusReply: Fix typo in documentationAndre Hartmann2019-05-151-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-041-2/+2
|\| |
| * | Reduce minimal Modbus response timeout to 10msAlex Blasche2019-04-301-2/+2
* | | Add QCanBusDevice::resetController() for CAN controller resetAndre Hartmann2019-05-0218-4/+138
* | | Add error logging to QCanBusDevice::connectDeviceAndre Hartmann2019-04-301-2/+4
* | | PeakCAN: Improve documentation and fix a typoAndre Hartmann2019-04-291-2/+2
* | | PeakCAN: Skip data bitrate after device opening tooAndre Hartmann2019-04-291-1/+1
* | | PeakCAN: Add more logging outputAndre Hartmann2019-04-291-15/+43
* | | CAN: Port qCritical in Tiny and Vector pluging to qCCriticalAndre Hartmann2019-04-292-5/+10
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-1611-259/+330
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3Qt Forward Merge Bot2019-04-131-3/+3
| |\|
| | * Systec: Fix error message "Cannot configure TxEcho for open device"Andre Hartmann2019-04-111-3/+3
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta2Qt Forward Merge Bot2019-04-061-0/+6
| |\|
| | * QModbusReply: Add some more documentation cross linksAndre Hartmann2019-03-281-0/+6
| * | Implement handling for sending Modbus RTU broadcast requestsKarsten Heimrich2019-04-016-11/+53
| * | Add context information to QObject::connect(...) callsKarsten Heimrich2019-04-013-15/+16
| * | Rewrite RTU master state machineKarsten Heimrich2019-04-014-140/+139
| * | Move lambda code into separate functionsKarsten Heimrich2019-04-011-132/+155
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-304-13/+13
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-274-13/+13
| |\|
| | * VirtualCAN: Slightly adopt debug outputAndre Hartmann2019-03-251-4/+4
| | * Fix typosKarsten Heimrich2019-03-212-2/+2
| | * Correct typos in qmodbuspdu.cpp's docThibaut Cuvelier2019-03-201-7/+7
* | | PeakCAN: Add support for macOSTamas Csatari2019-03-203-24/+38
* | | SocketCAN: Set and get bitrate by loading libsocketcan dynamicallyAndre Hartmann2019-02-226-3/+299
* | | QCanBusDevice::Filter: Add operators == and !=Andre Hartmann2019-02-112-0/+26
|/ /
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-151-2/+3
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-12-111-2/+3
| |\
| | * Make pduFromStream work on big endianDmitry Shachnev2018-11-111-2/+3
* | | Compile-fix (g++ 8): move #include of mocs outside namespaceEdward Welbourne2018-11-302-4/+4
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-171-5/+11
|\| |
| * | Improve QModbusDevice connect/open documentationAlex Blasche2018-11-141-5/+11
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-107-7/+0
|\| |
| * | remove pointless PLUGIN_EXTENDS stanzasOswald Buddenhagen2018-11-077-7/+0
* | | Remove hard QtSerialPort dependency from QtSerialBusAlex Blasche2018-11-076-9/+38
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-031-2/+8
|\| |