summaryrefslogtreecommitdiffstats
path: root/tests/auto/qcanbusdevice/tst_qcanbusdevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* QCanBusDevice: Undo source-incompatible changeAndre Hartmann2019-09-061-0/+2
* QCanBusDevice: More error codes and messages on failuresAndre Hartmann2019-07-311-38/+89
* QCanBusDevice::Filter: Add operators == and !=Andre Hartmann2019-02-111-0/+86
* QCanBusDevice: Don't return a bool value from clear()Andre Hartmann2018-09-131-9/+9
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-281-3/+3
|\
| * Tests: Use read-only access to array objects in tst_qcanbusdeviceAndre Hartmann2018-02-101-3/+3
* | QCanBusDevice: Add readAllFrames() and clear() functionsAndre Hartmann2018-02-191-0/+58
|/
* CAN: Cleanup and modernize testsAndre Hartmann2017-11-231-84/+68
* Updated copyright headersAndre Hartmann2017-02-021-1/+1
* QCanBusFrame: Remove setSeconds and setMicroSeconds from TimeStampAndre Hartmann2016-09-191-4/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-7/+8
|\
| * CAN: Do not use QPointer class as it is overheadDenis Shienkov2016-05-041-7/+8
| * Use 'auto' where it is possibleDenis Shienkov2016-04-221-1/+1
* | Add synchronous read & write to QCanBusDeviceAlex Blasche2016-05-021-11/+206
|/
* Provide default values for QCanbusDevice::Filter members.Alex Blasche2016-01-081-0/+6
* Improve the CanBus filtering APIAlex Blasche2015-09-071-0/+38
* Optimize the CAN frames receivingDenis Shienkov2015-09-061-1/+1
* Code coverage for tests improvedJanne Partala2015-07-311-5/+17
* Move configuration data into QCanBusDeviceAlex Blasche2015-07-311-16/+23
* Manage the readFrame() queue inside QCanBusDevicePrivateAlex Blasche2015-07-291-8/+5
* Rename QCBD::availableFrames() to QCBD::framesAvailable()Denis Shienkov2015-07-291-1/+1
* Test QCanBusDevice state transitions occur in the right orderAlex Blasche2015-07-281-15/+50
* Add error description function to QCanBusDevice.Alex Blasche2015-07-281-0/+5
* Add concept of invalid QCanBusFrameAlex Blasche2015-07-231-1/+3
* Rename QCanFrame to QCanBusFrameAlex Blasche2015-07-211-10/+10
* Make each canbus plugin directly derive from QCanBusDeviceAlex Blasche2015-07-201-23/+40
* Cleanup QSerialBusBackendAlex Blasche2015-07-171-25/+0
* Remove dependency on QIODevice::OpenFlagAlex Blasche2015-07-171-2/+24
* Add connect/disconnectDevice() functions to QCanBusDeviceAlex Blasche2015-07-171-5/+6
* Add new direct frame read API to QSerialBusBackend.Alex Blasche2015-07-171-0/+8
* Cleanup the QCanBusDevice unit testAlex Blasche2015-07-161-23/+49
* QCanBusDevice::CanBusError::UnknownError addedJanne Partala2015-07-091-0/+8
* Fix license headers for the various source filesAlex Blasche2015-07-081-1/+1
* Remove the datastream versionsAlex Blasche2015-07-081-11/+0
* Missing testcases addedJanne Partala2015-07-081-3/+43
* Open/Close methods from QSerialBusDevice now opens/closes backend connectionJanne Partala2015-06-241-3/+14
* QSerialBus interface cleanupJanne Partala2015-06-231-7/+21
* Initial commit for QtSerialBusJanne Partala2015-06-191-0/+132