Update Bugs

master
roeland jansen 2021-02-05 07:09:07 +00:00
rodzic 43e5211945
commit 46930baa1d
1 zmienionych plików z 10 dodań i 10 usunięć

20
Bugs.md

@ -1,10 +1,10 @@
bug: Need to grab current fix/center mode from spectrum output chunk #1 (we already do, but it does not get used in the UI. Must check/uncheck the box and make sure not to trigger the checkbox signal)
bug: fullscreen toggle is in wrong state at opening the program, should edit checkbox state to match whatever the window is doing.
feature/bug: don't default to full screen for new users / empty preferences
bug: default network credentials, port, hostname, should be added to the defPrefs structure, including a default value that is reasonable (in particular, port numbers and blankl strings for the rest)
bug: disconnects on LAN
bug: "dark mode" checkbox really switches between built-in dark stylesheet and qt's system-level stylesheet. So depending upon your system's stylesheet, you might have dark mode at both settings, but the plot automatically changes from very bright white to dark anyway... maybe make separate boxes for the plot colors and the widget scheme. Feature maybe?
bug: freq can be negative dialled
bug: dual M/S on at the rig causes the scope wf flashing
bug: resolve hosts
bug: memleak possibly in the leak is the new QTimer() stuff
- Need to grab current fix/center mode from spectrum output chunk #1 (we already do, but it does not get used in the UI. Must check/uncheck the box and make sure not to trigger the checkbox signal)
- fullscreen toggle is in wrong state at opening the program, should edit checkbox state to match whatever the window is doing.
- (or feature) don't default to full screen for new users / empty preferences
- default network credentials, port, hostname, should be added to the defPrefs structure, including a default value that is reasonable (in particular, port numbers and blankl strings for the rest)
- disconnects on LAN
- "dark mode" checkbox really switches between built-in dark stylesheet and qt's system-level stylesheet. So depending upon your system's stylesheet, you might have dark mode at both settings, but the plot automatically changes from very bright white to dark anyway... maybe make separate boxes for the plot colors and the widget scheme. Feature maybe?
- freq can be negative dialled
- dual M/S on at the rig causes the scope wf flashing
- resolve hosts as we now need an ip address specified as rig
- memleak possibly in the leak is the new QTimer() stuff