summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Fix modbus client/server examples for missing QtSerialPortJoerg Bornemann2023-01-182-2/+6
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-122-3/+3
* Polish the can example, take 2Friedemann Kleint2022-10-174-58/+74
* Polish the modbus client exampleFriedemann Kleint2022-10-124-59/+84
* Brush up the CAN exampleFriedemann Kleint2022-10-121-5/+5
* Use SPDX license identifiersLucie Gérard2022-06-1042-1989/+84
* Improve examples CMakeLists.txtKai Köhne2022-02-174-37/+14
* Switch examples to build as isolated sub-builds part 2Alexandru Croitor2022-02-051-1/+1
* CAN Example: Fix coding styleAndre Hartmann2021-12-162-7/+11
* CAN Example: Fix Clazy warningAndre Hartmann2021-12-151-1/+1
* CAN Example: Fix building with QT_NO_CLIPBOARDAndre Hartmann2021-12-151-8/+14
* Switch examples to build as isolated sub-buildsAlexandru Croitor2021-12-152-4/+4
* CAN example: Add QSettings to save and restore last settingsEvgeny Shtanov2021-11-112-7/+79
* CAN example, HexStringValidator: don't allow user to enter extra spacesEvgeny Shtanov2021-08-241-4/+24
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-174-4/+4
* CMake: Fix examples to search for the Network packageAlexandru Croitor2021-08-124-0/+4
* CAN Example: Add CanBusDeviceInfo dialogAndre Hartmann2021-07-2712-160/+619
* CMake: Explicitly link against the built QtNetwork libraryAlexandru Croitor2021-07-234-0/+4
* Fix QModbusDataUnit inconsistent signedness for params and return valuesKarsten Heimrich2021-04-082-6/+6
* Fix "No such signal QButtonGroup::buttonClicked(int)"Karsten Heimrich2021-03-261-2/+2
* CAN Example: Properly format payload hex stringEvgeny Shtanov2021-03-251-4/+49
* CAN example: Replace received frames edit with proper table and modelEvgeny Shtanov2021-03-1914-275/+973
* Modbus: Remove unused variable from custom exampleAndre Hartmann2021-03-181-1/+0
* Adapt, improve and verify documentationKarsten Heimrich2021-03-173-4/+54
* Fix Modbus adueditor example depending on private headersKarsten Heimrich2021-03-1012-2828/+0
* Remove now superfluous QOverload invocationsKarsten Heimrich2021-03-044-14/+13
* Reword example and documentations from master/slave to client/serverKarsten Heimrich2021-03-0238-64/+58
* Rename and deprecate QModbusRtuSerialSlave and QModbusRtuSerialMasterKarsten Heimrich2021-03-023-6/+6
* Add Modbus custom function code exampleKarsten Heimrich2021-03-0119-1/+1868
* Fix some typosKarsten Heimrich2021-02-232-3/+3
* Can example: Fix crash in payload hex editorEvgeny Shtanov2021-02-211-4/+6
* CAN-Example: Fix clang warningsAndre Hartmann2021-02-151-5/+5
* Port to CMakeAndreas Buhr2021-01-277-0/+258
* Add ; to Q_UNUSEDLars Schmertmann2020-12-201-1/+1
* Use QList instead of QVectorJarek Kobus2020-08-171-1/+1
* Update dependencies and fix related issuesAlex Blasche2020-06-101-0/+5
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-072-23/+33
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-292-23/+33
| |\
| | * CAN-Example: Fix two issues with the status timerAndre Hartmann2020-02-272-23/+33
* | | QCanBusDeviceInfo: Add function alias()Andre Hartmann2020-02-182-1/+12
|/ /
* / CAN Example: Remove now outdated commentAndre Hartmann2020-01-301-1/+1
|/
* CAN Example: Don't destroy QCanBusDevice after disconnectAndre Hartmann2019-11-212-13/+14
* Add QCanBusDevice::busStatus()Andre Hartmann2019-07-173-2/+39
* Remove usages of deprecated QLatin1LiteralSona Kurazyan2019-06-252-2/+2
* Fix Qt6 buildSona Kurazyan2019-06-242-5/+5
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-041-1/+1
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-301-1/+1
| |\
| | * CAN Example: Fix entering invalid chars in CAN ID inputAndre Hartmann2019-04-291-1/+1
* | | Add QCanBusDevice::resetController() for CAN controller resetAndre Hartmann2019-05-022-0/+13
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-161-1/+1
|\| |