summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
| * | TinyCAN: Fix usage of global static non-POD variablev5.10.0-beta3Andre Hartmann2017-10-241-8/+15
| * | PeakCAN: Remove unneeded emitAndre Hartmann2017-10-131-1/+1
| * | SocketCAN: Fix Clang semantic warning about old-style castAndre Hartmann2017-08-301-1/+1
* | | CAN: Improve checking for unsupported CAN FD framesAndre Hartmann2017-11-154-4/+4
* | | CAN: Introduce categorized loggingAndre Hartmann2017-11-1310-19/+52
* | | PeakCAN: Make global structure static and constAndre Hartmann2017-10-051-1/+1
* | | PeakCAN: Always compile without PCANBasic.hAndre Hartmann2017-10-051-11/+0
* | | CAN-Plugins: Fix Clang Semantic Issue -Wold-style-castAndre Hartmann2017-10-054-4/+4
* | | CAN-Plugins: Make some more d-pointers constAndre Hartmann2017-10-055-8/+8
* | | PeakCAN: Fix Clang Semantic WarningsAndre Hartmann2017-10-053-10/+11
* | | PeakCAN: Indent nested includes and definesAndre Hartmann2017-10-052-5/+5
|/ /
* | CAN: Use memset from root namespaceAndre Hartmann2017-07-051-4/+4
* | SocketCAN: State more clearly that this is an errorAndre Hartmann2017-07-041-1/+1
* | SocketCAN: Remove commented code lineAndre Hartmann2017-07-041-1/+0
* | QCanBusFrame: Introduce local echo flagAndre Hartmann2017-07-044-16/+41
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-076-15/+16
|\|
| * VectorCAN: Fix crash when device open failsv5.9.0-beta4Andre Hartmann2017-04-251-0/+6
| * 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
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-0420-52/+67
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta1Liang Qi2017-03-3119-33/+39
| |\
| | * VectorCAN: Fix build with -no-feature-libraryAndre Hartmann2017-03-091-2/+1
| | * Fix build with -no-feature-libraryUlf Hermann2017-03-061-1/+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-0218-28/+28
| * | QCanBusFactory: Restore binary compatibility to Qt 5.8Andre Hartmann2017-03-305-13/+10
| * | SocketCAN: Sort device info list by device nameAndre Hartmann2017-03-141-0/+5
| * | 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
* | | SocketCAN: Init field with C++11Andre Hartmann2017-04-031-3/+1
|/ /
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-252-14/+7
|\|
| * SocketCAN: Fix frame write error handlingAndre Hartmann2017-01-231-13/+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
* | CAN: Improve error handling codeAndre Hartmann2017-01-244-83/+86
* | CAN: Use C++11 class initialization where possibleDenis Shienkov2017-01-188-31/+18
* | CAN: Introduce CAN FD flag Error State Indicator (ESI)Andre Hartmann2017-01-171-0/+3
* | CAN: Introduce CAN FD Bitrate Switch (BRS)Andre Hartmann2017-01-171-0/+3
* | Eradicate Q_FOREACH loops and mark the module as Q_FOREACH-freeAndre Hartmann2017-01-113-7/+9
* | CAN: Add QCanBusDeviceInfoAndre Hartmann2017-01-1019-14/+254
* | CAN: Add SYS-TEC PluginAndre Hartmann2017-01-058-1/+1051
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-124-5/+8
|\|
| * Convert qtserialbus to the new configure systemAlex Blasche2016-11-161-1/+3
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-162-2/+2
| |\
| | * CAN-Backends: Port qUtf8Printable to qUtf16PrintableAndre Hartmann2016-09-232-2/+2
| * | QCanBusFrame: add flag to identify CAN FD framesRolf Eike Beer2016-11-151-2/+3