-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
105 lines (90 loc) · 3.84 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
2024-01-28
* more work on freqinput
* bug fixes
2024-01-27
* Fixed some bugs in logview and settings dialogs
* Added digit grouping with adjustable background colors
* Added labels for groups (ghz, mhz, khz, hz) under each group
* misc work on FreqInput
- added digit group labels
- start of work on making buttons repeating if held (speed slider to right)
* changes in progress to baresip wrapper
* Work on logview
- added buttons for clear/upload to termbin/hide/close
- allow closing the log window rather than just iconifying
2024-01-24
* Added Logview button to main window; it and grid tools button will become toggles
* Added lock_volume_too setting
* Made PTT button turn RED when active, LOCK button too - so they're obvious - cfg:ui_active_button
* Various bugs removed
* Fixed various label updates and started working on reducing unneeded updates/writes
* Improved FreqInput to allow typing
- Currently a bug prevents typing in the left-most digit, it appears in right most, why?
- Now you can use arrows to navigate/adjust widget. Backspace will go back a digit
- Entry via +/- buttons works
2024-01-22
* SIP configuration dialog skeleton
* Added some padding around all widgets
* Improved FreqInput widget to allow typing & arrow navigation
2024-01-21
* Added 'none' config option for log_file to disable logging to a file
* Added basic support for SIP audio path
- This uses Expect library in perl
- SIP support is provided by the baresip console client
- Be sure to set sip_logfile to 'none' or a proper path
2024-01-20
* Replaced frequency input with a nicer widget i made
* Fixed some bugs and made some more
- AF volume level needs sorted out, it jumps 100% at start - why?
2024-01-19
* Added PTT button
* Improved lock button
* Implemented more controls
* Fixed RF power knob
* Fixed volume knob
2024-01-18
* Broke some stuff while cleaning up the code, report bugs?! :)
* Implemented more knobs
2024-01-16
* For now, we must restart the program when settings in the dialog are changed
- This could be changed, but for now this works pretty well and avoids a lot of duplication
- When we move everything to a single apply function, this will be easier, but still may not be effort to fully implement (hamlib bit in particular)
* hide rotator buttons in gridtools if use_rotator unset
* more cleanup
* fixed logview scrolling
* Implemented power control
* moved icon stuff to it's own file and now preload and cache all icons from config
* moved font stuff to it's own file
2024-01-15
* Added support for rotators via hamlib's rotctld
- You can input a grid and optional elev. in gridtools dialog
then click the Rotate or Rotate LP buttons to apply it
* Much GUI cleanup and many bug fixes
2024-01-14
* Added color/font selector for the meters
* Moved meters settings to their own dialog (Meters button in settings)
* Fixed icons for the various sub-windows
* Fixed saving settings; more work to come on applying them
* gridtools now disables/enables Rotate button as appropriate
2024-01-13
* reworking the meter widgets a bit to be easier to maintain
2024-01-10
* bug fixes
* added hide feature for gridtools dialog
* implemented LOCK feature
2024-01-09
* lots of bug fixes
* Logview window shows and hides with the main window
- Close button minimizes logviewer
* Added a gridsquare tools dialog
- Gridsquare to lat/lon
- Lat/lon to gridsquare
- Distance/bearing calculator
* Started work on adding rotctld support
- aim antenna button in gridtools
2024-01-08
* Implemented a lock around controls, to prevent write_rig() from being
called when read_rig() is applied. Should probably implement a similar
lock around write_rig() at a later time
* Started work on a color selection dialog
Older changes aren't recorded. Sorry.