summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/modbus/adueditor
Commit message (Expand)AuthorAgeFilesLines
* Fix Modbus adueditor example depending on private headersKarsten Heimrich2021-03-1010-2822/+0
* Remove now superfluous QOverload invocationsKarsten Heimrich2021-03-041-7/+7
* Rename and deprecate QModbusRtuSerialSlave and QModbusRtuSerialMasterKarsten Heimrich2021-03-021-2/+2
* Port to CMakeAndreas Buhr2021-01-271-0/+51
* Add ; to Q_UNUSEDLars Schmertmann2020-12-201-1/+1
* Update dependencies and fix related issuesAlex Blasche2020-06-101-0/+5
* Fix Qt6 buildSona Kurazyan2019-06-242-5/+5
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-161-1/+1
|\
| * Add context information to QObject::connect(...) callsKarsten Heimrich2019-04-011-1/+1
* | Cleanup and modernize the Modbus examplesAndre Hartmann2019-02-134-39/+47
|/
* Remove hard QtSerialPort dependency from QtSerialBusAlex Blasche2018-11-071-0/+1
* qtlite: Skip building examples when configured with no-feature-itemviewsRainer Keller2018-01-121-0/+1
* Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-10-307-14/+84
|\
| * Fix outdated BSD license headerKai Koehne2017-10-207-14/+84
* | modbus: Remove unused 'this' lambda captureDenis Shienkov2017-10-201-1/+1
|/
* Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta1Liang Qi2017-03-317-7/+7
|\
| * Updated copyright headersAndre Hartmann2017-02-027-7/+7
* | Eradicate Q_FOREACH loops and mark the module as Q_FOREACH-freeAndre Hartmann2017-01-111-1/+2
|/
* Replace QOverload with C++11 "using TypeId" patternAlex Blasche2016-09-061-1/+2
* Remove ambiguity when using QTimer::setInterval() pointer in examplev5.8.0-alpha1Alex Blasche2016-08-311-1/+2
* Make adueditor compile on platforms with QT_NO_CLIPBOARDAlex Blasche2016-06-031-0/+2
* add example installsOswald Buddenhagen2016-04-281-0/+3
* Replace 'Q_DECL_OVERRIDE' with 'override'Denis Shienkov2016-04-261-1/+1
* Use 'auto' where it is possibleDenis Shienkov2016-04-222-3/+3
* Adjust Pointer and Reference to Qt Coding StyleAndre Hartmann2016-04-222-3/+3
* Use 'nullptr' where it is possibleDenis Shienkov2016-04-215-10/+10
* Fix sending requests with predefined function codes.Karsten Heimrich2016-03-171-2/+3
* Fix: 'multiple definition' with static build (Windows).Karsten Heimrich2016-03-142-5/+7
* Cleanup constructors and destructors.Karsten Heimrich2016-01-292-4/+1
* Resolve TODO's. Merge both error code enums, update code.Karsten Heimrich2016-01-081-1/+1
* Implement possibility to specify a custom serial port.Karsten Heimrich2016-01-052-1/+15
* Remove Modbus and ModbusDevice prefix.Karsten Heimrich2016-01-041-2/+2
* Editor to send handcrafted ADU's.Karsten Heimrich2015-12-219-0/+2664