Commit ba6dc81
## Summary
Fixes #5496. Runtime Monitor now has one chart timeframe selector in the
dialog header. Changing it updates the Memory chart and all four
Overview charts, including charts on a non-current tab. The selector and
its label hide on Threads and Logs while retaining the row height, so
the tab strip stays in place.
This implements the maintainer's follow-up ruling in #5427. The four
ranges, five-minute default, bucket rules, and lack of timeframe
persistence are unchanged. The combo retains `systemInfoTimeframe` and
the accessible name “Chart timeframe”; `systemInfoOverviewTimeframe` is
removed.
The review follow-up also makes an empty Memory chart adopt the selected
range before its first sample arrives. The static label uses a buddy
association with the combo instead of repeating its explicit accessible
name.
## Constitution principle honored
Principle XI — Fixes Are Demonstrated. The existing socket-free dialog
test exercises the production refresh connections and compares the
rendered range captions of all five charts, without adding a public
getter. It covers empty/populated history, all four ranges, non-current
charts, selector/label visibility, and stable tab geometry.
## Validation
- Native macOS arm64, Qt 6.11.1, RelWithDebInfo build and
`system_info_dialog_test` pass.
- The new test fails on the original PR's empty-history Memory caption;
it passes with the fix.
- Mutation checks: disconnect Memory refresh → 5 failures; disconnect
Overview refresh → 20 failures; force the selector visible on every tab
→ 4 failures. All mutations were restored, then focused CTest passed.
- Automation bridge, isolated settings, explicit owned socket,
`DEMO-0001` only, `AETHER_AUTOMATION_NO_TX=1`: reproduced the original
separate-selector mismatch using the merge-base sources, then verified
shared ranges, both hidden tabs, stable tab-strip position, constrained
window size, close/reopen defaults, and disconnect behavior. Every owned
instance was stopped afterward.
- Test registration, frozen per-PR test gate, accessibility lint for the
touched dialog, and `git diff --check` pass. No test target or CI gate
was added; the existing target runs in the full-suite and sanitizer
workflows. No socket-owning test or synthetic firmware peer was added.
The local build disables optional ASR, RADE, DFNR, specbleach, MQTT, and
D-STAR; RTL-SDR is unavailable locally. Those features are outside this
UI change. Linux/Windows runtime, VoiceOver speech, live radios, and
sanitizer execution were not tested locally. Per-PR CI supplies the
platform build checks, not full-suite or hardware evidence.
Original contributor evidence: [initial demo
captures](https://github.com/user-attachments/files/32016658/aethersdr-pr5531-shared-timeframe-2026-09-09.zip),
[retained-row
captures](https://github.com/user-attachments/files/32017857/aethersdr-pr5531-retain-row-2026-09-09.zip).
Original implementation by @skerker; review fixes and verification by
@Ozy311.
GPT-6 Astra-High
---------
Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
Co-authored-by: Ozy311 <Ozy311@users.noreply.github.com>
1 parent 6cbaadf commit ba6dc81
3 files changed
Lines changed: 157 additions & 68 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
218 | 219 | | |
219 | 220 | | |
220 | 221 | | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
221 | 263 | | |
222 | 264 | | |
223 | 265 | | |
224 | | - | |
| 266 | + | |
| 267 | + | |
225 | 268 | | |
226 | | - | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
227 | 281 | | |
228 | 282 | | |
229 | 283 | | |
| |||
567 | 621 | | |
568 | 622 | | |
569 | 623 | | |
570 | | - | |
571 | | - | |
572 | | - | |
573 | | - | |
574 | | - | |
| 624 | + | |
| 625 | + | |
575 | 626 | | |
576 | 627 | | |
577 | 628 | | |
578 | 629 | | |
579 | 630 | | |
580 | 631 | | |
581 | | - | |
582 | | - | |
583 | | - | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | | - | |
595 | | - | |
596 | | - | |
597 | | - | |
598 | | - | |
599 | | - | |
600 | 632 | | |
601 | 633 | | |
602 | 634 | | |
| |||
665 | 697 | | |
666 | 698 | | |
667 | 699 | | |
668 | | - | |
| 700 | + | |
669 | 701 | | |
670 | | - | |
| 702 | + | |
671 | 703 | | |
672 | 704 | | |
673 | | - | |
| 705 | + | |
674 | 706 | | |
675 | 707 | | |
676 | 708 | | |
| |||
695 | 727 | | |
696 | 728 | | |
697 | 729 | | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
698 | 734 | | |
699 | 735 | | |
700 | 736 | | |
| |||
732 | 768 | | |
733 | 769 | | |
734 | 770 | | |
735 | | - | |
| 771 | + | |
736 | 772 | | |
737 | 773 | | |
738 | 774 | | |
| |||
763 | 799 | | |
764 | 800 | | |
765 | 801 | | |
766 | | - | |
767 | | - | |
768 | | - | |
769 | | - | |
770 | | - | |
771 | | - | |
772 | | - | |
773 | | - | |
774 | | - | |
775 | | - | |
776 | | - | |
777 | | - | |
778 | | - | |
779 | | - | |
780 | | - | |
781 | | - | |
782 | | - | |
783 | | - | |
784 | | - | |
785 | | - | |
786 | | - | |
787 | | - | |
| 802 | + | |
788 | 803 | | |
789 | 804 | | |
790 | 805 | | |
| |||
893 | 908 | | |
894 | 909 | | |
895 | 910 | | |
896 | | - | |
897 | | - | |
898 | | - | |
899 | | - | |
900 | | - | |
901 | | - | |
902 | | - | |
903 | | - | |
904 | 911 | | |
905 | 912 | | |
906 | 913 | | |
| |||
960 | 967 | | |
961 | 968 | | |
962 | 969 | | |
963 | | - | |
| 970 | + | |
964 | 971 | | |
965 | 972 | | |
966 | 973 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | 102 | | |
104 | | - | |
| 103 | + | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
| 164 | + | |
164 | 165 | | |
165 | 166 | | |
166 | 167 | | |
| |||
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
174 | | - | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
485 | 486 | | |
486 | 487 | | |
487 | 488 | | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
488 | 568 | | |
489 | 569 | | |
490 | 570 | | |
491 | 571 | | |
492 | 572 | | |
493 | 573 | | |
494 | 574 | | |
| 575 | + | |
| 576 | + | |
495 | 577 | | |
496 | | - | |
| 578 | + | |
497 | 579 | | |
498 | 580 | | |
499 | 581 | | |
| |||
659 | 741 | | |
660 | 742 | | |
661 | 743 | | |
662 | | - | |
663 | | - | |
| 744 | + | |
| 745 | + | |
664 | 746 | | |
665 | 747 | | |
666 | 748 | | |
| |||
0 commit comments