summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | 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
| |/
* | CAN: Give some methods and variables shorter namesDenis Shienkov2016-05-134-65/+69
* | CAN: Do not use PUBLIC(PRIVATE)_HEADERS divisionDenis Shienkov2016-05-133-15/+8
* | Use DISTFILES instead of OTHER_FILESDenis Shienkov2016-05-133-3/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-0646-263/+163
|\|
| * CAN: Do not use QPointer class as it is overheadDenis Shienkov2016-05-0410-16/+16
| * CAN-Example: Change SettingsDialog to ConnectDialogAndre Hartmann2016-05-032-2/+2
| * CAN: Correct spelling for "CAN" and "CAN FD"Andre Hartmann2016-05-025-11/+11
| * CAN: Fix typo in documentation about device creationDenis Shienkov2016-05-023-3/+3
| * Replace 'Q_DECL_OVERRIDE' with 'override'Denis Shienkov2016-04-2611-34/+34
| * Use 'auto' where it is possibleDenis Shienkov2016-04-228-10/+10
| * Adjust Pointer and Reference to Qt Coding StyleAndre Hartmann2016-04-229-19/+19
| * Use 'nullptr' where it is possibleDenis Shienkov2016-04-2126-50/+50
| * Remove last libmodbus referencesAlex Blasche2016-04-202-118/+0
| * PeakCAN: Fix Include-GuardAndre Hartmann2016-04-151-3/+3
| * PeakCAN: Support Peak PCI cardsAndre Hartmann2016-04-132-3/+20
| * Fix build: errno is declared in <errno.h>Thiago Macieira2016-04-131-0/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-beta1Liang Qi2016-04-082-1/+25
|\|
| * QCanBus: Keep backend list sortedAndre Hartmann2016-04-081-1/+1
| * Make socketcan backend compile on pre 3.6 kernelsAlex Blasche2016-04-061-0/+24
* | Replace hard-coded array size with real argument count.Karsten Heimrich2016-03-221-3/+4
* | Have a means to register a custom data size calculator.Karsten Heimrich2016-03-172-0/+61
* | Fix qDoc warning.Karsten Heimrich2016-03-171-1/+1