summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix qdoc warningsJannis Voelker2018-08-241-1/+1
* | Use qCInfo in uacppclient.cppJannis Voelker2018-08-201-4/+4
* | Add node managementJannis Voelker2018-08-1727-2/+2846
* | qml: Enable namespace autoupdateRainer Keller2018-08-151-0/+1
* | Emit attributeUpdated whenever the attribute cache is updatedJannis Voelker2018-08-1413-35/+83
* | Namespace autoupdateRainer Keller2018-08-145-5/+114
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Jannis Völker2018-08-142-2/+13
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-142-2/+13
| |\|
| | * Fix markup in the documentationJannis Voelker2018-08-101-2/+2
| | * Mention username and password handling in the QOpcUaClient docsJannis Voelker2018-08-081-0/+11
| | * Document the required open62541 version in qtopcua.qdocJannis Voelker2018-08-081-1/+1
* | | testserver: Add fully writable nodeRainer Keller2018-08-143-0/+50
* | | Unify the status code for attributes that are not in the cacheJannis Voelker2018-08-143-7/+27
* | | Fix heap use after free in QOpen62541SubscriptionJannis Voelker2018-08-141-1/+3
* | | Allow omitting ns=0 in node idsJannis Voelker2018-08-144-60/+115
* | | Use objects instead of folders in the simulation serverJannis Voelker2018-08-142-25/+37
* | | Add batch write capability to QOpcUaClient (open62541)Jannis Voelker2018-08-1420-4/+816
|/ /
* | Update "Detailed Description" for QOpcUaClient and QOpcUaNodeJannis Voelker2018-08-102-3/+27
* | Fix tests with current open62541 0.3 (215651ab8db94e)Jannis Voelker2018-08-101-4/+1
* | opcuaviewer: Improve value displayJannis Voelker2018-08-092-21/+44
* | tests: Fix race conditionRainer Keller2018-08-091-1/+2
* | Add generated header and source files with known node idsJannis Voelker2018-08-0921-6018/+12034
* | Testserver: Add method node for adding namespacesRainer Keller2018-08-084-0/+148
* | Fix setter parameter names and typesJannis Voelker2018-08-085-253/+253
* | Add signal namespaceArrayChangedRainer Keller2018-08-083-2/+21
* | Add missing initialization for member variablesJannis Voelker2018-08-081-5/+5
* | Add QML APIRainer Keller2018-08-0753-5/+5052
* | Fix wrong \sa targets in the docsJannis Voelker2018-08-072-3/+3
* | Bump version number to 5.12.0Jani Heikkinen2018-08-071-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-1/+1
|\|
| * Bump version number from 5.11.1 to 5.11.2Jani Heikkinen2018-08-061-1/+1
* | Document the required open62541 version and flags in qtopcua.qdocJannis Voelker2018-08-061-1/+3
* | Split qopcuabrowsing.h/.cppJannis Voelker2018-08-066-170/+262
* | Reuse QScopedPointer in sequential node testsJannis Voelker2018-08-061-237/+225
* | Add batch read API to QOpcUaClientJannis Voelker2018-08-0326-49/+761
* | Fix the event filtering types documentationJannis Voelker2018-08-031-4/+4
* | Update list of supported types in the docsJannis Voelker2018-08-031-0/+10
* | Add convenience methods for the Value attributeJannis Voelker2018-08-022-0/+55
* | Use nullptr instead of 0 when checking node pointers in tst_client.cppJannis Voelker2018-08-021-146/+146
* | Fix typoRainer Keller2018-08-021-1/+1
* | tests: Rename function nameRainer Keller2018-08-023-3/+3
* | Modernize Open62541Utils::nodeIdFromQString()Jannis Voelker2018-08-011-50/+15
* | doc: Small fixes in example documentationRainer Keller2018-07-312-9/+13
* | Example: Move waterpump example to different folderRainer Keller2018-07-3117-15/+12
* | Prefer the C++11 nullptr to NULLFrank Meerkoetter2018-07-313-10/+10
* | Use memory management in the open62541 findServers methodJannis Voelker2018-07-311-5/+5
* | Add the monitored item id to QOpcUaMonitoringParametersJannis Voelker2018-07-316-0/+30
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-303-1/+68
|\|
| * Fix subscription sharing for publishing interval 0Jannis Voelker2018-07-231-1/+1
| * Disable remaining monitorings on node destructionJannis Voelker2018-07-032-0/+67