summaryrefslogtreecommitdiffstats
path: root/src/opcua/client
Commit message (Expand)AuthorAgeFilesLines
* Fix ByteString handling in the generic struct handlerJannis Voelker2024-04-081-0/+6
* Remove convenience and bool traps from the new APIJannis Voelker2024-03-0414-51/+119
* Move BinaryDataEncoding template specializations to source fileJannis Voelker2024-03-045-1456/+1650
* Name QOpcUaStructureField SMF parameter to 'other'Juha Vuolle2024-03-012-5/+5
* Rework newly-added relational operatorsIvan Solovev2024-03-0126-73/+134
* Use forward declarations in new headersJannis Voelker2024-02-2922-23/+74
* Use QT_OPCUA_REMOVED_SINCE to get rid of the member operator==()Ivan Solovev2024-02-296-28/+60
* Add QT_NO_DEBUG_STREAM to QOpcUaGenericStructValueJannis Voelker2024-02-292-0/+10
* Swap type and value arguments for QOpcUaVariantJannis Voelker2024-02-293-9/+9
* Always add a comma to the last entry of an enumJannis Voelker2024-02-2914-24/+24
* Fix constructor and destructor for GenericStructHandler and GenericStructValueJannis Voelker2024-02-293-2/+5
* Rename QOpcUaGenericStructHandler::initializeFinished to initializedChanged()Jannis Voelker2024-02-294-11/+36
* Pass QString, QStringList and QVariant by cref in new signalsJannis Voelker2024-02-294-6/+6
* Replace #pragma once with traditional header guardsMarc Mutz2024-02-281-2/+0
* Use std::optional instead of bool to indicate success of de/encodingVolker Hilsheimer2024-02-202-16/+22
* Apply missing changes from the API review 6.6 => 6.7 in qtopcuaRym Bouabid2024-01-311-0/+1
* Apply missing changes from the API review 6.6 => 6.7 in qtopcuaRym Bouabid2024-01-314-31/+56
* Apply changes from the API review 6.6 => 6.7Jannis Voelker2024-01-2614-74/+159
* Remove the backend support table from QOpcUaMonitoringParameters docsJannis Voelker2024-01-231-55/+0
* Doc: Improve QOpcUaDiagnosticInfo descriptionKai Köhne2024-01-081-2/+2
* Doc: Mark QOpcUa::NodeAttribute::DataTypeDefinition as new in 6.7Kai Köhne2024-01-081-1/+1
* Document QOpcUaMonitoringParameters::Parameter::TriggeredItemIds as new in 6.7Kai Köhne2024-01-081-1/+1
* Doc: Document QOpcUaHistoryReadResponse::readHistoryEventsFinished as new in 6.7Kai Köhne2024-01-081-1/+2
* Doc: Add version info for new timestampsToReturn APIKai Köhne2024-01-081-0/+4
* Doc: Fix Qt version QOpcUaGenericStructValue was addedKai Köhne2024-01-081-1/+1
* Doc: Use link instead of \c for a Qt typeKai Köhne2024-01-081-1/+1
* Document QOcuaDataValue == and !=, as well as QVariant() as new in Qt 6.7Kai Köhne2024-01-081-0/+4
* Document encodings as new in Qt 6.7Kai Köhne2024-01-081-7/+7
* Implement triggering for monitored itemsJannis Voelker2023-12-074-1/+67
* Add encoding and decoding support for Variant and DataValueJannis Voelker2023-12-067-0/+758
* Add historical events read supportJannis Voelker2023-12-0616-4/+799
* Make all plugin specific methods pure virtual in QOpcUaClientImplJannis Voelker2023-12-052-14/+2
* Add TimestampsToReturn to History Read RawJannis Voelker2023-11-238-2/+92
* Remove the UACPP pluginJannis Voelker2023-11-201-16/+0
* Add API for the RegisterNodes and UnregisterNodes servicesJannis Voelker2023-10-255-0/+98
* Reduce number of temporary allocations pointed out by HeaptrackJannis Voelker2023-10-244-22/+20
* Document all (default) constructors in the public APIFrank Meerkötter2023-10-1840-0/+120
* Fix GCC 13 warning about dangling referenceThiago Macieira2023-10-091-1/+1
* Update status codes, namespace 0 IDs and reference types to OPC UA 1.05Jannis Voelker2023-09-2841-363/+4015
* Add missing include of moc-generated sourcesVolker Hilsheimer2023-09-261-0/+2
* Fix continuation points release for history read rawJannis Voelker2023-09-262-30/+45
* Fix issues pointed out by clazyJannis Voelker2023-09-261-2/+4
* Add read and write support for EventFilter and types it depends onJannis Voelker2023-09-2114-0/+146
* Fix build-breaking syncqt warningsVolker Hilsheimer2023-09-153-4/+4
* Add generic struct handlerJannis Voelker2023-09-1310-2/+1925
* Add the DiagnosticInfo data typeJannis Voelker2023-09-116-1/+602
* Add support for the DataTypeDefinition attributeJannis Voelker2023-09-1112-0/+1117
* Doc: Fix documentation warnings in QOpcUaConnectionSettingsTopi Reinio2023-09-071-4/+7
* Encode 0 node id for empty stringJannis Voelker2023-09-071-1/+1
* Doc: Improve documentation for QOcUaConnectionSettingsKai Köhne2023-09-041-4/+11