summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix subscription sharing for revised publishing intervalsv5.11.0-rc2v5.11.0Jannis Voelker2018-05-149-13/+122
* Use QTEST_ENVIRONMENT to exclude freeopcua tests in the CIJannis Voelker2018-05-141-2/+1
* uacpp: Include SDK subfolder in include pathsRainer Keller2018-05-1411-24/+24
* uacpp: Fix style of project fileRainer Keller2018-05-141-4/+4
* Fix possible crash in the client state handlingJannis Voelker2018-05-092-4/+5
* Fix memory leak for monitored item filters in the uacpp backendJannis Voelker2018-05-091-0/+4
* Improve value display in opcuaviewerJannis Voelker2018-05-093-6/+94
* tests: Use path of the test executable to find the server executableRainer Keller2018-05-081-1/+1
* examples: opcuaviewer: Set elide mode for item viewv5.11.0-rc1Rainer Keller2018-05-041-0/+2
* Examples: Add a Qt based explorer for node treeRainer Keller2018-05-0415-0/+7017
* Fix crash when converting empty array variants (open62541)Jannis Voelker2018-05-045-5/+67
* Fix crash when receiving a DataChangeNotification without valueJannis Voelker2018-05-041-0/+7
* Fix display of qtopcua examples in Qt CreatorJannis Voelker2018-05-024-12/+14
* Fix node creation in the freeopcua backendJannis Voelker2018-04-303-1/+105
* Return blob for all extension objects with binary or xml encodingJannis Voelker2018-04-221-35/+49
* doc: Fix API usageRainer Keller2018-04-161-1/+1
* Return blob for unknown extension object typesv5.11.0-beta4Jannis Voelker2018-04-112-4/+6
* Fix encoding and decoding of bool valuesJannis Voelker2018-04-112-0/+26
* Fix use of monitoring parametersJannis Voelker2018-04-112-4/+5
* Disable the open62541 client state handler during connect and disconnectv5.11.0-beta3Jannis Voelker2018-04-052-0/+6
* Fix client lifecycle in the open62541 backendJannis Voelker2018-04-051-6/+13
* Fix client state handler in the qml exampleJannis Voelker2018-04-051-2/+4
* Initialize readWriteNode before checking the valueJannis Voelker2018-04-051-0/+1
* Use valueAttributeType in writeAttributes() in uacppJannis Voelker2018-04-051-1/+3
* Test usage of the valueAttributeType parameter in all backendsJannis Voelker2018-04-051-7/+5
* Fix docs for QOpcUaNode::attributeError()Jannis Voelker2018-04-051-1/+1
* Disable the freeopcua tests when running in the CIJannis Voelker2018-04-051-0/+6
* Fix possible crash in the open62541 backendJannis Voelker2018-04-032-1/+5
* Fix layout in the qml hmi for the water pump exampleJannis Voelker2018-04-033-28/+31
* Fix browse and display name of method nodes in the simulation serverJannis Voelker2018-04-032-8/+8
* Fix QOpcUaMonitoringParameters::setDataChangeFilter() docsJannis Voelker2018-04-031-1/+1
* Update support table in the QOpcUaMonitoringParameters documentationJannis Voelker2018-04-031-1/+17
* Remove subscriptions on timeout (open62541, freeopcua)Jannis Voelker2018-03-238-12/+92
* Fix mistakes in the documentationJannis Voelker2018-03-208-47/+75
* Make sure monitored items are created only onceJannis Voelker2018-03-205-11/+69
* Fix DataChangeTrigger enumJannis Voelker2018-03-201-1/+1
* Add missing git configuration filesJani Heikkinen2018-03-202-0/+5
* Update UA backendMaurice Kalinowski2018-03-164-110/+290
* Fix and extend support for modifyMonitoring in open62541Jannis Voelker2018-03-167-112/+519
* Simplify and clean up open62541 test serverJannis Voelker2018-03-165-649/+87
* Add DataChangeFilter support to the open62541 backendJannis Voelker2018-03-145-0/+102
* Add Unified Automation plugin to documentationMaurice Kalinowski2018-03-141-1/+40
* Unify the designation of the unified automation pluginJannis Voelker2018-03-141-2/+2
* Disable automatic reconnect in the uacpp backendJannis Voelker2018-03-142-2/+5
* uacpp: Remove subscriptions when connection is closedMaurice Kalinowski2018-03-142-2/+14
* Use the client state callback in the open62541 backendJannis Voelker2018-03-142-27/+17
* Simplify DemoServer for the water pump exampleJannis Voelker2018-03-143-63/+18
* Add server and source timestamp for read and data changeJannis Voelker2018-03-1417-29/+170
* Fix multipleClients testv5.11.0-beta2Jannis Voelker2018-03-081-8/+9
* Clean up connectToEndpoint in the open62541 backendJannis Voelker2018-03-081-9/+4