summaryrefslogtreecommitdiffstats
path: root/src/serialbus/qcanbusdevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-1/+6
|\
| * QCanBusDevice::framesToWrite: Extend documentationAndre Hartmann2016-12-201-1/+6
* | CAN: Improve error handling codeAndre Hartmann2017-01-241-9/+9
* | CAN: Introduce CAN FD Bitrate Switch (BRS)Andre Hartmann2017-01-171-1/+10
* | Eradicate Q_FOREACH loops and mark the module as Q_FOREACH-freeAndre Hartmann2017-01-111-2/+2
* | CAN: Add QCanBusDeviceInfoAndre Hartmann2017-01-101-0/+16
|/
* QCanBusDevice: Documentation improvementsAndre Hartmann2016-11-221-18/+14
* Unify the \since base line version for qdocAlex Blasche2016-11-161-4/+2
* CAN: Improve DocumentationAndre Hartmann2016-11-141-5/+7
* QCanBus::createDevice: Extend documentationAndre Hartmann2016-09-261-3/+3
* Merge remote-tracking branch 'gerrit/5.7' into devAlex Blasche2016-08-011-5/+13
|\
| * 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
* | CAN: Documentation fixesAndre Hartmann2016-07-151-1/+1
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-1/+1
|\|
| * CAN: Correct spelling for "CAN" and "CAN FD"Andre Hartmann2016-05-021-1/+1
* | Add synchronous read & write to QCanBusDeviceAlex Blasche2016-05-021-0/+105
|/
* Provide docs on how to implement a custom CAN plugin.Alex Blasche2016-02-171-4/+14
* Add doc reference from QCanBusDevice to QCanBusDevice::FilterAlex Blasche2016-01-081-1/+2
* Provide default values for QCanbusDevice::Filter members.Alex Blasche2016-01-081-2/+8
* Improve documentation for CanBus RTR frame handlingAlex Blasche2016-01-071-2/+19
* QCanDevice: add CanFdKey configuration optionAlex Blasche2015-12-181-0/+2
* Update and fix documentation. Add TODO's.Karsten Heimrich2015-11-061-33/+33
* Doc: Language editsVenugopal Shivashankar2015-09-091-11/+11
* Provide snippet demonstrating how to use QCanBusDevice::FilterAlex Blasche2015-09-071-0/+4
* Improve the CanBus filtering APIAlex Blasche2015-09-071-3/+78
* Introduce an API for tracking the transferred framesDenis Shienkov2015-09-061-0/+58
* Optimize the CAN frames receivingDenis Shienkov2015-09-061-8/+8
* CANbus cleanupAlex Blasche2015-09-011-1/+1
* Add the bitrate support in the PeakCAN pluginDenis Shienkov2015-08-311-0/+1
* Better support for configuration parameters in can exampleAlex Blasche2015-08-311-0/+3
* Add the multi-threaded guard to access to the incoming framesDenis Shienkov2015-08-191-0/+6
* Move configuration data into QCanBusDeviceAlex Blasche2015-07-311-44/+79
* Manage the readFrame() queue inside QCanBusDevicePrivateAlex Blasche2015-07-291-3/+34
* Rename QCBD::availableFrames() to QCBD::framesAvailable()Denis Shienkov2015-07-291-3/+3
* Add error description function to QCanBusDevice.Alex Blasche2015-07-281-0/+9
* Fix QCanBus* class documentationAlex Blasche2015-07-241-23/+58
* Rename QCanFrame to QCanBusFrameAlex Blasche2015-07-211-1/+1
* Remove QSerialBusBackend.Alex Blasche2015-07-201-1/+0
* Make each canbus plugin directly derive from QCanBusDeviceAlex Blasche2015-07-201-75/+48
* Remove QSerialBusDeviceAlex Blasche2015-07-171-5/+22
* Remove dependency on QIODevice::OpenFlagAlex Blasche2015-07-171-13/+60
* Remove QCanBusDevice dependency on QSerialBusDevicePrivateAlex Blasche2015-07-171-8/+9
* Add connect/disconnectDevice() functions to QCanBusDeviceAlex Blasche2015-07-171-0/+23
* Add new direct frame read API to QSerialBusBackend.Alex Blasche2015-07-171-16/+18
* Simplify QCanBusDeviceAlex Blasche2015-07-161-35/+13
* Separate frameId from ETR/EFF/ERR bitsAlex Blasche2015-07-161-19/+4
* QCanBusDevice::CanBusError::UnknownError addedJanne Partala2015-07-091-0/+3
* Documentation improvedJanne Heikki Partala2015-07-091-30/+93