Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
PianetaRadio authored Mar 13, 2022
1 parent a42384c commit a4874ae
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 4 deletions.
15 changes: 11 additions & 4 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
CatRadio

1.1.0
(+ New, * Updated, - Removed)

1.1.0 - 2022-03-13
+ AF Gain and Squelch slider
+ Tab with CW and FM functions
+ CW keyer speed
+ FM repeater shift and CTCSS tone
+ Red color VFO during transmit
* SWR meter with log scale
* CI-V Address entry in hex
* Bug: RF Gain slider now correctly updated
* Bug: noise filters init settings now correctly updated
* Bug correction: RF Gain slider now correctly updated
* Bug correction: noise filters init settings now correctly updated
* Bug correction: subVFO mode
* Bug correction: VFO dial now with pointer tracking
* Cosmetic adjustement to fit the font for different SO compiler


1.0.0
1.0.0 - 2022-02-13
First release
18 changes: 18 additions & 0 deletions mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,9 @@
<height>41</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
Expand Down Expand Up @@ -961,6 +964,9 @@
<height>140</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="mouseTracking">
<bool>false</bool>
</property>
Expand Down Expand Up @@ -1102,6 +1108,9 @@
<height>80</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="maximum">
<number>100</number>
</property>
Expand All @@ -1127,6 +1136,9 @@
<height>80</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="maximum">
<number>100</number>
</property>
Expand All @@ -1152,6 +1164,9 @@
<height>80</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="maximum">
<number>100</number>
</property>
Expand All @@ -1174,6 +1189,9 @@
<height>80</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="maximum">
<number>100</number>
</property>
Expand Down

0 comments on commit a4874ae

Please sign in to comment.