summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/can
Commit message (Expand)AuthorAgeFilesLines
* CAN-Example: Fix two issues with the status timerAndre Hartmann2020-02-272-23/+33
* 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
| * Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-10-307-14/+84
| |\
| | * Fix outdated BSD license headerKai Koehne2017-10-207-14/+84
| * | canbus: Add missed 'explicit' keyword to CAN-bus exampleDenis Shienkov2017-10-211-1/+1
| * | CAN-Example: Disable Send button if frame id is emptyv5.10.0-beta1Andre Hartmann2017-10-041-0/+9
* | | CAN: Introduce categorized loggingAndre Hartmann2017-11-131-0/+3
|/ /
* | CAN-Example: Fix Clang semantic warningAndre Hartmann2017-08-301-0/+1
* | Fix namespace build of can bus exampleAlex Blasche2017-07-181-0/+2
* | CAN-Example: Add a dedicated send frame group boxAndre Hartmann2017-07-177-145/+514
* | CAN-Example: Show errors and number of frames written in the UIAndre Hartmann2017-07-112-4/+11
* | CAN-Example: Simplify payload handlingAndre Hartmann2017-07-111-8/+2
* | CAN-Example: Rename slots to describe their purpose betterAndre Hartmann2017-07-112-15/+12
* | CAN-Example: Inline very short functionAndre Hartmann2017-07-102-11/+5
* | CAN-Example: Rename all occurrences of "backend" to "plugin"Andre Hartmann2017-07-104-18/+18
* | CAN-Example: Init all user interface actions in one functionAndre Hartmann2017-07-071-4/+2
* | CAN-Example: Remove unneeded QAction::setEnabled() callsAndre Hartmann2017-07-071-2/+0
* | QCanBusFrame: Introduce local echo flagAndre Hartmann2017-07-041-5/+8
|/
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-311-0/+2
|\
| * fix namespaced buildv5.9.0-rc2v5.9.0-rc1v5.9.0Oswald Buddenhagen2017-05-121-0/+2
* | CAN Example: Add menu entry to show online documentationAndre Hartmann2017-05-292-0/+13
|/
* Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta1Liang Qi2017-03-315-5/+5
|\
| * Updated copyright headersAndre Hartmann2017-02-025-5/+5
* | CAN: Introduce CAN FD flag Error State Indicator (ESI)Andre Hartmann2017-01-171-2/+12
* | CAN: Introduce CAN FD Bitrate Switch (BRS)Andre Hartmann2017-01-174-8/+42
* | CAN-Example: Introduce bitrate selection combox boxAndre Hartmann2017-01-166-55/+202
* | Eradicate Q_FOREACH loops and mark the module as Q_FOREACH-freeAndre Hartmann2017-01-112-2/+2
* | CAN-Example: Remove unneeded include from ConnectDialogAndre Hartmann2017-01-101-1/+0
* | CAN: Add QCanBusDeviceInfoAndre Hartmann2017-01-103-19/+60
* | CAN: Add SYS-TEC PluginAndre Hartmann2017-01-051-0/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-122-16/+30
|\|
| * QCanBusFrame: add flag to identify CAN FD framesRolf Eike Beer2016-11-151-0/+1
| * CAN-Examples: Fix reading only one frame on framesReceived()Andre Hartmann2016-11-111-10/+12
| * CAN-Example: Add action to clear log windowAndre Hartmann2016-11-042-0/+14
| * CAN-Example: Sort, tighten and unify includesAndre Hartmann2016-11-031-5/+2
| * CAN: One more space between timestamp and CAN frame in examplesAndre Hartmann2016-11-032-2/+2
| * QCanBusFrame::toString(): Add one more space around the length fieldAndre Hartmann2016-10-311-1/+1
* | CAN-Example: Code cleanupAndre Hartmann2016-12-124-26/+14
|/