summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/can
Commit message (Expand)AuthorAgeFilesLines
* Correct license for examples filesLucie Gérard2024-04-041-1/+1
* CAN-Example: Fix crash when open connect dialog after closing itStefan Steinwasser2024-03-271-1/+2
* CAN-Example: Only set data bitrate when CAN-FD is usedStefan Steinwasser2024-03-271-1/+1
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-08-233-5/+5
* CAN Manager Example: extend documentationIvan Solovev2023-02-102-0/+10
* 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
* Polish the can example, take 2Friedemann Kleint2022-10-174-58/+74
* Brush up the CAN exampleFriedemann Kleint2022-10-121-5/+5
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-2/+2
* 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-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-1018-882/+36
* Improve examples CMakeLists.txtKai Köhne2022-02-171-8/+4
* 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
* 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-171-1/+1
* CMake: Fix examples to search for the Network packageAlexandru Croitor2021-08-121-0/+1
* CAN Example: Add CanBusDeviceInfo dialogAndre Hartmann2021-07-2712-160/+619
* CMake: Explicitly link against the built QtNetwork libraryAlexandru Croitor2021-07-231-0/+1
* 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
* Remove now superfluous QOverload invocationsKarsten Heimrich2021-03-041-1/+1
* 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-271-0/+59
* 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
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-041-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.11' into devQt Forward Merge Bot2018-05-121-1/+1
|\
| * Modernize CAN bus exampleAndre Hartmann2018-05-111-1/+1
* | CAN-Example: Show data bitrate in the status bar alsoAndre Hartmann2018-03-151-4/+14
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-0/+1
|\
| * qtlite: Skip building examples when configured with no-feature-itemviewsRainer Keller2018-01-121-0/+1
* | Add more info to QCanBusDeviceInfoAndre Hartmann2018-01-122-2/+29
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-209-19/+118
|\|
| * Fix outdated BSD license headerLiang Qi2017-11-162-4/+24