summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-0/+19
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-161-0/+19
| |\
| | * Fix handling of byte count fieldsSamuel Gaist2016-11-041-0/+19
* | | QCanBusFrame: add flag to identify CAN FD framesRolf Eike Beer2016-11-151-27/+68
* | | QCanBusFrame: Extend valid check for frame id >= 2^29Andre Hartmann2016-11-011-4/+14
* | | QCanBusFrame::toString(): Add one more space around the length fieldAndre Hartmann2016-10-311-9/+9
* | | QCanBusFrame: Change default ctor to not copy QByteArrayAndre Hartmann2016-09-221-1/+1
* | | QCanBusFrame: Remove setSeconds and setMicroSeconds from TimeStampAndre Hartmann2016-09-192-8/+1
* | | QCanBusFrame: Easier TimeStamp creation from microseconds onlyAndre Hartmann2016-09-191-0/+15
* | | GenericCanBus: Add Unix-style timestampsAndre Hartmann2016-09-051-0/+3
* | | GenericCanBus: Convert connect to Qt5 styleAndre Hartmann2016-09-051-1/+1
* | | GenericCanBus: Remove redundant includeAndre Hartmann2016-09-051-2/+0
* | | GenericCanBus: Remove unused variableAndre Hartmann2016-09-052-5/+1
* | | QCanBusFactory: Add override to derived createDevice()Andre Hartmann2016-08-011-2/+1
* | | QCanBusFrame::toString(): Pretty align length and data fieldsAndre Hartmann2016-07-181-10/+14
* | | QCanBusFrame: Add toString()Andre Hartmann2016-06-242-1/+76
* | | QCanBus: Receive an error message from createDevice()Andre Hartmann2016-06-012-3/+16
* | | QCanBus: Changed createDevice() API to use only QStringAndre Hartmann2016-06-011-1/+1
* | | Merge remote-tracking branch 'gerrit/5.7' into devAlex Blasche2016-05-272-2/+11
|\| |
| * | Merge remote-tracking branch 'gerrit/5.6' into 5.7Alex Blasche2016-05-191-0/+8
| |\|
| | * QCanFrame: Fix constructing frames with extended ID < 0x800Andre Hartmann2016-05-181-0/+8
| * | CAN: Do not use PUBLIC(PRIVATE)_HEADERS divisionDenis Shienkov2016-05-131-1/+3
| * | Use DISTFILES instead of OTHER_FILESDenis Shienkov2016-05-131-2/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-138-35/+34
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-068-35/+34
| |\|
| | * CAN: Do not use QPointer class as it is overheadDenis Shienkov2016-05-043-12/+11
| | * CAN: Correct spelling for "CAN" and "CAN FD"Andre Hartmann2016-05-021-3/+3
| | * Replace 'Q_DECL_OVERRIDE' with 'override'Denis Shienkov2016-04-264-17/+17
| | * Use 'auto' where it is possibleDenis Shienkov2016-04-222-2/+2
| | * Use 'nullptr' where it is possibleDenis Shienkov2016-04-212-2/+2
* | | Add synchronous read & write to QCanBusDeviceAlex Blasche2016-05-021-11/+206
|/ /
* | Remove explicit dependency to QSerialPortAlex Blasche2016-04-081-1/+0
* | Have a means to register a custom data size calculator.Karsten Heimrich2016-03-171-0/+41
* | Merge remote-tracking branch 'gerrit/5.6' into 5.7Alex Blasche2016-03-173-3/+6
|\|
| * Do not register the generic plugin for automatic linking.Karsten Heimrich2016-03-153-2/+5
| * Fix wrong class name, should match the actual name used in C++.Karsten Heimrich2016-03-111-1/+1
* | Merge remote-tracking branch 'gerrit/5.6' into 5.7Alex Blasche2016-03-092-6/+8
|\|
| * Update .pro file and config tests with stricter requirements.Karsten Heimrich2016-03-091-0/+2
| * standardize statement order in project files a bitOswald Buddenhagen2016-03-021-2/+2
| * consistently put qt_{module,plugin,tool} at the end of project filesOswald Buddenhagen2016-03-021-5/+5
* | Add API to set and retrieve the Modbus RTU inter frame delay.Karsten Heimrich2016-03-093-1/+72
* | Implement Modbus device identification processing.Karsten Heimrich2016-03-094-1/+227
|/
* Properly calculate EncapsulatedInterfaceTransport sizes.Karsten Heimrich2016-02-241-5/+246
* qDebug: Add exception byte when streaming exception response.Karsten Heimrich2016-02-171-1/+1
* Cleanup constructors and destructors.Karsten Heimrich2016-01-291-1/+0
* Remove meta-type registration and add it where used.Karsten Heimrich2016-01-131-1/+3
* Fix warning about missing meta-type registration.Karsten Heimrich2016-01-131-0/+6
* Provide default values for QCanbusDevice::Filter members.Alex Blasche2016-01-081-0/+6
* Implement the ClearOverrunCounterAndFlag sub-function code.Karsten Heimrich2016-01-081-0/+8
* Adjust header includes according to our coding conventions.Karsten Heimrich2016-01-083-4/+4