summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-061-1/+1
* Modernize QML moduleUlf Hermann2021-07-0273-1027/+791
* Avoid even more const char * to QString conversionsUlf Hermann2021-07-021-2/+2
* Avoid further implicit constructions of QString from const char *Ulf Hermann2021-07-023-8/+9
* Change all QString("foo") constructions to use QStringLiteralUlf Hermann2021-07-013-8/+16
* Doc: Fix broken linkPaul Wicking2021-06-251-1/+1
* fix wrong conditionLi Xinwei2021-06-221-1/+1
* Remove old configure-related filesJoerg Bornemann2021-06-173-216/+0
* Avoid compile errorUlf Hermann2021-06-111-1/+1
* Port to new CMake APIUlf Hermann2021-06-053-26/+12
* Fix MSVC warning C4267Kai Köhne2021-06-021-1/+1
* Replace QVariant::Int with QMetaType::IntKai Köhne2021-05-281-2/+2
* Fix MSVC warning C4005 in open62541.cKai Köhne2021-05-271-1/+1
* Disable OpenSSL for Windows 10 on ARM64Jannis Voelker2021-05-261-1/+3
* CMake: Disable usage of CMake API compatibility wrappersJoerg Bornemann2021-05-251-1/+1
* Remove left-over .pri filesJoerg Bornemann2021-05-053-163/+0
* Remove qmake project filesJoerg Bornemann2021-05-0313-443/+0
* Doc: Fix documentation issuesTopi Reinio2021-04-2621-75/+74
* update nodeids from scheme v1.04Pascal Dietz2021-04-162-238/+17524
* Fix declarative node idJannis Voelker2021-04-081-1/+1
* Fix top-level buildJoerg Bornemann2021-02-256-27/+26
* open62541: Use the async API for most service callsJannis Voelker2021-02-025-272/+619
* Fix race condition in declarative OpcUaNodeJannis Voelker2021-02-012-7/+28
* Fix MSVC static buildJoerg Bornemann2021-01-291-3/+3
* Fix loop and iterator issues pointed out by clazyJannis Voelker2021-01-295-10/+12
* Fix range-based for loop in Open62541AsyncBackendJannis Voelker2021-01-291-1/+1
* 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