summaryrefslogtreecommitdiffstats
path: root/examples/knx/knxeditor/localdevicemanagement.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement secure session support in the KNX editor exampleKarsten Heimrich2019-03-291-5/+38
* Connect the errorOccurred signal with the UIKarsten Heimrich2019-02-051-0/+5
* Fix warning: dubious check of 'bool *' against 'nullptr'v5.13.0-alpha1Karsten Heimrich2019-01-311-1/+1
* Make sure we do not access a deleted objectKarsten Heimrich2019-01-301-0/+3
* AN184: Implement TCP support as specified in KnxNet/IP Core v2Andrew O'Doherty2018-08-161-2/+18
* Fix waiting for a IO list response from a KNXnet/IP serverKarsten Heimrich2018-05-291-6/+6
* Fix the device configuration frame factoryKarsten Heimrich2018-05-141-7/+15
* Remove *local* from name, cause the frame is send to a remote endpointKarsten Heimrich2018-04-201-17/+17
* Remove *connection, matching the KNX spec more closelyKarsten Heimrich2018-04-201-6/+6
* Instead of copying the byte array code, use wrapper around itKarsten Heimrich2018-04-171-2/+2
* Fix UI textLeena Miettinen2018-03-201-1/+1
* Compile module without the overwhelming template and QByteArray supportKarsten Heimrich2018-03-061-8/+9
* Remove QKnxCemiFrame base classKarsten Heimrich2018-02-021-7/+7
* Improve KNX editor exampleKarsten Heimrich2018-01-251-40/+39
* Define QT_NO_CAST_FROM_ASCII, fix compile issuesKarsten Heimrich2017-12-061-9/+9
* Update license headersKarsten Heimrich2017-09-251-5/+34
* Rename QKnxDeviceManagementFrame to QKnxLocalDeviceManagementFrameKarsten Heimrich2017-09-201-10/+10
* Rename QKnxNetIpServerDiscoveryInfo -> QKnxNetIpServerInfoKarsten Heimrich2017-09-201-1/+1
* Update property type combobox depending on the given interface objectKarsten Heimrich2017-09-181-22/+70
* Implement cEMI tunneling facilitiesKarsten Heimrich2017-09-011-5/+11
* Implement fetching available object types from a KNX serverKarsten Heimrich2017-08-231-14/+60
* Extend the editor to build and send local device management framesKarsten Heimrich2017-08-211-0/+252