-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChangeLog
201 lines (124 loc) · 6.3 KB
/
ChangeLog
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
2011-02-23 Corey Minyard <[email protected]>
* yaesuconf/VX-7R.empty: Clean up the empty VX-7R to remove
cruft from my radio.
2010-12-02 Paul Thomas, Corey Minyard <[email protected]>
* yaesu_rw.c: Add support for compiling under OSX.
2010-09-27 Corey Minyard <[email protected]>
* yaesuconf/Makefile.am: Fix the filename for the 857 empty file.
* configure.in: Move to version 0.10 for release.
2010-09-16 Corey Minyard <[email protected]>
* yaesuconf/Makefile.am: Install the VX-7R files.
* yaesu_rw.c: Get --chunksize and --waitchunk working.
* yaesu_rw.c: Add a delayack setting, and don't send the ack twice
if we are delaying the ack.
* yaesu_edit.py.in: Fix a cut-paste problem. For the VX-7R, don't
paste into the TxFreq values unless it's in split mode. For the
VX-7R and FT-60, inform the offset freq of a change from TxFreq
if the offset freq is not an enum. cutpaste wouldn't work because
they are all cutpaste.
* yaesuconf/radios: Add nodelayack for VX-7R.
* yaesuconf/VX-7R.rad: Fix the enable settings for memories.
2010-09-15 Corey Minyard <[email protected]>
* Makefile.am: Fix a script problem, use -eq, not == to compare
numbers.
2010-07-31 Corey Minyard <[email protected]>
* yaesu_edit.py.in: Fix a problem with the input of numerical
data. It would give errors on inputting bad data. It now turns
the value red if the value is invalid.
* yaesuconf/FT-857D.rad: Add separate RF power level for HF, 50MHz
144MHz, and 440MHz, since they are individually settable.
* yaesu_rw.c: Added a short delay before sending the last ack to
the radios. Some radios would give an error if the last ack came
too fast.
* configure.in: Move to version 0.9 for release.
2010-07-25 Corey Minyard <[email protected]>
* yaesu_edit.py.in: Added a Hex type (for holding the RGB values
in the VX-7R color handling), added a 16-bit string for handling
the CW ID on the VX-7R, and fixed some more cut/paste issues.
* layouts/VX-7R.layout: Found a few more things and finished out
what I needed to support the useful config in the VX-7R.
* yaesuconf/VX-7R.rad: Add all the config and fix some problems
in the memory layout.
* yaesuconf/FT-60R.rad, yaesuconf/FT-7800R.rad: Fix some cut/paste
issues, don't cut/paste the transmit offset, just the transmit
frequency. If we do a radio that doesn't have a transmit frequency,
just an offset, we will need to pull the transmit frequency from
the stream and calculate the offset. Not a big deal, really.
* README, FAQ, yaesu_rw.1: Worked some on the documentation.
2010-07-24 Corey Minyard <[email protected]>
* yaesu_rw.c, yaesu_rw.1: Added some options to allow chunksize
sending with delay between the chunks and different handling of
the sent checksum to support the VX-7R.
* yaesuconf/radios: Added the VX-7R.
* yaesu_edit.py.in, yaesucon/RAD_FILES: Added the BCDFixedFreq,
YaesuLCString, and BCDFreq2 types for supporting the VX-7R.
* yaesuconf/VX-7R.empty, yaesuconf/VX-7R.rad, layouts/VX-7R.layout:
Begin work on the VX-7R.
2010-02-17 Corey Minyard <[email protected]>
* yaesu_edit.py.in: Ignore a typed '.' in the BCDFreq widget.
* yaesu_edit.py.in: Allow tabs to go through in the fixed widget
* yaesu_edit.py.in: Fix repeater offset handling for the BCDFreq
widget.
2009-12-12 Corey Minyard <[email protected]>
* yaesu_edit.py.in: Fix a problem with reverse checkboxes that
was causing trouble with the FT-857.
* configure.in: Move to version 0.8.
2009-11-30 Corey Minyard <[email protected]>
* yaesuconf/RAD_FILES, yaesu_edit.1: Added some more documentation
for the new features, cleaned things up a little.
* configure.in: Move to version 0.7.
2009-11-27 Corey Minyard <[email protected]>
* yaesu_edit.py.in: Added some docs, fixed path joining to use
the proper python operations.
* yaesu_edit.py.in: Add the ability to do automatic repeater
offsets based upon the typed-in frequency.
* yaesuconf/FT-857D.rad: Fix an offset link problem.
* yaesuconf/US.rpt: Add US repeater offsets.
* yaesuconf/FT-857.mem: Clean up the "empty" file for this radio.
2009-11-26 Corey Minyard <[email protected]>
* yaesu_edit.py.in: Clean up the startup and shutdown to properly
handle multiple files, closing only one window when one is closed,
print out decent errors on invalid files, and fix a problem where
the data will be modified.
* yaesu_edit.py.in: Rename BuiltIn to YType.
* yaesu_edit.py.in, FT-857D.layout, yaesuconf/RAD_FILES,
yaesuconf/FT-857.rad: Renamed "Dummy" to "Special".
* *.layout, layouts/Makefile.am, Makefile.am, configure.in: Move
layout files to their own directory.
* yaesu_edit.py.in: Remove some unused code.
* yaesuconf/RAD_FILES: Clean up the docs a little.
* yaesu_edit.py.in: When creating a new file, make sure it
doesn't save back to the empty file automatically.
* yaesu_edit.py.in: Fix some selection problems.
* yaesu_edit.py.in: Fix BCDFreq to properly handle 2.5kHz steps.
2009-11-22 Corey Minyard <[email protected]>
* yaesu_edit.py.in: Fix a pasting problem with checkboxes and
some select/paste problems.
* configure.in: Move to version 0.6.
2009-11-21 Corey Minyard <[email protected]>
* yaesuconf/RAD_FILES: Document the changes.
* yaesu_edit.py.in, yaesuconf/FT-857D.rad: There were strange
bit settings required in the 857, so I had to add a bunch of
code to account for that.
* yaesu_edit.py.in, yaesuconf/*.rad: Added proper tone and
frequency cutting and pasting to enable cutting and pasting
between the various radio types.
* yaesu_edit.py.in: Fix pasting of frequencies to write to offsets
if they are present, and clean up the whole cut/paste thing to use
handlers so ties work properly.
* yaesuconf/FT-60R.rad, yaesuconf/FT-7800R.rad: Add cutpaste=False
to all the offset tabs.
* yaesu_edit.py.in: Fix a problem with large selections
2009-11-20 Corey Minyard <[email protected]>
* Lots more work, stuff is mostly finished.
2009-11-13 Corey Minyard <[email protected]>
* Lots of work on the FT-7800R editing, mostly finished at
this point.
2009-11-11 Corey Minyard <[email protected]>
* Added licenses to the files, fixed a few problems for the
857 cloning, started work on the 857 description file.
2009-11-10 Corey Minyard <[email protected]>
* Tons of rework on everything, got the first cut at an
editor. Release version 0.2.
2009-11-03 Corey Minyard <[email protected]>
* initial release.