summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/can
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright headersAndre Hartmann2017-02-025-5/+5
* 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: 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
| * CAN: Correct spelling for "CAN" and "CAN FD"Andre Hartmann2016-05-022-2/+2
| * CAN-Example: Improve description of Extended Frame Format boxAndre Hartmann2016-05-022-4/+9
| * CAN-Example: Better window titleAndre Hartmann2016-05-021-1/+1
| * CAN-Example: Better name for receive list widgetAndre Hartmann2016-05-022-2/+2
| * Remove superfluous checkFrank Meerkoetter2016-05-011-2/+1
| * add example installsOswald Buddenhagen2016-04-281-0/+3
| * Use 'nullptr' where it is possibleDenis Shienkov2016-04-213-5/+5
| * CAN-Example: Display CAN-IDs and data bytes in hexAndre Hartmann2016-04-152-8/+33
* | 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
|/
* Hide the raw filter option in can bus exampleAlex Blasche2016-01-081-0/+3
* Make it more obvious in the example what Flexible Data rate meansAlex Blasche2016-01-081-1/+2
* Support CanFD config option in can exampleAlex Blasche2015-12-182-56/+82
* fix spurious dependenciesOswald Buddenhagen2015-11-111-1/+1
* Some fixes for namespace compiled Qt.Karsten Heimrich2015-09-114-11/+4
* Do not clear message after write in CAN exampleDenis Shienkov2015-09-081-2/+0
* Improve selection of bitrate in the CAN exampleDenis Shienkov2015-09-083-22/+53