Commit 5ba28a7
committed
iioExplorer: Rewrite CliDetailsView to query libiio directly.
Replace tree-model walking with direct libiio API calls for the
IIO View tab. This decouples the view from IIOWidget state —
attribute values are always read live from the device regardless
of whether widgets have been created.
Run text generation on a background thread via QtConcurrent to
avoid blocking the UI on device-heavy contexts. All append methods
use local variables for thread safety.
Signed-off-by: andreidanila1 <andrei.danila@analog.com>1 parent 29055f3 commit 5ba28a7
File tree
3 files changed
+250
-193
lines changed- packages/generic-plugins/plugins/debugger
- include/debugger
- src/iioexplorer
3 files changed
+250
-193
lines changedLines changed: 14 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 40 | | |
43 | 41 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 42 | + | |
52 | 43 | | |
53 | | - | |
54 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
55 | 47 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
60 | 52 | | |
61 | | - | |
62 | | - | |
| 53 | + | |
63 | 54 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
70 | 58 | | |
71 | 59 | | |
72 | 60 | | |
| |||
0 commit comments