summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Doc: Use the \examplecategory macro to tag examplesTopi Reinio2023-04-113-3/+3
* Modbus Custom Command: update example descriptionIvan Solovev2023-02-148-9/+106
* Custom Command Example: improve UIIvan Solovev2023-02-142-2/+5
* Modbus Server: update example descriptionIvan Solovev2023-02-145-9/+78
* Modbus server: improve UIIvan Solovev2023-02-141-2/+19
* Modbus server: fix data conversion error handlingIvan Solovev2023-02-141-4/+9
* Modbus Client: update example descriptionIvan Solovev2023-02-145-9/+93
* Modbus client: improve UIIvan Solovev2023-02-141-2/+19
* CAN Manager Example: extend documentationIvan Solovev2023-02-102-0/+10
* ModBus examples: fix CMakeLists.txtIvan Solovev2023-02-073-16/+13
* CAN Manager Example: fix CMakeLists.txtIvan Solovev2023-02-071-5/+4
* CAN Example: improve UIIvan Solovev2023-02-034-8/+11
* CAN Example: increase the default size of the Flags columnIvan Solovev2023-02-021-1/+1
* CAN Example: use bool instead of int for a flag typeIvan Solovev2023-02-021-1/+1
* Fix modbus client/server examples for missing QtSerialPortJoerg Bornemann2023-01-182-2/+6
* 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
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-062-3/+3
* CAN example: fix memory leakIvan Solovev2022-09-071-1/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-237-7/+7
* Add license headers to cmake filesLucie Gérard2022-07-077-0/+21
* 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