summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix build with -no-feature-commandlineparserStephan Binner2017-04-251-1/+1
* QCanBusDeviceInfo: Remove unused forward declarationAndre Hartmann2017-04-251-1/+0
* CAN: Remove unneded core-private dependency for pluginsv5.9.0-beta3v5.9.0-beta2Andre Hartmann2017-04-135-5/+5
* VectorCAN: Un-wrap medium long linesAndre Hartmann2017-04-121-10/+5
* VectorCAN: Fix error category for disconnection errorAndre Hartmann2017-04-121-1/+1
* QCanBusDeviceInfo: Improve implementationAndre Hartmann2017-04-083-27/+15
* canbusutil: Remove unused declarationsAndre Hartmann2017-04-032-4/+0
* Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta1Liang Qi2017-03-3169-88/+91
|\
| * Fix QModbusRtuSerialMaster wouldn't close5.8Konstantin Shtepa2017-03-301-3/+1
| * Revert "QCanBusFactory: de-inline virtual destructor"André Hartmann2017-03-272-4/+4
| * VectorCAN: Fix build with -no-feature-libraryAndre Hartmann2017-03-091-2/+1
| * Fix build with -no-feature-libraryUlf Hermann2017-03-062-2/+4
| * QCanBusFactory: de-inline virtual destructorAndre Hartmann2017-03-032-4/+4
| * VectorCAN: Load vxlapi64.dll for 64 bit buildsAndre Hartmann2017-02-171-0/+4
| * VectorCAN: Fix receiving frames with extended IDAndre Hartmann2017-02-162-3/+3
| * Updated copyright headersAndre Hartmann2017-02-0268-78/+78
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-261-1/+1
| |\
| | * Fix ICC warning about conversion changing signThiago Macieira2016-12-071-1/+1
* | | QCanBus: Add convenience constructor to QCanBusPrivateAndre Hartmann2017-03-311-4/+2
* | | QCanBus: Use QLatin1String overload of QJsonObject::value() in loadPluginsAndre Hartmann2017-03-301-2/+2
* | | canbusutil: Print available devices for given pluginAndre Hartmann2017-03-303-4/+26
* | | canbusutil: Better output formatting with timestamp and infoAndre Hartmann2017-03-301-3/+3
* | | canbusutil: Rename command line option for extra informationAndre Hartmann2017-03-301-2/+2
* | | QCanBusFactory: Restore binary compatibility to Qt 5.8Andre Hartmann2017-03-309-30/+89
* | | QCanBus: Remove unused forward declarationAndre Hartmann2017-03-281-2/+0
* | | canbusutil: Add CAN FD flag handlingAndre Hartmann2017-03-275-8/+53
* | | canbusutil: Unify CAN bus frame terminologyAndre Hartmann2017-03-271-2/+2
* | | VectorCAN: Update documentation for QCanBusDevice::ReceiveOwnKeyAndre Hartmann2017-03-271-0/+6
* | | SocketCAN: Sort device info list by device nameAndre Hartmann2017-03-141-0/+5
* | | QCanBusDeviceInfo: cancel friendship to GenericBusPluginAndre Hartmann2017-03-131-1/+0
* | | QCanBusDeviceInfo: Improve documentationAndre Hartmann2017-03-121-11/+10
* | | QCanBus: Sort includes and remove unneeded onesAndre Hartmann2017-03-071-3/+2
* | | QCanBusDeviceInfo: Public API improvementAndre Hartmann2017-03-062-6/+15
* | | SocketCAN: Fix documentationAndre Hartmann2017-03-011-0/+1
* | | VectorCAN: Improve error handling codeAndre Hartmann2017-02-281-2/+2
* | | VectorCAN: Fix receiving transmit echo for all sent framesAndre Hartmann2017-02-282-0/+7
* | | Fix format error by converting QString argument to wchar_t *Roland Winklmeier2017-02-241-1/+1
* | | Unify endless loopsv5.9.0-alpha1Andre Hartmann2017-02-023-3/+3
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-256-26/+28
|\| |
| * | QCanBusFrame: Fix typo in toString() documentationAndre Hartmann2017-01-241-1/+1
| * | SocketCAN: Fix frame write error handlingAndre Hartmann2017-01-231-13/+4
| * | TinyCAN: Add a note about Linux access rightsAndre Hartmann2017-01-211-0/+4
| * | SocketCAN: Set unused can{fd}_frame fields to zero when writingAndre Hartmann2017-01-101-0/+2
| * | VectorCAN: Remove override from destructorAndre Hartmann2017-01-031-1/+1
| * | QCanBusDevice::framesToWrite: Extend documentationAndre Hartmann2016-12-201-1/+6
| * | Modbus: Remove non-UTF-8 characters from private headerAndre Hartmann2016-12-201-10/+10
| |/
* | CAN: Improve error handling codeAndre Hartmann2017-01-247-96/+99
* | CAN: Use C++11 class initialization where possibleDenis Shienkov2017-01-1810-42/+25
* | CAN: Introduce CAN FD flag Error State Indicator (ESI)Andre Hartmann2017-01-173-4/+46
* | CAN: Introduce CAN FD Bitrate Switch (BRS)Andre Hartmann2017-01-176-8/+100