summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CAN: Avoid symbol clashes on static buildsAndre Hartmann2019-09-238-8/+8
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-232-5/+26
|\
| * Doc: Add precision to QCanBusFrame::setFrameId descriptionPaul Wicking2019-07-221-3/+9
| * PeakCAN: Update documentation for added CAN FD functionsAndre Hartmann2019-07-181-2/+17
* | 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
* | Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-091-0/+1
* | QModBusReply: Fix typo in documentationAndre Hartmann2019-05-151-1/+1
* | Reduce minimal Modbus response timeout to 10msAlex Blasche2019-04-301-2/+2
* | 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.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
* | 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
|\| |
| * | Ensure QModbusReply::finished() is emitted after disconnect from serialAlex Blasche2018-10-291-2/+8
* | | Merge remote-tracking branch 'origin/5.12' into devAlex Blasche2018-10-293-8/+44
|\| |
| * | Fix incorrect reading and writing of QModbusServer registersAlex Blasche2018-10-241-5/+6
| * | Fix RTU Master ignoring responses due to being in Send stateAlex Blasche2018-10-241-2/+11
| * | Permit dropping of RTU slave request buffer under certain scenariosAlex Blasche2018-10-231-0/+24
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-231-1/+3
| |\|
| | * Fix case of accessing deleted memoryAlex Blasche2018-10-221-1/+3
* | | Deprecate qserialbusglobal.h in favor of qtserialbusglobal.hAlex Blasche2018-10-2410-12/+12
* | | Fix implicit conversion loss warnings due to int precisionAlex Blasche2018-10-243-4/+4
* | | Add ability to monitor and reject incoming TCP modbus connectionsAlex Blasche2018-10-233-0/+90
|/ /
* | Fix various QDoc warnings/errors in QtSerialBusv5.12.0-beta3Alex Blasche2018-10-155-4/+21
* | Merge remote-tracking branch 'origin/5.11' into 5.12v5.12.0-beta2Qt Forward Merge Bot2018-10-061-3/+5
|\|
| * Modbus: Fix documentation for QModbusClient::timeoutChanged()Andre Hartmann2018-10-021-3/+5
* | Doc: Fix \code usagev5.12.0-beta1Topi Reinio2018-09-131-1/+3
* | QCanBusDevice: Don't return a bool value from clear()Andre Hartmann2018-09-132-5/+3
* | Add missing Q_DECLARE_OPERATORS_FOR_FLAGS(QCanBusDevice::Directions)Andre Hartmann2018-09-101-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-08-175-21/+55
|\|
| * Doc: Improve plugin overview pagesAndre Hartmann2018-08-095-23/+57
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-0/+1
|\|