summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/can
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* CAN-Example: Fix long timestamp formattingAndre Hartmann2016-09-052-2/+2
* CAN: Unify interface namesAndre Hartmann2016-08-301-3/+3
* CAN-Example: Don't wrap long frames in receive windowAndre Hartmann2016-08-261-0/+3
* Merge "Merge remote-tracking branch 'gerrit/5.7' into dev" into refs/staging/devAlex Blasche2016-08-023-11/+34
|\
| * Merge remote-tracking branch 'gerrit/5.7' into devAlex Blasche2016-08-013-11/+34
| |\
| | * CAN-Example: Add mnenomics and buddiesAndre Hartmann2016-07-191-9/+15
| | * 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-302-0/+10
* | | CAN-Example: Prettify received messages header barAndre Hartmann2016-08-011-1/+9
|/ /
* | CAN-Example: Display all received messages in one log windowAndre Hartmann2016-07-292-46/+43
* | CAN-Example: Add hint for Vector backend interface namesAndre Hartmann2016-07-141-0/+2
* | 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-303-4/+18
|\|
| * CAN-Example: Add hint to ConnectDialog interface editAndre Hartmann2016-05-272-1/+15
| * CAN-Example: Show more information on connection errorsAndre Hartmann2016-05-261-3/+3
* | QCanBusFrame: Add toString()Andre Hartmann2016-06-241-23/+3
* | CAN-Example: Simplify backend list box fillingAndre Hartmann2016-06-212-8/+1
* | QCanBus: Changed createDevice() API to use only QStringAndre Hartmann2016-06-011-1/+1
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-139-103/+176
|\|
| * 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-039-77/+118