summaryrefslogtreecommitdiffstats
path: root/src/serialbus
Commit message (Expand)AuthorAgeFilesLines
* QtSerialBus: replace qSwap with std::member-swap where possibleMarc Mutz2022-05-111-1/+1
* Fix QModbusClient::processResponse() is never calledKarsten Heimrich2022-04-111-1/+1
* Fix usage of QMutexLockerVolker Hilsheimer2021-09-201-1/+1
* Fix 5.15 compile errorKarsten Heimrich2021-03-101-2/+4
* Fix Modbus custom command response processingKarsten Heimrich2021-03-102-5/+7
* Fix Modbus custom command size calculationKarsten Heimrich2021-03-102-46/+60
* Update commercial license headersTarja Sundqvist2021-01-2745-929/+929
* QAbstractSocket: Fix warnings from deprecated error signalMÃ¥rten Nordheim2020-03-231-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-beta2Qt Forward Merge Bot2020-03-071-3/+6
|\
| * Port from deprecated std::is_pod to is_trivial + is_standard_layoutMarc Mutz2020-03-061-3/+6
* | VectorCAN: Add support for using CAN FDAndy Shaw2020-02-131-0/+9
|/
* Doc: Fix documentation warningsTopi Reinio2019-11-132-6/+6
* QCanBusDevice: Make Filter comparison functions non-member friendsAndre Hartmann2019-09-102-9/+11
* QCanBusDevice: Undo source-incompatible changeAndre Hartmann2019-09-061-1/+0
* QCanBusDevice: Improve callback register functionsAndre Hartmann2019-09-052-6/+6
* Fix \since for QIODevice *device() constAndre Hartmann2019-09-041-1/+1
* Add missing \since to new membersAndre Hartmann2019-09-041-0/+2
* Remove usages of deprecated APIsSona Kurazyan2019-08-062-3/+2
* QCanBusDevice: Enter QScopedValueRollback laterAndre Hartmann2019-08-011-6/+6
* QCanBusDevice: More error codes and messages on failuresAndre Hartmann2019-07-312-17/+92
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-302-5/+26
|\
| * 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
* | | QCanBusDevice: Rewrap documentationAndre Hartmann2019-07-291-3/+4
* | | SocketCAN: Allow specifying the protocol to useAndre Hartmann2019-07-243-0/+8
* | | QModBusPdu: Fix old-style and downcast compiler warningsAndre Hartmann2019-07-222-10/+10
* | | Add QCanBusDevice::busStatus()Andre Hartmann2019-07-177-0/+85
* | | 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-243-7/+7
* | | 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-027-2/+74
* | | Add error logging to QCanBusDevice::connectDeviceAndre Hartmann2019-04-301-2/+4
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-1610-256/+327
|\| |
| * | 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-303-9/+9
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-273-9/+9
| |\|
| | * Fix typosKarsten Heimrich2019-03-212-2/+2