summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* VectorCAN: Set CAN-FD configuration only for uninitialized channelsStefan Steinwasser2024-03-271-15/+20
* VectorCAN: Only return channels of type CANStefan Steinwasser2023-09-281-0/+2
* VectorCAN: Fix CAN-FD frame reading and sendingStefan Steinwasser2023-09-262-15/+110
* VectorCAN: Fix extended frame flag on receiving CAN-FD frameStefan Steinwasser2023-09-091-1/+1
* Allow enabling QT_USE_QSTRINGBUILDER for pluginsAlexey Edelev2023-08-041-3/+5
* PeakCAN: Make compatible to latest MacCAN libraryAndre Hartmann2022-11-182-18/+10
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-062-2/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-238-8/+8
* Add license headers to cmake filesLucie Gérard2022-07-078-0/+24
* Use SPDX license identifiersLucie Gérard2022-06-1035-1342/+82
* PeakCAN: Fix CAN 2.0 timestamp calculationAndre Hartmann2021-12-031-1/+1
* Use up-to date LGPL license headerKai Köhne2021-11-3035-385/+490
* CMake: Do not use PUBLIC_LIBRARIES in pluginsKai Köhne2021-11-162-2/+2
* Fix warning generated by current versions of GCCAndré de la Rocha2021-10-061-1/+1
* Clang tidy fix no automatic moveKarsten Heimrich2021-09-221-2/+2
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-107-7/+7
* CAN: Implement QCanBusDevice::deviceInfo() in the pluginsAndre Hartmann2021-08-0515-30/+141
* QCanBusDeviceInfo: Add method to obtain the plugin nameAndre Hartmann2021-07-237-8/+14
* CMake: Explicitly link against the built QtNetwork libraryAlexandru Croitor2021-07-236-0/+6
* QCanBusDevice: Consolidate createDeviceInfo()Andre Hartmann2021-07-237-21/+22
* CAN: Make functions that should be virtual suchAndre Hartmann2021-07-2210-43/+34
* Peak/VectorCAN: Fix reading incoming frames on WindowsAndre Hartmann2021-07-202-16/+4
* TinyCAN: Remove redundant size checkAndre Hartmann2021-07-191-19/+14
* CAN: Fix overreading QByteArray bufferAndre Hartmann2021-07-194-15/+18
* SystecCAN: Remove unused forward declarationsAndre Hartmann2021-07-171-2/+0
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-065-5/+5
* PassThruCan: Switch from invokeMethod to PMF overloadAndre Hartmann2021-07-011-8/+8
* Fix MSVC warning C4267 by explicit castKai Köhne2021-05-271-1/+1
* Remove QCanBusFactory and rename QCanBusFactoryV2 to QCanBusFactoryKarsten Heimrich2021-05-087-14/+14
* Introduce QCanBusFrame::FrameIdAndre Hartmann2021-03-273-7/+6
* Socketcan: fix typoEvgeny Shtanov2021-03-101-1/+1
* QCanBusDevice: Replace int parameter with ConfigurationKeyAndre Hartmann2021-02-0320-36/+40
* SocketCAN: Fix returning bitrate setting resultAndre Hartmann2021-01-281-1/+1
* Port to CMakeAndreas Buhr2021-01-2718-146/+121
* SocketCAN: Fix loading libsocketcan on DebianAndre Hartmann2020-10-151-3/+7
* Push to more recent qtbase/qtserialport checkoutAlex Blasche2020-10-151-1/+1
* Use QList instead of QVectorJarek Kobus2020-08-1713-26/+21
* Merge remote-tracking branch 'gerrit/5.15' into devAlex Blasche2020-06-123-24/+28
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-beta4v5.15.0-beta3Qt Forward Merge Bot2020-03-311-0/+1
| |\
| | * VirtualCAN: Add missing framesWritten() emissionAndre Hartmann2020-03-261-0/+1
| * | SocketCAN: Virtual CAN devices don't have bus statusAndre Hartmann2020-03-271-0/+3
| * | SocketCAN: Fix compile with old Linux KernelsAndre Hartmann2020-03-192-24/+24
* | | Qt6: Port QtSerialBus module to QStringViewKarsten Heimrich2020-06-102-2/+2
* | | PeakCAN: Remove unneeded includeAndre Hartmann2020-03-021-1/+0
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-295-37/+21
|\| |
| * | PeakCAN: Fix Clang warning on WindowsAndre Hartmann2020-02-261-2/+2
| * | Init API structs without memsetAndre Hartmann2020-02-244-35/+19
* | | PeakCAN: Use new device enumeration method from PCAN-Basic 4.4.0Andre Hartmann2020-02-273-1/+84
* | | PeakCAN: Add logging info about used PCAN-API during DLL loadingAndre Hartmann2020-02-261-2/+11
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-221-13/+6
|\| |