aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update README.mdThomas Vanbesien2026-03-061-1/+3
* Fix implicitWidth binding loop in certificate trust dialogThomas Vanbesien2026-03-061-0/+2
* Fix all qmllint warnings in demo QML filesThomas Vanbesien2026-02-263-34/+47
* Add .qmlformat.ini, qmlls support, and format QML filesThomas Vanbesien2026-02-258-245/+384
* Add README and QML usage guide for UI designersThomas Vanbesien2026-02-252-0/+517
* Make build system usable as a git submoduleThomas Vanbesien2026-02-244-28/+39
* Update .gitignoreThomas Vanbesien2026-02-241-0/+1
* Add ValueRank and ArrayDimensions to OpcUaNodeInfoThomas Vanbesien2026-02-243-0/+47
* Fix writeValueAtRange sending scalar for single-element range writesThomas Vanbesien2026-02-241-0/+6
* Add writeValueAtRange for index-range array writesThomas Vanbesien2026-02-233-3/+118
* Check for OpenSSL before configuring QtOpcUa on WindowsThomas Vanbesien2026-02-231-9/+17
* Add Windows support to build system and improve dep detectionThomas Vanbesien2026-02-232-15/+50
* Improve demo UI: server info page, page descriptions, layout polishThomas Vanbesien2026-02-202-11/+71
* Raise default publishing interval from 100ms to 250msThomas Vanbesien2026-02-201-1/+1
* Add custom log handler and expand demo node coverageThomas Vanbesien2026-02-203-14/+94
* Wire monitored property to OPC UA monitored itemsThomas Vanbesien2026-02-203-5/+104
* Add write support with automatic type coercion to OpcUaMonitoredNodeThomas Vanbesien2026-02-203-9/+277
* Display all 30 nodes across 3 pages with human-readable tooltipsThomas Vanbesien2026-02-203-131/+163
* Implement OpcUaMonitoredNode attribute reading with OpcUaNodeInfo gadgetThomas Vanbesien2026-02-203-13/+337
* Add nodeId and monitored properties to OpcUaMonitoredNodeThomas Vanbesien2026-02-203-4/+61
* Rename classes to OpcUa* prefix, replace BobinkNode with OpcUaMonitoredNode b...Thomas Vanbesien2026-02-2011-732/+152
* Extract errorChanged lambda into named handleClientError slotThomas Vanbesien2026-02-192-10/+14
* Fix open62541 backend plugin failing to load at runtimeThomas Vanbesien2026-02-191-0/+10
* Refactor BobinkClient and clean up commentsThomas Vanbesien2026-02-194-63/+84
* Reorganize BobinkClient by domain and make s_instance privateThomas Vanbesien2026-02-194-226/+233
* Install QtOpcUa to local prefix instead of system Qt directoryThomas Vanbesien2026-02-193-14/+17
* Update .gitignoreThomas Vanbesien2026-02-191-0/+1
* Rename QML singleton to Bobink and simplify singleton lifecycleThomas Vanbesien2026-02-199-121/+168
* Log attribute reads to debug console and replace raw C++ types with Qt equiva...Thomas Vanbesien2026-02-195-36/+163
* Add BobinkNode QML type and two-page demo for node monitoringThomas Vanbesien2026-02-196-300/+816
* Rename targets, route messages to debug console, clean upThomas Vanbesien2026-02-196-395/+622
* Add direct connect, auto-detect PKI, and rework demo flowThomas Vanbesien2026-02-183-14/+230
* Refactor and document: fix cert filenames, add Doxygen, improve demoThomas Vanbesien2026-02-188-75/+241
* Initial Bobink library: BobinkAuth, BobinkClient, and demo appThomas Vanbesien2026-02-1715-0/+948