summaryrefslogtreecommitdiffstats
path: root/src/serialbus
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Correct typos in qmodbuspdu.cpp's docThibaut Cuvelier2019-03-201-7/+7
* | | PeakCAN: Add support for macOSTamas Csatari2019-03-201-2/+5
* | | SocketCAN: Set and get bitrate by loading libsocketcan dynamicallyAndre Hartmann2019-02-221-3/+7
* | | 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