| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add .qmlformat.ini, qmlls support, and format QML files | Thomas Vanbesien | 2026-02-25 | 8 | -245/+384 |
| * | Add README and QML usage guide for UI designers | Thomas Vanbesien | 2026-02-25 | 2 | -0/+517 |
| * | Make build system usable as a git submodule | Thomas Vanbesien | 2026-02-24 | 4 | -28/+39 |
| * | Update .gitignore | Thomas Vanbesien | 2026-02-24 | 1 | -0/+1 |
| * | Add ValueRank and ArrayDimensions to OpcUaNodeInfo | Thomas Vanbesien | 2026-02-24 | 3 | -0/+47 |
| * | Fix writeValueAtRange sending scalar for single-element range writes | Thomas Vanbesien | 2026-02-24 | 1 | -0/+6 |
| * | Add writeValueAtRange for index-range array writes | Thomas Vanbesien | 2026-02-23 | 3 | -3/+118 |
| * | Check for OpenSSL before configuring QtOpcUa on Windows | Thomas Vanbesien | 2026-02-23 | 1 | -9/+17 |
| * | Add Windows support to build system and improve dep detection | Thomas Vanbesien | 2026-02-23 | 2 | -15/+50 |
| * | Improve demo UI: server info page, page descriptions, layout polish | Thomas Vanbesien | 2026-02-20 | 2 | -11/+71 |
| * | Raise default publishing interval from 100ms to 250ms | Thomas Vanbesien | 2026-02-20 | 1 | -1/+1 |
| * | Add custom log handler and expand demo node coverage | Thomas Vanbesien | 2026-02-20 | 3 | -14/+94 |
| * | Wire monitored property to OPC UA monitored items | Thomas Vanbesien | 2026-02-20 | 3 | -5/+104 |
| * | Add write support with automatic type coercion to OpcUaMonitoredNode | Thomas Vanbesien | 2026-02-20 | 3 | -9/+277 |
| * | Display all 30 nodes across 3 pages with human-readable tooltips | Thomas Vanbesien | 2026-02-20 | 3 | -131/+163 |
| * | Implement OpcUaMonitoredNode attribute reading with OpcUaNodeInfo gadget | Thomas Vanbesien | 2026-02-20 | 3 | -13/+337 |
| * | Add nodeId and monitored properties to OpcUaMonitoredNode | Thomas Vanbesien | 2026-02-20 | 3 | -4/+61 |
| * | Rename classes to OpcUa* prefix, replace BobinkNode with OpcUaMonitoredNode b... | Thomas Vanbesien | 2026-02-20 | 11 | -732/+152 |
| * | Extract errorChanged lambda into named handleClientError slot | Thomas Vanbesien | 2026-02-19 | 2 | -10/+14 |
| * | Fix open62541 backend plugin failing to load at runtime | Thomas Vanbesien | 2026-02-19 | 1 | -0/+10 |
| * | Refactor BobinkClient and clean up comments | Thomas Vanbesien | 2026-02-19 | 4 | -63/+84 |
| * | Reorganize BobinkClient by domain and make s_instance private | Thomas Vanbesien | 2026-02-19 | 4 | -226/+233 |
| * | Install QtOpcUa to local prefix instead of system Qt directory | Thomas Vanbesien | 2026-02-19 | 3 | -14/+17 |
| * | Update .gitignore | Thomas Vanbesien | 2026-02-19 | 1 | -0/+1 |
| * | Rename QML singleton to Bobink and simplify singleton lifecycle | Thomas Vanbesien | 2026-02-19 | 9 | -121/+168 |
| * | Log attribute reads to debug console and replace raw C++ types with Qt equiva... | Thomas Vanbesien | 2026-02-19 | 5 | -36/+163 |
| * | Add BobinkNode QML type and two-page demo for node monitoring | Thomas Vanbesien | 2026-02-19 | 6 | -300/+816 |
| * | Rename targets, route messages to debug console, clean up | Thomas Vanbesien | 2026-02-19 | 6 | -395/+622 |
| * | Add direct connect, auto-detect PKI, and rework demo flow | Thomas Vanbesien | 2026-02-18 | 3 | -14/+230 |
| * | Refactor and document: fix cert filenames, add Doxygen, improve demo | Thomas Vanbesien | 2026-02-18 | 8 | -75/+241 |
| * | Initial Bobink library: BobinkAuth, BobinkClient, and demo app | Thomas Vanbesien | 2026-02-17 | 15 | -0/+948 |