summaryrefslogtreecommitdiffstats
path: root/tests/auto/plugins
Commit message (Expand)AuthorAgeFilesLines
* Generic(V1): Fix emitting framesReceived when disconnectedAndre Hartmann2020-02-272-2/+4
* Cleanup and synchronize the dummy pluginsAndre Hartmann2017-11-065-26/+15
* Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta1Liang Qi2017-03-313-3/+3
|\
| * Updated copyright headersAndre Hartmann2017-02-023-3/+3
* | Add plugin to test CanBusFactory compatibilityAndre Hartmann2017-03-306-1/+232
* | QCanBusFactory: Restore binary compatibility to Qt 5.8Andre Hartmann2017-03-301-2/+2
* | GenericBusPlugin: Remove unneded includeAndre Hartmann2017-03-131-2/+0
* | QCanBusDeviceInfo: cancel friendship to GenericBusPluginAndre Hartmann2017-03-133-5/+8
* | CAN: Add QCanBusDeviceInfoAndre Hartmann2017-01-101-0/+12
|/
* GenericCanBus: Add Unix-style timestampsAndre Hartmann2016-09-051-0/+3
* GenericCanBus: Convert connect to Qt5 styleAndre Hartmann2016-09-051-1/+1
* GenericCanBus: Remove redundant includeAndre Hartmann2016-09-051-2/+0
* GenericCanBus: Remove unused variableAndre Hartmann2016-09-052-5/+1
* QCanBusFactory: Add override to derived createDevice()Andre Hartmann2016-08-011-2/+1
* QCanBusFrame: Add toString()Andre Hartmann2016-06-241-1/+1
* QCanBus: Receive an error message from createDevice()Andre Hartmann2016-06-011-2/+8
* CAN: Do not use PUBLIC(PRIVATE)_HEADERS divisionDenis Shienkov2016-05-131-1/+3
* Use DISTFILES instead of OTHER_FILESDenis Shienkov2016-05-131-2/+1
* CAN: Do not use QPointer class as it is overheadDenis Shienkov2016-05-041-2/+1
* Replace 'Q_DECL_OVERRIDE' with 'override'Denis Shienkov2016-04-261-4/+4
* Use 'auto' where it is possibleDenis Shienkov2016-04-221-1/+1
* Do not register the generic plugin for automatic linking.Karsten Heimrich2016-03-151-1/+1
* Fix wrong class name, should match the actual name used in C++.Karsten Heimrich2016-03-111-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
* fix spurious dependenciesOswald Buddenhagen2015-11-111-1/+1
* Remove 3rdparty libmodbus and cleanup depending code usage.Karsten Heimrich2015-10-288-381/+1
* Rename slaveId to slaveAddressRalf Nolden2015-10-262-4/+4
* Employ a more specialized read/write request API.Karsten Heimrich2015-10-201-5/+4
* Rename last occurrences ModBus -> ModbusKarsten Heimrich2015-10-141-2/+2
* Merge QModbusRegister and QModbusDataUnit + some enhancement.Karsten Heimrich2015-10-142-6/+6
* Define interface for request/response proccessing.Karsten Heimrich2015-10-131-0/+8
* Rename code|docs, master -> client, slave -> server.Karsten Heimrich2015-09-281-2/+2
* Rename classes, master -> client, slave -> serverKarsten Heimrich2015-09-285-6/+6
* Rename files. master -> client, slave -> serverKarsten Heimrich2015-09-282-2/+2
* Rename QModBus into QModbus.Karsten Heimrich2015-09-285-23/+23
* Initial implementation of a TCP based modbus API.Karsten Heimrich2015-09-181-4/+16
* Add missing const to parameter.Karsten Heimrich2015-09-172-2/+2
* Remove QModBusSlave::setMap(QModBusRegister::RegisterType, quint16)Alex Blasche2015-09-162-8/+0
* Remove QModBusDevice::setDevice()Alex Blasche2015-09-164-17/+1
* Move QModBusDevice::ModbusTable -> QModBusRegister::RegisterTypeAlex Blasche2015-09-162-6/+6
* Replace QModBusMaster::read(QList<QModBusDataUnit>, int)Alex Blasche2015-09-162-8/+0
* Add missing Q_DECL_OVERRIDE to dummy pluginAlex Blasche2015-09-151-3/+3
* Replace QModBusMaster::write(QList<QModBusDataUnit>, int)Alex Blasche2015-09-152-8/+0
* Introduce QModBusRegisterAlex Blasche2015-09-112-0/+6
* Remove all qtserialport deps from QtSerialBus libAlex Blasche2015-09-111-2/+0
* Improve QModBusSlave::data() output parameter visibilityAlex Blasche2015-09-102-3/+3
* Unit tests for modbusKarsten Heimrich2015-09-078-1/+398
* Optimize the CAN frames receivingDenis Shienkov2015-09-061-1/+1
* Move configuration data into QCanBusDeviceAlex Blasche2015-07-312-20/+0