summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid constant usage in QCanBusFrameAlex Blasche2015-07-281-9/+9
* Add error description function to QCanBusDevice.Alex Blasche2015-07-284-0/+177
* Improve error handling in can exampleAlex Blasche2015-07-281-1/+3
* Add QCanBusFrame::FrameErrorAlex Blasche2015-07-282-2/+81
* Shift socketcan plugin to plugins/canbus dirAlex Blasche2015-07-277-4/+6
* Shift generic dummy plugin to testsAlex Blasche2015-07-276-288/+0
* Fix QCanBus* class documentationAlex Blasche2015-07-243-27/+61
* Add concept of invalid QCanBusFrameAlex Blasche2015-07-234-6/+36
* Example application improvementsJanne Partala2015-07-211-1/+1
* Each canbus plugin provides a single backend/implementationAlex Blasche2015-07-216-61/+8
* Rename QCanFrame to QCanBusFrameAlex Blasche2015-07-2110-70/+70
* Rename can bus plugin typeAlex Blasche2015-07-213-4/+4
* Improve plugin loading codeAlex Blasche2015-07-2110-212/+76
* Add new QCanBusFactory plugin interfaceAlex Blasche2015-07-213-1/+142
* Optimize the code for configuration parameter handlingAlex Blasche2015-07-202-9/+11
* Improve QCanBus APIAlex Blasche2015-07-202-8/+8
* Remove QSerialBusBackend.Alex Blasche2015-07-209-194/+1
* Make each canbus plugin directly derive from QCanBusDeviceAlex Blasche2015-07-209-143/+127
* Cleanup QSerialBusBackendAlex Blasche2015-07-176-141/+2
* Remove QBusDummyDevice (it no longer has any purpose)Alex Blasche2015-07-174-182/+1
* Remove QSerialBusDeviceAlex Blasche2015-07-1715-345/+60
* Remove dependency on QIODevice::OpenFlagAlex Blasche2015-07-1710-25/+93
* Remove QCanBusDevice dependency on QSerialBusDevicePrivateAlex Blasche2015-07-172-8/+10
* Add connect/disconnectDevice() functions to QCanBusDeviceAlex Blasche2015-07-172-0/+27
* Add new direct frame read API to QSerialBusBackend.Alex Blasche2015-07-177-16/+118
* Create QCanBusDevice directly inside the pluginAlex Blasche2015-07-174-0/+45
* Rename QSerialBus to QCanBusAlex Blasche2015-07-175-26/+26
* Add missing Q_DECLARE_TYPEINFO to QCanBusDeviceAlex Blasche2015-07-161-1/+3
* Update QCanFrame documentation after recent API changesAlex Blasche2015-07-161-5/+53
* Simplify QCanBusDeviceAlex Blasche2015-07-163-39/+13
* Separate frameId from ETR/EFF/ERR bitsAlex Blasche2015-07-164-38/+117
* Remove export macro from QCanFrameAlex Blasche2015-07-141-1/+1
* A few minor C++ optimizations for QCanFrameAlex Blasche2015-07-101-3/+3
* QCanBusDevice::CanBusError::UnknownError addedJanne Partala2015-07-092-1/+5
* Fix: QCanBusDevice doesn't produce readyRead() signal.Janne Partala2015-07-091-0/+1
* Documentation improvedJanne Heikki Partala2015-07-0914-121/+856
* Fix license headers for the various source filesAlex Blasche2015-07-0822-40/+31
* Add stream operators to serialize QCanFrameDenis Shienkov2015-07-083-2/+89
* Refactor the QSerialBus classDenis Shienkov2015-07-082-78/+41
* The generic plugin does not need QtWidgetsAlex Blasche2015-07-081-1/+1
* Remove the datastream versionsAlex Blasche2015-07-087-60/+1
* Fix the PIMPL for all QSerialBusDevice-derived classesDenis Shienkov2015-07-0710-39/+171
* Add the new QSBD::backend() methodDenis Shienkov2015-07-074-12/+16
* Implement QSerialBusDevice using the private d-pointersDenis Shienkov2015-07-072-17/+44
* Rename missed CAN plugin nameDenis Shienkov2015-07-061-1/+1
* Introduce the new QSB::availableBackends() methodDenis Shienkov2015-07-065-1/+37
* Rename SocketCanBusPlugin to CanBusPluginDenis Shienkov2015-07-061-1/+1
* Make some cosmetic changesDenis Shienkov2015-07-0615-37/+27
* Fix qmake warnings for improper include style in public headersAlex Blasche2015-07-022-8/+4
* Fix namespace build of QtSerialBus moduleAlex Blasche2015-07-028-2/+35