summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-094-4/+33
|\
| * Make pduFromStream work on big endian (again)Dmitry Shachnev2022-06-272-2/+20
| * Modbus: extend documentationIvan Solovev2022-06-172-2/+13
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.10' into tqtc/lts-5.15-ope...v5.15.10-lts-lgplTarja Sundqvist2023-04-242-2/+2
|\|
| * 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
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.7' into tqtc/lts-5.15-open...v5.15.7-lts-lgplTarja Sundqvist2022-09-121-1/+1
|\|
| * Fix usage of QMutexLockerVolker Hilsheimer2021-09-201-1/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...v5.15.4-lts-lgplTarja Sundqvist2022-04-074-51/+69
|\|
| * 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
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-2387-1776/+1776
|/
* SocketCAN: Fix returning bitrate setting resultAndre Hartmann2021-01-281-1/+1
* Update commercial license headersTarja Sundqvist2021-01-2787-1776/+1776
* SocketCAN: Fix loading libsocketcan on DebianAndre Hartmann2020-10-161-3/+7
* 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
* | 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
* | PeakCAN: Fix Clang warning on WindowsAndre Hartmann2020-02-261-2/+2
* | Init API structs without memsetAndre Hartmann2020-02-244-35/+19
* | PeakCAN: Init API structs without memsetv5.15.0-beta1Andre Hartmann2020-02-191-13/+6
* | VectorCAN: Add support for using CAN FDAndy Shaw2020-02-134-80/+346
|/
* VirtualCAN: Remove superfluous setting to closing stateAndre Hartmann2019-11-151-1/+1
* VirtualCAN: Fix disconnecting from busAndre Hartmann2019-11-151-0/+1
* Doc: Fix documentation warningsTopi Reinio2019-11-132-6/+6
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-263-20/+20
|\
| * Avoid conflicting class names if the plugins are linked staticallyAndy Shaw2019-10-223-20/+20
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-248-8/+8
|\|
| * CAN: Avoid symbol clashes on static buildsAndre Hartmann2019-09-238-8/+8
* | Fix the last Clazy level 2 warningsAndre Hartmann2019-09-231-2/+2
* | CanBusUtil: Fix crash on listening without argumentsAndre Hartmann2019-09-231-1/+3
* | 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-245-1/+20