summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/modbus/adueditor/mainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Qt6 buildSona Kurazyan2019-06-241-2/+2
* Cleanup and modernize the Modbus examplesAndre Hartmann2019-02-131-22/+21
* Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-10-301-2/+12
|\
| * Fix outdated BSD license headerKai Koehne2017-10-201-2/+12
* | 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-311-1/+1
|\
| * Updated copyright headersAndre Hartmann2017-02-021-1/+1
* | Eradicate Q_FOREACH loops and mark the module as Q_FOREACH-freeAndre Hartmann2017-01-111-1/+2
|/
* 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-211-4/+4
* Fix sending requests with predefined function codes.Karsten Heimrich2016-03-171-2/+3
* Fix: 'multiple definition' with static build (Windows).Karsten Heimrich2016-03-141-4/+6
* Implement possibility to specify a custom serial port.Karsten Heimrich2016-01-051-1/+14
* Remove Modbus and ModbusDevice prefix.Karsten Heimrich2016-01-041-2/+2
* Editor to send handcrafted ADU's.Karsten Heimrich2015-12-211-0/+216