summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add license headers to cmake filesLucie Gérard2022-07-079-0/+27
* Don't add QOpcUa namespace to modules overviewKai Köhne2022-06-211-1/+0
* Use SPDX license identifiersLucie Gérard2022-06-16239-8940/+490
* Fix wrong license referenceKai Köhne2022-03-302-0/+202
* Document QOpcUaHistoryReadResponse::State enumKai Köhne2022-03-141-8/+12
* Remove version numbers from QML importsKai Köhne2022-03-1413-22/+22
* Document new ::swap() methodsKai Köhne2022-03-143-0/+21
* Document QDebug operator<<() methodsKai Köhne2022-03-142-0/+20
* opcua: do not rely on transitive includesFabian Kosmale2022-03-1112-1/+14
* Make sure all private headers include at least one otherThiago Macieira2022-03-0815-12/+27
* Add Q_DECLARE_SHARED for new data classesJannis Voelker2022-03-013-0/+15
* Do not use PUBLIC linking with pluginsAlexey Edelev2022-03-012-3/+3
* Doc: Mark QOpcUaNode::readHistoryRaw() as new in 6.3Kai Köhne2022-02-231-0/+2
* OpcUA: Fix attribution of Open62541Kai Köhne2022-02-217-15/+600
* Fix incorrect capitalization of QML importKai Köhne2022-02-184-6/+6
* Doc: Update landing pageKai Köhne2022-02-171-28/+30
* Use hidden friends for operator== and operator!=Jannis Voelker2022-02-164-35/+58
* Pass non-trivial types by referenceJannis Voelker2022-02-146-19/+19
* Fix issues in QOpcUaHistoryReadResponseJannis Voelker2022-02-142-2/+10
* Move new classes to QExplicitlySharedDataPointerJannis Voelker2022-02-104-2/+9
* Doc: Remove navigation.homepage settingKai Köhne2022-02-081-1/+0
* Remove explicit keyword from default constructorsJannis Voelker2022-02-082-2/+2
* Rename parameter of operator= to otherJannis Voelker2022-02-086-15/+15
* Make QDebug operators hidden friends and respect QT_NO_DEBUG_STREAMJannis Voelker2022-02-084-4/+12
* Remove useless resultRef() in QOpcUaHistoryDataJannis Voelker2022-02-083-10/+1
* Add trailing comma to QOpcUa::ReferenceTypeIdJannis Voelker2022-02-081-1/+1
* Fix includes and forward declarations according to code reviewJannis Voelker2022-02-085-9/+10
* Doc: Show information about CMake package in class documentationKai Köhne2022-02-031-0/+1
* Fix typos in documentation and commentsKai Köhne2022-02-0323-34/+34
* Doc fixes for new 6.3 APIKai Köhne2022-01-215-1/+24
* Use up-to date LGPL license headerKai Köhne2021-12-02216-2376/+3024
* Move Q_DECLARE_PUBLIC to the public sectionThiago Macieira2021-11-231-1/+2
* Migrate to autogenerated cpp exportsAlexey Edelev2021-11-082-14/+2
* Plugins: Port to QPluginParsedMetaData and CBORThiago Macieira2021-11-021-11/+11
* Doc: Fix qdoc warnings and enable zero warning limitVenugopal Shivashankar2021-10-267-20/+28
* Fix crash in the open62541 plugin on connection lossJannis Voelker2021-10-152-25/+44
* Add an API for historical data accessPeter Rustler2021-10-1535-10302/+16567
* Add QDebug operator<< for QOpcUaLocalizedText and QOpcUaQualifiedNameJannis Voelker2021-10-074-0/+18
* Fix warnings on Android with developer-buildAssam Boudjelthia2021-10-052-1/+2
* Fix timestamp handling in Open62541AsyncBackend::asyncReadCallbackJannis Voelker2021-09-281-2/+2
* Update reference types and namespace 0 IDsJannis Voelker2021-09-274-3/+41
* fix bytearray size check for de/encoderPascal Dietz2021-09-241-1/+1
* Doc: Remove unsupported customFiltersKai Köhne2021-09-031-4/+0
* 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
* 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