summaryrefslogtreecommitdiffstats
path: root/src/plugins/canbus/peakcan
Commit message (Expand)AuthorAgeFilesLines
* CAN: Better error messages when loading dynamic librariesAndre Hartmann2016-08-011-1/+1
* PeakCAN: Remove unneeded emitAndre Hartmann2016-07-201-1/+1
* CAN: More information when configuration failsAndre Hartmann2016-07-191-1/+2
* PeakCAN: Do not close interface when open failsAndre Hartmann2016-07-181-3/+1
* Fix logic with the wrong priority of operationsDenis Shienkov2016-07-121-8/+15
* CAN: Correct spelling for "CAN" and "CAN FD"Andre Hartmann2016-05-021-2/+2
* Replace 'Q_DECL_OVERRIDE' with 'override'Denis Shienkov2016-04-262-8/+8
* Use 'auto' where it is possibleDenis Shienkov2016-04-221-1/+1
* Adjust Pointer and Reference to Qt Coding StyleAndre Hartmann2016-04-221-2/+2
* Use 'nullptr' where it is possibleDenis Shienkov2016-04-213-7/+7
* PeakCAN: Fix Include-GuardAndre Hartmann2016-04-151-3/+3
* PeakCAN: Support Peak PCI cardsAndre Hartmann2016-04-131-0/+16
* Merge remote-tracking branch 'gerrit/5.6.0' into 5.6Alex Blasche2016-03-081-1/+1
|\
| * Fix static builds of CAN bus pluginsv5.6.0-rc1Alex Blasche2016-02-181-1/+1
* | standardize statement order in project files a bitOswald Buddenhagen2016-03-021-2/+2
* | consistently put qt_{module,plugin,tool} at the end of project filesOswald Buddenhagen2016-03-021-5/+5
|/
* Don't attempt to write an invalid QCanBusFrameAlex Blasche2015-12-181-0/+5
* Improve CanFD related error reporting in peakcan and tinycanAlex Blasche2015-12-181-2/+2
* fix typo: (un)?suported -> (un)supportedRolf Eike Beer2015-12-181-1/+1
* fix spurious dependenciesOswald Buddenhagen2015-11-111-1/+1
* PeakCan: Rename the enable/disable to the acquire/releaseDenis Shienkov2015-09-162-6/+6
* PeakCan: Do not close the already closed deviceDenis Shienkov2015-09-111-1/+5
* PeakCan: Do not use QPointer to storing of notifiersDenis Shienkov2015-09-113-4/+5
* PeakCan: Use the direct deletion of write notifierDenis Shienkov2015-09-111-2/+4
* PeakCan: Disable the read notification in separate methodDenis Shienkov2015-09-112-14/+26
* PeakCan: Set the event handle in constructorDenis Shienkov2015-09-111-3/+1
* PeakCan: Enable the read notification once when openingDenis Shienkov2015-09-111-7/+0
* Apply configurations after opening in the PeakCan pluginDenis Shienkov2015-09-071-0/+13
* Allow to write frames in Linux for the PeakCan pluginDenis Shienkov2015-09-071-3/+0
* Introduce an API for tracking the transferred framesDenis Shienkov2015-09-062-9/+7
* Optimize the CAN frames receivingDenis Shienkov2015-09-061-1/+5
* Handle missed properties for the received frame in PeakCan pluginDenis Shienkov2015-09-051-0/+2
* Add support of Linux API for the PeakCan pluginDenis Shienkov2015-09-036-519/+434
* Improve writing of a frames in the PeakCAN pluginDenis Shienkov2015-09-012-12/+24
* Add the bitrate support in the PeakCAN pluginDenis Shienkov2015-08-314-6/+90
* Fix getting of an error string in the PEAK CAN pluginDenis Shienkov2015-08-271-3/+4
* Implement the initial support for the PEAK CAN adapter on WindowsDenis Shienkov2015-08-219-0/+1097