summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Add generated header and source files with known node idsJannis Voelker2018-08-0911-55/+11742
* | 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-0731-4/+3176
* | Fix wrong \sa targets in the docsJannis Voelker2018-08-072-3/+3
* | Document the required open62541 version and flags in qtopcua.qdocJannis Voelker2018-08-061-1/+3
* | Split qopcuabrowsing.h/.cppJannis Voelker2018-08-066-170/+262
* | Add batch read API to QOpcUaClientJannis Voelker2018-08-0325-49/+713
* | 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
* | Modernize Open62541Utils::nodeIdFromQString()Jannis Voelker2018-08-011-50/+15
* | Prefer the C++11 nullptr to NULLFrank Meerkoetter2018-07-311-1/+1
* | Use memory management in the open62541 findServers methodJannis Voelker2018-07-311-5/+5
* | Add the monitored item id to QOpcUaMonitoringParametersJannis Voelker2018-07-315-0/+26
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-302-1/+11
|\|
| * Fix subscription sharing for publishing interval 0Jannis Voelker2018-07-231-1/+1
| * Disable remaining monitorings on node destructionJannis Voelker2018-07-031-0/+10
* | Add memory management to the open62541 pluginJannis Voelker2018-07-274-65/+81
* | Enable reading and writing of multi-dimensional arraysJannis Voelker2018-07-274-1/+282
* | Rename the status code parameter in resolveBrowsePathFinishedJannis Voelker2018-07-274-7/+7
* | Fix the documentation for the Argument typeJannis Voelker2018-07-271-1/+2
* | Add findServers() support for open62541Jannis Voelker2018-07-2713-0/+136
* | Add generic browse methodJannis Voelker2018-07-2517-284/+479
* | Enable reading and writing of extension objectsJannis Voelker2018-07-2510-431/+1432
* | Add the OPC UA Argument typeJannis Voelker2018-07-195-0/+273
* | Add description to the SubscriptionType docsJannis Voelker2018-07-171-0/+3
* | Fix qdoc warningsJannis Voelker2018-07-173-17/+18
* | Extend QOpcUa::QSimpleAttributeOperand for easier A&C handlingJannis Voelker2018-07-162-0/+13
* | Fix copy constructor of QOpcUa::QLiteralOperandJannis Voelker2018-07-131-1/+0
* | Remove null variant warning from the open62541 value converterJannis Voelker2018-07-131-1/+0
* | Enable reading and writing of ExpandedNodeId valuesJannis Voelker2018-07-114-0/+85
* | Add requestEndpointsJannis Voelker2018-07-1018-0/+801
* | Open62541: Simplify detection at configure stageMaurice Kalinowski2018-07-104-35/+28
* | Use const pointers in QOpen62541ValueConverter::scalarToQt()Jannis Voelker2018-07-062-13/+13
* | Add event supportJannis Voelker2018-07-0416-42/+1810
* | Fix header files for types in the docsJannis Voelker2018-07-032-0/+12
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-031-6/+6
|\|
| * Check client before dispatching a request from the nodeJannis Voelker2018-07-032-0/+48
| * Fix possible crash in the uacpp value converterJannis Voelker2018-06-251-6/+6
* | Add qualified name generator with namespace URI resolutionJannis Voelker2018-07-032-0/+33
* | Improve namespace URI resolution APIJannis Voelker2018-07-022-5/+18
* | Fix "warning: equality comparison result unused"Frank Meerkoetter2018-07-021-1/+1
* | Fix documentationJannis Voelker2018-06-296-16/+17
* | Remove double copy of strings in the open62541 value converterJannis Voelker2018-06-291-3/+1
* | Print node id for failed subscriptionRainer Keller2018-06-281-1/+2
* | Fix crash in QExpandedNodeId constructorsJannis Voelker2018-06-261-0/+2
* | Replace deprecated DateTime conversion in QOpen62541ValueConverterJannis Voelker2018-06-221-2/+2
* | Improve the open62541 value converterJannis Voelker2018-06-224-120/+107