summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix status code handling for monitored itemsJannis Voelker2024-04-081-1/+1
* Remove convenience and bool traps from the new APIJannis Voelker2024-03-041-4/+8
* Move BinaryDataEncoding template specializations to source fileJannis Voelker2024-03-042-2/+15
* Fix segfault during connect test shutdownJannis Voelker2024-01-301-0/+2
* Fix backend segfault caused by race conditionJannis Voelker2024-01-261-2/+112
* Implement triggering for monitored itemsJannis Voelker2023-12-071-0/+138
* Add encoding and decoding support for Variant and DataValueJannis Voelker2023-12-061-0/+5
* Add historical events read supportJannis Voelker2023-12-066-1/+162
* Add TimestampsToReturn to History Read RawJannis Voelker2023-11-233-4/+6
* Remove the UACPP pluginJannis Voelker2023-11-2017-3922/+0
* Add API for the RegisterNodes and UnregisterNodes servicesJannis Voelker2023-10-254-0/+129
* Reduce number of temporary allocations pointed out by HeaptrackJannis Voelker2023-10-242-8/+12
* Fix signal on batch write errorJannis Voelker2023-10-201-2/+2
* Update status codes, namespace 0 IDs and reference types to OPC UA 1.05Jannis Voelker2023-09-281-3/+3
* open62541: Fix modifyMonitoring() and disableMonitoring()Jannis Voelker2023-09-222-3/+8
* Add read and write support for EventFilter and types it depends onJannis Voelker2023-09-216-140/+433
* Add the DiagnosticInfo data typeJannis Voelker2023-09-111-0/+90
* Add support for the DataTypeDefinition attributeJannis Voelker2023-09-112-1/+161
* open62541: Re-encode unhandled types to QOpcUaExtensionObjectJannis Voelker2023-09-072-37/+62
* Fix issues in the open62541 plugin pointed out by clazyJannis Voelker2023-09-012-4/+3
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-08-222-4/+0
* Open62541AsyncBackend: fix qsizetype/int mismatchesMarc Mutz2023-08-152-15/+15
* Open62541AsyncBackend: don't re-evaluate connectionSettings.sessionLocaleIds(...Marc Mutz2023-08-151-6/+6
* QOpcUaConnectionSettings: use chrono types for timeoutsMarc Mutz2023-08-151-4/+6
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-08-152-0/+4
* Open62541AsyncBackend: don't deep-copy a QList just to iterate over itMarc Mutz2023-08-141-1/+2
* Handle OpenSSL with disabled SHA-1 signatures (open62541)Jannis Voelker2023-08-104-6/+87
* Fix compiler (GCC 13) warning about dangling referenceAhmad Samir2023-07-241-1/+1
* Remove the manual undef of the min/max macros, or def NOMINMAXAmir Masoud Abdol2023-06-061-5/+0
* Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-104-40/+3
* Fix CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-022-0/+9
* Add connection settings class for QOpcUaClientJannis Voelker2023-01-231-0/+15
* Route Qt::TimeSpec usage via QTimeZoneEdward Welbourne2022-12-122-4/+7
* Update open62541 to 1.3Martin Klos2022-11-117-64/+62
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-075-8/+8
* Port from container::count() and length() to size()Marc Mutz2022-10-073-8/+8
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-254-4/+4
* CMake: Fix No target "OpenSSL::SSL" error during prl generationAlexandru Croitor2022-07-111-4/+0
* Add license headers to cmake filesLucie Gérard2022-07-074-0/+12
* Use SPDX license identifiersLucie Gérard2022-06-1629-962/+58
* Do not use PUBLIC linking with pluginsAlexey Edelev2022-03-012-3/+3
* Fix includes and forward declarations according to code reviewJannis Voelker2022-02-081-0/+1
* Fix typos in documentation and commentsKai Köhne2022-02-035-5/+5
* Use up-to date LGPL license headerKai Köhne2021-12-0215-165/+210
* Fix crash in the open62541 plugin on connection lossJannis Voelker2021-10-152-25/+44
* Add an API for historical data accessPeter Rustler2021-10-1511-2/+214
* Fix timestamp handling in Open62541AsyncBackend::asyncReadCallbackJannis Voelker2021-09-281-2/+2
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-102-2/+2
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-061-1/+1
* Fix MSVC warning C4267Kai Köhne2021-06-021-1/+1