summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove no longer existing property documentationKarsten Heimrich2021-03-041-4/+1
* Fix minor warningsKarsten Heimrich2021-03-042-3/+4
* Reword example and documentations from master/slave to client/serverKarsten Heimrich2021-03-0244-79/+69
* Rename and deprecate QModbusRtuSerialSlave and QModbusRtuSerialMasterKarsten Heimrich2021-03-0213-114/+129
* Add Modbus custom function code exampleKarsten Heimrich2021-03-0119-1/+1868
* Fix Modbus custom command response processingKarsten Heimrich2021-03-013-6/+8
* Fix und update .gitignore file entriesKarsten Heimrich2021-02-251-23/+3
* Fix Modbus custom command size calculationKarsten Heimrich2021-02-252-46/+60
* Drop the only existing Q_PROPERTY from serial busKarsten Heimrich2021-02-251-1/+0
* Fix some typosKarsten Heimrich2021-02-233-4/+4
* Can example: Fix crash in payload hex editorEvgeny Shtanov2021-02-211-4/+6
* Qt SerialBus: fix deprecation warningKarsten Heimrich2021-02-171-3/+3
* CAN-Example: Fix clang warningsAndre Hartmann2021-02-151-5/+5
* QCanBusDevice: Replace int parameter with ConfigurationKeyAndre Hartmann2021-02-0324-45/+49
* Allow setting the RTU inter frame delay on slaves as wellKarsten Heimrich2021-01-295-30/+62
* QCanBusDevice: Remove outdated comments from public headerAndre Hartmann2021-01-281-3/+1
* SocketCAN: Fix returning bitrate setting resultAndre Hartmann2021-01-281-1/+1
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2021-01-274-7/+7
* Port to CMakeAndreas Buhr2021-01-2788-453/+843
* Add ; to Q_UNUSEDLars Schmertmann2020-12-204-6/+6
* Add changes file for Qt 5.12.10Antti Kokko2020-10-161-0/+28
* SocketCAN: Fix loading libsocketcan on DebianAndre Hartmann2020-10-151-3/+7
* Push to more recent qtbase/qtserialport checkoutAlex Blasche2020-10-153-3/+4
* Add changes file for Qt 5.15.1Antti Kokko2020-08-251-0/+20
* Use QList instead of QVectorJarek Kobus2020-08-1730-127/+126
* Update dependencies to serialport and qtbaseAlex Blasche2020-07-031-2/+2
* Merge remote-tracking branch 'gerrit/5.15' into devAlex Blasche2020-06-125-24/+88
|\
| * Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-05-141-0/+36
| |\
| | * Merge remote-tracking branch 'origin/5.15' into 5.15.0v5.15.0-rc2v5.15.0-rc1v5.15.0Qt Forward Merge Bot2020-04-221-0/+24
| | |\ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-211-0/+24
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.14.2' into 5.145.14Qt Forward Merge Bot2020-04-211-0/+24
| | |\ \
| | | * | Add changes file for Qt 5.14.2v5.14.2Antti Kokko2020-03-101-0/+24
| | | | * Add changes file for Qt 5.15.0Antti Kokko2020-04-201-0/+36
| | |_|/ | |/| |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-beta4v5.15.0-beta3Qt Forward Merge Bot2020-03-311-0/+1
| |\| |
| | * | VirtualCAN: Add missing framesWritten() emissionAndre Hartmann2020-03-261-0/+1
| | |/
| * | SocketCAN: Virtual CAN devices don't have bus statusAndre Hartmann2020-03-271-0/+3
| * | QAbstractSocket: Fix warnings from deprecated error signalMÃ¥rten Nordheim2020-03-231-1/+1
| * | SocketCAN: Fix compile with old Linux KernelsAndre Hartmann2020-03-192-24/+24
* | | Add missing overrideAlexander Volkov2020-06-102-3/+3
* | | Qt6: Port QtSerialBus module to QStringViewKarsten Heimrich2020-06-103-5/+5
* | | Update dependencies and fix related issuesAlex Blasche2020-06-104-5/+9
* | | Resolve Qt6 TODO: Remove superfluous user connection parametersKarsten Heimrich2020-04-213-17/+7
* | | Report intermediate errors while in a Modbus send/receive cycleKarsten Heimrich2020-04-215-2/+73
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-181-3/+6
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-074-25/+37
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-294-25/+37
| |\|
| | * CAN-Example: Fix two issues with the status timerAndre Hartmann2020-02-272-23/+33
| | * Generic(V1): Fix emitting framesReceived when disconnectedAndre Hartmann2020-02-272-2/+4