summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | QCanFrame: Fix constructing frames with extended ID < 0x800Andre Hartmann2016-05-181-1/+1
|/
* 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
* QCanBus: Keep backend list sortedAndre Hartmann2016-04-081-1/+1
* Make socketcan backend compile on pre 3.6 kernelsAlex Blasche2016-04-061-0/+24
* Fix serial line access order. Unbreaks serial line connect.Karsten Heimrich2016-03-154-4/+4
* don't over-expose private dependenciesOswald Buddenhagen2016-03-091-1/+3
* Extend documentation to be more clear of the function behavior.Karsten Heimrich2016-03-091-1/+2
* Merge remote-tracking branch 'gerrit/5.6.0' into 5.6Alex Blasche2016-03-084-4/+4
|\
| * Fix static builds of CAN bus pluginsv5.6.0-rc1Alex Blasche2016-02-184-4/+4
* | standardize statement order in project files a bitOswald Buddenhagen2016-03-023-6/+6
* | remove redundant statements from project filesOswald Buddenhagen2016-03-022-7/+0
* | consistently put qt_{module,plugin,tool} at the end of project filesOswald Buddenhagen2016-03-025-22/+21
* | Move clearing or updating values into a common function.Karsten Heimrich2016-03-014-25/+27
* | Implement partial reading from the serial connection.Karsten Heimrich2016-03-011-5/+11
* | Properly calculate EncapsulatedInterfaceTransport sizes.Karsten Heimrich2016-02-241-36/+99
* | Make QModbusPdu::encode(...) clear and set instead of append.Karsten Heimrich2016-02-221-0/+1
* | Fix some documentation issues based on earlier feedback.Karsten Heimrich2016-02-191-2/+3
* | RTU: Respond with illegal function for TCP and ASCII only request.Karsten Heimrich2016-02-192-0/+28
* | Improve the Can filtering snippetsAlex Blasche2016-02-191-5/+13
* | Add documention for Modbus slave and master examplesAlex Blasche2016-02-192-3/+3
* | Adjust size calculation for Modbus Encapsulated Interface Transport.Karsten Heimrich2016-02-191-0/+8
* | Special implementation for Diagnostics:ReturnQueryData msg code.Karsten Heimrich2016-02-181-1/+19
* | Some API and data size calculation fixes.Karsten Heimrich2016-02-174-107/+85
* | Use a more explictit type for data minimum size request.Karsten Heimrich2016-02-172-10/+10
* | qDebug: Add exception byte when streaming exception response.Karsten Heimrich2016-02-171-2/+3
* | Provide docs on how to implement a custom CAN plugin.Alex Blasche2016-02-177-13/+79
* | doc: Be more explicit what argument types are supported.Karsten Heimrich2016-02-151-10/+15
* | Remove qdoc related defines, we support the features now.Karsten Heimrich2016-02-153-30/+2
|/
* Cleanup constructors and destructors.Karsten Heimrich2016-01-299-24/+10