summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use QT_OPCUA_REMOVED_SINCE to get rid of the member operator==()Ivan Solovev2024-02-298-29/+94
* 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-2921-35/+35
* 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
* DeclarativeOpcUA: Prefix header guards with module nameMarc Mutz2024-02-2813-39/+39
* Use std::optional instead of bool to indicate success of de/encodingVolker Hilsheimer2024-02-202-16/+22
* Replace "#pragma once" with proper include guardFrank Su2024-02-1613-13/+52
* Update bundled open62541 to 1.3.9Jannis Voelker2024-02-134-150/+330
* 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
* Fix segfault during connect test shutdownJannis Voelker2024-01-301-0/+2
* Apply changes from the API review 6.6 => 6.7Jannis Voelker2024-01-2614-74/+159
* Fix backend segfault caused by race conditionJannis Voelker2024-01-261-2/+112
* Doc: Add Licenses and Attributions sectionSafiyyah Moosa2024-01-251-0/+13
* Replace incorrect license attribution for 3rdparty/open62541Kai Köhne2024-01-231-1/+1
* Remove the backend support table from QOpcUaMonitoringParameters docsJannis Voelker2024-01-231-55/+0
* Fix OpenSSL library suffix for AndroidJannis Voelker2024-01-091-2/+2
* 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
* Review Simulation Server Ex: Add to documentationLena Biliaieva2023-12-211-1/+2
* Review QtOpcUa X509 Support Ex: Review documentationLena Biliaieva2023-12-201-2/+2
* Fix segfault in OpcUaMethodNodeJannis Voelker2023-12-201-1/+2
* Implement triggering for monitored itemsJannis Voelker2023-12-075-1/+205
* Add encoding and decoding support for Variant and DataValueJannis Voelker2023-12-069-0/+764
* Add historical events read supportJannis Voelker2023-12-0623-5/+963
* Make all plugin specific methods pure virtual in QOpcUaClientImplJannis Voelker2023-12-052-14/+2
* Remove OpenSSL 1.1 supportJannis Voelker2023-11-283-10/+5
* Add TimestampsToReturn to History Read RawJannis Voelker2023-11-2311-6/+98
* Remove the UACPP pluginJannis Voelker2023-11-2022-4357/+7
* Doc: Fix name of highlighted exampleKai Köhne2023-11-151-1/+1
* Add API for the RegisterNodes and UnregisterNodes servicesJannis Voelker2023-10-2510-0/+234
* Reduce number of temporary allocations pointed out by HeaptrackJannis Voelker2023-10-246-30/+32
* Rewrite the internal generator to also handle status codesJannis Voelker2023-10-241-4/+4
* Highlight one example for 'Data Processing & IO' categoryKai Köhne2023-10-201-0/+3
* Fix signal on batch write errorJannis Voelker2023-10-201-2/+2
* Document all (default) constructors in the public APIFrank Meerkötter2023-10-1841-1/+121
* Replace the ssl feature with the openssl oneAlexey Edelev2023-10-161-2/+4
* 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-2851-400/+4192