summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add class qualifier to the \fn signatureVenugopal Shivashankar2021-08-171-8/+6
* 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
* Doc: Update porting guide with CAN changesAndre Hartmann2021-07-271-4/+27
* QCanBusDeviceInfo: Add method to obtain the plugin nameAndre Hartmann2021-07-2312-23/+56
* CMake: Explicitly link against the built QtNetwork libraryAlexandru Croitor2021-07-237-1/+8
* QCanBusDevice: Consolidate createDeviceInfo()Andre Hartmann2021-07-239-41/+24
* CAN: Make functions that should be virtual suchAndre Hartmann2021-07-2212-86/+43
* QCanBusFrame: Add constexpr where applicableAndre Hartmann2021-07-211-18/+18
* QCanBusDevice: Make deviceInfo() publicAndre Hartmann2021-07-211-2/+1
* 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
* Remove old configure-related filesJoerg Bornemann2021-06-171-60/+0
* Add function to obtain a QCanBusDeviceInfo for the current QCanBusDeviceKarsten Heimrich2021-05-312-0/+14
* Fix MSVC warning C4267 by explicit castKai Köhne2021-05-271-1/+1
* Update API changes section with Modbus related informationKarsten Heimrich2021-05-081-0/+7
* Remove QCanBusFactory and rename QCanBusFactoryV2 to QCanBusFactoryKarsten Heimrich2021-05-0812-73/+36
* Fix QModbusDataUnit inconsistent signedness for params and return valuesKarsten Heimrich2021-04-084-17/+17
* Fix QModbusClientPrivate::collateBits throwing away resultsKarsten Heimrich2021-04-071-6/+11
* Fix and or clarify some debug output/commentsKarsten Heimrich2021-03-303-3/+3
* Introduce QCanBusFrame::FrameIdAndre Hartmann2021-03-278-18/+19
* QCanBus{DeviceInfo|Frame} Modernize with constexpr and noexceptAndre Hartmann2021-03-252-24/+24
* Adapt, improve and verify documentationKarsten Heimrich2021-03-176-14/+106
* Make possible ctors constexpr noexceptKarsten Heimrich2021-03-162-3/+4
* Fix QScopedPointer deprecation warningsKarsten Heimrich2021-03-114-9/+7
* Socketcan: fix typoEvgeny Shtanov2021-03-101-1/+1
* Fix 5.15 compile errorKarsten Heimrich2021-03-041-2/+4
* Remove no longer existing property documentationKarsten Heimrich2021-03-041-4/+1
* Fix minor warningsKarsten Heimrich2021-03-042-3/+4
* Reword example and documentations from master/slave to client/serverKarsten Heimrich2021-03-021-2/+2
* Rename and deprecate QModbusRtuSerialSlave and QModbusRtuSerialMasterKarsten Heimrich2021-03-027-102/+111
* Fix Modbus custom command response processingKarsten Heimrich2021-03-012-5/+7
* Fix Modbus custom command size calculationKarsten Heimrich2021-02-252-46/+60
* Drop the only existing Q_PROPERTY from serial busKarsten Heimrich2021-02-251-1/+0
* Fix some typosKarsten Heimrich2021-02-231-1/+1
* Qt SerialBus: fix deprecation warningKarsten Heimrich2021-02-171-3/+3
* QCanBusDevice: Replace int parameter with ConfigurationKeyAndre Hartmann2021-02-0323-44/+48
* Allow setting the RTU inter frame delay on slaves as wellKarsten Heimrich2021-01-295-30/+62
* QCanBusDevice: Remove outdated comments from public headerAndre Hartmann2021-01-281-3/+1
* SocketCAN: Fix returning bitrate setting resultAndre Hartmann2021-01-281-1/+1
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2021-01-274-7/+7
* Port to CMakeAndreas Buhr2021-01-2729-267/+252
* Add ; to Q_UNUSEDLars Schmertmann2020-12-203-5/+5
* SocketCAN: Fix loading libsocketcan on DebianAndre Hartmann2020-10-151-3/+7
* Push to more recent qtbase/qtserialport checkoutAlex Blasche2020-10-152-1/+2
* Use QList instead of QVectorJarek Kobus2020-08-1724-64/+61