summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/can/mainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * CAN-Example: Display CAN-IDs and data bytes in hexAndre Hartmann2016-04-151-4/+21
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-081-1/+1
|\|
| * CAN-Example: Convert connect to Qt5 styleAndre Hartmann2016-04-081-1/+1
* | CAN-Example: Simplify maximum payload handlingAndre Hartmann2016-04-041-4/+1
|/
* Do not clear message after write in CAN exampleDenis Shienkov2015-09-081-2/+0
* Emit framesWritten() when using socketcanAlex Blasche2015-09-071-2/+11
* Optimize the CAN frames receivingDenis Shienkov2015-09-061-1/+1
* Refactor the UI of CAN example applicationDenis Shienkov2015-08-311-73/+107
* Make frame type decision exclusiveAlex Blasche2015-07-311-2/+2
* Move configuration data into QCanBusDeviceAlex Blasche2015-07-311-3/+7
* Add error description function to QCanBusDevice.Alex Blasche2015-07-281-196/+2
* Improve error handling in can exampleAlex Blasche2015-07-281-10/+26
* Example application improvementsJanne Partala2015-07-211-0/+381