Add table to bugs list

master
Elliott Liggett 2021-02-05 16:57:20 +00:00
rodzic 9407c479f9
commit 0c4e5691eb
1 zmienionych plików z 16 dodań i 11 usunięć

27
Bugs.md

@ -1,11 +1,16 @@
- 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
- at startup not always incomingcivaddress is detected -- causing the WF not to work
| Bug ID | Status | Priority | Description |
| ------ | ------ | ------ | ------ |
| 001 | closed | low | 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) |
| 002 | closed | low | fullscreen toggle is in wrong state at opening the program, should edit checkbox state to match whatever the window is doing. |
| 003 | closed | low | don't default to full screen for new users / empty preferences |
| 004 | closed | low | 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) |
| 005 | open | medium | Disconnects on lan |
| 006 | open | low | "Dark mode" checkbox name is not accurate to function. Prehaps rename "system color scheme" and invert the operation. |
| 007 | open | low | Negative frequencies can be dialed |
| 008 | open | low | Dual M/S on at the rig causes the scope WF flashing (what is this?) |
| 009 | open | low | resolve hosts as we now need an ip address specified as rig
| 010 | closed | high | Memory leak (was audio buffer-related) |
| 011 | open | high | Incoming CIV not always detected, program unaware of serial/network status causing race condition and annoying messages |
Notes: