summaryrefslogtreecommitdiffstats
path: root/src/serialbus
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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-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-273-9/+9
|\|
| * 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
* | | Remove hard QtSerialPort dependency from QtSerialBusAlex Blasche2018-11-075-8/+34
* | | 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
|\|
| * Doc: add missing since to enum QCanBusDevice::DataBitRateKeyAndre Hartmann2018-08-061-0/+1
* | Add a virtual CAN bus pluginAndre Hartmann2018-08-012-0/+123
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-122-26/+22
|\|
| * Fix compilation with MSVC 2017v5.11.0-rc2v5.11.0Thiago Macieira2018-05-092-26/+22
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-074-7/+5
|\|
| * Improve QCanBusDeviceInfo documentationv5.11.0-beta4v5.11.0-beta3Andre Hartmann2018-04-032-1/+3
| * Doc: Remove last remaining \since < Qt 5.8Andre Hartmann2018-04-032-6/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-275-14/+14
|\|