summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* VectorCAN: Fix indentationAndre Hartmann2016-09-051-1/+1
* CAN: Simplify debug error message generationAndre Hartmann2016-08-312-26/+4
* CAN: Unify interface namesAndre Hartmann2016-08-306-32/+34
* VectorCAN: Better error messages when loading dynamic librariesAndre Hartmann2016-08-021-1/+1
* Merge "Merge remote-tracking branch 'gerrit/5.7' into dev" into refs/staging/devAlex Blasche2016-08-027-66/+89
|\
| * Merge remote-tracking branch 'gerrit/5.7' into devAlex Blasche2016-08-017-66/+89
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-268-71/+101
| | |\
| | | * CAN: Prevent to open or close an already opened or closed deviceDenis Shienkov2016-07-221-1/+12
| | | * CAN: Unwrap short lineAndre Hartmann2016-07-211-2/+1
| | | * CAN: Remove unused defineAndre Hartmann2016-07-211-2/+0
| | | * PeakCAN: Remove unneeded emitAndre Hartmann2016-07-201-1/+1
| | | * CAN: More information when configuration failsAndre Hartmann2016-07-192-2/+4
| | | * PeakCAN: Do not close interface when open failsAndre Hartmann2016-07-181-3/+1
| | | * CAN: Amend SocketCAN documentationAndre Hartmann2016-07-151-8/+8
| | | * CAN: Amend Tiny CAN documentationAndre Hartmann2016-07-152-10/+9
| | | * CAN: Amend PEAK CAN documentationAndre Hartmann2016-07-152-10/+9
| | | * Fix logic with the wrong priority of operationsDenis Shienkov2016-07-122-24/+45
| | | * CAN: Fix displaying extended identifiers below 0x800Andre Hartmann2016-07-081-2/+3
| | | * CAN: Fix displaying data bytes for remote request framesAndre Hartmann2016-07-081-6/+8
* | | | QCanBusFactory: Add override to derived createDevice()Andre Hartmann2016-08-014-4/+4
|/ / /
* | | CAN-Example: Display all received messages in one log windowAndre Hartmann2016-07-291-0/+0
* | | CAN: Amend Vector CAN documentationAndre Hartmann2016-07-272-16/+16
* | | QCanBusFrame::toString(): Pretty align length and data fieldsAndre Hartmann2016-07-182-8/+11
* | | CAN: Documentation fixesAndre Hartmann2016-07-154-8/+12
* | | Fix logic with the wrong priority of operationsDenis Shienkov2016-07-131-52/+50
* | | Remove ambiguity when using QTimer::setInterval() function pointerAlex Blasche2016-07-131-1/+3
* | | CAN: Add base support for the Vector CAN devicesDenis Shienkov2016-07-0110-0/+1345
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-307-16/+12
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-306-13/+11
| |\|
| | * Fix compilation with MinGW 4.9Robert Loehning2016-06-281-1/+1
| | * QCanBusFactory: Remove unneeded line breakAndre Hartmann2016-06-281-2/+1
| | * QCanBusFrame: Fix indentAndre Hartmann2016-06-231-1/+1
| | * Fix Modbus timeout on Windows.Karsten Heimrich2016-06-031-3/+1
| | * CanBusUtil: Interpret Send-ID as hexadecimalAndre Hartmann2016-06-021-1/+1
| | * CanBusUtil: Allow transmitting frames with empty payloadAndre Hartmann2016-06-021-6/+5
| | * QCanBusDevice: Adjust documentation to use nullptr instead NULLAndre Hartmann2016-05-311-1/+1
| | * CAN-Example: Fix documentation spellingAndre Hartmann2016-05-261-1/+1
| * | Fix Modbus timeout on Windows.Karsten Heimrich2016-06-031-3/+1
* | | QCanBusFrame: Add toString()Andre Hartmann2016-06-243-24/+58
* | | QCanBus: Adjust documentation after API changeAndre Hartmann2016-06-213-18/+12
* | | QCanBus: Receive an error message from createDevice()Andre Hartmann2016-06-016-13/+33
* | | QCanBus: Changed createDevice() API to use only QStringAndre Hartmann2016-06-013-10/+12
* | | CAN: Simplify the code of the TinyCAN backendDenis Shienkov2016-05-312-33/+14
* | | CAN: Simplify the code of the PeakCAN backendDenis Shienkov2016-05-312-85/+44
* | | Merge remote-tracking branch 'gerrit/5.7' into devAlex Blasche2016-05-279-85/+82
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-201-1/+1
| |\|
| | * Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-201-1/+1
| | |\
| | | * Doc: Remove repository name from examplesinstallpathv5.6.1-1v5.6.1Topi Reinio2016-05-121-1/+1
| * | | Merge remote-tracking branch 'gerrit/5.6' into 5.7Alex Blasche2016-05-191-1/+1
| |\| |
| | * | QCanFrame: Fix constructing frames with extended ID < 0x800Andre Hartmann2016-05-181-1/+1
| | |/