summaryrefslogtreecommitdiffstats
path: root/src/opcua/client/qopcuaclient.h
Commit message (Expand)AuthorAgeFilesLines
* Always add a comma to the last entry of an enumJannis Voelker2024-02-291-2/+2
* Pass QString, QStringList and QVariant by cref in new signalsJannis Voelker2024-02-291-2/+2
* Add historical events read supportJannis Voelker2023-12-061-0/+2
* Add API for the RegisterNodes and UnregisterNodes servicesJannis Voelker2023-10-251-0/+5
* QOpcUaClient::connectionSettings(): return by value, not by const-refIvan Solovev2023-08-221-1/+1
* QOpcUaClient: forward-declare QOpcUaConnectionSettingsIvan Solovev2023-08-221-1/+1
* Add connection settings class for QOpcUaClientJannis Voelker2023-01-231-0/+4
* Use SPDX license identifiersLucie Gérard2022-06-161-38/+2
* Fix includes and forward declarations according to code reviewJannis Voelker2022-02-081-1/+1
* Use up-to date LGPL license headerKai Köhne2021-12-021-11/+14
* Add an API for historical data accessPeter Rustler2021-10-151-0/+3
* Use QList instead of QVector in qtopcuaSona Kurazyan2020-08-311-7/+7
* Rename API to be more consistent with QT APIRainer Keller2019-03-251-2/+2
* security: Support encrypted private keysRainer Keller2019-03-201-0/+1
* Add API for querying security features of a backendRainer Keller2019-02-201-0/+3
* Add requested URL parameter for discovery finish signalsRainer Keller2019-01-281-2/+2
* Move classes out of namespaceRainer Keller2019-01-211-10/+15
* Remove connect with QUrlJannis Voelker2019-01-141-2/+1
* security: Add session callback interfaceGerhard Gappmeier2019-01-111-0/+2
* security: Add QOpcUaPkiConfiguration classRainer Keller2019-01-111-0/+4
* security: Add QOpcUaApplicationIdentity classGerhard Gappmeier2019-01-111-0/+4
* security: Add connectToEndpoint overload with QOpcUa::QEndpointDescriptionGerhard Gappmeier2019-01-111-0/+1
* Add class to set authentication informationRainer Keller2019-01-071-1/+6
* Rename batch functionsRainer Keller2018-10-291-4/+4
* Rename setEnableNamespaceAutoupdate to setNamespaceAutoupdateRainer Keller2018-09-211-2/+2
* Rename isForward to isForwardReferenceRainer Keller2018-09-211-2/+2
* Add node managementJannis Voelker2018-08-171-0/+15
* Namespace autoupdateRainer Keller2018-08-141-0/+5
* Add batch write capability to QOpcUaClient (open62541)Jannis Voelker2018-08-141-0/+4
* Add signal namespaceArrayChangedRainer Keller2018-08-081-0/+1
* Add batch read API to QOpcUaClientJannis Voelker2018-08-031-0/+5
* Add findServers() support for open62541Jannis Voelker2018-07-271-0/+3
* Add requestEndpointsJannis Voelker2018-07-101-0/+3
* Add qualified name generator with namespace URI resolutionJannis Voelker2018-07-031-0/+1
* Improve namespace URI resolution APIJannis Voelker2018-07-021-1/+1
* Add expanded node id resolution and node() overloadJannis Voelker2018-05-281-0/+3
* Give the user access to the namespace arrayJannis Voelker2018-02-151-0/+4
* Remove secureConnect() and isSecureConnectionSupported()Frank Meerkoetter2018-02-061-3/+0
* Update client state on disconnect in open62541Jannis Voelker2018-01-221-0/+1
* Fix type registrationJannis Voelker2017-12-211-2/+2
* Add async API for data change subscriptionsJannis Voelker2017-12-141-3/+0
* Clean up includesJannis Voelker2017-11-151-4/+4
* Add user/password loginJannis Voelker2017-11-131-0/+1
* Declare QOpcuaClient state and error enum to meta systemAlex Blasche2017-08-171-0/+3
* Remove QOpcuaClient::set[Error|State] and ensure their atomicityAlex Blasche2017-08-141-5/+2
* Simplify QOpcUaClientPrivateMaurice Kalinowski2017-07-261-1/+0
* Refactor state and error handlingMaurice Kalinowski2017-07-261-5/+12
* Add Q_DISABLE_COPY for object based classesMaurice Kalinowski2017-07-251-1/+2
* Rename state valueMaurice Kalinowski2017-07-251-1/+1
* move connection handling to async APIJochen Seemann2017-07-251-8/+28