summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/can/mainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* CAN-Example: Fix two issues with the status timerAndre Hartmann2020-02-271-23/+32
* CAN Example: Don't destroy QCanBusDevice after disconnectAndre Hartmann2019-11-211-12/+13
* Add QCanBusDevice::busStatus()Andre Hartmann2019-07-171-1/+29
* Add QCanBusDevice::resetController() for CAN controller resetAndre Hartmann2019-05-021-0/+3
* CAN-Example: Show data bitrate in the status bar alsoAndre Hartmann2018-03-151-4/+14
* Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-10-301-2/+12
|\
| * Fix outdated BSD license headerKai Koehne2017-10-201-2/+12
* | CAN-Example: Fix Clang semantic warningAndre Hartmann2017-08-301-0/+1
* | CAN-Example: Add a dedicated send frame group boxAndre Hartmann2017-07-171-29/+5
* | CAN-Example: Show errors and number of frames written in the UIAndre Hartmann2017-07-111-4/+9
* | CAN-Example: Simplify payload handlingAndre Hartmann2017-07-111-8/+2
* | CAN-Example: Rename slots to describe their purpose betterAndre Hartmann2017-07-111-11/+8
* | CAN-Example: Inline very short functionAndre Hartmann2017-07-101-10/+5
* | CAN-Example: Rename all occurrences of "backend" to "plugin"Andre Hartmann2017-07-101-6/+6
* | 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
|/
* CAN Example: Add menu entry to show online documentationAndre Hartmann2017-05-291-0/+4
* Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta1Liang Qi2017-03-311-1/+1
|\
| * Updated copyright headersAndre Hartmann2017-02-021-1/+1
* | 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-171-1/+5
* | Eradicate Q_FOREACH loops and mark the module as Q_FOREACH-freeAndre Hartmann2017-01-111-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-121-15/+16
|\|
| * 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-041-0/+1
| * 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-031-1/+1
* | CAN-Example: Code cleanupAndre Hartmann2016-12-121-11/+2
|/
* CAN-Example: Fix long timestamp formattingAndre Hartmann2016-09-051-1/+1
* Merge remote-tracking branch 'gerrit/5.7' into devAlex Blasche2016-08-011-2/+16
|\
| * CAN-Example: Show bitrate in status bar if possibleAndre Hartmann2016-07-141-2/+9
| * CAN: Fix displaying extended identifiers below 0x800Andre Hartmann2016-07-081-2/+3
| * CAN: Fix displaying data bytes for remote request framesAndre Hartmann2016-07-081-2/+4
| * CAN-Example: Close connect dialog on exitAndre Hartmann2016-06-301-0/+7
* | CAN-Example: Display all received messages in one log windowAndre Hartmann2016-07-291-10/+5
* | CAN-Example: Show error message when createDevice() failsAndre Hartmann2016-07-131-2/+5
* | CAN-Example: Conversion toLatin1() is no longer necessaryAndre Hartmann2016-07-131-1/+1
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-301-3/+3
|\|
| * CAN-Example: Show more information on connection errorsAndre Hartmann2016-05-261-3/+3
* | QCanBusFrame: Add toString()Andre Hartmann2016-06-241-23/+3
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-25/+40
|\|
| * CAN-Example: Fix not receiving empty CAN framesAndre Hartmann2016-05-041-3/+0
| * CAN-Example: Scroll lists to last inserted itemAndre Hartmann2016-05-041-0/+3
| * CAN-Example: Change SettingsDialog to ConnectDialogAndre Hartmann2016-05-031-10/+9
| * CAN-Example: Improve description of Extended Frame Format boxAndre Hartmann2016-05-021-2/+2
| * CAN-Example: Better name for receive list widgetAndre Hartmann2016-05-021-1/+1
| * Remove superfluous checkFrank Meerkoetter2016-05-011-2/+1
| * Use 'nullptr' where it is possibleDenis Shienkov2016-04-211-3/+3