summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add helper functions for node id generationJannis Voelker2018-02-233-2/+59
* Fix references and mistakes in the docsJannis Voelker2018-02-236-9/+19
* Refer to QtOpcUa as Qt OPC UAJannis Voelker2018-02-236-20/+20
* Track changes in the open62541 master branchFrank Meerkoetter2018-02-232-4/+6
* Add missing namespace to simulation serverJannis Voelker2018-02-232-0/+8
* Bump versionJannis Voelker2018-02-151-1/+1
* Give the user access to the namespace arrayJannis Voelker2018-02-155-0/+120
* Unify indentation of qdoc commentsJannis Voelker2018-02-143-16/+16
* Fix and extend docsJannis Voelker2018-02-148-35/+261
* Use environment variables to locate open62541 for android and iOSJannis Voelker2018-02-142-0/+27
* Add the "we mean it" warning to qopcuabinarydataencoding_p.hJannis Voelker2018-02-131-0/+11
* Add water tank simulation exampleJannis Voelker2018-02-0821-0/+2173
* Remove secureConnect() and isSecureConnectionSupported()Frank Meerkoetter2018-02-0610-120/+0
* Merge remote-tracking branch 'origin/dev' into 5.11Friedemann Kleint2018-02-0613-60/+123
|\
| * Clarify warning message for modifyMonitoringJannis Voelker2018-02-052-1/+2
| * Add index range to the QOpcUaMonitoringParameters APIJannis Voelker2018-01-314-1/+28
| * Fix resource and error handling for subscriptionsJannis Voelker2018-01-315-3/+40
| * Unify warning text and qCWarning usageJannis Voelker2018-01-296-11/+10
| * Unify the usage of qCWarningJannis Voelker2018-01-259-51/+50
|/
* Fix qdoc errorsJannis Voelker2018-01-244-89/+126
* Clarify documentation for methods returning pointersJannis Voelker2018-01-242-1/+4
* Remove outdated images from docsJannis Voelker2018-01-243-2/+0
* Update client state on disconnect in open62541Jannis Voelker2018-01-225-5/+84
* Remove the accontrol exampleJannis Voelker2018-01-228-704/+0
* Add documentation for the OpcUa::NodeAttribute enumJannis Voelker2018-01-121-0/+30
* Remove time ticker node in the open62541 test serverJannis Voelker2018-01-121-19/+0
* Cleanup d-pointer and q-pointer usageJannis Voelker2018-01-123-37/+60
* Document the unit of time used for the sampling/subscription intervalFrank Meerkoetter2018-01-121-0/+4
* Fix compilation on Windows platformsMaurice Kalinowski2018-01-091-0/+25
* Fix build errors with mingw on windowsJannis Voelker2018-01-091-1/+1
* Rename readFinished to attributeReadJannis Voelker2018-01-094-34/+36
* Fix DateTime conversion in Open62541Jannis Voelker2018-01-091-2/+7
* Fix and update documentationJannis Voelker2018-01-063-100/+153
* Add ExtensionObject handling to support types from OPC-UA part 8, 5.6Jannis Voelker2018-01-0520-109/+1319
* Add async browse supportJannis Voelker2018-01-0524-90/+615
* Move NodeAttribute and NodeClass to namespace QOpcUaJannis Voelker2018-01-0528-403/+403
* Add support for index ranges in read and write operationsJannis Voelker2018-01-0512-37/+149
* Use QVariant::toDateTime() instead of the value() templateFrank Meerkoetter2018-01-021-1/+1
* Fix type registrationJannis Voelker2017-12-212-4/+2
* Fix test failuresMaurice Kalinowski2017-12-212-2/+3
* Handle NULL variant in the open62541 backendJannis Voelker2017-12-191-0/+5
* Remove dead codeFrank Meerkoetter2017-12-194-41/+0
* Use qFuzzyCompare to compare floating point valuesFrank Meerkoetter2017-12-191-3/+3
* Fix clang warning: use of old style castFrank Meerkoetter2017-12-191-1/+1
* Remove bad nodeid format checkFrank Meerkoetter2017-12-183-9/+4
* Remove dead codeFrank Meerkoetter2017-12-182-7/+0
* Use nullptr for null pointersFrank Meerkoetter2017-12-182-2/+2
* Add missing qAsConstFrank Meerkoetter2017-12-181-1/+1
* Add missing overridesFrank Meerkoetter2017-12-181-3/+3
* Fix clazy: "do not detach temporary" warningFrank Meerkoetter2017-12-181-1/+1