summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* open62541: Add custom log handlerMartin Klos2021-01-283-1/+100
* Update autogenerated license list in documentationMartin Klos2021-01-271-1/+1
* Fix open62541 specific flags for the arm64 buildJannis Voelker2021-01-271-1/+1
* Fix: openssl_symbols errorMartin Klos2021-01-123-5/+5
* Refactor deprecated QVariant usage in sourceMartin Klos2021-01-073-12/+12
* Fix UBSAN issuesFrank Meerkötter2021-01-051-1/+2
* Delete unused and deprecated function declarationMartin Klos2021-01-041-1/+0
* Prevent preprocessor shenanigans on WindowsFrank Meerkötter2020-12-221-2/+3
* Fix memory leak in QOpcUaX509CertificateSigningRequestJannis Voelker2020-12-186-0/+6
* Set a thread name for the background workerFrank Meerkötter2020-12-172-0/+2
* remove outdated patchFrank Meerkötter2020-12-171-126/+0
* Adapt to changed upstream API typesFrank Meerkötter2020-11-2010-24/+24
* Add the /permissive flag when building open62541 with MSVCJannis Voelker2020-11-201-1/+1
* Fix build against latest devMaurice Kalinowski2020-11-061-2/+10
* CMake: Update build instructions in the documentationJannis Voelker2020-09-252-36/+21
* Fix uacpp backend build after qtbase dependency updateJannis Voelker2020-09-241-1/+1
* Replace code that has been deprecated in Qt 6Jannis Voelker2020-09-216-8/+8
* Fix file loading in the open62541 pluginJannis Voelker2020-09-091-2/+3
* Update open62541 3rd partyJannis Voelker2020-09-093-37/+91
* CMake: Port the open62541 plugin to OpenSSLJannis Voelker2020-09-085-33/+48
* CMake: Add annotations to configure.cmakeJannis Voelker2020-09-071-7/+17
* Use QList instead of QVector in qtopcuaSona Kurazyan2020-08-3180-358/+358
* Fix auto.pro and regenerate CMake filesJannis Voelker2020-08-241-0/+1
* QML plugin: Fix re-enable of monitorings on reconnectJannis Voelker2020-08-241-1/+3
* Port to open62541 v1.1Jannis Voelker2020-08-248-11163/+21983
* Use QString::fromUtf8() for node id constructionJannis Voelker2020-08-191-1/+1
* Fix uacpp plugin build with Qt 6Jannis Voelker2020-08-171-2/+0
* Add include for QVectorSamuli Piippo2020-08-141-0/+2
* Improve open62541 client iterate timerJannis Voelker2020-08-136-38/+56
* CMake: Fix CMake build for open62541Jannis Voelker2020-08-073-4/+31
* Fix subscription sharing with revised intervalsJannis Voelker2020-08-062-2/+2
* Fix memory leak in the open62541 backendJannis Voelker2020-07-021-0/+4
* Compile fix against Qt 6Maurice Kalinowski2020-06-172-2/+2
* Port QtOpcUA from QStringRef to QStringViewMaurice Kalinowski2020-06-105-13/+15
* Update CMakeLists.txt with changes from .pro filesJannis Voelker2020-06-051-0/+105
* CMake: Use WrapOpenSSL for GDSJannis Voelker2020-06-052-0/+10
* Fix windows specific conditions for CMakeJannis Voelker2020-06-051-5/+6
* Add documentation for the OpenSSL dependencyJannis Voelker2020-06-051-0/+28
* Add CMake support for building Qt OPC UAJannis Voelker2020-06-0415-0/+665
* Add configuration switch for GDS supportJannis Voelker2020-06-023-8/+18
* Fix Qt6 compatibility for QOpcUaProviderJannis Voelker2020-06-022-2/+2
* Fix return type for qHash() functionsJannis Voelker2020-06-024-0/+16
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-211-2/+0
|\
| * Update certificate and private key for the opcuaviewer exampleJannis Voelker2020-04-171-2/+0
* | Do not rely on wrapper only available in recent Qt coreFrank Meerkötter2020-04-171-4/+4
* | resolve build issues on android/armv8Frank Meerkötter2020-04-178-22/+21
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-1040-4/+7945
|\|
| * Fix incorrect environment variable usage in the documentationAndy Shaw2019-11-251-1/+1
| * Fix broken pkiConfig example codev5.14.0-rc2v5.14.0-rc1Frank Meerkötter2019-11-151-6/+6
| * GDS client supportRainer Keller2019-11-159-1/+2593